        *, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*body {
  font-family: 'Nunito', sans-serif;
  color: #384047;
}*/

form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #ffffff40;
  border-radius: 8px;
}

h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
 /* background: #fff;*/
  border: 1px #bec5c6 solid;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #ffffff40;
  color: #677279;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 15px;
  border-radius:5px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}
.button:hover
{
	background-color: #00adef;
}
.button {
	/*padding: 3px 2px 2px 2px;*/
  /* padding: 19px 39px 18px 39px; */
  color: #FFF;
  background-color: #2175bf;
  font-size:14px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  /*width: 100%;*/
  border: 1px solid #2175bf;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
  margin-top:20px;
  font-weight: bold;
  padding:4px 15px;
}

fieldset {
  margin-bottom: 0px;
  border: none;
}

legend {
  font-size:20px;
  margin-bottom: 10px;
  color:#004e17
}

label {
  display: block;
  margin-bottom: 5px;
}

label.light {
  /*font-weight: 300;*/
  display: inline;
  color:#000;
  margin-bottom:10px;
}

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

@media screen and (min-width: 480px) {

  form {
    max-width: 480px;
  }

}


.button2 {
  padding: 8px 39px 8px 39px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 14px;
  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: 0px;
  margin-top:0px;
}

.button3 {
  padding: 8px 15px 8px 15px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 12px;
  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:20px 2px;
  width:90% !important;
}


.button4 {
  padding: 8px 39px 8px 39px;
  color: #FFF;
  background-color: #ee8400;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #a25a00;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 0px;
  margin-top:0px;
}
.table_texxx
{
	background-color:#00adef;
	color:#FFF;
	font-weight: bold;
}


input[type="text"]:disabled {
    background: #ffffff40;

}
input[readonly]
{
    background-color:#ffffff40;
}