/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 juil. 2017, 10:31:16
    Author     : tonyryu
*/

.sidebar {
  background-color: #666666;
  color: white;
}

.color-link {
  color :#777;
}

.table > tbody > tr > td{
  padding: 3px;
}

.form-control {
  height: 28px;
  padding: 3px 6px;
}

.btn {
  padding: 3px 10px;
}

.panel-body {
  padding: 10px;
}


.btn_activite {
  width: 200px !important;
  height: 200px !important;
  
  display: table-cell;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 4px solid #383752;
  border-radius: 4px;
}
.btn_activite:hover {
  background-color: #d1d2ff;
}


.panel-heading {
  font-weight: 550;
}



.btn_activite_nde {
  width: 200px !important;
  height: 200px !important;
  
  display: table-cell;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 4px solid #3837aa;
  border-radius: 4px;
}
.btn_activite_nde:hover {
  background-color: #8182af;
}



.btn_periode {
  width: 100% !important;
  height: 120px !important;
  
  display: table-cell;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #aaaaaa;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #010133;
  border: 4px solid #3837aa;
  border-radius: 4px;
}
.btn_periode:hover {
  background-color: #505088;
}

.txtnde {
  font-size: 16px;
}

@media screen and (min-width: 601px) {
  .txtnde {
    font-size: 18px;
  }
}