@font-face {
    font-family: 'museosans';
    src: url('../fonts/museo-sans/museosans_500-webfont.woff') format('opentype');
}

html, body {
    font-family: "Verdana",Arial;
    /*overflow-x: hidden;*/
    position: relative;
    min-height: 100vh;
}
.table-condensed  thead  tr th {
    border: none !important;
    border-radius: unset !important;
}
th.picker-switch {
    background-color: #444444 !important;
}
/*.date > th, td, tr {
   border: none !important;
   border-radius:unset !important;
   
}*/
td.day.active {
    background-color: #f8ae31 !important;
}

    td.day.active.today {
        background-color: #444444 !important;
        color: white !important;
    }

td.day.today {
    background-color: #444444 !important;
    color: white !important;
}
span.month.active {
    background-color: #f8ae31 !important;
}
ul, ol {
    list-style: none;
    padding-left: 0;
}

.img-100 {
    width: 100%;
    height: 100%;
}

.page-index {
    min-height: 100vh;
    background: #777777;
}

    .page-index img {
        object-fit: cover;
    }
.body-content {
  padding-bottom: 72px !important;
}
@media screen and (max-width: 575.98px),(-ms-high-contrast: active){
    .body-content {
        /*padding-bottom: 160px !important;*/
        /*padding-bottom: 100px;*/
    }
}
@media screen and (min-width: 576px), (-ms-high-contrast: active){
    .body-content {
        padding-bottom: 72px !important;
        /*padding-bottom: 100px;*/
    }
}


/*.body-content {
    padding-bottom: 100px !important;
}*/
/********************************************
    header
*********************************************/
.header-wrap {
    /*
        Production
        background: #F8AE31;
    */
    /*

    */
    background: #F8AE31;
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 4;
}

/* .menu-btn {
    width: 10%;
    border-right: 1px solid #1b1b21;
    float: left;
    text-align: center;
} */

.menu-btn a {
    color: #fff;
    cursor: pointer;
}

.logo {
    padding-left: 10px;
    float: left;
    width: 90%;
}

    .logo img {
        width: auto;
        position: absolute;
        left: 0;
        margin-right: 10px;
        height: 80px;
        /*-webkit-box-shadow: -1px 6px 5px -2px rgba(0,0,0,0.3);
-moz-box-shadow: -1px 6px 5px -2px rgba(0,0,0,0.3);
box-shadow: -1px 6px 5px -2px rgba(0,0,0,0.3);*/
    }

.company-sologan {
    position: relative;
}

    .company-sologan h3 {
        margin: 0;
        color: #fff;
        height: 70px;
        line-height: 70px;
        padding-left: 60px;
        text-transform: uppercase;
        font-size: 20px;
    }

        .company-sologan h3 span {
            color: #00ae9d;
        }

.right-control {
    height: 70px;
}

.right-control-menu {
    float: left;
    height: 70px;
    margin: 0;
    padding: 10px 0;
}

    .right-control-menu li {
        /* display: inline-block; */
        position: relative;
        height: 50px;
        line-height: 50px;
        float: left;
        margin-right: 2px;
    }

        .right-control-menu li a {
            color: #3D3935;
            /* border-radius: 5px; */
            padding: 15px 20px;
            display: inline-block;
            line-height: normal;
            font-weight: bold;
        }

    .right-control-menu.right-menu li a {
        padding: 8px 5px 21px 5px;
        margin-top: -6px;
    }

    .right-control-menu li.active a,
    .right-control-menu li:hover a {
        background: #3D3935;
        color: #EFAA23;
    }

.header-wrap .nav .open > a,
.header-wrap .nav .open > a:hover,
.header-wrap .nav .open > a:focus {
    background: #3D3935;
    color: #EFAA23;
}

.right-control-menu li ul.dropdown-menu {
    background: #3D3935;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

    .right-control-menu li ul.dropdown-menu li a {
        height: 50px;
        display: block;
        width: 100%;
        color: #EFAA23;
    }

    .right-control-menu li ul.dropdown-menu li:hover a {
        background: rgba(0,0,0,0.4);
    }


    .right-control-menu li ul.dropdown-menu li {
        display: block;
        border-radius: 0;
        float: none;
        width: 100%;
    }

.right-control-menu li.active ul.dropdown-menu li a {
    background: transparent;
    width: 100%;
}

.right-control-menu li.active ul.dropdown-menu li:hover a {
    background: #3d3d44;
    color: #fff;
    border-radius: 0;
}

.right-control-log {
    text-align: right;
}

    .right-control-log li {
        display: inline-block;
        padding: 0 10px;
        /* border-left: 1px solid #1b1b21; */
        position: relative;
    }

.header-noti {
    margin: 10px 0;
}

.hover-noti {
    position: absolute;
    width: 400px;
    height: 500px;
    overflow-y: scroll;
    border-top: 1px solid #1b1b21;
    z-index: 30;
    background: rgba(40,40,48,1);
    left: 0;
    padding: 10px;
    color: #b2b2b4;
    line-height: normal;
    display: none;
    transition: all ease-in 0.3s;
}

.noti-show:hover .hover-noti {
    display: block;
    transition: all ease-in 0.3s;
}

.noti-info {
    margin: 10px 0 20px;
}

.right-control-log li .hover-noti a {
    color: #00ae9d;
    display: inline-block;
    margin: 0 3px;
}

    .right-control-log li .hover-noti a:hover {
        color: rgba(0,174,157,0.8);
    }

.right-control-log li .hover-noti .noti-mess a {
    color: #b2b2b4;
}

    .right-control-log li .hover-noti .noti-mess a:hover {
        color: #ccc;
    }

.noti-avar {
    width: 40px;
    float: left;
}

.right-control-log li .noti-avar img {
    border-radius: 50%;
    width: 40px;
}

.noti-mess {
    float: left;
    margin-left: 21px;
    text-align: left;
    width: 82%;
}

    .noti-mess h6 {
        margin-top: 8px;
    }

.right-control-log li img {
    /* width: 20px; */
    /* margin: 0 5px; */
}

.logo-avar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}


.right-control-log li .avar {
    padding: 0 10px;
}

    .right-control-log li .avar img {
        width: 35px;
        margin-right: 5px;
    }

.right-control-log li a {
    color: #3D3935;
    font-weight: bold;
}

.right-control .user-name {
    position: relative;
}

    .right-control .user-name::after {
        position: absolute;
        content: "";
        border-right: 1px solid #b2b2b4;
        right: 0;
        height: 100%;
        width: 1px;
        bottom: 0;
        right: -5px;
    }

.right-control-log .badge {
    position: absolute;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    top: 18px;
    left: 30px;
    font-size: 11px;
}

.right-logo {
    position: relative;
}

.right-logo-img {
    position: absolute;
    top: 0;
    height: 80px;
    right: 15px;
    width: 100%;
    /*webkit-box-shadow: -1px 6px 5px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 6px 5px -2px rgba(0,0,0,0.3);
    box-shadow: -1px 6px 5px -2px rgba(0,0,0,0.3);*/
}
/******************* 
    page-login 
*****************/
.page-login {
    /* background: -webkit-linear-gradient(#00b1a6, #007f7b 100%); */
    /* background: linear-gradient(#00b1a6, #007f7b 100%); */
    height: 100vh;
    position: relative;
    background: #EEEEEE;
}

#loginForm {
    margin: 80px 0;
    width: 400px;
}

.title-login {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    /* color: #fff; */
    margin: 20px 0;
}

#loginForm input.img-100 {
    height: 48px;
    padding: 0 24px;
    border-radius: 0;
    width: 100%;
    border: none;
}

.btn-login.btn-default {
    background: #3D3935;
    color: #EFAA23;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}
.noteorder {
    font-size: 13px;
}

.sentineltable tr {
    background-color: #f5f5f5 !important;
    font-weight: bold;
    font-size: 85%;
    color: #444;
}
.sentineltable tbody tr td {
    border-top: none !important
}
.nobordertop {
    background-color: #f5f5f5 !important;
    border-top: none !important;
    font-weight: bold !important;
}

.box-option-login {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
    width: 100%;
}

.line {
    border-top: 1px solid #000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
}
/********************************************
            footer
*********************************************/
footer {
    /* 
        background: #F8AE31;

    */
    background: #F8AE31;
    color: #3D3935;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 10px;
    min-height: 70px;
    max-height: 180px;
    text-align: left;
    z-index: 2;
}

.icon-wrapper {
    /*padding: 20px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .icon-wrapper .icon-box {
        margin: 8px 50px 11px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        width: 80px;
    }
.Pending {
    color: #EFAA23;
}
.Accepted{
    color: green;
}
.RejectedByDistributor{
    color: red
}


.notemsg{
    color: red;
    font-size: 12px;
}
.greymsg {
    color: grey;
    font-size: 12px;
}
.red {
    color: red;
}
.red-background {
    color: white;
    background-color:red;
}
.dropdown-menu-item {
    min-height: 50px;
    line-height: 50px;
    color: #F8AE31 !important;
    background-color: #3D3935 !important;
    min-width: 250px;
}

.dropdown-menu-item-readed {
    min-height: 50px;
    line-height: 50px;
    color: #F8AE31 !important;
    background-color: #3D3935 !important;
    min-width: 250px;
    font-weight: lighter !important;
}
/*********************************
        media
***********************************/


@media screen and (min-width: 768px) {
    .icon-wrapper .icon-box {
        width: 170px;
    }

}

@media screen and (min-width: 768px) {
    .icon-wrapper .icon-box {
        font-size: 16px;
    }
}

.icon-wrapper img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
}

@media(max-width:1280px) {
    .right-control-menu li a {
        padding: 15px 10px;
    }

    .right-control-log li {
        padding: 0 10px;
    }

    .nav-mobile-list {
        display: none;
    }
    .textProfile{
        text-align: center;
        padding: 15px 0px !important;
    }
}
.summary {
    /*width: 315px;*/
    flex: 0 0 25%;
    /*min-width: 32%;*/
    min-height: 55px;
    /*padding: 2px;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    float: left;
    color: #F8AE31;
    /*text-align: center;*/
    /*border-radius: 10px;*/
    background-color: #3D3935;
    /*position: relative;*/
    font-size: 13px;
    display: flex;
    align-items: center;
    margin: 0px 16px;
}
@media(min-width:1600px)
{
    .summary {
        /*width: 315px;*/
        flex: 0 0 25%;
        /*min-width: 32%;*/
        min-height: 55px;
        /*padding: 2px;*/
        /*padding-top: 10px;*/
        /*padding-bottom: 10px;*/
        float: left;
        color: #F8AE31;
        /*text-align: center;*/
        /*border-radius: 10px;*/
        background-color: #3D3935;
        /*position: relative;*/
        font-size: 13px;
        display: flex;
        align-items: center;
        margin: 0px 19px;
    }
}
@media(max-width:990px) {
    .right-control-menu, .right-control-log {
        display: none;
    }

        .right-control-menu.right-menu li a {
            padding: 15px 0;
        }

    .right-logo-img {
        display: none;
    }

    .open-menu {
        background: #fff;
        width: 55px;
        height: 100%;
        text-align: center;
        position: absolute;
        display: inline-block;
        line-height: 72px;
        right: 0;
        cursor: pointer;
        top: 0;
    }

        .open-menu i {
            color: #EFAA23;
            font-size: 18px;
        }

    .nav-mobile-list {
        max-height: 0;
        transition: max-height 0.15s ease-out;
        padding: 0;
        list-style: none;
        opacity: 0;
    }

        .nav-mobile-list.active {
            max-height: 800px;
            transition: max-height 0.25s ease-in;
            opacity: 1;
            display: block;
        }

    .nav-mobile-list {
        width: 200px;
        position: absolute;
        top: 67px;
        right: 0;
        background: #3D3935;
        display: none;
    }

        .nav-mobile-list li {
            border-bottom: 1px solid #fff;
        }

        .nav-mobile-list .dropdown-menu {
            width: 100%;
            border: none;
            border-radius: 0;
            padding: 0;
            margin: 0;
            background: #3D3935;
            max-height: 500px;
            overflow-y: scroll;
        }

        .nav-mobile-list li a {
            color: #EFAA23 !important;
            height: 50px;
            line-height: 50px;
            padding: 0 10px;
            display: inline-block;
            font-size: 13px;
            white-space: normal;
        }

    .dropdown-lv:hover .lv-mobile-list {
        display: block;
        transition: 0.5s ease-in all;
    }

    .lv-mobile-list {
        transition: 0.5s ease-in all;
        padding: 0;
        list-style: none;
    }

        .lv-mobile-list li:first-child {
            border-top: 1px solid grey;
        }

        .lv-mobile-list li {
            padding-left: 15px;
            text-transform: lowercase;
        }
}
.productDate {
    z-index: 9999 !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}
.abc {
    z-index: 9999 !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}
.datepicker.dropdown-menu {
    z-index: 9999 !important;
}
@media(max-width:768px) {
    .tab-row{
        display:flex;
        flex-direction:column;
    }
    .counter-containerDealer {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width:767px) {
}
