
.wrapper {
    /*padding-left: 3px;*/
    background: url('/themes/avto_ms_new_design/images/bg2.jpg');
    /*no-repeat center bottom;*/
    min-height: 600px;
}

.navbar {
    padding: 5px 15px 5px 5px !important;
    /*border-top: 4px solid #939598;*/
    /*border-bottom: 4px solid #939598;*/
}

.bgr-febest1 {
    background-color: #d9d9d9;
    width: 100%;
    height: 35px;
    border-top: 3px solid #d0d2d5;
}

.bgr-febest1-header {
    background-color: #ffffff;
    width: 100%;
    height: 80px;
}

.bgr1 {
    /*background: url(/themes/avto_ms_new_design/images/bgr_header.png);*/

    background-color: #066bc6;
    border-top: 3px solid #939598;
    border-bottom: 3px solid #939598;

}

/*.table .thead-febest th {*/
    /*color: #fff;*/
    /*background-color: #c64d06;*/
    /*border-color: #a54906;*/
    /*font-size: 14px;*/
/*}*/
/*table.partsGrid th, table.partsGrid th a {*/

    /*color: #fff;*/
    /*background: #c64d06 !important;*/
    /*text-align: left;*/
    /*white-space: nowrap;*/

/*}*/

.table .thead-febest th {
    color: #fff;
    background-color: #296194;
    border-color: #296194;
    font-size: 14px;
}
table.partsGrid th, table.partsGrid th a {

    color: #fff;
    background: #296194 !important;
    text-align: left;
    white-space: nowrap;

}

/*.table .thead-febest th {*/
    /*color: #fff;*/
    /*background-color: #c6ac06;*/
    /*border-color: #b19706;*/
    /*font-size: 14px;*/
/*}*/

/*table.partsGrid th, table.partsGrid th a {*/

    /*color: #fff;*/
    /*background: #c6ac06 !important;*/
    /*text-align: left;*/
    /*white-space: nowrap;*/

/*}*/




.bg-febest1 {
    background-color: #066bc6;
}

a.bg-febest1:focus, a.bg-febest1:hover, button.bg-febest1:focus, button.bg-febest1:hover {
    background-color: #ffffff !important;

}

.navbar-febest1 .navbar-brand {
    color: #fff
}

.navbar-febest1 .navbar-brand:focus, .navbar-febest1 .navbar-brand:hover {
    color: #fff
}

.navbar-febest1 .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.navbar-febest1 .navbar-nav .nav-link:focus, .navbar-febest1 .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.navbar-febest1 .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}
.navbar-brand{
    padding: 0 !important;
}
.navbar-febest1 .navbar-nav .active > .nav-link, .navbar-febest1 .navbar-nav .nav-link.active, .navbar-febest1 .navbar-nav .nav-link.show, .navbar-febest1 .navbar-nav .show > .nav-link {
    color: #ffffff;
    font-weight: 500;
    /*text-decoration: underline;*/
}
.nav-item{
    /*m-top-5 m-bottom-5*/
    padding-bottom: 7px;
    padding-top: 7px;
}
.nav-item:hover, .nav-item.active {
    background-color: #069cfa;
    transition: .22s ease-in-out;

}

.navbar-febest1 .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-febest1 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-febest1 .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-febest1 .navbar-text a {
    color: #fff
}

.navbar-febest1 .navbar-text a:focus, .navbar-febest1 .navbar-text a:hover {
    color: #fff
}


.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.order-check th {
    color: #fff;
}

.order-check th a {
    color: #fff;
}



.btn-febest {
    color: #fff !important;


    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.btn-febest:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-febest.focus, .btn-febest:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-febest.disabled, .btn-febest:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-febest:not(:disabled):not(.disabled).active, .btn-febest:not(:disabled):not(.disabled):active, .show > .btn-febest.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-febest:not(:disabled):not(.disabled).active:focus, .btn-febest:not(:disabled):not(.disabled):active:focus, .show > .btn-febest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.progress-box {
    display: none;
    position: absolute;
    z-index: 100000;
    background-color: #000000;
    opacity: 0.2;
    width: 100px;
    height: 100px;
    text-align: center;
}

#order_info:hover {
    text-decoration: underline;

}



.profile-accordion {
    z-index: 3;
    color: #fff;
    background-color: #827e7e !important;
    border-color: #827e7e !important;
}
