﻿.badge-num{
    background-color:#d9534f; 
    border-radius: unset; 
    font-weight: 600;
    font-size: 11px;
}

.control-label{
    margin-top: 10px;
    font-weight: 500;
}
.loghome .form-control{
    border: 1px solid #d5d5d5;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
  color: #999;
}

#showcase > div.note{
    background-color: #9999;
}

.table-striped > tbody > tr.note{
    background-color: #9999;
}

#showcase > div:hover.nohover {
	background: #fff;
    height:100%; 
    border-bottom: 0px;
    cursor:default;
}

#showcase > div.nohover {
	background: #fff;
    height:100%; 
    border-bottom: 0px;
    cursor:default;
}

#col-result.showListeDetail{
    width:98%;
}

div.sidebar.menuHide {
    width: 0%;
}

div.sidebar.menuHide {
	transition: all 0.3s ease;
	left: -25%;
}

div.sidebar.menuHide ~ #content {
    left: 1%;
	transition: all 0.3s ease;
	width: 99%;
}

.menu-icon.menuHide {
    left: -10px;
}

div.sidebar.menuHide ~ #content > #col-result.showListeDetail {
    width: 61%;
}

div.sidebar.menuHide ~ #content > #col-fiche {
    display: block;
    width: 35%;
}

div.sidebar:not(.menuHide) ~ #content > #col-result.showListeDetail ~ #col-fiche {
    display: none;
}

div.sidebar.menuHide ~ #content > #col-result:not(.showListeDetail) ~ #col-fiche {
    width: 58%;
}

#col-result.showListeDetail > #showcase {
    display: none;
}

#col-result.showListeDetail > #listeDetail {
    display: block;
}

#col-result:not(.showListeDetail) > #listeDetail {
    display: none;
}

.language-selection a:active {
}

.table-scroll{
    height:92%
}

.language-selection .open, .skin-selection .open {
    display: block;
    float: left;
	margin-right:0;
    position: relative;
	top:0px;
    -webkit-transition: -webkit-transform ease-in-out .25s;
    transition: transform ease-in-out .25s;
	color: #fff;
}

.form-control.has-error{
	border: 1px solid #bf190a;
}

.chosen-container.chosen-container-single.chosen-select.chosen-container-single-nosearch.has-error{
    border: 1px solid #bf190a;
}