html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*#w0 {
    background : #4F81BD;
}*/

.navbar-inverse {
<<<<<<< .mine
    background: #4F8100;
=======
    background: #4F81BD;
>>>>>>> .r472
}

.navbar-inverse-passee {
    background: #C0C0C0;
}

.navbar-inverse-passee .navbar-brand {
    color: #fff;
}

.navbar-inverse-passee .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse-passee .navbar-nav > .active > a, .navbar-inverse-passee .navbar-nav > .active > a:hover, .navbar-inverse-passee .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #696969;
}

.navbar-inverse-present{
    background: #4F81BD;
}

.navbar-inverse-present .navbar-brand {
    color: #ccc;
}

.navbar-inverse-present .navbar-nav > li > a {
    color: #ccc;
}

.navbar-inverse-present .navbar-nav > .active > a, .navbar-inverse-present .navbar-nav > .active > a:hover, .navbar-inverse-present .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #248;
}

.navbar-inverse-futur {
    background: #BD4F81;
}

.navbar-inverse-futur .navbar-brand {
    color: #ccc;
}

.navbar-inverse-futur .navbar-nav > li > a {
    color: #ccc;
}

.navbar-inverse-futur .navbar-nav > .active > a, .navbar-inverse-futur .navbar-nav > .active > a:hover, .navbar-inverse-futur .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #9d3d66;
}

.glyphgood {
    color: #080;
}

.glyphbad {
    color: #800;
}

.glyphcheck {
    color: #840;
}

.good {
    color: #080;
    background: #dfd;
}

.bad {
    color: #800;
    font-weight: bold;
    background: #fdd;
}

.check {
    color: #840;
    font-style: italic;
    background: #fed;
}

.grid-number {
    text-align: right;
}

.not-opened {
    text-decoration: line-through;
}


.timetable {
    border: 1px solid black;
    border-collapse: collapse;
}

.timetable td, .timetable th {
    border: 1px solid black;
    text-align: center;
}

.timetable td {
    font-size: 90%;
}

.tteven {
    background: #cccccc;
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.scrollable-menu {
     height: auto;
     max-height: 100px;
     overflow: auto;
     overflow-x: hidden;
}

.note {
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.author_note  {
    margin: 0;
    padding: 0;
    color: black;
    font-size : 85%;
    font-weight: bold;
    text-align: right;
}


form div.required label.control-label:after {
     content: " * ";
     color: red;
}


/* image de chargement disponible à la demande */
#loader {
    position:fixed;
    width:100%;
    height:100%;
    z-index:999;
    background-color:#2494F2;
}

#loader img {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
}


/* modification pour les panels */
.panel-heading .collapse-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .collapse-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.select2-optgroup{
  visibility: hidden;
}
