@charset "utf-8";
/* CSS Document */

.content {
    width: 400px;
    margin-top: 200px;
    max-width: 95%;
    margin: auto;
}

@media screen and (max-width: 759px) {
	.content {
    width: 100% !important;
    position: absolute;
    top: 50%;
    left: 3%;
    margin-top: -235px;
    margin-left: auto;
	margin-right:auto;
    max-width: 95%;
}
}
.adminbox {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #737373;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	text-align:center;
	color: #fff;
}

input[type="submit" i] {
    background-color: #008aad;
    color: #fff;
    padding: 10px 30px;
    border: 0px;
}

input {
	max-width: 100%;
    padding: 8px 10px;

}

.table {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	margin-top:50px;
}

.table h1{
	color: #fff;
}

.tablecol {
width: 16%;
    float: left;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding-bottom: 20px;
    min-height: 130px;
}

.title {
	min-height: 40px;
}

.pdfbut {
	margin-top: 40px;
}

.pdfbut:hover {
	opacity: 0.8;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1039px)  {

.tablecol {
	width: 24%;
	float:left;
	text-align:center;
	border: 1px solid #fff;
	color:#fff;
	padding-bottom: 20px;
}

}


@media only screen 
and (max-device-width : 767px)  {
	.tablecol {
	width: 48%;
	float:left;
	text-align:center;
	border: 1px solid #fff;
	color:#fff;
	padding-bottom: 20px;
}

body {
padding-top: 30%;
}
}


@media only screen 
and (max-device-width : 468px)  {
	.tablecol {
	width: 100%;
	float:left;
	text-align:center;
	border: 1px solid #fff;
	color:#fff;
	padding-bottom: 20px;
}

}
.no-data {
    color: red;
}