@CHARSET "UTF-8";
html{
	height:100%;
}
body {
	background-color: #efdfff;
	height:100%;
}
.the_website_content{
	padding-left: 5px;
	padding-right: 10px;
}
#theoverlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 1200; /* Specify a stack order in case you're using a different order for other elements */
} 
#textoverlay{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.loader {
border: 16px solid #ff80ff; 
border-top: 16px solid #ff00ff; 
border-radius: 50%;
width: 75px;
height: 75px;
animation: spin 2s linear infinite;
}

@keyframes spin {
	0%{transform:rotate(0deg); }
	100%{transform:rotate(360deg); }
} 
@-webkit-keyframes spin {
	0% {-webkit-transform:rotate(0deg); }
	100%{-webkit-transform:rotate(360deg); }
}




hr {
	border-top-color: rgba(0, 0, 0, 0.30);
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.26);
	box-sizing: border-box;
}
.inline{
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.inline-left {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.inline-right{
	display: inline-block;
	float: right;
	margin-right: 10px;
}
.main-nav{
	background-color: #ffcee7;
	/* background-image: url("/assets/images/stars.png"); */
}
#main_container {
	padding-top: 150px;
	padding-left: 8px;

	height:auto;
	
}
#main_container::after {
  content: "";
  background: url("/assets/images/bg.jpg");
  background-size:cover;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;   
}

.userlogged {
	background-color: inherit;
	position: fixed;
	top: 100px;
	z-index: 1;
	width: 100%;
	text-align: left;

	left: 0px;
}

.userlogged div {
	padding-left: 8px;
	display: inline-block;
}


#footerwrap{
	clear: both;
	
	bottom:0px;
    width:100%!important;
    z-index: 10!important;
    height: 70px!important;
    background-color: #ffcee7!important;
}
#footerwrap>hr{
	margin-top: 0px!important;
}
footer {
	padding-left: 8px!important;
	
	  position: relative!important;
  right: 0!important;
  bottom: 5px!important;
  left: 0!important;
  padding: 1rem!important;
  text-align: center!important;

	
}

#charts {
    margin-bottom: 60px!important;
    width: 75%;
    background-color: rgba(176, 190, 217, 0.8);
    border-radius: 25px;
    padding: 20px;
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.a_chart{
	width: 100%;
	min-height: 450px;
	background-color: rgba(176, 190, 217, 0.8);
	  border-radius: 25px;
}

.control-stats-date{
		background-color: rgba(176, 190, 217, 0.8);
	  border-radius: 25px;
	  padding: 20px;
	
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover, .datepicker-years .disabled, .datepicker-months .disabled, .datepicker-decades .disabled{
	background-color: #c0c0c0!important;
}

#addseizurebtn{
	
/*	position: fixed; */


	z-index: 50;
}

.userlogged hr {
	display: none;
}

.btn-primary {
	padding-top: 5px;
	font-size: 12px;
}

input[type=text], input[type=password], input[type=email],.groupselect {
	width: 225px;
}

.cardframe, .formframe{
	background-color:rgba(0, 0, 0, 0.26);
	width:98%;
	max-width: 425px;
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.56);
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;

}
.rightalign{
	position: relative;
	float:right;
	display: inline-block;
	margin-top: 10px;
}



.bootstrap-datetimepicker-widget{
	width: 300px!important;
}
.datepicker,
.table-condensed {

    font-size:12px; 
}


.bootstrap-datetimepicker-widget > .list-unstyled{
	padding-left: 0px!important;
}


.global-msg{
	margin-bottom:20px!important;
	width:75%;
	background-color: rgba(176, 190, 217, 0.8);
	border-radius: 25px;
	padding: 20px; 
	display: block;
	margin: auto;
}

.globalformcontent{
	
	display: none;
}
table.dataTable tr th.select-checkbox{
	cursor: pointer;
}
table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

table.dataTable tr td.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: 0px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}
th {
    text-align: center!important;
}
table.dataTable tbody td.select-checkbox, table.dataTable thead th.select-checkbox {
    position: relative;
}
table.dataTable thead th.select-checkbox::before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}
table.dataTable thead th.select-checkbox::before, table.dataTable thead th.select-checkbox::after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}
/*****************************************
 * MESSAGE BOX styles
 *****************************************/
 li{
 list-style: none;	
 }
#messages_table{
	margin-top: 30px;
}
#open-msgbox{
	cursor: pointer;

}
#newmsgcount{
	color: white;
	font-size:10px;
	height:15px;
	border-radius: 50%;
	background-color: red;
	padding: 5px;
	line-height: 5px;
	margin-left: -10px;
}
.hideit{
	display: none!important;
}

#msg i{
	font-size: 25px;
}
.newMsg{
	border-color: red;
}
.newMsg i{

	color:red;
}
#userlogged{
padding-top: 4px;
}
.a-message{
	cursor: pointer;
}
.newmessage{
color:#800080;

}
/*****************************************
 * CUSTOM BOOTSTRAP SURDEFINITION
 *****************************************/
.btn-primary{
	background-color: #8000ff!important;
}


.table-striped>thead>tr{
	background-color: #efdfff !important;

}
.table-striped>tbody>tr:nth-of-type(even) {
	background-color: rgba(125,0,255,0.4)!important;

}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(125,0,255,0.6)!important;

}
.table-striped{
	font-weight: bold;
}
.table-hover>tbody>tr:hover {
	background-color: rgba(125,0,255,0.8)!important;
}
.modal{
	overflow: scroll!important;

}
/*****************************************
 * AJAX EXECUTION STYLE START
 *****************************************/
html.wait, html.wait * {
	cursor: progress !important;
}

#loading_ajax {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	z-index: 9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*****************************************
 * BILAN
 *****************************************/
#calendar{
	margin-bottom: 60px!important;
	width:75%;
	background-color: rgba(176, 190, 217, 0.8);
	border-radius: 25px;
	padding: 20px; 
	display: block;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.bilan{
	height: 100px;
	
}
.fc-day-grid-event{
	padding: 0px!important;
}
.fc-unthemed td.fc-today{
	background-color: rgba(125,0,255,0.4)!important;
}
.fc-event{
	min-height: 15px;
	background-color: transparent!important;
	border: none;
	height: 100%;
	margin: 0!important;
		cursor: pointer;
}
.fc-content{
	height: 100%;
	overflow: visible!important;
}
.bilan_img{
	height:60px!important;
 	width:60px!important;
    vertical-align: middle;
        display: block;

}
.bilan_img_vide{
	height:60px!important;
 	width:60px!important;

    vertical-align: middle;
        display: block;

}

.minihead-crise{
	border-top-style:solid!important;
	border-top-width: 2px!important;
	border-color: #ff00ff!important;
	
}

.fc th, .fc td{
	vertical-align: middle!important;
	border-style:none!important;
}

.fc-head, .fc-head tr th {
	border-style:solid!important;
}
.fc-body {
	border-style:solid!important;
	border-width: 1px!important;
	border-color: blue;
}
.fc-toolbar button:focus{
	z-index: 1;
}
.bilan-table tr td{
		
	}
	
.bilan-table{
	text-align: center!important;
	vertical-align: middle!important;
	border-left-width:1px!important; 
	border-right-width:1px!important;
	border-left-style: solid!important;
	border-right-style: solid!important;
	border-color: #ddd!important;
	 
}
.bilan-table thead > tr, bilan-table thead  th{
	text-align: center!important;
	height: 80px!important;

	max-height: 80px!important;
	vertical-align: middle!important;
}
.overflow {
  position: absolute;
  left: 50%;

  transform: translate(-50%, -50%);
}



.val{
	height: 50px!important;
	min-height:50px!important;
	max-height:50px!important;
	vertical-align: middle!important;
	line-height: 50px;
	color: #8000ff;
	border-style:solid!important;
}
.bilan-table tr td{
	

}

.minihead{
	border-width: 2px!important;
	border-color: white!important;
		font-size: 15px!important;
	border-style: solid!important;
		color: #800080;
		min-height: 25px!important;
		height: 25px!important;
		background-color: #ddd!important;
}


.fc-event img{
	/* position: absolute; */
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.commentaire_header{
/*	float: right;
	margin-right: 15px;
	*/
	position: absolute;
	margin-top:-70px;
	margin-left: 20px;
	font-size: 20px;
	
}


.fc-time-grid-event:HOVER{
	z-index: 100!important;
}

.fc-content-skeleton, .fc-content-skeleton table {
	height: 100%!important;
	padding-bottom: 0px!important;
}

/* ****************************************
	LOGIN / RESET PASS MODAL START
 **************************************** */
.modal-dialog ul {
	list-style-type: none;
	padding-left: 10px;

}

.modal-dialog ul li {
	padding-top: 10px;
}

.modal-dialog {
	background-color: #ffeaf4;
	width: 640px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.log-information{
	width: 320px;
}

.modal-dialog div {
	padding: 5px 5px 5px 5px;
}

.modal-close{
	float: right; 
	margin-top:-55px;
	cursor: pointer; 
	font-size: 25px;
	
}

.center{
	margin-bottom:20px!important;
	width:75%;

	border-radius: 25px;
	padding: 20px; 
	display: block;
	margin: auto;
	text-align: center;

}
.input-group .form-control{
	z-index: 1!important;
}

.center-date{
	margin-top:15px;
	text-align: left;

}


.global-stats{
	margin-bottom:20px!important;
	width:75%;


	display: block;
	margin: auto;
}
/* ****************************************
	LOGIN / RESET PASS MODAL END
 **************************************** */
 
 @media ( max-width : 920px) {
	
	.bilan_img{
	height:40px!important;
 	width:40px!important;
}
.bilan_img_vide{
	height:40px!important;
 	width:40px!important;
}
	
.commentaire_header{

	margin-left: 15px;
	margin-top:-55px;
	
}
	
	
	
	.logo{
			width:75px;
		}
	}
 
 
@media ( max-width : 800px) {
	.commentaire_header{
	margin-left: 13px;
		font-size: 17px;
}
	
	#calendar{
	width:100%;
	}
	
	.global-msg{
	width:100%;
	}
	.global-stats{
	margin-bottom:20px!important;
	width:100%;
	margin: 0px;

}
	#main_container {
		padding-top: 105px;
		
	}
	#main_container::after {
  		background: url("/assets/images/bg_small.jpg");
	}
	.userlogged {
		top: 62px;
	}
	#userlogged{
		display: none;
	}
	.userlogged hr {
		display: inherit;
	}
	
	.modal-dialog {

	width: 320px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	
}

@media ( max-width : 480px) {
		.commentaire_header{
	margin-left: 5px;
	font-size: 15px;
	margin-top:-55px;
}
	
}
