body, .form-control, .dropdown-menu, .btn{
	font-size: 13px;
}
#app{
	padding-top:40px;
}
#page{
	
}
.row.page{
	margin-top: 60px;
}
.footer .navbar{
	background-color:#353945;
	color:#eee;
	font-size: 12px;
}
.no-margin{
	margin:0px;
}
.no-padding{
	padding:0px;
}
.title-page{
	background-color: #ddd;
	padding: 10px 10px 1px 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
a{
	 color:#09C;
}
a:hover{
	 color:#cc6510;
	 text-decoration: none;
}
.btn{
	padding:4px 10px 4px 10px;
	font-size: 12px;
}
.btn.btn-icon{
	padding:2px 4px 2px 4px;
	font-size: 10px;
}

.btn-outline-default{
	border-color: #cc6510;
}

.btn-default{
	background-color: #cc6510;
	border-color: #cc6510;
	color: #eee;
}
.btn-default:hover{
	background-color: #d6833f;
	border-color: #d6833f;
	color: #eee;
}
.btn-icon{
	background-color: #cc6510;
	color:#eee;
}
.btn-link {
	line-height: 1;
	padding: 0px;
	color: black;
}
.btn.btn-link {
	text-align: left;
	white-space: normal;
}
.btn-link:hover {
	color: #d6833f;
}
.dropdown.bootstrap-select{
	height: 100%;
}
.bootstrap-select.form-control{
	border: 1px solid #ced4da;
}
.bootstrap-select.form-control button{
	line-height: 1.4;
}
.vuejs{
	display: none;
}
.vuejs.loaded{
	display: block;
}
/*______________________________
	Nav
-------------------------------*/
.app-navbar{background-color: #353945; padding:4px 15px 4px 15px;}
.navbar-light {z-index: 10; font-size: 13px;}
.navbar-light .dropdown-menu {margin-top: -5px;background-color: #353945;border-radius: 0px;border-top:none;border-color: #353945;}
.navbar-light .dropdown-menu a {margin-top: 7px;color: #ddd;}
.navbar-light .dropdown-menu a:hover {margin-top: 7px;background-color: #666;}
.navbar-light .navbar-nav .nav-link{
	color: #bbb;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
}
.nav-page{
	margin-top: 40px;
	background-color: #ddd;
	z-index: 9;
	padding: 12px 10px 5px 30px;
	font-size: 15px;
	font-weight: 500;
}
.navbar.fixed-bottom{
	margin-top: 5px;
	color: white
}
/*------------------------------*/
.form-group{
	margin-bottom: 0.7rem;
}

.form-control{
	height: calc(1.8rem + 2px);
	line-height: 1.4;
	padding: .275rem .5rem;
}
#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;
	width: 80px;
}
/*______________________________
	Modal popup
-------------------------------*/
.modal-content{
	border-radius: 2px;
}
.modal h3{
	font-size: 17px;
	font-weight:600;
}
.modal-header{
	background-color: #eee;
	padding: 10px 15px 5px 15px;
	position:fixed;
	width: 99.3%;
	top:1px;
	left:2px;
	border:none;
	border-radius: 1px;
}
.modal-header h3{
	font-size:15px;
}
.modal-body{
	margin-top: 60px;
}
/*______________________________
	Table
-------------------------------*/
.table{
	border: none;
}
.table th{
	font-weight:600;
	white-space: nowrap;
}
.table td, .table th{
	padding: 6px;
	border: none;
}
.table.table-bordered td, .table.table-bordered th{
	border: 1px solid #dee2e6;
}
table.table-head{
	margin-bottom: 0px;
}
table.table-head th{
	background-color: #ddd;
}
table.sortable th{
	cursor: pointer;
}
.show_onhover_td{
	display: none;
}
td:hover .show_onhover_td{
	display: inline;
}

#planificationMensuelle table{
	font-size: 0.8em;
}

#planificationMensuelle th.sunday{
	background-color: #d7c096;
}
#planificationMensuelle th.total, #planificationMensuelle td.total{
	background-color: #cc6510;
	text-align: center;
	color: white;
}
#planificationMensuelle table input.focused{
	border: 1px solid #cc6510;
	outline-style: none;
}

#planificationMensuelle .btn_detail{
	position: absolute;
	z-index: 10;
	background-color: #cc6510;
	color: white;
	padding: 2px;
	cursor: pointer;
	left: -2px;
	top: -3px;
}

#planificationMensuelle .attached{
	position: absolute;
	z-index: 10;
	color: #cc6510;
	padding: 2px;
	left: 1px;
	top: -3px;
}

#planificationMensuelle .detailHeure{
	position: absolute;
	width: 350px;
	height: 225px;
	top: -225px;
	left: -350px;
	border: 1px solid black;
	background-color: #fff;
	z-index: 100;
}
#planificationMensuelle .detailHeure.pinLeft{
	left: 0px;
}

#planificationMensuelle .detailHeure .detailHead{
	background-color: #eee;
	font-size: 1.1em;
}
#planificationMensuelle .detailHeure .detailHead, #planificationMensuelle .detailHeure .detailContent{
	padding: 10px;
}

#planificationMensuelle .detailHeure .closeDetail{
	cursor: pointer;
}


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;
}

.tool-tip {
  display: inline-block;
}

.tool-tip [disabled] {
  pointer-events: none;
}


/*---------- 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: #cc6510;
}

/* 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);
}


/* Table width column */

.col-width-5 {
	width: 5%;
}
.col-width-8 {
	width: 8%;
}
.col-width-12 {
	width: 12%;
}

@media (max-width: 992px){
	.col-md-width-30 {
		width: 30%;
	}
	.col-md-width-20 {
		width: 20%;
	}
	.col-md-width-10 {
		width: 10%;
	}
}

#messageBox{
	position: absolute;
	z-index: 9999;
	margin: auto;
	width: 500px;
}
.flashMessage{
}