/*fond des pages en blanc*/
.content-wrapper{
background-color : RGB(255,255,255);
}

.box-header{
text-align : center;
}

.skin-blue .main-header .navbar {
background-color: #A5C336;
}

.skin-blue .main-header .logo{
background-color : #A5C336;
}

.skin-blue .main-header .logo:hover{
background-color : #A5C336;
}

.skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li:hover>a{
border-left-color : #A5C336;
}
.main-sidebar{
	width : 230px !important;
}
.box.box-primary {
	box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
    height: 100%;
    background: white;
    border-radius: 10px;
	border-top-color: #A5C336;
}

.nav-tabs-custom > .nav-tabs > li.active {
border-top-color: #A5C336;
}
.action-button.bttn.bttn-jelly.bttn-sm.bttn-primary.bttn-no-outline.shiny-bound-input{
    border: 1.5px solid #08306B;
    color: #000;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: white;
    margin-bottom: 10px;
    font-size: 12px;
}

/* changement couleur KPI */
.bg-blue {
    background-color: #73c0de!important;
}
.bg-light-blue {
    background-color: #91cc75!important;
}

.bg-aqua {
    background-color: #fac858!important;
}

/*background-color: #ee6666!important;*/
.bg-teal {
    background-color: #6e7079!important;
}

/* Redimensionnement Jauge */
#gaugeParticipation {
	position: relative;
	top: -20px;
	height: 100px!important;
}

/*.box.box-solid.box-primary > .box-header {
background: #1b0879;
background-color: #1b0879;
}
*/

.bttn-jelly.bttn-danger {
background: #9b230a;
color: #fff;
}

.htRight.htNumeric {
	background-color:#F7FAEC;
}

.htRight.htNumeric.htDimmed {
	background-color: white;
}
	

/* Largeur des bsModal */
div.modal-dialog.modal-lg{
	width: 100% !important;
}
.modal-lg{
	width: 100% !important;
}

.bttn-material-circle.bttn-primary {
  background: #A5C336;
  color: #fff;
}

.bttn-jelly.bttn-primary {
  background: #A5C336;
  color: #fff;
}

