#gestionHead {
  background-image: url(/img/right.png);
}


#mainContainer {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0px; 
  padding-left: 0px;
}

#requestResult {
  margin-top: 10px;
  background-color: #EEE !important;
  border: 3px solid #004146;
  padding: 10px;
  border-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  display: none;
}

#requestResult h4 {
  margin-top: 0;
}

#clock {
  padding-top: 15px;
}

.text-online {
	color: #F00;
	font-weight: bold;
}

.navbar {
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 5px;
}

.clrb {
  clear: both;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: auto}

/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: #f1f1f1;
  height: 100%;
}

.form div.row {
  margin-top: 5px;
  padding-bottom: 0px;
}
.form label {
  margin-bottom: 0px;
}

.form-control {
    border-radius: 10px;
}

.btn-default:active:hover, .btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.btn-default:active:focus, .btn-default.active:focus, .
open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, 
.btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #FFF;
    background-color: ##c2fff2;
    border-color: #8c8c8c;
}

.btn-default,.btn-default:hover, .btn-default:focus {
    color: #FFF;
    background-color: #004146;
    border-color: #ccc;
    border-radius: 10px;
}


/* Set black background color, white text and some padding */
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}

#transferContainer {
  margin-top: 30px;
  background-color: #FFF !important;
  border: 5px solid rgba(0, 65, 70, 1);
  padding: 25px;
  border-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

#transferContainer h3 {
  margin-top: 0;
}

#header {
  margin-top: 30px;
  height: 150px;
  background-color: #FFF !important;
  border: 5px solid rgba(0, 65, 70, 1);
  padding-top: 25px;
  border-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

#logo img {
  height: 100px;
  transition: height 0.2 ease;
}

#title {
  float: left;
  font-size: 2.5em;
  line-height: 2.5em;
  font-weight: bold;
  margin: 0 auto;
}

#logo {
  float: right;
}

.menus {
  border-radius: 10px;
}

#container {
  max-width:80%;
  margin: 0 auto;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background-color: rgba(0, 65, 70, 1) !important;
  color: #FFF;
}
.navbar-inverse {
  background-color: #DDD !important;
}

.navbar-right {
  margin-right: 0;
}

.table {
  margin-bottom: 0px;
}


/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  #header {
     margin-top: 30px;
  }
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {height:auto;}
}


@media screen and (max-width: 4096px) {
  div {
    font-size: 100%;
  }
  td {
    font-size: 12px;
  }
  td input {
    font-size: 12px;
  }

  h4 {
    font-size: 100%;
  }
  nav#navbar {
    display: none;
  }
}

@media screen and (max-width: 666px) {
  #mainContainer {
    padding-right: 5px; 
    padding-left: 5px; 
  }
  #header {
    margin-right: 5px; 
    margin-left: 5px; 
  }
}
