/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 déc. 2016, 12:15:23
    Author     : CHRIST
*/
.img-container{
    min-height:540px;
}
.login {
    background: url(../img/bg.jpg) no-repeat;
    background-size: 100%;
    /*background-position: center;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/

    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;

}

.login_content .title{
    color: white;
}

.footer-admin{
    background-color: rgb(42, 63, 84);
    z-index: 5;
}

.form-control-feedback.left {
    left: 0px;
}

.form-control-feedback {
    margin-top: 5px;
}

.nav li.current-page {
    background: rgba(255, 255, 255, 0.12);
}

.dataTables_filter {
    width: 100%;
}

.ztree li span.button {
    padding-bottom: 0px;
}

.navbar-right{
    margin-right: 0px;
    min-width: 50px;
}

.x_panel{
    margin-bottom: 25px;
}

.StepTitle{
    text-align: center;
}

.col-two{
    width: 49.5%;
    display: inline-block;
}

.input-right {
    float: right;
    width: 40px;
    text-align: center;
    height: 20px;
}

.stepContainer{
    height: auto !important;
}

.form-step{
    margin: 20px 0px;
}

.conservationDetail{
    font-weight: bold;
}

.ReferenceConservationDetail{
    height: auto !important;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-color:#26b99a;
}
.ReferenceConservationDetail p {
    text-align: left;
}


.loadingModal{
    text-align: center;
    display: none;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 25px;
    margin-top: 0px;
    padding-top: 0px;
}

.left_col{
    font-size: 12px;
}

.msgBox {
    color: red;
    background-color: #ff2a0033;
    padding: 6px 3px;
    margin: 5px;
}

.msgBox .content {
    display: inline;
}

.tagsinput {
    min-height: inherit !important;
    height: inherit !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px 5px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: 1px solid #ddd;
}

th {
    text-align: left;
    background-color: rgba(12, 18, 25, 0.88);
    color: #f1f4f7;
}

tr>td, tr>th{
    padding: 5px !important;
}

.table>thead>tr>th {
    vertical-align: middle;
}

.text-suggestion-bloc {
    text-align: center;
    margin-bottom: 5px;
    margin-top: -5px;
}

#contenuDossierAdministratif_text {
    z-index: 0;
}

.form-number {
    margin-top: -5px;
}

.table-groupe td {
    text-align: center;
}

.tile-stats h3 {
    width: 65%;
}

.inline{
    display: inline-block! important;
}

/*.inline2{
    display: inline-block! important;
}*/

.required-field {
    border-color: rgba(255, 0, 0, 0.5);
    background-color: rgba(255, 0, 0, 0.1);
}

.transfert_delete {
    background-color: rgba(255, 0, 0, 0.25);
    font-style: italic;
}


.surplace{
    border-left: 5px solid #3ACAED !important;
    background: none repeat scroll 0% 0% rgba(86, 206, 244, 0.11) !important;
}

.pret{
    border-left: 5px solid #D88548 !important;
    background: none repeat scroll 0% 0% rgba(216, 133, 72, 0.15) !important;
}

.rendu{
    border-left: 5px solid #3C763D !important;
    background-color: rgba(60, 118, 61, 0.09) !important;
    color: #3C763D;
}

.enconsultation{
    border-left: 5px solid #A94442 !important;
    background-color: rgba(169, 68, 66, 0.09) !important;
    color: #A94442;
}

.retard{
    border-left: 5px solid red !important;
    background-color: rgba(255, 6, 6, 0.18) !important;
    color: #F00;
}

.text-pret{
    color: #D88548;
}

.text-surplace{
    color: #017A97;
}

.libelle{
    font-weight: bold;
}

.en-retard{
    color: red;
}

/*.nav-md .container.body .right_col {
    min-height: auto !important;
}*/

.login_form {
    border: solid;
    background-color: rgba(46, 110, 148, 0.3);
    padding: 10px;
    border-color: rgba(172, 211, 234, 0.28);
    border-radius: 15px;
}

.logo-nav{
    width: 40px;
}

.th-clair {
    background-color: rgba(180, 188, 195, 0.20);
}

.ext-div-active {
    background-color: rgba(51, 122, 183, 0.85);
    border-radius: 10px;
}

.ext-div-active .ext{
    color: white;
}

.ext-div-active .ext h4{
    font-weight: bold;
}

.service-box {
    margin-bottom: 40px;
}

.max-content {
    width: intrinsic;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}

.panel_toolbox > li > a.tools-success { color: white; background-color: #26B99A;}
.panel_toolbox > li > a.tools-danger { color: white; background-color: #d9534f;}
.panel_toolbox > li > a.tools-primary { color: white; background-color: #337ab7;}
.panel_toolbox > li > a.tools-warning { color: white; background-color: #f0ad4e;}
.panel_toolbox > li > a.tools-info { color: white; background-color: #5bc0de;}

.ext {
    color: #337ab7;
}

.ext:hover {
    color: #2A3F54;
}

.ext-active, .ext-active:after, .ext-active:focus{
    color: #f0ad4e;
}

.search-zone {
    min-width: 400px;
}

.recherche_bloc {
    margin-bottom: 10px;
    margin-right: 10px;
}

.bulk-actions-div {
    margin-bottom: 10px;
}

.bulk-actions-div a {
    color: #ff0505;
    font-weight: bold;
}

.table-repertoire th, .table-repertoire td {
    line-height: 1 !important;
}

.table-repertoire td {
    padding-bottom: 0px !important;
    vertical-align: middle !important;
}

.right_col {
    margin-bottom: 50px;
}

.blocPreview {text-align: center;}
.blocPreview img {height: 300px;}

.div-button {margin-top: 2px;}
.div-button button {margin-bottom: 2px !important;}

.ms-container {width: 100% !important;}

ul.bar_tabs {z-index: 0 !important;}

.bootstrap-tagsinput {
    width: 100%;
    border-radius: 0%;
}


.tag::after {
    content: inherit;
    height: inherit;
    width: inherit;
    position: inherit;
    left: inherit;
    top: inherit;
    margin: inherit;
    pointer-events: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

span.tag {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px 9px;
    text-decoration: none;
    background: #1ABB9C;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: -1px;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

@-moz-document url-prefix() {
    .fichier {padding-bottom: 40px;}
}


.infosHist{
    background: #999999;
}