/* CSS Document */
body
{
  padding-top: 40px;
  /*padding-bottom: 40px;*/
  background-color: #f5f5f5;
}

main
{
	padding-bottom: 45px;
	color: #343a40 !important;
}

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #dddddd;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

footer img
{
	max-height: 25px;
}

code {
  font-size: 80%;
}

#menu_lang a
{
	color: rgba(255,255,255,.5)
}

#menu_lang, #menu_lang a.active
{
	color:white;
}



/**** form sign ***/
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} 

/**** feed back page ****/
#feedback_page
{
	width:100%;
	max-width:500px;
	margin:auto;
	display: flex;
	justify-content: center;
	padding: 0 10px;
	text-align:center;
}

#feedback_page div
{
	margin-bottom: 30px;
}

#form_feedback i
{
	font-size: 6rem;
	opacity: 0.4;
	cursor: pointer;
}
#form_feedback i:hover, #form_feedback i.selected
{
	opacity: 1;
	
}
#fb_green, .green
{
	color:#2ECC40;
}
#fb_orange, .orange
{
	color:#FF851B;
}
#fb_red, .red
{
	color:#FF4136;
}

@media (max-width: 310px) {
    #form_feedback i
	{
		font-size: 28vw;
	}
}

/****/



/****+ cas rrg ****/
main.casrrg > .container
{
	max-width:none;
}

#tablecas thead tr th, .table-striped tbody tr:nth-of-type(even)  {
    background-color: white;
}

#block_filter .form-control
{
	width:auto;
}
#block_filter .form-group{
	display: flex;
	justify-content: center;
	align-items: baseline;
}

#block_filter .form-group select, #block_filter .form-group input
{
	margin-left: 10px;
	margin-right: 10px;
}

#tablecas i
{
	font-size: 30px;
}

/**** details ****/
.block_info
{
	background-color: white;
	margin:10px;
	/*border: 1px solid #efeeee;*/
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}

#block_suivi_cst
{
	list-style: none;
    padding-left: 0;
}
#block_suivi_cst li
{
	margin-bottom: 10px;
}

.block_info i{font-size: 22px;}

/***** stats ***/
#stats_page .blockchart
{
	background-color: white;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}

#stats_page h1
{
	font-size: 1.5rem;
	text-align: center;
}

/*** import ***/
#import_page h1
{
	font-size: 1.5rem;
}

#import_page .block_files
{
	background-color: white;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	
	max-height: 400px;
    overflow-y: auto;
}

.dropzone {
    border: 2px dashed #FFCE06 !important;
    border-radius: 5px !important;
}

#blockgauge
{
	position: relative;
}

.taux_sat
{
	position: absolute;
    bottom: 30%;
    width: 100%;
    text-align: center;
    left: 0;
	font-size: 38px;
}

.taux_sat b
{
	
}

.taux_sat p
{
	margin-top: -8px;
    font-size: 12px;
	font-style: italic;
}

.taux_vert_no_voc{
	position: absolute;
    bottom: 26%;
    width: 100%;
    text-align: center;
    left: 0;
	font-size: 38px;
}

.taux_vert_no_voc p
{
	margin-top: -8px;
    font-size: 12px;
	font-style: italic;
}

.blockchart .small
{
	text-align:center;
}


