@charset "utf-8";
body{
    height: 100%;
    background-image: url("../images/Jowhareh_galleries_poster_3a2f9012-4b13-4cdf-baf0-563b9c10dbf9 (1).jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}
.container-fluid{
	margin-top: 50px;
}
.container {
    background-color: rgba(255,255,255,0.50);
    -webkit-box-shadow: 0px 0px 5px rgba(211,211,211,0.50);
    box-shadow: 0px 0px 5px rgba(211,211,211,0.50);
	margin-top: 30px;
	height: auto;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
	
}
label, input, h1, h2, h3, h4, h5, h6 {
    color: rgba(0,0,0,1.00)!important;
}
input{
	border: 1px solid rgba(0,0,0,1.00)!important;
}


.gradediv{
    padding: 0px 40px 0px 40px;
    display: none;
    margin-top: 0px;
}
.rowgrade{
    padding-bottom: 20px;
    margin-top: 0px;
}

.namel{
    font-size: 30px;
    text-align: left;
  
}
.num{
    font-size: 27px;
    text-align: right;
    color: #E80F37;
    border-radius: 90px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    border: medium double #000000;
    float: right;
    right: 10px;
    margin-right: -5px;
}
.allertcol{
    margin-top: 0px;
    display: none;
}
.alert-danger {
    color: #FF0004;
    font-size: 20px;
}

.danger{  
  
  font-size: 20px;
  position:fixed;
  top:0px;
  width:100%;
  height:0;  
  color:white;  
  text-align:center;
  background:#F42529;
  box-sizing:border-box;
  transition:height .2s;
  z-index: 2;
}

#dangerspan:before{
  display:block;
  margin-top:15px; 
  
}

.dangerbox{  
  height:50px;
}

.divdanger:before{
    Content: "Please select a number between 0 and 20 ";
    z-index: 2;
    border-top-right-radius: 1px;
}
.inl {
    display: inline-block;
    float: left;
    clear: left;
    text-decoration: underline;
    font-style: italic;
    padding-top: 10px;
    background-color: #2EF4FF;
    border-width: medium thick;
    border-style: solid;
    border-radius: 5px;
}
