/* elements communs */
* {
    font-family: Lato,Arial,Helvetica,Verdana,sans-serif;
}
body, html {
    width: 100%;
    height: 100%;
    background : #FFF;
    margin: 0px;
    padding: 0px;
    font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
}
#container {
    width : 100%;
}
#container h2 {
    width: 80%;
    margin-left: 20px;
    margin-bottom: 5px;
    padding: 2px;
    padding-left: 5px;
    background: #666;
    color: #FFF;
    font-size: 12px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}
/* ------------------------------------ accueil ---------------------------------------------- */

#auth {
    display: block;
    width: 350px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -175px;
    border: #B7BBBD 1px solid;
    -webkit-border-radius: 20px;
    border-radius: 20px;    
    -webkit-box-shadow: 5px 5px 10px 10px #DEDEDE;
    box-shadow: 5px 5px 10px 10px #DEDEDE;
}
#auth .logo {
    display: block;
    text-align: center;    
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #B7BBBD;
}
#auth .logo img {
    display: inline-block;
    vertical-align: middle;
}
#auth .entete {
    text-align: center;    
    height: 80px;
    line-height: 80px;
    background-color: #F1F1F2;
}
#auth form {
    display: block;
}
#auth form .fields {
    padding: 25px;
}
#auth form .fields label {
    display: inline-block;
    font-size: 14px;
    width: 30%;
}
#auth form .fields input[type=text], #auth form .fields input[type=password] {
    display: inline-block;
    margin-bottom: 10px;
    width: 65%;
}
#auth form .bouton {
    border-top: 1px solid #B7BBBD;
    background-color: #F1F1F2;
    -webkit-border-radius: 0 0 20px 20px; 
    border-radius: 0 0 20px 20px;  
    height: 50px;
    line-height: 40px;
    text-align: center;
}

#auth form .bouton input {
    font-size: 15px;
    font-weight: 400;
    color: #3d3d3d;
    text-align: left;
    height: 28px;
    background: url('../images/bkg-auth.png') top left no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0; 
    border: 0;
}
#auth form .bouton input:hover {
    cursor: pointer;
    background-position: 0 -28px;
}
/* ------------------------------------ header ---------------------------------------------- */
#header {
    width: 100%;
    height: 74px;
    background: #FFF url('../images/header-bkg.png') top left repeat-x;
    margin: 0px;
    padding: 0px;
}
#header2 {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
#header2 td {
    margin: 0;
    border: 0;
    padding: 0;
}

#logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    margin: 10px 0 0 10px;
}
#rubriques {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 0 0 200px;
    width: 100%;
    height: 74px;
}
#onglets {
    height: 70px;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
.ongletOn, .ongletOff {
    display: block;
    height: 70px;
    line-height: 70px;
    float:  left;
    text-align: center;
    padding: 0;
}
.ongletOn, .ongletOff:hover {
    background: #fbfbfb;
    border-bottom: #FEE100 6px solid;
    box-sizing: border-box;
}
.ongletOn a, .ongletOff a, .ongletOn a, .ongletOff a {
    font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: 300;   
    color: #5f5f5f;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    text-align: center;
    padding: 0 10px;
}
.ongletOn a, .ongletOff:hover a {
    color: #030303;
}
.ongletOn a img, .ongletOff a img {
    margin-top: -10px;
    width: auto;
}
.ongletOff a img, .ongletOff:hover a img {
    max-height: 35px;
}
.ongletOn a img, .ongletOn:hover a img {
    max-height: 45px;

}

.separator {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    padding: 0;
    width: 1px;
    height: 28px;
    background-color: #e7e7e7;
}
#borderBottomBlack{
    border-bottom: 5px solid #000;
}
#header2 .ongletOff {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    border-top: #fff 10px solid;
    box-sizing: border-box;
    line-height: 60px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#header2 .ongletOn {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;    
    padding: 0 15px;
}
#header2 .ongletOff:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */   
    border-top: none;
}
#header2 .ongletOff a, #header2 .ongletOn a {
    color: #fff;
    font-weight: 400;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 25px 15px 0 15px;
    margin: 0;
    box-sizing: border-box;
}

/* -------------------------------------------------------------------------------------------------------- */

#accueil {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    text-align: center;
    padding-top: 100px;
}

/* -------------------------------------------------------------------------------------------------------- */

#main {
    width: 100%;
    padding: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

#main h1 {
    font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #434c42;
    text-align: center;
}

.datas {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.datas img.logo_enseigne {
    max-height: 25px;
    width: auto;
}

.datas2 {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 2px;
    margin: 0px;
}

.datas3 {
    width: 95%;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 2px;
    margin: 0px;
    border: none;
    border-collapse: collapse;
}
.datas4 {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 2px;
    margin: 0px;
    /* border: #000 2px solid; */
    border: none;
    border-collapse: collapse;
}

.entete {
    height: 50px;
    background: #f1f1f2;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #3d3d3d;
    text-align: center;
    vertical-align: middle;
    border-bottom: #b7bbbd 1px solid;
    border-left: #fff 1px solid;
    padding: 0 10px;
}
.entete a {
    font-size: 12px;
    color: #3d3d3d;
    text-align: center;
    padding: 2px;
}

.entete2 {
    height: 25px;
    background: #B7BBBD;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #3d3d3d;
    text-align: center;
    padding: 0 10px;
}
.entete2 a {
    background: #CCC;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 2px;
}
.entete2 .more {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 16px;
    color: #fff;
    border: #fff 1px solid;
    padding: 0;
    text-align: center;
    line-height: 16px;
    margin-left: 15px;
}
.entete2 .more:hover {
    cursor: pointer;
}
table.versions {
    margin-bottom: 10px;
    width: 100%;
}
table.versions tbody {
    display: none;
}
table.versions tbody td.action {
  width: 30px;
}

.ligne {
    background: #EEE;
}

tr.even td, td.even {
    background-color: #fff;
    border-bottom: #f1f1f2 1px solid;
}

tr.odd td, td.odd  {
    background-color: #f1f1f2;
    border-bottom: #f1f1f2 1px solid;
}

tr.disabled {
    display: none;
}

tr.disabled td {
    background-color: #d0d0d0;
    border-bottom: #f1f1f2 1px solid;
    color: #999999;
}

#check-enabled, #check-disabled {
    margin: 0 0 0 1px;
}

tr.even td.selectline, tr.odd td.selectline  {
    background: #FFCCCC;
}

tr.edition td {
    background-color: #FFCCCC;
}

.action {
    width: 30px;
    text-align: center;
    padding: 2px;
    margin: 0px;
    border-left: #fff 1px solid;
}
.action a {
    display: inline-block;
    width: 20px;
    height: 25px;
    text-decoration: none;
}
.action a span {
    display: block;
    width: 20px;
    height: 25px;
}
.action a span.modify {
    background: url('../images/picto-edit.png') top center no-repeat;
}
.action a span.delete {
    background: url('../images/picto-delete.png') top center no-repeat;
}
.action button.modify {
    border: 0;
    background-color: transparent;
    display: block;
    width: 20px;
    height: 25px;
    background: url('../images/picto-edit.png') top center no-repeat;
    border: 0;
}
.action button.delete {
    border: 0;
    background-color: transparent;
    display: block;
    width: 20px;
    height: 25px;
    background: url('../images/picto-delete.png') top center no-repeat;
    border: 0;
}
.action a span.cancel {
    background: url('../images/picto-cancel.png') top center no-repeat;
}
.action a span.address {
    background: url('../images/picto-address.png') top center no-repeat;
}
.action input.save {
    display: inline-block;
    width: 20px;
    height: 25px;
    border: none;
    background: url('../images/picto-save.png') top center no-repeat;
}
.action a:hover span, .action input.save:hover, .action button.delete:hover, .action button.modify:hover {
    cursor: pointer;
    background-position: 0 100%;
}

input.add {
    font-size: 15px;
    font-weight: 400;
    color: #3d3d3d;
    text-align: left;
    display: block;
    height: 27px;
    background: url('../images/bkg-add.png') top left no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;  
    border: 0;
    float: right;
}
#addLegend {
    float: right;
    width: 150px;
    text-align: center;
}
input.add2 {
    font-size: 12px;
    font-weight: 400;
    color: #3d3d3d;
    text-align: left;
    display: block;
    height: 25px;
    background: url('../images/bkg-add2.png') top left no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;  
    border: 0;
    float: right;
}
input.export {
    font-size: 15px;
    font-weight: 400;
    color: #3d3d3d;
    text-align: left;
    display: block;
    height: 27px;
    background: url('../images/bkg-export.png') top left no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;  
    border: 0;
    float: right;
}
input.add:hover, input.add2:hover, input.export:hover {
    cursor: pointer;
    background-position: 0 -27px;
}
.texte {
    font-size: 12px;
    font-weight: 400;
    color: #3d3d3d;
    height: 25px;
    vertical-align: top;
    text-align: left;
    padding: 6px 10px;
    margin: 0px;
    border-left: #fff 1px solid;
    box-sizing: border-box;
}
.texte .adr .more {
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    font-size: 16px;
    color: #B7BBBD;
    border: #B7BBBD 1px solid;
    padding: 0;
    text-align: center;
    line-height: 16px;
}
.texte .adr .more:hover {
    cursor: pointer;
}
.texte .adr .adr_suite {
    display: none;
}

.texte input {
    font-size: 12px;
    font-weight: 400;
    color: #3d3d3d;
    text-align: left;
    padding: 2px;
    margin: 0px;
}

input.save {
    display: inline-block;
    width: 17px;
    height: 25px;
    border: none;
    background: url('../images/picto-save-big.png') top center no-repeat;
}
input.save:hover {
    background-position: 0 100%;
    cursor: pointer;
}

input.cancel {
    display: inline-block;
    width: 17px;
    height: 25px;
    border: none;
    background: url('../images/picto-cancel-big.png') top center no-repeat;
}
input.cancel:hover {
    background-position: 0 100%;
    cursor: pointer;
}

.texte2 {
    width: 55px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 2px;
    margin: 0px;
}

.texte2 input {
    width: 50px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 2px;
    margin: 0px;
}
.texte2 .couleur {
    width: 90%; 
    height:90%; 
    margin:0; 
    padding:0;
    border:0; 
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
}

form#select_plateforme {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 16px;
}
form#select_plateforme label {
    font-size: 14px;
    font-weight: 400;
}
form#select_plateforme select {
    font-size: 14px;
    margin: 5px 0;
    padding: 8px;
    border: #B7BBBD 1px solid;
}
form#add_etablissement {
    display: block;
    width: 50%;
    float: left;
}

/* -------------------------------------------------------------------------------------------------------- */

.datas3 tr.even td, .datas3 tr.odd td, .datas4 tr.even td, .datas4 tr.odd td {
    border-bottom: none;
    padding: 5px;
}
tr.even td.space, tr.odd td.space {
    background-color: #fff;
}
.enseigneRecap {
    color: #FFF;
    text-align: center;
    font-weight: 400;
    /* border: #000 1px solid; */
    background-color: #f1f1f2; 
    border-left: #fff 1px solid;
    border-bottom: #B7BBBD 1px solid;
    text-transform: uppercase;
    padding: 5px;
}

.versionRecap {
    background: #999;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    border-left: #fff 1px solid;
    /* border: #000 1px solid; */
    padding: 5px;
}

.sousVersionRecap {
    background: #B7BBBD;
    text-align: center;
    font-size: 10px;
    border-left: #fff 1px solid;
    /* border: #000 1px solid; */
    padding: 5px;
}

.enteteRecap {
    width: 150px;
    font-weight: 400;
    text-align: center;
    /* border: #000 1px solid; */
    background-color: #f1f1f2; 
    border-bottom: #B7BBBD 1px solid;
    border-left: #fff 1px solid;
    text-transform: uppercase;
    padding: 5px;
}

.pfRecap {
    /* border: #000 1px solid; */
    border-top: #aaa 1px solid;
    padding: 4px;
}
.pfRecap:first-child {
    border-top: none;
}

.pfRecapTotaux {
    font-weight: 400;
    /* border: #000 1px solid; */
    border-left: #fff 1px solid;
    text-transform: uppercase;
    background-color: #F1F1F2;
    border-top: #B7BBBD 1px solid;
}

.valRecap {
    text-align: right;
    /* border: #000 1px solid; */
    font-size: 10px;
    border-left: #fff 1px solid;
    border-top: #aaa 1px solid;
    padding: 4px;
}

.valRecapTotaux {
    text-align: right;
    font-weight: bold;
    /* border: #000 1px solid; */
    font-size: 11px;
    background-color: #F1F1F2; 
    border-top: #B7BBBD 1px solid;
    border-left: #fff 1px solid;
    padding: 5px;
}

.valSyntheseTotal {
    background: #FF5B5B;
    color: #FFF;
    text-align: right;
    font-weight: bold;
    /* border: #000 1px solid; */
    border-top: #B7BBBD 1px solid;
    font-size: 11px;
}

.space {
    width: 20px;
    border-top: 0px;
    border-bottom: 0px;  
    background-color: #fff;
}

.empty {
    border: #000 1px solid;
}

.selectedline {
    display: block;
    position: absolute;
    top: 254px;
}

#add_new {
    display: none;
    position: absolute;
    background-color: #F1F1F2;
    border: #B7BBBD 1px solid;
    -moz-box-shadow: 5px 5px 25px 0px #c0c0c0;
    -webkit-box-shadow: 5px 5px 25px 0px #c0c0c0;
    -o-box-shadow: 5px 5px 25px 0px #c0c0c0;
    box-shadow: 5px 5px 25px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=25);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;  
    padding: 25px;
    top: 150px;
    left: 50%;
}
#add_new h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}
#add_new h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    border-bottom: #999 1px solid;
}
#add_new .full {
    display: block;
    width: 100%;
    float: none;
}
#add_new .half {
    display: block;
    width: 45%;
    float: left;
    margin: 0 15px;
    box-sizing: border-box;
}

#add_new label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100px;
    float: left;
    margin-top: 4px;
}

#add_new input { margin-bottom: 10px; }
#add_new input[type=submit] { margin-bottom: 0; }
#add_new input[type=text] { width: 250px; }
#add_new select { margin-bottom: 10px; }
#add_new .buttons {width: 100%; text-align: center;}
#add_new .buttons input { margin: 0 15px;}

#add_new ul { 
    display: block; 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}
#add_new ul li { margin: 0; padding: 0; }
#add_new .half label { float: left; }
#add_new .full label { width: 200px; }
#add_new .full input[type=text] { width: 500px; }

#plateformes #add_new, #versions #add_new, #enseignes #add_new, #chiffres #add_new {
    width: 360px;
    margin-left: -180px;
}
#plateformes .adresses {
    max-width: 250px;
}
.selectline .newadr, .newregion {
    display: none;
}

#etablissements #add_new {
    width: 800px;
    margin-left: -400px;
}
#etablissements .adresses {
    max-width: 250px;
}
.selectline .newadr {
    display: none;
}
#adresses #add_new {
    width: 800px;
    margin-left: -400px;
}
#operations #add_new {
    width: 500px;
    margin-left: -250px;
}
#operations #add_new label {
    width: 150px;
}
#operations select {
    max-width: 250px;
}
#color-vue {
    display: block; 
    float: left;
    width: 20px;
    height: 20px;
    border: #999 1px solid;
    margin-left: 5px;
}
.break { clear: both; }

#time-message {
    display: block;
    position: absolute;
    width: 250px;
    left: -275px;
    top: 80px;
    background: rgba(255, 253, 102, 0.59);
    padding: 10px;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;    
    -webkit-box-shadow: 1px 1px 3px 3px #DEDEDE;
    box-shadow: 1px 1px 3px 3px #DEDEDE;
}
a.back {
    font-size: 15px;
    font-weight: 400;
    color: #3D3D3D;
    text-align: left;
    display: block;
    height: 27px;
    background: transparent url("../images/bkg-back.png") no-repeat scroll left top;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 0px 20px;
    border: 0px none;
    float: left;
    text-decoration: none;
}
a.back:hover {
    cursor: pointer;
    background-position: 0 -27px;
}

.warning {
    background-color: red;
    color: #fff;
}
.sco-ecode {
	width: 100px;
	white-space: nowrap;
}

.tr-break {
    border-top: #aaa 1px solid;
}

.hidden {
    display: none;
}