﻿body {
    font-family: Arial !important;
}

.k-valid-msg {
    display: none !important;
}

.footer .footer-inner {
    float: initial !important;
}

.hide-dva {
    display: none !important;
}

.highlight {
    border: 1px solid red;
}

.client-details {
    background: #ffffdd;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.priceAlign {
    text-align: right;
}
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div>
    - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 8px 5px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content-viewHsitory {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

    /* Links inside the dropdown */
    .dropdown-content-viewHsitory a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content-viewHsitory a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content-viewHsitory {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}




body .k-datetimepicker .k-select {
    width: 3.8em !important;
}



.k-alt:hover, .urgency:hover, .new-comment:hover {
    background-color: #bdb4af !important;
}

.k-grid {
    background-color: #d6ecf3 !important;
}


.addressbox {
    border: 1px solid #0d9339;
    padding: 20px;
    height: 196px;
}

.v-sclproducts {
    height: 515px;
    overflow-y: auto;
}


v-scldvaclient {
    height: 635px;
    /* overflow-y: auto; */
}

.builderdetailsbox {
    padding: 20px;
    height: 98px;
    margin-top: 6px;
    width: 260px;
}

.clientdetailsbox {
    padding: 20px;
    height: 98px;
    margin-top: 6px;
    width: 230px;
}

#cartItemsPanel {
    float: left;
    position: relative;
    display: block;
    position: absolute;
    z-index: 22;
    top: 35px;
    right: 0;
    width: 450px;
    background-color: #;
}

.cart-item {
    margin: 10px 2px 10px 2px !important;
}

#cartItemsPanel.k-widget * {
    box-sizing: border-box;
}

.mrn15 {
    margin-right: 10px;
}

.span {
    color: #666;
}

.localitymodal {
    width: 94%;
}

.k-invalid {
    border: 0px;
}

.box-populate {
    background: #000000;
    color: #fff;
    padding: 1px 0px 1px 10px;
}

.glyph {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.danger {
    color: red !important;
}

.userstatusactive {
    color: #fff;
    background-color: green;
}

.k-grid-img {
    width: 60px;
    height: 60px;
}

/*.k-gird-th, td {
    width: 50px;
}*/

.k-widget > span.input-validation-error,
input.input-validation-error {
    border: 1px solid red !important;
}

.required {
    font-weight: bold;
}

.accept, .status {
    padding-left: 90px;
}

.valid {
    color: green;
}

.urgency {
    background-color: #FF66FF !important;
    color: white;
}

.new-comment {
    background-color: Orange !important;
    color: white;
}

.invalid {
    color: red;
}

span.k-tooltip {
    margin-left: 6px;
}

.k-grid-header th.k-header > .k-link {
    color: #ffffff;
    font-weight: bold;
}
/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.new-mail {
    width: 300px;
    height: 100px;
}

    .new-mail h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .new-mail img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.error-msg {
    width: 300px;
    height: 100px;
}

    .error-msg h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

/* Success template */
.k-notification-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

.success-msg {
    width: 240px;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
}

    .success-msg h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

.rows textarea {
    width: 100%;
    height: 65px;
    margin: 0 0 20px;
}

textarea.form-control {
    width: 100%;
}

.demo-section p {
    margin: 3px 0 20px;
    line-height: 50px;
}

.demo-section .k-button {
    width: 250px;
}

.k-notification {
    border: 0;
}

/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.new-mail {
    width: 300px;
    height: 100px;
}

    .new-mail h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .new-mail img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}



.stepwizard-step p {
    margin-top: 15px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: -7px;
}

.disable-element {
    opacity: 0.8;
    pointer-events: none;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/*.stepwizard-row:before {
        top: 14px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
    }*/

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    border-top: 1px solid #999;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: -20px;
}

.stepwizard p {
    margin: 0;
}

.stepwizard .active a.btn {
    background: #01843e !important;
    color: #fff;
    padding: 6px !important;
}

.stepwizard .active p {
    margin: 0;
    font-weight: bold;
}

.stepwizard .active {
    border-top-color: #999;
}

.stepwizard .active-success a.btn {
    background: #428bca !important;
    color: #fff;
    padding: 6px !important;
}

.stepwizard .active-success {
    border-top-color: #428bca;
}

.sub-products {
    display: normal;
}

.sub-products-con {
    padding: 5px;
    width: 100%;
    margin: 0px auto;
    display: table;
}

    .sub-products-con .col-md-6 {
        width: 47.3%;
    }

.grey-bg-light {
    background: #eee;
}

.sub-products-con .row {
    border: none !important;
    padding-bottom: 0 !important;
}

.sub-products-con h3 {
    font-size: 16px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 0px;
    color: #0d9339;
    margin-top: 10px;
}

.sub-products-con .green {
    padding: 5px 15px;
}

.sub-products-con table {
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-collapse: collapse;
}

    .sub-products-con table th {
        background: #ccc;
        text-align: center;
    }

    .sub-products-con table th, .sub-products-con table td {
        border-collapse: collapse;
        border: 1px solid #ccc;
    }

.sub-products-con .form-control {
    width: 100% !important;
    display: block;
    float: none;
    height: 15px;
    line-height: 15px;
}

.glyphicon-chevron-down {
    color: #000;
    cursor: pointer;
}

.sub-products-con .btn-add {
    margin-top: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input:focus {
    outline: none !important;
}

.con-main .k-grid-header th.k-header {
    text-align: center;
}

.k-grid tr td {
    border-bottom-width: 0px !important;
    font-size: 11px;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
    padding: 0 !important;
    margin: 0;
    line-height: 27px;
    height: 25px;
    vertical-align: bottom;
    margin-top: 0 !important;
    margin-right: 1px;
}

.btn-orange {
    color: #fff;
    background-color: #f35800;
    border-color: #f35800;
}

.quick-search-con .col-xs-7 {
    padding-left: 0;
}

.quick-search-con .topbtns label {
    margin-left: 0;
}

.quick-search-con .col-sm-5 {
    padding-right: 0;
}

.btn-small {
    padding-top: 5px;
    padding-bottom: 4px;
}

.droup-down-control {
    width: 100% !important;
}

input.droup-down-control {
    width: 96% !important;
    border: 0 !important;
    padding: 5px !important;
}

.droup-down-control-90 {
    width: 88% !important;
}

input.droup-down-control-90 {
    width: 96% !important;
}

/* Commented by Tilak as there is misalignment on all of the controls*/
/*.droup-down-control .k-i-arrow-s, .droup-down-control .k-i-calendar {
    margin-top: 8px;
}*/

.stepwizard-step .btn-default {
    padding: 4px 0;
}

.con-main .btn-select-client {
    padding-top: 8px;
    padding-bottom: 8px;
}

.con-main .detail .k-header {
    /*background: none;*/
}

.custom-checkbox {
    margin: 0 auto !important;
}

.pad-left-0 {
    padding-left: 0 !important;
}

.pad-right-0 {
    padding-right: 0 !important;
}

.pad-top-30 {
    padding-top: 37px !important;
}

.pad-bottom-10 {
    padding-bottom: 10px !important;
}

#step-2, #step-2, #step-3, #step-4, #step-5 {
    display: none;
}

.plain-container {
    display: table;
    width: 99%;
}

.body-content .container span.search-input-box {
    border: 0;
}

.list-plain {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-plain li {
        list-style: none;
    }

.price-col {
    width: 60px;
    display: inline-block;
}

.white-content-box {
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 15px;
}

.alert-light-green {
    margin-top: 93px;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 5px !important;
}

.min-height-400 {
    min-height: 400px;
}

.glyphicon-ok {
    font-size: 30px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
}

.alert-light-green h1.page-title {
    color: green;
    font-size: 26px;
}

.width50 {
    width: 50px !important;
}

.width100 {
    width: 90% !important;
}

.k-filter-row th {
    border-bottom: 0 !important;
}

.k-animation-container .k-list {
    background: #FFF;
}

    .k-animation-container .k-list li.k-item {
        font-size: 12px;
        line-height: 18px;
        border-bottom: 1px dotted #ccc;
        margin: 0 !important;
        border: 0px solid red !important;
        padding: 3px !important;
        border-bottom: 1px dotted #ccc !important;
    }

        .k-animation-container .k-list li.k-item:hover {
            background: #eee;
            border: 0px solid red !important;
            padding: 3px !important;
            border-bottom: 1px dotted #ccc !important;
        }

.k-pager-wrap > .k-link, .k-pager-numbers .k-link {
    height: auto;
    border: 1px solid #ccc;
}

.k-grid .k-pager-numbers {
    margin-right: 0 !important;
    margin-left: 1px;
}

.push-left-0 {
    margin-left: 0 !important;
}

.push-bottom-10 {
    margin-bottom: 10px !important;
}

body .modal-content-product {
    /* width:100%; 
        /*margin-left: -31%;*/
}

.modal-content-product {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.search-button {
    position: absolute;
    padding: 0;
    background: none;
    color: #4cac41;
    margin: 0;
    width: auto;
    right: 10px;
    top: 9px;
    cursor: pointer;
}

.push-top-12 {
    margin-top: 12px;
}

.k-state-selected, .k-button:active, .k-button.k-state-active, .k-draghandle.k-state-selected:hover {
    background-image: none !important;
    background-color: #d7d7d7 !important;
    border: 1px solid green;
    color: #000 !important;
}

.iframe-in-popup {
    border: 0;
    margin: 0;
}

.wrong-pass .fa-times-circle {
    font-size: 30px !important;
    margin-top: 8px !important;
    padding: 0 9px;
    float: left;
    margin-top: 15px;
    color: #fff;
}

.k-widget.k-notification.k-notification-error {
    background: rgba(100%, 0%, 0%, 0.7);
    color: #FFF;
}

.upload-success h3 {
    font-size: 16px;
    line-height: 16px;
}

.upload-success .fa-check-circle-o {
    font-size: 30px !important;
    margin: 0 !important;
    float: left;
    width: 9%;
    padding: 0 9px;
    margin-top: 8px !important;
}

.push-right-2 {
    margin-right: 2px !important;
}

.rows label {
    font-size: 13px;
}

.k-picker-wrap input {
    color: #333 !important;
}

.announce-msg {
    border-bottom: 1px solid #ccc;
}

    .announce-msg p {
        margin-bottom: 5px;
    }

    .announce-msg::alternate {
        background: #f2f4f6;
    }

    .announce-msg .date-con {
        color: #8e8d8d;
        font-size: 12px;
    }

.navbar-right {
    padding-top: 0;
    padding-right: 8px;
    margin: 0;
}

.nav > li > a {
    padding: 5px;
    height: auto;
    line-height: 10px;
}

    .nav > li > a .fa {
        font-size: 16px;
    }

.navbar {
    padding: 0;
}
/*.navbar-nav.navbar-right:last-child {margin-right:-34px}
    */
.navbar-brand {
    display: block;
    width: 120px;
    padding: 5px 12px;
    float: left;
    border-right: 1px solid #818181;
}

.navbar-default .navbar-right > li > a {
    background: #444942;
    padding: 10px;
    display: block;
}

    .navbar-default .navbar-right > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background: #4cac41;
        color: #fff;
    }

.navbar-default .navbar-nav.main-btm {
    margin-top: 0;
}

    .navbar-default .navbar-nav.main-btm li > a > span {
        min-height: 26px;
    }

        .navbar-default .navbar-nav.main-btm li > a > span img {
            height: 24px;
        }

    .navbar-default .navbar-nav.main-btm li > a {
        padding: 5px 0;
        width: 120px;
        font-size: 12px;
    }

    .navbar-default .navbar-nav.main-btm li > ul {
        width: auto;
    }

    .navbar-default .navbar-nav.main-btm li > ul {
        background: rgba(76, 163, 57, 0.9);
    }

        .navbar-default .navbar-nav.main-btm li > ul > li a {
            padding: 0 24px;
        }

        .navbar-default .navbar-nav.main-btm li > ul > li {
            display: block;
            float: none;
        }

.con-main {
    padding-top: 0px;
    padding-bottom: 0px;
}

.contract-droupdown {
    float: left;
}

    .contract-droupdown .dropdown-toggle {
        background: none;
        color: #fff;
    }

    .contract-droupdown .dropdown-menu {
        top: 35px;
    }

    .contract-droupdown .dropdown-menu {
        background: rgba(29, 34, 27, 0.8);
        color: #fff;
        border: 0;
    }

        .contract-droupdown .dropdown-menu li a {
            color: #fff;
        }

            .contract-droupdown .dropdown-menu:hover, .contract-droupdown .dropdown-menu li:hover, .contract-droupdown .dropdown-menu li a:hover {
                background: rgba(29, 34, 27, 0.7);
                color: orange;
            }

.navbar-default .navbar-right > li > a .notify-count {
    background: red;
    position: absolute;
    border-radius: 10px !important;
    padding: 2px;
    font-size: 9px;
    font-weight: normal;
    font-family: Arial;
    display: inline-block;
    margin-top: -5px;
    margin-left: -5px;
    !important;
}

.navbar-default .navbar-nav.main-btm .dropdown-menu li {
    width: 100%;
}

    .navbar-default .navbar-nav.main-btm .dropdown-menu li a {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

.mrgn0 {
    margin: 0px 0px !important;
}

.k-file-success .k-progress {
    background: #d7d7d7 !important;
}

.k-file-success {
    color: #222 !important;
}

.wd100 {
    width: 100%;
}

.wd80 {
    width: 80%;
}

.wd90 {
    width: 90%;
}

.wd95 {
    width: 95%;
}

.wd98 {
    width: 98%;
}

.k-file-progress .k-progress {
    background-color: #259cc1;
}

.k-file-progress {
    color: #222 !important;
}

.gry {
    background: #d7d7d7;
}

.ln {
    border-top: solid 1px #ccc;
}

.pdg10 {
    padding: 10px 15px;
}

.btm {
    margin-bottom: 10px;
}

.btm-1 {
    margin-bottom: 14px;
}

.btm11 {
    margin-bottom: 11px;
}

.ad-ps {
    margin-top: -2px !important;
    padding: 7px 10px !important;
}

.mrn-rht-10 {
    margin-right: 10px;
}

.ser-r-1 {
    width: 86%;
}

.ser-r100 {
    width: 100%;
}

.blc {
    color: #222 !important;
}

/*.k-dropdown  .k-input, .k-selectbox .k-input {
padding:6px 0px !important;
}*/




.wrp {
    background: #fff;
    margin-top: 20px;
    padding-bottom: 15px;
}

.wd70 {
    width: 70%;
}

.wd60 {
    width: 60%;
}

.pdgbbt {
    padding: 0 14px !important;
}

.pad10 {
    padding: 10px 0px;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 0 2px 0 0;
    vertical-align: middle;
}

.mr-r0 {
    margin-right: 0px !important;
}

.btm-2 {
    margin-bottom: 11px;
}

.inp-h span {
    padding: 2px 0;
}

.btm-25 {
    padding-bottom: 21px;
    padding-top: 7px;
}

.k-window > .k-header {
    background: #01843e;
    color: #fff;
}

p.text-center > .k-button {
    background: #01843e;
    color: #fff;
}

    p.text-center > .k-button:hover {
        background: green;
        color: #fff;
    }

.k-button:hover {
    color: #2e2e2e !important;
}
.ylw {
    color: yellow;
    background: #222;
}

.k-widget.k-tooltip-validation {
    background-color: #ffb3b3 !important;
    color: #000 !important;
    border: solid 1px red;
    box-shadow: none !important;
    background-image: none !important;
    font-size: 14px !important;
    margin-top: 4px !important;
}

.k-tooltip-validation .k-callout-n {
    border-bottom-color: #ff9999 !important;
}

.lft-pdg {
    padding-left: 0px;
}

.k-datepicker input {
    width: 97% !important;
}

.k-datepicker {
    width: 41%;
}

.breadcrumb {
    margin: 5px 0px 5px 0px;
}

    .breadcrumb > li .fa.fa-angle-right {
        padding: 0 3px;
        font-weight: normal;
        width: auto;
    }

    .breadcrumb > li a {
        color: #337ab7;
    }

        .breadcrumb > li a:hover {
            color: #337ab7;
            text-decoration: underline;
        }

    .breadcrumb li:last-child strong {
        font-size: 15px;
        color: #4cac41;
    }

.hgt {
    width: 278px !important;
    height: 27px !important;
}

.hgt27 {
    height: 28px !important;
}

.tp {
    margin-top: -5px !important;
}

.bg-g {
    background: #fbfbfb;
    color: #000;
}

.bg-g-1 {
    background: #f2f2f2;
    color: #000;
}

.mrglf {
    margin-right: 15px;
    color: #000;
    font-size: 11px;
}

.btm-ln {
    border-bottom: solid 1px #fff;
}

.page-title {
    display: block;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 15px 0;
    padding: 0;
}

.font-famliy {
    font-family: 'Ruda', sans-serif;
}

.k-filtercell > span > .k-button, .k-filter-row .k-dropdown-operator > .k-i-close {
    right: -6px;
    height: 26px;
}

.mrtpr {
    margin-top: 3px !important;
    margin-right: 10px !important;
}

.pdg6 {
    padding: 6px 14px !important;
}

.bttp {
    margin-top: -6px;
}

.link {
    cursor: pointer !important;
}

.k-pager-numbers .k-link, .k-treeview .k-in {
    border-color: none;
}

.k-treeview .k-plus, .k-treeview .k-minus, .k-treeview .k-plus-disabled, .k-treeview .k-minus-disabled {
    margin-left: -6px;
}

.lpt {
    margin-right: 45px;
}

.pbt10 {
    padding-bottom: 10px !important;
}

.wnbt {
    background: #222;
    margin-left: 10px;
}

.p-btm {
    padding: 0px;
    margin: 0px;
}

.kbtn {
    background: #0d9339 !important;
    color: #fff !important;
}

.pdg4 {
    padding: 4px 14px !important;
}

.w-footer {
    padding: 8px 0px 0px 0px;
    font-size: 13px !important;
}

.delete-message {
    min-height: 60px;
    height: auto;
}

a.show-btn {
    background: url(../content/images/btn-arrow.png) right center no-repeat #4cac41;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    float: right;
    padding: 0 32px 0 14px;
    margin: 15px 0 0;
    text-transform: none;
}

    a.show-btn:hover {
        background-color: #1d221b;
        color: #fff;
    }

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 0px 0px; /* bottom = footer height */
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* Product Search*/
.p-img {
    float: left !important;
    height: 100% !important;
    width: 24.28% !important;
    text-align: center !important;
}

.p-body {
    float: right !important;
    width: 75.72% !important;
    padding: 10px !important;
}

.p-desc ul {
    padding: 0 0 0 15px;
}

.p-item {
    height: auto !important;
    background-color: #fff !important;
    box-shadow: 0 0 1px #88 !important;
    margin-bottom: 1px !important;
}

.productinfo {
    background-color: #fff;
    padding: 10px;
}

.p-variants .p-items {
    margin-top: 5px;
}

.filter-head {
    background-color: #2e2e2e;
    padding: 10px;
    color: #FFF;
    margin-bottom: 10px;
}

.filter ul {
    list-style: none;
}

#panelbar .k-header {
    margin: 0;
    padding: 0;
}

    #panelbar .k-header h4 {
        margin: 0;
        color: #fff;
        background: #40483a;
        font-size: 17px;
        text-transform: uppercase;
        padding: 10px;
    }

#panelbar .k-state-active .k-header h4 {
    background: #00853f;
}

#panelbar .k-treeview-lines .k-item {
    border-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#panelbar .k-treeview-lines .k-in {
    color: #2e2e2e !important;
}

#panelbar .k-content {
    padding: 10px 0;
}

    #panelbar .k-content ul.favourite-varients li {
        list-style: none;
        margin-left: 0 !important;
        padding-left: 20px;
    }
    /*#panelbar .k-content .filter ul {padding:0; margin:0; margin-left:20px;}*/
    #panelbar .k-content .filter ul.product-filters-chk li {
        margin-bottom: 5px;
    }

    #panelbar .k-content .filter ul.product-filters-chk {
        max-height: 300px !important;
        overflow-y: scroll;
    }

    #panelbar .k-content .filter .filter-head {
        background: #ccc;
        margin: 5px;
        color: #000;
    }

#panelbar .k-slider-track .k-slider-selection {
    background: #00853f !important;
}

#panelbar .k-slider-track .k-draghandle {
    border-radius: 50px !important;
    background: #bbb4b1;
    border: 1px solid #bbb4b1;
    box-shadow: none;
}

#panelbar .k-slider-track .k-state-selected {
    border-radius: 50px !important;
    background: #bbb4b1 !important;
    border: 1px solid #bbb4b1;
    box-shadow: none;
    height: 14px;
    width: 14px;
    top: -4px;
}

#panelbar #tvCategories .k-state-hover {
    background: #eee !important;
}

/*#panelbar #treeview {
    max-height: 400px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}*/

#panelbar #tvCategories .k-state-selected, #panelbar #treeview .k-state-focused {
    background: #ccc !important;
}

#panelbar #filters {
    border: 0;
}

.lnkhideVariants, .lnkShowVariants, .lnkhideVariants:hover, .lnkShowVariants:hover {
    border: 1px solid #00853f;
    color: #00853f;
    font-weight: normal;
    border-radius: 3px;
    padding: 2px 5px;
    display: inline-block;
    margin-bottom: 3px;
}
/*end of product search*/

.tdclass {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    width: 50%;
}

/* Add row highlighting in HP lookup*/
#gridHPLookup table .k-master-row:hover td {
    color: #000;
    background: d7d7d7 !important;
    cursor: pointer !important;
}

#gridHPLookup div[id='innergrid'] table tr:hover td {
    color: #000;
    background: d7d7d7 !important;
    cursor: pointer !important;
}

#gridHPLookup table tr:hover {
    color: #000;
    background: #d7d7d7 !important;
    cursor: pointer !important;
}

#gridPostCodeLocality table tr:hover {
    color: #000;
    background: #d7d7d7 !important;
    cursor: pointer !important;
}

#gridOrganisationLookup table tr:hover {
    color: #000;
    background: #d7d7d7 !important;
    cursor: pointer !important;
}

#listviewJobTypes {
    background-color: transparent !important;
    border: 0 !important;
}

.filter-head {
    background-color: #2e2e2e;
    padding: 10px;
    color: #FFF;
    margin-bottom: 10px;
}

.filter-details {
    max-height: 400px;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
}

.filter ul {
    list-style: none;
}

#tvCategories .k-in {
    white-space: normal;
    width: 96%;
}

#tvCategories {
    overflow: hidden;
    font-size: 12px;
}

.header-line {
    padding: 5px;
    background: #d1d6d9;
    margin-bottom: 5px;
}

.srchtxt {
    width: 250px;
    background-image: url("/App_Themes/CountryCareGroup/images/search-btn.jpg");
    background-position: 219px 6px;
    background-repeat: no-repeat;
}

.no-pad {
    padding: 0px !important;
}

.job-status-grid {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

ul.nav-wizard {
    background-color: #01843e;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
    border: solid 1px #dddddd;
}

    ul.nav-wizard:before {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 46px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard:after {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 138px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard li {
        position: relative;
        float: left;
        height: 46px;
        display: inline-block;
        text-align: center;
        padding: 0 20px 0 30px;
        margin: 0;
        font-size: 16px;
        line-height: 46px;
        width: 20%;
    }

        ul.nav-wizard li a {
            color: #ffffff;
            padding: 0;
        }

            ul.nav-wizard li a:hover {
                background-color: transparent;
            }

        ul.nav-wizard li:before {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #d4d4d4;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -16px;
        }

        ul.nav-wizard li:after {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #01843e;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -15px;
        }

        ul.nav-wizard li.active {
            color: #01843e;
            background: #ffffff;
            border-bottom: 0 !important;
        }

            ul.nav-wizard li.active:after {
                border-left: 16px solid #ffffff;
            }

            ul.nav-wizard li.active a,
            ul.nav-wizard li.active a:active,
            ul.nav-wizard li.active a:visited,
            ul.nav-wizard li.active a:focus {
                color: #01843e;
                background: #ffffff;
            }

    ul.nav-wizard .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard .active ~ li a,
        ul.nav-wizard .active ~ li a:active,
        ul.nav-wizard .active ~ li a:visited,
        ul.nav-wizard .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

    ul.nav-wizard.nav-wizard-backnav li:hover {
        color: #468847;
        background: #f6fbfd;
    }

        ul.nav-wizard.nav-wizard-backnav li:hover:after {
            border-left: 16px solid #f6fbfd;
        }

        ul.nav-wizard.nav-wizard-backnav li:hover a,
        ul.nav-wizard.nav-wizard-backnav li:hover a:active,
        ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
        ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
            color: #468847;
            background: #f6fbfd;
        }

    ul.nav-wizard.nav-wizard-backnav .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard.nav-wizard-backnav .active ~ li a,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

.dofWizard {
    margin-bottom: 10px;
    margin-right: 15px;
}

.formboxAnchor {
    margin: 0;
    line-height: 31px;
}

.hpText {
    font-size: medium;
    color: #01843e;
    margin-left: 250px;
    font-weight: bold;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-right-2 {
    margin-right: 2px;
}

.k-grid-filter .k-icon {
    background-color: white !important;
}

.k-i-sort-desc-sm, .k-i-sort-asc-sm {
    background-color: white !important;
}

.k-autocomplete.k-state-focused > .k-i-close, .k-autocomplete.k-state-hover > .k-i-close, .k-combobox > .k-dropdown-wrap.k-state-focused > .k-i-close, .k-combobox > .k-dropdown-wrap.k-state-hover > .k-i-close {
    display: none !important;
}

.k-grid-header th.k-with-icon .k-link {
    margin-right: 0px;
    padding: .5em .1em .4em .1em;
}

.k-grid-filter.k-state-active {
    background-color: #232323;
}

.panel {
    font-size: 10px;
}

.scroller-height-55vh {
    overflow-y: scroll;
    height: 54vh;
}

.scroller-height-68vh {
    overflow-y: scroll;
    height: 68vh;
}

/* Modal popup styles*/
.modal-title {
    font-size: 14px !important;
    font-weight: bold !important;
}

.modal-header {
    padding: 10px;
}

.modal {
    background: rgba(0,0,0, 0.8);
}

.modal-open {
    overflow: hidden !important;
}

.navbar-header {
    width: 100%;
}

#ddlActivityFilter-list .k-list {
    overflow: auto !important;
}

#ddlActivityFilter-list, #ddlActivityFilter-list .k-list-scroller {
    height: auto !important;
}

.boolean-filter .nav-tabs > li.active > a, .boolean-filter .nav-tabs > li.active > a:hover, .boolean-filter .nav-tabs > li.active > a:focus,
.dropdown-filter .nav-tabs > li.active > a, .dropdown-filter .nav-tabs > li.active > a:hover, .dropdown-filter .nav-tabs > li.active > a:focus {
    color: white !important;
    cursor: default;
    background: #4cac41 !important;
}

.boolean-filter .nav-stacked > li, .dropdown-filter .nav-stacked > li {
    float: none;
    background: #01843e !important;
    color: white !important;
}

.boolean-filter ul, .dropdown-filter ul {
    width: 100px;
    color: white !important;
}

.boolean-filter .nav-tabs > li > a:hover, .dropdown-filter .nav-tabs > li > a:hover {
    background: #4cac41 !important;
}



.boolean-filter .nav-tabs > li:hover, .dropdown-filter .nav-tabs > li:hover {
    background: #4cac41 !important;
}

.boolean-filter a:focus, .boolean-filter a:hover, .dropdown-filter a:focus, .boolean-filter a:hover {
    color: white !important;
}

.boolean-filter .nav-stacked > li a, .dropdown-filter .nav-stacked > li a {
    color: white !important;
    background: #01843e !important;
    display: block;
}

.boolean-filter .nav-tabs > li.active, .dropdown-filter .nav-tabs > li.active {
    background: #4cac41 !important;
}

    .boolean-filter .nav-tabs > li.active > a, .boolean-filter .nav-tabs > li.active > a:hover, .boolean-filter .nav-tabs > li.active > a:focus,
    .dropdown-filter .nav-tabs > li.active > a, .dropdown-filter .nav-tabs > li.active > a:hover, .dropdown-filter .nav-tabs > li.active > a:focus {
        border: 0px !important;
    }

.flyout_menu {
    font-weight: 600;
    width: 160px;
}

    .flyout_menu ul, li {
        list-style: none;
        margin: 0;
        padding: 0;
    }


        .flyout_menu ul li:hover {
            position: relative;
            z-index: 599;
        }

        .flyout_menu ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 598;
        }

        .flyout_menu ul li:hover > ul {
            visibility: visible;
        }

        .flyout_menu ul ul {
            top: 0;
            left: 100%;
        }

    .flyout_menu span, .flyout_menu a {
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
    }

    .flyout_menu li {
        background: #01843e;
    }

        .flyout_menu li:hover, .flyout_menu li.active {
            background: #4cac41;
        }

    .flyout_menu a {
        color: #FFF;
        line-height: 160%;
        padding: 8px 4px 8px 14px;
        width: 164px;
    }

    .flyout_menu ul ul li {
        background: #01843e;
        border-bottom: 1px solid #01843e;
    }

        .flyout_menu ul ul li:hover {
            background: #4cac41;
        }

.table-scrollable thead tr th {
    background: #31362f;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    border: 0 !important;
    border-right: 1px solid #434941 !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 10px !important;
    text-align: left !important;
    position: relative;
}

    .table-scrollable thead tr th:last-child {
        border-right: 0 !important;
    }

    .table-scrollable thead tr th a.k-link,
    .table-scrollable thead tr th .k-link {
        margin: 0 !important;
        padding: 0 !important;
    }

        .table-scrollable thead tr th a.k-link br,
        .table-scrollable thead tr th .k-link br {
            display: none;
        }

        .table-scrollable thead tr th a.k-link span.k-i-sort-asc-sm,
        .table-scrollable thead tr th a.k-link span.k-i-sort-desc-sm {
            position: relative;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: none !important;
        }

            .table-scrollable thead tr th a.k-link span.k-i-sort-asc-sm:before {
                content: "\f0de";
                font-family: 'FontAwesome';
                background: none !important;
                color: #fff;
            }

            .table-scrollable thead tr th a.k-link span.k-i-sort-desc-sm:before {
                content: "\f0dd";
                font-family: 'FontAwesome';
                background: none !important;
                color: #fff;
            }

    .table-scrollable thead tr th .k-grid-filter span.k-icon.k-i-filter {
        display: none;
    }

    .table-scrollable thead tr th a.k-grid-filter {
        background: url('../../../images/icon-filter.png') left top no-repeat;
        width: 17px;
        height: 17px;
    }

.table-scrollable tbody tr td {
    border: 0;
    border-right: 1px solid #e5e9ec !important;
    border-bottom: 1px solid #e5e9ec !important;
    padding: 5px 10px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
}

.table-scrollable tbody tr {
    background: #ffffff;
    color: #000000;
    padding: 0 6px 0 0;
}

#selectedOperator:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 6px 0 0;
}

#selectedOperator.changed:before {
    content: "\f104";
    font-family: 'FontAwesome';
    padding: 0 6px 0 0;
}

.table-scrollable tbody tr td:last-child {
    border-right: 0 !important;
}

.table-scrollable tbody tr.k-alt {
    background: #f2f2f2;
}

.table-scrollable tbody tr:hover {
    background: #c9dae8 !important;
    color: #646464;
}

.table-scrollable thead tr .k-grid-filter .k-icon {
    background: none !important;
}

.table-scrollable thead tr .k-grid-filter {
    padding: 0;
    margin: 0;
}

.table-scrollable thead tr .k-icon {
    color: #428bca;
}

.k-animation-container .k-filter-menu.k-popup {
    margin: 9px 0 0 -13px;
}

.k-animation-container .k-filter-menu.k-popup {
    background: #ffffff;
    bordert-radius: 4px !important;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
    padding: 8px;
}

.k-animation-container .k-filter-menu.k-popup {
}

    .k-animation-container .k-filter-menu.k-popup:after {
        bottom: 100%;
        left: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
    }

    .k-animation-container .k-filter-menu.k-popup br {
        display: none;
    }

.k-animation-container .flyout_menu {
    width: 160px;
    margin-bottom: 8px;
}

    .k-animation-container .flyout_menu li.selected-operator > a {
        width: 85%;
        display: block;
    }

    .k-animation-container .flyout_menu a {
        width: 70px;
    }

.k-animation-container .k-filter-menu > div > div:last-child {
    border: 0;
    margin: 8px 0 0;
    padding: 0;
}

.k-animation-container input.k-textbox {
    border: 1px solid #dbdbdb;
    border-radius: 2px !important;
    height: 34px;
    margin: 0;
    padding: 6px 8px;
    font-size: 12px;
}

.k-animation-container .btn {
    color: #fff;
    border: 0;
    border-radius: 2px !important;
    font-size: 12px;
    font-weight: 700;
    background: #428bca;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    padding: 7px 13px 7px;
}

    .k-animation-container .btn.btn-default {
        background: #e63138;
    }

        .k-animation-container .btn.btn-default:hover {
            background: #bb1a20;
        }

.flyout_menu li,
.boolean-filter .nav-stacked > li, .dropdown-filter .nav-stacked > li {
    background: none !important;
}

    .flyout_menu li.selected-operator {
        width: 117%;
    }

    .flyout_menu li a {
        color: #646464;
        font-size: 12px;
        background: none;
        position: relative;
        font-weight: 400;
        padding: 4px 7px 4px 7px;
    }

        .flyout_menu li a:before { /*left: 0; top: 0;*/ /*content: "\f105";*/
            font-family: 'FontAwesome';
            padding: 0 6px 0 0;
        }

.flyout_menu ul ul li {
    background: none;
    border-bottom-color: #e9e9e9;
}

    .flyout_menu ul ul li:last-child {
        border-bottom: 0;
    }

.flyout_menu ul ul.operator-list {
    background: #ffffff;
    bordert-radius: 4px !important;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
    padding: 8px;
}

    .flyout_menu ul ul.operator-list:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -0.5em;
        top: 4px;
        left: 0;
        box-sizing: border-box;
        border: 0.7em solid black;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 8px 0;
        transform: rotate(-315deg);
        box-shadow: rgba(0,0,0,0.1) -3px 3px 3px 0;
    }

    .flyout_menu ul ul.operator-list.changed:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: 10.0em;
        top: 15px;
        right: -20px;
        left: 0;
        box-sizing: border-box;
        border: 0.7em solid black;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 8px 0;
        transform: rotate(-136deg) !important;
        box-shadow: rgba(0,0,0,0.1) -3px 3px 3px 0;
    }

.flyout_menu li a:hover,
.flyout_menu li:hover, .flyout_menu li:hover > a, .flyout_menu li.active, .flyout_menu li.active a {
    color: #fff !important;
    background: #4cac41;
}

.k-animation-container .boolean-filter .nav-tabs > li,
.k-animation-container .dropdown-filter .nav-tabs > li {
    background: none !important;
    border-bottom: 1px solid #e9e9e9;
}

    .k-animation-container .boolean-filter .nav-tabs > li:last-child,
    .k-animation-container .dropdown-filter .nav-tabs > li:last-child {
        border-bottom: 0;
    }

    .k-animation-container .boolean-filter .nav-tabs > li.active,
    .k-animation-container .dropdown-filter .nav-tabs > li.active,
    .k-animation-container .boolean-filter .nav-tabs > li.active a,
    .k-animation-container .dropdown-filter .nav-tabs > li.active a,
    .k-animation-container .boolean-filter .nav-tabs > li:hover a,
    .k-animation-container .dropdown-filter .nav-tabs > li a:hover {
        color: #fff !important;
        background: #4cac41 !important;
    }

    .k-animation-container .boolean-filter .nav-tabs > li a,
    .k-animation-container .dropdown-filter .nav-tabs > li a {
        color: #646464 !important;
        font-size: 12px;
        background: none !important;
        position: relative;
        font-weight: 400;
        position: relative;
        line-height: 17px;
    }

        .k-animation-container .boolean-filter .nav-tabs > li a:before,
        .k-animation-container .dropdown-filter .nav-tabs > li a:before { /*left: 0; top: 0;*/
            font-family: 'FontAwesome';
            padding: 0 10px 0 0;
        }

.k-animation-container .boolean-filter ul {
    width: 80px;
}

.k-animation-container .dropdown-filter ul {
    width: 120px;
}
/*.table-scrollable thead tr th input[type="checkbox"],
.table-scrollable tbody tr td input[type="checkbox"] { -webkit-appearance: none;  -moz-appearance: none;  box-sizing: borer-box;  width: 20px !important;  height: 20px;  cursor: pointer; background-color:#fff; border:1px solid #d1d1d1; border-radius: 4px !important; margin:0 !important; padding: 0 !important}*/
.table-scrollable thead tr th input[type="checkbox"]:checked,
.table-scrollable tbody tr td input[type="checkbox"]:checked {
    background: #fff url('../../../images/checkbox-checked.png') center center no-repeat;
}

.k-animation-container .k-widget.k-datepicker.k-header.k-datetimepicker {
    width: 100%;
}

.k-animation-container .k-datetimepicker.k-input {
    font-size: 12px;
    height: 21px;
    width: 91% !important;
}

.k-animation-container .k-datetimepicker .k-picker-wrap .k-icon {
    margin-top: 10px;
}


.k-grid-content {
    overflow-y: visible;
}

.k-grid-filter.k-state-active {
    background: url('../../../images/icon-filter-active.png') left top no-repeat !important;
    width: 17px;
    height: 17px;
}

.selectedId {
    background: #3379b5 !important;
    color: #fff !important;
}

    .selectedId:hover {
        color: #646464 !important;
    }

.k-animation-container .k-datetimepicker .k-picker-wrap .k-icon {
    margin-top: 0px;
}

.signature-box {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 6px;
    color: #666;
}

.no-ati {
    margin: 0 0 10px;
    border: 1px solid;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}

.review-ati-box {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 6px;
    color: #666;
    margin: 0 0 10px 0px;
}

.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(210, 210, 210);
}

.signature-row {
    background: white !important;
    min-height: 130px;
}

.signature-col {
    background: #d7d7d7;
    border: 1px solid #c0c0c0;
}

.signature-image {
    width: 150px;
    height: 100px;
}

.access-denied {
    position: absolute;
    left: 30%;
    top: 50%;
}

.fa-red {
    color: red !important;
}

.access-denied-message {
    font-size: 2em;
}

.ques-and-ans {
    margin-bottom: 0;
    padding: 15px 10px;
}

.question {
    font-weight: 600;
    color: #3A66A7;
    margin-bottom: 6px;
}

    .question h4 {
        font-size: 14px;
        font-weight: bold !important;
    }

.anwser {
    padding-left: 20px;
}

.paragraph {
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #777;
}

.p-desc ul li {
    list-style-type: disc;
}

.users-notification {
    text-align: center;
    /* background: #d7d7d7;*/
    position: fixed;
    z-index: 100001;
    width: 100%;
    display: block;
    left: 0px;
    vertical-align: middle;
    padding: 2px;
    top: 0px;
    background: rgba(119, 119, 119, 0.9);
    color: #fff;
    font-weight: normal;
    opacity: 1;
}

.marquee-notification {
    height: 28px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
}

    .marquee-notification p {
        position: absolute;
        margin: 0;
        line-height: 20px;
        text-align: center;
        -moz-animation: marquee-notification 40s linear infinite;
        -webkit-animation: marquee-notification 40s linear infinite;
        animation: marquee-notification 40s linear infinite;
        padding-left: 100%;
        text-indent: 0;
    }

/* Move it (define the animation) */
@-moz-keyframes marquee-notification {
    0% {
        -moz-transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(-100%, 0);
    }
}

@-webkit-keyframes marquee-notification {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
    }
}

@keyframes marquee-notification {
    0% {
        -moz-transform: translate(0, 0); /* Firefox bug fix */
        -webkit-transform: translate(0, 0); /* Firefox bug fix */
        transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(-100%, 0); /* Firefox bug fix */
        -webkit-transform: translate(-100%, 0); /* Firefox bug fix */
        transform: translate(-100%, 0);
    }
}

.btn-close-notification {
    background: none;
    border: none;
    margin-top: 4px;
}

    .btn-close-notification .fa-close {
        color: red;
        font-size: 18px;
    }

.color-box {
    width: 20px;
    height: 20px;
    margin: 5px;
    border-right: 12px;
    border-bottom: 0px;
    border-top: 0px;
    border-style: solid;
}

.bg-white {
    background-color: #fff;
}

.order-datails-tabs {
    padding: 0px;
}

    .order-datails-tabs .tab-content {
        overflow: hidden;
    }

.no-order-details h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ccc;
}

.tab-order-id {
    padding-top: 12px !important;
    color: #35aa47;
    font-weight: bold;
    font-size: 14px !important;
    position: absolute;
    top: 0px;
    left: 50%;
}

.nav-tabs > li.active > a {
    font-weight: bold;
}

/*this classes are for validation message*/
.k-widget.k-tooltip-validation {
    background: #fff !important;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.3) !important;
    box-shadow: 0 4px 6px rgba(0,0,0,.3) !important;
    top: 39px;
    border-color: #ccc;
    padding: 10px;
    color: #ccc;
    font-size: 13px !important;
}

.caret-up-img {
    position: absolute;
    top: -14px;
}

.k-i-warning {
    color: #f1a327;
}

.k-tooltip-validation .k-icon {
    overflow: visible;
}

.k-i-warning:hover {
    color: #f1a327;
}

.k-widget > span.input-validation-error, input.input-validation-error {
    border: 1px solid #ff0000 !important;
    background: #ffd6d6;
}

.k-combobox .k-widget.k-tooltip-validation {
    top: 34px;
}

.k-invalid {
    border: 1px solid #ff0000 !important;
    background: #ffd6d6 !important;
}

input.droup-down-control.k-invalid {
    border: 1px solid #ff0000 !important;
}

.k-numerictextbox .k-icon.k-i-warning {
    display: inline-block;
    margin-top: 6px;
}

.k-widget > span.k-invalid,
input.k-invalid {
    border: 1px solid #ff0000 !important;
    background: #ffd6d6 !important;
}

.k-numerictextbox .k-widget.k-tooltip-validation {
    top: 35px;
}

.k-numerictextbox .k-invalid {
    background: white !important;
    border: none !important;
}


/*legend icons*/
.legend-ack-comment, .legend-urgent, .rowSelected {
    color: #fff;
    padding: 1px 5px;
    display: inline-block;
    margin-right: 2px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
}

.legend-ack-comment {
    background: #ffa500;
    border: 1px solid #cd8500;
}

.legend-urgent {
    background: #FF66FF;
    border: 1px solid #ff00ff;
}

.rowSelected {
    background: #3379b5;
    border: 1px solid #005dad;
}

    .rowSelected span {
        visibility: hidden;
    }

#orderDetailsTabs .nav-tabs > li > a, #orderDetailsTabs .nav-pills > li > a {
    font-size: 13px !important;
}

#orderDetailsTabs .nav-tabs > li > a {
    line-height: 23px !important;
    margin-right: 0;
}

#orderDetailsTabs .tab-order-id {
    padding-top: 8px !important;
}

#orderDetailsTabs .table-scrollable, #gridListSection .table-scrollable {
    margin: 0 0 10px 0 !important;
}

#divMemberCreateQuote .formbox label {
    line-height: 34px;
}

.width-13 {
    width: 13.33% !important;
}

.width-11 {
    width: 11.33% !important;
}

#CaptchaInputText_validationMessage {
    top: 163px;
}

.min-hgt {
    min-height: 186px;
}

.pad-rgt {
    padding-right: 18px;
    margin-left: -18px;
}

.pad-lft-5 {
    padding-left: 5px;
}

.pad-0 {
    padding: 0px;
    border-bottom: 0px;
}

#gridKnowItem table tr:hover {
    cursor: pointer !important;
}

.km-switch-container {
    cursor: pointer !important;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

.cartItem-textBox {
    height: 14px;
    width: 50px;
}

.border-bottom0 {
    border-bottom: 0px !important;
}

.grey {
    color: #777;
}

.scroller-auto-55vh {
    overflow-y: auto;
    max-height: 60vh;
}

    .scroller-auto-55vh:last-child {
        border-bottom: hidden;
    }

.inactive-hp {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: top;
    line-height: 15px;
    font-weight: bold;
}

.text-quantity {
    width: 50px;
    text-align: center;
    padding-top: 0px !important;
    padding-bottom: 4px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.form-control.text-quantity {
    height: 25px !important;
}

.border-bottom-hidden {
    border-bottom: hidden !important;
}


#emptyCartItemsList {
    background-color: #e8e8e8;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

.empty-cart-text {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -50%;
}

.cart-watermark {
    position: absolute;
    font-size: 300px !important;
    opacity: 0.1;
    margin-left: -150px;
}

/*.btn {
    font-size: 11px !important;
}

.btn > i {
    font-size: 11px !important;
}*/

.order-item-button {
    margin-bottom: 5px !important;
}

.float-left {
    margin-right: 5px !important;
    float: left;
}

.font-weight-800 {
    font-weight: 800;
}

.text-align-center {
    text-align: center;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.padding-r-l-5 {
    padding-right: 5px;
    padding-left: 5px;
}

#products-table-info table, th, td {
    border: 1px solid #c5c5c5;
}

.error-page {
    width: 600px;
    margin: auto;
}

.error-index {
    font-size: 150px;
    margin: 0;
}

.error-message {
    font-size: 12px;
    color: orangered;
}

a.left.carousel-control, a.right.carousel-control {
    background-image: none !important;
}

.carousel-indicators li {
    border-radius: 5px !important;
}

.ml-95 {
    margin-left: 95px;
}

.footer .row {
    margin: 0;
}

.store-image, .modal-image {
    background-color: #ecf0f5;
    border: 1px solid #ccc;
}

.item {
    cursor: pointer;
    margin: 2% auto;
}

#privacyPolicy h4 {
    color: #00a65a !important;
}

#privacyPolicy ul li {
    list-style: disc !important;
    font-size: 12px !important;
}

#privacyPolicy p {
    font-size: 12px;
}

.ccg-client-popup .modal-dialog {
    width: 97% !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.full-width {
    width: 100%;
}

.Color {
    color: red;
}

#suppliergridHealthProviders .k-grid-header {
    padding-right: 0 !important;
}

.required-label::after {
    content: "*";
    color: red;
}

.k-header.k-grid-toolbar {
    display: none;
    border: none !important;
    text-align: right;
    padding: 3px !important;
}

#btnGridClearFilters {
    background-color: #111111;
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
    cursor: pointer;
    white-space: nowrap;
}

    #btnGridClearFilters i {
        margin-right: 5px;
    }

.grid-filters-count {
    text-align: left !important;
    margin-top: 8px !important;
}



/*.btn-theme {
    background-color: #41af1c;
    border-color: #379418;
    color: white !important;
}

    .btn-theme:hover {
        color: #fff !important;
        background: #328716 radial-gradient(circle,transparent 1%,#328716 3%) center/15000%;
    }*/

.btn-search {
    padding-left: 4px;
}

.approval-tooltip {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px dashed #f5c6cb;
    padding: 3px;
    border-radius: 3px;
}


#gridOrderLookup table tr:hover {
    color: #000;
    background: #d7d7d7 !important;
    cursor: pointer !important;
}

input[type="checkbox"], input[type="radio"] {
    margin-top: 1px;
}

.m-r-5 {
    margin-right: 5px;
}


.fullAccess-tooltip {
    color: #fff !important;
    background-color: #41af1c !important;
    border: 1px dashed #41af1c !important;
    padding: 3px;
    border-radius: 3px;
}

.wordBreak {
    word-break: break-all;
}
.modal-header {
    border-bottom-color: #ccc;
}

.notifications-count{
    font-size:12px!important;
}

.wd-80{
    width:80% !important;
}

.mar-top-13 {
    margin-top: 13px;
}