html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.required label:after {
  content: "\00a0*";
  color: red;
}

/********charts style***************/
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.chartBackground{ 
	position: relative;
}

.loagind_text_container{
	display: none;
	font-size: 25px;
	text-align: center;
	position: absolute; 
	top: 30%;
	left: 45%;
}

.head_chart_container{
		display: flex; 
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
#chart_canvas_container{
	background: white;
	padding: 10px;
}

#full_size_btn{
	outline: none;
}

.chartBackground{
	display: flex; 
	justify-content:space-around;
}

.chartBackground .btn{
	outline: none !important;
}

#myChart{
	max-width: 93%;
}

.btn-arrow span:hover{
	color: white; 
	background: #337ab7;
}

.btn-arrow span:active{
	color: #337ab7; 
	background: white; 
	border: 1px solid #337ab7; 
}

.btn-arrow span{
	border: 1px solid #337ab7; 
	border-radius: 10px;
	padding-top: 50px; 
	padding-bottom: 50px; 
	padding-left: 5px; 
	padding-right: 5px; 

}

.interval_button{
	width: 50%;
	display: flex; 
	justify-content:center; 
}

#backward_interval_btn{
	width: 30%; 
	margin-right: 10px; 
}

#forward_interval_btn{
	width: 30%; 
	margin-left: 10px; 
}

.filter__info{
	margin-left: 50px;
} 

#print_btn{
	margin-left: 10px; 
	margin-right: 10px;
}

@media(max-width: 800px) {
    .filter__info{
		display: none; 
	} 
	#backward_interval{
		display: none; 
	}
	#forward_interval{
		display: none; 
	} 
	#myChart{
		max-width: 90%;
	}
	.interval_button{
		margin-bottom: 25px;
	}
	.max_min_avg__container{
	  display: none;
	}
	
	.information_container{
		display: none;
	}
}

@media(min-width: 800px) {
	.interval_button{
		display: none; 
	}
	.chartBackground{
		margin: 5xp;
	}
}

@media (max-width: 1000px) and (display-mode: fullscreen) {
  .openbtn{
    display: none; 
  }
  #print_btn{
	  display: none;
  }
}

/* @media (max-height: 800px) and (display-mode: fullscreen){
	.openbtn{
		display: none; 
	}
	#print_btn{
	  display: none;
	}
}
 */
.sidebar {
  height: max-content; 
  width: 0; 
  position: fixed; 
  z-index: 1; 
  top: 0;
  left: 0;
  background-color: white; 
  overflow-x: hidden; 
  margin-top: 100px;
  transition: 0.5s;
}

.shadow {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 10px;
}

.max_min_avg__container{
	padding: 10px;
	font-size: 15px; 
	font-weight: bold; 
}

.min_value_container{
	color: #337ab7;
	margin-left: 10px; 
	margin-right: 10px; 
}

.max_value_container{
	color: #C9302C;
	margin-left: 10px; 
	margin-right: 10px;
}

.avg_value_container{
	color: #449D44;
	margin-left: 10px; 
	margin-right: 10px;
}

.filter__info_absolute{
	padding: 10px;
	border-radius: 5px; 
	position: absolute;
	z-index: 999; 
	background: white;
	margin-left: 5px;
}

#info_btn{
	border-radius: 25px;
	outline: none;
}

.information_container{
	margin-left: 100px; 
}

/*****percent chart ****************/
.percent_chart .short_info__mobile{
	display: none;
}

@media(max-width: 800px) {
	.percent_chart .short_info__mobile{
		display: block; 
		font-size: 12px;
		text-align: justify;
		padding: 10px;
	}
	
	#print_btn{
		display: none;
	}
	
	.percent_chart .chartBackground{
		display: none;
	}
}

/***********************************/

/************************************/