body, td, a {
    color: #5A5A5A;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
body{
  margin: 70px 0 0 0;
 /*   background: #5f981d url('../images/bg.png') repeat-x;*/
}

#wizard {
   /*background: transparent url('../images/body.png') repeat-y;*/
   margin: auto;
}
#wizard table{
    width: 625px;
}
#wizard table td,
#wizard table th{
    padding: 5px 2px;
    vertical-align: top;
}
#wizard table th {
    text-align: left;
}
#wizard table.firsttable th {
    text-align: right;
}
#wizard b {
    color: #ff0000;
}
/*
.topblock{
   background: transparent url('../images/bodytop.png');
   margin: 20px auto 0 auto;  
   height: 17px;
   width: 795px;
}
.botblock{
   background: transparent url('../images/bodybot.png');
   margin: 0 auto 20px auto;  
   height: 17px;
   width: 795px;
}
*/
.clearfix {
  clear: both;
}
.button{
   border-radius: 40px;
   height: 50px;
   line-height: 48px;
   box-sizing: border-box;
   font-size:14px;
   width: 170px;
   text-align: center;
   margin: 20px 10px 20px 0;
   cursor:pointer;
   background-color: transparent;
   color: #6A6A6A;
   border: 1px solid #DED4CF;
}
.button.button-back {
  float: left;
  background-color: transparent;
  color: #6A6A6A;
  border: 1px solid #DED4CF;
}
.button.button-next {
  float: right;
  background-color: #879D87;
  color: #FFFFFF;
  border: 1px solid #879D87;
}
.button-long{
   background: transparent url('../images/button-long.png');
   color: #fff;
   font-size:14px;
   height: 27px;
   line-height: 27px;
   width: 160px;
   text-align: center;
   margin: 20px 10px 20px 0;
   cursor:pointer;
   float: left;
}
.mbutton{
   background: transparent url('../images/mbutton.png');
   color: #fff;
   cursor: pointer;
   float: left;
   font-size: 18px;
   height: 45px;
   line-height: 18px;
   margin: 20px 5px;
   padding: 5px 5px 0;
   text-align: center;
   width: 180px;
}
.floatl{
    float: left;
}
.floatr{
    float: right;
}
.clr{
    clear: both;    
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.hide{
   display: none;
}
.step{
   color: #000;
   font-size: 24px;
   font-weight: 900;
   margin-bottom: 25px;
   text-transform: uppercase;
}
#orgname{
   display: none;
}
#wizard .num {
    width: 48px;
}
.date {
    width: 65px;
}
.smpltable{
   border-collapse:collapse;
   width: 100%;
   margin: 0 auto;
}
.smpltable thead tr td,
.smpltable tr th{
    padding: 5px 7px !important;
    background: url("../images/submenu.png") repeat-x;
    font-weight: normal;
    background: #5f981d;
    border: solid 1px #4b7e10;
    color: #fff;
    font-weight: bold;
}
.smpltable tbody tr td{
    background: #f2f7ed;
    padding: 5px 7px !important;
    color: #263785;
    font-size: 12px;
    border: solid 1px #4b7e10;
    
}
.smpltable tbody tr.odd td{
    background: #d5e4c3;
}
.smpltable tbody tr td a{
    text-decoration: underline;
    cursor: pointer;
}
.smpltable tbody tr td a:hover{
    text-decoration: none;
}
.letters{
  /* width: 500px;*/
  margin: 20px auto;
  text-align: center;
}
.letters a,
.letters span{
    padding: 0 1px;
}
.letters span{
    color: #bbb;
}
.letters a{
   color: #000;
   cursor: pointer;
   text-decoration:underline;   
}
.letters a:hover{
   text-decoration:none;   
}

input[type="text"], select {
  background-color: #EEE8E6;
  border-radius: 5px;
  border: 0;
  height: 40px;
  padding-left: 10px;
  width: 250px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

textarea {
  background-color: #EEE8E6;
  border-radius: 5px;
  border: 0;
  padding-left: 10px;
}

label {
  display: block;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #A4A19D;
}

.baloon-blocks {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  top: 0px;
  left: 10px;
}

.baloon-step {
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 2px solid #E9E2DF;
  position: relative;
}

.baloon-step.next-active {
  border: 2px solid #0069CE;
}

.baloon-step.active {
  background-color: #0069CE;
  border: 2px solid #0069CE;
}

.inner-ballon-step {
  position: absolute;
  top: 25px;
  width: 33px;
  left: -10px;
  font-size: 12px;
  color: #6A6A6A;
}

.line-step {
  width: 70px;
  background-color: #E9E2DF;
  height: 2px;
}

.line-step.active {
  background-color: #0069CE;
}