 /*
* Theme Name: Register office
* Theme URI:;
* Author: 
* Author URI: http://
* Version: 1.1
* Description:This is a BUET REGISTER OFFICE WEBSITE;
*/


/*==================================reset===start===============================*/
* {margin:0;padding:0;}
body {font-family:Times New Roman, sans-serif,arial;font-size:14px;line-height:15px;background:url(images/bg.png) scroll; ;margin:0;padding:0;}
ul,ol {margin:0;padding:0;list-style: none;}
li {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;margin:0;padding:0;}
input[type=text],input[type=url],input[type=tel],input[type=number],input[type=color],input[type=email],input[type=password]{padding:5px;border:1px solid #ddd;}
.form input{float: right;margin: 5px}
a {text-decoration:none;color:#000;}
a:hover{color:#ff0000;}
p {margin-bottom:10px}
.clear{clear:both}
.fix{overflow:hidden}
.wrapper{width:960px; margin :0px auto;background: #fff;}


/*==================================reset===end================================*/

.header{
	background:url(images/header.png);
	height: 98px;
}
.header-title h1{
	float: left;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	margin: 30px 0px 0px 118px;
	color: #eee;
	font-size: 31px;
}

/*==================================left sidebar design================================*/

#wp-calendar{
	padding: 5px 25px;
}

#wp-calendar caption{
	padding-top: 15px;
	font-size: 17px;
}

.textwidget{
	padding: 10px 10px;
}

.left{
	float: left;
	margin-left: 10px;
}


.left-sidebar{
	width: 170px;
	background:url(images/left-bg.png);
	border-radius: 3px;
	margin:10px 10px 10px 0px;
	color: #fff;
	padding-bottom: 10px;
}

.left-sidebar h2{
	padding:15px 5px 0px 10px;
}


.left-sidebar li{
	width: 100%;
}
.left-sidebar li:first-child{
	padding-top: 10px;
}

.left-sidebar:last-child{
	padding-bottom: 10px;
}

.left-sidebar li a{
	color: #fff;
	display: block;
	padding: 7px 13px;
	margin: 0px 5px;
	border-radius: 3px;
	/* change taransition and add margin  , border-radius; */

}
.left-sidebar li a:hover{
	color: #000;
	text-align: center;
	background: -webkit-linear-gradient(45deg,lightblue 20%,#F56A4F); 
	background: -moz-linear-gradient(45deg,lightblue 20%,#F56A4F); 

}



.download-item{
	width: 170px;
	background:url(images/left-bg.png);
	border-radius: 3px;
	margin: 10px 10px 10px 0px;
}

.download-item h2{
	font-size: 15px;
	color: #fff;
	padding: 15px 10px 5px 10px;
}

.download-item li{
	padding: 5px 0px;
	list-style: decimal;
	margin: 0px 0px 0px 25px;
	color: #fff;
}

.download-item li a{
	margin: 18px 0px;
	color: #fff;
	text-transform: capitalize;
}

.download-item li a:hover{
	text-decoration: underline;
}

/*======co==========================content =======================*/
.content{
	width: 552px;
	float: left;
	font-size: 13px;
	color: #444;
	line-height: 19px;
}
.content h2{
	padding: 10px 0px 10px 0px;
}


/*==============================home page content =======================*/
.home-content img{
	height: 150px;
	width: 166px;
	float: left;
	padding: 5px;
	background: -webkit-linear-gradient(45deg,lightblue 20%,#F56A4F);
	background: -moz-linear-gradient(45deg,lightblue 20%,#F56A4F);
	margin: 2px 2px 20px 2px;
	border-radius: 5px;
}

.home-text{
	margin: 5px;
	color: #444;
	line-height: 20px;
}
.home-text ul{
	margin:5px 0px;
}


.home-text li{
	list-style: disc;
	margin-left: 19px;
}


/*==================================right sidebar design================================*/


.right{
	float: right;
	width: 200px;
	margin-right: 10px
}

.right-sidebar{
	width: 200px;
	margin:10px 10px 10px 0px;
}

.right-sidebar h2{
	padding: 10px 5px 10px 10px;
}


.right-sidebar li{
	width: 100%;
}
.right-sidebar li:first-child{
	padding-top: 10px;
}

.right-sidebar:last-child{
	padding-bottom: 10px;
}

.right-sidebar li a{
	color: #000;
	display: block;
	padding: 7px 13px;
}
.right-sidebar li a:hover{
	background: -webkit-linear-gradient(45deg,lightblue 20%,#F56A4F);
	background: -moz-linear-gradient(45deg,lightblue 20%,#F56A4F);
}


.right-sidebar-image {
	border: 1px solid #ddd;
	border-radius: 2px;
	margin: 0px 0px 10px 0px;
	/*background: linear-gradient(45deg,lightblue 20%,#F56A4F);*/
}


.right-sidebar-image img{
	margin: 10px 0px 5px 28px;
	height: 110px;
	width: 140px;
	border-radius: 2px;
}

.right-sidebar-image h3{
	margin: 0px 0px 10px 48px;
}


.upcoming-news{
	border-radius: 3px;
	background: -webkit-linear-gradient(45deg,lightblue 20%,#F56A4F);
	background: -moz-linear-gradient(45deg,lightblue 20%,#F56A4F);
	padding-bottom: 20px;

}

.upcoming-news h2{
	padding: 7px 10px ;
	background: -webkit-linear-gradient(lightblue 20%,#F56A4F);
	background: -moz-linear-gradient(lightblue 20%,#F56A4F);
	margin-bottom: 10px;
}

.upcoming-news p{
	padding:5px 10px;
	color: #000;
}

.upcoming-news p:hover{
	font-size: 15px;
	color: #ff0000;
}

.view-all-news{
	float: right;
	padding:0px 5px;
}

/*==================================footer design================================*/

.footer{
	background: -webkit-linear-gradient(lightblue 20%,#F56A4F);
	background: -moz-linear-gradient(lightblue 20%,#F56A4F);
	min-height: 80px;
	margin-top: 20px;
}

.footer-left{
	float: left;
	width: 600px;
}

.footer-left h5{
	padding: 10px;
	font-size: 11px;
}.footer-left span{
	color: rgb(255, 238, 182);
	font-size: 12px
}

.footer-menu{
	float: right;
	width: 340px;
	margin-top: 30px;
}

/*==================================page design================================*/


.job-post a{
	display: block;
	list-style: disc;
	padding-left: 30px;
	background: url('images/indicator.png') no-repeat;
	background-position-x: 13px;
	background-position-y: 5px;
	color: #993333;
}

.job-post a:hover{
	color: #000;
}

.academic-post a{
	display: block;
	list-style: disc;
	padding-left: 30px;
	background: url('images/indicator.png') no-repeat;
	background-position-x: 13px;
	background-position-y: 5px;
}

.job-circular a{
	display: block;
	list-style: disc;
	padding-left: 15px;
	background: url('images/indicator.png') no-repeat;
	background-position-y: 5px;
	color: #993333;
}


/*================================employee==page design================================*/

.employee{
	float: left;
	box-shadow: 2px 2px 2px #aaa;
	margin-top: 12px;
	font-size: 16px;
}
.custom-employee{
	overflow: hidden;
}

.single-employee img{
	height: 150px;
	width: 200px;
	margin: 10px 0px 0px 0px;
	border-radius: 3px;
	padding: 2px;
	background: -webkit-linear-gradient(45deg,lightblue 20%,#F56A4F);
	background: -moz-linear-gradient(45deg,lightblue 20%,#F56A4F);
}

.custom-employee img{
	float: left;
	height: 80px;
	width: 80px;
	margin: 0px 5px;
	border-radius: 1px;
	border: 1px solid #ddd;
}


.hei{height: 82px}

.hei h4{padding-top: 30px;}

.fl{
	float: left;
	padding:5px 2px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
}

.ima{width:90px;background-color: #fff;}
.nam{width:120px;background-color: #eee;}
.des{width:110px;background-color: #fff;}
.tel{width:84px;background-color: #eee;}
.telr{width:84px;background-color: #fff;}
.mob{width:105px;background-color: #eee;}
.ema{width:200px;background-color: #fff;}

.full {
	background-color: #9E2E2E !important;
	height: 24px;
	color: #3a0000;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}

.wings{
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}




/*================================contact==page design================================*/

.contact-single-post{
	width: 750px;
	float: left;
}

.contact-single-post h2{
	padding: 12px;
}

.contact-info{
	padding: 5px 0px 10px 10px;
}

.contact-map{
	box-shadow: 1px 1px 12px;
	margin-left: 10px;
}

/*================================searchform design================================*/

#searchform{
	position: relative;
}

.field{
	width: 188px;
	margin: 10px 10px 0px 0px;
	border-radius: 3px;
	background: lightcyan;
}

.submit{
	position: absolute;
	right: 0;
	top: 11px;
	padding: 3px;
	border-radius: 3px;
	background: lightcoral;
	/*background: url(images/search.png);*/
}

/*================================calender design================================*/

.calender{
	background: url(images/calendar.png) no-repeat;
	background-position-x: -5px;
	background-position-y: -5px;
	height: 225px;
}

.month{
	padding: 45px 0px 0px 30px;
	color: #fff;
	font-size: 20px;
}

.date{
	font-size: 67px;
	padding: 30px 60px;
	color: #108D10;
	text-shadow: 2px 2px #888;
}

.year{
	font-size: 25px;
	padding: 6px 0px 0px 30px;
}



/*==================================tab-content desiegn=====start===========================*/
.text-content-tab{
       padding: 5px;
       margin-top: 20px;
 	float: left;
 	min-height: 600px;
 	overflow: scroll;
 	border: 1px solid #ccc;
  	width: 750px;
}

.tabs {
 position: relative; 
 margin: 2px 0 25px 0px;
 width: 830px;

}

.tab {
 float: left;
}

.tab label {
padding: 10px;
border: 1px solid #ccc;
margin-left: -1px;
position: relative;
left: 1px;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
padding: 7px 14px 7px 14px;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
line-height: 12px;
box-shadow: #888 0px 1px 1px;
border: 1px solid #ddd;
margin-top: 10px;
background:-webkit-linear-gradient(top, #ffffff, rgba(209, 124, 124, 0.7));
background:-moz-linear-gradient(top, #ffffff, rgba(209, 124, 124, 0.7));
border-radius: 3px
}



.tab [type=radio] {
 display: none; 
 transition:all 2s;  
}
.tab-content {
 position: absolute;
 top: 28px;
 left: 0;
 background: white;
 right: 0;
 bottom: 0;
 padding:0px;
 border: 1px solid #ccc; 
 transition:all 0.5s ease-in;
 
 display: none;

}
.tab [type=radio]:checked ~ label {
 background: #fff;
 border-bottom: 1px solid white;
 z-index: 2;}
[type=radio]:checked ~ label ~ .tab-content {
 z-index: 1;
display:block;
}
