@charset "utf-8";
/* CSS Document */
.label1{
	float:left;
	line-height:3;
	margin-right:10px;
	color:teal;
}
.recNam{
	cursor:pointer;
	color:#00324A;	
}
.recNam:hover{
	text-decoration:underline;	
}
.carousel{
	height:700px !important;
}

.events{
	margin: 0px;
	overflow: hidden;
	height: 234px !important;	
}
.transit{
	transition: all 2s !important;	
}
.rotate:hover{
	transform:rotateY(360deg);
}
.label{
	float: left;
	line-height: 3;
	font-size: 16px;
	color: teal;
	margin-right:20px;
}
.warning_border{
	border: thin solid red;
	border-radius:20px;	
	margin-bottom:20px;	
}
.warning_border i{
	line-height:1.5;		
}
.warning_border p{
	font-size:17px;		
}
.small_letter{
	text-transform: capitalize !important;		
}
.backup_buttons i{
	float:left;	
}
.backup_buttons{
	text-transform: capitalize !important;
	color:black !important;
	margin-right:0 !important;
	padding:0 !important;
}
.backup_buttons:hover{
	background-color:#ccc;
	color:white !important;	
}
.backup_card{
	min-height:240px !important;	
}
.indicator{
	background-color:teal !important;	
}
.record_div{
	float:left;
	height:300px;
	overflow:hidden;
	width:100%;
	padding:0 !important;
	margin:0 !important;
}

.record_title{
	float:left;
	width:100%;
	padding:15px 0;
	margin:0 !important;
	font-family: "Josefin Sans", "Trebuchet MS", Helvetica, sans-serif;	
}
.josefin{
	font-family: "Josefin Sans","Open Sans", "Trebuchet MS", Helvetica, sans-serif;		
}
.total_num{
	width:10rem;
	height:10rem;
	margin-top: 25px;	
	margin-left:auto;
	margin-right:auto;
}
.chartWithOverlay {
    position: relative;
    width: 700px;
}
.overlay div{
	font-family: "Josefin Sans", "Trebuchet MS", Helvetica, sans-serif;
	font-size:30px;
	margin-left:10px;
}
.overlay {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 130px;  /* chartArea top  */
    left: 300px; /* chartArea left */
}
.big_Num{
	font-family: "Josefin Sans", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 4rem;
	color: white;
	text-align:center;
}
.num_label{
	font-size:1rem;
	color:white;
	width:100%;
	float:left;
	text-transform: uppercase;		
}
#donutchart{
	height:65%;	
}
.big_Num1{
	font-size:4rem;	
}
.big_Num2{
	font-size:1.5rem;	
}
.recentTitle{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-align: center;	
	width:100%;
	font-size:2.3rem !important;
	font-family:"Open Sans","Baloo Thambi", san serif;
	top:10%;
	bottom:unset !important;
	padding:10px !important;
	z-index:10;
}
.newsNum{
	font-size: 2rem;
	text-align: center;
	line-height: 3rem;
	margin-top:0.5rem;	
}
.newsTitle{
	margin-top: 1.1rem;
    float: left;
    font-size: 1.2rem !important;
	font-family:"Open Sans","Baloo Thambi", sans serif;	
}
.newsTitle1{
	 margin-top:0.6rem;
	 float:left;
	 font-size:15px;	
	 font-family:"Open Sans","Baloo Thambi", sans serif;	
}
.newsDate{
	float: left;
	width: 100%;
	color: #78909c;
	font-size: 14px;	
}
.eventsCollection a{
	padding:20px !important;	
}
.eventsCollection a span{
	padding:10px;
	text-transform:uppercase;
	margin-left:10px;
	font-family:"Open Sans","Baloo Thambi", san serif;
}
.alarms{
	color: burlywood;
	font-size: 36px !important;
	line-height: unset !important;
	float: left;	
}
#calender{
	position:relative;	
}
.newsCollection li{
	min-height:77px !important;	
}
.recentTitle h4{
	text-transform:uppercase;
}
.recentTitle h5{
	text-transform:capitalize;
}
.nCard{
	height:234px !important;
	overflow:hidden;
	margin:0 !important;	
}
.pc1,.pc2,.pc3,.pc4,.pc21{
	overflow:hidden;
	margin:0 !important;	
}
.right_arrow{
	top:35% !important;
	color:white;
	bottom:unset !important;
	left:unset !important;
	right:0;
}
.left_arrow{
	top:35% !important;
	color:white;
	bottom:unset !important;
	right:unset !important;
	left:0;
}
.right_arrow i{
	font-size:9rem;
	cursor:pointer;
}
.left_arrow i{
	font-size:9rem;
	cursor:pointer;
}
.up{
	height: 45%;
	background-color: white;
	width: 100% !important;
	display: block;
	overflow: hidden;
	border-bottom: 3px solid white;	
}
.up img{
	max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}	
.picture{
	height: 45%;
	background-color: white;
	width: 100% !important;
	display: block;
	overflow: hidden;
	border-bottom: 3px solid white;
}
.picture img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;	
}
.down{
	color: white;
	height: 55%;
	width: 100% !important;
	display: block;
	padding: 3%;
	padding-right: 5%;
	padding-left: 5%;	
}
.v1crimson{
	background-color: rgba(220, 20, 60, 0.7);	
}
.vcrimson{
	background-color: rgba(238, 20, 50, 0.7);	
}
.vgreen{
	background-color: rgba(1, 50, 32, 0.7);	
}
.v1green{
	background-color: rgba(5, 80, 30, 0.7);	
}
.vindigo{
	background-color: rgba(75, 0, 130, 0.7);	
}
.vpurple{
	background-color: rgba(128, 0, 128, 0.7);	
}
.nn{
	padding-left:0.75rem !important;
	padding-right:0.75rem !important;	
}
.nn div{
	padding:0 !important;	
}
.cover{
	color: white;
	padding: 5%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0px;
	line-height: 190px;
	text-align: center;
	z-index:1;	
}
.cover1{
	color: white;
	padding: 5%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	line-height: 190px;
	text-align: center;
	z-index:1;	
}
.card:hover .cover,.card:hover .cover1{
	background-color: rgba(0, 0, 0, 0.8);	
}
.payton{
	font-family:"Open Sans","Trebuchet MS", san-serif;
}
#skdetails li div a{
	background-color:#00324A;
	width:35px;
	padding:10px 5px;
	text-align:center;
}
#skdetails li{
	padding-top:25px;
	padding-bottom:25px;	
}
.prof_pic{
	margin-top:25px;
	width:200px;
	height:200px;	
}
.studentP{
	margin:5px !important;	
}
@media screen and (max-width:480px){
	.personal_info h3{
		font-size:12px;
	}
	.personal_info h5{
		font-size:11px !important;
		margin:0.5rem 0.4rem !important;
	}
	.personal_info h5 span{
		font-size:10px;
	}
	.prof_pic{
		width:130px;
		height:130px;	
	}
	.pc1{
		height:200px !important;	
	}
	.pc2 div div h5{
		font-size:11px !important;	
	}
	.newsTitle1{
		font-size:10px !important;	
	}
	.pc21{
		height:560px !important;	
	}

}

