/* Minification failed. Returning unminified contents.
(250,23): run-time error CSS1036: Expected expression, found '#'
(1048,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(1438,25): run-time error CSS1038: Expected hex color, found '#88'
(1438,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
.width-70{
    width:70%;
}
.width-75 {
    width:75%;
}
.width-80 {
    width:80%!important;
}
.width-85 {
    width:85%!important;
}

.btn-search {
    padding-left: 4px;
}

.fullAccess-tooltip {
    color: #fff !important;
    background-color: #41af1c !important;
    border: 1px dashed #41af1c !important;
    padding: 3px;
    border-radius: 3px;
}

.approval-tooltip {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px dashed #f5c6cb;
    padding: 3px;
    border-radius: 3px;
}

.scroller-height-55vh {
    overflow-y: scroll;
    height: 54vh;
}

.no-products {
    padding: 15px;
    background: white;
    font-size: 12px;
    color: red;
    margin: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
}

    .no-products:hover {
        background: #f5f5f5;
    }

/*.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%;
    }*/

.m-r-5{
    margin-right:5px;
}

.wordBreak {
    word-break: break-all;
}
.modal-header {
    border-bottom-color: #ccc;
}

.notifications-count {
    font-size: 12px !important;
}
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;
}
/* remove rounds from all elements */

div,
input,
select,
textarea,
span,
img,
table,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/***
Buttons & Dropdown Buttons
***/

.btn {
    border-width: 0;
    padding: 7px 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none;
}

/* fix jumping group buttons */
.btn-group.btn-group-solid .btn + .btn,
.btn-group.btn-group-solid .btn + .btn-group.btn-group-solid,
.btn-group.btn-group-solid .btn-group.btn-group-solid + .btn,
.btn-group.btn-group-solid .btn-group.btn-group-solid + .btn-group.btn-group-solid {
    margin-left: 0px;
}

.btn-group-vertical.btn-group-solid > .btn + .btn,
.btn-group-vertical.btn-group-solid > .btn + .btn-group,
.btn-group-vertical.btn-group-solid > .btn-group + .btn,
.btn-group-vertical.btn-group-solid > .btn-group + .btn-group {
    margin-top: 0px;
    margin-left: 0;
}

.btn-default {
    border-width: 1px;
    padding: 6px 13px;
}

.btn.red-stripe {
    border-left: 3px solid #d84a38;
}

.btn.blue-stripe {
    border-left: 3px solid #4d90fe;
}

.btn.purple-stripe {
    border-left: 3px solid #852b99;
}

.btn.green-stripe {
    border-left: 3px solid #35aa47;
}

.btn.yellow-stripe {
    border-left: 3px solid #ffb848;
}

.btn.dark-stripe {
    border-left: 3px solid #555555;
}

.btn.default {
    color: #333333;
    text-shadow: none;
    background-color: #e5e5e5;
}

    .btn.default:hover,
    .btn.default:focus,
    .btn.default:active,
    .btn.default.active,
    .btn.default[disabled],
    .btn.default.disabled {
        color: #333333;
        background-color: #d8d8d8 !important;
        outline: none !important;
    }

/*  Red */
.btn.red {
    color: white;
    text-shadow: none;
    background-color: #d84a38;
}

    .btn.red:hover,
    .btn.red:focus,
    .btn.red:active,
    .btn.red.active,
    .btn.red[disabled],
    .btn.red.disabled {
        background-color: #bb2413 !important;
        color: #fff !important;
        outline: none !important;
    }

/*  Blue */

.btn.blue {
    color: white;
    text-shadow: none;
    background-color: #4d90fe;
}

    .btn.blue:hover,
    .btn.blue:focus,
    .btn.blue:active,
    .btn.blue.active,
    .btn.blue[disabled],
    .btn.blue.disabled {
        background-color: #0362fd !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.blue.dropdown-toggle {
    background-color: #4d90fe !important;
}

.btn-group .btn.blue:hover,
.btn-group .btn.blue:focus,
.btn-group .btn.blue:active,
.btn-group .btn.blue.active,
.btn-group .btn.blue.disabled,
.btn-group .btn.blue[disabled] {
    background-color: #0362fd !important;
    color: #fff !important;
    outline: none !important;
}

/*  Green */
.btn.green {
    color: white;
    text-shadow: none;
    background-color: #1d943b;
     /*margin-right: 15px;*/
}

    .btn.green:hover,
    .btn.green:focus,
    .btn.green:active,
    .btn.green.active,
    .btn.green.disabled,
    .btn.green[disabled] {
        background-color: #1d943b;
        color: #fff !important;
        outline: none !important;
    }

/*  grey */
.btn.grey {
    color: #fff;
    text-shadow: none;
    background-color: #3e433b;
    margin-right: 5px;
}

    .btn.grey:hover,
    .btn.grey:focus,
    .btn.grey:active,
    .btn.grey.active,
    .btn.grey.disabled,
    .btn.grey[disabled] {
        background-color: #d2d2d2 !important;
        color: #222 !important;
        outline: none !important;
    }

/*  Purple */
.btn.purple {
    color: white;
    text-shadow: none;
    background-color: #852b99;
}

    .btn.purple:hover,
    .btn.purple:focus,
    .btn.purple:active,
    .btn.purple.active,
    .btn.purple.disabled,
    .btn.purple[disabled] {
        background-color: #6d1b81 !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.purple.dropdown-toggle {
    background-color: #852b99 !important;
}

.btn-group .btn.purple:hover,
.btn-group .btn.purple:focus,
.btn-group .btn.purple:active,
.btn-group .btn.purple.active,
.btn-group .btn.purple.disabled,
.btn-group .btn.purple[disabled] {
    background-color: #6d1b81 !important;
    color: #fff !important;
    outline: none !important;
}

/*  Yellow */
.btn.yellow {
    color: white;
    text-shadow: none;
    background-color: #ffb848;
}

    .btn.yellow:hover,
    .btn.yellow:focus,
    .btn.yellow:active,
    .btn.yellow.active,
    .btn.yellow.disabled,
    .btn.yellow[disabled] {
        background-color: #eca22e !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.yellow.dropdown-toggle {
    background-color: #ffb848 !important;
}

.btn-group .btn.yellow:hover,
.btn-group .btn.yellow:focus,
.btn-group .btn.yellow:active,
.btn-group .btn.yellow.active,
.btn-group .btn.yellow.disabled,
.btn-group .btn.yellow[disabled] {
    background-color: #eca22e !important;
    color: #fff !important;
    outline: none !important;
}

/*  Black */
.btn.dark {
    color: white;
    text-shadow: none;
    background-color: #555555;
}

    .btn.dark:hover,
    .btn.dark:focus,
    .btn.dark:active,
    .btn.dark.active,
    .btn.dark.disabled,
    .btn.dark[disabled] {
        background-color: #222222 !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.dark.dropdown-toggle {
    background-color: #555555 !important;
}

.btn-group .btn.dark:hover,
.btn-group .btn.dark:focus,
.btn-group .btn.dark:active,
.btn-group .btn.dark.active,
.btn-group .btn.dark.disabled,
.btn-group .btn.dark[disabled] {
    background-color: #222222 !important;
    color: #fff !important;
    outline: none !important;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle;
}

    .btn-lg > i {
        font-size: 18px;
    }

.btn > i {
    font-size: 14px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/***
Metro icons
***/

[class^="m-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    line-height: 14px;
    vertical-align: top;
    background-image: url(../img/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

[class^="m-icon-big-"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 6px;
    vertical-align: middle;
    background-image: url(../img/syncfusion-icons.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
}

/* large icons */
.btn.m-icon-big {
    padding: 9px 16px 8px 16px;
}

    .btn.m-icon-big.m-icon-only {
        padding: 9px 8px 8px 0px;
    }

    .btn.m-icon-big [class^="m-icon-big-"] {
        margin: 0 0 0 10px;
    }

.btn.m-icon-ony > i {
    margin-left: 0px;
}

/* default icons */
.btn.m-icon {
    padding: 7px 14px 7px 14px;
}

    .btn.m-icon [class^="m-icon-"] {
        margin: 4px 0 0 5px;
    }

    .btn.m-icon.m-icon-only {
        padding: 7px 10px 7px 6px;
    }

/* white icon */
.m-icon-white {
    background-image: url(../img/syncfusion-icons-white.png);
}

/*  Misc */
.m-icon-swapright {
    background-position: -27px -10px;
}

.m-icon-swapdown {
    background-position: -68px -10px;
}

.m-icon-swapleft {
    background-position: -8px -10px;
}

.m-icon-swapup {
    background-position: -46px -10px;
}

.m-icon-big-swapright {
    background-position: -42px -28px;
}

.m-icon-big-swapdown {
    background-position: -115px -28px;
}

.m-icon-big-swapleft {
    background-position: -6px -28px;
}

.m-icon-big-swapup {
    background-position: -78px -28px;
}


/***
Popover
 ***/
.popover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
}

    .popover .popover-title {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }

    .info .popover .popover-title,
    .popover.info .popover-title,
    .info .popover .popover-content,
    .popover.info .popover-content {
        color: #27a9e3;
    }

    .success .popover .popover-title,
    .popover.success .popover-title,
    .success .popover .popover-content,
    .popover.success .popover-content {
        color: #468847;
    }

    .error .popover .popover-title,
    .popover.error .popover-title,
    .error .popover .popover-content,
    .popover.error .popover-content {
        color: #B94A48;
    }

    .warning .popover .popover-title,
    .popover.warning .popover-title,
    .warning .popover .popover-content,
    .popover.warning .popover-content {
        color: #C09853;
    }

.popovers.yellow + .popover {
    background: yellow;
}

    .popovers.yellow + .popover .popover-title {
        background: yellow;
    }

    .popovers.yellow + .popover .popover-content {
        background: yellow;
    }

/***
Dropdown
***/

/*Fixing dropdown issue on mobile devices in Bootstrap 3.2.2*/
.dropdown-backdrop {
    position: static;
}

.dropdown:hover .caret,
.open.dropdown .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}


.dropdown.open .dropdown-toggle {
    color: #08c;
    background: #ccc;
    background: rgba(0, 0, 0, 0.3);
}

/***
Dropdown Menu
***/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-family: "Segoe UI",Helvetica, Arial, sans-serif;
    border: 1px solid #ddd;
}

/* custom dropdown conetnt */
.dropdown-content {
    padding: 5px;
}

    .dropdown-content form {
        margin: 0;
    }

.dropdown.inline .dropdown-menu {
    display: inline-block;
    position: relative;
}

.dropdown-menu.bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.dropdown-menu li > a {
    padding: 6px 0 6px 13px;
    color: #333;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
}

    .dropdown-menu li > a:hover,
    .dropdown-menu .active > a,
    .dropdown-menu .active > a:hover {
        text-decoration: none;
        background-image: none;
        background-color: #eee;
        color: #333;
        filter: none;
    }

/* dropdown sub menu support for Bootsrap 3 */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 5px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.dropdown-submenu > a:after {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    right: 7px;
    top: 7px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 300;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

.nav.pull-right > li > .dropdown-menu,
.nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

    .nav.pull-right > li > .dropdown-menu:before,
    .nav > li > .dropdown-menu.pull-right:before {
        right: 12px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu:after,
    .nav > li > .dropdown-menu.pull-right:after {
        right: 13px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu .dropdown-menu,
    .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        right: 100%;
        left: auto;
        margin-right: -1px;
        margin-left: 0;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin-top: 0;
        background-color: #ffffff;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    }

        .navbar-nav .open .dropdown-menu > li > a {
            padding: 6px 0 6px 13px;
            color: #333 !important;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-color: #eee !important;
            }
}

/***
Dropdown Checkboxes (in v1.3)
***/
.dropdown-checkboxes {
    padding: 5px;
}

    .dropdown-checkboxes label {
        display: block;
        font-weight: 300;
        color: #333;
        margin-bottom: 4px;
        margin-top: 4px;
    }


/***
Dropdown Menu Badges
***/

.dropdown-menu > li > a > .badge {
    position: absolute;
    margin-top: 1px;
    right: 3px;
    display: inline;
    font-size: 11px;
    font-weight: 300;
    text-shadow: none;
    height: 18px;
    padding: 3px 6px 3px 6px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}

    .dropdown-menu > li > a > .badge.badge-roundless {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

/* end: sidebar menu badges */

/***
Forms
***/
code {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    font-size: 13px;
    font-weight: normal;
    color: #666;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #999999;
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

    .form-control.height-auto {
        height: auto;
    }

.uneditable-input {
    padding: 6px 12px;
    min-width: 206px;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

label.form-control {
    display: block;
    margin-bottom: 5px;
}

input[disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed;
    background-color: #F4F4F4 !important;
}

input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #F9F9F9 !important;
}

/* input  groups */
.input-group.input-group-fixed {
    width: auto !important;
}

.input-group-addon {
    border-color: #e5e5e5;
    background: #e5e5e5;
    min-width: 39px;
}

    .input-group-addon > i {
        color: #999;
    }

/* form control sizing */
.form-control-inline {
    display: inline-block !important;
}

.input-mini {
    width: 45px !important;
}

.input-xsmall {
    width: 80px !important;
}

.input-small {
    width: 120px !important;
}

.input-medium {
    width: 240px !important;
}

.input-large {
    width: 320px !important;
}

.input-xlarge {
    width: 480px !important;
}

.input-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-group .input-inline {
    margin-right: 5px;
}

.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 13px;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
    padding: 2px 10px;
}

/***
Input spinner(in v1.4)
***/

input[type="text"].spinner,
input[type="password"].spinner,
input[type="datetime"].spinner,
input[type="datetime-local"].spinner,
input[type="date"].spinner,
input[type="month"].spinner,
input[type="time"].spinner,
input[type="week"].spinner,
input[type="number"].spinner,
input[type="email"].spinner,
input[type="url"].spinner,
input[type="search"].spinner,
input[type="tel"].spinner,
input[type="color"].spinner {
    background-image: url("../img/input-spinner.gif") !important;
    background-repeat: no-repeat;
    background-position: right 8px;
}

@media (max-width: 768px) {

    .input-large {
        width: 250px !important;
    }

    .input-xlarge {
        width: 300px !important;
    }
}

/***
Error States
***/

.has-warning .help-inline,
.has-warning .help-block,
.has-warning .control-label {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-inline,
.has-error .help-block,
.has-error .control-label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-inline,
.has-success .help-block,
.has-success .control-label {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

/***
Custom label and badges
***/

.label,
.badge {
    font-weight: 300;
    text-shadow: none !important;
}

.label {
    font-size: 12px;
    padding: 3px 6px 3px 6px;
}

    .label.label-sm {
        font-size: 12px;
        padding: 1px 4px 1px 4px;
    }

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label,
h7 .label {
    font-size: 75%;
}

.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #e02222;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

    .badge.badge-roundless {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

.badge-default,
.label-default {
    background-color: #999 !important;
}

.badge-primary,
.label-primary {
    background-color: #428bca !important;
}

.label-success,
.badge-success {
    background-color: #3cc051;
    background-image: none !important;
}

.label-warning,
.badge-warning {
    background-color: #fcb322;
    background-image: none !important;
}

.label-danger,
.badge-danger {
    background-color: #ed4e2a;
    background-image: none !important;
}

.label-info,
.badge-info {
    background-color: #57b5e3;
    background-image: none !important;
}

/* fix badge position for navs */
.nav.nav-pills > li > a > .badge {
    margin-top: -2px;
}

.nav.nav-stacked > li > a > .badge {
    margin-top: 1px;
    margin-bottom: 0px;
}

/***
Iconic Labels
***/

.label.label-icon {
    padding: 4px 1px 4px 5px;
    margin-right: 2px;
    text-align: center !important;
}

.ie9 .label.label-icon,
.ie10 .label.label-icon {
    padding: 3px 0px 3px 3px;
}

.label.label-icon > i {
    font-size: 12px;
    text-align: center !important;
}


/***
Progress Bars
***/

.progress {
    border: 0;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .progress > .progress-bar-success {
        background-color: #3cc051;
    }

    .progress > .progress-bar-danger {
        background-color: #ed4e2a;
    }

    .progress > .progress-bar-info {
        background-color: #57b5e3;
    }

    .progress > .progress-bar-warning {
        background-color: #fcb322;
    }




/***
wells
***/
.well {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Bootstrap Tabs */

.dropup.open > .dropdown-toggle,
.dropdown.open > .dropdown-toggle {
    border-color: #ddd !important;
}

.nav-tabs > li > .dropdown-menu:after,
.nav-pills > li > .dropdown-menu:after,
.navbar-nav > li > .dropdown-menu:after,
.nav-tabs > li > .dropdown-menu:before,
.nav-pills > li > .dropdown-menu:before,
.navbar-nav > li > .dropdown-menu:before {
    display: none !important;
}

.nav-tabs > .dropdown.open > .dropdown-toggle,
.nav-pills > .dropdown.open > .dropdown-toggle {
    background: #eee !important;
    color: #0d638f !important;
}


.nav-tabs,
.nav-pills {
    margin-bottom: 10px;
}

.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

    .tabs-left > .nav-tabs > li,
    .tabs-right > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li > a,
        .tabs-right > .nav-tabs > li > a {
            min-width: 74px;
            margin-right: 0;
            margin-bottom: 3px;
        }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }

.tabs-below > .nav-tabs,
.tabs-below > .nav-pills {
    border-bottom: 0;
    margin-bottom: 0px;
    margin-top: 10px;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    margin-top: 10px;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

/* BS3.0.3 removed tabbable class so its added back */
.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

/***
Bootstrap modal 
***/

.modal {
    z-index: 10002 !important;
    outline: none !important;
}

.modal-header {
    border-bottom: 1px solid #EFEFEF;
}

    .modal-header h3 {
        font-weight: 300;
    }

.modal-small.modal-dialog {
    width: 400px;
}

.modal-wide.modal-dialog {
    width: 60%;
}

.modal-full.modal-dialog {
    width: 100%;
}

@media (max-width: 768px) {

    .modal-small.modal-dialog,
    .modal-wide.modal-dialog,
    .modal-full.modal-dialog {
        width: auto;
    }
}

/***
Modal header close button fix
***/
.modal-header .close {
    margin-top: 0px !important;
}

.modal > .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}

.modal-backdrop {
    border: 0 !important;
    outline: none !important;
    z-index: 10001 !important;
}

    .modal-backdrop,
    .modal-backdrop.fade.in {
        background-color: #333 !important;
    }


/***
Image Carousel
***/
.carousel.image-carousel .carousel-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.carousel.image-carousel .carousel-control i {
    position: absolute;
    top: 40%;
}

.carousel.image-carousel.image-carousel-hoverable .carousel-control i {
    display: none;
}

.carousel.image-carousel.image-carousel-hoverable:hover .carousel-control i {
    display: inline-block;
}

.carousel.image-carousel .carousel-control.left i {
    left: 10px;
}

.carousel.image-carousel .carousel-control.right i {
    right: 10px;
}

.carousel.image-carousel .carousel-indicators {
    margin-top: 10px;
    bottom: -7px;
}

    .carousel.image-carousel .carousel-indicators li {
        background-color: #666;
    }

        .carousel.image-carousel .carousel-indicators li.active {
            background-color: #333;
        }

.carousel.image-carousel .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 15px 25px 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

    .carousel.image-carousel .carousel-caption h4,
    .carousel.image-carousel .carousel-caption h3,
    .carousel.image-carousel .carousel-caption h2,
    .carousel.image-carousel .carousel-caption p {
        text-align: left;
        line-height: 20px;
        color: #ffffff;
    }

    .carousel.image-carousel .carousel-caption h2,
    .carousel.image-carousel .carousel-caption h3,
    .carousel.image-carousel .carousel-caption h4 {
        margin: 0 0 5px;
    }

        .carousel.image-carousel .carousel-caption h2 a,
        .carousel.image-carousel .carousel-caption h3 a,
        .carousel.image-carousel .carousel-caption h4 a {
            color: #aaa;
        }

    .carousel.image-carousel .carousel-caption p {
        margin-bottom: 0;
    }

.carousel.image-carousel .item {
    margin: 0;
}

/***
Bootstrap Tables
***/

.table thead > tr > th {
    border-bottom: 0;
}

.table tbody tr.active td,
.table tbody tr.active th {
    background-color: #e9e9e9 !important;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
    background-color: #e1e1e1 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

.table .heading > th {
    background-color: #eee !important;
}

/***
Bootstrap Panel
***/

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .panel .panel-title > a:hover {
        text-decoration: none;
    }

.accordion .panel-heading {
    padding: 0;
}

.accordion .panel-title {
    padding: 0;
}

    .accordion .panel-title .accordion-toggle {
        display: block;
        padding: 10px 15px;
    }

.accordion .accordion-toggle.accordion-toggle-styled {
    background: url("../img/accordion-plusminus.png") no-repeat;
    background-position: right -19px;
    margin-right: 15px;
}

    .accordion .accordion-toggle.accordion-toggle-styled.collapsed {
        background-position: right 12px;
    }

/***
Responsive Image
***/
.table td .img-responsive {
    width: 100%;
}

/***
Unstyled List
***/

.list-unstyled li > .list-unstyled {
    margin-left: 25px;
}

.desctext {
    line-height: 40px;
    padding: 0 0 0 10px;
    background: #d1d6d9;
}

    .desctext p {
        padding: 0px;
    }

.close {
    background-image: url("/contracts/content/images/remove-icon-small.png") !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 9px;
    margin-right: 0;
    margin-top: 4px;
    outline: medium none;
    text-indent: -10000px;
    width: 9px;
}

.formbox {
    background: #f2f4f6;
    padding: 0 15px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    margin: 0 0 10px 0px;
}

    .formbox label {
        margin: 0;
        color: #666;
        line-height: 18px;
    }

    .formbox a:hover {
        color: #faa41b;
    }

    .formbox .detail label {
        color: #000;
    }

    .formbox .row.odd {
        background: #fbfbfb;
    }

    .formbox .row {
        padding: 5px;
        border-bottom: 1px solid #d2d2d2;
    }

.breadcrumb > li + li:before {
    content: none;
}

.btn.last {
    margin: 0;
}

.ord-right .search-btn {
    margin-right: 0;
    cursor: pointer;
}

.nav-tabs > li > a {
    line-height: 30px;
}

    .nav-tabs > li > a:hover {
        /* background: #3e433b;*/
    }

.divider {
    margin: 10px 0 20px;
    border-bottom: 3px solid #bbb;
}

.tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
}

.nav-tabs {
    margin: 0;
    border: none;
}

.input-group-btn {
    display: inline-block;
    width: auto;
}




.formbox input[type='text'], .formbox input[type='password'],
.formbox textarea,
.formbox select {
    bordeR: 1px solid #d1d1d1;
    box-shadow: none;
    width: 100%;
    line-height: 18px;
}

.button-holder {
    padding: 0px 0px 6px 0px;
}


.box-had {
    background: #01843e;
    color: #fff;
    padding: 1px 0px 1px 10px;
}

.searchholder {
    position: relative;
    display: inline-block;
}

.text-right .searchholder {
    float: right;
}

.text-right.ord-right .searchholder label .input2 {
    height: 34px;
}

.searchholder .search-btn {
    position: absolute;
    right: 15px;
    top: 2px;
    padding: 0;
    background: none;
    color: #4cac41;
    margin: 0;
    width: auto;
}

    .searchholder .search-btn:hover {
        position: absolute;
        right: 15px;
        top: 2px;
        padding: 0;
        background: none;
        color: #4cac41;
        margin: 0;
        width: auto;
    }

        .searchholder .search-btn:hover .fa-search {
            color: #333;
        }

.new-btn {
    background: #444 !important;
    /*background-color: #faa41b !important;
   border: solid 1px #fff;*/
}

.ord-right.tabselect label .input2 {
    height: 32px;
    margin-top: 3px;
    width: 300px;
}

.btn.new-btn:hover,
.new-btn:hover {
    background: #1d221b !important;
    background-color: #1d221b !important;
    border-color: #1d221b !important;
}

.tooltip_display {
    padding: 15px 0;
    float: right;
}

/*#sample_1_info{border-right:1px solid #aaa;padding-right:15px;margin-right:15px;}*/

.rightdiv div.dataTables_paginate {
    float: none;
}

.productdetails h1 {
    margin: 0;
    padding: 0 0 10px;
}

.productdetails h6 {
    font-size: 16px;
    margin: 0 0 30px;
}

    .productdetails h6 span {
        color: #35aa47;
        margin-left: 10px;
    }

.tablebox {
    margin: 20px 0 0;
}

.stepsul li {
    font-size: 15px;
}

.stepsul .subul {
    list-style: none;
    margin: 10px 0 0;
}

    .stepsul .subul li {
        font-size: 13px;
    }

.stepsul {
    list-style: none;
    padding: 20px 0 0 15px;
}

    .stepsul i {
        color: #01843e;
        margin-right: 10px;
    }

    .stepsul img {
        margin-right: 10px;
    }

.smallbox {
    border: 1px solid #d2d2d2;
    border-top: none;
    min-height: 208px;
}

.btn.new-btn {
    color: #fff;
    margin-right: 0px;
}

.ord-right .green {
    margin-right: 0;
}

.ord-right a.green:hover {
    background-color: #3e433b !important;
}

.detail input[type="file"] {
    margin-top: 5px;
}

h3 {
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

.center-box {
    width: 50%;
    display: inline-block;
    margin: 20px 0;
}

    .center-box label {
        float: right;
    }

    .center-box input {
        width: 100%;
    }

.login-logo {
    padding-bottom: 10px;
}

.login-main {
    min-height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.login-box {
    display: inline-block;
    padding: 15px;
    width: 30%;
}

    .login-box .rows {
        display: inline-block;
        width: 100%;
    }

    .login-box i {
        float: left;
        width: 7%;
        font-size: 20px;
        line-height: 40px;
        color: #999;
        background: #fff;
        text-align: right;
    }

    .login-box input[type='text'] {
        padding: 10px 15px;
        border: none;
        float: left;
        width: 93%;
        font-size: 14px;
        color: #999;
    }

    .login-box input[type='password'] {
        padding: 10px 15px;
        border: none !important;
        float: left;
        width: 93% !important;
        font-size: 14px;
        color: #999;
    }

    .login-box input[type='checkbox'] {
        border: 1px solid #666;
        box-shadow: none;
    }

    .login-box label {
        color: #666;
    }

    .login-box .rows {
        margin: 0 0 15px;
    }

    .login-box a {
        line-height: 30px;
        font-size: 13px;
    }

    .login-box .submit-btn {
        padding: 8px 20px;
        background: #4cac41;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
    }

        .login-box .submit-btn:hover {
            background: #1d221b;
        }

        .login-box .submit-btn img {
            margin-right: 10px;
        }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.login-btns .right-dtl {
    padding: 26px 0 0 20px;
    text-align: left;
}

.login-btns .red-bg .right-dtl a {
    color: #ff6c60;
}

.login-btns .org-bg .right-dtl a {
    color: #fab321;
}

.login-btns .blue-bg .right-dtl a {
    color: #57c8f2;
}

.login-btns .right-dtl a:hover {
    color: #fff;
}

.view-option {
    float: right;
    background: #d1d6d9;
    padding: 4px;
    margin: 2px 10px 0 0;
}

    .view-option a {
        font-size: 13px;
        margin-left: 5px;
        padding: 7px 10px 2px;
        margin: 0;
        display: inline-block;
        color: #22271f;
    }

        .view-option a.active {
            background: #fff;
            color: #35aa47;
        }

.producttab {
    background: none;
    border: none;
    margin: 0 -15px;
}

.productbox {
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
}

.gridview .productbox {
    margin: 0 0 30px;
}

    .gridview .productbox h6 a {
        font-size: 18px;
        font-weight: bold;
        background: none;
        overflow: hidden;
        padding: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .gridview .productbox .img-holder a {
        background: #fff;
        padding: 0;
        margin: 0;
        position: relative;
    }

        .gridview .productbox .img-holder a .overlay {
            display: none;
        }

        .gridview .productbox .img-holder a:hover .overlay {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: #000000;
            opacity: 0.3;
        }

    .gridview .productbox .img-holder img {
        width: 100%;
    }

    .gridview .productbox p {
        margin: 0 0 10px;
        display: inline-block;
    }

    .gridview .productbox a {
        background: #22271f;
        padding: 8px 12px;
        font-size: 14px;
        display: inline-block;
        margin-right: 5px;
    }

a.addtocart-btn,
a.addtowish-btn {
    padding: 8px 12px;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

    a.addtocart-btn img,
    a.addtowish-btn img {
        margin-right: 10px;
    }

.gridview .productbox a.addtocart-btn {
    margin: 0 0 5px;
}

a.addtocart-btn,
.gridview .productbox a.addtocart-btn,
.listview .productbox a.addtocart-btn {
    background: #4cac41;
    color: #fff;
}

a.addtowish-btn,
.gridview .productbox a.addtowish-btn,
.listview .productbox a.addtowish-btn {
    background: #faa41b;
    color: #fff;
}

    a.addtocart-btn:hover,
    a.addtowish-btn:hover,
    .gridview .productbox a.addtocart-btn:hover,
    .listview .productbox a.addtocart-btn:hover,
    .gridview .productbox a.addtowish-btn:hover,
    .listview .productbox a.addtowish-btn:hover {
        background: #22271f;
    }

.gridview .productbox h6 a:hover,
.listview .productbox h6 a:hover {
    color: #22271f;
}

.listview .productbox {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}

    .listview .productbox h6 a {
        font-size: 18px;
        font-weight: bold;
        background: none;
        padding: 0;
    }

    .listview .productbox .img-holder img {
        width: 100%;
    }

    .listview .productbox .img-holder a {
        background: #fff;
        padding: 0;
        margin: 0;
        position: relative;
    }

        .listview .productbox .img-holder a .overlay {
            display: none;
        }

        .listview .productbox .img-holder a:hover .overlay {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: #000000;
            opacity: 0.3;
        }

    .listview .productbox p {
        margin: 0 0 10px;
        display: inline-block;
    }

    .listview .productbox a {
        background: #22271f;
        padding: 8px 12px;
        font-size: 14px;
        display: inline-block;
        margin-right: 5px;
    }

        .listview .productbox a img {
            margin-right: 10px;
        }

.viewholder {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.acco-ul,
.acco-subul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .acco-ul span {
        float: right;
    }

.acco-subul {
    padding-left: 30px;
    margin: 5px 0;
    display: none;
}

.hasSubul {
    cursor: pointer;
}

.acco-ul li {
    width: 100%;
    display: inline-block;
}

.acco-ul label {
    width: 92%;
    float: right;
    text-align: left;
    display: inline-block;
}

.acco-subul label {
    width: 90%;
    float: right;
    text-align: left;
    display: inline-block;
}

.priceholder {
    font-size: 20px;
    text-align: left;
    margin: 10px 0;
    color: #c13f51;
}

.panel .panel-title > a.accordion-toggle {
    background: #4cac41 url(images/filter-ind-below.png) no-repeat 95% 50%;
    transition: background-color 0.4s ease 0s;
    width: 100%;
    color: #fff;
}

    .panel .panel-title > a.accordion-toggle.collapsed {
        background: #d1d6d9 url(images/filter-ind-right.png) no-repeat 95% 50%;
        color: #22271f;
    }

.panel-body {
    height: auto !important;
}

.cart-steps {
    width: 100%;
    margin: 0 0 20px;
}

    .cart-steps ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
        width: 100%;
        display: inline-block;
    }

        .cart-steps ul > li {
            width: 25%;
            float: left;
        }

            .cart-steps ul > li a {
                height: 40px;
                width: 100%;
                display: inline-block;
                padding-right: 16px;
            }

                .cart-steps ul > li a span {
                    color: #999;
                    text-align: center;
                    font-size: 16px;
                    display: inline-block;
                    height: 40px;
                    line-height: 40px;
                    width: 100%;
                }

            .cart-steps ul > li.active a span,
            .cart-steps ul > li.cart-com a span {
                background: none repeat scroll 0 0 #0c8934;
                width: 100%;
                color: #fff;
            }

            .cart-steps ul > li a:hover span {
                color: #000;
            }

            .cart-steps ul > li.active a:hover span,
            .cart-steps ul > li.cart-com a:hover span {
                color: #000;
            }

            .cart-steps ul > li.active a {
                background: url("images/cart_menu2.png") no-repeat scroll right center rgba(0,0,0,0);
            }

            .cart-steps ul > li.cart-com a {
                background: url("images/cart_menu3.png") no-repeat scroll right center rgba(0,0,0,0);
            }

            .cart-steps ul > li.last.active a {
                background: #0c8934;
            }

.table-scrollable tbody tr td input {
    width: 50px;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
}

.table-scrollable tbody tr td input[type='checkbox'] {
    width: auto!important;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
}

.table-scrollable tbody tr td a.minus,
.table-scrollable tbody tr td a.plus {
    background: #22271f;
    padding: 5px;
    color: #fff;
    line-height: 30px;
}

    .table-scrollable tbody tr td a.minus:hover,
    .table-scrollable tbody tr td a.plus:hover {
        background: #f8a21b;
    }

.cartbtns i {
    margin-right: 10px;
}

.checker span {
    margin-right: 10px;
    display: inline-block;
}

.gray-had {
    background: #3e433b;
}

.formbox-1 {
    min-height: 492px;
}

    .formbox-1.empty {
        border-bottom: 1px solid #d2d2d2;
    }

.formbox-2 {
    min-height: 440px;
}

    .formbox-2.empty {
        border-bottom: 1px solid #d2d2d2;
    }

.formbox-3 {
    min-height: 416px;
}

    .formbox-3.empty {
        border-bottom: 1px solid #d2d2d2;
    }

.formbox-4 {
    min-height: 510px;
}

    .formbox-4.empty {
        border-bottom: 1px solid #d2d2d2;
    }

.formbox-5 {
    min-height: 358px;
}

    .formbox-5.empty {
        border-bottom: 1px solid #d2d2d2;
    }

.formbox-6 {
    min-height: 468px;
}

    .formbox-6.empty {
        border-bottom: 1px solid #d2d2d2;
    }

.red {
    color: #c13f51;
    margin: 0 0 10px;
    display: inline-block;
}

.orderno {
    font-size: 20px;
    font-family: "Ruda",sans-serif;
    margin: 0 0 10px;
}

    .orderno i {
        margin-right: 10px;
        color: #1d943b;
    }

.single-form-element {
    margin: 20px 0;
}

    .single-form-element textarea {
        width: 100%;
        height: 150px;
    }

.commentbox {
    background: #fff;
    border: 1px solid #dddddd;
    padding: 15px;
    font-size: 13px;
}

.smallcol { /*width:20px;*/
    text-align: center;
}

    .smallcol input[type='checkbox'] {
        margin-right: 0;
        margin-top: 0;
    }



.largep {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}

.formcalender .form-group {
    margin: 5px 0;
}

.formcalender .input-group {
    width: 100%;
}

.formcalender .input-small {
    width: 80% !important;
}

.btn-group-vertical {
    float: right;
    width: 7%;
}

.formbtn.ord-right .search-btn {
    margin-left: 0;
}

.full .input-group.date-picker {
    width: 100%;
}

.full input[type='text'].date-picker {
    width: 91% !important;
}

.modal-body .full input.date-picker[type="text"] {
    width: 93% !important;
}

.full {
    width: 100%;
    margin: 0;
}

.spinner-input.form-control {
    float: left;
    width: 93% !important;
}

.btn-group-vertical .btn.green:hover {
    background-color: #3e433b !important;
}

.grey i {
    color: #fff;
}

.formbox1 label {
    line-height: 20px;
}

.formbox1 .row {
    padding: 15px 0;
}

.orderno .ord-right {
    margin-left: 10px;
}

.orderno span {
    margin-right: 15px;
}

.features {
    background: #ddd !important;
    color: #333;
}

.amounts {
    margin-top: 20px;
}

.orderno span.caption {
    font-size: 16px;
    color: #1d943b;
}

.detail-wrap {
    float: left;
    width: auto;
}

.large-box {
    width: 70%;
}

    .large-box input[type='file'] {
        background: none;
        padding: 0;
        height: auto;
        margin: 3px 0;
        width: auto;
        float: none;
        display: inline-block;
    }

        .large-box input[type='file']:focus,
        .large-box input[type='file']:hover,
        .large-box input[type='file']:active {
            outline: none;
        }

#fileElem {
    visibility: hidden;
    width: 0;
    height: 0;
}

#fileSelect {
    background: #1d943b;
    padding: 10px 30px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
}

    #fileSelect i {
        font-size: 20px;
        margin-right: 10px;
    }

    #fileSelect:hover {
        background: #3e433b;
    }

.file-info {
    background: #fff;
    bordeR: 1px solid #ddd;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
}

    .file-info p {
        margin: 0 0 15px;
        line-height: 20px;
        font-size: 16px;
    }

        .file-info p span {
            font-size: 16px;
            color: #1d943b;
            line-height: 20px;
        }

@media (max-width: 1529px) {

    .full input.date-picker[type="text"] {
        width: 89% !important;
    }

    .detail-wrap {
        width: 80%;
        float: left;
        margin: 0 0 20px;
    }
}

@media (max-width: 1443px) {

    .formbox-4 {
        min-height: 530px;
    }
}

@media (max-width: 1300px) {

    #sample_1_info {
        border: 0 none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .rightdiv #sample_1_info {
        display: inline-block;
        margin-right: 20px;
    }

    .login-box {
        width: 40%;
    }

        .login-box i {
            width: 8%;
        }

        .login-box input[type="text"] {
            width: 92% !important;
            border: none;
        }

    .login-btns .right-dtl {
        font-size: 27px;
    }

    .gridview .productbox a {
        margin-bottom: 5px;
    }

    .acco-ul label {
        width: 88%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .acco-subul label {
        width: 88%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .full input.date-picker[type="text"] {
        width: 88% !important;
    }

    .spinner-input.form-control {
        width: 92% !important;
    }

    .btn-group-vertical {
        width: 8%;
    }

    .modal-body .full input.date-picker[type="text"] {
        width: 92% !important;
    }

    .formbox-4 {
        min-height: 530px;
    }

    .center-box {
        width: 70%;
    }
}

@media (max-width: 1024px) {

    .formbox input[type='text'],
    .formbox textarea,
    .formbox select {
        width: 100%;
    }

    .smallbox {
        min-height: 332px;
    }

    .setrightm {
        margin-right: 0;
    }

    .login-box {
        width: 50%;
    }

        .login-box i {
            width: 8%;
        }

        .login-box input[type="text"] {
            width: 92% !important;
            border: none;
        }

    .gridview .productbox a {
        margin-bottom: 0;
    }

    .listview .productbox a {
        margin-bottom: 5px;
    }

    .view-option {
        margin: 0 0 5px;
    }

    .topbtns.ord-right .search-btn {
        margin-left: 0;
        margin-right: 5px;
    }

    .acco-ul label {
        width: 90%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .acco-subul label {
        width: 90%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .formcalender {
        width: 200px;
    }

        .formcalender .btn {
            margin-top: 0;
        }

    #sample_1_info {
        display: inline-block;
        margin: 0 10px;
    }

    .viewholder {
        float: none;
        vertical-align: middle;
        display: inline-block;
    }

    .modal-body .full input.date-picker[type="text"] {
        width: 91% !important;
    }

    .center-box {
        width: 80%;
    }
}

@media (max-width:999px) {

    .formbox input[type='text'],
    .formbox textarea,
    .formbox select {
        width: 100%;
    }

    .rightdiv {
        text-align: left;
    }

    .navbar-default .navbar-nav.main-btm li > a {
        width: auto;
    }

    .forceright {
        text-align: right !important;
    }

    .ord-right label .input2 {
        width: 260px;
    }

    .rightdiv #sample_1_info {
        display: inline-block;
        margin-right: 10px;
    }

    .rows select,
    .rows input[type='text'] {
        border: 1px solid #ddd;
        border-radius: 0;
        width: 100%;
    }

    .center-box {
        width: 90%;
    }

    .login-box {
        width: 60%;
    }

        .login-box i {
            width: 8%;
        }

        .login-box input[type="text"] {
            width: 92% !important;
            border: none;
        }

    .login-btns .right-dtl {
        font-size: 36px;
        padding: 21px 0 0 20px;
    }

    .topbtns.ord-right .search-btn {
        margin-left: 5px;
        margin-right: 0;
    }

    .view-option {
        margin: 0 0 10px;
    }

    .acco-ul label {
        width: 96%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .acco-subul label {
        width: 96%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .formbox-1,
    .formbox-2,
    .formbox-3,
    .formbox-4,
    .formbox-5,
    .formbox-6 {
        min-height: 0;
    }

        .formbox-1.empty,
        .formbox-2.empty,
        .formbox-3.empty,
        .formbox-4.empty,
        .formbox-5.empty,
        .formbox-6.empty {
            border-bottom: none;
        }

    .button-holder .btn {
        margin-bottom: 5px;
    }

    .full {
        margin: 0;
    }

        .full input.date-picker[type="text"] {
            width: 93% !important;
        }

    .modal-body .full input.date-picker[type="text"] {
        width: 93% !important;
    }

    .detail-wrap {
        width: 80%;
        float: left;
        margin: 0 0 20px;
    }
}

@media (max-width: 720px) {

    .formbox input[type='text'],
    .formbox textarea,
    .formbox select {
        width: 100%;
        margin: 5px 0;
    }

    .formbox label {
        margin: 5px 0;
    }

    .btn.green {
        margin-bottom: 5px;
        margin-top: 5px;
        margin-right: 3px;
    }

    .top-buttons .btn.grey {
        margin-top: 5px;
    }

    .ord-left .dropdown-toggle {
        margin-top: 5px;
        margin-bottom: 3px;
    }

    .desctext {
        line-height: 40px;
        padding: 0 0 0 10px;
    }

    .tabbtn {
        margin-bottom: 10px !important;
    }

    .ttip {
        width: 290px;
    }

    .records {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }

    .topbtns {
        width: 100%;
        text-align: center;
    }

    .rightdiv {
        text-align: right;
    }

    .tooltip_display {
        margin: 0 0 20px;
    }

    .text-right .searchholder {
        display: inline-block;
        float: none;
        width: 225px;
    }

    .forceright {
        text-align: left !important;
    }

    .searchholder {
        float: none;
        width: 50%;
    }

    .ord-right label .input2 {
        width: 100%;
    }

    .searchholder label {
        width: 98%;
    }

    #sample_1_info {
        display: inline-block;
        border-right: 1px solid #aaaaaa;
        margin-right: 15px;
        padding-right: 15px;
    }

    .smallbox {
        min-height: 0;
        margin: 0 0 20px;
    }

    .btn.new-btn,
    .btn.grey {
        margin-bottom: 5px;
    }

    .center-box label {
        float: none;
    }

    .center-box {
        width: 70%;
    }

    .login-box {
        width: 80%;
    }

        .login-box i {
            width: 6%;
        }

        .login-box input[type="text"] {
            width: 94% !important;
            border: none;
        }

    .login-btns .right-dtl {
        font-size: 28px;
    }

    .viewholder {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 10px 0 0;
    }

    .view-option {
        float: none;
        display: inline-block;
    }

    .listview .productbox a {
        margin-bottom: 0;
    }

    .acco-ul label {
        width: 95%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .acco-subul label {
        width: 95%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .cart-steps ul > li {
        width: 50%;
    }

    .full input.date-picker[type="text"] {
        width: 94% !important;
    }

    .btn-group-vertical {
        margin: 5px 0;
    }

    .modal-body .full .datebtn1 {
        margin: 0;
    }

    .modal-body .full input.date-picker[type="text"] {
        width: 94% !important;
    }

    .detail-wrap {
        width: 100%;
        float: left;
        margin: 0 0 20px;
    }
}

@media (max-width: 600px) {
    .full input.date-picker[type="text"] {
        width: 92% !important;
    }

    .center-box {
        width: 100%;
    }
}

@media (max-width: 450px) {

    .ttip {
        width: 290px;
    }

    .helpicon {
        float: none;
        margin: 10px 0 0;
        width: 100%;
    }

    .rows select, .rows input[type="text"] {
        width: 100%;
    }

    .helpholder {
        text-align: center;
    }

    .page-title {
        padding: 0;
    }

    .tooltip_display {
        display: inline-block;
        float: none;
        margin: 0;
    }

    .searchholder {
        float: none;
        width: 100%;
    }

    .text-right .searchholder {
        float: none;
        width: 100%;
    }

    .searchholder label {
        width: 96%;
    }

    #sample_1_info {
        border: none;
        padding-right: 0;
        margin-right: 0;
    }

    .tabselect {
        margin: 10px 0 0;
    }

    .select-holder {
        width: 100%;
    }

    .ord-right.tabselect label,
    .ord-right.tabselect label .input2 {
        width: 100%;
    }

    .login-box {
        width: 100%;
    }

        .login-box i {
            width: 11%;
        }

        .login-box input[type="text"] {
            width: 89% !important;
            border: none;
        }

    .acco-ul label {
        width: 92%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .acco-subul label {
        width: 90%;
        float: right;
        text-align: left;
        display: inline-block;
    }

    .cart-steps ul > li a span {
        font-size: 13px;
    }

    .spinner-input.form-control {
        width: 93% !important;
    }

    .btn-group-vertical {
        width: 7%;
    }

    .full input.date-picker[type="text"] {
        width: 88% !important;
    }

    .modal-body .full input.date-picker[type="text"] {
        width: 89% !important;
    }
}

@media (max-width: 320px) {
    .full input.date-picker[type="text"] {
        width: 87% !important;
    }

    .btn-group-vertical {
        margin: 5px 0;
        width: 10%;
    }

    .spinner-input.form-control {
        width: 90% !important;
    }
}

.rows select, .rows input[type='password'] {
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
}

.sdr_r {
    background: #f2f4f6;
    padding: 0 0px;
    border-left: none;
    border-right: none;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}

#treeview {
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0%;
    background: #fff;
    color: #35aa47 !important;
    font-weight: normal !important;
}

    #treeview ul {
        margin: 0px 0px 0px 0px !important;
        padding: 0px 0px 0px 0px !important;
    }

        #treeview ul li {
            margin: 0px 0px 0px 0px !important;
            padding: 6px 0px 6px 12px !important;
            list-style: none !important;
            color: #35aa47;
            font-size: 13px !important;
            border-bottom: solid 1px #d7d7d7;
        }

            #treeview ul li:hover {
                margin: 0px 0px 0px 0px !important;
                padding: 6px 0px 6px 12px !important;
                /*background:#d7d7d7  !important;*/
                color: #222 !important;
            }


            #treeview ul li ul li {
                border-bottom: none;
                margin: 0px 0px 0px 10px !important;
                padding: 6px 0px 6px 0px !important;
            }

                #treeview ul li ul li:hover {
                    margin: 0px 0px 0px 10px !important;
                    padding: 6px 0px 6px 0px !important;
                    color: #222 !important;
                }


span.k-in {
    background: none !important;
    color: #35aa47 !important;
    font-weight: 100 !important;
    margin: 2px 0px 0px 0px !important;
}

    span.k-in:hover {
        background: none !important;
        color: #222 !important;
        font-weight: 100 !important;
        margin: 2px 0px 0px 0px !important;
    }

.no-pdg {
    padding: 0px 0px !important;
}

.mrgn0 {
    margin: 10px 0px !important;
}

.topbtns {
    width: 95%;
    padding: 0px 2% !important;
}

.rgt-pdg {
    padding-right: 0px !important;
}

.mrtp {
    margin-top: 3px !important;
}

.bg-d {
    background: #1d943b !important;
}

.grn-bg {
    background: #0d9339 !important;
}

.cl-wh {
    color: #fff !important;
}

.mrg10 {
    margin: 10px 0px -4px 0px;
}

.ord-right label input {
    margin: 0px 0px !important;
}

.blk {
    background: #222 !important;
}

.pddg {
    padding: 6px 15px 15px !important;
}

.v-scl {
    /*height:400px;*/
    overflow-y: auto;
}

.stepwizard .active a.btn {
    background: #01843e;
    color: #fff;
    padding: 6px !important;
}

.pdgtb {
    padding: 21px 0px !important;
}

.serhlt {
    border: solid 1px #ccc;
    padding: 1px 5px;
}

.nav-tabs > li > a {
    border: none;
}
/*.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
width:2.2em !important;
}*/














@media only screen and (width:768px) {
    .ord-right.text-right {
        text-align: right;
    }
}

/*   
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.1.1
Version: 2.0.2
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
*/

/*********************
 GENERAL UI COLORS 
*********************/

/***
Colors
blue:  #4b8df8
light blue: #bfd5fa
red: #e02222
yellow: #ffb848
green: #35aa47
purple: #852b99
dark: #555555;
light grey: #fafafa;
***/

/*********************
 GENERAL RESET & SETUP 
*********************/

/***
Reset and overrides  
***/

/* general body settings */
body { 
  color: #333; 
  font-family: 'Open Sans', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size:12px; 
  direction: ltr;
}

/*
Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't 
properly apply the media queries in Bootstrap's CSS. To address this, 
you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport { 
  width: device-width; 
}

@-moz-viewport { 
  width: device-width; 
}

@-ms-viewport { 
  width: device-width; 
}

@-o-viewport { 
  width: device-width; 
}

@viewport { 
  width: device-width; 
}

/* Internet Explorer 10 doesn't differentiate device width from viewport width, 
and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied */
@-ms-viewport { 
  width: auto !important; 
}

/***
Custom Scrollbars
***/
/*
::-webkit-scrollbar {  
    width: 12px;  
}  

::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #cecece;  
}  

::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  

::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}*/

/***
General typography 
***/
h1 small,
h2 small,
h3 small, 
h4 small, 
h5 small,
h6 small {
  color: #444;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 300 !important;
}

h1.block, 
h2.block, 
h3.block, 
h4.block, 
h5.block, 
h6.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
  color: #35aa47;
}

/***
Fix link outlines after click
***/
a,a:focus, a:hover, a:active {
  outline: 0;
}

/***
General backgrounds. Can be applied to any block or panel
***/

.bg-blue {
  background-image: none !important;
  background-color: #4b8df8 !important;
  border-color:#4b8df8 !important;
  color: #fff !important;
}

.bg-red {
  background-image: none !important;
  background-color: #e02222 !important;
  border-color: #e02222 !important;
  color: #fff !important;
}

.bg-yellow {
  background-image: none !important;
  background-color: #ffb848 !important;
  border-color: #ffb848 !important;
  color: #fff !important;
}

.bg-green {
  background-image: none !important;
  background-color: #35aa47 !important;
  border-color: #35aa47 !important;
  color: #fff !important;
}

.bg-purple {
  background-image: none !important;
  background-color: #852b99 !important;
  border-color: #852b99 !important;
  color: #fff !important;
}

.bg-dark {
  background-image: none !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #fff !important;
}

.bg-grey {
  background-image: none !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}

/***
Font Awesome Icons
***/

[class^="fa-"],
[class*=" fa-"] {
  display: inline-block;
  margin-top: 1px;
  font-size: 14px;
  *margin-right: .3em;
  line-height: 14px;
}

/***
Make font awesome icons fixed width(latest version issue)
***/

li [class^="fa-"],
li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

.fa-lg,
.icon-lg {
  font-size: 16px;
}

.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}

.icon-default {
  color: #ccc;
}

.icon-success {
  color: #468847;
}

.icon-info {
  color: #27a9e3; 
}

.icon-warning {
  color: #dbc056;
}

.icon-danger {
  color: #B94A48;
}

/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: none;
  background-image: url("/contracts/content/images/remove-icon-small.png") !important;
}

/***
General HR
***/

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
}

/***
Tools
***/

.display-none,
.display-hide {
  display: none;
}

.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

.no-margin {
  margin:0;
}

.no-border {
  border:0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.bold {
  font-weight:600 !important;
}

.fix-margin {
  margin-left: 0px !important
}

.border {
  border: 1px solid red;
}

.inline {
  display: inline;
}

.text-align-reverse {
  text-align: right;
}

/***
ie8 & ie9 modes
***/

.visible-ie8 {
  display: none;
}

.ie8 .visible-ie8 {
  display: inherit !important;
}

.visible-ie9 {
  display: none;
}

.ie9 .visible-ie9 {
  display: inherit !important;
}

.hidden-ie8 {
  display: inherit;
}

.ie8 .hidden-ie8 {
  display: none !important;
}

.hidden-ie9 {
  display: inherit;
}

.ie9 .hidden-ie9 {
  display: none !important;
}

/********************
 GENERAL LAYOUT 
*********************/

/***
Header and header elements.
***/

.header.navbar {
  width: 100%; 
  padding: 0 20px 0 20px;
  margin: 0;
  border: 0px;
  padding: 0px; 
  box-shadow: none;
  height: 42px; 
  min-height: 42px;
}

.header.navbar.navbar-fixed-top {
  z-index: 9995 !important;
}

.header.navbar .navbar-brand {
  display: inline-block;
  margin-top: 1px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 225px;
  height: 42px;
}
.header.navbar a.navbar-brand {padding-top:3px;}

.header.navbar .navbar-brand img {
  margin-left: 20px;
}

.header.navbar .navbar-brand.text-logo {
  padding-left: 20px;
  padding-top: 12px;
}

.header.navbar .navbar-toggle {
  margin: 8px 6px 4px 6px;
  padding: 0; 
  padding-top:2px;
  padding-bottom: 6px; 
  background-image: none;
  filter:none;
  box-shadow: none;
  color: #fff;
  border: 0;
}

.header.navbar .navbar-toggle:hover {
  text-decoration: none;
  background: none;
}

.header.navbar .navbar-nav {
  margin-right: 20px;
  display: block; 
/*  padding-top:11px;*/
}

.header.navbar .navbar-nav > li {
  margin: 0px;
  padding: 0px;
}

.header.navbar .navbar-nav > li.dropdown, 
.header.navbar .navbar-nav > li.dropdown > a {
  padding-left: 4px; 
  padding-right: 4px;
}

.header.navbar .navbar-nav > li.dropdown > a:last-child {
  padding-right: 0;
}

.header.navbar .navbar-nav > li.dropdown:last-child {
   padding-right: 2px;
}

.header.navbar .navbar-nav > li.dropdown .dropdown-toggle {
  margin: 0px;
  padding: 15px 10px 7px 10px;
}

.header.navbar .navbar-nav > li.dropdown .dropdown-toggle > i {
  font-size: 18px;
}

.header.navbar .navbar-nav > li.dropdown .dropdown-menu > li > a > i {
  font-size: 14px;
}

.header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle {
  padding: 7px 0px 6px 6px;
}

.header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle:hover {
  text-decoration: none;
}

.header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle .username {
  color: #ddd;
}

.header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 16px;
}

.header.navbar .navbar-nav > li.dropdown.user .dropdown-menu i {
  width: 15px;
  display: inline-block;
}

.header.navbar .navbar-nav > li.dropdown .dropdown-toggle .badge {
  position: absolute;
  top: 8px;
  right: 20px;
}

/***
Header Search
***/
.header.navbar .search-form {
  float: left;
  display: inline-block;
  padding: 0;
  height: 41px;
  margin:0;
}

.header.navbar .search-form .form-control{
  margin-top: 8px;
  border: 0;
  padding-top: 1px;
  padding-right: 27px;
}

.header.navbar .search-form .submit {  
  position: relative;
  display: block;
  float: right;
  margin-top: -21px;
  margin-right: 8px;
  width: 13px;
  height: 15px;
  box-shadow: none;
  border: 0px; 
  padding: 0px;
  background-color: none;
  background-repeat: no-repeat !important;  
  outline: none !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header.navbar .search-form .submit:hover {
  opacity: 1;
  filter: alpha(opacity=100);  
}

/***
Language Bar
***/

.header.navbar .navbar-nav > li.dropdown.language {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.header.navbar .navbar-nav > li.dropdown.language > a {
  color: #ddd;
  font-size: 13px;
  padding: 11px 1px 11px 5px;
}

.header.navbar .navbar-nav > li.dropdown.language > a > img {
  margin-bottom: 2px;
}

.header.navbar .navbar-nav > li.dropdown.language > a > i {
  font-size: 16px;
}

.header.navbar .navbar-nav > li.dropdown.language > .dropdown-menu > li > a > img {
  margin-bottom: 2px;
}

.header.navbar .navbar-nav .dropdown-menu {
  margin-top: 3px;
}

/***
Page container
***/

.page-container {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.page-container:before,
.page-container:after {
  display: table;
  content: " ";
}

.page-container:after {
  clear: both;
}

.page-header-fixed .page-container {
  margin-top: 42px;  
}

/*** IE 8 Fixes ***/
/***
Page sidebar
***/

.ie8 .page-sidebar {
  width: 225px;
  float: left;
  position: relative;
  margin-right: -100%;
}

/***
Page content
***/

.ie8 .page-content-wrapper {
    float: left;
    width: 100%;
  }

.ie8 .page-content { 
    margin-left: 225px; 
    margin-top: 0px;
    min-height: 760px; 
    padding: 25px 20px 20px 20px;
 }
/*** IE 8 Fixes ***/

/***
Page sidebar
***/

.page-sidebar.navbar-collapse {
  padding: 0;
}

.page-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0; 
}

.page-sidebar-menu > li {
  display: block;
  margin: 0;
  padding: 0; 
  border: 0px;
}

.page-sidebar-menu > li.start > a {
   border-top-color: transparent !important;
}

.page-sidebar-menu > li:last-child > a,
.page-sidebar-menu > li.last > a {
   border-bottom-color: transparent !important;
}

.page-sidebar-menu > li > a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}

.page-sidebar-fixed .page-sidebar-menu > li > a {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.page-sidebar-reversed.page-sidebar-fixed .page-sidebar-menu > li > a{
     -webkit-transition: none;
        -moz-transition: none;
          -o-transition: none;
             transition: none;
}

.page-sidebar-menu > li > a i {
  font-size: 16px;
  margin-right: 5px;
  text-shadow:none; 
}

.page-sidebar-menu > li.break {
  margin-bottom: 20px;
}

.page-sidebar-menu > li.open > a {
  font-size: 14px;
}

.page-sidebar-menu > li.active > a {
  border: none; 
  text-shadow:none;
  font-size: 14px;
}  

.page-sidebar-menu > li.active > a .selected {
  display: block;
  width: 8px;
  height: 25px;
  background-image: url("../img/sidebar-menu-arrow.png");
  float: right;
  position: absolute;
  right:0px;
  top:8px;
}

.page-sidebar-reversed .page-sidebar-menu > li.active > a .selected {
  background-image: url("../img/sidebar-menu-arrow-reverse.png");
  right: auto;
  left:0;
}

.page-sidebar ul > li > a > .arrow:before {  
   float: right;
   margin-top: 0px;
   margin-right: 5px;
   display: inline;
   font-size: 16px;
   font-family: FontAwesome;
   height: auto;
   content: "\f104";
   font-weight: 300;
   text-shadow:none;
}

.page-sidebar-menu > li > a > .arrow.open:before {   
   float: right;
   margin-top: 0px;
   margin-right: 3px;
   display: inline;
   font-family: FontAwesome;
   height: auto;
   font-size: 16px;
   content: "\f107";
   font-weight: 300;
   text-shadow:none;
}

/* bagin: sidebar menu badges */
.page-sidebar-menu li > a > .badge {
   float: right;
   margin-top: 1px;
   margin-right: 13px;
}

/* end: sidebar menu badges */

.page-sidebar-menu .sub-menu {
  padding: 0;
}

.page-sidebar-menu > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 8px 0px 8px 0px;
}

.page-sidebar-menu > li.active > ul.sub-menu {
  display: block;
}

.page-sidebar-menu > li > ul.sub-menu > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}

.page-sidebar-menu > li > ul.sub-menu > li > a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 35px !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  background: none;
}

/* 3rd level sub menu */
.page-sidebar-menu > li > ul.sub-menu  > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
}

.page-sidebar-menu > li > ul.sub-menu  li > a > .arrow:before   {  
   float: right;
   margin-top: 1px;
   margin-right: 20px;
   display: inline;
   font-size: 16px;
   font-family: FontAwesome;
   height: auto;
   content: "\f104";
   font-weight: 300;
   text-shadow:none;
}

.page-sidebar-menu > li > ul.sub-menu  li > a > .arrow.open:before {   
   float: right;
   margin-top: 1px;
   margin-right: 18px;
   display: inline;
   font-family: FontAwesome;
   height: auto;
   font-size: 16px;
   content: "\f107";
   font-weight: 300;
   text-shadow:none;
}

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu {
  display: block;
}

.page-sidebar-menu > li > ul.sub-menu > li  ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}

.page-sidebar-menu > li > ul.sub-menu  li > ul.sub-menu > li > a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  background: none;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {  
  padding-left: 60px;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {  
  padding-left: 80px;
}

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu > li.active ul.sub-menu {
  display: block;
}


.page-sidebar-menu > li > ul.sub-menu  li > ul.sub-menu > li > a > i {
  font-size: 13px;
}

/***
Sidebar Search
***/

.page-sidebar .sidebar-search {
  padding:0;
  margin: 0;
}

.page-sidebar .header.navbar-responsive-search {
  display: none;
}

.page-sidebar .sidebar-search .form-container {
  margin: 15px 20px 15px 20px;
  height: 35px;
  padding-top: 7px;
}

.page-sidebar .sidebar-search .form-container .submit {  
  display: block;
  float: right;
  margin-top: 3px;
  width: 13px;
  height: 15px;
  background-repeat: no-repeat;
  box-shadow: none;
  border: 0px; 
  padding: 0px;
  outline: none !important;
}
 
.page-sidebar .sidebar-search .form-container input[type="text"] {
  margin: 0px;
  width: 165px;
  border: 0px;
  padding: 0 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: normal;
}

.page-sidebar .sidebar-search .form-container input[type="text"]:focus {
  outline: none !important;
}

/***
Sidebar toggler(show/hide)
***/
.sidebar-toggler {
  cursor: pointer; 
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
}

.sidebar-toggler:hover { 
  filter: alpha(opacity=100);
  opacity: 1;
}

.page-sidebar .sidebar-toggler {
  margin-top: 15px;
  margin-left: 175px;
}

.header.navbar .sidebar-toggler {
  float: left;
  display: inline-block;
  margin-top: 6px;
  margin-left: -42px;
}

/***
Page content
***/
.page-content {  
  margin-top: 0px;   
  padding: 0px;
  background-color: #fff; 
}

.ie8 .page-content { 
    padding: 20px;
    margin-left: 225px; 
    margin-top: 0px;
    min-height: 760px;
}

.ie8 .page-sidebar-fixed .page-content {
    min-height: 600px; 
}

.ie8 .page-content.no-min-height {
    min-height: auto;
}

.page-full-width .page-content {
    margin-left: 0px !important;
}

.page-full-width .page-sidebar-menu {
  display: none;
}

/***
Page title
***/
.page-title {
  padding: 0px;
  font-size: 30px;
  letter-spacing: -1px;
  display: block;
  /*color: #666;*/
  margin: 15px 0px 5px 0px;
  font-weight: 300;
  /*font-family: 'Open Sans', sans-serif;*/
}

.page-title small {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #888;
}

/***
Page breadcrumb
***/

.ie8 .row .page-breadcrumb.breadcrumb > li {
  margin-right: 1px;
}

.page-content .page-breadcrumb.breadcrumb {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  box-shadow: none;
  padding-right: 30px;
  padding-left: 8px;
  margin-top: 15px;
  margin-bottom: 25px;
  border:0px !important;  
  background-color: #eee;
}

.page-content .page-breadcrumb.breadcrumb > li > a, 
.page-content .page-breadcrumb.breadcrumb > li > i, 
.page-content .page-breadcrumb.breadcrumb > li > span {
  color: #333;
  font-size: 14px;
  text-shadow:none;
}

.page-content .page-breadcrumb.breadcrumb > li > i {
  color: #666;
} 

.page-content .page-breadcrumb.breadcrumb > li+li:before {
  display: none;
}

/* Dashboard breadcrumb Dropdown */
.page-content .page-breadcrumb.breadcrumb .btn-group {
  right: 15px;
  position: absolute;
  margin-top: -8px;
}

.page-content .page-breadcrumb.breadcrumb > .btn-group .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Dashboard date range panel */
.page-content .page-breadcrumb.breadcrumb .dashboard-date-range  {
  position: relative;
  top: -8px;
  margin-right: -30px;
  display: none;
  padding: 9px 9px 8px 9px;
  cursor: pointer;
  color: #fff;
  background-color: #e02222;
}

/* hack for chrome and safari */
@media all and (-webkit-min-device-pixel-ratio:0) {
  .page-content .page-breadcrumb.breadcrumb .dashboard-date-range  {
    padding: 9px;
  } 
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > span {
  font-size: 12px;
  font-weight: 300; 
  color: #fff;
  text-transform: uppercase;
} 

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > .fa-calendar {
  text-transform: none;
  color: #fff;
  margin-top: 0px;
  font-size: 14px;
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > .fa-angle-down {
  color:#fff;
  font-size: 16px;
}

/***
Footer
***/

.footer {
  padding: 10px; 
  font-size: 10px;
}

.footer:after,
.footer:before {
  content: "";
  display: table;
  line-height: 0;
}

.footer:after {
  clear: both;
}

.footer .footer-inner {
  float: left;
  display: inline-block;
}

.footer .footer-tools {
  float: right;
  display: inline-block;
}

.footer .footer-tools .go-top { 
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 0px 6px 0px 6px;
}

.footer .footer-tools .go-top i {
  font-size: 22px;
  margin-bottom: 5px; 
}


/********************
 GENERAL UI ELEMENTS 
*********************/

/***
Icon stuff
***/
i.icon, a.icon {
  color: #999;
  margin-right: 5px;
  font-weight: normal;
  font-size: 13px;
}

i.icon-black {
  color: #000 !important;
}

a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
  filter:alpha(opacity=40);
}

a.icon.huge i{
  font-size: 16px !important;
}

i.big {
  font-size: 20px;
}

i.warning {
  color: #d12610;
}

i.critical {
  color: #37b7f3;
}

i.normal {
  color: #52e136;
}

/***
Custom wells
***/
.well {
  background-color: #fafafa;
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;   
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;        
}

.well.mini {
  padding: 7px !important;
}

/***
Form stuff
***/


/***
Bordered form layout
***/

/***
Input icons
***/

/* input with right aligned and colored icons */

/* input with left aligned icons */
.input-icon {
  position: relative;
}


.input-icon input {
   padding-left: 33px !important;
}

.input-icon i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon.right input {
   padding-left: 12px !important;
   padding-right: 33px !important;
}

.input-icon.right i {
   right: 8px;
   float: right;
}

.has-success .input-icon > i {
  color: #468847;
}

.has-warning .input-icon > i {
  color: #c09853;
}

.has-error .input-icon > i {
  color: #b94a48;
}

/***
Portlets
***/
.portlet  {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;

}

.portlet > .portlet-title {  
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}

.portlet > .portlet-title:after {
  clear: both;
}

.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 8px; 
}

.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 4px;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}

.portlet.blue > .portlet-title > .caption,
.portlet.green > .portlet-title > .caption, 
.portlet.yellow > .portlet-title > .caption,
.portlet.red > .portlet-title > .caption, 
.portlet.purple > .portlet-title > .caption, 
.portlet.grey > .portlet-title > .caption {
  color: #fff;
}

.portlet.box.blue > .portlet-title > .caption > i, 
.portlet.box.green > .portlet-title > .caption > i,
.portlet.box.grey > .portlet-title > .caption > i,
.portlet.box.yellow > .portlet-title > .caption > i, 
.portlet.box.red > .portlet-title > .caption > i,  
.portlet.box.purple > .portlet-title > .caption > i, 
.portlet.box.light-grey > .portlet-title > .caption > i{
  color: #fff;
}

.sortable .portlet > .portlet-title {
  cursor: move;
}

.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions
 {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}

.portlet > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left:5px;
}

.portlet > .portlet-title > .actions > .dropdown-menu i {
  color: #000 !important;
}

.portlet > .portlet-title > .tools > a.remove {
  margin-bottom: 2px;
  background-image:url(../img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}

.portlet > .portlet-title > .tools > a.config {
  margin-bottom: 2px;
  background-image:url(../img/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px;
}

.portlet > .portlet-title > .tools > a.reload {
  margin-bottom: 2px;
  background-image:url(../img/portlet-reload-icon.png);
  width: 13px;
}

.portlet > .portlet-title > .tools > a.expand {
  margin-bottom: 2px;
  background-image:url(../img/portlet-expand-icon.png);
  width: 14px;
}

.portlet > .portlet-title > .tools > a.collapse {
  margin-bottom: 2px;
  background-image:url(../img/portlet-collapse-icon.png);
  width: 14px;
}

.portlet > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity:.6;  
  filter:'alpha(opacity=60)';
}

.portlet > .portlet-title > .actions > .btn-group {
  margin-top: -13px;
}

.portlet > .portlet-title > .actions > .btn {
  padding: 4px 10px;
  margin-top: -14px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -13px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
  padding: 3px 8px;
  margin-top: -1px;
}

.portlet > .portlet-title > .pagination.pagination-sm {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -4px;
}

@media (max-width: 767px) { 
  .portlet > .portlet-title > .actions.btn-set > .btn-group,
  .portlet > .portlet-title > .actions.btn-set > .btn {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}

.portlet > .portlet-body {
  clear: both;  
  padding: 0;  
}

.portlet > .portlet-empty {
  min-height: 125px; 
}

.portlet > .portlet-body.light-blue, .portlet.light-blue {
  background-color: #bfd5fa  !important;
}

.portlet > .portlet-body.blue, .portlet.blue {
  background-color: #4b8df8 !important;
}

.portlet > .portlet-body.red, .portlet.red {
  background-color: #e02222 !important;
}

.portlet > .portlet-body.yellow, .portlet.yellow {
  background-color: #ffb848 !important;
}

.portlet > .portlet-body.green, .portlet.green {
  background-color: #35aa47 !important;
}

.portlet > .portlet-body.purple, .portlet.purple {
  background-color: #852b99 !important;
}

.portlet > .portlet-body.light-grey, .portlet.light-grey {
  background-color: #fafafa !important;
}

.portlet > .portlet-body.grey, .portlet.grey {
  background-color: #555555 !important;
}

/*  draggable girds */

.ui-sortable-placeholder { 
    border: 1px dotted black; 
    visibility: visible !important; 
    height: 100% !important; 
}
  
.ui-sortable-placeholder * { 
  visibility: hidden; 
}

.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #DDDDDD;
  display: block;
  /* float: left;*/
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}

.sortable-box-placeholder * {
  visibility:hidden;
}

/***
Solid colored portlet
***/
.portlet.solid {
  padding: 10px;
}

.portlet.solid > .portlet-title > .tools {
  margin-top: 2px;
  border: 0px;
}

.portlet.solid > .portlet-title {
  margin-bottom: 5px;
  border: 0px;
}

.portlet.solid.bordered > .portlet-title {
  margin-bottom: 15px;
}

.portlet.solid.red > .portlet-title,
.portlet.solid.red > .portlet-title > .caption > i,
.portlet.solid.red > .portlet-body,

.portlet.solid.green > .portlet-title,
.portlet.solid.green > .portlet-title > .caption > i,
.portlet.solid.green > .portlet-body,

.portlet.solid.yellow > .portlet-title,
.portlet.solid.yellow > .portlet-title > .caption > i,
.portlet.solid.yellow > .portlet-body,

.portlet.solid.grey > .portlet-title,
.portlet.solid.grey > .portlet-title > .caption > i,
.portlet.solid.grey > .portlet-body,

.portlet.solid.purple > .portlet-title,
.portlet.solid.purple > .portlet-title > .caption > i,
.portlet.solid.purple > .portlet-body,

.portlet.solid.blue > .portlet-title,
.portlet.solid.blue > .portlet-title > .caption > i,
.portlet.solid.blue > .portlet-body {
  border: 0;
  color: #fff;
}

.portlet.bordered {
  border-left: 2px solid #ddd;
}

/***
Box portlet
***/

.portlet.box {
   padding:0px !important
}

.portlet.box > .portlet-title {  
   padding:8px 10px 2px 10px;
   border-bottom: 1px solid #eee;
   color: #fff !important;
}

.portlet.box > .portlet-title > .tools {
  margin-top: 3px;
}

.portlet.box > .portlet-title > .tools > a.remove, 
.portlet.solid > .portlet-title > .tools > a.remove {
  background-image:url(../img/portlet-remove-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.config,
.portlet.solid > .portlet-title > .tools > a.config {
  background-image:url(../img/portlet-config-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.reload,
.portlet.solid > .portlet-title > .tools > a.reload {
  background-image:url(../img/portlet-reload-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.expand,
.portlet.solid > .portlet-title > .tools > a.expand {
  background-image:url(../img/portlet-expand-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.collapse,
.portlet.solid > .portlet-title > .tools > a.collapse {
  background-image:url(../img/portlet-collapse-icon-white.png);
}

/* portlet buttons */
.portlet.box > .portlet-body {
  background-color: #fff;
  padding: 10px;
}

.portlet.box > .portlet-title {  
  margin-bottom: 0px;
}

.portlet.box.blue > .portlet-title {
  background-color: #4b8df8;
} 

.portlet.box.blue {  
   border: 1px solid #b4cef8;
   border-top: 0;
}

.portlet.box.red > .portlet-title {
  background-color: #e02222;
} 

.portlet.box.red {  
   border: 1px solid #ef8476;
   border-top: 0;
}

.portlet.box.yellow > .portlet-title {
  background-color: #ffb848;
} 

.portlet.box.yellow {  
   border: 1px solid #fccb7e;
   border-top: 0;
}

.portlet.box.green > .portlet-title {
  background-color: #35aa47;
} 

.portlet.box.green {  
   border: 1px solid #77e588;
   border-top: 0;
}

.portlet.box.purple > .portlet-title {
  background-color: #852b99;
} 

.portlet.box.purple {  
   border: 1px solid #af5cc1;
   border-top: 0;
}

.portlet.box.grey > .portlet-title {
  background-color: #555555;
} 

.portlet.box.grey {  
   border: 1px solid #9d9c9c;
   border-top: 0;
}

.portlet.box.light-grey > .portlet-title {
  background-color: #aaa;
} 

.portlet.box.light-grey {  
   border: 1px solid #bbb;
   border-top: 0;
}

/***
Charts and statistics
***/
.chart, .pie, .bars {
  overflow: hidden;
  height: 300px;
}

/***
Statistic lists
***/
.item-list.table .percent {
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

/***
Chart tooltips
***/
.chart-tooltip {
  clear: both;
  z-index: 100;
  background-color: #736e6e !important;
  padding: 5px !important;
  color: #fff;
}

.chart-tooltip .label {
  clear: both;
  display: block;
  margin-bottom: 2px;
}

/***
Mini chart containers
***/
.bar-chart {
  display: none
}

.line-chart {
  display: none
}

/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 5px 5px 0 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  display:inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;  
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.icon-btn i {
  font-size: 18px;
}

.ie8 .icon-btn:hover {
  filter: none !important;
} 

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

.icon-btn div {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;  
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn .badge {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* extended dropdowns */
.dropdown-menu.extended {
  min-width: 160px !important;
  max-width: 300px !important;
  width: 233px !important;
  background-color: #ffffff !important;
}

.dropdown-menu.extended:before,
.dropdown-menu.extended:after {
  border-bottom-color: #ddd !important;
}

.dropdown-menu.extended li a{
  display: block;
  padding: 5px 10px !important;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  white-space: normal !important;
}

.dropdown-menu.extended li i{
  margin-right: 3px;
}

.dropdown-menu.extended li a{
   font-size: 13px;
   padding: 10px !important;
   background-color: #ffffff;
}

.dropdown-menu.extended li a:hover {
  background-image: none;
  background-color: #f5f5f5;
  color: #000;
  filter:none;
}

.dropdown-menu.extended li p{
  padding: 10px;
  background-color: #eee;
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.dropdown-menu.extended li a{
  padding: 7px 0 5px 0px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4 !important;
  font-size: 12px;
  text-shadow: none;
}

.dropdown-menu.extended li:first-child a {
  border-top: none;
  border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li:last-child a {
  border-top: 1px solid white !important;
  border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li.external > a {
  font-size: 13px;
  font-weight: 400;  
}

.dropdown-menu.extended li.external > a > i{
  margin-top: 3px;
  float: right;
}

/* header notifications dropdowns */
.dropdown-menu .dropdown-menu-list.scroller {
  padding-right: 0 !important;
  padding-left: 0;
  list-style: none;
}

.dropdown-menu.notification li > a .time {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  font-style: italic;
}

/* header inbox dropdowns */
.dropdown-menu.inbox li > a .photo {
  float: left;
  padding-right: 6px;
}

.dropdown-menu.inbox li > a .photo > img {
  height: 40px;
  width: 40px;
}

.dropdown-menu.inbox li > a .subject {
  display: block;
}

.dropdown-menu.inbox li > a .subject .from {
  font-size: 14px;
  font-weight: 400;
  color: #02689b;
}

.dropdown-menu.inbox li > a .subject .time {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  float: right;
}

.dropdown-menu.inbox li > a .message {
  display: block !important;
  font-size: 12px;
}

/* header tasks */
.dropdown-menu.tasks .task {
  margin-bottom: 5px;
}

.dropdown-menu.tasks .task .desc {
  font-size: 13px;
  font-weight: 300;
}

.dropdown-menu.tasks .task .percent {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  float: right;
  display: inline-block;
}

.dropdown-menu.tasks .progress {
  display: block;
  height: 11px;
  margin: 0px;
}

/***
General list for item with image
***/
.item-list li .img {
  height: 50px;
  width: 50px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.item-list {
  margin: 0px;
  list-style: none;
}

.item-list li {
  padding: 7px 0 5px 0px;
  list-style: none;
  border-top: 1px solid white;
  border-bottom: 1px solid #EBEBEB;
  font-size: 12px;
}

.item-list li:first-child {
  border-top: none;
  border-bottom: 1px solid #EBEBEB;
}

.item-list li:last-child {
  border-top: none;
  border-bottom: none;
}

.item-list li .label {
  margin-right: 5px;
}

.item-list.todo li .label {
  position: absolute;
  right: 80px;
}

.item-list.todo li .actions {
  position: absolute;
  right: 45px;
}

/***
Custom tables
***/
.table-toolbar {
  margin-bottom: 15px;
}

.table.table-full-width {
  width: 100% !important;
}

.table .m-btn {
  margin-top: 0px;
  margin-left: 0px; 
  margin-right: 5px;
}

.table thead tr th {
  font-size: 14px;
  font-weight: 600;
}

.table-advance {
  margin-bottom: 10px !important;
}

.table-advance thead { 
  color: #999; 
}

.table-advance thead tr th{
  background-color: #DDD; 
  font-size: 14px;
  font-weight: 400; 
  color: #666;
}

.table-advance div.success, 
.table-advance div.info, 
.table-advance div.important, 
.table-advance div.warning, 
.table-advance div.danger {
  position: absolute;
  margin-top:-5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important;
}

.table-advance tr td {
  border-left-width: 0px; 
}
.table-advance tr td:first-child {
  border-left-width: 1px !important; 
}

.table-advance tr td.highlight:first-child a {
  margin-left: 15px;
}

.table-advance td.highlight div.success {  
  border-left: 2px solid #66ee66;
}

.table-advance td.highlight div.info {  
  border-left: 2px solid #87ceeb;
}

.table-advance td.highlight div.important {  
  border-left: 2px solid #f02c71;
}

.table-advance td.highlight div.warning {  
  border-left: 2px solid #fdbb39;
}

.table-advance td.highlight div.danger {  
  border-left: 2px solid #e23e29;
}

/***
Star rating
***/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}

.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span.star:hover {
  cursor: pointer;
}

.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #999999;
}

.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #e3cf7a;
}


/***
Item block with details shown on hover
***/
.item {
  overflow: hidden;
  display: block;
}

.item .details {
  width: 100%;
  display: none;
  background-color: #000;
  color: #fff !important;
  padding: 5px;
  text-align: center;
  position: relative;
  bottom:30px; 
  margin-bottom:-30px; 
  overflow: hidden; 
  z-index: 6;
}

.item:hover .details {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.item:hover .zoom-icon{
  opacity:0.5;  
  filter: alpha(opacity = 50);
}

/***
Zoom icon overlay on images
***/
.zoom {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;   
  z-index: 5;
}

.zoom .zoom-icon {
  background-image:url("../img/overlay-icon.png");
  background-color: #222;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0; 
  filter: alpha(opacity = 0);
  z-index: 6;  
  top:0;  
}

/***
Chats
***/
.chats {
  margin:0;
  padding: 0;
  margin-top: -15px;
}

.chats li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}

.chats li img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important;
}

.chats li.in img.avatar {
  float: left;
  margin-right: 10px;
}

.chats li .name {
  color:#3590c1;
  font-size: 13px;
  font-weight: 400;
}

.chats li .datetime {
  color:#333;
  font-size: 13px;
  font-weight: 400;
}

.chats li.out img.avatar {
  float: right;
  margin-left: 10px;
}

.chats li .message {
  display: block; 
  padding: 5px;
  position: relative;
}

.chats li.in .message {
  text-align: left;
  border-left: 2px solid #35aa47;
  margin-left: 65px;
  background: #fafafa 
}

.chats li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;  
  width: 0; 
  height: 0; 

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-right: 8px solid #35aa47;  
}

.chats li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-left: 8px solid #da4a38;  
}

.chats li.out .message {
  border-right: 2px solid #da4a38;
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}

.chats li.out .name, 
.chats li.out .datetime  {  
  text-align: right;
}

.chats li .message .body {
  display: block; 
}

.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #e9eff3;
  overflow: hidden;
  clear: both;   
}

.chat-form .input-cont {
  margin-right: 40px;
}

.chat-form .input-cont .form-control {
  width: 100% !important;
  margin-bottom: 0px;
}

.chat-form .input-cont input{
  border: 1px solid #ddd;
  width: 100%  !important;  
  margin-top: 0;
}

.chat-form .input-cont input {
  background-color: #fff !important;
}

.chat-form .input-cont input:focus{
  border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
  margin-top: -42px;
  position: relative;
  float: right;
  width:44px;
}

.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  right: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-right: 8px solid #4d90fe;   
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
}

.chat-form .btn-cont:hover .arrow {
  border-right-color: #0362fd;
}

.chat-form .btn-cont:hover .btn {
  background-color: #0362fd;
}

.chat-form .btn-cont .btn {
  margin-top: 8px;
}

/***
System feeds
***/
.feeds {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.feeds li {
  background-color: #fafafa;
  margin-bottom: 7px;   
}

.feeds li:before, 
.feeds li:after {
  display: table;
  line-height: 0;
  content: "";
}

.feeds li:after {
  clear: both;
}

.feeds li:last-child {
  margin-bottom: 0px;
}

.feeds .col1 {
  float:left;
  width:100%;  
  clear: both;
}

.feeds .col2 {
  float:left;
  width:75px;
  margin-left:-75px;
}

.feeds .col1 .cont {
  float:left;
  margin-right:75px;
  overflow:hidden;
}

.feeds .col1 .cont  .cont-col1 {
  float:left;
  margin-right:-100%;
}

.feeds .col1 .cont  .cont-col1 .label {
  display: inline-block;
  padding: 5px 4px 6px 5px;
  vertical-align: middle;
  text-align: center;
}
.feeds .col1 .cont  .cont-col1 .label > i {
  text-align: center;
  font-size: 14px;
}

.feeds .col1 .cont .cont-col2 {
  float:left;
  width:100%;
}

.feeds .col1 .cont .cont-col2 .desc { 
  margin-left:35px;
  padding-top: 4px;
  padding-bottom: 5px;
  overflow:hidden;
}

.feeds .col2 .date {
  padding: 4px 9px 5px 4px;
  text-align: right;
  font-style: italic;
  color:#c1cbd0;
}

/***
Users
***/
.user-info {
  margin-bottom: 10px !important;
}

.user-info img {
  float: left;
  margin-right: 5px;
}

.user-info .details {
  /*display: inline-block;*/
}

.user-info .label {
  font-weight: 300;
  font-size: 11px;
}

/***
Accordions
***/
.accordion-heading {
  background:#eee;
}

.accordion-heading a {
  text-decoration:none;
}

.accordion-heading a:hover {
  text-decoration:none;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ver-inline-menu li {
  position:relative;
  margin-bottom:1px;
}

.ver-inline-menu li i {
  width: 37px;
  height: 37px;
  display: inline-block;
  color:#b9cbd5;
  font-size:15px;
  padding:12px 10px 10px 8px;
  margin:0 8px 0 0;
  text-align: center;
  background:#e0eaf0 !important;
}

.ver-inline-menu li a {
  font-size: 13px;
  color:#557386;
  display:block;
  background:#f0f6fa;
  border-left:solid 2px #c4d5df;
}

.ver-inline-menu li:hover a,
.ver-inline-menu li:hover i {
  background:#e0eaf0;
  text-decoration:none;
}

.ver-inline-menu li:hover i {
  color:#fff;
  background:#c4d5df !important;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
  font-size: 13px;
}

.ver-inline-menu li.active a {
  border-left:solid 2px #0c91e5;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
  color:#fff;
  background:#169ef4;
  text-decoration:none;
}

.ver-inline-menu li.active i {
  background:#0c91e5 !important;  
}

.ver-inline-menu li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #169ef4;
  position: absolute;
  top: 12px;
  right: -5px;
}

/***
Custom tabs
***/
.nav-tabs > li > a > .badge,
.nav-pills > li > a > .badge {
  margin-top: -3px;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  font-size: 14px;
}

.nav-tabs-sm > li > a,
.nav-pills-sm > li > a {
  font-size: 13px;
}

.tabbable-custom { 
  margin-bottom: 15px; 
  padding: 0px;  
  overflow: hidden;
}   

.tabbable-custom > .nav-tabs { 
  border: none; 
  margin: 0px;
}

.tabbable-custom > .tab-content { 
   background-color: #fff;
   border: 1px solid #ddd;  
   -webkit-border-radius: 0; 
   -moz-border-radius: 0; 
   border-radius: 0; 
   padding: 10px;
}

.tabbable-custom.nav-justified .tab-content {
  margin-top: -1px;
}

.tabs-below.tabbable-custom.nav-justified .tab-content {
  margin-top: 0px;
  margin-bottom: -2px;
}

.tabbable-custom.boxless > .tab-content {
  padding:15px 0;
  border-left:none;
  border-right:none;
  border-bottom:none;
}

.tabbable-custom .nav-tabs > li { 
  margin-right: 2px; 
  border-top: 2px solid transparent; 
}

.tabbable-custom .nav-tabs > li > a { 
   margin-right: 0; 
 }

.tabbable-custom .nav-tabs > li > a:hover { 
  background: none;
  border-color:transparent;
}

.tabbable-custom .nav-tabs > li.active { 
  border-top: 3px solid #d12610; 
  margin-top: 0; 
  position: relative; 
}

.tabbable-custom .nav-tabs > li.active > a  { 
  border-top: none; 
  font-weight: 400; 
}

.tabbable-custom .nav-tabs > li.active > a:hover { 
  border-top: none; 
  background: #fff; 
  border-color: #d4d4d4 #d4d4d4 transparent; 
}

.tabbable-custom .nav-tabs > li { 
  margin-right: 2px; 
  border-top: 2px solid transparent; 
}

/* below tabs */

.tabs-below.tabbable-custom .nav-tabs > li > a { 
  border-top: none; 
  border-bottom: 2px solid transparent; 
  margin-top: -1px; 
}

.tabs-below.tabbable-custom .nav-tabs > li.active { 
    border-top: none; 
    border-bottom: 3px solid #d12610; 
    margin-bottom: 0; 
    position: relative; 
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a { 
  border-bottom: none 
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a:hover { 
  background: #fff; 
  border-color: #d4d4d4 #d4d4d4 transparent; 
}
    
/*full width tabs with bigger titles */
.tabbable-custom.tabbable-full-width > .tab-content {
  padding:15px 0;
  border-left:none;
  border-right:none;
  border-bottom:none;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
  color:#424242;
  font-size:15px;
  padding:9px 15px;
}

/***
Custom portlet tabs
***/

.portlet-tabs > .nav-tabs {
    position: relative;
    top: -41px;
    margin-right: 0px;
    overflow: hidden;
}

.portlet-tabs > .nav-tabs > li {
    float: right;
}

.portlet-tabs > .nav-tabs {
    border-bottom: none;
}

.portlet-tabs > .nav-tabs > li > a {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;    
  border-right: 0;
     -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
             border-radius: 0px;   
}

.portlet-tabs > .nav-tabs > li:last-child > a {
  border-right:0;
}

.portlet-tabs > .nav-tabs > li {
  margin-left: 1px;
}

.portlet-tabs > .nav-tabs > li.active {
  color: #333;
  border-top-color: transparent;
}

.portlet-tabs > .nav-tabs > li.active > a {
  margin-bottom: 0px;
  border-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;    
  border-right: 0;
  border-top-color:transparent !important;
}

.portlet-tabs > .nav-tabs > li > a:hover {   
  color: #333;
  margin-bottom: 0;
  border-bottom-color: transparent;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;    
  border-right: 0;
  border-top-color:transparent;
  background-color: #fff;
}  

.portlet-tabs > .nav-tabs > .active > a  {
  color: #555555;
  cursor: default;
  background-color: #fff;
}

.portlet-tabs > .nav-tabs > .active > a:hover {
  background-color: #fff !important;
}

.portlet-tabs > .tab-content {
  padding: 10px !important;
  margin: 0px;
  margin-top: -50px !important;
}

.portlet.tabbable .portlet-body {
  padding: 0px;
}

.tab-pane > p:last-child {
  margin-bottom: 0px;
}

/* reverse aligned tabs */

.tabs-reversed > li {
  float: right;
}

.tabs-reversed > li,
.tabs-reversed > li > a {
  margin-right: 0;
}

/***
Dashboard container
***/

#dashboard {
  overflow: hidden;
}

/***
Dashboard stats
***/
.dashboard-stat {
  margin-bottom: 25px;
}

.portlet .dashboard-stat:last-child {
  margin-bottom: 0;
}

.dashboard-stat:before,
.dashboard-stat:after {
  display: table;
  line-height: 0;
  content: "";
}
.dashboard-stat:after {
  clear: both;
}

.dashboard-stat .visual {
  width: 80px;
  height:80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.dashboard-stat .visual i {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}

.dashboard-stat .visual {
  font-size: 35px;
  line-height: 35px;
}

@media (min-width: 992px) and (max-width: 1024px) {  

  .dashboard-stat .visual i { 
    font-size: 28px;
    line-height: 28px;
  }

}

.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 10px;  
}

.dashboard-stat .details .number {    
  padding-top: 15px;
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;  
}

.dashboard-stat .more {
  clear: both;
  display: block;  
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;  
  opacity: 0.7;  
  filter: alpha(opacity=70);
}  

.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 1;  
  filter: alpha(opacity=100);
}

.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}

.dashboard-stat.blue {
  background-color: #27a9e3;
}

.dashboard-stat.blue .more { 
  background-color: #208dbe;
} 

.dashboard-stat.green {
  background-color: #28b779;
}

.dashboard-stat.green .more { 
  background-color: #10a062;
} 

.dashboard-stat.red {
  background-color: #e7191b;
}

.dashboard-stat.red .more { 
  background-color:#bc0d0e;
} 

.dashboard-stat.yellow {
  background-color: #ffb848;
}

.dashboard-stat.yellow .more { 
  background-color: #cb871b;
} 

.dashboard-stat.purple {
  background-color: #852b99;
}

.dashboard-stat.purple .more { 
  background-color: #6e1881;
} 

/***
Text Stats
***/

.text-stat h3 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 18px;
}

.text-stat span {
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 767px) {  

  .text-stat {
    margin-top: 20px;
  }  

}

/***
Tiles(new in v1.1.1)
***/

.tiles {
  margin-right: -10px;
}

.tiles:before,
.tiles:after {
  display: table;
  content: " ";
}

.tiles:after {
  clear: both;
}

.tile {
  display: block;
  letter-spacing: 0.02em;
  float: left;
  height: 135px;
  width: 135px !important;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  overflow: hidden;
  border: 4px solid transparent;
  margin: 0 10px 10px 0;
}

.tile:after,
.tile:before {
  content: "";
  float: left; 
}

.tile.double {
  width: 280px !important;
}

.tile.double-down {
  height: 280px !important;
}

.tile:active, .tile.selected {
  border-color: #ccc !important;
}

.tile:hover {
  border-color: #aaa !important;
}

.tile.selected .corner:after {  
  content: "";
  display: inline-block;
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #ccc;
  position: absolute;
  top: -3px;
  right: -3px;
}

.tile.selected .check:after {  
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
}

.tile * {
  color: #ffffff;
}

.tile .tile-body {
  height: 100%;
  vertical-align: top;
  padding: 10px 10px;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  color: #ffffff;
  margin-bottom: 10px;
}

.tile .tile-body img {
  float: left;
  margin-right: 10px;
}

.tile .tile-body img.pull-right {
  float: right !important;
  margin-left: 10px;
  margin-right: 0px;
}

.tile .tile-body .content {
  display: inline-block;
}

.tile .tile-body > i {
  margin-top: 17px;
  display: block;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
}


.tile.double-down i {
  margin-top: 95px;
}

.tile .tile-body h1,
.tile .tile-body h2,
.tile .tile-body h3,
.tile .tile-body h4,
.tile .tile-body h5,
.tile .tile-body h6,
.tile .tile-body p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}

.tile .tile-body h3,
.tile .tile-body h4 {
  margin-bottom: 5px;
}

.tile .tile-body h1:hover,
.tile .tile-body h2:hover,
.tile .tile-body h3:hover,
.tile .tile-body h4:hover,
.tile .tile-body h5:hover,
.tile .tile-body h6:hover,
.tile .tile-body p:hover {
  color: #ffffff;
}

.tile .tile-body p {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  color: #ffffff;
  line-height: 20px;
  overflow: hidden;
}

.tile .tile-body p:hover {
  color: rgba(0, 0, 0, 0.8);
}

.tile .tile-body p:active {
  color: rgba(0, 0, 0, 0.4);
}

.tile .tile-body p:hover {
  color: #ffffff;
}

.tile.icon > .tile-body {
  padding: 0;
}

.tile .tile-object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: transparent;
  *zoom: 1;
}

.tile .tile-object:before,
.tile .tile-object:after {
  display: table;
  content: "";
}

.tile .tile-object:after {
  clear: both;
}

.tile .tile-object > .name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}

.tile .tile-object > .name > i {
  vertical-align: middle;
  display: block;
  font-size: 24px;
  height: 18px;
  width: 24px;
}

.tile .tile-object > .number {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 14px;
  margin-bottom: 8px;
  margin-right: 10px;
}

.tile.image > .tile-body {
  padding: 0 !important;
}

.tile.image > .tile-body > img{
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}

.tile.image .tile-body h3 {
  display: inline-block;
}

/***
Theme Panel
***/

.theme-panel {
  width: 400px;
  margin-top: -20px;
  margin-right: 1px;
  z-index: 999;
  float: right;
  position:relative;
}

.theme-panel > .toggler {
  top:4px;
  right:0;
  padding:20px;
  cursor:pointer;
  position:absolute;
  background:#c9c9c9 url(../img/icon-color.png) center no-repeat;
}

.theme-panel > .toggler:hover {
  background-color: #3d3d3d !important;
}

.theme-panel > .toggler-close {
  display: none;
  top:4px;
  right:0;
  padding:20px;
  cursor:pointer;
  position:absolute;
  background: #3d3d3d url(../img/icon-color-close.png) center no-repeat !important;
}

.theme-panel > .toggler-close:hover {
  background-color:#222 !important;
}

.theme-panel > .theme-options {
  top:4px;
  right:40px;
  display:none;
  position:absolute;
  background:#3d3d3d;
}

.theme-panel > .theme-options > .theme-option {
  color:#cfcfcf;
  padding: 15px;
  border-top:1px solid #585858;
  margin-top: 0px;
  margin-bottom: 0px;
}

.theme-panel > .theme-options > .theme-option.theme-colors {
  border-top: 0;
}

.theme-panel > .theme-options > .theme-option > span {  
  text-transform:uppercase;
  display: inline-block;
  width: 138px;
  font-size: 14px;
}

.theme-panel > .theme-options > .theme-option.theme-colors > span {
  display: block;
  width: auto;
}

.theme-panel > .theme-options > .theme-option > select.form-control {
  display: inline;
  width: 100px;
  text-transform: lowercase;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul {
  list-style:none;
  padding: 0;
  display: block;
  margin-bottom: 1px !important;
  margin-top: 10px;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li {
  width:37px;
  height:37px;
  margin:0 4px;
  cursor:pointer;
  list-style:none;
  float: left;
  border:solid 1px #707070;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li:first-child {
  margin-left: 0;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li:hover,
.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.current {
  border:solid 2px #ebebeb;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-black {
  background:#333438;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-grey {
  background:#6d6d6d;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-blue {
  background:#124f94;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-brown {
  background:#623f18;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-purple {
  background:#701584;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-white {
  background:#fff;
}

/***
Top bar menu
***/

/* enable arrow for dropdown menu */
.header.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.header.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

/***
Mega Menu(new in v1.6)
***/

.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .mega-menu-dropup,
.mega-menu .mega-menu-dropdown {
  position: static;
}
.mega-menu .container {
  position: relative;
}
.mega-menu .mega-menu-dropdown .dropdown-menu {
  left: auto;
  width: auto;
}
.mega-menu .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.mega-menu .mega-menu-content {
  padding: 10px;
  margin: 0;
}
.mega-menu .mega-menu-full .dropdown-menu {
  left: 20px;
  right: 20px;
}

.mega-menu-responsive-content {
  padding: 10px 15px 10px 60px;
}

.page-boxed .mega-menu .mega-menu-dropdown .dropdown-menu {  
  top: 42px;
}

.page-boxed .mega-menu .mega-menu-dropdown.mega-menu-full .dropdown-menu {
  margin: 0;
  padding: 0;
  left: 18px;
  right: 18px;
}

.mega-menu .mega-menu-submenu {
  width: auto !important;
  padding: 0px 15px !important;
  margin: 0 !important;
}

.mega-menu .mega-menu-submenu:last-child {
  border-right: 0;
}

.mega-menu .mega-menu-submenu li > h3 {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 5px;
}

.mega-menu .mega-menu-submenu li {
  padding: 2px !important;
  margin: 0 !important;
  list-style: none;
}

.mega-menu .mega-menu-submenu li > a {
  padding: 5px !important; 
  margin: 0 !important;
}

/***
Horezantal Menu(new in v1.2)
***/

.header.navbar .hor-menu {
  margin: 0;
  float: left;
}

.header.navbar .hor-menu ul.nav li > a {
  font-size: 14px;
  padding: 11px 10px; 
}

.header.navbar .hor-menu ul.nav li.current .selected,
.header.navbar .hor-menu ul.nav li.active .selected {
  left: 50%;
  bottom:0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e02222;
  display: inline-block;
  margin: 0;
  width: 0px;
  height:0px;
  margin-left: -7px;
  margin-bottom:-6px;
}

/*drop-down*/
.header.navbar .hor-menu .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: none;
}

.header.navbar .hor-menu .classic-menu-dropdown .dropdown-submenu > .dropdown-menu {
  top: 0;
}

.header.navbar .hor-menu .classic-menu-dropdown .dropdown-submenu > a:after {
  top: 8px;
  margin-right: 0px;
} 

.header.navbar .hor-menu .classic-menu-dropdown .dropdown-menu li > a {
    padding: 7px 18px !important; 
    margin-bottom:1px;
}

.header.navbar .hor-menu .classic-menu-dropdown .dropdown-menu .arrow {
  display: none;
}

.header.navbar .hor-menu .classic-menu-dropdown .dropdown-menu li > a:hover,
.header.navbar .hor-menu .classic-menu-dropdown .dropdown-menu li:hover > a,
.header.navbar .hor-menu .classic-menu-dropdown .dropdown-menu li.active > a {
    filter:none !important;
}

.header.navbar .hor-menu .nav > li > .dropdown-menu:after,
.header.navbar .hor-menu .nav > li > .dropdown-menu:before {
    border-bottom: none !important;
}

/*search*/
.header.navbar .hor-menu .hor-menu-search-form-toggler {
    display: inline-block;
    padding: 12px 22px 12px 22px !important;
    cursor: pointer;
    background: url(../img/hor-menu-search.png) no-repeat center;
}

.header.navbar .hor-menu .hor-menu-search-form-toggler:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header.navbar .hor-menu a.hor-menu-search-form-toggler-close {
  display: none;
}

.header.navbar .hor-menu .search-form {
  margin: 0;
  top:42px; 
  right:0px; 
  padding:0 4px; 
  display:none;
  z-index:999; 
  position:absolute; 
}

.header.navbar .hor-menu .search-form .btn {
  padding: 7px 20px; 
  height: 32px;
  width: 10px;
  display: inline-block;
}

.header.navbar .hor-menu .search-form .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header.navbar .hor-menu .search-form form {
  margin-bottom: 0;
}

.header.navbar .hor-menu .search-form form input {
  background: none;
  width: 200px;
  border: none;
  margin-top: 6px;
}

/***
Top News Blocks(new in v1.2.2)
***/
.top-news {
  color: #fff;
  margin: 8px 0;
}

.top-news a,
.top-news em,
.top-news span {
  display: block;
  text-align: left;
}

.top-news a {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.top-news a .top-news-icon {
  right: 8px;
  bottom: 15px; 
  opacity:0.3; 
  font-size: 35px;
  position: absolute;
  filter: alpha(opacity=30); /*For IE8*/  
}

.top-news em {
  margin-bottom: 0;
  font-style: normal;
}

.top-news span {
  font-size: 18px;
  margin-bottom: 5px;
}

/***
Block Images(new in v1.2.2)
***/
.blog-images {
  margin-bottom: 0;
}

.blog-images li {
  padding: 0;
  margin: 0;
  display: inline;
}

.blog-images li a:hover {
  text-decoration: none;
}

.blog-images li img {
  width: 50px;
  height: 50px;
  opacity: 0.6;
  margin: 0 2px 8px;
}

.blog-images li img:hover {
  opacity: 1;
  box-shadow: 0 0 0 4px #72c02c;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

/*Sidebar Tags*/
ul.sidebar-tags a {
  color: #555;
  font-size:12px;
  padding:3px 5px;
  background:#f7f7f7;
  margin:0 2px 5px 0;
  display:inline-block;
}

ul.sidebar-tags a:hover,
ul.sidebar-tags a:hover i {
  background: #EEE;
  text-decoration:none;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

ul.sidebar-tags a i {
  color:#777;
}

ul.sidebar-tags li {
  padding: 0;
}

/***
Social Icons(new in v1.2.2)
***/
.social-icons {
  padding: 0;
  margin:0;
}

.social-icons:after,
.social-icons:before {  
  content: "";
  display: table;
}

.social-icons:after {    
  clear: both;
}

.social-icons li {
  float:left;
  display:inline;
  list-style:none;
  margin-right:5px;
  margin-bottom:5px;
  text-indent:-9999px;
}
.social-icons li a, a.social-icon {
  width:28px;
  height:28px;
  display:block;
  background-position:0 0;
  background-repeat:no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
  background-position:0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position:0 -38px !important;
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social-icons .amazon {background: url(../img/social/amazon.png) no-repeat;}
.social-icons .behance {background: url(../img/social/behance.png) no-repeat;}
.social-icons .blogger {background: url(../img/social/blogger.png) no-repeat;}
.social-icons .deviantart {background: url(../img/social/deviantart.png) no-repeat;}
.social-icons .dribbble {background: url(../img/social/dribbble.png) no-repeat;}
.social-icons .dropbox {background: url(../img/social/dropbox.png) no-repeat;}
.social-icons .evernote {background: url(../img/social/evernote.png) no-repeat;}
.social-icons .facebook {background: url(../img/social/facebook.png) no-repeat;}
.social-icons .forrst {background: url(../img/social/forrst.png) no-repeat;}
.social-icons .github {background: url(../img/social/github.png) no-repeat;}
.social-icons .googleplus {background: url(../img/social/googleplus.png) no-repeat;}
.social-icons .jolicloud {background: url(../img/social/jolicloud.png) no-repeat;}
.social-icons .last-fm {background: url(../img/social/last-fm.png) no-repeat;}
.social-icons .linkedin {background: url(../img/social/linkedin.png) no-repeat;}
.social-icons .picasa {background: url(../img/social/picasa.png) no-repeat;}
.social-icons .pintrest {background: url(../img/social/pintrest.png) no-repeat;}
.social-icons .rss {background: url(../img/social/rss.png) no-repeat;}
.social-icons .skype {background: url(../img/social/skype.png) no-repeat;}
.social-icons .spotify {background: url(../img/social/spotify.png) no-repeat;}
.social-icons .stumbleupon {background: url(../img/social/stumbleupon.png) no-repeat;}
.social-icons .tumblr {background: url(../img/social/tumblr.png) no-repeat;}
.social-icons .twitter {background: url(../img/social/twitter.png) no-repeat;}
.social-icons .vimeo {background: url(../img/social/vimeo.png) no-repeat;}
.social-icons .wordpress {background: url(../img/social/wordpress.png) no-repeat;}
.social-icons .xing {background: url(../img/social/xing.png) no-repeat;}
.social-icons .yahoo {background: url(../img/social/yahoo.png) no-repeat;}
.social-icons .youtube {background: url(../img/social/youtube.png) no-repeat;}
.social-icons .vk {background: url(../img/social/vk.png) no-repeat;}
.social-icons .instagram {background: url(../img/social/instagram.png) no-repeat;}
.social-icons .reddit {background: url(../img/social/reddit.png) no-repeat;}
.social-icons .aboutme {background: url(../img/social/aboutme.png) no-repeat;}
.social-icons .flickr {background: url(../img/social/flickr.png) no-repeat;}
.social-icons .foursquare {background: url(../img/social/foursquare.png) no-repeat;}
.social-icons .gravatar {background: url(../img/social/gravatar.png) no-repeat;}
.social-icons .klout {background: url(../img/social/klout.png) no-repeat;}
.social-icons .myspace {background: url(../img/social/myspace.png) no-repeat;}
.social-icons .quora {background: url(../img/social/quora.png) no-repeat;}


/***
Inline Social Icons
***/

.social-icon {
  display:inline-block !important;
  width:28px;
  height:28px;
  background-position:0 0;
  background-repeat:no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.social-icon.amazon {background: url(../img/social/amazon.png) no-repeat;}
.social-icon.behance {background: url(../img/social/behance.png) no-repeat;}
.social-icon.blogger {background: url(../img/social/blogger.png) no-repeat;}
.social-icon.deviantart {background: url(../img/social/deviantart.png) no-repeat;}
.social-icon.dribbble {background: url(../img/social/dribbble.png) no-repeat;}
.social-icon.dropbox {background: url(../img/social/dropbox.png) no-repeat;}
.social-icon.evernote {background: url(../img/social/evernote.png) no-repeat;}
.social-icon.facebook {background: url(../img/social/facebook.png) no-repeat;}
.social-icon.forrst {background: url(../img/social/forrst.png) no-repeat;}
.social-icon.github {background: url(../img/social/github.png) no-repeat;}
.social-icon.googleplus {background: url(../img/social/googleplus.png) no-repeat;}
.social-icon.jolicloud {background: url(../img/social/jolicloud.png) no-repeat;}
.social-icon.last-fm {background: url(../img/social/last-fm.png) no-repeat;}
.social-icon.linkedin {background: url(../img/social/linkedin.png) no-repeat;}
.social-icon.picasa {background: url(../img/social/picasa.png) no-repeat;}
.social-icon.pintrest {background: url(../img/social/pintrest.png) no-repeat;}
.social-icon.rss {background: url(../img/social/rss.png) no-repeat;}
.social-icon.skype {background: url(../img/social/skype.png) no-repeat;}
.social-icon.spotify {background: url(../img/social/spotify.png) no-repeat;}
.social-icon.stumbleupon {background: url(../img/social/stumbleupon.png) no-repeat;}
.social-icon.tumblr {background: url(../img/social/tumblr.png) no-repeat;}
.social-icon.twitter {background: url(../img/social/twitter.png) no-repeat;}
.social-icon.vimeo {background: url(../img/social/vimeo.png) no-repeat;}
.social-icon.wordpress {background: url(../img/social/wordpress.png) no-repeat;}
.social-icon.xing {background: url(../img/social/xing.png) no-repeat;}
.social-icon.yahoo {background: url(../img/social/yahoo.png) no-repeat;}
.social-icon.youtube {background: url(../img/social/youtube.png) no-repeat;}
.social-icon.vk {background: url(../img/social/vk.png) no-repeat;}
.social-icon.instagram {background: url(../img/social/instagram.png) no-repeat;}
.social-icon.reddit {background: url(../img/social/reddit.png) no-repeat;}
.social-icon.aboutme {background: url(../img/social/aboutme.png) no-repeat;}
.social-icon.flickr {background: url(../img/social/flickr.png) no-repeat;}
.social-icon.foursquare {background: url(../img/social/foursquare.png) no-repeat;}
.social-icon.gravatar {background: url(../img/social/gravatar.png) no-repeat;}
.social-icon.klout {background: url(../img/social/klout.png) no-repeat;}
.social-icon.myspace {background: url(../img/social/myspace.png) no-repeat;}
.social-icon.quora {background: url(../img/social/quora.png) no-repeat;}

.social-icon:hover {
  background-position:0 -38px;
}

.social-icon-color {
  opacity: 0.7;
  background-position:0 -38px !important;
}

.social-icon-color:hover {
  opacity: 1;
}

/***
Notes
***/

/* Common styles for all types */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}

.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}

.note-warning {
  background-color: #FCF3E1;
  border-color: #fcb322;
}

.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}

.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}

/***
Demo Utils
***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}

.fontawesome-demo i {
  font-size: 18px;
}

.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
  .glyphicons-demo ul li {
    width: 12.5%;
  }
}

/***
Forms 
****/

.static-info {
  margin-bottom: 10px;
}

.static-info .name {
  font-size: 14px;
}

.static-info .value {
  font-size: 14px;
  font-weight: 600;
}

.static-info.align-reverse .name,
.static-info.align-reverse .value {
  text-align: right;
}

input.placeholder,
textarea.placeholder {
  color: #aaa !important;
}

.help-block {
 margin-top: 5px;
 margin-bottom: 5px;
}

.form-inline input {
  margin-bottom: 0px !important;
}

.control-label {
  margin-top: 2px;
}

.form-control-static {
  font-size: 14px;
  padding-top: 7px;
}

.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

.switch-wrapper {
   display: inline-block;
}

.form {
  padding: 0 !important;
}

.form-body {
  padding: 10px;
}

.form-actions {
  padding: 20px 10px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions.nobg {
  background-color: transparent;
}

.form-actions.top {
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
}

.top2 {
  margin-top: -52px;
  margin-bottom: 60px;
  border-top: 0;
}
.top3 {
  margin-top: 0;
  margin-bottom: 0px;
  border-top: 0;
}


.form-actions.fluid {
  padding: 20px 0;
}

.form-actions.fluid > [class^="col-"] {
  padding-left: 13px;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.form-section {
  margin: 30px 0px 25px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.form .form-section:first-child {
  margin-top: 5px;
}

.help-inline {
  font-size: 13px;
  color: #737373;
  display: inline-block;
  padding: 5px;
}

/* left, right aligned form actions */
.form-actions.right {
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

.form-actions.left {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

/* Checkboxes */
.form-group .checkbox {
  padding-left: 0;
}

.checkbox-list > label {
  display: block;
}

.checkbox-list > label.checkbox-inline {
  display: inline-block;
}

.checkbox-list > label.checkbox-inline:first-child {
  padding-left: 0;
}

/* Radios */

.radio-list > label {
  display: block;
}

.radio-list > label.radio-inline {
  display: inline-block;
}

.radio-list > label.radio-inline:first-child {
  padding-left: 0;
}

.form-horizontal .radio-list .radio {
  padding-top: 1px;
}

.form-horizontal .radio-list > label {
  margin-bottom: 0;
}

.form-horizontal .radio > span {
  margin-top: 2px;
}

/* Rows seperated form layout */
.form-row-seperated .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding: 10px 0px 10px 0px;
}

.form-row-seperated .form-group.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.form-row-seperated .form-actions {
  margin-top: 0;
}

.form-row-seperated .form-body {
  padding: 0;
  margin-top: 0;
}

.form-row-seperated .help-block {
  margin-bottom: 0;
}

/* form bordered */
.form-bordered .form-body {
  margin: 0;
  padding: 0;
}

.form-bordered .form-actions {
  margin-top: 0;
}

.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.form-bordered .form-group.last {
    border-bottom: 0;
}

.form-bordered .help-block {
  margin-bottom: 0;
}

.form-bordered .control-label {
  padding-top: 16px;
}

.form-bordered .form-group > div {  
  padding: 10px;
  border-left: 1px solid #efefef;
}

.form-bordered .form-actions.fluid > .row > div {
  padding-left: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
} 

.form-horizontal.form-bordered.form-row-stripped .form-control {
  background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
  background-color: #ffffff;  
}

/***
Bordered form layout
***/

.form-bordered .form-control {
  margin: 0;
}


/***
Disabled Menu Link
***/

.disabled-link > a > span.text,
.disabled-link > a > span.title {
  font-style: italic !important;
  color: #888 !important;
}

.disabled-link > a:hover  {
  cursor: not-allowed !important;
}


/***
Responsive & Scrollable Tables
***/

.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 0px solid #dddddd;
  padding:0 !important; 
  /*margin: 10px 0 !important;*/
}

.table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
}

.table-scrollable > .table > thead > tr > th,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > thead > tr > td,
.table-scrollable > .table > tbody > tr > td,
.table-scrollable > .table > tfoot > tr > td {
  white-space: nowrap;
}

.table-scrollable > .table-bordered {
  border: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.table-scrollable > .table-bordered > thead > tr:last-child > th,
.table-scrollable > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/***
Responsive Flip Scroll Tables
***/

.flip-scroll table { width: 100%; }

@media only screen and (max-width: 768px) {
  
  .flip-scroll .flip-content:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
  .flip-scroll * html .flip-content { zoom: 1; }
  .flip-scroll *:first-child+html .flip-content { zoom: 1; }
  
  .flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
  .flip-scroll th,
  .flip-scroll td { margin: 0; vertical-align: top; }
  .flip-scroll th { 
    text-align: left; 
    border: 0 !important; 
    border-bottom: 1px solid #ddd !important; 
    border-right: 1px solid #ddd !important; 
    font-size: 13px !important;
    padding: 5px;
    width: auto !important;
  }
  
  .flip-scroll table { display: block; position: relative; width: 100%; }
  .flip-scroll thead { 
    display: block; 
    float: left; 
  }
  .flip-scroll tbody { 
    display: block; 
    width: auto; 
    position: relative; 
    overflow-x: auto; 
    white-space: nowrap;     
  }
  .flip-scroll thead tr { display: block; }
  .flip-scroll th { display: block; text-align: right; }
  .flip-scroll tbody tr { display: inline-block; vertical-align: top; margin-left: -5px; }
  .flip-scroll td { display: block; min-height: 1.25em; text-align: left; border-top: 0 !important; border-left: 0 !important; border-right: 0 !important} 
 
  /* sort out borders */
 
  .flip-scroll th { border-bottom: 0; border-left: 0; }
  .flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
  .flip-scroll tbody tr { border-left: 1px solid #ddd; }
  .flip-scroll th:last-child,
  .flip-scroll td:last-child { border-bottom: 1px solid #ddd; }
  
}

/***
UI Loading
***/

.loading-message {
  display: inline-block;
  min-width: 125px;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.loading-message span {
  line-height:20px;
  vertical-align: middle;
}

.loading-message.loading-message-boxed {
  border: 1px solid #ddd;
  background-color: #eee;  
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);  
}

.page-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 125px;
  margin-left: -50px;
  margin-top: -30px;
  padding: 7px;
  text-align: center;
  color: #333;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #eee;  
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);  
}

.page-loading span {
  line-height:20px;
  vertical-align: middle;
}

.table.nobdr > tbody > tr > td {border:0px;}
.space {padding:2px 7px;}

/*21/3/2014*/
span.skype_pnh_container {display:none !important;} span.skype_pnh_print_container {display:inline !important;}

.gradeX .last-box a{ color:#bbbbbb !important;}
.last-box2 a{ color:#bbbbbb !important;}
.gradeX .btn-group  { display: none;  margin:-2px 0px 0 0 !important; float:left }
.gradeX .last-box {float:left; display:block;}


.gradeX .fa-angle-down:before { margin:0 0px 0 5px;}
.gradeX .task-config {position:absolute!important; right:35px;}
.task-config2 {position:absolute!important; right:43px; margin:-15px 0 0 0;}
.task-config2 .fa-angle-down {margin:0px 0 0 5px;}

#tab_1_3 .calder { margin:5px 0 0 0; float:left;}
#tab_1_3 .calder input{height:28px;}
#tab_1_3 .first{width:150px; margin:0 10px 0 0; float:left;}
#tab_1_3 .last{width:150px; float:left;}

#tab_1_6 .calder { margin:5px 0 0 0; float:left;}
#tab_1_6 .calder input{height:28px;}
#tab_1_6 .first{width:150px; margin:0 10px 0 0; float:left;}
#tab_1_6 .last{width:150px; float:left;}
.last1{width:150px; margin:0 0px 0 10px; float:left;}

#tab_1_3 .calder, #tab_1_6 .calder,.dataTables_filter label{ padding: 0 15px 10px 0px;}

.dataTables_length label { padding: 0 20px 0 0;}

.pull-right1 { float: left !important; margin-left: 0px; margin-right: 10px; display:inline-block; }

.table-toolbar1 { width:200px;float:left!important;}
.table-toolbar1 .dropdown-menu.pull-right { left:0 !important;}

.table-toolbar2 { width:380px;float:left!important;}
.table-toolbar2 .form-group  { margin-right:8px;  display:inline-block}

.blog-toolbar {float:left!important;}
.blog-toolbar .form-group  { margin-right:8px;  display:inline-block}

.table-toolbar3 { width:315px;float:left!important;}
.table-toolbar3 .form-group  { margin-right:8px;  display:inline-block}
.table-toolbar3 .tools { fmargin-right: 10px; }

.table-toolbar4 {float:left!important;}
.table-toolbar4 .form-group  { margin-right:8px;  display:inline-block}

.form-group-main{ width:395px; float:right;}
.form-group1 select{ width:120px; float:left;  margin:0 0px 5px 0;}
.form-group1 label{float:left; line-height:32px; margin:0 3px 0 10px;}

.form-group-main2{ width:685px; float:right!important; clear:both}
.form-group2 select{ width:155px; float:left;  margin:0 0px 5px 0;}
.form-group2 label{float:left; line-height:32px; margin:0 3px 0 10px;}

.form-group-main3{ width:444px; float:right;}
.form-group3 select{ width:150px; float:left;  margin:0 0px 5px 0;}
.form-group3 label{float:left; line-height:32px; margin:0 3px 0 10px;}

.form-group-main4{ width:650px; float:right;}
.form-group4 select{ width:150px; float:left;  margin:0 0px 5px 0;}
.form-group4 label{float:left; line-height:32px; margin:0 3px 0 10px;}

.form-group-main5{ width:643px; float:right;}
.form-group5 select{ width:150px; float:left;  margin:0 0px 5px 0;}
.form-group5 label{float:left; line-height:32px; margin:0 3px 0 10px;}

.form-group-main-single{ width:180px; float:right!important; right:0px;}
.contact-history{ width:349px; float:right!important; right:0px;}
.derin .col-md-3 { padding-right:0px;}

.blg{ float:right !important;}

.pro-drop a{ color:#bbb}
.pro-drop a:hover{ color:#bbb}

.blg_pro{ float:right;}
.box-icon{ color:#FFFFFF!important; text-decoration:none}
.box-icon a{ color:#FFFFFF!important; text-decoration:none}
a.box-icon:hover{ color:#FFFFFF!important; text-decoration:none}

.box-icon-grey{ color:#999!important; text-decoration:none}
.box-icon-grey a{ color:#999!important; text-decoration:none}
a.box-icon-grey:hover{ color:#999!important; text-decoration:none}

.wht{ color:#FFFFFF!important; text-decoration:none}
.wht a{ color:#FFFFFF!important; text-decoration:none}
a.wht:hover{ color:#FFFFFF!important; text-decoration:none}

.blg_pro input { border: 1px solid #e5e5e5; background-color: #fff; background-image: none; filter: none; height: 34px; padding: 3px 0 0px 12px;}

.portlet > .portlet-title2 {  
  margin-bottom: 15px;
  margin-top:-30px;
  border-bottom: 1px solid #eee;
}

.form-group-main_agents { width:623px; float:right!important; display: inline-block}
.form-group_agents select{ width:150px; float:left;  margin:0 0px 5px 0;}
.form-group_agents label{float:left; line-height:32px; margin:0 3px 0 10px;}

.form-group-main_com_trans { width:600px; float:right!important; display: inline-block}
.form-group_com_trans select{ width:190px; float:left;  margin:0 0px 5px 10px;}
/*.form-group_com_trans label{float:left; line-height:32px; margin:0 3px 0 10px;}*/

.form-group-main-listing { width:667px; float:right!important; display: inline-block}
.form-group_agents select{ width:150px; float:left;  margin:0 0px 5px 0;}
.form-group_agents label{float:left; line-height:32px; margin:0 3px 0 10px;}

.offer-drop{ width:150px; float:left;  margin:0 0px 5px 0;}

.form-group-main-listing2 { width:680px; float:right!important; display: inline-block}

.form-group-main-roster {  float:right!important; display: inline-block}
.form-group_roster select{ width:150px; float:left;  margin:0 0px 5px 0;}
.form-group_roster input{ width:150px; float:left;  margin:0 0px 5px 0;}
.form-group_roster label{float:left; line-height:32px; margin:0 10px 0 10px;}


.form-group-main-rbs { width:522px; float:right!important; display: inline-block}
.form-group-rbs select{ width:200px; float:left;  margin:0 0px 5px 0;}
.form-group-rbs label{float:left; line-height:32px; margin:0 3px 0 10px;}
.rbs-time { text-align:right; font-size:14px; float:right!important; margin-top:-48px;}

.agents_calder { margin:5px 0 10px 0; float:left;}
.agents_calder input{height:28px;}
.agents_calder .first{width:130px; margin:0 10px 0 0; float:left;}
.agents_calder .last{width:130px; float:left;}
.agents_calder .last1{width:130px; margin:0 0px 0 10px; float:left;}
.agents_calder .dataTables_filter label{ padding: 0 15px 10px 0px;}

.agents_calder2 { margin:0px 5px 10px 0; float:left;}
.agents_calder2 input{height:28px;}
.agents_calder2 .first{width:130px; margin:0 10px 0 0; float:left;}
.agents_calder2 .last{width:130px; float:left;}
.agents_calder2 .last1{width:130px; margin:0 0px 0 10px; float:left;}
.agents_calder2 .dataTables_filter label{ padding: 0 15px 10px 0px;}

.bs-check { padding-top:0px!important;}
.bs-check-margin { margin:5px 0 0 -40px;}
.bs-subdrop{ margin:12px 0 0 0;}

.calanderpage-pop input{ height:34px;}
.calanderpage-pop-time { margin:5px 0 0 0;}
.margin-top-5 { margin:5px 0 0 0;}

.last-box a{ color:#bbbbbb !important;}
.margin10 { margin:10px;}

.margin0{ margin:0}
.seldylt{ text-align:left !important; padding-left:0}
.border-top{ border-top:1px solid #ccc; display:block;}

.color-grey1 { color:#bbbbbb}
.color-green1{ color:#35AA47;}
.color-grey1 :hover { color:#333333}
.color-green1 :hover { color:#333333}

.comison-logo { text-align:left}
.comison-address { text-align:right}
.comison-sign { border-top:1px solid #bbbbbb; display:inline-block; width:40%; float:left; margin-right:60px;}

.red { color: #C6090D}
.green1 { color: #35aa47}
.green1 a { color: #35aa47}
.margin-left10{ margin-left:10px !important;}
.margin-right-4{ margin-right:2px !important;}
.margin-right-5{ margin-right:5px !important;}
.margin-top-5 { margin-top:5xp;}
.input290 { width:290px !important; min-height:36px;}
.no-bg { background:none !important; border:none!important;}

.form-section-10 {
  margin: 15px 0px 10px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.icon-btn-blue {
  height: 60px;
  min-width: 80px;
  margin: 5px 5px 0 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  display:inline-block !important;
  color: #27a9e3 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;  
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.icon-btn-blue i {
  font-size: 18px;
}

.ie8 .icon-btn-blue:hover {
  filter: none !important;
} 

.icon-btn-blue:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn-blue:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

.icon-btn-blue {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;  
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn-blue .badge {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.line-hight-22 { line-height:22px;}
.margin-left20 { margin:0 0 0 30px;}
.margin20{ margin:20px !important;}
.roster { font-size:22px;}
.blue1 { color:#4d90fe}

