body{
	background-color:#ECF0F5;
	/*font: 12px/22px Verdana, Arial, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
	font-size:12px ;
	color: #666666; 
}

/* CODE RADOAUNE PERSONNALISATION*/
label{
	margin-bottom:0px;
	font-size:12px ;
	
}
div{
	font-size:12px ;
}
.box{
	font-size:12px ;
}
.box-body{
	font-size:12px ;
}
.box-header{
	font-size:12px !important;
	height:40px !important;
	line-height:40px !important;
	vertical-align:middle;
	padding-top:4px !important;
}
a{
	font-size:12px ;
}
.form-group {
	padding:5px !important;
}
/* CODE RADOAUNE PERSONNALISATION*/

.ui-autocomplete
{
	z-index: 6000 !important;
}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	z-index: 6000 !important;
}
#main {
	background-color:#ECF0F5;
	margin-top:45px;
	padding-left:10px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	border-left:1px solid #CCC;	
	
}

/* Navbar */
.navbar-tooltip {
	line-height:20px;
	text-align:left;
	display:none;
	width:400px;
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	border: 2px solid #CCC;
	padding: 15px;
}

.navbar_top {
	height: 45px;
	width:100%;
	background-color: white;
	position:fixed;
	z-index:1000;
	padding:0px;	
}
#navbar_left {
	background-color:#fff;z-index:1000;padding:0px;height:45px;border-bottom:1px solid #E3E3E3;
}
#navbar_right {
	background-color:#fff;z-index:1000;padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;height:45px;border-bottom:1px solid #E3E3E3;
}
#main {
	background-color:#ECF0F5;
	margin-top:45px;
	padding-left:10px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	border-left:1px solid #E3E3E3;	
	
}

.hide_menu {
	color:black;
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.hide_menu > i {
	margin-top: 11px;
	font-size: 20px;
} 
.hide_menu:hover {
	background-color: #f7f7f7;
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	#navbar_right_button{
		margin-right:0px !important;
	}
	#main {
		margin-top:90px !important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#navbar_right_button{
		margin-right:0px !important;
	}
	#main {
		margin-top:90px !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#navbar_right_button{
		margin-right:250px !important;
	}
	#main {
		margin-top:45px !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#navbar_right_button{
		margin-right:250px !important;
	}
	#main {
		margin-top:45px !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#navbar_right_button{
		margin-right:250px !important;
	}
	#main {
		margin-top:45px !important;
	}
}


/* Listing */
.listing {
	border: 1px solid #f4f4f4;
	width: 100%;
	font-size:12px;
}

.listing tr:hover {
  background-color: #f5f5f9;
}

.listing  th {
	border-top: 1px solid #f4f4f4;
	/*
	border-bottom: 2px solid #f4f4f4;
	*/
	border-bottom: 1px solid gray;
	background-color: #f9f9f9 !important;
	
	/*height:45px;*/
	
	padding: 5px;
	
}
.listing td {
	/*
	border-top: 1px solid #f4f4f4;
	*/
	padding: 6px;
}

.listing tr {
	/*
	border-bottom: 2px solid #f4f4f4;
	*/
	border-bottom: 1px solid #CCCCCC;
}

/* Bouton */
.btn_glyph {
	margin-right: 10px;
}

/* Boutons spéciaux */

/* Sauvegarder */
.btn_save {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #00a65a;
	min-width:120px;
}

.btn_save:hover {
	background-color: #008d4c;
}

/* Supprimer */
.btn_delete {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #dd4b39;
	min-width:120px;
}

.btn_delete:hover {
	background-color: #d73925;
}

/* Retour */
.btn_return {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #3c8dbc;
	min-width:120px;
}

.btn_return:hover {
	background-color: #367fa9;
}

/* Info */
.btn_info {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #00c0ef;
	min-width:120px;
}

.btn_info:hover {
	background-color: #00acd6;
}

/* Annulé */
.btn_default {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: black;
	border-color: #ddd;
	background-color: #f4f4f4;
	min-width:120px;
}

.btn_default:hover {
	background-color: #dddddd;
}

/* Attention */
.btn_attention {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #f39c12;
	min-width:120px;
}

.btn_attention:hover {
	background-color: #e08e0b;
}

/* Boutons icônes spéciaux */

/* Sauvegarder */
.icon {
	border-radius: 3px;
	position: relative;	
	padding: 5px 10px 5px 10px;
	min-width: 50px;
	height: 40px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	font-size: 20px;	
	text-decoration:none;
}
.href2:hover {

	border-color: #aaa;
	cursor: pointer;
}

.icon:hover {
	background: #f4f4f4;
	color: #444;
	border-color: #aaa;
	cursor: pointer;
}

.icon:active,
.icon:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.icon > .fa {
	width: 20px;
	height: 20px;
}

/* Box */

.field {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #00447b;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Modal */

.mod {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.3);
}

.mod-content {
	position: relative;
	width: auto;
	margin: 10px;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
	border: 0;	

	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);	
}

.mod-header {
	border-bottom-color: #f4f4f4;
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;  
}

.mod-header .close {
	margin-top: -2px;
}

.mod-title {
	margin: 0;
	line-height: 1.42857143;
}

.mod-body {
	position: relative;
	padding: 15px;
	overflow: auto;
	height: 650px;
}

.mod-footer {
	border-top-color: #f4f4f4;
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
	.mod-content {
		width: 70%;
		margin: 30px auto;

		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;		
	}
}

/* CHAMPS FORMULAIRE */

.input_group_icon {
	position: relative;
	display: table;
	border-collapse: separate;
	display: inline-table;
	vertical-align: middle;
}


.input_icon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;

	border-radius: 0px;
	border-color: #d2d6de;
	background-color: #fff;
	/*width: auto;*/
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	border-right: 0px;
}

.input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	border-radius: 0px !important;
	box-shadow: none;
	border-color: #d2d6de;   

	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;	     

	display: table-cell;  
}


.input:focus {
	border-color: #3c8dbc !important;
	box-shadow: none;
}

.input::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.input:-ms-input-placeholder {
	color: #bbb;
}

.input::-webkit-input-placeholder {
	color: #bbb;
}

.input:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input[disabled] {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

.input_label {

}


/* Champs avec bouton intégrer à droite */

.input_right_icon {
	position: relative;
	display: table;
	border-collapse: separate;
	display: inline-table;
	vertical-align: middle;
}

.button_right_icon {
	width: auto;
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;

	position: relative;
	font-size: 0;

	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn_right {
	border-left: 0px;

	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 1px;

	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;

	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	padding: 6px 12px;
	font-size: 14px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	color: white;
	background-color: #00a65a;
	border-color: #008d4c;
}

.btn_right:hover {
	background-color: #008d4c;
}


.button_exit {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'Glyphicons Halflings';
	font-weight:bold;
}

.button_exit:hover {
	background-color: #f7f7f7;
}

.button_exit:before {
	color: black;
	font-size: 25px;
	margin-top: 12px;
	content: "\e017";
}

.button_diary {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 43px;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*font-family: 'Glyphicons Halflings';*/
	font-family: 'FontAwesome';
	font-weight:bold;
	
}

.button_diary:before {
	color: black;
	font-size: 20px;
	margin-top: 12px;
	content:"\f274";
}

.button_diary:hover {
	background-color: #f7f7f7;
}

.button_check_in {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 43px;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*font-family: 'Glyphicons Halflings';*/
	font-family: 'FontAwesome';
	font-weight:bold;
}

.button_check_in:before {
	color: black;
	font-size: 20px;
	margin-top: 12px;
	content:"\f234";
}

.button_check_in:hover {
	background-color: #f7f7f7;
}

.button_availability_date {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 43px;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*font-family: 'Glyphicons Halflings';*/
	font-family: 'FontAwesome';
	font-weight:bold;
}

.button_availability_date:before {
	color: black;
	font-size: 20px;
	margin-top: 12px;
	content:"\f003";
}

.button_availability_date:hover {
	background-color: #f7f7f7;
}

.button_new_job_offer {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 43px;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*font-family: 'Glyphicons Halflings';*/
	font-family: 'FontAwesome';
	font-weight:bold;
	
}

.button_new_job_offer:before {
	color: black;
	font-size: 20px;
	margin-top: 12px;
	content:"\f044";
}

.button_new_job_offer:hover {
	background-color: #f7f7f7;
}


.button_recently_viewed {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 43px;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*font-family: 'Glyphicons Halflings';*/
	font-family: 'FontAwesome';
	font-weight:bold;
	
}

.button_recently_viewed:before {
	color: black;
	font-size: 20px;
	margin-top: 12px;
	content:"\f097";
}

.button_recently_viewed:hover {
	background-color: #f7f7f7;
}

.button_global_history {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 43px;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*font-family: 'Glyphicons Halflings';*/
	font-family: 'FontAwesome';
	font-weight:bold;
	
}

.button_global_history:before {
	color: black;
	font-size: 20px;
	margin-top: 12px;
	content:"\f1da";
}

.button_global_history:hover {
	background-color: #f7f7f7;
}

.button_upload {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;
  
  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/		
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
	
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	
  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;	
	border:solid 2px #cfcfcf !important;
	height:51px !important;
	line-height:51px;
	vertical-align:middle;
	
	text-align:left !important;
	background:#00447B !important;
	color:white;
}


.natureA, .natureE , .natureF
{
	font-size:16px;  
	font-weight:bold;
	color:white;
	width:200px;
	height:30px;
	
	
	line-height:30px;
	text-align:center;
	border-width:1px; 
	border-style:solid; 
	border-color:black;
	
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;
  
  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/		
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
}
.natureA{
	background-color:#E2001A;/*CC0000*/

}
.natureE{
	background-color:#FABA00;/*E69138*/
}
.natureF{
	background-color:#98BF0D;

}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
.requete_entree{
	border:solid 1px #CCCCCC;
	border-radius:5px;
	
	-moz-box-shadow:2px 2px 2px 2px #CCCCCC;;
	-ms-box-shadow:2px 2px 2px 2px #CCCCCC;;
	-webkit-box-shadow:2px 3px 3px 2px #CCCCCC;
	
	color:#444444;
	
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	width:200px;
	height:100px;
	float:left;
	margin:20px;
	text-align:center;
	line-height:100px;
	cursor:pointer;
}

.form-control-special {
  height: 28px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-special:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control-special::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-special:-ms-input-placeholder {
  color: #999;
}
.form-control-special::-webkit-input-placeholder {
  color: #999;
}
.form-control-special[disabled],
.form-control-special[readonly],
fieldset[disabled] .form-control-special {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control-special {
  height: auto;
}