@charset "utf-8";


  
   
  .container-fluid {
    padding: 2px 2px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  
  .bg-green {
	  background-color: #9F3;
  }
   
 .bg-white {
    background-color: #ffffff;
  }
  
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }

  .logo {
    color: #06C;
    font-size: 150px;
  }
  
  
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #06C;
    background-color: #fff !important;
    color: #06C;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #06C !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #06C;
    color: #FFFFFF;
  }
  
 .panel-footer a {
    margin: 15px 0;
    background-color: #06C;
    color: #FFFFFF;
  }
  
 .panel-footer a:hover {
    margin: 15px 0;
    background-color: #FFFFFF;
    color: #06C;
    text-decoration:none;
  }
  
  
  
  
   .navbar {
    padding: 5px 3px;
    margin-bottom: 0;
    background-color: #f3f;
    z-index: 9999;
    border: 0;
    font-size:solid;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: cursive;
    font-weight:400;
    font-size:large;

  }
  
  .navbar li a, .navbar .navbar-brand {
    color: #FFF !important;
  }
    
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #F3F !important;
    background-color: #fff !important;
  }
  
  
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  
  
  
  


.slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  
    .slide1 {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    visibility: visible;
  }
  
    .slide2 {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    visibility: visible;
  }
  
    .slide3 {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;
    visibility: visible;
  }
  
  
 @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
	#mainad{
	    width:100%;
	    height:100%;
	    margin:1px;
	    background-color:#FFFFFF;
	    box-shadow: 1px 1px 1px 1px #888888;
	}

  }

  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
	#mainad{
	    width:100%;
	    height:100%;
	    margin:1px;
	    background-color:#FFFFFF;
	    box-shadow: 1px 1px 1px 1px #888888;
	}
  }

  @media screen and (max-width < 480px) {
    .logo {
      font-size: 50px;
    }
	#mainad{
	  width:100%;
	  height:100%;
	  margin:1px;
	  background-color:#FFFFFF;
	  box-shadow: 1px 1px 1px 1px #888888;
	}
  }


#footer .fa {
	padding:10px;
	font-size: 15px;
	
}

body .fa {
	padding:20px;
	font-size: 150px;
	
}

.nav .fa {
	padding:15px;
	font-size: 15px;
	
}

 

p {  margin-top: 5px; margin-bottom: 5px; }

h1 {
	color: #8B2252;
	font-size: 32px;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #8B2252;
	font-weight: 600;
	margin-bottom: 30px;
}

h3 {
	color: #8B2252;
	font-size: 18px;	
}

h4 {
    font-size: 14px;
    line-height: 1.375em;
    color: #8B2252;
    font-weight: 400;
    margin-bottom: 30px;
}





input[type="text"], input[type="textarea"], input[type="password"], select {
	margin: 1px;
	padding:1px;
	background-color: #FFB5C5;
	border-bottom-style: solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style: solid;
	border-bottom-color:#ffffff;
	border-top-color:#ffffff;
	border-right-color:#ffffff;
	border-left-color:#ffffff;
	
	
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	
	box-shadow: 1px 1px 1px 1px #888888;
}



input[type="text"]:hover, input[type="textarea"]:hover, input[type="password"]:hover, select:hover {
	border-bottom-color:#ff3E96;
	border-top-color:#ff3E96;
	border-right-color:#ff3E96;
	border-left-color:#ff3E96;
}


input[type="text"]:focus, input[type="textarea"]:focus, input[type="password"]:focus, select:Focus {
   border-bottom-color:#ff3E96;
	border-top-color:#ff3E96;
	border-right-color:#ff3E96;
	border-left-color:#ff3E96;
	
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}







#scrollbar1 { width: 870px; margin: 5px; line-height:25px;}
#scrollbar1 .viewport { width: 850px; height: 600px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: inherit; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(tinyscrollbar/example/images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(tinyscrollbar/example/images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(tinyscrollbar/example/images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(tinyscrollbar/example/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }





#edulogo {
	background-color: #FFCC66;
	text-align: center;
}


#contact {
	
	margin:0;
	padding:0;
	width:450px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	word-spacing: 2px;
	background-color:#CCFFCC;
	
	border-left: thin solid  #888888;
	border-right: thin solid #888888;
	box-shadow: 4px 2px 4px 4px #888888;
}



#surround{
	position:relative;
	width:100%;
	height:auto;
	display:inline-block;
	margin:1px;
	padding:2px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:22px;

	word-spacing:3px;
	color: #666;

	
}

#surround th{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	word-spacing:3px;
	color: #CD3297;
}

#surround td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	word-spacing:3px;
	color: #CD3297;
}



#surround li{
	list-style-type: square;
}



#surlog{
	position:relative;
	width:1200px;
	height:1000px;
	display:inline-block;
	margin:5px;
	padding:5px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	word-spacing:3px;
	color: #000000;
}


#logo{
	float:right;
	width: 50%;
	right: 0px;
	height: auto;
	padding:1px;
	background-image: url(logo1.png);
	background-repeat: no-repeat;
	text-align:right;
	background-color:green;
	
}

#compname {
	margin:0;
	padding:0;
	width: 50%;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	letter-spacing: 6px;
	text-align: left;
	word-spacing: 2px;
	color: #CD3279;
	font-weight: bold;
}



.bgc{
	line-height:60px;
	text-decoration:none;
	padding: 21px 0px;
	background: #FFB5C5;
	color: #CD3279;	
}







#navigation{
	height: auto;
	width: 200px;	
	position: relative;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
}


#navigation a{
	font-family:cursive;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: #f3f;
	letter-spacing: 0.1em;
	display: block;
	margin: 2px;
	padding: 12px 18px;
	white-space: normal;
	color: #FFFFFF;
		
}


#navigation a:hover{
	background: #FFB9B4;
	color: #CD3279;
}



#regis {
	width:95%;
	height:500px;
	overflow: auto;
	overflow-y:auto;
	padding:15px;
	
	
}


#disp1 {
  background: url(dom.png) no-repeat center center fixed;
  width: 100%;
  height: 400px;
  position:relative;
  display: table;
  background-size: cover;

}




#login{
	position: inherit;
	width: 420px;
	height: auto;
	margin:2;
	padding:2;
	background-color: #E0EEE0;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;

	border-bottom:thin;
	border-left:thin;
	border-right:thin;
	border-top:thin;
	
	border-bottom-color:#00CC66;
	border-right-color:#00CC66;
	border-left-color:#00CC66;
	border-top-color:#00CC66;
	
	box-shadow: 3px 3px 3px 3px #888888;
	
	margin-left:auto;
	margin-right:auto;
}

#reg{
	position: inherit;
	width:85%;
	height: auto;
	margin:2;
	padding:2;
	font-size:14px;
	font-style:italic;
	color:#777;
	
	
	background-color: #E0EEE0;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;

	border-bottom:thin;
	border-left:thin;
	border-right:thin;
	border-top:thin;
	
	border-bottom-color:#00CC66;
	border-right-color:#00CC66;
	border-left-color:#00CC66;
	border-top-color:#00CC66;
	
	box-shadow: 3px 3px 3px 3px #888888;
	

}



#login td{
    font-family: Verdana;
	font-size: 16px;
	color: #548B54;
}




#qset{
	width:700px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

#clockdiv {
	background-color: #009933;
	color: #ffffff;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:8px;
	opacity:0.5;
}

#oclock {
	background-color: #FF3333;
	color: #ffffff;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:8px;
	opacity:0.5;
}
#nclock {
	background-color: #0099FF;
	color: #ffffff;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:8px;
	opacity:0.5;
}

#ctndiv {
	width:auto;
	height:500px;
	background-color:#ffffff;
	overflow-x:scroll;

}




.navtext {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-decoration: none;
	background-color:#906;
	
}




.btnlogin {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5CCD00', endColorstr='#4AA400',GradientType=0);
	padding:10px 25px 10px 25px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00
}



.button1 {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5CCD00', endColorstr='#4AA400',GradientType=0);
	padding:8px 18px 8px 18px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00;
}


.button2 {
	background: #FEDA71;
	background: -moz-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FEDA71),color-stop(100%,#FEBB49));
	background: -webkit-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: -o-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: -ms-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FEDA71',endColorstr='#FEBB49',GradientType=0);
	padding:8px 18px 8px 18px;
	color:#623F1D;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:48px;
	-moz-border-radius:48px;
	-webkit-border-radius:48px;
	border:1px solid #623F1D;
	text-decoration:none;
	
}       


.button3 {
	background: #FEDA71;
	background: -moz-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FEDA71),color-stop(100%,#FEBB49));
	background: -webkit-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: -o-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: -ms-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FEDA71',endColorstr='#FEBB49',GradientType=0);
	padding:8px 12px;
	color:#623F1D;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #623F1D;
}



.button4 {
	background: #FF69B4;
	background-image: -moz-linear-gradient(top, #FF69B4, #CD3278);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF69B4), to(#CD3278));
  	background-image: -webkit-linear-gradient(top, #FF69B4, #CD3278);
   	background-image: -ms-linear-gradient(top, #FF69B4, #CD3278);
  	background-image: -o-linear-gradient(top, #FF69B4, #CD3278);
  	background-image: linear-gradient(top, #FF69B4, #CD3278);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF69B4', EndColorStr='#CD3278');	
	padding:8px 12px;
	color:#FFFFFF;
	font-family:'Helvetica Neue',sans-serif;
	font-size:14px;
	
	border:1px solid #623F1D;
	width:185px;
	text-align:left;
	margin:1px 5px;

}


.button5 {
	background: #FEDA71;
	background: -moz-linear-gradient(top,#F00 0%, #F03 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F00),color-stop(100%,#F03));
	background: -webkit-linear-gradient(top,#F00 0%,#F03 100%);
	background: -o-linear-gradient(top,#F00 0%,#F03 100%);
	background: -ms-linear-gradient(top,#F00 0%,#F03 100%);
	background: linear-gradient(top,#F00 0%,#F03 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F00',endColorstr='#F03',GradientType=0);
	padding:8px 12px;
	color:#FFFFFF;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #623F1D;
}	


.btngo {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5CCD00', endColorstr='#4AA400',GradientType=0);
	padding:2px 2px 2px 2px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00;
}




#clearfloat { 
	clear:both;
}






#footer {
  width: 100%;
  height: auto;
  align-items: center;
  text-align:left;
  line-height:30px;
  background-color:#F3F;
  padding:20px 20px;
  color:#FFF;

} 


#footer  a{
	text-decoration:none;
	color:#fff;
	
}


#footer .glyphicon {
   font-size: 20px;
   margin-bottom: 20px;
   color: #FFFFFF;
}






