@charset "utf-8";
/* CSS Document */
html, body { height:100%; }
.login-container { background:none;  }
#create_link { text-align:center; padding-top:50px; }
.dataTables_wrapper { padding:10px; }
.panel-heading.main-heading { background-color:#363A41 !important; }
.panel-heading { background-color:#00AFF0 !important; }

.page-title { color:#fff; }
.alert { color:#FFF; text-align:center; }
#message { width:60%; margin:0 auto; margin-bottom:5px;  margin-top:5px;   min-height:40px; padding-top:10px; float:none;  }
.icon-rub { color:#000; }
.alerte { background-color:#FEC2C4 !important; color:red !important; height:30px; text-align:center; }
.info { background-color:#BDFDC2 !important; color:#060 !important; height:30px; text-align:center; }
.vignette { width:100px; }
.panel-title { color:#fff !important; }
.thumb { width:100px; }
.center { text-align:center; }
.inter { margin:20px 0; }
#alerte { width:40%; margin:0 auto; margin-top:10px; text-align:center; height:50px; border-radius:10px; padding-top:10px; }
.x-navigation.x-navigation-horizontal > li > a { color:#656d78; }
.page-content-wrap { margin-top:50px; }
.dataTable {
    margin-bottom : -12px !important
}

.dataTables_scrollHead{
	min-height:40px
}
.dataTables_scrollBody {
    height: calc(100vh - 320px) !important;
}

.form-control{
	width:auto
}
/*
.panel.panel-default.custom-panel {
    margin: 9% 0 0 0;
}

.panel.panel-default.table-default {
    position: fixed;
    width: 95.5%;
}*/

.panel-body {
	padding: 15px 0;
}

.menu_left {
	background-color: #363A41;
	padding-top: 0;
	padding-left: 0px;
	min-height: 100vh;
	margin-left: -25px;
}

.menu_left i{
	margin-right:5px
}
.menu_left ul{
	padding-left:14px;
	display: none;
}
.menu_left ul.opened{
	display:block
}
.menu_left > li{
	border-top: 1px solid #ccc;
	padding:15px 10px!important
}
.menu_left > li > a{
	font-size:16px;
	text-transform:uppercase
}
.menu_left li{
	list-style:none;
	padding:5px
}
.menu_left a{
	color: #ccc;
}

.menu_left > li > ul{
	padding-left:15px
}

.menu_left > li > ul > li:hover{
	background-color:#00AFF0
}