.maj_prt a{
    color:white;
     background: #5bc0de;
 }

/** NEWS **/

#liste_news a{
    text-decoration: underline;
}

/* Space out content a bit */
body {
    /*   padding-top: 20px;*/
    padding-bottom: 20px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    /*background-color: red;*/
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}
/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}
/* Custom jumbotron */
.jumbotron{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* Custom jumbotron */
.jumbotron h1{
    font-size: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/* Custom page footer */
.footer {
    padding-top: 10px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

@media (min-width: 1000px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
}

a{
    color: black;
}
li a{
    color: #428bca;
}
li a:hover{
    color: #2a6496;
}
/*a h4, .sous_menu .media-body h4{*/
h4.media-heading {
    color: #428bca;
}
a:hover{
    text-decoration: none;
    color: black;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    margin-right: 15px;
    float: left!important;
}

#Modal_hrs_elv{
    width:100%;
}

#Modal_hrs_elv .modal-dialog{
    width:800px;
}

/* mutation */

tr.highlight{
    background: yellow;
}

.conteneur_mutation.disable{
    color:#c5c5c5;
}

.conteneur_mutation.disable select{
    color:#c5c5c5;
}

.conteneur_mutation.disable .btn-primary{
    display:none;
}

.conteneur_mutation.disable .radio-label{
    color:black;
}

.mutation{
    display:none;
}

/*Menu gestion du portaii */

.sous_menu:hover {
    border: 1px #337ab7 solid;
    cursor: pointer;
}

/* Gestion absences */
.panel-heading.elv-absent {
    padding: 0px;
}