/* ---------------------------------------------------- */
/*		Général
/* ---------------------------------------------------- */

body {
    font-size: 12px;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.42857;
}

h2 {
    margin:0 0 25px 0;
    padding: 0px;
}

.txt-info {
    font-size: 12px;

}

.alert {
 
    margin:5px 0 5px 0;
}


.alert-info {

    font-size:13px;
}

.panel {
    margin: 0 0 10px 0;
}

.panel-heading { 
    padding:0;
}


.nav-interne-select {
    background-color: #eaeaea;
}


.container {
    width: 100%;
    padding: 0;
    margin: 0;
	margin-top: 10px;
}


.table tbody>tr>td.vert-align{
    vertical-align: middle;
}

.nodisplay {
    display: none;   
}

#page-wrapper {
  background-color:#FFFFFF;
  padding:0 15px;
}

.navbar {
  margin-bottom:0;
  min-height:75px;
}

.navbar-brand {
    margin:0;
    padding-top:5px;
}

.nav-interne li{
    display: inline-block;
}

.navbar-inverse {
    background-color: #638dbb;
    /*background-color: #2f4359;*/
    margin-bottom: 10px;
    border-color:#638dbb;
}


.navbar-inverse .navbar-nav > li > a {
    color:#FFF;

}

.display-none {
    display:none;   
}

.tit-page {
    font-size: 1.4em;
    text-align: left;
    margin-right: 10px;
}

td.highlight {
        color: red;
}

td.greenlight {
    color: green;
}

td.statutred {
    color: white;
    background: red;
}

td.statutgreen {
    color: white;
    background: #8bcb8b;
}


.lstchekbox {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.lstinput{
     border:solid 1px red;
    margin: 100px;
}


.autre_display_block {
    display:block;
}

.autre_display_none {
    display:none;
}


.info-bleu{
    font-weight:bold;
    color:#3333ff;
    font-size: 15px;
}

.select-autre {
    display:none;
}

.form-horizontal .label-left{
    text-align: left;
}


.scroll-lst{
    height: 200px;
  overflow-y: auto;
  width: 100%;   
}


.scroll-lst-GPA{
    height: 220px;
    overflow-y: auto;
    width: 100%;
}


.scroll-lst-utilisateur{
  height: 400px;
  overflow-y: auto;
  width: 100%;   
  margin-bottom: 10px;
}



.progress-bar-livraison {

    background-color: #5CB85C;
}


.progress-bar-gpa {

    background-color: #2FB87E;
}


.list ul {
	
	margin: 0;
	padding: 0;
	 list-style-type: none;
}

.list li {
	
	padding:5px;

}


.fa-4{
    font-size: 1.5em;
}


.aff-identifiant {
    display:block;
}


.aff-nomentreprise {
    display:block;

}

.date-signalement {
     display:none;   
}

.lst-entreprise {
    display:none;
}

.refus-gpa {
    display:none;
}

.scroll-lst-entreprise{
    height: 175px;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 10px;
    border:solid 1px #DDD;
}


.scroll-lst-entreprise-res{
    height: 175px;
    overflow-y: auto;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border:solid 1px #DDD;
}


.form-control {
    
 width: 100%;   
    
}

/* Barre de trie et de recherche */

#reserve-grid_wrapper {
    padding:5px;
    background-color: #f2f6fa;
    border:solid 1px #2F4359;
}

#reserve-grid-moe_wrapper {
    padding:5px;
    background-color: #f2f6fa;
    border:solid 1px #2F4359;
}

#reserve-grid-moa_wrapper {
    padding:5px;
    background-color: #f2f6fa;
    border:solid 1px #2F4359;
}

#reserve-grid-ent_wrapper {
    padding:5px;
    background-color: #f2f6fa;
    border:solid 1px #2F4359;
}

#reserve-grid-acq_wrapper {
    padding:5px;
    background-color: #f2f6fa;
    border:solid 1px #2F4359;
}


.dt-buttons {
    padding-top: 5px;
}

.sorting {
    font-size: 0.8em;
}

/*----- MISE EN FORME DES BOUTONS DEFILTRE POUR LA TABLE DES RESERVE  ----*/

div.toolbar{
    width:50%;
    float: left;
}




.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}




/*----- MISE EN FORME DES BOUTONS D'EXPORT POUR LA TABLE DES RESERVE  ----*/

#reserve-grid_info{
    width:50%;
     float: left;
}

div.dt-buttons { 
     width:100%;
    text-align: right;
}

/*---*/
button.dt-button, div.dt-button, a.dt-button {
    -moz-user-select: none;
    background-color: #337ab7;
    /*background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);*/
    border: 1px solid #999;
    border-radius: 2px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 0.88em;
    margin-right: 0.333em;
    outline: medium none;
    overflow: hidden;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
    background-color: #286090;
    /*background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);*/
    border: 1px solid #d0d0d0;
    color: #999;
    cursor: default;
}
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button.active:not(.disabled) {
    background-color: #286090;
    /*background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);*/
    box-shadow: 1px 1px 3px #999999 inset;
}
button.dt-button:active:hover:not(.disabled):not(.disabled), button.dt-button.active:hover:not(.disabled):not(.disabled), div.dt-button:active:hover:not(.disabled):not(.disabled), div.dt-button.active:hover:not(.disabled):not(.disabled), a.dt-button:active:hover:not(.disabled):not(.disabled), a.dt-button.active:hover:not(.disabled):not(.disabled) {
    background-color: #286090;
    /*background-image: linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);*/
    box-shadow: 1px 1px 3px #999999 inset;
}
button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
    text-decoration: none;
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    background-color: #286090;
    /*background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);*/
    border: 1px solid #666;
}
button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled) {
    background-color: #286090;
    /*background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);*/
    border: 1px solid #426c9e;
    outline: medium none;
    text-shadow: 0 1px 0 #c4def1;
}



