@charset "utf-8";
/* CSS Document */

#site_header{
	background-color:#000;
	margin:0px;
	padding:2px;
	text-align:center;
	position:fixed;
	z-index:1000000;
	border:0px solid red;
	width:100%;
	height: 50px;
	color:#ffffff;
}

#login_header{
	background-color:#000;
	margin:0px;
	padding:2px;
	text-align:center;
	position:fixed;
	z-index:1000000;
	border:0px solid red;
	width:100%;
	height: 50px;
	color:#ffffff;
}

#main_body{
	border:0px solid red;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#BodyMain{
	padding:5px;
	color:#666;
}

.medium{
	font-size: 22px;
}

.grid{
	position:relative;
	width:200px;
	height:200px;
	margin:5px;
	padding:0px;
	border:1px solid #666;
	text-align:left;
}



#popup{
	position:fixed;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	width:100%;
	height: 100%;
	z-index:5000000;
	display:none;
	background-color:#efefef;
	padding:0px;
	color:#069;
	font-weight:bold;
}

.img{
	opacity: 1;
	alpha(opacity=80);
	cursor: pointer;
}
.img:hover{
	border: 0px solid #000000;
	opacity: 0.8;
	cursor: pointer;
	alpha(opacity=100);
}
.imgbackground{
	height: 250px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; 
}
.img-background{
	height: 450px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; 
}

.gallery-layout{
	overflow:hidden; float:left; width:215px; height:200px; border:0px solid red; margin:10px;
}

/* CALENDAR STYLE*/
.formclass{
	position: absolute;
	left:10px;
	top:100px;
	visibility: hidden;
	height: 0px;
	width: 0px;
	background: #efefef;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.autocomp{
	position:relative;
	left:0px;
	top:0px;
	z-index: 1000000;
	visibility: visible;
	width: 0px;
	background-color:#ffffff;
}

.taskboxclass{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 0px;
}

.calendarover{
	text-align: left;
	background: #CA07F9;
	width:15px;
}

.calendaroff{
	text-align: left;
	background: #A28AFA;
	width: 15px;
}

.calendardayover{
	text-align: left;
	background: #FECE6E;
	width: 15px;
}

.calendardayoff{
	text-align: left;
	background: #FFBC37;
	width: 15px;
}

.taskchecker{
	width: 200px;
	font-weight: bold;
	color:#000000;
	background-color: #FF8C37;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.acpadding{
	padding:10px;
}

.mrg-top-30{
	margin-top:30px;
}

.question{
	background-color: #ffffff;
	color: navy;
	border: 1px solid navy;
	margin-bottom: 40px;
	overflow: hidden;
}
.question div{
	background-color: navy;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-weight: 800;
	font-size: 22px;
}
.content{
	position: relative;
	border: 0px solid navy;
	text-align: center;
	color: navy;
	text-align: center;
	font-size: 130px;
}
.content span{
	font-size: 14px;
	color: #777777;
	font-family: monospace;
	position: absolute;
	top: 160;
	left: 70;
}
.content-bottom {
	position: relative;
	padding: 10px 4px;
	color: navy;
	font-weight: 500;
	font-family: monospace;
}
@media(max-width: 768px ){
	.question{
		margin-bottom: 50px;
	}
	.content{
		font-size: 90px;
	}
	.content span{
		position: absolute;
		top: 110;
		left: 130;
	}
	.content-bottom {
		margin-bottom: 20px;
		text-align: center;
	}
}

/* FILE UPLOAD IMAGE */
.filediv2{
  border: 0px solid red;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding: 5px;
  /*background-image: url('./../images/attach-icon.jpg');*/
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.file{
  opacity: 0;
  margin-left: -40px;
  cursor: pointer;
}
.option-file{
  position:absolute; 
  top:12; 
  left:0px;
  cursor: pointer;
}
@media(max-width: 767px){
  .option-file{
    left: -5px;
    cursor: pointer;
  }
}