@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Arial', serif;
	font-size: 16px;
	color: #000;
}
.sclogo {
	margin: 32px 52px 5px;
}

.logo2 {
	margin: 20px 20px 15px;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.slidecaption {
	width: 800px;
	text-align: left;
	color: #000;
	font-size: 32px;
}

.slidemessage {
	width: 750px;
	text-align: left;
	
}

.loginform {
	background: rgba(255, 255, 255, 0.9);
    position: absolute;
	z-index: 9999;
	padding: 20px 40px;
	width: 450px;
	top: 5%;
	left: 35%;
}

.selfcerehead {
	font: 16px;
	font-weight: bold;
	color: #ed1c24;
	text-transform: uppercase;
	padding-top: 10%;
}

.logintitle {
	text-align: center;
	color: #014a7f;
	font-size: 26px;
	font-weight:600;
}

.titlehead {
	position: absolute;
	margin: auto;
	width: 100%;
	padding: 2px;
}

.titlebar {
	position: relative;
	width: 100%;
	height: 32px;
	background: #004a80;
	color: #fff;
}

.reportbox {
	margin: auto;
	width: 300px;
	padding: 20px;
	margin-top: 20px;
}

.chartbox {
	margin: auto;
	width: 300px;
	padding: 20px;
}

.settingsbox {
	margin: 50px auto;
	width: 85%;
}

.settingsbox, label {
	padding: 0px;
	font-weight: bold;
	margin-top: 2px;
}

.ochartbox {
	margin: auto;
	width: 80%;
	border: 2px solid #bec4da;
	border-radius: 20px; 
	margin-top: 20px;
	margin-bottom: 80px;
	height: 450px;
}

.ocharmember {
	width:  220px; 
	border: 5px solid #eee; 
	border-radius: 20px; 
	margin: auto; 
	margin-top: 20px;
	padding: 20px;
}

.wrapper {
    text-align: center;
	color: #004a80;
}

.button {
    position: absolute;
    top: 50%;
}

.footerstyle {
	position:absolute;
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.footerbox {
	position: fixed;
	width: 100%;
	height: 42px;
	bottom: 0px;
	background: #ededee;
	color: #000;
}


.webgrid-row-style {
            background-color: white;
            padding: 3px 7px 2px;
        }

        .wedgrid-header {
            background-color: deepskyblue;
            color: white;
        }

        .webgrid-alternating-row {
            background-color: white;
        }

        .table table-responsive table-bordered {
            display: block;
        }

@media (max-width: 576px) {
	.sclogo {
		width: 200px;
		margin: 10px;
}	
	.slidecaption {
	width: 320px;
	text-align:justify;
	color: #000;
	font-size: 12px;
}

.slidemessage {
	width: 320px;
	text-align:justify;;
	font-size: 10px;	
}
  .loginform {
	background: rgba(255, 255, 255, 0.9);
    position: absolute;
	z-index: 5;
	width: 320px;
	top: 100%;
	  left: 10px;
}
	
.titlehead {
	font-size: 16px;
	margin: auto;
	width: 400px;
	padding: 10px;
}
.reportbox {
	margin:auto;
	width: 300px;
	padding: 20px;
	margin-top: 120px;
}

.chartbox {
	margin-bottom: 80px;
}
	
.conttenttext {
	text-align: left;
}

.footerbox {
	font-size: 14px;
}
}
