h1{
	margin-top: 0px;
	margin-bottom: 15px;
}
html, body{
	font-size: 12px;
}

body{
	position: relative;
	padding-bottom: 55px;
}

table.table th, table.table td.nowrap {
	white-space: nowrap
}

#vNavigationMenu .navbar{
	min-height: 40px;
}
.navbar-nav > li > a{
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer .navbar{
	min-height: 45px;
	height: 45px;
	padding: 5px;
	vertical-align: middle;
}

.footer .navbar{
	margin: 0px;
}

#niveau_password
{
    background-image: url("img/bg_password_score.jpg");
    background-repeat:repeat-y;
    background-position: 0 0;
    position:absolute;
    width: 100px;
    z-index: 0;
    border:1px solid black;
    text-align:center;
    margin-left:5px;
}

/* input-xs */
.input-xs{
	height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; //If Placeholder of the input is moved up, rem/modify this.
    border-radius: 3px;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.small-padding .help-block{
	margin-top: 0px;
	margin-bottom: 1px;
}

.small-padding {
	min-height: 26px;
	margin-bottom: 3px;
}

.small-padding label, .small-padding .control-label {
	padding-top: 4px;
}

.evidence{
	background-color: #ddd;
	padding: 15px;
	border-radius: 5px;
}
.progress .percent{
	color: black;
	width: 100%;
	position: absolute;	
	text-align:center;
}

.nav.category_list li i{
	font-size: 15px;
}
.nav.category_list li .before_cat{
	width: 20px;
	display:inline-block;
}
.nav > li > a.open, .nav > li > a.selected{
	font-weight:bold;
	color: navy;
}
.nav > li > a.selected, .nav > li > a.selected:hover, .nav > li > a.selected:focus{
	background-color: #ddf;
}
.nav.category_list ul.close{
	display: none;
}

.form-custom input, .form-custom select{
	margin-bottom: 4px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background-color:#e6e6e6;
	border-color: #adadad;
}
.navbar-default .navbar-nav > li.dropdown > a:hover, .navbar-default .navbar-nav > li.dropdown > a:focus{
	background-color:transparent;
}

.avec_infobulle{
	position: relative;
}

.avec_infobulle .infobulle{
	display:none;
}

.avec_infobulle:hover .infobulle {
	position: absolute;
	display: inline;
	top: 15px;
	right: 15px;
	border: 1px solid grey;
	padding: 8px;
	background-color: #eee;
	z-index: 10;
	white-space:nowrap;
}

fieldset.scheduler-border {
    border: 1px solid #ccc !important;
    padding: 0 1.4em 0.2em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

.scheduler-border legend{
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
	width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
	margin-bottom:3px;
}


#vSaisirSemaineHotelPersonnes .badge{
	font-size: 8px;
	position: absolute;
	top: -2px;
	right: -5px;
	padding-right:4px;
	padding-left:5px;
	padding-bottom:1px;
	padding-top: 3px;
}


.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}


/*@media(min-width:768px) {*/
    .sidebar {
        z-index: 25;
        position: absolute;
        width: 250px;
        top: 42px;
		height: auto;
		padding: 15px;
		margin-left: -220px;
		overflow-y: auto;
		border-top: 2px solid black;
		border-left: none;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
		background-color: transparent;
		z-index: 10;
    }
/*
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}*/

.sidebar .btn-hide{
	position:absolute;
	top:-2px;
	right: 0px;
	border: 2px solid black;
	border-top-right-radius: 15px;
	background-color: silver;
	width: 35px;
	height: 42px;
	padding-left: 5px;
	padding-top: 3px;
	
}

.sidebar .btn-hide a{
	position: absolute;
	font-size: 25px;
}

.sidebar .btn-hide a:hover, .sidebar .btn-hide a:focus{
	background-color:transparent;
}

.sidebar .btn-hide a:hover i{
	color: black;
}


.calendar-mois{
	position: relative;
	width: 198px;
	overflow: hidden;
}
.calendar-mois .semaine-calendar{
	z-index: 15;
	height: 26px;
	margin: auto;
	display: block;
}
.semaine-calendar{
	overflow: hidden;
}
.semaine-calendar.actuelle{
	border: 1px black dashed;
}
a.semaine-calendar:hover{
	border: 1px solid black;
	background-color: #aaa;
	
}
a.semaine-calendar:hover .calendar-jour.paire, a.semaine-calendar:hover .calendar-jour.impaire{
	background-color: #aaa;
}

a.calendar-jour.paire:hover, a.calendar-jour.impaire:hover{
	border: 1px solid black;
	background-color: #aaa;
}

/*.calendar-mois .calendar-jour.paire.actuel:hover, .calendar-mois .calendar-jour.impaire.actuel:hover{
	padding: 4px; 
	border-top: none;
	border-bottom: none;
}*/

.calendar-mois .calendar-jour.paire.actuel, .calendar-mois .calendar-jour.impaire.actuel{
	font-weight: bold;
	border: 2px solid black;
	background-color: #889;
	color: white;
	
}

.calendar-mois .calendar-jour{
	display: block;
	float:left;
	width: 28px;
	height: 26px;
	vertical-align: middle;
	padding: 3px;
	padding-right: 6px;
	padding-left: 6px;
	margin: 0px;
	text-align: center;
}
.calendar-mois .span-calendar-jour{
	z-index:15;
}
.calendar-mois .calendar-jour.paire{
	background-color: #dde;
}
.calendar-mois .calendar-jour.impaire{
	background-color: #d8e6ff;
}

.calendar-mois .background-calendar{
	width: 196px;
	text-align: center;
	font-weight: bold;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

i.delete_action{
	font-size: 45px; 
	color:black;
	background-color: #eee;
	border: 2px solid black;
	padding:5px;
	border-radius: 15px;
}

i.delete_action:hover{
	color: red;
	border-color: red;
}


.absence{
	display:block;
	position: absolute;
	height: 100%;
	right: -1px;
	left: -1px;
	background-color: #88f;
	text-align: center;
	padding-top: 5px;
	color: white;
}

.absence_am{
	width: 49%;
	left: 0px;
	right: inherit;
	
}

.absence_pm{
	width: 49%;
	right: 0px;
	left: inherit;
}

table .absent{
	background-color: #ddd;
	color: #aaa;
}
table .absent input {
	background-color: #ddd;
	color: #aaa;
}

#vListeChantiers ul{
	padding-left: 16px;
}
.input-group-time .picker-switch, .input-group-time .timepicker-picker, .input-group-time .bootstrap-datetimepicker-widget, .input-group-time .timepicker{
		max-width: 100px;
	
}
.input-group-time .timepicker, .input-group-time .picker-switch{
	margin: auto;		
}

.timepicker-picker  table td a span,
.timepicker-picker  table td a,
.timepicker-picker  table td,
.timepicker-picker  table td span
{height: 30px !important;line-height: 30px !important;width: 30px !important; line-height:30px !important; padding:0px !important; margin: 0px;}



/*---------- Custom Checkbox ------------
/* Customize the label (the container) */
.container_checkmark {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_checkmark.container_checkmark-right{
	padding-right: 24px;
}

/* Hide the browser's default checkbox */
.container_checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
}
.container_checkmark-right .checkmark{
	right: 0px;
	left: auto;
}

/* On mouse-over, add a grey background color */
.container_checkmark:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkmark input:checked ~ .checkmark {
  background-color: #337ab7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_checkmark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checkmark .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.upload_area .list-group-item{
	border: none;
	background-color: transparent;
	padding-bottom: 0px;
	padding-top: 3px;	
}

.upload_area.drag{
	background-color: #ccb99f55;
	border: 2px dashed #ccb99f;
}

.upload_area{
	min-height:50px;
	border: 1px dotted grey;
}
