div.mainmenu.equipementmod {
    background-image: url(../../equipementmod/img/equipementmod.png);
    background-size: 19px;
}


#form_addequipement .tab_actions td{
    text-align: center;
}

.mod_equipement input[type=text]{
    width: 100%;
}

.mod_equipement textarea{
    width: 100%;
}
.mod_equipement .nc_table_{
    width: 100%;
}

.mod_equipement .nc_table_ tr td:first-child{
    width: 22%;
}


.mod_equipement  span.select2{
    width: 50% !important
}

.mod_equipement .date_d{
	width: 16% !important;
}
.mod_equipement .label_date:after{
	/*content: "f073";*/
}

.mod_equipement div.tabBarWithBottom tr.liste_titre {
     background: rgb(220,220,223) !important; 
}
.mod_equipement div.tabBarWithBottom tr.impair {
	background: rgb(250,250,250) !important;
}

.mod_equipement .duree {
    width: 8% !important;
}

/*
.mod_equipement .btn_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}*/

.mod_equipement .btn_radio {
    /*display: block;*/
    position: relative;
    padding-left: 22px;
    margin-right: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.mod_equipement .btn_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}



/* Create a radio button */
.mod_equipement .span_radio {
    position: absolute;
    top: -4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.mod_equipement .btn_radio:hover input ~ .span_radio {
  background-color: #ccc;
}

/* When the span_radio button is checked, add a blue background */
.mod_equipement .btn_radio input:checked ~ .span_radio {
    background-color: #ffffff;
    border: 1px solid #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.mod_equipement .span_radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.mod_equipement .btn_radio input:checked ~ .span_radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.mod_equipement span.span_radio:after {
  top: 5px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0a6526;
}
.mod_equipement .rating{
    /*width: 25% !important;*/
    float: left;
}


/* css interventions */


.mod_equipement span.txt_dure {
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-bottom;
}
.mod_equipement label.type-h {
    margin-right: 5px;
}

.mod_equipement div.type_dure{
    width: 90%;
    float: right;
    margin-top: 10px;
}

.mod_equipement div.type_interv{
    float: right;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}

.mod_equipement .assoc_sol{
  float: right;
}

.mod_equipement span.etatpanne {
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px;
    color: #fff;
}
.mod_equipement span.etatpanne.en_attent{
  background: #f1c40f;
  yellow; 
  /*#46c7f4;*/
}
.mod_equipement span.etatpanne.en_cours{
  background: #46c7f4;
  /*#ef7f7f;*/
}
.mod_equipement span.etatpanne.resolu{
  background: #1abc9c;
  /*green; */
  /*#74bf44;*/
}
.mod_equipement span.etatpanne.panne_definitiv{
  background: #e74c3c; 
  /*#eb9e5e;*/
}


.mod_equipement .search_interv{
    width: 100%;
    border: 2px dotted #ccc;
    border-radius: 5px;
    float: left;
    margin: 20px 0;
}
.mod_equipement .search_interv .by_panne, .mod_equipement .search_interv .by_materiel{
    width: 45%;
    float: left;
    line-height: 3;
}
.mod_equipement .search_interv .btn_search{
  width: 10%;
  float: left;
}
.mod_equipement .search_interv .title_panne, .mod_equipement .search_interv .title_materiel{
    width: 25%;
    float: left;
    padding: 0 10px;
}

.calendrierequipementmod .search_interv a.botton_srh {
    background: #3c4664;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    line-height: 3;
}

.calendrierequipementmod .by_ a{
    font-size: 14px;
    padding: 10px;
}
.calendrierequipementmod .by_ a:hover{
    background-color: #ebebeb;
    text-decoration: none; 
}


td.interv_realis span{
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}
td.interv_realis span.yes{
    background: #519839;
}
td.interv_realis span.no{
    background: #eb4f4f;
}

.description_materiel{
    width: 100%;
}




/* css popup*/
#myModalmateriel, #moadl_task{
    display: none; /* Hidden by default */
    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-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#myModalmateriel .modal-content, #moadl_task .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
#myModalmateriel .close, #moadl_task .close {
    color: #212529;
    float: right;
    font-size: 18px;
    font-weight: bold;
    border-radius: 23%;
    border: 0px;
    padding: 0px 3px;
    margin-right: 10px;
    background-color: white;
}

#myModalmateriel span.modal-title{
    font-size: 15px;
    font-weight: bold;
}
#myModalmateriel .modal-header {
    margin-top: 9px;
    margin-bottom: 5px;
}

#myModalmateriel .close:hover, #moadl_task .close:hover,
#myModalmateriel .close:focus, #moadl_task .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#myModalmateriel{
    /*display: none;*/
}

/*.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#myModalmateriel{
    /*display: none;*/
.mod_equipement .tr_maintenance{
    display: none;
}
    
.mod_equipement .table_materiel, .mod_equipement .table_panne{
    width: 100%;
    border-collapse: collapse;
}
.mod_equipement .div_materiel, .mod_equipement .div_panne{
    width: 40%;
    background-color: white;
    border-radius: 6px;
}
.mod_equipement .td_left{
    padding-left: 20px;
    width: 14%;
    font-weight: bold;
}


.title_materiel, .title_panne{
    background-color: #a7a7a7;
    padding:0px !important;
    padding-left: 10px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

.mod_equipement .actions{
    padding: 15px;
}
#myModalmateriel span.select2{
    width: 90% !important;
}

.mod_equipement .table_materiel tr td:first-child, .mod_equipement .table_panne tr td:first-child{
    width: 25%;
    padding-left: 8px; 
}
.mod_equipement .table_materiel input, .mod_equipement .table_materiel textarea, .mod_equipement .table_panne input, .mod_equipement .table_panne textarea{
    width: 90% !important;
}
.mod_equipement .table_panne input#date_panne{
    /*width: 20% !important;*/
}

.mod_equipement .txt_error{
    font-weight: bold;
    color: red;
    font-size: 10px;
    display: none;
}

.mod_equipement .txt_error .etoil{
    vertical-align: text-top;
    font-size: 16px;
    font-weight: bold;
    margin-right: 4px;
}

/*  css calendrie  */

/* css calendrie  */

.calendrierequipementmod td.cal_today:hover,.calendrierequipementmod .cal_other_month:hover,.calendrierequipementmod .cal_current_month:hover {
    background-color: #eff3fb;
}
.calendrierequipementmod div.equipementmoddiv {
    border: 2px solid #00826e;
    max-width: calc(100% - 15px);
    width: calc(100% - 15px);
    margin-bottom: 7px;
}
.calendrierequipementmod .planedmainte {
    border: 2px dashed #00826e;
    max-width: calc(100% - 15px);
    width: calc(100% - 15px);
    margin-bottom: 7px;
}
.calendrierequipementmod .planedmainte a {
    white-space: normal;
    font-size: 12px;
}
.calendrierequipementmod a.equipementmodtable  {
    white-space: normal;
    font-size: 12px;
}
.calendrierequipementmod .contentoftdoverflowed {
    max-height: 270px;
    overflow: auto;
}


.calendrierequipementmod .by_ a{
    font-size: 14px;
    padding: 10px;
}
.calendrierequipementmod .by_ a:hover{
    background-color: #ebebeb;
    text-decoration: none; 
}
.calendrierequipementmod div#search_user{
    float: left;
    width: 30% ;
}
.calendrierequipementmod div#icon_search {
    float: left;
}


.calendrierequipementmod .tagtd{
    display: inline-table !important;
}
.calendrierequipementmod #by_responsable {
    width: 70% !important;
}

.mod_equipement a.new:hover{
    cursor: pointer;
    text-decoration: none !important;
}

form.mod_equipement a.icon_action{
    margin-right: 8px !important;
}


.mod_equipement .tabactive, .mod_equipement a.tab#active{
    margin: 0px !important;
}
.tab {
    /*padding: 10px;*/
}
#form_showequipement .tabs {
    border-bottom: 1px solid #ccc;
    padding: 0px !important;
}
#div_interventions span.select2 {
    width: 100% !important;
}

.intervention_associ span.select2, .index_eqtpanne span.select2{
    width: 100% !important;
}