html {
  height:100%;
}
body {
  height:100%;
}
td {
  text-align: center;
}

#logo {
  width:10%;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 10px;
  float: left;
}
#legende {
  float: right;
  padding-right:10px;
  margin-top: 15px;
  margin-right: 30px;
  width: 10%;
}
#header {
  float:left;
  margin-top:15px;
  padding-left:30px;
  width:25%;
}
#topinput {
  float: right;
  margin-right:100px;
  margin-top: 40px;
}
#title {
  font-size:20px;
}

.left{
  width: 50px;
	height: 100%;
	background: #2f2f2f;
  white-space: nowrap; 
  transition: width 0.5s ;
  position: fixed;
  z-index: 9999;
  overflow-y: scroll;
  max-height: 100%;
}
.left ul{
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.left li {
	width: auto;
  background: #2f2f2f;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.left:hover {
    width: 300px; 
}  

.left .item-menu {
    height:35px;
    overflow:hidden;
    color:#fff;
}  
.left a{
	color: white;
  background: #2f2f2f;
  text-decoration: none;
  font-weight: bold;
} 
span.menu{
	padding-left: 17px;
}
.t_search {
    color: black;
    height: 35px;
    margin-left: 15px;
    width: 190px
}
.right {
	margin-left: 50px;
}
.tab-center {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 50px;
	text-align:center;
}
th {
	text-align:center;
}
.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 33%;
  padding: 20px;
  margin-top: 5%;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.small-input {
  font-size: 12px;
  width: 200px;
}
.cnx-button  {
  background-color: #6AE9CB;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 5px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cnx-button:hover {
  background-color: #02c89c;
}

.cnx-button:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.cnx-input {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.cnx-input:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.cnx-input:placeholder {
  color: #cccccc;
}

*:focus {
    outline: none;
} 

.center {
  margin-left:auto;
  margin-right:auto;
  width:500px;
}
.titre {
  margin-bottom: 30px;
  width:250px;
}
.center2 {
  margin-top: 30px;
  margin-left:auto;
  margin-right:auto;
  width:250px;
}
.btn-validate {
  width:250px;
  background:#e40147;
  color:white;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 300px; 
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.rightbutton {
  height:34px;
  margin-top: -3px;
  margin-left:-1px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.btn-group {
  display: block;
}
.btn-group>.btn:first-child {
  width: 500px;
}
.multiselect-container {
  width: 500px;
}
.col60 {
  width:60px; 
  display:table-cell;
  text-align: center;
  font-size:12px;
}
.col75 {
  width:75px; 
  display:table-cell;
  text-align: center;
  font-size:12px;
}
.col250 {
  width:250px; 
  display:table-cell;
  text-align: center;
  font-size:12px;
}
.col300 {
  width:300px; 
  display:table-cell;
  text-align: center;
  font-size:12px;
}
.col100 {
  width:100px; 
  display:table-cell;
  text-align: center;
  font-size:12px;
}
.theader {
  background: #ddd;
}
.table>tbody>tr:first-child {
  position: sticky;
  top: 0;
}
.table>tbody>tr>td {
	vertical-align: middle;
	padding: 4px;
	font-size: 11px;
	border-left : 2px solid #ddd;
	border-top : none;
	padding: 4px;
}
.table>tbody>tr>th {
  background-color: #e3e3e3;
	border-left : 2px solid #c1c1c1;
	border-top : none;
	padding: 10px;
  vertical-align: middle !important;
}


.table>tbody>tr>th:last-child, .table>tbody>tr>td:last-child {
  border-right : 2px solid #ddd;
}
.table {
  border-collapse: separate !important;
  width:99%;
  margin-left: auto;
  margin-right: auto;
}

.legend {
  width:150px; 
  color:#333; 
  text-align: center;
}
#skello-table-header {
  margin-top: 30px;
}
.ttitle {
  text-align:center;
  font-size:18px;
  text-decoration:underline;
}
.schedule2 {
  width:34%;
  display:inline-block;
  margin-top:10px;
}
.form-compact {
  height: 20px;
  padding-top:1px;
  padding-bottom: 1px;
  font-size: 10px;
  padding-left: 2px;
  padding-right: 2px;
}
.glyphicon {
  position: static;
}
#tabs > a {
  padding: 0 5 0 5;
  text-decoration: none;
}
.table > tbody > tr:first-child > th:first-child {
	border-top-left-radius: 15px;
}
.table > tbody > tr:first-child > th:last-child {
	border-top-right-radius: 15px;
}
.table > tbody > tr:last-child > td:first-child {
	border-bottom-left-radius: 15px;
}
.table > tbody > tr:last-child > td:last-child {
	border-bottom-right-radius: 15px;
}


