@charset "utf-8";
body{
	height: 100%;
	  background-color: rgba(243,243,243,1.00);
}
.container-fluid{
	margin-top: 50px;
}
.container {
    background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 5px rgba(211,211,211,1.00);
    box-shadow: 0px 0px 5px rgba(211,211,211,1.00);
	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;
}


.pointdiv{
	margin-top: 20px;
	padding: 0px 40px 0px 40px;
	display: none;
}
.rowpoint{
	background-color: rgba(243,243,243,1.00);
	min-height: 50%;
	border-radius: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.namep{
	
	font-size: 20px;
	text-align: center;
}
.numberp{
	
	font-size: 20px;
	text-align: center;
	color: #E80F37;
}
.allertcol{
	margin-top: 20px;
	display: none;
}
.alert-danger {
    background-color: #ea5455;
    color: #FFFFFF;
   
    font-size: 20px;
    -webkit-box-shadow: 0px 0px #EA5455;
    box-shadow: 0px 0px #EA5455;
	border: 0px;
}

.danger{  
  
  font-size: 20px;
  position:fixed;
  top:0px;
  width:100%;
  height:0;  
  box-sizing:border-box;
  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;
}
