html, body {
    height: 100%;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar {
    margin-bottom: 5px;
}

.splitter-left {
    top : 50%;
    color : #FF6600;
    position : fixed;
    left : 130px;
    background-color: transparent !important;
}

.splitter-right {
    top : 50%;
    color : #FF6600;
    position : fixed;
    display : none;
    background-color: transparent !important;
}

.leftSide {
    width : 150px;
    left : 0;
    height : calc(100vh - 110px);
    border-right-color: #FF6600;
    border-right-width: medium;
    border-right-style: solid;
    margin-top: 10px;
    position : fixed;
}

#header {
    height: 50px;
}

#content {
    margin-left: 150px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    height : calc(100vh - 110px);
    overflow: auto;
}

#footer {
    height: 45px;
    position: absolute;
    bottom: 5px;
    width: calc(100% - 20px);
    text-align: center;
}

#apropos {
    float:left;
    margin-top: 10px;
}

.divisionDefinition {
    border-style: solid;
    padding: 5px 5px 10px 5px;
}

.divisionEquipesInvalides {
    color: #FF0000;
    border-style: solid;
    padding-bottom: 10px;
}

.close {
    color: #ccc;
}

#tachesCommission .panel-heading {
    padding: 2px 15px !important;
}

.bleuCD44 {
color: #005D9E;
}

.orangeCD44 {
color: #FF6600;
}

.vert {
color: #00CC33;
}

.rouge {
color: #FF0000;
}

.gris {
color: #424242;
}

.enligne {
    display: inline-block;
}

.gras {
    font-weight: bold;
}

.barre {
    text-decoration:line-through;
}

.btn-logout {
    min-width: 160px;
}

.div-logout {
    position: absolute;
    top: 5px;
    right: 5px;
}

#listeEquipes, #listePoules  {
    text-align: center;
    float:left;
    left:10px;
    overflow:auto;
    width:70%;
    padding-right: 10px;
    margin-top: 5px;
}

#bandeauDroite {
    float:right;
    right:10px;
    width : 28%;
}

.divJournees {
    overflow: auto;
    padding-right: 10px;
    margin-top : 10px;
}

td {
    white-space: nowrap;
}

.tableauJournee {
    border: 3px solid #005D9E;
    font-size: 11px;
margin-bottom:10px;
    overflow: auto;
}

.divJourneeCommission {
    overflow: auto;
}

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

.tableauJournee .form-control {
    padding: 0;
    height: 24px;
    margin: 2px;
    font-size: 8.0pt;
}

.commentaireCalendrier {
    border: 3px solid #005D9E;
    padding: 10px;
}

.toggleRencontre {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: black;
}

#compoEquipe  {
    padding-right: 10px;
    overflow: auto;
}

.datepicker {
    background-color: #e0e0e0 !important;
}

.sepHF {
    border-top: 3px solid #ddd !important;
}

#modal_recherche .modal-content {
    height : calc(100vh - 60px);
}

#recherche_resultats .row {
    margin-left: 0;
    margin-right: 0;
}

#recherche_resultats {
    margin-top: 10px;
    overflow: auto;
    font-size: 11px;
}

.margin-top-05 {
    margin-top: 5px;
}

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

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-left-05 {
    margin-left: 5px;
}

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

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-bottom-05 {
    margin-bottom: 5px;
}

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

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-right-05 {
    margin-right: 5px;
}

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

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

th, td {
    text-align: center;
}

.navbar-center {
    display: inline-block;
    float: none;
}

.checkbox-inline, .radio-inline {
    vertical-align: baseline;
}

#loading-indicator .modal-dialog {
    top : 20%;
    width: 200px;
}

.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}

.nav-tabs {
    text-align:center;
}

label.required:after {
    color : red;
    content: " *";
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#modal_flash .modal-content {
    background-color: transparent !important;
}

#modal_flash .modal-body {
    padding: 0;
}

#modal_flash .modal-body .alert {
    margin-bottom: 0;
}

input[type="file"] {
    display: inline-block;
}
