
.form_reservsall .etapes {
    /*display: block;*/
    position: relative;
    padding-left: 28px;
    margin-left: 13px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
}

/* Hide the browser's default radio button */
.form_reservsall .etapes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a radio button */
.form_reservsall .radio {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccc !important;
}

/* On mouse-over, add a grey background color */
.form_reservsall .etapes:hover input ~ .radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form_reservsall .etapes input:checked ~ .radio {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.form_reservsall .radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form_reservsall .etapes input:checked ~ .radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form_reservsall .etapes .radio:after {
    top: 8px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.form_reservsall .rating{
    float: left;
}

.form_reservsall{
    padding-top: 18px;
    /*border-top: 1px solid #bbb;*/
}

.txt_color{
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}

.form_reservsall span.select2{
    width: 100% !important;
}
.form_reservsall #quantite{
    width: 98%;
}


/* --- css planning ---*/


    
    #list_participants .etat_present, #planningsalle .fait ,#list_eventsmod .fait{
        padding: 5px;
        color: #fff;
        border-radius: 3px;
        background-color:#c2cc31; 
    }

    
    #planningsalle .confirme, #list_eventsmod .confirme, #list_participants .etat_confirme{
        padding: 5px;
        color: #fff;
        border-radius: 3px;
        background-color:#59D859; 
    }

    #planningsalle .no_confirm, #list_eventsmod .no_confirm, #list_participants .etat_no_confirm{
        padding: 5px;
        color: #fff;
        border-radius: 3px;
        background-color:#FFB164; 
    }

    #planningsalle .confirme_resp #list_eventsmod .confirme_resp{
        padding: 5px;
        color: #fff;
        border-radius: 3px;
        background-color:#FFB164; 
    }

    #planningsalle .annuler, #list_eventsmod .annuler, #list_participants .etat_annuler{
        padding: 5px;
        color: #fff;
        border-radius: 3px;
        background-color:#F59A9A; 
    }

    #planningsalle div.div_etat{
        text-align: right;
    }

    #planningsalle div.div_etat span{
        padding: 2px 4px !important;
        font-size: 12px;
    }

    #planningsalle td.cal_today:hover,#planningsalle .cal_other_month:hover,#planningsalle .cal_current_month:hover {
        background-color: #eff3fb;
    }


    #planningsalle div.divreserv {
        border-radius: 4px;
        width: 95%;
        margin-bottom: 5px;
    }
    #planningsalle td.name_sal {
        background: #b3dbe559 !important;
    }


    #planningsalle .planedmainte {
        border: 1px dashed #000;
        max-width: calc(100% - 15px);
        width: calc(100% - 15px);
        margin-bottom: 7px;
    }


    #planningsalle .planedmainte a {
        white-space: nowrap;
        font-size: 12px;
    }

    #planningsalle a.eventsmodtable  {
        white-space: nowrap;
        font-size: 12px;
    }

    #planningsalle .contentoftdoverflowed {
        max-height: 270px;
        overflow: auto;
    }


    #planningsalle .by_ a{
        font-size: 14px;
        padding: 10px;
    }


    #planningsalle .by_ a:hover{
        background-color: #ebebeb;
        text-decoration: none; 
    }


    #planningsalle div#search_user{
        float: left;
    }

    #planningsalle div#icon_search {
        float: left;
    }

    #planningsalle .agendacell {
        width: 176px !important;
    }

    .salldisponibl{
        padding: 5px 10px;
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        background: #a4dcc2;
    }

    .sallreserv{
        padding: 5px 10px;
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        background: #e0a9b3;
    }

    td.color_reserv{
        border-bottom: 0px !important;
        /*background-color: #4facc3;*/
        /*border-top: 2px solid #ddd;*/
        /*border-top-right-radius: 5px;*/
        /*border-top-left-radius: 5px;*/
    }

    .form_reservsall #wrapper ul, #listsalle #wrapper ul{
        list-style: none;
        padding-left: 0px;
    }

    .form_reservsall #wrapper ul li{
        display: inline-block;
        padding: 5px;
        position: relative;
    }
    
    .form_reservsall #wrapper ul li img{
        height: 80px;
        /*width: 122px;*/
        background: #fff;
    }
    
    .form_reservsall #wrapper ul li:hover span {
        display: block;
        cursor: pointer;
    }
    .form_reservsall #wrapper ul li span {
        position: absolute;
        height: 80px;
        width: 122px;
        text-align: center;
        line-height: 7;
        border: solid 1px #b94949;
        background: #dc5656;
        color: #fff;
        font-size: 11px;
        display: none;
    }

    .form_reservsall a:hover{
        text-decoration: none !important;
    }

    .form_reservsall .everyperiod span.select2{
        width: 20% !important;
    }

    .form_reservsall select.display-none{
        display: none;
    }
    .form_reservsall select.display-block{
        display: block;
    }

    tr.tr_infosal, tr.tr_inforesp{
        display: none;
    }

    #planningsalle span.select2{
        width: 80% !important;
    }
    #planningsalle .tablelistofcalendars td.center {
        width: 40%;
    }
    #planningsalle .tablelistofcalendars div.nowrap{
        float:right;
        margin-top: 12px;
    }
    #select_srch_salle{
        text-align: left;
    }

    #planningsalle .reservdiv{
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    #planningsalle .agendacell_month{
        width: 200px !important;
    }

    #planningsalle tr.impair td:first-child{
        background: #fff;
    }
    #planningsalle tr.pair td:first-child{
        background: #eae6e6;
    }

    #planningsalle .name_sall{
        color:#263c5c;
        font-weight:bold;
    }
    #planningsalle .name_sall span{
        transform: rotate(-90deg) !important;
        display: block;
    }
/* --- end css planning ---*/


/* --- css kanban ---*/
    .kanban_recerv .statusdetailcolorsback, #listsalle .statusdetailcolorsback{
        float:left;
        text-align: right;
        display: block;
        width:90%;
        line-height: 3;
    }   
    #reservsalle .statusdetailcolorsback{
        text-align: center;
        display: block;
        width:70%;
        float:left;
        line-height: 3;
    }

    .kanban_recerv .statusdetailcolorsback .statusname, #listsalle .statusdetailcolorsback .statusname , #reservsalle .statusdetailcolorsback .statusname {
        line-height: 15px;
        padding: 0 15px;
    }
    .kanban_recerv .statusdetailcolorsback .colorstatus, #listsalle .statusdetailcolorsback .colorstatus , #reservsalle .statusdetailcolorsback .colorstatus {
        height: 12px;
        width: 41px;
        display: inline-block;
        border: 0.1px dashed #a9a9a9;
        margin-right: 3px;
    }
    .kanban_recerv .div_h{
      width: 100%;
    }
    .kanban_recerv .statusdetailcolorsback .counteleme, #listsalle .statusdetailcolorsback .counteleme , #reservsalle .statusdetailcolorsback .counteleme {
        /*margin-right: 2px;*/
        font-weight: bold;
    }

  /*  .kanban_recerv .statusdetailcolorsback .statusname, #listsalle .statusdetailcolorsback .statusname , #reservsalle .statusdetailcolorsback .statusname {
        line-height: 15px;
        padding: 0 15px;
    }*/
    .kanban_recerv .refuse{
      color:#e01212f2;
      font-size: 11px;
    }
    #kanban .jqx-kanban-item-text b:hover{
      cursor: pointer;
    }

    #kanban .jqx-kanban-item-avatar-image:hover{
      cursor: pointer;
    }

    #kanban{
        width: 100% !important;
    }

    #kanban .txt_color{
        padding: 4px !important;
        float: right;
        font-size: 11px;
    }

    #kanban .span_date{
        font-size: 11px;
        color: #676363;
    }

    #kanban .jqx-kanban-item-text{
        padding-top: 3px;
    }

    #kanban .jqx-kanban-item-text:hover{
        text-decoration: none !important;
    }

    a.icon_list:hover {
        text-decoration: none;
    }

    .kanban_recerv #grid {
        background-color: rgba(0, 0, 0, 0.15);
    }
    #reservsalle #list, #listsalle #list{
        background-color: rgba(0, 0, 0, 0.15);
    }

    #listsalle img.photo{
        width: 24px;
    }
    #listsalle .bar_etat{
        float: left;
        width: 100%;
        /*line-height: 5;*/
    }

    .kanban_sal img.jqx-kanban-item-avatar-image, .kanban_sal .jqx-kanban-item-avatar{
        width: 16px !important;
        height: 16px !important;
    }
    .txt_listsal b{
        font-size: 21px;
        vertical-align: -webkit-baseline-middle;
    }

    .txt_listsal {
        text-align: left;
        font-weight: bold;
        color: #6f6d6d;
        font-size: 1.1em;
        width: 100%;
    }
/* --- end css kanban---*/

table.min15{
    width: 100% !important;
}

table.min15 td{
    border: 0px !important;
    border-right: 1px dashed #ddd !important;
}
table.min15 tr td:last-child{
    border-right: 0px !important;
}

.grimgsal img{
    border: 4px solid #aaa;
    border-radius: 3px;
}
.info_sal .photo:hover{
    cursor: pointer;
}

#planningsalle{
    padding: 0px;
    border: none !important;
}
#planningsalle #table-1{
    border-top: 0px !important;
}

#planningsalle ul, #planningsalle ul a.paginationprevious, #planningsalle ul a.paginationnext{
    color: #fff !important;
}
#planningsalle .paginationsal li.paginationpage{
    background: #263c5c;
    border-radius: 50% !important;
    padding: 2px;
}

#planningsalle li.pagination, li.paginationpage{
    display: none;
}

#planningsalle .paginationsal li.paginationpage, #planningsalle .paginationsal li.paginationafterarrows {
    display: block;
}

#planningsalle  .paginationsal, #planningsalle  .paginationsal td{
    border: 0px !important;
    background-color: #fff !important;
    padding: 0px !important;
}
#planningsalle  .paginationsal td.col-title{
    display: none;
}

div.pagination li.pagination a{
   padding: 6px !important;
   text-align: center;
}

.kanban_recerv .nowrap{
    float: right;
    line-height: 2.5;
}

.invent_materiel table.list_inventr tr.liste_titre:first-child th:last-child{

    border-right: 1px dashed #aaa ! important;
}
.invent_materiel table.list_inventr tr.liste_titre:first-child th:first-child{
    /*border-bottom: 1px dashed #aaa ! important;*/
    border-left: 1px dashed #aaa ! important;
    /*background: #f0f8ff !important;*/
}

.invent_materiel table.list_inventr{
    /*border: 1px dashed #aaa;*/
    margin: 0px !important;
}


.info-box-text-module .info-box-desc .ds_url_module_desc{
    /*opacity: 1 !important;
    color: #A9AFB5 !important;*/
}
.info-box-text-module .info-box-title .ds_url_module_name 
{
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    margin-bottom: 3px;
    color: #000;
    cursor: default;
}
.info-box-module .info-box-icon a.ds_image_module_logo {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: default;
}
.info-box-module .info-box-icon .ds_image_module_logo img {
    max-width: 60%;
}
.info-box-content .info-box-desc .ds_url_module_desc
{
    text-decoration: none !important;
    color: #0a1464;
    cursor: default;
}
table[summary="list_of_modules"] .ds_url_module_desc
{
    text-decoration: none !important;
    color: #202020;
    cursor: default;
}
table[summary="list_of_modules"] .ds_url_module_name
{
    text-decoration: none !important;
    color: #202020;
    cursor: default;
}

#planningsalle .nowraponall, .kanban_recerv .nowraponall{
    float: right;
}


#planningsalle table#table-1 td {
    border-right: 1px solid #ddd;
}

#planningsalle .bnt-refresh{
    margin-right: 10px;
}

#planningsalle .bnt-clean{
    margin-left: 0px;
    padding: 6px 10px 6px !important;
}

#planningsalle .bnt-clean i{
    color: #fff;
}

#planningsalle span.page_limite{
    color: #000000;
}

.form_reservsall .type_reserv {
    padding-left: 16px;
}

.form_reservsall div.type_reserv{
    /*display: none;*/
}
.reservsalle_day_highlighted {
    color: #f92d13;
    /*font-weight: bold;*/
}