.centerLabel{
    position: absolute;
    bottom: 220px;
    left: 5px;
    text-align: center;
    font-size: 20px;
    color: black;
    font-weight: bolder;
    width: 100%;
}
.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}
#chart_div.thumbnail {
    height: 330px;
}
.col-md-7.thumbnail {
    width: 56.33333333%;
}
#active .dot{
	background-color:#3e8210;
}
#idle .dot{
	background-color:#0000ff;
}
#Location .dot{
	background-color:#ffa500;
}
#configured .dot{
	background-color:#022742;
}
#deactivate .dot{
	background-color:#ff0000;
}
.line {
    display: inline;
}
div#legends {
    position: relative;
    bottom: 65px;
    text-align: center;
}
div#overviewDiv {
    width: 98%;
}
text {
    font-size: 12px;
    font-family: Lato, Arial, sans-serif;
    text-align: center;
    font-weight: 700;
}
.easy_pie_chart{
	margin: 0px auto;
	color: #000;
}
.box{
	width: 30%;
	float: left;
}
.chart {
    height: 150px;
} 
.chart span {
    position: relative;
    left: 48px;
    top: 86px;
}
.pb-7 {
    padding-bottom: 7px !important;
}
.p-11 {
    padding: 11px !important;
}
.count {
	padding: 5px 10px;
    font-size: 40px;
    height: 85px;
    margin-bottom: 15px;
    color: #000000;
}
.count-box-footer {
    width: 100%;
    padding: 1px 5px;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
}

/* #activePlansText{
	color: green;
    font-weight: bold;
}
#aboutToExpiredPlansText{
	color: #f7a63c;
    font-weight: bold;
}
#expiredPlansText{
	color: #ef4937;
    font-weight: bold;
}
 */
/* responsive media */

@media all and (max-width: 1690px) { 
	
}
@media only screen and (min-device-width : 980px) and (max-device-width : 1280px) {
	#planOverview .chart canvas {
	    height: 117px !important;
	    width: 114px !important;
	}
	.chart span {
	    position: relative;
	    left: 41px;
	    top: 71px;
	}
}
@media all and (max-width: 980px) { 
	.col-md-7.thumbnail {
	    width: 95.333333%;
	    padding-left: 294px !important;
	}
	.chart span {
	    left: 15px;
	}
}
@media all and (max-width: 736px) { 
	.col-md-7.thumbnail {
	    width: 94.333333%;
	    padding-left: 135px !important;
	}
	.chart span {
   		 left: 11px;
	}
}
/* responsive for mobile devices */
@media only screen and (max-width: 480px){
	#chart_div>div>div {
    	width: 100% !important;
	}
	.col-md-7.easy_pie_chart.p-15.thumbnail {
	    width: 88%;
	    margin: 16px;
	    padding-left: 55px !important;
	}
	.easy_pie_chart {
	    margin: 0px auto;
	    color: #000;
	    width: 100%%;
	}
	.line {
    	display: block;
	}
	div#chart_div.thumbnail {
    	height: 426px;
 	}
 	div#legends {
	    position: absolute;
	    bottom: 25px;
	    margin-left: 20px !important;
	    text-align: justify;
	}
	.centerLabel {
	    bottom: 230px;
	}
	div#chart_div::before {
	    content: "vehicle Overview";
	    color: #000;
	    font-weight: 900;
	    margin-left: 12px;
	    font-size: 12px;
	}
	
}