body{
    font-size: 14px;
    color: #333;
}

/* 26-10-2020 Patch ios */
input[type="date"]
{
    display:block;

    /* Solution 1 */
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
    min-height: 45px;

    /* Solution 2 */
    /* min-width: 96%; */
}
/* Fin 26-10-2020 Patch ios */

.carousel{
    text-align: center;
}

.hide{
    display: none;
}

.form-control{
    font-size: .8rem;
}

/* Header account listing */
.account-item .image{
    text-align: center;
    background: #ddd;
}

.account-item .image i{
    font-size: 45px;
}

.account-dropdown .info .image i{
    font-size: 65px;
    color: #666;
}
.account-dropdown__footer a:hover{
    background: #f7f7f7;
    color: #333;
}

.word-break {
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: manual !important;
    -moz-hyphens: manual !important;
    -webkit-hyphens: manual !important;
    hyphens: manual !important;

    white-space: normal !important;
    table-layout: fixed;
}


/* Fin Header account listing */


/* Header email listing  */
.email-dropdown{
    left: -265px;
}

.email-dropdown::before{
    left: 267px;
}

/* -------------------- Menu principal Desktop -------------------- */
.devServer{
    position: fixed;
    z-index: 1063;
    width: 60%;
    left: 20%;
}

.header-desktop{
    z-index: 1052;
}

.navbar-sidebar{
    padding: 35px 0;
}
/*
.navbar-sidebar.blue{
    padding: 35px 0;
}

.navbar-sidebar.blue li a{
    padding-left: 35px !important;
    padding-right: 35px !important;
    width: 100%;
    position: relative;
}

.navbar-sidebar.blue li:hover a,
.navbar-sidebar.blue li.active a{
    background: #4272d7;
    color: #fff !important;
}
*/
.navbar-sidebar .navbar__list li a{
    /*color: #808080;*/
    color: #333;
    padding-left: 25px;
}

.navbar-sidebar .navbar__list li a:hover,
.navbar-sidebar .navbar__list li.active > a{
    color: #333;
}
/* -------------------- Fin Menu principal Desktop -------------------- */

/* Element dépliant sur une card */
.card-header small,
.card-header.collapsed small{
    font-family: 'Material-Design-Iconic-Font', FontAwesome, 'Font Awesome 5 Free';
    /*font:normal normal normal 14px/1 FontAwesome;*/
    font-weight: 900;
    font-size: 12px;
    width: 20px;
    height: 20px;
    color: #666;
    display: inline-block;
}

.card-header[data-toggle="collapse"]{
    cursor: pointer;
}

.card-header small:before{
    content: '\f078';
}
.card-header.collapsed small:before{
    content: '\f078';
}
.card-header small{
    transition: transform .1s ease-in;
}

.card-header.collapsed small{
    transform: rotate(-90deg);
    transition: transform .1s ease-in;
}
/* Fin Element dépliant sur une card */

/* Nav par onglet */
#nav-tabContent{
    background: white;
    border: 1px solid;
    border-color: #fff #dee2e6 #dee2e6 #dee2e6;
}
.nav-tabs .nav-link{
    color: #808080;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active{
    color: #333;
}

.au-card--bg-green{
    background: #59bd60;
}

.au-card--bg-red{
    background: #fa4251;
}


/* Pagination globale */
.page-link:hover{
    color: #111;
}
.page-link{
    color: #333;
}

.page-item.active .page-link{
    background-color: #333;
    border-color: #333;
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(51,51,51,.25);
}

/* Couleur sur les tableaux avec des liens */
table tr.obsolete a,
.table-earning tbody td a{
    color: #808080;
}

.table-earning tbody tr:hover td a{
    /*color: #555;*/
    color: #333333;
}

/* Espacement sur les tableaux sans liens */
.table td, .table th{
    padding: .25rem;
}

/*style modal*/

.modal{
    z-index: 200500;
    margin-top: 150px;

}
.modal-backdrop {
    z-index: 200000;
}

#exampleModal .form-control {
    height: 45px;
}

/*bouton génération csv*/
.sticky-menu {
    position: fixed;
    z-index: 900;
    right: -70px;
    top: 200px;
    text-align: left;
    transform: rotate(-90deg);
}

.desktop-csv-button{
}

.mobile-csv-button{
    display: none;
}

@media (max-width: 991px) {
    .main-content {
        margin-bottom: 70px;
    }

    /* Header responsive + menu */
    .header-mobile .navbar-mobile,
    .page-container{
        top: 70px;
    }

    .header-mobile{
        z-index: 1053;
    }

    .header-desktop{
        height: 80px;
    }

    .logo{
        height: 50px;
    }

    .logo img{
        width: auto;
        height: 50px;
    }

    /* header */
    .header-button{
        margin-top: 0;
        justify-content: flex-end;
    }

    .noti-wrap{
        width: 70px;
    }

    .email-dropdown {
        left: -138px;
    }

    .email-dropdown::before {
        left: 138px;
    }

    /*bouton génération csv*/
    .sticky-menu {
        position: fixed;
        right: 3%;
        top: unset;
        bottom: 2%;
        text-align: left;
        transform: none;
    }

    .desktop-csv-button{
        display: none;
    }

    .mobile-csv-button{
        display: block;;


    }

    .mobile-csv{
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 768px){
    body{
        font-size: 12px;
    }

    .table-earning tbody td{
        padding: 10px 15px;
    }

    .table-earning thead th{
        font-size: 13px;
        padding: 25px 20px 20px;
    }

    .au-card-top-countries{
        padding: 10px;
    }

    .card-body{
        padding: 0;
    }

    .overview-wrap{
        align-items: flex-start;
    }

    .title-1{
        font-size: 18px;
    }

    .au-card h3,
    .title-2{
        font-size: 14px;
    }

    .main-content {
        padding-top: 30px;
    }

    .btn-group-lg > .btn, .btn-lg{
        font-size: .8rem;
    }

    .md-p-0{
        padding: 0px;
    }

    .md-p-1{
        padding: 5px;
    }

    .md-p-2{
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .bt-print {
        display: none !important;
    }
}

@media (max-width: 600px){
    .container-fluid{
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Xs Bootstrap size */
@media (max-width: 576px){
    .xs-p-0{
        padding: 0;
    }

    .xs-p-1{
        padding: 5px;
    }

    .nav-tabs .nav-link{
        border: 1px solid #ccc;
    }
}


/* select2 */
.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #333;
}

.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
}

.rs-select2--dark .select2-container--open .select2-dropdown .select2-results__option,
.rs-select2--trans .select2-container--open .select2-dropdown .select2-results__option,
.rs-select2--light .select2-container--open .select2-dropdown .select2-results__option{
    color: #333;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #fff !important;
}
/* Fin select2 */



/* ---------------- theme-blue ------------------- */
.theme-blue .page-item.active .page-link{
    background-color: #4272d7;
    border-color: #4272d7;
}


.theme-blue .table-striped tbody tr:nth-of-type(2n){
    background-color: #eee;
}

.theme-blue table tr.obsolete a,
.theme-blue .table-earning tbody td a{
    /*color: #808080;*/
    color: #333;
}

.theme-blue .table-earning thead th{
    background: #4272d7;
}

.theme-blue .card-header{
    color: #fff;
    background: #4272d7;
}

.theme-blue .card-header small,
.theme-blue .card-header.collapsed small{
    color: #fff;
}

.theme-blue .navbar-sidebar .navbar__list li a:hover,
.theme-blue .navbar-sidebar .navbar__list li.active > a{
    color: #fff;
    background: #4272d7;
    padding-left: 35px;
}

/* ---------------- theme-grey ------------------- */
.theme-grey .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #333;
}

.section__content {
    z-index: inherit;
}
