#importxsl{
    padding: 5px;
    margin-bottom: 15px;
    text-align:  right;
    border-radius: 5px;
    border: 1px dashed #aaa;
    background: #fff;
    min-height: 41px;
}

#importxsl .uploadfile_exampl{
    margin: 0;
    line-height: 40px;
    padding-left: 10px;
}

/* Css POP UP */
#ModalHRM{
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: #aaaaaa52;
}

#ModalHRM .modalhrm{
    padding: 0.2em;
}

#ModalHRM .modalheader{
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
    border-radius: 3px;
    padding: 0.4em 1em;
    position: relative;
    height: 23px;
}

#ModalHRM .modalheader:before, #ModalHRM .modalheader:after{
        content: "";
    display: table;
    border-collapse: collapse;
}

#ModalHRM .modalheader .modaltitle{
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

#ModalHRM .modalheader .modalclose{
    font-size: 1em;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 0px;
    height: 20px;
    /*border: 1px solid;
    border-color: rgba(0, 0, 0, 0.62);
    border-radius: 5px;*/
}

#ModalHRM .close{
   color: #767579;
    float: right;
    font-size: 34px;
    border: 0px;
    background-color: white;
    padding: 0px !important;
}

#ModalHRM .modalcontent{
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
    /*height: 130px;*/
}

#ModalHRM .modalcontent table td{
    padding-top: 8px;
}

#ModalHRM .modalfooter{
    border-top: solid 1px rgba(0,0,0,.3);
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui_tpicker_second_label, .ui_tpicker_second{
    display: none;
}
#ModalHRM .close:hover{
    cursor: pointer;
}
.timepicker{
    max-width: 60px;
}

#ModalHRM .employe span.select2{
    width: 100% !important;
}

#ModalHRM .modalhrm {
    width: 35%;
    min-width: 500px;
    background-color: white;
    display: inline-table;
    border-radius: 6px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}

.time_debut span.select2, .time_fin span.select2{
    width: 50px !important;
}

.monthprime{
    margin-left: 50px;
}

.hrmpro .lignes_fautes {
    counter-reset: counter-faute-profes;
}
.hrmpro .lignes_fautes .nmbfoisauto::before {
    content: counter(counter-faute-profes);
    counter-increment: counter-faute-profes;
}
.hrmpro .lignes_fautes .nmbfoisauto::after {
    content: '.';
}
.hrmpro .authortisationtimeinout.hidden {
    display: none;
}

#selectetatspresence{
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px dashed #aaa;
    background: #fff;
    min-height: 41px;
}

.hrmprodottedborder{
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px dashed #aaa;
    background-color: #fff;
    min-height: 41px;
}

#hrmuserpaie tr.totalcardpaie > * {
    font-weight: bold;
}

.etatpaieimportxsl{
    margin-top: -34px;
}
.hrmprolowercase {
    text-transform: lowercase;
}
/*html[lang="ar"] .hrmpro td[align="left"]
,html[lang="ar"] .hrmpro th[align="left"]
{
    text-align: right;
}
html[lang="ar"] .hrmpro td[align="right"]
,html[lang="ar"] .hrmpro th[align="right"]
{
    text-align: left;
}*/

.paie_hrmpro .remises{
    color: #ce4040;
}

.paie_hrmpro .suppls{
    color: #1b90c8;
}
.hrmpro.hrmreglefaute .titre_right a.btnTitlePlus:hover span:before {
    font-size: 1em;
}
.hrmprolisttableresponsive {
    max-width: calc(100vw - 290px);
}
@media only screen and (max-width: 1000px) {
    .hrmprolisttableresponsive {
        max-width: 100vw;
    }
}

html[lang="ar"] .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: right;
}
.hrmpro tr.oddeven.alreadyshowed td {
    background-color: #fcf8c4;
}
.hrmpro tr.oddeven.alreadyshowed:hover td {
     background-color: transparent; 
}

.hrmproonlydocs .formlinknewurl, .hrmproonlydocs .table-list-of-links,.hrmproonlydocs .table-list-of-links ~ form { display: none; }

.hrmrefellipsis {
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#hrmpro_etatpresence .col-title div.titre {
    line-height: 20px;
}