﻿#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: calc(100% - 80px);
    left: 80px;
}

.menu-icon.menuHide {
    /*top: 90px;
    left: 6.2%;*/
	display:none;
}

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

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

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #147aa0;
}

.list-inline > li.sep{
    border-left: 1px solid #28373c;
}

.list-inline > li{
    color: #28373c;
}

.list-inline > li a{
    color: #28373c;
}

.list-inline > a{
    color: #28373c;
}

.language-selection .open{
    color: #28373c;
}

.language-selection span{
    color: #28373c;
}

.language-selection > ul > li.active > span{
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice{
    background-color: #e2e2e2
}

.chosen-container-multi .chosen-choices li.search-choice {
	color: #28373c;
}