

footer {
    text-align: center;
    padding: 3px;
    background-color: DarkSalmon;
    color: white;
}

body {
  
    font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
    color: #404040;
    background: #0ca3d2;
}
.grey {
  color: #F9907A;
}
.mainBody {
    position: relative;
    width: 1200px;
    min-height: 600px;
    margin: 30px auto;
    padding: 20px 20px 20px;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  
  .mainBody:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
  }
  .titleLeft{
    float: left;
    min-width: 10%;
  }
  .titleCenter{
    float: left;
    min-width: 80%;
  }
  .titleRight{
    float: left;
    text-align: right;
    min-width: 10%;
  }
  .right{
    float: right;
  }

  .title {
    margin: -20px 0px 0px;
    min-height: 41px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-shadow: 0 1px white;
    background: #f3f3f3;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke;
  }
  .login p {
    margin: 20px 0 0;
  }
  
  .login p:first-child {
    margin-top: 0;
  }
  
  .LogonInput {
    width: 278px;
  }
  
  .login p.remember_me {
    float: left;
    line-height: 31px;
  }
  
  .login p.remember_me label {
    font-size: 12px;
    color: #777;
    cursor: pointer;
  }
  
  .login p.remember_me input {
    position: relative;
    bottom: 1px;
    margin-right: 4px;
    vertical-align: middle;
  }
  
  .login p.submit {
    text-align: right;
  }
  
  .login-help {
    margin: 20px 0;
    font-size: 11px;
    color: black;
    text-align: center;
    /* text-shadow: 0 1px #2a85a1;*/
  }
  
  .login-help a {
    color: #003cff;
    text-decoration: none;
  }
  
  .login-help a:hover {
    text-decoration: underline;
  }
  
  :-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
  }
  
  ::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
  }
  
  input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
  }
  
  .LogonInput[type=text], input[type=password], input[type=date], select {
    margin: 5px;
    padding: 0 10px;
    width: 278px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  }
  .CustomInput[type=text], input[type=date], textarea, select {
    margin: 5px;
    padding: 0 10px;
    width: 700px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  }
  .CustomInput2[type=text], input[type=date], textarea, select {
    margin: 5px;
    padding: 0 10px;
    width: 300px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  }
  #MainRisks, #Hazords, #AdminTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  #MainRisks td, #Risks th, #Hazords td, #Hazords th, #AdminTable td, #AdminTable th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 10px;
  }
  #MainRisks tr:nth-child(even), #Hazords tr:nth-child(even), #AdminTable tr:nth-child(even){background-color: #f2f2f2;}
  
  #MainRisks tr:hover, #Hazords tr:hover, #AdminTable tr:hover {background-color: #ddd;}
  
  #MainRisks th, #Hazords th, #AdminTable th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    background-color: #063d71;
    color: white;
    font-size: 12px;
  }
  .align-right {
    text-align: right;
    border: 0;
  }

  .hidden {
      display: none;
  }

#HazardOverlay {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 100;
    margin-left: auto;
    margin-right: auto;
    width: 910px;
    padding: 20px 20px 20px;
    background: white;
    border: 3px solid #063d71;
}

#pastHazords {
  position: absolute;
  z-index: 1001;
  left: 0;
  right: 0;
  top: 100;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  padding: 20px 20px 20px;
  background: white;
  border: 3px solid #063d71;
  display: none;
}

.fixedTextarea{
	width:700px;
	height:100px;
    resize: vertical;
}

.redDot {
  height: 20px;
  width: 20px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.orangeDot {
  height: 20px;
  width: 20px;
  background-color: orange;
  border-radius: 50%;
  display: inline-block;
}
.greenDot {
  height: 20px;
  width: 20px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}
.DeleteCross {
  background: red;
  color: #fff;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.cellCenter{
  text-align: center !important;
}

#HazAddBtn{display: none;}

.adminButton{
  display: inline-block;
  width: 20%;
}
.schoolSelector{
  display: inline-block;
  width: 300px !important;
}
#UserOverlay {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100;
  margin-left: auto;
  margin-right: auto;
  width: 910px;
  padding: 20px 20px 20px;
  background: white;
  border: 3px solid #063d71;
}

#passResetDiv {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  padding: 20px 20px 20px;
  background: white;
  border: 3px solid #063d71;
}
.float-left {
  float:left;
  width:500px; 
} 