/*
html {

}
*/


/*======================start gernale the design for all Pages====================*/

body {
    font-family: "Poppins", sans-serif;
    /* background-color:RGB(166, 28, 0); */
    background-color: RGB(222, 225, 230);
    /* background-color: RGB(87, 163, 253); */
    /* background-color: RGB(64, 227, 207); */
    /* background-color: RGB(205, 201, 64); */
}

.color {
    background-color: RGB(87, 163, 253);
    /*     background-color:RGB(166, 28, 0);*/
}

#logout {
    background-color: #56baed;
    border: none;
    color: white;
    /*
     padding-bottom: 1%;
    padding-bottom: 1%;
*/
    /*
    text-align: center;
    display: flex;
justify-content: center;
*/
    text-transform: uppercase;
    /*    font-size: 0.8em;*/
    font-size: 70%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    border-radius: 5px 5px 5px 5px;
    /*    margin: 5px 20px 40px 20px;*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn.retourPatient {
    background-color: red;
    color: white;
    /*     background-color: #56baed;*/
    border: none;
    color: white;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
}

btn.retourPatient {
    background-color: RGB(103, 78, 167);
}


/*------------ start Formulair gernaler desgin-----------------------*/


/*
.form-control {
    
        background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
 padding: 10px 22px;

 text-decoration: none;
 border: 2px solid #f6f6f6;
    border-radius: 5px 5px 5px 5px;
	
}
*/

a {
    /* color: #92badd; */
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

FORM TYPOGRAPHY input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background-color: #39ace7;
}

input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

#login[type=text],
#mdp[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder {
    color: #cccccc;
}


/* STRUCTURE */


/*------------end Formulair gernaler desgin-----------------------

/*------------start Logo and text gernaler desgin-----------------------*/

.logo {
    width: 170px;
    height: 170px;
    padding: 2em;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    /* margin: 40px 8px 10px 8px; */
    color: #cccccc;
}

.accordion button,
.accordion h2 {
    display: block;
    text-align: left;
    width: 100%;
}


/*------------end Logo and text gernaler desgin-----------------------*/


/*------------Start Login gernaler desgin-----------------------*/

#logoLogin {
    width: 200px;
    height: 200px;
    padding: 2em;
}

#loginContentWrapper {
    /*    position: fixed;*/
    margin-top: 5%;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    max-width: 450px;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}


/*------------end Login gernaler desgin-----------------------*/


/*--------- start page accueil---------------------------*/

.AllPagesContentWrapper {
    background: RGB(255, 255, 255);
    margin-top: 1%;
    padding: 7em;
    width: 75%;
    height: auto;
    bottom: 15%;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}


/*--------- end page accueil---------------------------*/


/*--------- start page consultation---------------------------*/

.consultationContentWrapper {
    /*
    background: RGB(255, 255, 255);
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    */
}

.card-header {
    /* background: RGB(140, 116, 202); 
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    */
}

#accordeonConsultContainer {
    /* height: 150px; */
    overflow: auto;
}

.consultationContentWrapper table td {
    width: 50%;
}


/*--------- end page consultation---------------------------*/


/*--------- start page recherchePatient---------------------------*/

.btn.my_color {
    background-color: #56baed;
    border: none;
    color: white;
    font-size: 1em;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    padding: 2rem 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0.4rem;
}

.form-control.formSize {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*  font-size: 16px;*/
    margin: 5px;
    /*  width: 85%;*/
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px 5px 5px 5px;
    height: 3em;
    font-size: 20px;
}


/*--------- end page recherchePatient---------------------------*/


/*--------- start page Comptabilite---------------------------*/

.comptabiliteContentWrapper {
    background: RGB(255, 255, 255);
    margin-top: 1%;
    border-radius: 10px 10px 10px 10px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 1em;
    width: 87%;
    height: 90%;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    /* text-align: center; */
    overflow: hidden;
}

.AffichageComptabilite {
    border: 1px solid black;
    padding: 5px;
    font: 24px/36px sans-serif;
    width: 1000hv;
    /* height: 400px; */
    overflow: auto;
}

thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 0.7em;
    margin: 0;
    background-color: RGB(222, 225, 230);
}

.AffichageComptabilite table {
    font-size: 0.9rem;
}

.btn.my_color_Comptabilite {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 11px 70px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Scrollbar styles */

::-webkit-scrollbar {
    width: 6px;
    height: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px black;
    box-shadow: inset 0 0 10px RGB(233, 236, 239);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: RGB(233, 236, 239);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: RGB(168, 226, 255);
}

#logoPage {
    width: 3em;
    height: 3em;
    margin-top: 0.1em;
    margin-bottom: 1em;
}

#inputDate {
    margin: 0 auto;
}

.total {
    margin-top: 1em;
    float: right;
}

.return {
    margin-bottom: 5%;
}


/*--------- end page Comptabilite---------------------------*/


/*--------- start page dossierpatient---------------------------*/

.dossierpatientContentWrapper {
    background: RGB(255, 255, 255);
    margin-top: 1%;
    margin-bottom: 3%;
    padding-bottom: 1.5em;
    padding-top: 2em;
    width: 95%;
    height: 25%;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.DossierpatientTopPart {
    width: 100%;
}

#BottomPageWarpper {
    padding-top: 1.5em;
    margin: auto;
    background: RGB(255, 255, 255);
}

#affichagebottomBox {
    margin-left: 2%;
    border: none;
    font: 0.7em/1em sans-serif;
    height: 275px;
    overflow: auto;
}

#affichageBottomButton {
    margin-left: 2%;
    width: 36%;
}

.my_color_DossierPatientButton {
    background-color: #56baed;
    border: none;
    color: white;
    font-size: 14px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
}

#my_color_LettreAuMedecinButton,
#my_color_DossierPatientButton {
    background-color: #56baed;
    border: none;
    color: white;
    font-size: 14px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
}

#logoDossierPatient {
    width: 20px;
    height: 20px;
}

#displayPopUp {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 40%;
    left: 25%;
    z-index: 9999
}

#closePopup {
    position: absolute;
    right: 10%;
    cursor: pointer;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px
}


/* Affichage de la liste des villes lors de la saisie du CP */

#output a {
    display: block;
    padding: 2px;
    text-decoration: none;
    color: #334499;
}


/*--------- Start  page BackUser ---------------------------*/

#listUser,
#listBanque {
    height: 250px;
    overflow: auto;
}


/*--------- end page BackUser---------------------------*/

@media screen and (max-width: 468px) {
    /*--------- start page dossierpatient mobil 468px---------------------------*/
    .dossierpatientContentWrapper {
        background: RGB(255, 255, 255);
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0em;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: scroll;
    }
    #displayPopUp {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        top: 200%;
        left: 0%;
        z-index: 9999;
    }
    #closePopup {
        text-align: center;
        font-size: 2em;
        position: absolute;
        right: 0%;
        left: 80%;
        bottom: 100%;
        cursor: pointer;
        background-color: white;
        border: 1px solid black;
        border-radius: 5px
    }
    #popUpColor {
        height: 100%;
        background-color: #56baed;
    }
    /*--------- End page dossierpatient mobil 468px---------------------------*/
    #affichagebottomBox {
        margin-left: 0;
        width: 85%;
        height: 260px;
        margin-bottom: 3%;
    }
    #affichageBottomButton {
        width: 100%;
        height: 100%;
    }
    /*--------- end page Comptabilite---------------------------*/
    /*--------- Start  page home mobil 812px---------------------------*/
    .AllPagesContentWrapper {
        background: RGB(255, 255, 255);
        margin-top: 2%;
        padding: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
    }
    /*--------- Start  page home mobil 812px---------------------------*/
}

@media screen and (max-width: 812px) {
    .dossierpatientContentWrapper {
        background: RGB(255, 255, 255);
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 1em;
        padding-top: 1em;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: scroll;
    }
    #affichagebottomBox {
        margin-left: 0;
        width: 100%;
        height: 260px;
        margin-bottom: 3%;
    }
    #affichageBottomButton {
        width: 100%;
        height: 100%;
    }
    /*--------- Start page Comptabilite mobil 812px---------------------------*/
    .comptabiliteContentWrapper {
        background: RGB(255, 255, 255);
        margin-top: 1%;
        border-radius: 10px 10px 10px 10px;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.1em;
        padding-bottom: 1em;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
        text-align: center;
        overflow: hidden;
    }
    .AffichageComptabilite {
        border: 1px solid black;
        width: 1000hv;
        height: 650px;
    }
    /*--------- end page Comptabilite mobil 812px---------------------------*/
}

@media screen and (max-width: 1024px) {
    .dossierpatientContentWrapper {
        background: RGB(255, 255, 255);
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 1em;
        padding-top: 1em;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: scroll;
    }
    #affichagebottomBox {
        margin-left: 0;
        width: 100%;
        height: 260px;
        margin-bottom: 3%;
    }
    #affichageBottomButton {
        width: 100%;
    }
    /*--------- Start page Comptabilite mobil 1024px---------------------------*/
    .comptabiliteContentWrapper {
        background: RGB(255, 255, 255);
        margin-top: 1%;
        border-radius: 10px 10px 10px 10px;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.1em;
        padding-bottom: 1em;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
        text-align: center;
        overflow: hidden;
    }
    .AffichageComptabilite {
        border: 1px solid black;
        width: 1000hv;
        height: 400px;
    }
    /* .noPrint {
        display: none;
    } */
    @media print {
        .noPrint {
            display: none;
        }
    }
    /*--------- end page Comptabilite mobil 1024px---------------------------*/
}

@media screen and (max-width: 1300px) {
    .dossierpatientContentWrapper {
        background: RGB(255, 255, 255);
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 1em;
        padding-top: 1em;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: scroll;
    }
    #affichagebottomBox {
        margin-left: 0;
        width: 100%;
        height: 300px;
        margin-bottom: 3%;
    }
    #affichageBottomButton {
        width: 100%;
    }
}


/*--------- End page dossierpatient---------------------------*/