/* theme styles */
body {
	background-color: #fcfcfc;
}

form {
	margin-bottom: 0;	
}

.help-block {
	font-size: 11px;
	color: #666;	
}

dt {
	font-weight: normal;	
}

ul {
	list-style: none;
	padding: 5px 20px;
	padding-right: 0;	
}

.container_large{
	margin-right: auto;
	margin-left: auto;
	/*max-width: 1600px;*/
	padding-left: 50px;
	padding-right: 50px;
}

.caret {
	border-top: 4px solid #bbb;	
}

.box {
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px; 
	border: 1px solid #d5d5d5;
	box-shadow: 0 1px 0 rgba(0,0,0,0.11);
	margin-bottom: 3.0%;
	background: #fff;
}

.box:before, .box:after {
	content: "";
	display: table;
}
	
.box:after {
	clear: both;
}
	
.box .header {
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px; 
	position: relative;
	background: url(../img/nav_bg.png) repeat;
	box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.02);
}

.box .header h4 {
	position: relative;
	padding: 9px 0;
	padding-top: 8px;
	padding-left: 10px;
	border-bottom: 1px solid #c2c2c2;
	margin: 0;
	font-size: 13px;
	color: #444;
	line-height: 20px;
}
	
.box .content {
	padding: 0;
	margin: 0;
}

.content.pad {
	padding: 20px;	
}

.box .content:before, .box .content:after {
	content: "";
	display: table;
}

.box .content:after {
	clear: both;
}

#cat-holder {
	width: 400px;
	position: relative;
	top: -32px;	
}

#calendar,#calendar-ordonnance h2 {
	font-size: 16px;
	font-weight: bold;	
}

.fc-toolbar {
    margin-bottom: 0em!important;
    position: relative;
    top: -44px;
    padding: 10px;
    text-align: center;
}

.fc-toolbar .fc-center {
    display: inline-block;
    position: relative;
    top: 50px;
}

/******** Header ********/
.navbar-inner {
	background: url(../img/nav_bg.png) repeat-x;
	border-bottom: 1px solid #dadada;
}
	.navbar-fixed-top {
    	margin-bottom: 0;
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom {
   		position: absolute;
	}

	#header a {
		text-decoration: none;
	}

	#header h1 {
		/*background: url(../img/logo_in.png) no-repeat;*/
		width: 250px;
		height: 26px;
		/*text-indent: -9999px;*/
		margin-left: 42px;
	}

	#logo {
		float: left;	
	}
	
	#info {
		float: right;
		padding-top: 7px;
	}
	
	ul#userBox  {
		margin: 0;
		padding: 0;
		margin-right: 37px;
	}

	ul#userBox li {
		position: relative;
		float: left;
		cursor: pointer; 
		padding: 5px;
		color: #fff;
		margin-left: 15px;
	}
	
	ul#userBox li a {
		display: inline-block;
		font-size: 12px;
		text-decoration: none;	
		color: #aaa;
	}

	ul#userBox li a img { 
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	
	ul#userBox li span.notify { 
		position: relative;
		top: -1px;
		text-align: center; 
		background: url(../img/number.png) repeat-x; 
		display: inline-block; 
		padding: 0 5px;
		color: #fff;
		margin-left: 5px; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		-khtml-border-radius: 2px; 
		border-radius: 2px;  
		font-size: 11px; 
		line-height: 15px; 
	}
	
	ul#userBox .dropdown-menu {
		border: 1px solid #d5d5d5;	 
	}
	
	.dropdown-menu, .box-control {
		position: relative;
		z-index: 1000;	
	}
	
	.dropdown-menu {
		position: absolute;
	}
	
	ul#userBox li ul.dropdown-menu {
		width: 160px;
		position: absolute;
		right: 0;
		margin: 0 auto;
		background: #fff;  
		overflow: hidden;
		padding: 0;
	}
	
	ul#userBox li > ul.dropdown-menu {
		top: auto;
		left: auto;
		font-size: 11px;
		padding: 0;
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	ul#userBox li ul.dropdown-menu li {
		border: none;
		padding: 0;
		margin: 0;
	}
	
	ul#userBox li ul.dropdown-menu li a {
		color: #456180;
		border: none;
		width: 160px;
		display: block;
		padding: 5px 10px;
	}
	
	ul#userBox li ul.dropdown-menu li a img {
		position: relative;
		top: -2px;	
	}
	
	ul#userBox li ul.dropdown-menu li a:hover {
		background: url(../img/button.png);
		text-decoration: none;
		color: #fff;
	}
	
	ul#userBox li ul.dropdown-menu li a:hover .icon-acc {
		background: url(../img/icons/set-1/cog_hover.png) no-repeat;	
	}
	
	ul#userBox li ul.dropdown-menu li a:hover .icon-off {
		background: url(../img/icons/set-1/logoff_hover.png) no-repeat;	
	}
	
	ul#userBox li ul.dropdown-menu li.divider {
		width: 160px;
		margin: 7px 0;	
	}

/******** Login ********/
#login_logo {
	background: url(../img/logo_in.png) no-repeat;	
	width: 100px;
	height: 26px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: center;
	
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
			box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
	  
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
	  
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
      	height: auto;
      	margin-bottom: 15px;
      }
	  
/******** Main ********/
#main {
	padding-top: 80px;
}

#main-content {
	float: left;
	width: 100%;
}

[class^="icon-"] { margin-right: 2px; position: relative; top: -2px; }


/* jquery.calendar styles */
#details-body-content {
	white-space: pre-wrap;	
}

#event-type-selected {
	display: none;	
}

.modal-backdrop.in {
    opacity: 0.6;
}

.modal-content {
	box-shadow: none;	
	overflow: hidden;
}

.modal-footer, .modal-header {
	background: #efefef;	
}

.mr-10 {
	margin-right: 10px;	
}

.map-embed {
	width: 100%;
	height: 300px;	
}

.loadingDiv {
	background: url(../img/ajaxloader.gif);
	margin: 0 auto;	
	width: 16px;
	height: 16px;
	display: none;
}

.modal {
    overflow-y: auto;
}

/* will make modal-body scroll on mobile if you have too many fields*/
.modal-body { 
   height: 60%;
}

label {
	display: block;
} 

.radio-checkbox {
	padding-right: 5px;
} 

.radio-checkbox input {
	margin-right: 5px;
}

.modal-body, .modal-body-import { 
	max-height: 615px;
    padding: 15px; 
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
 }
 
 /* modal body screen sizes */
 @media (max-width: 640px) 
 {
	.modal-body { 
		max-height: 180px;
	}

 }

@media (min-width: 900px) {

	.fc-center h2{
		line-height: 1px!important;
	}
}
 
 @media (max-width: 600px) 
 {
	.modal-body { 
		max-height: 400px;
	}

	.fc-toolbar{
		padding:8px !important;
	}
	.fc-button-group{
		margin-bottom: 5px;
	}

	 .fc-toolbar .fc-center {
		 padding: 8px !important;
	 }

	ol.breadcrumb{

		display: none;
	}
 }
 
 @media (max-width: 480px) 
 {
	.modal-body { 
		max-height: 310px;
	}
 }
 
 @media (max-width: 360px) 
 {
	.modal-body { 
		max-height: 400px;
	}
 }
 
 @media (max-width: 320px) 
 {
	.modal-body { 
		max-height: 280px;
	}
 }

.navbar-default {
	background-color: #3f3543;
	border-color: #4c4351;
}
.navbar-default .navbar-brand {
	color: #eff4f6;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #dddddd;
}
.navbar-default .navbar-text {
	color: #eff4f6;
}
.navbar-default .navbar-nav > li > a {
	color: #eff4f6;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #dddddd;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #dddddd;
	background-color: #4c4351;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #dddddd;
	background-color: #4c4351;
}
.navbar-default .navbar-toggle {
	border-color: #4c4351;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #4c4351;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #eff4f6;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #eff4f6;
}
.navbar-default .navbar-link {
	color: #eff4f6;
}
.navbar-default .navbar-link:hover {
	color: #dddddd;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #eff4f6;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #dddddd;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #dddddd;
		background-color: #4c4351;
	}
}

.highlighted {
	background-color: #ccdfff;
	color:#819CBA;
 }

.dataTables_wrapper .dataTables_filter {
	float: left !important;
	text-align: left !important;
}

li > a.active {
	color: #cae864 !important;
}

.search-preview li:hover{
	background-color: aliceblue;
}

.availabilities-slot {
	position: relative;
	border-radius: 4px;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 200ms, color 200ms;
	transition: background-color 200ms, color 200ms;
	background-color: #cae864;
}

.availabilities-slot:hover {
	background-color: #819CBA;
}

.availabilities-slot.active {
	background-color: #819CBA;
}

.cal-arrow-left {
	position : absolute;
	font-size: 28px;
	top: 5px;
	left: -20px;
}
.cal-arrow-right{
	position: absolute;
	font-size: 28px;
	top: 5px;
	right: -20px;
}

.cal-arrow {
	display: inline;
	height: auto;
	width: 14px;
	cursor: pointer;
	-webkit-transition: color 200ms, opacity 200ms;
	transition: color 200ms, opacity 200ms;
}

.availabilities-target a {
	text-decoration: none;
	color:#47474C;
}

ol.breadcrumbs li {

	font-size: 18px;
}


.rdv-bookmark:after{
	position: absolute;
	top: -7px;
	right: 0;
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMjRsLTctNi03IDZ2LTI0aDE0djI0eiIvPjwvc3ZnPg==);
	/*border-right: 5px solid grey !important;*/

}

.rdv-sms:before{
	position: absolute;
	bottom: -2px;
	right: 0;
	content:'SMS';
	color: #000;
	font-weight: 600;
	font-size: 11px;
}
.rdv-type:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	color: #000;
	font-weight: 600;
	font-size: 10px;
	padding: 1px;
}
.rdv-type-D:after{
	content: "DN";
}
.rdv-type-T:after{
	 content: "T";
 }
.rdv-type-TD:after{
	content: "T/DN";
}


.rdv-availabilities-head{
	font-weight: 600;
	background-color:#e2e2e2 ;
	padding: 5px;
}

.flex {
	display: flex;
}

.align_item_center {
	align-items: center;
}
.align_self_center {
	align-self: center;
}

.fs_l {
	font-size: large;
}

.mb_1e {
	margin-bottom: 1em;
}
.mb_2e {
	margin-bottom: 2em;
}
.mb_3e {
	margin-bottom: 3em;
}
.pt-50{
	padding-top: 50px;
}
.fsz16{
	font-size: 16px;
}

.custom-ck{
	width: auto !important;
	height: auto!important;
	appearance: auto !important;
	margin: 0 2px !important;
}

.custom-label{
	margin-bottom: 0;
}

.rdv-list-item{
	padding: 5px;
}

