@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700');
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-weight: normal;
    color: #4b4b4b;
    background-color: #f9f9f9;
}
img {
    max-width: 100%;
}
a {
    color: inherit;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
main.main-wrapper {
    padding-bottom: 50px;
}
header.main-navbar {
    background-color: #eeeef0;
}
.main-navbar nav.navbar {
    padding-left: 0;
    padding-right: 0;
}
.mobile-search {display: none}
.header-search {
    display: none;
    position: absolute;
    right: 165px;
    width: 750px;
    background-color: #363636;
    max-width: 100%;
    padding: 10px 0 10px 15px;
    z-index: 10
}
.header-search .btn_find {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 4px 7px;
    border: none;
    font-family: Montserrat;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9b9b;
}
.header-search .form-control {
    width: 100%;
    padding-right: 30px;
}
.main-navbar .navbar-nav .nav-link {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: bold;
    line-height: 3.1;
    letter-spacing: normal;
    color: #9b9b9b;
    padding: 8px 15px
}
.main-navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: bold;
    color: #fcc253;
}
.main-navbar .navbar-nav .nav-link i.fa {
    font-size: 14px;
    width: 14px;
}
.main-navbar .navbar-nav .dropdown-menu {
    color: #9b9b9b;
    background-color: #363636;
}
.main-navbar .navbar-nav .dropdown-item {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: normal;
    color: #9b9b9b;
    padding: 5px 12px;
    outline: 0;
}
.main-navbar .navbar-nav .dropdown-item {
    background: none
}
.user-menu .dropdown-toggle::after {
    display: none;
}
.main-navbar .navbar-nav .nav-link.tog-search i.fa {
    font-size: 16px;
    width: 16px;
}
.nav-link.close {
    float: none;
    opacity: 1;
    text-shadow: none;
}
.nav-link.close i.fa::before {
    content: "\f00d";
}
.main-navbar .navbar-nav .user-menu > a, .main-navbar .user-menu > a {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px 15px;
}
.user-menu a .user-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left
}
.user-menu a .usernt {
    padding-left: 6px
}
.user-menu a .usernt span {
    display: block;
    font-family: Montserrat;
    line-height: 1.7;
    color: #000;
}
.user-menu a .usernt span:first-child {
    font-size: 9px;
    font-weight: 500;
}
.user-menu a .usernt span:last-child {
    font-size: 8px;
    font-weight: 300;
}
.our_breadcrumbs .breadcrumb {
    background: none;
    padding: 25px 0;
    margin-bottom: 15px;
}
.our_breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding: 0;
    width: 18px;
    height: 1px;
    background: #9b9b9b;
    margin-top: 10px;
    margin-right: 8px;
}
.our_breadcrumbs .breadcrumb-item {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #4b4b4b;
}
.our_breadcrumbs .breadcrumb-item a, .our_breadcrumbs .breadcrumb-item+.breadcrumb-item a {
    color: #9b9b9b;
    text-decoration: none
}
.layout-box {
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(157, 206, 255, 0.16);
    background-color: #ffffff;
}
#maintable_length {
    display: none;
}
.table td, .table th {
    font-family: Montserrat;
    font-size: 12px;
    line-height: normal;
    color: #4b4b4b;
    vertical-align: middle;
    border-color: #efefef;
}
.table td {
    font-weight: 300
}
.table thead th {
    border-bottom: none;
}
.table tbody tr.odd + .even th, .table tbody tr.even + .odd  th,
.table tbody tr.odd + .even td, .table tbody tr.even + .odd  td{
    border-width: 2px
}
.table thead th:last-child {
    width: 120px!important;
}
.table.table-grand thead th:last-child {
    width: 210px!important;
}
.table-striped {
    border-bottom: 1px solid #efefef;
}
.table-striped tbody tr:nth-of-type(odd), .table tbody tr.odd {
    background-color: #fbfbfb
}
.table-striped tbody tr.runi:nth-of-type(odd), .table tbody tr.odd.runi {
    background-color: #d2cec5
}
.table-striped tbody tr.runi:nth-of-type(even), .table tbody tr.even.runi {
    background-color: #d2cec5
}
.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.03);
}
span.v-divider {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #d8d8d8;
    vertical-align: middle;
}
b, strong {
    font-weight: bold;
}
.table .btn {
    line-height: 1;
    text-align: center;
    padding: 0 5px;
}
.table .btn span {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 100;
    line-height: normal;
    color: #4b4b4b;
}
.btn.reordre {
    font-size: 24px;
    line-height: 20px;
    color: #fcc253;
    padding: 0 5px;
}
.btn-default {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #fcc253;
}
.btn-default i.fa {
    margin-left: 5px
}
.btn-default:hover {
    color: #fcc253;
}
.btn-default.fileinput-cancel {
    font-size: 1rem;
    font-weight: normal;
    color: #212529;
}
.btn-default.fileinput-cancel:hover {
    color: #ff0000;
}
.dataTables_paginate .page-item .page-link {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    color: #a8a8a8;
    padding: 4px 8px;
    border: none;
    background: none
}
.dataTables_paginate .page-item.active .page-link {
    color: #fcc253;
}
.layout-form {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}
.sidbar-action {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 20px
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.form-group label {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: bold;
    line-height: normal;
    color: #707070;
}
.form-control:not(.file-caption) {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
    color: #4b4b4b;
    padding: 6px 10px;
    border-radius: 12px;
    border: solid 1px #ebebeb;
}
.form-control:not(.file-caption)::placeholder {
    color: #d8d8d8;
}
.input-group-text {
    font-size: 13px;
    padding: 4px 10px;
    border: solid 1px #ebebeb;
    border-radius: 0 12px 12px 0;
    background-color: #fafafa;
}
.input-group>.custom-file + .input-group-append .input-group-text {
    height: 29px;
    line-height: 29px;
}
.input-group>.custom-file + .input-group-append .input-group-text i.fa {
    font-size: 16px;
    vertical-align: middle;
}
.custom-select {
    display: block;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
    color: #4b4b4b;
    height: auto!important;
    padding: 7px 25px 7px 10px;
    background: url('../images/angle-down.svg') no-repeat right 6px center;
    border-color: #ebebeb;
    border-radius: 12px;
}
.selectwidth100{width: 100px}
.custom-file-label {
    height: auto;
    padding: 6px 12px;
    line-height: normal;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    overflow: hidden;
    margin: 0
}
.custom-file-label::after {
    height: auto;
    line-height: normal;
    background-color: #fafafa;
    border-left: 1px solid #ebebeb;
    border-radius: 0 12px 12px 0;
}
.customFile .custom-file-label {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
}
.customFile .custom-file-label::after {
    border-left: none;
}
.customFile .custom-file-label::before {
    position: absolute;
    top: 0;
    right: 65px;
    bottom: 0;
    z-index: 3;
    display: block;
    color: #495057;
    content: "\f093";
    font-family: 'FontAwesome';
    font-size: 16px;
    height: auto;
    line-height: 18px;
    line-height: normal;
    background-color: #fafafa;
    border-left: 1px solid #ebebeb;
    padding: .375rem .75rem;
    border-radius: 0;
}
.btn-save {
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 12px;
    background-color: #77d28d;
}
.btn-save:hover {
    color: #ffffff;
    background-color: #77d28d;
}
.btn-cancel {
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 300;
    line-height: normal;
    color: #f66d6d;
    padding: 6px 20px;
    border: 1px solid #f66d6d;
    border-radius: 12px;
    background-color: #ffffff;
}
.btn-cancel:hover {
    color: #f66d6d;
    background-color: #ffffff;
}
.btn-edit, .btn-edit:hover {
    color: #fcc253;
}
.btn-del, .btn-del:hover {
    color: #ff0000;
}
.btn-fav/*, .btn-active*/, .btn-fav:hover, .btn-active:hover {
    color: #808080;
}
.btn-active{
    color: #ff0000;
}
/*.btn-fav i.fa-heart, .btn-fav:hover i.fa-heart {
    color: #ff0000;
}*/
.btn-fav i.fa-heart-o, .btn-fav:hover i.fa-heart-o {
    color: #808080;
}
/*.btn-active i.fa-check, .btn-active:hover i.fa-check {
    color: #008000;
}*/
.btn-active i.fa-close, .btn-active:hover i.fa-close {
    color: #ff0000;
}
.btn.red {
    color: #ff0000;
}
.btn.green {
    color: #008000;
}
.btn-excel {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding: 0;
    color: #fcc253;
}
.btn-load {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 8px;
    color: #111;
    background-color: #fff;
    border: 1px solid #ccc;
}
.table .user_img {
    display: inline-block;
    width: 25px;
    border-radius: 50%;
    margin-right: 4px;
}
.statis-sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 0;
    margin-bottom: 15px;
}
.item-stat {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: bold;
    line-height: 2.5;
    color: #eedb7b;
}
.item-stat:nth-child(2) {
    color: #53a8fc;
}
.item-stat:last-child {
    color: #77d28d;
}
.item-stat i.fa {
    font-size: 14px;
    margin-right: 4px;
}
.filter-accessoires {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.sm-titleform {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    color: #9b9b9b;
    margin-bottom: 14px;
}
.sm-titleform + label {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: bold;
    line-height: normal;
    color: #707070;
    margin-bottom: 15px;
}
.item-access img {
    height: 26px;
    display: block;
    margin: 0 auto 12px;
}
.label-img {display: block;margin-bottom: 0}
.item-access .custom-control-label {
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.6;
    color: #d8d8d8;
}
.item-access .custom-control {
    min-height: 20px;
    padding-left: 20px;
}
.custom-control-label::before {
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-color: #d8d8d8;
}
.custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    width: 10px;
    height: 10px;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fcc253;
    border: 3px solid #ffffff;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    border: 1px solid #fcc253;
    border-radius: 50%
}
.wrapper-box .layout-box {
    margin-bottom: 30px;
}
.cmd-info img {width: 100%}
span.cmd-ttc {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #707070;
    display: block;
    margin: 10px 0;
}
.form-bordure {display: inline-block}
.form-bordure img {height: 32px}
.layout-htable {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: 3;
    letter-spacing: normal;
    color: #4b4b4b;
    margin: 0 0 10px
}
.navbar-toggler {
    color: #fff;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.card-login .form-control {
    font-size: 12px;
    height: auto;
    padding: 8px 10px;
}
.card-login .btn-save {
    font-size: 16px;
    background-color: #363636;
}
.card-login .btn-link {
    padding: 0;
    font-size: 12px;
    color: #fcc253;
}
iframe#config {
    height: 650px
}
.kv-upload-progress.hide {
    display: none;
}
.kv-upload-progress {
    margin-bottom: 6px;
}
h6.row-title {
    font-size: 18px;
    color: #e9be53;
}
.stats-dmd img:not(.forme-pdt) {
    width: 200px;
}
@media (min-width: 576px) {
    .container {
        max-width: 550px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1390px;
    }
}
@media (max-width: 1199.98px) {
    .nav-link.tog-search {
        display: none;
    }
    .nav-item.user-menu {
        display: none;
    }
    .main-navbar .navbar-nav {
        margin-top: 20px;
    }
    .main-navbar .navbar-nav .nav-link {
        padding: 8px 5px;
    }
    .mobile-search {
        display: block;
    }
    .mobile-search .header-search {
        display: block;
        position: relative;
        right: auto;
        padding: 10px 5px;
        width: auto;
    }
    .mobile-search .header-search .btn_find {
        right: 5px;
        top: 10px;
    }
    iframe#config {
        height: 740px
    }
}
@media (max-width: 991.98px) {
    iframe#config {
        height: 750px
    }
}
@media (max-width: 767.98px) {
    .our_breadcrumbs .breadcrumb {
        padding: 20px 0 0;
        margin-bottom: 0;
    }
    .statis-sm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 0;
        margin-bottom: 0;
    }
    iframe#config {
        height: 810px
    }
}
@media (max-width: 575.98px) {
    iframe#config {
        height: 1550px
    }
}

.tablewhite{
    background: #fff;
    padding: 10px;
    margin-top: 30px;
}
.apdf{color: orange}
.axls{color: green}

/****byKarim**/
.transparentInput{
    border: 1px solid;
    /* outline: none; */
    background: transparent;
    width: 55px;
    text-align: center;
}
