#idProjectPopUp{
    width: 500px;
    margin-left: 30px;
    text-align: center;
    height:60px;
}
#modal-body-text{
    text-align: center;
    margin-bottom: 20px;
}
#idProjectPopUp button{
    border-radius: 7px;
    height:50px;
    width: 150px;
    margin-bottom: 8px;
    background-color: #006495;
    color: white;
    outline: none;
}

#idProjectPopUp button:hover{
    background-color: red;
}

.form-signin-heading{

}
#titleContent{
    float:left;
    font-weight: bold;
    margin-top: 10px;

}

#titleHolder{
    display: inline-block;

}
#title h3{
    height: 20px;
    width: 100%;
    text-align: center;
    display: block;
}
#header-content{

    /*    background-color: #e5f4fa;*/
    color:#428bca;

    height: 75px;
}

#header-content h1{
    font-weight: bold;
}

#header-inner{
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    width: 100%;
    
}

#header-title{
    width:100%;
    float:left;
    font-size: 25px;
/*    margin-left: 323px;*/
        text-align: center;
}

#header-logo{
    position: absolute;

}

html {
    overflow-y: scroll;
}
#login {
    margin:0 auto;
    width: 350px;
    height: 340px;
    margin-top:50px;
/*    margin-left:290px;*/

    background-color: white;
    border-radius: 15px;
    color: #006495;
    /*box-shadow:  2px 2px 2px #006495;*/


}

.week{
    font-weight: bold;
}

#title h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#title {
    height: 39px;
    margin-bottom: 5px;
}

#login-form{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
/* modif Yann : border-bottom, transition, font-size. */
.navbar-inverse {
    min-width: 940px;

    background-color: #006495;
    border-color: white;
    /*    border-bottom : 5px solid #006495;*/
}

.navbar-inverse .navbar-nav > li > a {
    color: white !important;
    font-size: 15px;
    transition-property: background-color, color;
    transition-duration: 0.5s;
    transition-timing-fonction: linear;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover {
    background-color:#858a90;
    border-color:none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #006495;
    border-color: #006495;
    color: white;
}
.navbar-inverse .navbar-brand {
    color: #006495;
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-fonction: linear;
}
.navbar-inverse .navbar-brand:hover {
    color: #858a90;
}

.navbar-brand {
    font-size: 20px;
    font-weight: bold;
}


#admin{
    width:940px;
    border:none;
    height: 820px;
    margin: 0 auto;
}
.tdRole{
    border:1px solid black;
    height:80px;
    color:#006495;

}
.tdRole table{
    width:100%
}

#error{
    color:red;
}
.btn_content_new .glyphicon-pencil{
    margin-top: 23px;

}
.grid{
    margin-top:30px;
}

.positif{
    background-color: green;
}

.negatif{
    background-color:red;
}

.panel-heading{
    background-color:#858a90 !important;
    border:none;
    padding:0 !important;
}

#content-div{
    width:100%;
}

.modal-body tr{
    height: 35px;
}
.modal-body select{
    margin-left: 10px;
    /*    border-color: #428bca;*/
}

#isMain{
    margin-left: 10px;
}

.panel-heading{
    font-size: 18px;
}

h4.modal-title{
    text-align: center;
    color:white;
    font-size: 14px;
    font-weight: bold;
}
.modal-header{
    background-color: #3276b1;
}
.modal-body{
    /*    background-color: #f6f6f6;*/
}
.modal-footer{
    margin:0;
    /*    background-color: #ddd;*/
    border:none;
}
.container{
    min-width: 330px;    
}
@media (min-width: 1200px) {
  .container {
    width: 970px !important;
  }
}
/* ym : fix probl�me de taille de barre de navigation - ajout bouton deconnexion */
.disconnect-header {
    font-size: 20px!important;
    position: absolute;
    top: 14px;
    right: 14px;
    color: white;
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-fonction: linear;
}

.starter-template{
/*    min-width: 1155px;*/
}

.disconnect-header:hover {

    color:red;
}

.nav-active {
    background-color:#858a90;
    color: white!important;
    transition-duration:0!important;
}

@media (min-width : 768px) and (max-width : 900px) {

    .navbar-inverse .navbar-nav > li > a {
        font-size: 10px;
    }

    .navbar-brand {
        font-size: 15px;
    }
    .container{
        margin:0;
        width:100%;
    }
}
@media (min-width : 900px) and (max-width : 1050px) {

    .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
    }

    .navbar-brand {
        font-size: 18px;
    }
    .container{
        margin:0;
        width:100%;
    }
}
@media (min-width : 1050px) and (max-width : 1200px) {

    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar-brand {
        font-size: 21px;
    }
    .container{
        margin:0;
        width:100%;
    }
}
@media (max-width : 768px) {

    .disconnect-header {
        right:30%;
        top: 16px;
    }
}

#right-content{
    float: left;
    margin-top: 4px;
    width: 235px;
}

#main-content{
    float: left;
    width: 680px;
    height: 750px;
    margin-left: 25px;
    /*    border: solid 2px #006495;*/
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px;

}

#information{

    margin-bottom: 15px;
    margin-left: 15px;
    border-radius: 5px;
}

#form{
    width:250px;
    border-style: solid;
    border-color: #006495;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#consommation{

    border: 2px solid #006495;

    -moz-box-shadow: 10px 10px 5px 0px #c0c0c0;
    -webkit-box-shadow: 10px 10px 5px 0px #c0c0c0;
    -o-box-shadow: 10px 10px 5px 0px #c0c0c0;
    box-shadow: 10px 10px 5px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}

#consommation td {
    width: 85px;
    height: 21px;
    padding: 0;
}

.dateConso{
    font-weight: bold;
    font-size: 12px;
}

.jours{
    font-weight: bold;
    font-size: 12px;
}

#consommationTable{
    width: 670px;
    height: 645px;
    text-align: center;
}

#consommationTable input{
    height: 20px;
    text-align: center;
    width : 35px;
    border: 1px solid black;
    border-radius: 2px;
}

#buttonConsommation-holder {
    width: 80px;
    margin-left: 297px;
    color: #006495;

}

#buttonConsommation-holder :hover{
    cursor: pointer;
    color: green;
}

#buttonConsommation{
    font-size: 40px;
}

.ferie{
    background-color:red;
}

#options{
    /*    width:235px;
        border: solid 2px #006495;*/
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-left: 45px;

}

#top-content{
/*    height:50px;*/
}

#top-left-content{
    float:left;
    margin-left: 234px;
    padding-top: 7px;
}

.button-options{
    border-radius: 15px;
    margin-bottom: 8px;
    background-color: #006495;
    border-color: #006495;
    color:white;
    outline: none;
}

.button-options:hover{
    background-color: red;
    border-color: red;
}
#export-option{

     outline: none;
    -webkit-appearance: none !important;
    background-color: white;
    border: none;
    height: 32px;
    width: 32px;  
    background-image: url('../images/cra/pdf-white.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    

}
#export{
    float: left;
    margin-left:2px;
}
#buttonChange{
    outline: none;
    -webkit-appearance: none !important;
    background-color: #858a90;
    border: none;
    float: left;
    height: 25px;
    width: 25px;  
    background-image: url('../images/cra/change.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    margin-left:10px;
    margin-top: 5px;
    
}

#buttonChange:hover{
    cursor: pointer;
}

#export-option:hover{
    /*    background-image: url('../images/cra/pdf-black.png');
        background-size: 32px 32px;
        background-repeat: no-repeat;*/
    cursor: pointer;
}

body{
    background-image: url('../images/cra/foil.png');
}

.glyphicon-ok-circle:hover {
    cursor: pointer;
}

.options-img{
    margin-top: 1px;
    margin-left: 2px;
}

html, body {
    margin: 0;
    padding: 0;
}

.info-libelle{
    background-color: #006495;
    color:white;
}

#information-table{
    border: solid 2px #006495;   
}

#information-table td{
    width: 90px;
}
.subTableConso{
    margin-left: 10px;
}

.libelle td{
    height: 26px;
    text-align: center;
    vertical-align: middle;
}

.libelle {
    margin-top: 7px;
}

.grey-line {
    background-color: #F2F2F2;
}

.white-line {
    background-color: white;
}

#projet, #travail, #conge, #maladie, #intercontrat{
    width:142px !important;
}
#projet{
    font-weight: bold;
}

//********************************Popover*******************************//
.popover {
/*  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;*/
  color: black !important;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  color: black;
  display: none !important;
}

.popover-content {
  padding: 9px 14px;
  color:black;
  font-size: 13px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}