/* Css WIlliam Koï - 12/18 */

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,900'); */

/*3A4F88 couleur foncé*/

ul.sidebar-menu li.active a,
ul.sidebar-menu li a:hover,
ul.sidebar-menu li a:focus {
  background: #ddd;
  border-left : 10px solid #3A4F88 !important ;
}
#resume_liste_client .row>div>div:first-child {
  background: #3A4F88 !important;
}
.modal-header {
  background: #3A4F88 !important;
border: 1px solid #fff !important;
}

#resume_liste_client .row>div>div:first-child {
  background: #3A4F88;
}
.panel-heading {
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4 ;
background : #3A4F88;
}
.dark-bg {
  background: #3A4F88;
}

.boite_resizables,.boite_droppable {
border:2px solid #3A4F88 !important;
}



/*5F74AD couleur clair*/
.panel.panel-success .panel-heading,
.panel.panel-success .panel-footer {
  background: #5F74AD !important;
  color: #fff;
  border: 1px solid #3A4F88;
}

.fc-day-header,
.fc-week-number,
.fc-axis,
.fc-resource-cell,
.fc-widget-header {
  background-color: #3498db;
}

.btn-info{
	background-color: #5F74AD;
	border-color: #5F74AD;
	color: #fff;
}
.btn-info:hover,
.btn-info:focus, 
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #798EC7;
  border-color: #798EC7;
}
.dark-bg .badge.bg-important {
	color: #5F74AD;
}



.dropdown-menu.extended.logout > li:last-child {
    background: #5F74AD;    
}
.dropdown-menu.extended.logout > li.eborder-top {
    border-top: 2px solid #5F74AD !important;    
}

.dropdown-menu.extended li p.blue {
    background-color: #5F74AD;
    color: #fff;
}
.notify-arrow-blue{
    border-color: transparent transparent #5F74AD;
    border-bottom-color: #5F74AD ;
    border-top-color: #5F74AD ;
}

.table_agenda thead tr:not(.not_color), .table_agenda tfoot tr:not(.not_color) {
  background: #5F74AD ;
}
.wrapper-sticky table tr.skt-sticky-top th,
.wrapper-sticky table tr.skt-sticky-top td,
.wrapper-sticky table tr.skt-sticky-bottom th,
.wrapper-sticky table tr.skt-sticky-bottom td {
    background-color: #5F74AD;
}
	
.table_agenda thead tr th {
  color: #fff;
}

.table_agenda th {
  background: unset;
  font-weight: 300 ;
  color: #575757;
}


.table_agenda td {
  border: 1px solid #cbcbcb !important;
  border-top: none;
  font-weight: 300;
}


.panel .panel-heading ul li a {
  border: none;
}


.panel .panel-body {
  border: 1px solid #d0d8df;
  border-top: none;
  padding: 15px !important
}



.boite_pour_formulaire {
  border: 1px solid #ddd;
}



.label-success{
	background-color:#008C17;
}
.label-info {
    background-color: #1889c0;
}



.btn-success {
   background-color: #00a49f;
   border-color: #00a49f;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
   background-color: #01ada7;
   border-color: #01ada7;
}