/* custom */
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

.last-value {
	float: right;
    font-size: 28px;
    background: #fff;
    font-weight: bold;
    color: #1f518a;
}

.navbar{
	border-radius:0 !important;
}

label {
	padding: 15px;
	font-weight: 100 !important;
}
  
.title {
	    color: #1b508c;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    float: right;
}
.details {
	text-align: right;
    float: left;
    background: rgba(0,0,0,0.8);
    color: #d8d9da;
    font-size: 10px;
    max-height: 20px;
    z-index: 999;
    position: relative;
}

.legend {
	text-align: right;
	float: right;
	color: #d8d9da;
	font-size:10px;
	background-color: #141414 !important;
	border: 1px #292929 solid;
	z-index: 1000;
}


.details td {
	padding: 2px;
	//background-color: #141414;
}

.min {
	color: #3cb6e3;
}
.avg {
	color: #3cb6e3;
}
.max {
	color: #3cb6e3;
}

.comiseo-daterangepicker-triggerbutton.ui-button {
	margin-top: 10px;
}

.dygraph-axis-label {
	color: #d8d9da !important;
}
.dashboard-container {
	padding-left: 10px;
	padding-right: 10px;
}

.block {
    float: left;
    padding: 10px;
    width: 600px;
    height: 400px;
    min-width: 400px;
    /* background: #1b508c; */
    border: 1px #1b508c solid;
    margin: 14px;
    border-radius: 2rem;
}

@media (max-width: 991px) {
	.block {
		width: 320px;
		height: 300px;
		min-width: 1px;
		float: none;
		margin: 14px auto;
		width: 100%;
	}
	
	.title {
		font-size: 26px;
	}
}

.chart-content {
	overflow: hidden;   
    width: 100%; height:80%;
}
