﻿/*
    Display Exams Maintenance Overlay
*/
.ExamsMaintenanceOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  
}
.Overlaytext{
  position: fixed;
  width: 75%;
  top: 50%;
  left: 50%;
  font-size: 22px;
  color: black;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  background-color: white;
  border-style: ridge;
  padding: 10px;
  color: #72246C;
  text-align: center;
}
.RedirectExamBD{
	color: skyblue;
}


.Examlist {
 margin-left: 40px;
 margin-bottom: 5px;
 text-align: left;
 font-size: 25px;


}
.Back-btn {
float:right;
margin-top: -100px;
color: black !important;
text-decoration: none !important;
}
.OverlayFooter {
    color: black;
}
.WarningMessage {
color:red !important;
font-weight: bold !important;

}

.minWidth {
    min-width:15.9375rem;

}

@media screen and (max-width: 600px) {
.Overlaytext {
    font-size: 15px;
    width: 300px;
    
    }
.Examlist {
    font-size: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    color:black !important;

    }
.Back-btn {
float:right;
margin-top: -100px;
color: black !important;
text-decoration: none !important;
font-size: 25px;
}
.OverlayHeader { 
    font-size:19px;  
}

}


/*
    End Overlay
*/

/*
    Login Overlay
*/
.LoginOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  
}
.LoginActivity {
 color: red;
 font-weight:bold;
}
/*
    End Login Overlay
*/
