/* CSS override by WI */
body  {
	font-family:Verdana, Geneva, sans-serif}
body, a, input, .help-block {
    color: #444;
	text-shadow:none;
}
.fc-event-inner {
  font-family:Verdana, Geneva, sans-serif;
  width: 100%;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: center;}
.v-center .container-fluid {width:100%}

#header {
	background:#1CBBBE;
	}
.logo {
	color:#ffffff;}

/*Signin form */
.form-control, .message-search {
	color:#444;}
.form-control:focus, .input-focused, .bootstrap-select.open > .form-control {
   background: rgba(255, 255, 255, 1);
 }

.card-container.card {
    width: 350px;
    padding: 40px 40px;
}
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
	border: 1px solid #ccc;
	background:#FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
/* End signin form */
#top-menu #time {
	color:#ffffff;}
	
/* sidebar calendar */
.side-widgets {
  width: 100%;
}
.s-widget td {color:#000;}
.s-widget.m-b-25 {background-color:#F1F1F1;}
.side-widgets .fc-border-separate th {
	color:#444;
	font-weight:900;}
#sidebar {background:#f4f4f4;}
.tile-title {background:rgba(198,16,90,1); color:#fff;}

/* calendar */
.fc-border-separate th {
	background: rgba(28,187,190,1); /*background header table*/
	color:#FFF;
}
.fc-agenda .fc-agenda-axis {color:#ffffff;}
.fa.fa-cog.parameter {
	color:white;
	font-size:34px;
	padding:5px;}
.dropdown-menu.parameter {
  background: rgba(255,255,255,1);
}
 .profile-menu > li > a {
    color: #444;
}
.s-widget {
	/*font-weight:600;}*/
}
.s-widget td {
    font-size: 11px;
    color: #444;
}
.dropdown-menu.profile-menu {
	background:#F1F1F1;
	}
.fc-button i {color:#f72a7d;}

.n-count {color:#ffffff}

.fc-header-title h2 {
	font-size:16px;
	font-weight:900;}

.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
    border-color: rgba(255,255,255,1);
}

h4.m-0 {
	font-weight:900;
	margin:5px 0px !important;}
.managed {
	width:90%;}
.managed .caret {
	border-width:8px;
	margin-top:5px;}	

.icheckbox_minimal, .iradio_minimal {
	border:1px solid rgba(0,0,0,1);}
.icheckbox_minimal.hover, .iradio_minimal.hover {
    border: 1px solid rgba(0,0,0,0.7);
}
.icheckbox_minimal.checked, .iradio_minimal.checked {
    background: rgba(63,63,63,0.6) !important;
}

.fd_blanc {background:rgba(255,255,255,1);}

.form-control:focus, .input-focused, .bootstrap-select.open > .form-control {
   border-color: rgba(0,0,0,0.4);
}
.message label {font-weight:900;}
/*.fc-widget-content {background:#fff;}
.fc-agenda-slots td {border-color:rgba(0,0,0,0.5);}
*/

/* MESSAGES */
.table th {
	background:#ccc;
	color:#444;
	font-weight:900;
}

.modal-content {
	background:rgba(255,255,255,1);
	color:#444;}
.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.modal-lg {width:50%;}
.modal-title {
	font-size:14px;
	font-weight:900;
	}
.modal-header .close {
	color:#000;
	opacity:1;
	}

.fc-event-inner {
	background:none;}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 1px;
	border-top-style: dotted;
}
.fc-agenda-slots td {
	border-color: rgba(0,0,0,1); /* couleur des séparateur horaire*/
	border-top-style: dotted;
	}
.fc-border-separate { /* couleur de fond de l'agenda*/
	background:rgba(226,247,254,1);}
.fc-border-separate td, .fc-border-separate th { /* couleur des séparateur de jour*/
  border: 1px solid rgba(204,204,204,0.8);
}
.tooltip {
    position: fixed; /* z-index des bulles */
	z-index:9000;
}
.tooltip-inner { width:300px; min-width: 200px; } /*largeur des bulles*/

.top-icon {
	color: white;
  font-size: 26px !important;
  margin-top: 10px;
	}
.fc-agendaWeek-view tr {
    height: 24px;
}
.fc-event-vert .fc-event-time {
	font-size:11px;
	font-weight:900;
	text-shadow:none;}

/*.fc-content td:hover{background: #adf4fa;}*/

h5 i.fa fa-caret-square-o-down {
	margin-left:10px;}
.recurre {visibility:hidden;}
.table.origine td, .table.origine th {
	border-color:#ddd !important;}

.fc-event-vert {
  min-height: 25px;
}
.bgcol {background:rgba(255,255,255,0.8);}

.post_unread {
	font-weight:bold;
}
.recc i {
	float:right;
	font-size:16px;}
#collapseExample {
	height: auto;
  border: 1px solid rgb(225, 225, 225);
  padding: 10px;
  background: rgb(247, 247, 247);
 }
#collapseExample label[for=dateEnd] {
	font-weight:bold;}

/*dashboard*/
#dashboard .row {
	margin:10px;}
#dashboard .tile-light {
    background: rgba(0,0,0,0.25);
}

#dashboard .tile , #dashboard .tile-dark, #dashboard .table th {
    background: rgba(210,210,210,0.05);
}
#dashboard .tile-title {
background:#3693cf;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
#dashboard .listview .media:not(.listview-header) {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.carre {width:30px; height:15px; float:left; margin-right:10px;}
.legende small {
	color: #444;
  float: left;
  margin-right: 20px;
	}
.fc-week-number.fc-widget-content {
	background-color: thistle;
	}
@media (min-width: 1024px) {
    /* --------------------------------------------------------
        Template Blur Skins for Desktop
    -----------------------------------------------------------*/
    #skin-blur-violate {
        background-image: url(../img/body/violate2.jpg);
		background-color:#FFF !important;
    }
}
@media (min-width: 780px) {
#sidebar {
  padding-left: 5px;
}
#main.fd_blanc, .fd_blanc {background:rgba(255,255,255,1);}
}
@media (max-width: 1024px) {
#skin-blur-violate {
  background: #dadada;
}

