body, .form-control, .dropdown-menu, .btn{
	font-size: 13px;
}
#app{
	padding-top:40px;
	padding-bottom: 30px;
}
#page{
	
}

nav.navbar{
	background-color: #ccb99f;
	height: 85px;
}

.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:#a28052;
	 text-decoration: none;
}
.btn{
	padding:4px 10px 4px 10px;
	font-size: 12px;
}
.btn.btn-icon{
	padding:2px 4px 2px 4px;
	font-size: 10px;
}
.btn-default, .badge-default{
	background-color: #ccb99f;
	border-color: #908060;
	color: black;
}
.btn-default:hover{
	background-color: #d6a36f;
	border-color: #a6836f;
	color: black;
}

.btn-light:hover{
	background-color: #ccb99f90;
}
.btn-light.btn-light-danger:hover, .btn-light-danger:hover{
	background-color: #dd4411ee;
}

.btn-icon{
	background-color: #cc6510;
	color:#eee;
}
.dropdown.bootstrap-select{
	height: 100%;
}
.bootstrap-select.form-control{
	border: 1px solid #ced4da;
}
.bootstrap-select.form-control button{
	line-height: 1.4;
}

.btn-dashbord{
    width: 125px;
    height: 125px;
    white-space: initial;
    margin: 4px;
}

.icon1-btn-dashbord{
    font-size: 50px;
    margin-top: 7px;
}

.icon2-btn-dashbord{
    position: absolute;
    font-size: 20px;
    margin-top: 45px;
}

.text-btn-dashbord{
  margin-top: 80px;
  padding-top: 10px;
  /* width: inherit; */
  /* width: 100px; */
  white-space: initial;
  word-wrap: break-word;
  width: 300px;
  line-height: 1.3;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  /* margin-top: 0px; */
}

/*______________________________
	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
}

.nav{
	margin-bottom: 20px;
}

.nav a{
	background-color: #eee;
	color: #000;
	margin-bottom: 1px;
}

.nav h4{
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	background-color: #ccb99f;
	margin-top: 0px;
	margin-bottom: 1px;
}

#nav-tab a{
	margin-left: 1px;
}
/*------------------------------*/
.form-group{
	margin-bottom: 0.7rem;
}

.form-control{
	height: calc(1.8rem + 2px);
	line-height: 1.4;
	padding: .275rem .5rem;
}

.custom-height{
	height: calc(1.8rem + 2px);
}

#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;
	top:1px;
	left:2px;
	border:none;
	border-radius: 1px;
}
.modal-header h3{
	font-size:15px;
}
.modal-body{
	margin-top: 10px;
}
.modal-footer{
	background-color: #eee;
	padding: 10px 15px 5px 15px;
	top:1px;
	left:2px;
	border:none;
	border-radius: 1px;
}
/*______________________________
	Table
-------------------------------*/

.div-table{
	width: 100%;
}

.table{
	border: none;
}
.table th{
	font-weight:600;
	white-space: nowrap;
}
.table td, .table th{
	padding: 6px;
	border: none;
}
table.table-head{
	margin-bottom: 0px;
}
table.table-head th{
	background-color: #ddd;
}
table.sortable th{
	cursor: pointer;
}

table.table-hover tbody tr:hover{
	background-color: #ccb99f90;
}


table tr.selected, table.table-hover tbody tr.selected:hover, table.table-striped tbody tr.selected:nth-of-type(odd){
	background-color: #ccb99f;
}

.show_onhover_td{
	display: none;
}
td:hover .show_onhover_td{
	display: inline;
}

fieldset legend {
	font-size: 1.2rem;
}

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;
}

.right_list td{
	vertical-align: top;
	padding: 3px;
}
.right_list td .container_checkmark{
	width: 18px;
	margin: auto;
	padding: 0px;
}

.tabulation {
	margin-left: 25px;
}

.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);
}

fieldset.has_error {
	border-color: #8B0000!important;
}

.form-group.has_error, fieldset.has_error, .form-row.has_error{
	color: #8B0000;
}
.form-group.has_error input, .form-group.has_error select, fieldset.has_error input, fieldset.has_error select, .form-row.has_error select, .form-row.has_error input {
	border-color: #8B0000;
}
.form-group .onInvalid{
	display: none;
	color: #8B0000;
}
.form-group.has_error .onInvalid, .form-row.has_error .onInvalid, .form-row.has_error .form-group .onInvalid{
	display: block;
	font-style: italic;
	font-size: 0.8em;
}

.form-control:focus{
	border-color: #7b612c4d;
	box-shadow: 0 0 0 0.1rem #9080606d;
}
.btn:focus{
	box-shadow: 0 0 0 0.1rem #9080608d;
}	


.upload_area .list-group-item{
	border: none;
	background-color: transparent;
}

.upload_area.drag{
	background-color: #ccb99f55;
	border: 2px dashed #ccb99f;
}

.upload_area{
	min-height:50px;
	border: 1px dotted grey;
}

.fileupload_info{
	color: silver;
	font-size: 0.9em;
}
.fileupload_info:hover{
	color: black;
}

.alert-fixed{
	position: fixed;
	left: 0px;
	right: 0px;
	width: 40%;
	margin: auto;
	z-index: 99999;
}

.alert-fixed .close{
	position: absolute;
	font-size: 16px;
	top: 3px;
	right: 7px;
}

tr.editing .helper_editing{
	color: #9e6115!important;
}

fieldset.editing, tr.editing a, tr.editing input, tr.editing select{
	border-color: #9e6115!important;
	color: #9e6115!important;
}
fieldset.editing input, fieldset.editing select{
	border-color: #9e6115!important;
}

.pre-formatted {
  white-space: pre;
}