/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17 févr. 2021, 15:07:55
    Author     : klegeay
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17 févr. 2021, 14:59:37
    Author     : klegeay
*/
.skin-blue {
  /* * * Font * * */
  /* * * Icon * * */
  /* * * Button * * */
  /* * * Header* * */
  /* * * Datatable * * */
}
.skin-blue a {
  color: #8fbe0e;
}
.skin-blue .svg-inline--fa {
  margin-right: 5px;
}
.skin-blue .bg-vert {
  background-color: #8fbe0e;
  color: #ffffff;
}
.skin-blue .btn-success {
  background-color: #ffffff;
  border-color: #8fbe0e;
  color: #8fbe0e;
}
.skin-blue .btn-success:hover,
.skin-blue .btn-success:active {
  background-color: #8fbe0e;
  border-color: #8fbe0e;
  color: #ffffff;
}
.skin-blue .btn-danger {
  background-color: #FAB42A;
  border-color: #8fbe0e;
  color: #ffffff;
  float: right;
}
.skin-blue .btn-danger:active {
  background-color: #FAB42A;
  border-color: #ffffff;
}
.skin-blue .main-header {
  border-bottom: 1px solid #8fbe0e;
}
.skin-blue .main-header .navbar {
  background-color: #8fbe0e;
}
.skin-blue .main-header .navbar .sidebar-toggle {
  padding: 24px 24px;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #8fbe0e;
}
.skin-blue .main-header .navbar .sidebar-toggle:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.skin-blue .main-header .logo {
  background-color: #ffffff;
  height: 70px;
}
.skin-blue .main-header .logo:hover {
  background-color: #494947;
}
.skin-blue .main-sidebar {
  background-color: #494947;
  padding-top: 70px;
}
.skin-blue .main-sidebar .sidebar-menu {
  background-color: #494947;
}
.skin-blue .main-sidebar .sidebar-menu .header {
  background-color: #8fbe0e;
  color: #ffffff;
}
.skin-blue .main-sidebar .user-panel {
  background-color: #8fbe0e;
}
.skin-blue .main-sidebar .sidebar-form input[type="text"] {
  background-color: #ffffff;
}
.skin-blue .main-sidebar .sidebar-form .btn {
  background-color: #8fbe0e;
  color: #ffffff;
}
.skin-blue .box {
  margin-top: 20px;
  padding: 0px;
}
.skin-blue .box .box-header {
  background-color: #494947;
}
.skin-blue .box .box-title {
  color: #ffffff;
}
.skin-blue .table-commun {
  color: #494947;
}
.skin-blue td.details-control {
  background: url('../../img/details_open.png') no-repeat center center;
  cursor: pointer;
}
.skin-blue tr.shown td.details-control {
  background: url('../../img/details_close.png') no-repeat center center;
}
.skin-blue .ui-btn-icon-right:after {
  background-color: #8fbe0e;
}


.card.card-banner .card-body .content .value {
	font-size: 3em;  
        line-height: 4rem;
}
/*# sourceMappingURL=commun.css.map */