

/*Utile pour les Datatable
*/
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
/* Dans les DataTables permet de mettre le footer de recherche en-dessous de l'en-tête
*/
tfoot {
    display: table-header-group;
}

.hidden {
    display: none;
}


/*.form-control {*/
    /*width : auto;*/
/*}*/

.form-control-user {
      width : 333px;
}

.form-control-user-4 {
    width : 200px;
}

.form-control-error {
    width : 333px;
    padding: 0px;
    margin-bottom: 0px;
}

.form-control-date {
    width : auto;
}

.form-control-comment-cra {
    width : 50%;
}

.input-group .form-control-date  {
    width : auto;
}

.input-group-user-date {
    width : auto;
}

.label-projet {
    width:auto;
}


.label-user {
    width:auto;
    margin-bottom: 0px;
}

.form-group-plus-user {
    padding-left: 15px;
    padding-right: 15px
}

.row{
    overflow: hidden;
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

a {
    color: #ed8536;
}

a:hover {
    color: #ed8536;
    opacity: 0.8;
}

.panel-primary a {
    color: #337ab7;
}

.panel-primary a:hover {
    color: #23527c;
}

.color-label{
    color:#ed8536;
}

.button-green {
    color: #fff;
    background:#ed8536;
    border-color: #ed8536;
}


.button-green:hover {
    color: #fff;
    opacity: 0.8;
}

.fas {
    color:#ed8536;
}


.button-red {
    color: #fff;
    background:red;
    border-color: red;
}


.button-red:hover {
    color: #fff;
    background-color: #3c3c3b;
    border-color: #398439;
}


.cra-holiday {
    padding: 10px;
    background-color:grey;
}


table.dataTablePdf tbody td,table.dataTablePdf tfoot td {
    padding: 8px 0px;
    text-align: center
}

table.dataTablePdf thead th {
    padding: 0px;
    text-align: center

}




#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    /*background-image: url("http://i.stack.imgur.com/MnyxU.gif");*/
    background-image: url("../../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#page-wrapper {
    //display: none;
}


.input-success {
    color:#3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8;
    opacity: 1;
}

.input-warning {
    color:#8a6d3b;
    border-color: #faebcc;
    background-color:#fcf8e3;

}

.input-error {
    color:#a94442;
    border-color: #ebccd1;
    background-color:#f2dede;
}

/*.tooltip{*/
    /*display: inline;*/
    /*position: relative;*/
/*}*/
/*.tooltip:hover:after{*/
    /*background: #333;*/
    /*background: rgba(0,0,0,.8);*/
    /*border-radius: 5px;*/
    /*bottom: 26px;*/
    /*color: #fff;*/
    /*content: attr(title);*/
    /*left: 20%;*/
    /*padding: 5px 15px;*/
    /*position: absolute;*/
    /*z-index: 98;*/
    /*width: 220px;*/
/*}*/
/*.tooltip:hover:before{*/
    /*border: solid;*/
    /*border-color: #333 transparent;*/
    /*border-width: 6px 6px 0 6px;*/
    /*bottom: 20px;*/
    /*content: "";*/
    /*left: 50%;*/
    /*position: absolute;*/
    /*z-index: 99;*/
/*}*/

/*Pour le tableau add Cra*/
tr.odd td.fixed {
    background-color: #f9f9f9;
    opacity: 1;
}

tr.even td.fixed {
    background-color: white;
    opacity: 1;
}

tr.even:focus  {
    background-color: #f9f9f9;
    opacity: 1;
}

tfoot tr.totalColumn td.fixed {
    background-color: white;
    opacity: 1;
}

.addTrCra {
    text-align: center;
}
/*Pour le tableau add Cra*/







