/* for the explanation question mark*/
.elmt_explanation {
    display: inline-block;
    text-align: center;
    height:20px;
    width:20px;
    background-color:#939598;
    position:relative;
    border-radius:50%;
    bottom:10px;
    text-decoration: none;
    color:black;
}
.elmt_expl_letter {
    display: inline-block !important;
    padding-top:2px !important;
    color:white !important;
    font-size: 12px !important;
}
.elmt_explanation:hover {
    cursor: pointer !important;
    background-color: gray !important;
    color:white !important
}


/* to style the elements explanations and its modal */
#elmt_explanation_modal {
    position: absolute;
    width:max-content;
    height:max-content;
    text-align: center;
    z-index: 1000;
    background-color: transparent;
    display: none;
}
#modal_wrapper {
    /*margin-left: calc((100vw - 500px)/2);
    margin-top:calc((100vh - 200px)/2);*/
    width:400px;
    height:max-content;
    min-height: 150px;
    border-radius:7px;
    border-width:0;
    background-color: #e6e6e6;
    border-top-left-radius: 0;
    
}
#eem_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    align-content: center;
    padding:7px;
    background-color: rgb(0, 153, 230);
    padding-right:25px;
    margin-top:0;
    border-top-left-radius: 0;
    border-top-right-radius: 7px;
}
#eem_close_sign {
    color:white;
    /*padding:8px;*/
    text-decoration: none;
    font-size:26px;
    cursor: pointer;
}
#eem_close_sign:hover {
    color: black;
}
#eem_title {
    font-weight:bold;
    text-align:left;
    color:white;
    font-size: 14px;
}
#eem_message {
    padding:10px;
    line-height: 1.6em;
    padding-top:0;
    font-size:13px;
    text-align: justify;
}
#eem_message p,#eem_message li, #eem_message span{
    line-height: 1.6em;
    color: black;
}
#eem_message table {
    border-collapse: collapse;
    max-width: 95%;
}
#eem_message th{
    text-align: center;
}
#eem_message th, #eem_message td{
    color: black;
    padding:5px
}
.eem_image_illustration {
    width:35%;
    min-width:85px;
    max-width:125px;
}
.eem_image_illustration_zone {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

@media only screen and (max-width:802px){
/* for the explanation question mark*/
  
    /* to style the elements explanations and its modal */
    #modal_wrapper {
        /*margin-left: calc((100vw - 300px)/2);
        margin-top:calc((100vh - 200px)/2);*/
        width:350px;
    }
    #eem_header {
        padding-right:20px;
    }
    #eem_close_sign {
        font-size:22px;
    }
   
    #eem_title {
        font-size:13px;
    }
    #eem_message {
        font-size:13px;
    }
}
@media only screen and (max-width:602px){
    #modal_wrapper {
        width:300px;
    }
    #eem_message {
        font-size:12px;
    }
}
@media only screen and (max-width:602px){
    #modal_wrapper {
        width:250px;
    }
}