/*  body {
	background : url('../img/bg.png') no-repeat; 
	background-size: 100%;
	overflow: hidden;
}
 */
 
/* @media ( max-width :768px) {
	.sp-block {
		height: 100% !important;
		overflow: hidden !important;
	}
	.sp-title {
		font-size: 20px !important;
	}
}

html {
	height: 100%;
	overflow: hidden;
}
 */
 
 
/*  body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 0px;
	background-size: cover;
	font-size: medium;
	background: #fafafa;
} */

body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	/* background-image: url('../img/background_grey.jpg'); */
	background-color: #FFF;
	height: 100%;
	margin: 0px;
	background-size: cover;
	background-attachment: fixed;
}

.tableAlerts tbody, .tableAlerts td, .tableAlerts th{
	border: solid 1px #000;
	padding-left:2vh;
	padding-right:2vh;
	padding-top:1vh;
	padding-bottom:1vh;
}

.background_fullscreen{
	background-color: #007081;
	height: 100%;
	margin: 0px;
	background-size: cover;
	font-size: medium;
}




.label-cb-settings{
	font-size: 14px;
	margin-bottom: 0px !important;
	color: #000;
	font-weight: normal;
}

.settings-label-title{
	font-weight: bold;
}

.row {
	margin-left: 0%;
	margin-right: 0%;
}

.active_on {
	background: #5cb85c;
	color : white !important;
}

.periode_on {
	background: #5cb85c;
	color : white !important;
}

.periode_zoom {
	background: #f0ad4e;
}

.img-center {
	margin: 0 auto;
}

.page-container {
  position: relative;
  min-height: 100%;
}


.periode_on:active {
	background: #5cb85c;
	color : white !important;
}

.active_off {
	background: #d9534f;
	color : white !important;
}

.btn {
	border: solid 2px #DADADA;
	border-radius: 20px;
	font-weight: bold;
}

.btn_disabled {
	color : white !important;
	
}

.btn.focus {
	color: inherit;
}

.layer {

	padding-bottom: 2vh;
	margin-bottom: 2vh;
	padding-top: 2vh;
	margin-top: 2vh;
	
	/*margin-left: 1%;*/
}

.fixfox_energie_content_accueil{
	margin-left:2vh;
	margin-right:2vh;
	padding-top:2vh;
	padding-bottom:2vh;
	border-radius: 6px;
}

.fixfox_energie_content{
	margin-left:2vh;
	margin-right:2vh;
	padding-top:2vh;
	padding-bottom:2vh;
	background:#fafafa; 
	border-radius: 6px;
}

.fixfox_energie_content_layer {
	background: #fafafa;
	height: 85vh;
	
}

.layer_title {
	margin-bottom: 1vh;
	font-size: 12px;
	
	
}
	
	
.layer_graph {
	border: solid 2px #DADADA;
	border-radius: 20px;
	
}

.graph-canvas-border {
	border-right: solid 2px #DADADA; 
}

.graph-canvas {
	padding-top: 5px;
	padding-bottom: 5px;
}

.header_banner {
	background: transparent;
	margin-left: 0px !important;
	height: 5vh;
	
}

.header_banner_title {
	text-align: center;
	margin-top: 2vh;
	font-size: 24px;
	color: white;	
}

.lds-dual-ring {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: #a0a0a055;
	padding: 20px;
	border-radius: 20px;
	left : 40%;
	top:20vh;
	z-index: 2000;	
}


.lds-dual-ring:after {
	content: " ";
	display: block;
	border-radius: 50%;
	border: 10px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 2.0s linear infinite;
	width: 100px;
	height: 100px;
}

@keyframes lds-dual-ring {
	0% { 
		transform:rotate(0deg);
	}
	100% { 
		transform:rotate(360deg);
	}
}

.btn {
}

.fixfox_energie_content_title {
  font-size: 24px;
  margin-top: 3vh;
  text-align: center;
}

.fixfox_energie_content_subtitle {
  color: #aaa;
  text-align: center;
  margin-bottom: 3vh;
}

.fixfox_energie_content_subtitle-first {
  color: #aaa;
  text-align: center;
}

.fixfox_energie_content_subject {
  font-size: 24px;
  text-align: center;
  margin-bottom: 3vh;
}


.fixfox_energie_content_subsubject {
  font-size: 20px;
  text-align: center;
  margin-top: -5vh;
}




.btn-identification-connect {
	background: #ff4a20;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	border: transparent;
	margin-top: 5vh;
	padding-left: 25px;
	padding-top: 1vh;
	color: #FFFFFF;
}

.btn-identification-connect:HOVER {
	background: #ff8e00;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFFFFF;
	width: 100%;
	border: transparent;
}

label {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px !important;
	color: #05afed;
}


#identification_box {
	overflow-y: auto;
	padding: 60px;
	background-color: #FFFFFF;
	border-radius: 10px;
}


#identification_box .title {
	
	color: #05afed;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10vh;
}


#identification_box .content {
	margin-top: 2vh;

}
#identification_box .form-group {

	margin-bottom: 1px;

}

#identification_box .content label {
		width: 50%;
		font-size: 14px;
		text-align: right;
}


.identification-inputtext {
	width: 100%;
	height: 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
	text-align: center;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
}


#identification_box .footer {
	position: absolute;
	bottom: 1vh;
}

.btn-hqs {
	background-color: #1594b4;
	color : white;
	border: solid 0px #05afed;
	font-size: 24px;
	width: 100%!important;
}
.error_msg {
	font-weight: bold;
	color : red;
	font-size: 24px;
	text-align: center;
}

#layer_userlist {
	overflow: scroll;
	font-size: 14px;
	line-height: 2;
	overflow-x: hidden;
}

.userlist_item {
	cursor: pointer;
	border-bottom: solid #AFAFAF 1px;
	height: 40px;
    padding-top: 5px;
}

.userlist_item:hover {
	background: #DFDFDF;
}
.btn-layer {
	padding : 0px !important;
}


.layer_photo {
	border: solid 1px #CCC;
	border-radius : 20px;
	padding:1vh;
	background: rgba(255, 255, 255, 0.5);
	margin-bottom:2vh;
}


.layer_accueil {
	border: solid 1px #CCC;
	border-radius : 20px;
	background: rgba(255, 255, 255, 0.5);
	padding:1vh;
	margin-bottom:2vh;
}

/* #layer_user_summary {
	border: solid 1px #CCC;
	border-radius : 20px;
	background: #fff;
	padding:1vh;
} */

#layer_user_summary .title {
	background-color: #CCC;
	margin-top: 1vh;
	margin-bottom: 1vh;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

#layer_user_summary .subtitle {
	margin-top: 1vh;
	margin-bottom: 1vh;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	
}

#layer_user_summary .content {
	margin-bottom: 5vh;
}

#layer_user_summary .status_unknown {
	background: black;
	color : white;
	text-align: center;
}

#layer_user_summary .status_error {
	background: red;
	color : white;
	text-align: center;
}
#layer_user_summary .status_warning {
	background: orange;
	color : white;
	text-align: center;
}
#layer_user_summary .status_ok {
	background: green;
	color : white;
	text-align: center;
	
}


#plancomtagegeneral th {
	text-align: center;
	border: solid 1px #DADADA;
	color: white;
	background: #000000;
}

#plancomtagegeneral th.left{
	text-align: right;
	padding: 10px;
}

#plancomtagegeneral td {
border: solid 1px #DADADA;	
}

.menuicon {
	margin-left: 10px;
}


.btn-detail{
	border: 1px solid #131D3C;
	border-radius: 6px;
	cursor: pointer;
	color: #131D3C;
	text-align: center;
	padding: 1px;
}


.btn-detail:HOVER{
	border: 1px solid #FFF;
	border-radius: 6px;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	padding: 1px;
	background: #131D3C;
}

.sp-navbar {
	border: none !important;
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: #007081 !important;
}


.sp-navbaritem {
	height: 74px;
	margin-top: 30px;
}

.sp-navbaritem-logo {
	height: 74px;
	margin-top: 20px;
}

.sp-navbartitle {
	margin-top: 20px;
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.navbar-licences{
	border: 1px solid #FFF;
	border-radius: 6px;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	height: 36px;
	width: 150px;
	padding: 5px;
	float: left;
	margin-top: -2px;	
	margin-bottom: 6px;
}

.sp-inputblock {
	margin-top: 1vh;
	margin-left: 0 !important;
}

.cb-identification-text {
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	margin-left: 10px;
}




#sp-login, #sp-passwd {
	text-align: center;
}

.sp-logo {
	max-height: 80px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.identification-container {
	padding: 20px;
	margin-top: 30px;
	border-radius: 15px 15px 15px 15px;
	margin-bottom: 30px;
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

.blink-image {
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.waiting_graph {
	margin-top: 191px;
	margin-left:415px;
	opacity:30%;
}

.loader-ring {
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-right: 5px;
}

.loader-ring:after {
	content: " ";
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 5px solid #cef;
	border-color: #fff transparent #fff transparent;
	animation: loader-ring 1.2s linear infinite;
}

@keyframes loader-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.btn_save {
	background-color : #ff4a20;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;	
}

.btn_save:HOVER {
	background-color: #ff8e00;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #ff8e00;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;
}





.btn_back {
	background-color : #ffd600;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	opacity: 1;
	color: #485966;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;	
	margin-top: 3vh;
}

.btn_back:HOVER {
	background-color: #485966;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #97B823;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;
}

.btn_back span {
  background: url(../img/btn-back.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_back:hover span {
  background: url(../img/btn-back.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_back div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}


.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

.dropdown {
 /*  float: right;
  position: relative;
  display: inline-block; */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
}

.menulist-dropdown{
  color: black;
  padding: 12px;
  text-decoration: none;
  cursor: pointer;
  border-top: 1px solid;
  height: 70px;
}

.menulist-dropdown:hover {background-color: #ddd;}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


@media (max-width: 768px) {
	.dropdown-content {
		min-width:100px !important;
	}
	.menulist-dropdown{
	 	height: 65px !important;
	}
}

#img-none{
	border: 1px dotted #000;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.multi-ged-anchor > img{
	height : 20px;
}


.multi-ged-btn{
	border:none;
}

.multi-ged-anchor{
	text-decoration: none;
}

#table-ged-file > tbody > tr{
	cursor: pointer;
}

#documents-content .dataTables_scroll{
	border: 2px solid #ccc;
	border-radius: 10px;
}

#documents-content > .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{
	border: none !important;
}

.multi-ged-explorer{
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 5px;
	margin: 12px;
	height: 42px;
}

#multi-ged-sub-explorer{
	margin-left: 12px;
	margin-right: 17px;
	margin-bottom: 10px;
}

#multi-ged-sub-explorer a{
	border:none;
}

#multi-ged-sub-explorer a > span{
	font-weight: bold;
}

.multi-ged-explorer > .btn{
	border-radius: 0.2rem;
	border:none;
}

.multi-ged-explorer > .btn > img{
	height:20px;
	width:20px;
}

.nav-item{
	width: 80px;
}

@media ( max-width :768px) {
	.nav-item{
		width: 40px;
	}
	
	#nav_logo_esi4u{
		width:70px;
	}
	
	.sp-navbar{
		margin-bottom: 60px;
	}
}

@media ( min-width :768px) {
	.nav-pills{
		height: 45px;
	}
	
	.sp-navbar{
		margin-bottom: 120px;
	}
}



/* .accordion-button{ */
/* 	background-color:  */
/* } */
