.te-loading {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: url(../loaders/loader13.gif) no-repeat center #FFF;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.clearboth {
    clear: both !important;
}

.te-notification-area {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    max-width: 100%;

}

.te-pagination-wrapper {

    border-top: 1px solid #e4eaec;
    padding: 15px 15px;
}

.te-pagination-wrapper ul.pagination {

    margin: 0px;
    display: block;
}

.te-pagination-wrapper ul.pagination li {

    display: inline-block;
}

.te-pagination-wrapper ul.pagination li.input-bullet {
    /*border:1px solid*/
}

.te-pagination-wrapper ul.pagination li.input-bullet label {
    padding: 9px 5px 9px 15px;
    float: left;
    margin: 0;
    position: relative;
    text-align: right;
    line-height: 1.57142857;
}

.te-pagination-wrapper ul.pagination li.input-bullet input.jump-pageno {
    padding: 9px 15px;
    float: left;
    position: relative;
    width: 75px;
    min-width: 75px;
    border: 1px solid #e4eaec;
    font-weight: bold;
    text-align: center;
    line-height: 1.57142857;
}

.te-pagination-wrapper .te-table-bottom-text {
    font-style: italic;
    font-size: 11.5px;
    color: #666;
}

.container .te-notification-area {
    padding: 0 0 10px !important;
}

span.highlighted {
    background-color: yellow !important;
}

.help-btn {
    cursor: help;
    display: inline-block;
}

#content-wrapper {
    min-height: 600px !important;
}

.site-gridmenu li.active > a.active {
    background: #242f35 none repeat scroll 0 0;
    color: #ffffff;
}

.daterange-filter {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e4eaec;
    cursor: pointer;
    padding: 5px 10px;
}

.table tr th {
    vertical-align: bottom;
    border-top: 1px solid #e4eaec !important;
    background: rgba(98, 168, 234, 0.1) !important;
}

.table tr th:hover {
    background: #FFF;
    color: #62a8ea;
}

.table tr th:hover a span {
    color: #62a8ea;
}

.table tr th a {
    color: #526069;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.table tr th span {
    color: #555;
    font-weight: 500;
    padding: 10px 0px;
    text-decoration: none;
    display: inline-block;
    padding-left: 0px !important;
}

.table thead > tr > th.enablesort > a span::after {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
    text-decoration: inherit;
}

.table thead > tr > th > a.asc span::after {
    content: "";
}

.table thead > tr > th > a.desc span::after {
    content: "";
}

.table thead > tr > th > a:hover span {
    color: #62a8ea !important;
    text-decoration: none;
}

.te-search-form-wrapper {
    border-top: 0px solid #e4eaec;
}

.te-search-form {
    margin: 10px 0px;
}

.te-search-form .form-group {
    margin-right: 10px;
    float: left;
    min-height: 60px;
}

.te-search-form .form-group.te-search-field-sm {
    width: 150px !important;
}

.te-search-form .form-group.te-search-field-md {
    width: 205px !important;
}

.te-search-form .form-group.te-search-field-lg {
    width: 265px !important;
}

.te-search-form .form-group .daterange-filter {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.te-search-form .form-group > label {
    display: block;
    margin-bottom: 0;
}

.panel-body.te-panel-body {
    padding: 0px 0px;
}

.te-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(241, 244, 245, 0.8);
    display: none;
    z-index: 999;
}

.te-form-overlay-inner {
    border: none;
    margin: 30px auto;
    max-width: 700px;
    width: calc(100% - 50px);
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px 2px #BBB;
    -moz-box-shadow: 0 0 5px 2px #BBB;
    box-shadow: 0 0 5px 2px #BBB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.te-form-overlay-inner.te-fullpage-overlay {
    max-width: calc(100% - 50px);
}

.te-form-overlay-inner .page-header {
    z-index: 99;
    padding: 15px 30px;
    margin-bottom: 10px;
    background: #62a8ea;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.te-form-overlay-inner .page-header h1.page-title {
    color: #FFFFFF;
}

.te-form-overlay-inner .page-header .page-header-actions {
    right: 0 !important;
}

.te-form-overlay-inner .page-header .btn-close-form-overlay {
    line-height: 52px;
    color: #FFF;
    width: 50px;
    font-size: 30px;
    display: inline-block;
    TEXT-ALIGN: center;
}

.te-search-form.form-inline .form-control {
    width: 140px;
}

span.te-danger-val {
    color: #CC0000;
}

span.te-warning-val {
    color: #ff8c00;
}

span.te-happy-val {
    color: #00cc00;
    font-weight: bold;
}

.popover .popover-title {
    color: #fff !important;
    background-color: #57c7d4 !important;
    border-color: #57c7d4 !important;
}

table td ul.table-col-list, table td ol.table-col-list {
    padding-left: 0;
    list-style-position: inside;
}

table td a.te-col-link {

    text-decoration: none;
}

table td .btn-group.btn-group-sm a.te-col-link {
    padding: 0px 8px;
    font-size: 22px;
    color: #c4cacc;
}

table td .btn-group.btn-group-sm a.te-col-link:hover {
    color: #76838f;
}

table.te-items-table > tbody > tr > td {
    vertical-align: middle;
}

/*.site-menubar-footer>a {*/
/*width:50% !important;*/
/*}*/

.bs-alert.alert {
    margin: 10px !important;
}

@media only screen and (max-width: 768px) {
    .pull-right.te-search-form {
        float: none !important;
    }

    .pull-right.te-search-form .form-group {
        float: left;
        margin-bottom: 8px;
        width: 50%;
        padding: 0px 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .pull-right.te-search-form .form-group .form-control {
        width: 100%;
    }

    .pull-right.te-search-form .form-group .daterange-filter {
        font-size: 11px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .page-content {
        padding: 5px;
    }
}

/* overall stats css */
#view_overall_stats .widget .widget-content .row {
    margin-left: 0;
    margin-right: 0;
}

.counter-number {
    font-size: 14px;

}

.te-stats-box .counter-icon {
    font-size: 14px;
    font-weight: 400;
}

.counter-icon {
    line-height: 1.2;
}

.col-sm-cols, .col-sm-1cols, .col-sm-2cols, .col-sm-3cols, .col-sm-4cols,
.col-sm-5cols, .col-sm-6cols, .col-sm-7cols, .col-sm-8cols, .col-sm-9cols,
.col-sm-10cols, .col-sm-11cols, .col-sm-12cols, .col-sm-13cols, .col-sm-14cols, .col-sm-15cols,
.col-sm-16cols, .col-sm-17cols, .col-sm-18cols, .col-sm-19cols, .col-sm-20cols, .col-sm-21cols {
    float: left;
    display: inline-block;
    padding: 1px;
}

.te-stats {
    width: auto;
    display: inline-block;
}

.col-sm-cols, .col-sm-1cols {
    width: 100% !important;
}

.col-sm-2cols {
    width: 50% !important;
}

.col-sm-3cols {
    width: 33.33333% !important;
}

.col-sm-4cols {
    width: 25% !important;
}

.col-sm-5cols {
    width: 20% !important;
}

.col-sm-6cols {
    width: 16.66% !important;
}

.col-sm-7cols {
    width: 14.285% !important;
}

.col-sm-8cols {
    width: 12.50% !important;
}

.col-sm-9cols {
    width: 11.1111% !important;
}

.col-sm-10cols {
    width: 10% !important;
}

.col-sm-11cols {
    width: 16.66% !important;
}

.col-sm-12cols {
    width: 16.66% !important;
}

@media only screen and (max-width: 610px) {
    .col-sm-4cols, .col-sm-5cols, .col-sm-6cols, .col-sm-7cols, .col-sm-8cols, .col-sm-9cols, .col-sm-10cols, .col-sm-11cols, .col-sm-12cols, .col-sm-13cols, .col-sm-14cols {
        width: auto;
    }

    .col-sm-4cols {
        width: 50%;
    }

    .col-sm-7cols {
        width: 33.3333%;
    }

    .col-sm-7cols:last-child {
        width: 100%;
    }

    .col-sm-5cols {
        width: 33.3333%;
    }

    .col-sm-5cols.box-4, .col-sm-5cols.box-5 {
        width: 50%;
    }

    .col-sm-6cols {
        width: 33.3333%;
    }

    .col-sm-8cols {
        width: 33.3333%;
    }

    .col-sm-8cols.box-7, .col-sm-8cols.box-8 {
        width: 50%;
    }

    .col-sm-9cols {
        width: 33.3333%;
    }

    .col-sm-10cols {
        width: 33.33%;
    }

    .col-sm-10cols.box-1, .col-sm-10cols.box-2, .col-sm-10cols.box-3, .col-sm-10cols.box-4 {
        width: 25%;
    }

    .counter-lg .counter-icon {
        font-size: 30px;
    }
}

.te-stats-box {
    box-shadow: 0 0 76px 1px rgba(98, 168, 234, 0.25) inset;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: rgba(98, 168, 234, 0.03);
    position: relative;
    border: 0px solid rgba(98, 168, 234, 0.2);
    color: #37474f;
}

.te-stats-box .stats-feedback {
    display: none;
    position: absolute;
    top: 0;
    left: 10px;
}

.te-stats-box.down {
    color: #cc0000;
}

.te-stats-box.down .stats-feedback {
    display: block;
}

.te-stats-box.down .stats-feedback i.fa {
    font-size: 20px;
    color: #CC0000;
}

.te-stats-box.up {
}

.te-stats-box.up .stats-feedback {
    display: block;
}

.te-stats-box.up .stats-feedback i.fa {
    font-size: 20px;
    color: #00CC00;
}

.te-stats-box .counter-icon {
    color: inherit;
}

.te-stats-box .counter-number {
    color: inherit;
}

.te-stats-box.danger .counter-icon, .te-stats-box.danger .counter-number {
    color: #cc0000 !important;
}

.overall-stats-wrapper .widget {
    margin-bottom: 5px;
    margin-top: 15px;
}

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
    box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

.effect2:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3 {
    position: relative;
}

.effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4 {
    position: relative;
}

.effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5 {
    position: relative;
}

.effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect6:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px;
}

.effect7:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect8:before, .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 100px / 10px;
}

.effect8:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

.page-title > span.subheading {
    font-weight: normal;
    font-size: 70%;
    color: #999;
}

body.site-gridmenu-active {
    overflow: auto;
}

.nav-tabs > li {
    position: relative;
    top: 5px;
    transition: all ease-in-out 0.2s;
}

.nav-tabs > li > a {
    margin-right: 3px;
    line-height: 1.57142857;
    border: 1px solid #e4eaec;
    /*border-bottom-color: #FFF;*/
    border-radius: 8px 8px 0 0;
    background: rgba(98, 168, 234, 0.1);
    padding: 5px 10px 6px 10px !important;
    font-size: 13px;
}

.nav-tabs > li.active, .nav-tabs > li:hover {
    top: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: #fff;
    border-color: #e4eaec;
    border-bottom-color: #fff;
    font-weight: 500;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background: rgba(98, 168, 234, 0.1);
    /*background-color: #FFF;*/
    /*border-color:#62a8ea;*/
    /*border-bottom-color: #FFF;*/
    color: #000;
}

.te-tab-content {
    position: relative;
    z-index: 99;
}

.te-tab-content .te-tab-pane {
    border-left: 1px solid #e4eaec;
    border-right: 1px solid #e4eaec;
    border-bottom: 1px solid #e4eaec;
    background: #FFF;
    padding: 0px 10px 10px 10px;
}

.te-detail-page {
    padding: 10px;
}

.te-detail-page .detail-title {
    border-bottom: 1px solid #e4eaec;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.te-detail-page .detail-heading {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

.te-detail-page .detail-text {
    margin-bottom: 15px;
    font-size: 14px;
}

.notification-list span.notification-heading.unread {
    display: block;
    font-weight: 500;
    color: #333;
}

.notification-list span.notification-heading.unread {
    display: block;
    font-weight: normal;
}

.bold-value {
    font-weight: bold;
}

.account-scb {
    color: #21aa47;
}

.account-meezan {
    color: #4a3292;
}

.form-group .select2.select2-container .select2-selection {
    height: 36px;
    border: 1px solid #e4eaec !important;
}

.form-group .select2.select2-container .select2-selection span.select2-selection__rendered {
    line-height: 34px !important;
    color: inherit !important;
}

.form-group .select2.select2-container .select2-selection span.select2-selection__arrow {
    height: 32px !important;
}

.te-item-form .form-group .select2.select2-container {
    width: 100% !important;
}

.te-item-form .te-form-block {
    margin: 0px 15px 15px 15px;
    overflow: hidden;
    background: rgba(98, 168, 234, .05)
}

.te-item-form .te-form-block-heading {
    margin: 0px 15px 0px 15px;
    padding: 10px;
    background: rgba(98, 168, 234, .6);
    color: #fff;
    font-size: 20px;
    position: relative;

}

.te-item-form .te-form-block-heading .te-btn-add-html-block {
    position: absolute;
    height: 36px;
    width: 36px;
    right: 5px;
    top: 5px;
    border: 1px solid #fff;
}

.te-item-form .te-form-block .te-html-block {
    margin: 30px;
    border: 1px solid #ccc;
    padding: 15px 45px 5px 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px 0px #999;
    position: relative;
}

.te-item-form .te-form-block .te-html-block .te-html-block-index {
    position: absolute;
    left: -25px;
    top: 0px;
    width: 16px;
    display: inline-block;
    text-align: right;
    color: #000;
    font-weight: bold;
}

.te-html-block {
    position: relative;
}

.te-item-form .te-form-block.has-even-blocks .te-html-block:nth-child(odd) {
    background: #FFFEEC;
}

.te-item-form .te-form-block.has-even-blocks .te-html-block:nth-child(even) {
    background: #FFFFFF;
}

.te-item-form .te-form-block.has-odd-blocks .te-html-block:nth-child(odd) {
    background: #FFFFFF;
}

.te-item-form .te-form-block.has-odd-blocks .te-html-block:nth-child(even) {
    background: #FFFEEC;
}

/*.te-item-form .te-form-block .te-html-block:nth-child(1) {   background: #ECFFEC;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(2) {   background: #fff;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(3) {   background: #ECFFFF;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(4) {   background: #fff;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(5) {   background: #FDECFF;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(6) {   background: #fff;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(7) {   background: #FFECF1;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(8) {   background: #fff;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(9) {   background: #F3EBE9;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(10) {   background: #fff;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(11) {   background: #ECEDFF;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(12) {   background: #fff;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(13) {   background: #C6F9C7;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(14) {   background: #fff;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(15) {   background: #f3f7f9;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(16) {   background: #fff;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(17) {   background: #FFFEEC;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(18) {   background: #fff;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(19) {   background: #FFF0EC;  }*/
/*.te-item-form .te-form-block .te-html-block:nth-child(20) {   background: #fff;  }*/

.te-html-block .te-btn-remove-html-block {
    position: absolute;
    top: -3px;
    right: 8px;
    font-size: 26px;
    color: #c00;
}

.te-html-block.te-default-html-block .te-btn-remove-html-block {
    display: none;
}

.te-html-block.te-default-html-block.inventory-item .te-btn-remove-html-block {
    display: block;
}

.te-html-block .te-btn-receive-multiple-item {
    position: absolute;
    bottom: 3px;
    right: 8px;
    font-size: 26px;
    color: #0c0;
}

.te-html-block.te-default-html-block .te-btn-receive-multiple-item {
    display: none;
}

.te-html-block.te-default-html-block.inventory-item .te-btn-receive-multiple-item {
    display: block;
}

.panel.panel-bordered.panel-info.panel-transfer,
.panel.panel-bordered.panel-dark.panel-transfer,
.panel.panel-bordered.panel-default.panel-transfer,
.panel.panel-bordered.panel-info.panel-sale,
.panel.panel-bordered.panel-dark.panel-sale,
.panel.panel-bordered.panel-default.panel-sale,
.panel.panel-bordered.panel-info.panel-po,
.panel.panel-bordered.panel-dark.panel-po,
.panel.panel-bordered.panel-default.panel-po,
.panel.panel-bordered.panel-default.panel-item {
    border: 1px solid #bcc3c5;
}

.panel.panel-bordered.panel-info.panel-transfer .panel-body,
.panel.panel-bordered.panel-dark.panel-transfer .panel-body,
.panel.panel-bordered.panel-default.panel-transfer .panel-body,
.panel.panel-bordered.panel-info.panel-sale .panel-body,
.panel.panel-bordered.panel-dark.panel-sale .panel-body,
.panel.panel-bordered.panel-default.panel-sale .panel-body,
.panel.panel-bordered.panel-info.panel-po .panel-body,
.panel.panel-bordered.panel-dark.panel-po .panel-body,
.panel.panel-bordered.panel-default.panel-po .panel-body,
.panel.panel-bordered.panel-dark.panel-item .panel-body,
.panel.panel-bordered.panel-default.panel-item .panel-body {
    padding: 15px;
}

.panel.panel-bordered.panel-sale .panel-body,
.panel.panel-bordered.panel-po .panel-body,
.panel.panel-bordered.panel-transfer .panel-body,
.panel.panel-bordered.panel-item .panel-body {
    padding-bottom: 0px !important;
    padding-top: 3px !important;
}

.panel.panel-bordered.panel-info.panel-sale .panel-body,
.panel.panel-bordered.panel-info.panel-po .panel-body,
.panel.panel-bordered.panel-info.panel-transfer .panel-body,
.panel.panel-bordered.panel-info.panel-item .panel-body {
    background: #e6f7f9;
    padding-bottom: 0px;
    padding-top: 3px;
}

.panel.panel-bordered.panel-info.panel-sale.panel-warning .panel-body,
.panel.panel-bordered.panel-info.panel-po.panel-warning .panel-body,
.panel.panel-bordered.panel-info.panel-transfer.panel-warning .panel-body,
.panel.panel-bordered.panel-info.panel-item.panel-warning .panel-body {
    background: #f1e7d9;
    padding-bottom: 0px;
    padding-top: 3px;
}

.panel.panel-bordered.panel-default.panel-transfer .panel-body .transfer-input,
.panel.panel-bordered.panel-default.panel-po .panel-body .po-input,
.panel.panel-bordered.panel-default.panel-sale .panel-body .sale-input,
.panel.panel-bordered.panel-default.panel-item .panel-body .item-input {
    display: none;
    float: right;
}

.panel.panel-bordered.panel-default.panel-transfer.panel-info .panel-body .transfer-input,
.panel.panel-bordered.panel-default.panel-sale.panel-info .panel-body .sale-input,
.panel.panel-bordered.panel-default.panel-po.panel-info .panel-body .po-input,
.panel.panel-bordered.panel-default.panel-item.panel-info .panel-body .item-input {
    display: block;
    width: 40%;

}

.panel.panel-bordered.panel-default.panel-transfer.panel-info .panel-body .transfer-input .form-group,
.panel.panel-bordered.panel-default.panel-sale.panel-info .panel-body .sale-input .form-group,
.panel.panel-bordered.panel-default.panel-po.panel-info .panel-body .po-input .form-group,
.panel.panel-bordered.panel-default.panel-item.panel-info .panel-body .item-input .form-group {
    margin-bottom: 2px;
}

.panel.panel-bordered.panel-default.panel-transfer .panel-body .item-details-block,
.panel.panel-bordered.panel-default.panel-sale .panel-body .item-details-block,
.panel.panel-bordered.panel-default.panel-po .panel-body .item-details-block,
.panel.panel-bordered.panel-default.panel-item .panel-body .item-details-block {
    width: 100%;
    float: left;

}

.panel.panel-bordered.panel-default.panel-transfer.panel-info .panel-body .item-details-block,
.panel.panel-bordered.panel-default.panel-sale.panel-info .panel-body .item-details-block,
.panel.panel-bordered.panel-default.panel-po.panel-info .panel-body .item-details-block,
.panel.panel-bordered.panel-default.panel-item.panel-info .panel-body .item-details-block {
    width: 50%;
    border-right: 1px solid #bcc3c5;
}

.panel.panel-item .item-details-block .item-item-info {
    float: left;
    width: 32%;
}

.panel.panel-bordered.panel-default.panel-transfer .panel-title,
.panel.panel-bordered.panel-default.panel-sale .panel-title,
.panel.panel-bordered.panel-default.panel-item .panel-title,
.panel.panel-bordered.panel-default.panel-po .panel-title {
    padding: 0 !important;
}

.panel.panel-bordered.panel-default.panel-transfer .panel-title > label,
.panel.panel-bordered.panel-default.panel-sale .panel-title > label,
.panel.panel-bordered.panel-default.panel-po .panel-title > label,
.panel.panel-bordered.panel-default.panel-item .panel-title > label {
    padding: 15px 30px;
    display: block;
    cursor: pointer;
    margin: 0;
}

.panel.panel-bordered.panel-default.panel-transfer .panel-title .transfer-item-checkbox,
.panel.panel-bordered.panel-default.panel-sale .panel-title .sale-inv-checkbox,
.panel.panel-bordered.panel-default.panel-po .panel-title .po-payment-checkbox,
.panel.panel-bordered.panel-default.panel-item .panel-title .item-checkbox {
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.panel.panel-bordered.panel-default.panel-transfer .panel-title .item-header-info,
.panel.panel-bordered.panel-default.panel-sale .panel-title .item-header-info,
.panel.panel-bordered.panel-default.panel-po .panel-title .item-header-info,
.panel.panel-bordered.panel-default.panel-item .panel-title .item-header-info {
    color: #5882d4;
    font-size: 13px;
}

.panel.panel-bordered.panel-default.panel-transfer.panel-info .panel-title .item-header-info,
.panel.panel-bordered.panel-default.panel-sale.panel-info .panel-title .item-header-info,
.panel.panel-bordered.panel-default.panel-po.panel-info .panel-title .item-header-info,
.panel.panel-bordered.panel-default.panel-item.panel-info .panel-title .item-header-info {
    color: #000;
    font-size: 13px;
}

.te-info-block {

}

.te-info-block > h5 {
    border-bottom: 1px solid #bcc3c5;
    margin-bottom: 3px;
    padding-bottom: 4px;
    color: #76838f;
}

.te-info-block > p {

}

.te-item-header .page-header-actions {
    right: 0 !important;
    top: -35px !important;
}

.te-item-header .page-header-actions .te-round-btn {
    line-height: 52px;
    margin-left: 3px;
}

.select2-container--open {
    z-index: 99999 !important;
}

#transfer_modal .select2.select2-container,
#sale_modal .select2.select2-container {
    width: 100% !important;
}

.modal-header h4 {
    margin: 0;
}

.add-dummy-sale-item-wrapper {

}

.add-dummy-sale-item-wrapper .add-dummy-sale-item-btn {
    color: #c00;
    float: right;

}

.purchase-order-item {

}

.vendor_items_list {
    float: left;
    margin-left: 15px;
    width: calc(100% - 265px);
}

.vendor_items_list .select2-container {
    width: calc(100% - 50px) !important;
    position: relative;
    top: -2px;
}

.vendor_items_list .vendor-items-select-btn {
    height: 28px;
    position: relative;
    top: -2px;
    text-align: center;
    line-height: 15px;
}

.green-color, .success-color {
    color: #46be8a;
}

.warning-color {
    color: #f2a654;
}

.danger-color {
    color: #f96868;
}

.primary-color {
    color: #62a8ea;
}

.info-color {
    color: #57c7d4;
}

.dark-color {
    color: #526069;
}

.te-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(241, 244, 245, 0.8);
    display: none;
    z-index: 999;
}

.te-view-overlay-inner {
    border: none;
    margin: 30px auto;
    max-width: 700px;
    width: calc(100% - 50px);
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px 2px #BBB;
    -moz-box-shadow: 0 0 5px 2px #BBB;
    box-shadow: 0 0 5px 2px #BBB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.te-view-overlay-inner.te-fullpage-overlay {
    max-width: calc(100% - 50px);
}

.te-view-overlay-inner .page-header {
    z-index: 99;
    padding: 15px 30px;
    margin-bottom: 10px;
    background: #62a8ea;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.te-view-overlay-inner .page-header h1.page-title {
    color: #FFFFFF;
}

.te-view-overlay-inner .page-header .page-header-actions {
    right: 0 !important;
}

.te-view-overlay-inner .page-header .btn-close-view-overlay {
    line-height: 52px;
    color: #FFF;
    width: 50px;
    font-size: 30px;
    display: inline-block;
    TEXT-ALIGN: center;
}

.panel-item .form-control {
    padding: 6px !important;
}

.reports-tab-content {
    padding: 30px 20px;
}

.reports-tab-content .panel {
    box-shadow: 0px 3px 4px 1px #999;
}

.reports-tab-content .panel .panel-body {
    padding-top: 15px;
}

.reports-tab-content .panel .panel-body .form-group label {
    display: block;
}

.reports-tab-content .panel .te-daterange-picker {
    float: left !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.padder-20 {
    padding: 20px !important;
}

.table.table-white {

}

.table.table-white td {
    background: #FFF;
}

.reports-wrapper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.reports-wrapper > .col-sm-12 {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.select2-container {
    width: 100% !important;
}

.col-sm-2_40, .col-sm-1_71, .col-sm-1_50, .col-sm-1_33, .col-sm-1_20, .col-sm-1_09 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

/* 5 cols */
.col-sm-2_40 {
    width: 20%;
}

/* 7 cols */
.col-sm-1_71 {
    width: 14.2857142857%;
}

/* 8 cols */
.col-sm-1_50 {
    width: 12.5%;
}

/* 9 cols */
.col-sm-1_33 {
    width: 11.1111111111%;
}

/* 10 cols */
.col-sm-1_20 {
    width: 10%;
}

/* 11 cols */
.col-sm-1_09 {
    width: 9.0909090909%;
}

@media (min-width: 768px) {
    .site-menubar-unfold .site-navbar .navbar-header {
        width: 215px;
    }

    .site-menubar-unfold .site-navbar .navbar-container {
        margin-left: 215px;
    }
}

.page-content {
    padding: 15px 15px;
}

.page-header {
    padding: 15px 15px;
}

.page-title {
    font-size: 20px;
}

.site-menubar-unfold .site-navbar {
    /*background-color: #FFFFFF !important;*/
}

.site-navbar .navbar-header .navbar-brand {
    color: #242f35;
}

.site-menubar-unfold .site-menu > .site-menu-item > a {
    line-height: 26px !important;
}

.site-menubar-unfold .site-menu > .site-menu-item > a .site-menu-title {
    font-size: 14px !important;
}

.site-menubar-unfold .site-menu-category {
    display: none;
}

.site-menubar ul.site-menu {
    padding-top: 10px;
}

.site-menubar-unfold .site-menubar {
    width: 215px;
}

.site-menubar-unfold .page, .site-menubar-unfold .site-footer {
    margin-left: 215px;
}

.site-menubar-unfold .site-menubar-footer {
    width: 215px;
}

.site-menubar-unfold .site-gridmenu {
    width: 215px;
}
