.sidebar-fixed {
  height: 100vh;
  width: 270px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 1050;
  background-color: #fff;
  padding: 1rem;
  padding-top: 0; }
  .sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .sidebar-fixed .logo-wrapper {
    padding: 2.5rem; }
    .sidebar-fixed .logo-wrapper img {
      max-height: 80px; }

@media (min-width: 1200px) {
  .navbar,
  .page-footer,
  main {
    padding-left: 270px; } }

@media (max-width: 1199.98px) {
  .sidebar-fixed {
    display: none; 
	} 
}
div.scroll{ 
width: 100%; 
height: 500px; 
overflow-x: hidden; 
overflow-y: auto;
text-align: center; 
padding: 0px;
}
h5 {
font-family: 'Electrolize', sans-serif;
}
h4 {
font-family: 'Electrolize', sans-serif;
color:#122459 !important;
}
h1 {
font-family: 'Electrolize', sans-serif;
color:#122459 !important;
 font-size: 4em!important;
}
a {
color:#FF7B00 !important;
font-family: 'Electrolize', sans-serif;
}
.primary{
background-color:#122459 !important;
}
a:hover {
  color: #C9E7F2
  background-color: rgba(4, 14, 216, 1)  !important;
  border-color: rgba(255, 123, 0, 1)  !important;
}

a:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 0, 0.5);
}
p {
  color:#122459 !important;
}
li {
  color:#122459 !important;
}	
#footer{
    position: absolute;
	bottom:0px;
	height:40px;
	width:100%;
}
@media screen and (min-width: 768px) {
  #footer{	
	position: absolute;
	bottom:0px;
	height:40px;
	width:100%;
  }
}
#main{
   position:relative;
   padding-bottom:40px;   /* Hauteur du pied de page */
}
@media screen and (min-width: 768px) {
  #main{	
	position:relative;
   padding-bottom:100px;   /* Hauteur du pied de page */
  }
}
body{
min-height: 100vh;
margin: 0px;
position:relative;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #040FD9;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.nodeorga{
 background-color: rgba(22, 45, 114, 1);
  color:#C9E7F2;
 border-radius:0.5em;
}
.nodeorgasel{
 background-color: rgba(17, 35, 89, 1);
  color:#C9E7F2;
 border-radius:1.5em;
}
.btn-danger {
  color: #fff;
  background-color: #FF7B00 !important;
  border-color: #FF7B00 !important;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgba(255, 123, 0, 0.8)  !important;
  border-color: rgba(255, 123, 0, 1)  !important;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 0, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #FF7B00;
  border-color: #FF7B00;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF7B00;
  border-color: #FF7B00;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color:#C9E7F2;
  background-color: rgba(17, 35, 89, 1) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sidemenu
{
	background-color:rgba(22, 45, 114, 1) !important;
}
.waves-effect:hover
{
	background-color:rgba(17, 35, 89, 1) !important;
}
.waves-effect:focus
{
	background-color:rgba(17, 35, 89, 1) !important;
}
.waves-effect.active
{
	background-color:rgba(255, 255, 255, 1) !important;
}
.table-bordered td {
    border: 1px solid rgba(17, 35, 89, 1) !important;
  }
  .table th {
    background-color: rgba(17, 35, 89, 1) !important;
	color:rgba(201, 230, 242, 1) !important;
	
  }
 .table tr {
	height:15px !important;
  }
.tablelist {
margin: 0px;
padding: 0 !important;
border-collapse: collapse;       
}
.tr {height:20px !important; overflow:hidden}
.td {height:20px !important; text-align:left}
.box:hover { cursor: pointer; }
.btn-primary {
  color: #fff;
  background-color: #172E73 !important;
  border-color: #172E73 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #040FD9 !important;
  border-color: #040FD9 !important;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #172E73;
  border-color: #172E73;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);