@import 'font-face.css';
@import '../plugins/font-awesome-4.7/css/font-awesome.min.css';
@import '../plugins/font-awesome-5/css/fontawesome-all.min.css';
@import '../plugins/mdi-font/css/material-design-iconic-font.min.css';

@import '../plugins/bootstrap-4.1/bootstrap.min.css';

@import '../plugins/animsition/animsition.min.css';
@import '../plugins/bootstrap-progressbar/bootstrap-progressbar-3.3.4.min.css';
@import '../plugins/wow/animate.css';
@import '../plugins/css-hamburgers/hamburgers.min.css';
@import '../plugins/slick/slick.css';
@import '../plugins/select2/select2.min.css';
@import '../plugins/perfect-scrollbar/perfect-scrollbar.css';
@import '../plugins/jqvmap/dist/jqvmap.css';

@import 'theme.css';


span.highlight {
    font-weight: bold;
    color: #303030;
    text-shadow: 0 0 0.5em var(--firstcolor), 0 0 0.5em var(--firstcolor);
}
a.level-2-current {
    color: var(--secondcolor)!important;
    /* text-shadow: 0 0 0.5em var(--firstcolor), 0 0 0.5em var(--firstcolor); */
}
ul.list-unstyled li a i {
    width: 8px!important;
    /* height: 8px!important; */
    margin-right: 6px;
}

@media (min-width: 992px) {
    .width-2 { width: 2%; }
    .width-3 { width: 3%; }
    .width-4 { width: 4%; }
    .width-5 { width: 5%; }
    .width-6 { width: 6%; }
    .width-7 { width: 7%; }
    .width-8 { width: 8%; }
    .width-9 { width: 9%; }
    .width-10 { width: 10%; }
    .width-12 { width: 12%; }
    .width-13 { width: 13%; }
    .width-14 { width: 14%; }
    .width-15 { width: 15%; }
    .width-18 { width: 18%; }
    .width-20 { width: 20%; }
    .width-22 { width: 22%; }
    .width-25 { width: 25%; }
    .width-30 { width: 30%; }
    .width-35 { width: 35%; }
    .width-40 { width: 40%; }
    .width-45 { width: 45%; }
    .width-50 { width: 50%; }
    .width-55 { width: 55%; }
    .width-58 { width: 58%; }
    .width-60 { width: 60%; }
    .width-65 { width: 65%; }
    .width-70 { width: 70%; }
    .width-75 { width: 75%; }
    .width-80 { width: 80%; }
}
.menu-sidebar .logo img {
    background: #fff;
    padding: 4px 20px;
    border-radius: 4px;
}
.header-mobile-inner img {
    background: #fff;
    padding: 0 10px;
    border-radius: 4px;
}

a.link-level-1 {
    /* margin: 0.8em 0 0.8em 0; */
    margin: 0.8em 0.6em 0.8em 0;
    padding: 0.4em 0 0.4em 0.8em;
    display: block;
    /* background-color: #19c5d9;
    color: #ffffff; */
    background-color: #ffffff;
    color: var(--firstcolor); /* ec008c */
    border: 1px solid var(--firstcolor); /* ec008c */
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25em;
    /* font-family: 'Ubuntu Bold'; */
}
a.link-level-1-current {
    margin: 0.8em 0.6em 0.8em 0;
    padding: 0.4em 0 0.4em 0.8em;
    display: block;
    background-color: var(--firstcolor);
    color: #ffffff;
    border: 1px solid var(--firstcolor);
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25em;
}

a.link-level-2 {
    margin: 0;
    padding: 0;
    color: var(--firstcolor); /* ec008c */
    text-decoration: none;
    /* font-family: 'Ubuntu Regular';
    font-size: .9em; */
}

.card .d-block h5 {
    font-size: 1.3em!important;
    color: var(--firstcolor);
} 

.modal-body > h5 {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 0 10px;
    color: var(--firstcolor);
}
label.spa-label {
    padding-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.2em;
}
.fm-error, .fm-departement-error {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 1em;
    color: #f00;
    text-align: left;
}
.fm-pj {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 1em;
    color: #555;
    text-align: left;
}

.table-data__tool-left span {
    padding-left: 10px;
    line-height: 40px;
    font-size: 1.2em;
}
.table-data__tool-right a {
    float: left;
}
    .table-data__tool-right a i {
        padding: 0 8px;
        color: #333;
        line-height: 40px;
        font-size: 1.5em;
    }
.table-data__tool-right .rs-select2--light {
    float: left;
    text-align: center;
    line-height: 40px;
    padding: 0 8px;
}
    .table-data__tool-right .rs-select2--light select {
        text-align: center;
        padding: 0;
        width: 50px;
        height: 28px;
        /* border-radius: 4px; */
        border: 1px solid #ccc;
    }
    
table.table-earning tbody tr td a {
    color: #337ab7;
    text-decoration: none;
}
.btn-outline-info, .btn-outline-dark {
    background-color: #fff;
}
.btn-app {
    margin-top: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media (min-width: 992px) {
    .spa-col-label {
        text-align: right;
    }
    .spa-modal-info {
        margin-top: 8px;
        padding-left: 0
    }
    .spa-modal-field-excep {
        padding-left: 0
    }
    .modal-repondre {
        min-width: 992px!important;
    }
}
@media (max-width: 991px) {
    .table-earning thead th {
        padding: 8px;
        /* white-space: nowrap; */
    }
    .table-earning tbody td {
        /* white-space: nowrap; */
    }
    .mw-300 { width: 300px!important; }
}
span.chiffre {
    font-weight: bold;
    float: right;
}

/* Forms */
.fg-m-bottom {
    margin-bottom: 5px;
}
    .fg-m-bottom .control-label, .fg-m-bottom .checkbox, .fg-m-bottom .radio {
        padding-top: 5px;
    }
    .fg-m-bottom input[type=text], .fg-m-bottom input[type=password], .fg-m-bottom select, .fg-m-bottom button[type=button] {
        height: 28px!important;
        padding: 3px 12px;
    }
    .fg-m-bottom input[type=text], .fg-m-bottom select, .fg-m-bottom textarea {
        font-size: 1.1em;
    }
    .fg-m-bottom input[type=checkbox], .fg-m-bottom input[type=radio] {
         /* margin-top: -3px; */
    }
.log-m-b {
    margin-bottom: 5px;
}
    .log-m-b .control-label, .log-m-b .checkbox, .log-m-b .radio {
        padding-top: 5px;
    }
    .log-m-b input[type=text], .log-m-b input[type=password], .log-m-b select, .log-m-b button[type=button] {
        height: 34px!important;
        padding: 3px 12px;
    }
    .log-m-b input[type=text], .log-m-b input[type=password], .log-m-b select, .log-m-b textarea {
        font-size: 1.1em;
        border: 1px solid #ccc;
    }
    .log-m-b input[type=checkbox], .log-m-b input[type=radio] {
         /* margin-top: -3px; */
    }
    
.form-group .checkbox, .form-group .radio {
    line-height: 24px;
}

/* Modal begin */
.modal-content {
    border-radius: 0;
}
.modal-header {
	background-color: var(--firstcolor);
    border-bottom: 0;
    border-radius: 0;
}
    .modal-header h5.modal-title {
        color: #ffffff;
        text-align: center;
        font-weight: 700;
    }
    .modal-header button.close {
        color: #ffffff;
        opacity: 1;
    }
.modal-body {
    padding: 10px 15px 5px;
}
    .p-modal {
        font-family: inherit;
        font-size: 14px;
        font-weight: 700;
        color: var(--firstcolor);
        padding-bottom: 12px;
    }
.modal-footer {
    padding: 5px 15px 10px;
    border-top: 0;
}
/* Modal end */

.select2-container {
    width: 100%!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc!important;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important; */
    border-radius: 2px!important;
    width: 100% !important;
}
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 14px!important;
        color: #333!important;
        /* font-size: 12px!important; */
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #333 transparent transparent transparent!important;
        margin-top: 0px!important;
    }

/* Search ville */
#search_ville {
    position: absolute;
    margin: -14px 0 0;
    padding: 0;
    width: 80%;
    max-height: 220px;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 3px 6px 0px rgb(48,48,48);
    z-index: 9999;
    display: none;
}
#listing_villes_box {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0px;
    width: 100%;
    max-height: 350px;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 3px 6px 0px rgb(85, 85, 85);
    z-index: 9999;
}
.close_search_ville {
    margin: 0;
    padding: 4px 7px 4px 0;
    height: 22px;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    color: #555;
    text-align: right;
    cursor: pointer;
}
.line_ville {
    margin: 0px;
    padding: 2px 7px;
    height: auto;
    min-height: 30px;
    line-height: 18px;
    cursor: pointer;
}
.detail_ville {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}
/* Search ville end */

