@import "https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i";
body {
    font-family: 'Nunito', sans-serif;
    background: #f8f9fa;
    margin:0px;
    padding:0px;
    overflow: hidden;
}


.row{
	margin:0px;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.h100scroll {
   height: calc(100% - 62px);
   overflow-y: auto;
   overflow-x: none;
}

.h100_C120 {
    min-height: calc(100% - 120px);
    max-height: calc(100% - 120px);
    overflow-y: auto;
    overflow-x: none;
}

.h100_s80 {
    min-height: calc(100% - 80px);
    max-height: calc(100% - 80px);   
}


div.popup_style, div.popup_style_form{
	background-color: white;
	border-style: 0px solid #666;
	border-radius: 5px;
	box-shadow: 1px 1px 10px #999;
}

div.popup_content{
	margin:0px;
	padding:0px;
}


#sidebar{
	background: #333 !important;
}

.sidebar-body{
	max-height:100% !important;	
}

#sidebar ul li a {
    padding: 0.325em 0.5em;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li.active_app>a /*, a[aria-expanded="true"]*/ {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-left: 0.5em  #7386D5 solid !important;
}

#sidebar ul li.active>a /*, a[aria-expanded="true"]*/ {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-left: 0.5em  var(--success) solid !important;
  margin-left:0.5em;
    
}

#sidebar ul li a:hover {
	margin-left:0.5em;
    color: var(--orange);
    background: #fff;
    border-left: 0.5em var(--orange) solid !important;
}

/*
#sidebar ul li>a, a[aria-expanded="true"] {
    border-left: 0.25em rgb(255, 255, 255) solid !important;
}
*/

#sidebar hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid rgba(0,0,0,0.25);
}

/*-------------------------------------
	MODAL
-------------------------------------------------*/
.modal-header-success {    
    background-color: #5cb85c;
}
.modal-header-warning {	
    background-color: #f0ad4e;
}
.modal-header-danger {
	background-color: #d9534f;
	color:white;
}
.modal-header-info {
    background-color: #5bc0de;
}
.modal-header-primary {
    background-color: #428bca;
}	
.modal-title {
    font-size: inherit;
}	



/*
FORMULAIRES
*/

form.form-horizontal label, form.form-horizontal input, form.form-horizontal select{
    font-size:70%;
}

form.form-horizontal .form-group.row{
    margin-bottom:5px;
}

/* CREDIT */

#credit_map {
    z-index:0;
}

/*

#credit_fiche_droite {
    position: absolute;
    right: 20px;
    top: 74px;
    bottom: 20px;
    display: none;
    width: 350px;
    overflow-y: auto;
}

#credit_fiche_gauche{
    position:absolute;
    display:block;
    right:20px;
    top:12px;
    bottom:20px;
    display:none;
    width:350px;
}

*/

/* indicateurs */

/*
.indicateur-conteneur{
    width: 100%;
    min-height: 200px;
}

.indicateur{
    width: 100%;
    margin-bottom:8px;
}

.indicateur .libelle{
    font-size:14px;
    margin-left: 5px;
    padding-left: 5px;
}

.indicateur .valeur{
    font-size:24px;
    padding-left: 5px;
}

.indicateur .valeur.blue{
    color: blue;
}

.indicateur .valeur.red{
    color: red;
}

.indicateur .valeur.orange{
    color: orange;
}

*/
