﻿
body{background-image: url("exam/img/backgrounds/body_crosshatch.jpg"); background-repeat:repeat;  }


* {
    box-sizing: border-box;
   
}

.row:after {
    content: "";

    clear: both;
    display: block;
  
}
.google-maps {
        position: relative;
        padding-bottom: 15%; 
     
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 99% !important;
        height: 99% !important;
      
    }
[class*="col-"] {
    float: left;
    padding: 5px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
      
   
       
       
           color: black;
        padding: 0px;
       
}
.menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

.menu li 
{
  
    padding: 5px;
    margin-bottom: 3px;
  
    color:Maroon;

    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.row li 
{
 
  
  padding: 5px;
    margin-bottom: 3px;
 
    border-left: 5px solid #ea8989;
    border-bottom: 2px solid #b5dce8;
    color: #333;
    border-radius: 0px 0px 0px 0px;
 border-left: 4px solid red;
    border-bottom:1px dotted red;  
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}
.row li :hover
{
 
     
   color: Maroon ;
   font-weight:Bold;
   border-left:1px solid Black;  
   
}
.menu li:hover {
    background-color:#E8DAEF;
   
}

.container
{
     background: url('../Img/bg/bg.jpg') repeat;
    
}
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
.row a
{
     color:Black;
     
     text-align:left; 
    
}


.aside {
    background-image: linear-gradient(to right top, #dae3ee, #e5e8f2, #efeef5, #f7f5f9, #fdfcfd);
    padding: 15px;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
	
	height:380px;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 25px;
}
.footer {
    background-color: Black;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer a {

    color: #ffffff;
}

.TopLine {
    background-color: #2b4675;
    color: White;
    text-align: center;
    font-size: 12px;
    padding: 6px;
}
.TopLine a {
    background-color: #1c3e79;
    color: White;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.PageTitle {
   background-image: linear-gradient(to right top, #dae3ee, #e5e8f2, #efeef5, #f7f5f9, #fdfcfd);
  

    font-size:20px;
    font-weight:bold ;   
    color: Blue;
     text-shadow: 2px 2px 5px red;
    text-align: center;  
    box-shadow: 10px 10px 5px #000000;
    border-radius:10px 10px 0px 0px;
   
}
.PageButton {
    background-color:#0099cc ;
    font-size:20px;
    font-weight:bold ;   
    color: White;
    text-shadow: 2px 2px 5px red;
    text-align: center;  
    box-shadow: 10px 10px 5px #000000;
    border-radius:10px 10px 10px 10px;
   
}
.PageBottom {
     background-image: linear-gradient(to right top, #dae3ee, #e5e8f2, #efeef5, #f7f5f9, #fdfcfd);
  

    font-size:20px;
    font-weight:bold ;   
    color: White;
     text-shadow: 2px 2px 5px red;
    text-align: center;  
    box-shadow: 10px 10px 5px #000000;
    border-radius:0px 0px 10px 10px;
   
}
.PageRow
{
    
background: rgba(153,94,199,1);
background: -moz-linear-gradient(left, rgba(153,94,199,1) 0%, rgba(41,149,227,1) 50%, rgba(235,187,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(153,94,199,1)), color-stop(50%, rgba(41,149,227,1)), color-stop(100%, rgba(235,187,237,1)));
background: -webkit-linear-gradient(left, rgba(153,94,199,1) 0%, rgba(41,149,227,1) 50%, rgba(235,187,237,1) 100%);
background: -o-linear-gradient(left, rgba(153,94,199,1) 0%, rgba(41,149,227,1) 50%, rgba(235,187,237,1) 100%);
background: -ms-linear-gradient(left, rgba(153,94,199,1) 0%, rgba(41,149,227,1) 50%, rgba(235,187,237,1) 100%);
background: linear-gradient(to right, rgba(153,94,199,1) 0%, rgba(41,149,227,1) 50%, rgba(235,187,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ec7', endColorstr='#ebbbed', GradientType=1 );
   padding:15px;
}
.PageContent {
    
  
     font-size:14px;
    text-align:justify;  
    border:1px Silver; 
    padding:15px;
 
}
.PageContent li {
    
       background-image: linear-gradient(to right top, #dae3ee, #e5e8f2, #efeef5, #f7f5f9, #fdfcfd);
    
    color:Black;
    padding:10px;
    margin:8px;   
    border-radius: 0px 0px 0px 0px;
    border-left: 5px solid Black;
    border-bottom: 3px solid #0099cc;
 
}
.PageContent li a{
    
     color:Black;
 
}
.PageContent li a:hover{
    
   font-weight:bold;
 
}

.Title {
        background-color:#0099cc ;
    
        font-size:16px;
        font-weight:bold ;   
        color: White;
        text-align: center;
        padding:5px; 
        position:relative;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 10px 10px 5px #000000;
        top:-12px;
}
.TopNotification
{
    color:White ;
    font-style:italic ;   
   
}
.TopNotification a:hover
{
    color:White ;
    font-weight:bold ;  
}
.TopNotification a
{
    color:White ;
    
}
.LatestNotification {
    background-color:#2F4F4F ;
    float:left ;
    width:90%; 
    font-size:14px;
    font-weight:bold ;   
    color: White;
    text-align: center;
 
   position:relative;
  border-radius: 10px 10px 0px 0px;
    box-shadow: 5px 10px 10px 5px #000000;
   top:-12px;
}
.LeftNot {
    background-color:#2F4F4F ;
    float:left ;
    width:5%; 
    font-size:16px;
    font-weight:bold ;   
    color: White;
    text-align: center;
 padding:5px; 
   border-radius: 10px 0px 0px 0px;
    box-shadow: 0px 15px 15px 15px #000000;
   top:-12px;
}
.RightNot {
    background-color:#2F4F4F ;
    float:left ;
    width:5%; 
    font-size:16px;
    font-weight:bold ;   
    color: White;
    text-align: center;
  padding:5px; 
   border-radius: 0px 10px 0px 0px;
    box-shadow: 0px 15px 15px 15px #000000;
   top:-12px;
}
.NotificationBtn {
 
 
     float: left;
    text-align: left;
    margin: 1px;
    background: url(../Img/bg/bg.jpg) repeat;
    width: 49%;
    padding: 0px;
  
    border-left: 4px solid red;
    border-bottom:1px dotted red;  
    font-size: 0.5vw;
   
}
.NotificationBtn a
{
    color:#31317f;
    font-weight :bold ;
    font-size:16px;
     
}
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
   
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #333; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}
.MaxDiv
{
      border-radius: 10px 10px 10px 10px;
    box-shadow: 10px 10px 5px #000000;
    border:1px #00BFFF; 
    width:100%;
}

.divOuterNotification
{
    background-image: linear-gradient(to right top, #f2e0e5, #f3e5ec, #f4eaf2, #f5eff7, #f7f4fc);
    color:Blue ; 
    border-radius: 10px 10px 10px 10px;
    box-shadow: 10px 10px 5px #000000;
    border:1px #00BFFF; 
    width:100%;
    height:190px;
     
}
.NotificationBtn a:hover
{
   background-image: linear-gradient(to right top, #f2e0e5, #f3e5ec, #f4eaf2, #f5eff7, #f7f4fc);  font-size :18px;
    border:1px blue;
     font-weight:bold ;   
    color: Maroon;
     
}
.panel-primary>.panel-heading {
    color:Black;
   
   border-bottom:2px solid #AEB6BF;
   font-weight :bold; 
  
     background-image: linear-gradient(to right top, #dae3ee, #e5e8f2, #efeef5, #f7f5f9, #fdfcfd);
}
.panel-primary {
    border-color: #c1cfdc;
}

.navbar-inverse {
    background-color: #0b2654;
    border-color: #080808;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #13134c;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ABEBC6 ;
    font-weight:bold ; 
}
.MainModule {
 
   
    
  margin-left:10px; 
  margin-top:10px; 
  width:90%; 
 font-size:larger; 
   padding:8px; 
   position:relative;
   	filter:alpha(opacity=8);
   	border: 1px solid yellow;
   border-radius: 10px 0px 10px 0px;
    box-shadow: 10px 10px 5px #000000;
   
}

.MainModule a:hover
{
  
    border:1px solid white;
    font-weight:bold ;   
    color: yellow;
    background-color: #0099cc;
     
}



.BottomPanel {
    background-color:#0099cc ;
    
    font-size:16px;
    font-weight:bold ;   
    color: White;
    text-align: center;
   padding:7px; 
   position:relative;
   border-radius: 0px 0px 10px 10px;
   box-shadow: 0px 0px 10px 5px #000000;
   bottom:-10px;
}


.FixLeft
{
    position:fixed ;
    left:1px;
    bottom:1px;
    
}
.FixHome
{
    

   color:Yellow ; 
    position:fixed ;
    left:5px;
    bottom:10px;
   padding:8px; 
   background: rgba(215,187,237,1);
background: -moz-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,187,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(220,179,235,1)));
background: -webkit-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: -o-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: -ms-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: linear-gradient(to right, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7bbed', endColorstr='#dcb3eb', GradientType=1 );

    border-radius: 35px;
      box-shadow: 0px 0px 10px 5px #000000;
}
.FixRight
{
  background: rgba(215,187,237,1);
background: -moz-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,187,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(220,179,235,1)));
background: -webkit-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: -o-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: -ms-linear-gradient(left, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
background: linear-gradient(to right, rgba(215,187,237,1) 0%, rgba(41,184,229,1) 50%, rgba(220,179,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7bbed', endColorstr='#dcb3eb', GradientType=1 );

   color:Yellow ; 
    position:fixed ;
    right:3px;
    bottom:5px;
   padding:8px; 
    border-radius: 35px;
      box-shadow: 0px 0px 10px 5px #000000;
}

.FixTopRight
{
   
   color:Blue ; 
    position:fixed ;
    right:1px;
    top:100px;
 
      box-shadow: 0px 0px 10px 5px #000000;
}
.FixTopRight2
{
   
   color:Blue ; 
    position:fixed ;
    right:1px;
    top:120px;
 
      box-shadow: 0px 0px 10px 5px #000000;
}
.FixRight a
{
 
   color:Green ; 
   
}
.FixRight a:hover
{
   background-color:#00BFFF; 
   font-weight:bold;
   color:Yellow ; 
    position:fixed ;
    right:1px;
    bottom:1px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 5px #000000;
}
.Notice
{
    font-size:14px;
    
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 6px;
  border: 0px solid transparent;
}
.VMenuData
{
    font-size :16px;
    color :Yellow ;
    padding-left:14px;
}
.Panel
{
   background-color:#0099cc ;
    
   
   padding:7px; 
   position:relative;
 
   box-shadow: 0px 0px 10px 5px #000000;
  
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 20%;}
   .col-33 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-44 {width: 36.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 55%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 20%;}
     .col-33 {width: 25%;}
    .col-4 {width: 33.33%;}
  .col-44 {width: 36.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 55%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (min-width: 700px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 20%;}
     .col-33 {width: 25%;}
    .col-4 {width: 33.33%;}
  .col-44 {width: 36.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 55%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

@media screen and (min-width:640px), screen\9 {
    /* For desktop: */
    
   
   .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 20%;}
     .col-33 {width: 25%;}
    .col-4 {width: 33.33%;}
  .col-44 {width: 36.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 55%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
   
}
@media screen\0  
{
    
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 20%;}
     .col-33 {width: 25%;}
    .col-4 {width: 33.33%;}
  .col-44 {width: 36.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 55%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media \0screen\,screen\9
{
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 20%;}
     .col-33 {width: 25%;}
    .col-4 {width: 33.33%;}
  .col-44 {width: 36.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 55%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
