/*.site-header .navbar-brand .logo {
    width: 98%;
    background: url(../img/gdms_logo.png) no-repeat;
}*/
/*
.logoBar .logo .text {
    display: none !important;
}
.logoBar .logo .ng-scope {
    display:none !important;
}
.logoBar .logo  span{
    display: none;
}
.logoBar .logo .text {
    display: none !important;
}
*/
.compact-sidebar .site-sidebar .jspContainer .jspPane{
    left: 0px !important;
}
.site-header .toggle-button.dark span {
    background-color: rgb(22 22 22);
}
.site-header .toggle-button.dark span:before, .site-header .toggle-button.dark span:after {
    background-color: rgb(22 22 22);
}

@media (max-width: 768px){
	.site-header .navbar-brand {
		padding: 1.3rem 0 0; 
	}
}
.site-header .navbar-brand {
    display: inline-block;
    float: none;
    margin: 0;
    /* padding: 0.5rem 0 0; */
    padding: 0.3rem 0 0;
    height: 60px;
}
.site-header .navbar-brand .logo {
    /* width: 100px; */
    width: 150px;
    height: 45px;
    background: url(../img/logo.png) no-repeat;
}

.boxed-wrapper .site-sidebar {
    position: absolute !important;
    z-index: 99;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    margin-top: 60px;
    /*width: 300px;*/
    background-color: #212330;
}
.boxed-wrapper .site-header {
    position: absolute !important;
    top: 0;
    /*    left: 0;
        right: 0;*/
}
.site-header .application-type {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 1rem 0 0;
    height: 60px;
	font-size: 1.5rem;
	text-align: center;
}
@media (min-width: 768px){
    .site-sidebar {    
        width: 200px;
    }
	/*.site-header .navbar-brand {
		padding: 1.3rem 0 0; 
	}*/
    .site-header .navbar-right {
        margin-left: 200px;
        height: 60px !important;
    }
    .site-header .navbar-left {
        float: left;
        width: 200px;
    }

    .site-content {
        margin-left: 200px;
    }
    #contentZone {
        min-height: 500px;
    }
}

.fixed-header .site-content {
    padding-top: 60px;
}
.site-header .navbar-left {
    height: 60px;
    background-color: #212330;
    text-align: center;
    background: white;
    border: 1px solid #bbc2ce;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header .navbar-right .toggle-button {
    margin-left: -10px; 
}



.sign-form .box {
    background-color: rgb(255, 255, 255);
}

table thead.grey-header{
    background: #a6b6d2;
}
table tr.grey-header{
    background: #a6b6d2;
}
table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}
.margin-0{
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
	margin-left:0 !important;
}
.padding-0{
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	padding-left:0 !important;
}

.p-lr-1 {
     padding: 0rem 1rem!important; 
}

.width-5 {
    width:5% !important;
}
.width-10 {
    width:10% !important;
}
.text-small {
  font-size: 0.75rem;
}
.text-bold{
	font-weight:bold;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  /*border-radius: 4px;*/
  /*-moz-border-radius: 4px;*/
  /*border:1px solid #ddd;*/
  /*margin-top: 20px;*/
  /*margin-left: 50px;*/
  /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; 
  padding-left: 20px;
  padding-top: 10px;*/
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.vertical-text{
white-space: nowrap;
transform: rotate(90deg) translate( -50%,0);
display: block;
font-size:20px !important;
}
.one{
	width:2% !important;
}

.eleven{
	width:98% !important;
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0 !important;
    height: 300px !important;
    text-align: center !important;
    line-height: 150px !important;
}

div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #59BDEB !important;
    border-color: #59BDEB !important;
	
}

div.bhoechie-tab-menu div.list-group > a.active::after {
	border-left-color:#59BDEB !important
	
}
option:disabled {
	color: red;
	
}
/*Mettre les boutons de telechargemrnt en haut*/
caption.top {
	caption-side: top;
}
/*Bien fixed l'entete quand en mode fixed header*/
.fixedHeader-floating{
	table-layout: auto !important;
	top: 0px !important;
}

/* hummingbird/hummingbird-treeview.css"> */
.wizard-steps > li {
    padding: 10px 10px;
}
.wizard-content {
    padding: 0.5rem;
}
.hummingbird-treeview {
    padding: 10px 0;
}
.hummingbird-base {
    padding: initial;
}
.hummingbird-treeview, .hummingbird-treeview * {
    font-size: 15px;
    line-height: 10px;
}

/* Ensure that the demo table scrolls */
 th, td { white-space: nowrap; }
 div.dataTables_wrapper {
	 /*width: 1200px;*/
	 margin: 0 auto;
 }
 table.dataTable thead th{
	padding: 5px 10px;
}
 table.dataTable tbody td {
	padding: 4px 5px;
}
table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
	top: 4px !important;
	right: 2px !important;
}
table.dataTable thead th, table.dataTable tbody td {
	vertical-align: middle;
}
.hidden{
	display: none;
}
div.bhoechie-tab-container {
	z-index: 0 !important;
}

table.dataTable.floatThead-table {
	margin-top: 0px !important; 
    margin-bottom: 0px !important;
	border-bottom: none;
}

table#comparativeT,  table.historyTable {
  margin: inherit !important;
}
/*
.floatThead-container {
  width: 100% !important;
}
.floatThead-table {
  width: 100% !important;
}
*/