﻿
body {
  font-family: 'Nunito', sans-serif;
  color: #384047;
}
form {
    width: 805px;
    margin: 8px auto;
    padding: 10px 10px;
    background: #f4f7f8;
    border-radius: 15px;
}
.ITAfieldset {
  margin-bottom: 30px;
}

.ITAlegend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.ITAlabel {
  display: block;
  margin-bottom: 8px;
}

.ITAlabel.light {
  font-weight: 300;
  display: inline;
}
.ITATextBox {
    /*border: none;*/
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 96%;
    background-color: #f4f7f8;
    color: #707b82;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    border: 2px solid rgba(0,0,0,0.04);
    border-radius: 5px;
}
.ITATextBox:focus
{
box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
/*box-shadow: 0px 0px 0px 2px rgba(50,205,50,0.9);
background-color: #ffffff;*/
background-color: rgba(228,236,238,0.6);
}
.ITADropDownList {
    font-size: 16px;
    margin: 0;
    outline: 0;
    width: 100%;
    background-color: #f4f7f8;
    color: #707b82;
    margin-bottom: 30px;
    height: 40px;
    border: 2px solid rgba(0,0,0,0.04);
    border-radius: 5px;
    padding: 6px;

}
/*.ITADropDownList:focus{
box-shadow: 0px 0px 0px 2px rgba(50,205,50,0.9);
background-color: #ffffff;
}*/
.ITARadioButton {
    font-weight: 400;
    display: inline;
    margin: 0 4px 8px 0;
    
}
.ITAButtonStyle {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 40%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}
.RequiredFieldValidation{
    color:#ff0000;
}
.rowSpacing{
    margin-bottom: 25px;
}

/*button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}*/

.number {
  /*background-color: #5fcf80;*/
  background-color: rgba(50,205,50,0.9);
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 16px;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}
