/*webform custom style*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 36px;
  color: #0daf63;
  text-transform: uppercase;
}

.content a {
  color: #0daf63;
}

h5 {
  font-size:20px;
}
form.webform-client-form {
  max-width: 750px;
}
.veda-form.webform-container-inline label {
  
}
.veda-form, .veda-datefield {
  background-color: #e5e5e5;
  padding: 17px;
}
.veda-form {
 padding: 10px;
}
.veda-form input {
  padding: 2px;
  line-height: 1.5em;
}
.veda-form {
  display: block;
  overflow: hidden;
}
.veda-datefield.form-item,
.veda-form.form-item {
 padding: 20px 10px;
}

.veda-datefield.form-item label,
.veda-form.webform-container-inline label,
.veda-form.right label {
  width: 29%;
  display: inline-block; 
}  
.veda-form.right>input {
  width: 70%;
  float: right;
}
.veda-form input {
  max-width: 70%;
}

.node-webform .form-actions {
  text-align: right;
  background-color: #e5e5e5;
  padding: 17px;
  margin: 12px;
}

.node-webform .form-actions input {
  width: 45%;
  padding: 2px;
  margin: 0 10px;
}

.veda-form select {
  width: 70%;
  height: 25px;
}

.veda-form.right select {
  float: right;
}

.veda-datefield.right .webform-datepicker{
  float: right;
}

.veda-datefield select {
  width: 120px;
  height: 25px;
  margin: 0 10px;
}

.veda-form.multiselect select{
  width: 70%;
  height: 100px;
}
