
body, html 
{
  height: 100%;
  margin:0px auto;
  background-color: #f4f4f4;
  font-family:"Calibri",Sans-serif ;
  
  background: url(../hc/3.jpg?v=1000) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

} 



.login-card { 
    
text-align: center; 
margin:0px auto;   
box-shadow: 0 4px 8px 0 rgba(0,0,250,0.2); 
max-width:360px;
width: 90%;  
background:#ffffff;
border-radius:4px; 
margin-top: 55px;   
transition: 0.3s;opacity:.95;
 
  
}




.login-circular-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: blue;
  display:inline-block;
  vertical-align:middle;
  border:6px solid white;
  box-shadow: 0 4px 8px 0 rgba(0,0,250,0.2);
  margin:0px auto;
  margin-top:-45px;
}

.login-circular-image img {
  width:100%;
}

.login-title { padding:10px;font-size:20px; font-weight:bold;  color:#002b80; border:0px solid red; }



 .login-mbtn {
    
    background-image: linear-gradient(to bottom right,#00b3b0,#0088cc );
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    padding: 8px;
    min-width: 180px;
    max-width: 180px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-radius:4px;
    box-shadow: 0 4px 8px 0 rgba(0,0,250,0.2);
    margin:0px auto;
   
  }
  
.login-mbtn:hover { background-image: linear-gradient(to bottom right,#0088cc,#00b3b0 ); }



input[type="text"] {
  
    width: 90%;
    padding: 14px 20px;
    margin-top: 4px;
    box-sizing: border-box;
    border: 1px solid #346498;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    border-radius:20px;
    color:#173553;
    font-size:17px;
    
}


input[type="text"]:hover {
border: 1px solid #346498;box-shadow: 0 0 4px #719ECE; outline: none;
}  



.login-admin { 
    
text-align: center;
padding:10px; 
margin:0px auto; 
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); 
width: 85%;  
max-width:340px; 
background:white;   
border-radius:4px; 
font-size:20px; 
background-image: linear-gradient(to bottom right,#00b3b0,#0088cc ); 
color:white; 
margin-top:50px;  
cursor: pointer;
}

.login-admin:hover { background-image: linear-gradient(to bottom right,#0088cc,#00b3b0 );  }


.login-foot {
    
  left: 0;
  bottom: 0;
  width: 98%;
  text-align: center;
  margin-bottom:0px;
  font-size:15px;
  margin:0px auto;
  margin-top:25px;
  color:#002b80 ;
    
}
 
.margin-btn { width:90%; border:0px solid red; padding:18px; margin:0px auto; }  

.click-msg { border:0px solid red; height:30px; }
 
 
 
 
.home-card {max-width:600px;width:94%;margin:0px auto;border:0px solid red;text-align:left;font-size:18px;background:#ffffff;
box-shadow: 0px 0px 12px 6px rgba(100,0,0,0.2); border-radius:4px;margin-top:30px;}
.home-card:hover { box-shadow: 0px 0px 12px 6px rgba(0,100,0,0.2); }

.home-card2 {width:90%;text-align:center;font-size:20px;border:0px solid blue;margin:0px auto;}
.home-card3 {width:92%;margin:1px auto;border:0px solid green;text-align:left;}
.home-card4 {max-width:320px;width:90%;margin:1px auto;border:0px solid red;text-align:center;}



.confirm-card {max-width:600px;width:96%;margin:0px auto;border:0px solid red;text-align:left;font-size:18px;
box-shadow: 0px 0px 12px 6px rgba(100,0,0,0.2); border-radius:4px;text-align:center;background:white;}
.confirm-card:hover { box-shadow: 0px 0px 12px 6px rgba(0,100,0,0.2); }




/* Exam Start */

/* Header/Logo Title */
.exam-head {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1px;
  text-align: center;
  background-image: linear-gradient(to bottom right,#1d072c,#001a33);
  color: white;
  font-size: 14px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 100,0.2);
  transition: 0.3s;
  z-index:1;
  
}


.exam-timer {
  overflow: hidden;
  position: fixed;
  top: 8px;
  width: 100%;
  color:white;
  z-index:-1;
  font-size:16px;
}



.exam-menu
{
width:24px;
height:24px;
margin-top:4px;
float:right;
cursor:pointer;
padding:4px;
}

.exam-menu:hover {}


.exam-left
{
width:24px;
height:24px;
padding:4px;
margin-top:2px;
margin-left:10px;
float:left;
cursor:pointer;

}

.exam-left:hover {background:green;border-radius:20px;}






.sidenav {
 height: 100%;
 width: 0px;
 position: fixed;
 z-index: 1;
 top: 0px;
 right: 0;
 background:white;
 overflow-x: hidden;
 transition: 0s;
 padding-top: 40px;
 box-shadow: 0 4px 8px 0 rgba(179, 0, 134,0.2);
 background:#ecf0f1;
 border:0px solid red;
}

.sidenav a {
 padding: 8px 8px 8px 32px;
 text-decoration: none;
 font-size: 20px;
 color: white;
 display: block;
 transition: 0.3s;
}


.sidenav .closebtn {
 position: absolute;
 top: 0;
 left: -10px;
 font-size: 36px;
 color:#2c3e50;
  
  
}

@media screen and (max-width: 640px) {
 .sidenav {padding-top: 40px;width: 0px;}
 .sidenav a {font-size: 18px;}

}





.toolbar input[type="radio"] {
  display: none;

}

.toolbar label {
  display: inline-block;
  background-color: #57606f;
  padding: 7px 12px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border:0px solid skyblue;
  color:white;
  border-radius:30px;
   
}

.toolbar input[type="radio"]:checked+label {
  background-color: #0099cc;
  padding: 7px 12px;
  color:white;
  border-radius:30px;
}




.toolbar2 input[type="checkbox"] {
  display: none;

}

.toolbar2 label {
  display: inline-block;
  background-color: #57606f;
  padding: 5px 10px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius:3px;
  border:0px solid skyblue;
  color:white;
   
}

.toolbar2 input[type="checkbox"]:checked+label {
  background-color: #0099cc;
  padding: 5px 10px;
  color:white;
  border-radius:3px;
}


/*
input[type="text"] {
    width: 280px;
    padding: 14px 16px;
    margin-top: 4px;
    box-sizing: border-box;
    border: 1px solid #346498;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    border-radius:2px;
    color:#173553;
    font-size:14px;
}

input[type="text"]:hover {
  border: 1px solid #346498;box-shadow: 0 0 6px #719ECE;outline: none;
}


 */







/* Style the tab content */
.tabcontent {
  display: none;
  padding: 2px 12px ;
  max-width:600px;
  width:90%;
  margin:0px auto;
  margin-top:40px;
  opacity:.97;
  border: 0px solid green;
  background: #ffffff;
  box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.2);
  border-radius:2px;
}


.tabcontent3 {
 
 
  padding: 2px 12px ;
  max-width:600px;
  width:90%;
  margin:0px auto;
  margin-top:30px;
  opacity:.97;
  border: 0px solid green;
  background: #ffffff;
  box-shadow: 0px 0px 12px 6px rgba(0,0,100,0.2);
  border-radius:4px;
}


.exam-submit-position { margin:0px auto;border:0px solid red;width:280px;text-align:center;}


.exam-dsn { 
padding:12px;border:0px solid red;width:100%;margin-left:-12px;font-weight: bold;
box-shadow: 0px 0px 6px 3px rgba(0,0,100,0.2);
    
}


.exam-dsn2 { 
padding:12px;border:0px solid red;width:90%;font-weight: bold;max-width:600px;
box-shadow: 0px 0px 6px 3px rgba(0,0,100,0.2);margin:0px auto;text-align: center;
background-image: linear-gradient(to bottom right,#001a33,#1d072c);color:#ffffff;
}


.pagination {
  display: inline-block;
  border:0px solid red;
  margin-left:16px;
  margin-right:8px;

}

.pagination a {
  color: white;
  float: left;
  max-width:14px;
  min-width:14px;
  padding: 12px 16px;
  text-decoration: none;
  transition:.1s;
  border: 0px solid #ddd;
  margin: 0px 2px 2px 0px;
  cursor:pointer;
  background-color:#57606f;
   font-size:14px;
}

.pagination a.active {
  background-color: #ff7979;
  color: white;
  border: 0px solid #4CAF50;
}



.pagination a.visit {
  background-color: #4CAF50;
  color: white;
  border: 0px solid #4CAF50;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  text-align:center;
  color:white;
 
}




#npb {
  background-color: #4CAF50;
  border: none;
  color: white;
  width:100px;
  padding:8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  margin-top:20px;
}





a { text-decoration:none; }



.submit  {
 background-image: linear-gradient( 109.6deg,  rgba(209,0,116,1) 11.2%, rgba(110,44,107,1) 91.1% );
  border: none;
  color: white;
  width:100px;
  padding:8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  margin-top:20px;
  border-radius:2px;
}

/* Exam End */






/* View Result Start  */


.view-head {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  padding:7px;
  text-align: center;
  background-image: linear-gradient(to bottom right,#1d072c,#001a33);
  color: white;
  font-size: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 100,0.2);
  transition: 0.3s;
  z-index:1;
 
}


.exam-result {
  overflow: hidden;
  position: fixed;
  top: 7px;
  width: 100%;
  color:white;
  z-index:-1;
  font-size:22px;
  
}






.view-head-left
{
height: 24px;
width: 24px;
padding:2px;
margin-left:10px;
float:left;
cursor:pointer;
top: 3px;
}

.view-head-left:hover {background:black;border-radius:20px;}

.view-head-right
{
height: 24px;
width: 24px;
padding:2px;
margin-right:25px;
float:right;
cursor:pointer;
}

.view-head-right:hover {background:black;border-radius:20px;}





.result-card 
   {
    transition: 0.3s;
    color:rgb(23, 53, 82);
    width: 94%;
    max-width:640px;
    border-radius: 4px;
    margin:0px auto;
    text-align:center;
    border:0px solid red;
    color:rgb(23, 53, 82);
    font-size:18px;
    opacity: .95;
    background:#ffffff;
    box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.2);
    }




.result-card2
   {
    transition: 0.3s;
    width: 94%;
    max-width:640px;
    border-radius: 4px;
    margin:0px auto;
    text-align:left;
    border:0px solid red;
    color:rgb(23, 53, 82);
    font-size:18px;
    padding: 0px;
    opacity: .95;
    background: #ffffff;
    box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.2);
   }
   
  
.result-card3
   {
    transition: 0.3s;
    max-width:638px;
    width: 94%;
    margin:0px auto;
    text-align:left;
    margin-top: 10px;
    opacity: .95;
    border:0px solid black;
    background: #ffffff;

   }
 
   
.section-title { 
    width:100%;border:0px solid red;padding:10px 0px;margin:0px auto; background-image: linear-gradient(to bottom right,#001a33,#1d072c);
    text-align:center;box-shadow: 0px 0px 6px 3px rgba(0,0,100,0.2);opacity: .95; color:#ffffff;border-radius: 2px 2px 0px 0px;
    
}   

/* View Result End */









