aside.left-panel {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3c3c+0,6f6f6f+100 */
	background: #3c3c3c; /* Old browsers */
	background: -moz-linear-gradient(top, #3c3c3c 0%, #6f6f6f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3c3c3c 0%,#6f6f6f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3c3c3c 0%,#6f6f6f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#6f6f6f',GradientType=0 ); /* IE6-9 */
}

.navbar {
	background: none;
}

.navbar .navbar-brand {
	border-bottom: 1px solid #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 5px;
}

.navbar .navbar-nav li > a .menu-icon {
	color: #ffffff;
	width: 35px;
}

.navbar .menu-title {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.navbar .navbar-nav li > a {
	color: #fff !important;
}

.btn-primary {
	background: #3c3c3c;
	border-color: #3c3c3c;
}

.open aside.left-panel .navbar .navbar-brand.hidden {
	line-height: 21px;
	font-size: 16px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu {
	background: none;
}


.open .menutoggle i:before {
	content: "\f105";
} 

.card {
	border: 0;
	border-radius: 5px;
}

.font-24 {
	font-size: 24px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
	padding: 2px 0 2px 0;
}

.bg-flat-color-6 {
	background: #ac84d2;
}

.bg-flat-color-7 {
	background: #ff970b;
}

.bg-flat-color-8 {
	background: #3c49a4;
}

.bg-flat-color-9 {
	background: #97c54f;
}

.card-body .icon-card {
	text-align: center;
	display: inline-block;
	padding: 15px 10px;
	font-size: 24px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 10px;
}

.card-title {
	margin-bottom: 0;
}

body {
	background: #f3f4f9;
}

.navbar-toggler {
	color: white;
}

.ptIconLink {
	padding-top: 4px;
}

.btn-rounded {
	border-radius: 5px;
}

.btn-success {
	background: #97c54f;
	border: 1px solid #97c54f;
}

.date-area p {
	font-size: 12px;
	margin-right: 10px;
	vertical-align: middle;
	padding-top: 10px;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 0;
}

.height200 {
	min-height: 200px;
}

.form-check-label+.form-check-label {
	padding-left: 10px;
}

.input-group-addon {
	border-left: 0;
	border-radius: 0 5px 5px 0;
}

.card .card-footer {
	background-color: #fff;
}

.lower {
	text-transform: lowercase;
}

.dataTables_paginate .pagination li.active a {
	background: #6f6f6f;
	border-color: #6f6f6f;
}

.pagination {
	margin-bottom: 0;
}


.strike {
	text-decoration: line-through;
}
.green {
	color: #4dbd74;
}
.red {
	color: #f86c6b;
}
.headerSearch {
	margin-top: 6px;
	padding: 0px 15px;
}
.headerSearch .form-group {
	margin: 0;
}
.headerSearch input {
	border-right: 0;
}
.headerSearch .btn {
	border-radius: 0 5px 5px 0;
}
.btn-bloc {
	width: 100%;
	display: block;
}


.npl {
	padding-left: 0;
}
.npr {
	padding-right: 0;
}

.uniteSelect {
	margin-top: 5px;
	display: block;
}

.bordereauSectionTitle {
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.form-horizontal label {
	margin-bottom: 0;
	margin-top: 6px;
	font-size: 14px;
}

.mb0 {
	margin-bottom: 0;
}
.mt5 {margin-top: 5px;}
.mb5 {margin-bottom: 5px;}

.big-checkbox {width: 15px; height: 15px;}

.bg-client {
    background: #030c33 url('/images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-client.bordereaux {
    background: #000000 url('/images/dashboard/bordereaux.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-client.pointages {
    background: #000000 url('/images/dashboard/pointages.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-client.clients {
    background: #000000 url('/images/dashboard/clients.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-client.prestations {
    background: #000000 url('/images/dashboard/prestations.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-client.acces {
    background: #000000 url('/images/dashboard/acces.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-client.logout {
    background: #000000 url('/images/dashboard/logout.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.dashboard .card{
    font-family: 'Montserrat', sans-serif;
}


.register-link a, .login-form label a {
	color: #00aced;
}

.form-control {
	border-color: #bbb;
}

.bootstrap-select>.dropdown-toggle {
	border-color: #bbb;
	border-radius: 5px;
}

select.form-control {
	color: rgb(33, 37, 41);
	background-color: rgb(248, 249, 250);
	border-color: #bbb;
	border-radius: 0;
	outline: none;
}

select.form-control:focus {
	outline: none;
}

.card-header {
	background: #3c3c3c;
	color: white;
	padding: 7px 15px;
}

.card-body {
	padding: 10px 15px;
}

.card {
	margin-bottom: 10px; 
}

.table {
	margin-bottom: 0;
}
.card-title a, .card-title a:hover, .card-title a:focus {
	color: white;
}

.table-striped tbody tr.presaisie:nth-of-type(odd){ background: #dae6f7 !important; }
.table-striped tbody tr.presaisie:nth-of-type(even){ background: #e8effa !important; }

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.list_mails, .list_mails_relance{
    list-style: none;
}

.list_mails li, .list_mails_relance li{
    padding: 8px 0px 10px 10px;
    background: #eee;
    border-top: 1px solid #ccc;
}

.list_mails li:first-child, .list_mails_relance li:first-child{
    border-bottom: none;
}

.list_mails li a, .list_mails_relance li a{
    float: right;
    margin: -4px 15px 0px 10px;
}

.mailto, .telto{
    color: #cda900;
    font-weight: bold;
}

/*_____ FORCE */

.btn-outline-info {
    color: #b99800;
    background-color: transparent;
    background-image: none;
    border-color: #b99800;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b99800;
    border-color: #b99800;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b99800;
    border-color: #b99800;
}

 @media screen and (min-width: 812.99px) {
    .table-responsive{
        display: table;
    }
 }

.options_list li{
    list-style: none;
}

.c-agrillaume{ 
    color: #F1D50F !important;
}
.bg-agrillaume{
    background-color: #F1D50F !important;
}

/* _____________________________________ SLIDER RANGE */


 #atelier_pic_usure{
	display: inline-block;
	width: 75%;
	padding: 0;
 }

 .range-slider__value{
	top: -3px;
    display: inline;
    position: relative;
    margin-bottom: 0px;
    width: 50%;
    font-size: 20px;
    background: #eee;
    margin: 10px;
    padding: 4px 10px;	
 }
