/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 30px 15px 0 15px;
    min-height: 568px;
    background-color: #fff;
}

/*@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin-left: 250px;
        margin-left: 220px;
        margin-left: 0;
        padding: 30px 30px 0 30px;
        border-left: 1px solid #e7e7e7;


    }
   
}*/

.navbar-header {
    float: left;
}

.navbar-left {
    float: left;
}

.navbar-right {
    text-align: right;
}

.navbar-top-links {
    /*margin: 0;*/
    margin: 10px 0;
}

    /*.navbar-top-links li {
    display: block;
}*/

    .navbar-top-links li:last-child {
        margin-right: 6px;
    }

    .navbar-top-links li a {
        padding: 15px;
        min-height: 50px;
    }

    .navbar-top-links > li > a {
        /*color: #999;*/
        /*color: #ffffff;*/
    }

        .navbar-top-links > li > a:hover, .navbar-top-links > li > a:focus, .navbar-top-links > .open > a, .navbar-top-links > .open > a:hover, .navbar-top-links > .open > a:focus {
            /*color: #fff;*/
            color: #999;
            /*background-color: #222;*/
            background: none;
        }

    .navbar-top-links .dropdown-menu li {
        display: block;
    }

        .navbar-top-links .dropdown-menu li:last-child {
            margin-right: 0;
        }

        .navbar-top-links .dropdown-menu li a {
            padding: 3px 20px;
            min-height: 0;
        }

            .navbar-top-links .dropdown-menu li a div {
                white-space: normal;
            }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        width: 310px;
        min-width: 0;
    }

    .navbar-top-links .dropdown-messages {
        margin-left: 5px;
    }

    .navbar-top-links .dropdown-tasks {
        margin-left: -59px;
    }

    .navbar-top-links .dropdown-alerts {
        margin-left: -123px;
    }

    .navbar-top-links .dropdown-user {
        right: 0;
        left: auto;
    }

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        /*background-color: #eee;*/
        background-color: #519673;
        color: #ffffff;
    }

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

@media(min-width:768px) {
    .sidebar-menu li i.fa.big {
        font-size: 36px;
        display: block;
        margin-bottom: 5px;
    }

    .sidebar-menu li {
        text-align: center;
    }


    .sidebar {
        z-index: 1;
        position: absolute;
        margin-top: 81px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }

    .navbar-top-links {
        margin-left: 64px;
    }

        .navbar-top-links li {
            display: inline-block;
        }

    #page-wrapper {
        position: inherit;
        margin-left: 0;
        padding: 30px 30px 0 30px;
        border-left: 1px solid #e7e7e7;
    }

    .width_800 .modal-dialog {
        width: 50%;
    }
}

@media(max-width:768px) {
    #header_menu {
        width: 100% !important;
    }

    #navbar {
        width: 100% !important;
    }



    .navbar-top-links li a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    #navbar li a {
        min-height: 30px !important;
    }

    .container-fluid > .navbar-header {
        width: 100%;
    }
}

@media(max-width:480px) {
    .page-header {
        padding-bottom: 9px;
        margin: 30px 0 20px;
        border-bottom: 1px solid #eee;
    }
    /*#horizontalTab .pagination {
     display: block; 

}*/


}

@media(min-width:772px) {
    .width_772 .modal-dialog {
        width: 772px;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        /*.panel-green a:hover {
            color: #3d8b3d;
        }*/

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }
/*-----------------Add css ---------------*/
.navbar-inverse {
    border-color: #077239;
    /*background-color: #519673;*/
    background-color: #ffffff;
}

a {
    color: #000000;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #519673;
}

.btn-success {
    color: #fff;
    background-color: #519673;
    border-color: #4cae4c;
}


.navbar-inverse .navbar-nav > li > a {
    color: #000000;
}

#header_menu li.active {
    background-color: #519673;
}

    #header_menu li.active a {
        color: #ffffff;
    }

/*#header_menu {
    padding-top: 5px;
}*/


.field-validation-error {
    color: #a94442;
}

.btn-ecogoodz {
    background-color: #519673;
    color: #ffffff !important;
    font-size: 12px !important;
}

/*----------------------------------------Datatable css Start--------------------------------------------------------------*/

.datatable-l, .datatable-r {
    padding: 0;
    margin-bottom: 5px;
}

div.dataTables_info {
    padding-left: 0 !important;
}

#horizontalTab .datatable-li, #horizontalTab .datatable-rp {
    padding: 0 15px 0 15px;
}

.datatable-l > div {
    float: left;
}

.datatable-r > div {
    float: right;
}

.pagination > .active > a, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #519673;
    border-color: #519673;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #519673;
}

.verticalTableHeader {
    text-align: center;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    display: inline-block;
    height: auto;
}

/*----------------------------------------Datatable css End--------------------------------------------------------------*/

.navbar-inverse .navbar-toggle {
    background-color: #333;
}

#side-menu li a:focus, #side-menu li a:hover, #side-menu li.active {
    text-decoration: none;
    background-color: #eee;
}

.box.border {
    border: 1px solid #dbdbdb;
    border-radius: 4px !important;
}

    .box.border .box-body.big, .box.solid .box-body.big {
        padding: 10px 30px 30px 30px;
    }

    .box.border .box-body, .box.solid .box-body {
        border-radius: 0 0 4px 4px;
        background-color: #FFFFFF;
    }



.navbar {
    min-height: 50px;
    margin-bottom: 0;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #519673;
}


.nav.navbar-nav {
    margin-left: 45px;
}

.page-header {
    margin: 50px 0 20px;
}

.navbar-default .navbar-nav.left-nav > .active > a, .navbar-default .navbar-nav.left-nav > .active > a:focus, .navbar-default .navbar-nav.left-nav > .active > a:hover {
    color: #ffffff;
    background-color: #519673;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: #519673;
}

.container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ffffff;
    background-color: #519673;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #777;
    }

.dataTables_filter {
    width: 47%;
}

    .dataTables_filter label, .dataTables_filter label .input-sm {
        width: 100% !important;
        margin-left: 0 !important;
    }

.width_75 .modal-content {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.width_75 .modal-content {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.width_100 .modal-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/*----------------------------------------Accordian css start--------------------------------------------------------------*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #519673 !important;
    background: none;
    /*color: #ffffff;*/
}

    .ui-state-active .ui-icon {
        /*background-image: url("../img/jqueyUi/ui-icons_454545_256x240.png");*/
        background-image: url('../img/jqueyUi/ui-icons_ffffff_256x240.png') !important;
    }

#accordion .ui-widget-content {
    border: 1px solid #519673;
    /* background: #ffffff url("../img/jqueyUi/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; */
}
/*----------------------------------------Accordian css start--------------------------------------------------------------*/



.chosen-container-multi .chosen-choices li.search-field .default {
    height: 20px !important;
}

.error_span {
    color: #a94442;
    margin-left: 5px;
}

.Otherpackagtext {
    width: 50%;
    display: inline-block;
}

#OtherProduct {
    width: 90%;
    display: inline-block;
}

#Column_Dropdown.dropdown-menu span, .column-dropdown-menu span {
    padding: 3px 10px;
}

#Column_Dropdown, .column-dropdown-menu {
    width: auto;
}

    .column-dropdown-menu li, #Column_Dropdown.dropdown-menu li {
        padding-left: 10px;
        white-space: nowrap;
    }

.datatable_text_overflow span {
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 238px !important;
}

#buyerProduct_dialog .modal-body, #supplierEdit_dialog .modal-body, #buyerEdit_dialog .modal-body {
    overflow-y: auto !important;
}

.grayIcon {
    color: #9B9991 !important;
}

.greenIcon {
    color: #F9C006 !important;
}

.dt-link-btn {
    padding: 0 !important;
    font-size: 15px !important;
}

.progress {
    height: 10px;
}

body.modal-open {
    overflow: visible !important;
}

#accountManagerGoalTbl td > div, #CompanyGoalTbl td > div {
    width: 105px !important;
}


.backGreen {
    background-color: #d6f7d1;
}

.backRed {
    background-color: #fcd2d4;
}

.table-right thead th.text-right {
    text-align: left;
}

.hide-calendar .ui-datepicker-calendar {
    display: none;
}

/*------------------------------- header sub-dropdown css --------------------------------*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

#spanMessagesCount.badge {
    background-color: #dd5a43 !important;
    border-radius: 99px !important;
    font-size: 12px !important;
    font-weight: 300;
    height: 16px;
    padding: 2px 6px;
    position: absolute;
    right: 24px;
    text-align: center;
    text-shadow: none !important;
    top: 8px;
    display: inline-block;
    min-width: 10px;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
}

.header-star-icon {
    font-size: 16px !important;
    padding-top: 3px;
    padding-left: 10px;
}

.pq-select-button {
    max-width: 100% !important;
}

.prohibited {
    color: red !important;
    font-weight: bold;
}

/*glyphicon  icon size */
.gi-2x {
    font-size: 2.3em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

.gi-lg {
    font-size: 1.7em;
    line-height: .75em;
}

.favorite-icon i {
    height: 31px;
    vertical-align: middle;
}

.dropdown-menu .divider {
    background-color: #b2b2b2;
}
/*Report scroll div css*/

@media only screen and (min-width: 992px) {
    #scrolldivsummeryReport, #scrolldivMonthlyReport, #scrolldivYtdReport {
        overflow-y: auto;
        overflow-x: hidden;
    }
}
