.navbar {
    font-weight: 400;
}

.form-control-plaque::before {
    content: ' ';
    position: absolute;
  	top: 3px;
    left: 3px;
    z-index: 10;
  /*  border-top-left-radius: 0.40rem;
    border-bottom-left-radius: 0.40rem;*/
    width: 40px;
    height: 89%;
    background-color: #0b6ba8;
    content: " " url("../../assets/img/plaque-left.png");
    padding-left:10px;
    padding-top:4px;
}

.form-control-plaque .form-control:disabled{
	background-color:#fff!important;
}

.form-control-plaque::after {
    content: ' ';
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
  /*  border-top-right-radius: 0.40rem;
    border-bottom-right-radius: 0.40rem;*/
    width: 40px;
    height: 89%;
    background-color: #0b6ba8;
}


.form-control-plaque {
    position: relative;
}

.form-control-plaque input {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size:32px;
    height:55px;
    letter-spacing:1px;
}


.form-control-plaque-col {
    position: relative;
}

.form-control-plaque-col input {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size:32px;
    height:55px;
    letter-spacing:1px;
    background-color:#000;
    color:#C5C5C5;
    border:2px solid #C5C5C5;
}

.form-control-plaque-col input:focus {
	 background-color:#000;
	  color:#C5C5C5;
}


.blue-text{color: #0b6ba8!important;}

.md-accordion .card .card-header a:hover{text-decoration:none;}
.md-accordion .card .card-body {font-weight:normal;font-size:1rem;}

/*
.bg-primary {
    background-color: #0b6ba8 !important;
}
*/


.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {content: none; }
.bc-icons-2 .breadcrumb-item.active {color: #fff;font-weight:600;text-decoration:underline;}
.bc-icons-2 .breadcrumb-item a,.bc-icons-2 .breadcrumb-item{color: #fff;font-weight:500;}
.fa-caret-right{padding-top:5px;color:#fff;text-decoration:none!important;}

li .circle {
    display: inline-block;
    margin-top:2px;
    width: 18px;
    height: 18px;
    margin-right: .5rem;
    color: #0b6ba8;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    font-size:10px;
    line-height:16px;
    font-weight:bold;
    display:none;
}

li.active .circle {
    color: #fff; 
    background-color: #007bff;
    color:#fff;
}

div.pr.card-active::after,div.ve.card-active::after {
   font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
    color: #007bff;
    font-size: 18px;
    position: absolute;
	top: 15px;
	right:13px;
	font-weight:900;
}

div.pr.card-active::after {
	top: 25px;
}

/*div.card-active .card-body div{color:#007bff !important;}*/
.hoverable label:hover {cursor:pointer!important;}

table td {
    font-size: 0.9rem;
    font-weight: normal;
}

.hoverable {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out
}

.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out
}

.card-header-perso{border:0;background:none;font-weight:600;font-size:1.20rem;}
.text-small{font-size:0.85rem;}

label {
    display: inline-block;
    margin-bottom: .3rem;
    font-weight:600;
    font-size:0.9rem;
}

.form-check-input[type="checkbox"] + label, label.btn input[type="checkbox"] + label {padding-left:30px;}
.table-sm td, .table-sm th {padding: 1rem;}
.form-check label{font-size:1rem;font-weight:normal;}
div.pr.card-active,div.ve.card-active {border: 1px solid #007bff;}
.tooltip-inner ul{padding-left:15px;margin-bottom:0;}
.tooltip-inner ul li{line-height:24px;}
.md-inner-main {font-size: 15px;font-weight:normal;background: rgba(87, 97, 122, 0.95) !important;}
.tooltip-inner-240 {min-width: 240px;}
.btn-rounded {
    border-radius: 10em
}

.container{
  -khtml-user-select : none;
  -webkit-user-select : none;
  -moz-user-select : -moz-none;
  -ms-user-select : none;
  user-select : none;
}

.badge {font-weight:600;}
.badge-light {color:#212529!important;background-color:#EDEDED!important;}

.invalid-feedback-p {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.obflink:hover{cursor:pointer;}
