div.mainmenu.interventionplus::before {
    content: "\f0f9";
}
.badge-status_planifier {    
    background: #6495ed;
    background-color: #6495ed !important;
    color: #fff;
}
.badge-status_planifier_disponbl{    
    background: #5ead0f;
    background-color: #5ead0f !important;
    color: #fff;
}
.badge-status_faturerdevissav{    
    background: #BF40BF;
    background-color: #BF40BF !important;
    color: #fff;
}
.badge-status_orange{    
    background: #FFA500;
    background-color: #FFA500 !important;
    color: #fff;
}
.title_observfinaloftechnicen{
    color: green;
    font-weight: 600;
}
.observfinaloftechnicen{
    background: #efefef75;
    padding: 15px 10px;
    border-radius: 4px;
    margin-top: 3px;
    border: 1px dashed #ddd;
}

.cursorpointer{
    cursor: pointer;
}

.interventionplus-overlay {
    /*display: none;*/
    align-items: flex-start;
    background-color: #000000a3;
    height: 100%;
    text-align: -webkit-center;
    justify-content: center;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

#popup_infotechniciens, #newofintervntion {
    -webkit-tap-highlight-color: transparent;
    background: #f4f5f7;
    border-radius: 6px;
    font-family: Arial;
    font-size: 13px;
    border: 1px solid #cecece;
    color: #172b4d;
    font-size: 12px;
    position: relative;
    z-index: 10001;
    width: 55%;
    padding: 0px 20px;
    margin: 75px 0 80px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 7%);
}


#popup_infotechniciens .closepopintervention, #newofintervntion .closepopintervention {
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #989fac;
    padding: 9px 9px 7px;
}

#popup_infotechniciens a.closepopintervention .fa-times, #newofintervntion a.closepopintervention .fa-times{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#popup_infotechniciens a.closepopintervention:hover, #newofintervntion a.closepopintervention:hover {
    background: #a9a9b1;
}

#popup_infotechniciens a.closepopintervention .fa-times:hover 
, #popup_infotechniciens a.closepopintervention:hover .fa-times
, #newofintervntion a.closepopintervention .fa-times:hover 
, #newofintervntion a.closepopintervention:hover .fa-times 
{
    color: #fff ;
}

@keyframes interventionplus_blinker_opacity {  
    10% { opacity: 1; }
    20% { opacity: 0; }
    50% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 0; }
}

#intervention-rapport table tr.trrapport, #intervention-rapport table tr td.trrapport{
/*    border: 2px solid #6e6d6d;*/
/*    padding: 8px 17px 8px 8px !important;*/
/*    background-color: #f8f7f7;*/
}