#buttons-wrapper{
    margin-top: 10px;
    text-align: center;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    color:#fff !important;
}
#ajax_form_multistep_form label {
    display: inline-block;
}
#ajax_form_multistep_form input[type=radio], #ajax_form_multistep_form input.radio, #ajax_form_multistep_form .form-type-radio {
    float: left;
    clear: right;
    margin: 2px 5px 0px 2px;
}
#ajax_form_multistep_form input[type=radio] .option, #ajax_form_multistep_form input.radio .option, #ajax_form_multistep_form .form-type-checkbox .option {
    vertical-align: text-top;
}
#ajax_form_multistep_form input[type="radio"] + label, #ajax_form_multistep_form input[type="checkbox"] + label {
    display: inline-block;
}
#ajax_form_multistep_form .form-item {
    min-height: auto;
}
#ajax_form_multistep_form .form-type-radios {
    min-height: auto;
}
#ajax_form_multistep_form .form-select label {
      clear: both;
}
#ajax_form_multistep_form #buttons-wrapper {
    margin-top: 10px;
    text-align: center;
}
#ajax_form_multistep_form #buttons-wrapper .ajax-progress {
      margin: 0px auto;
}
#ajax_form_multistep_form .form-item-dob-month, #ajax_form_multistep_form .form-item-dob-day {
    padding-top: 22px;
}
#ajax_form_multistep_form .ajax-progress {
    display: block;
    width: 120px;
}
#ajax_form_multistep_form .ajax-progress .throbber {
    width: 20px;
    height: 15px;
    margin: 2px;
    display: inline-block;
}
  
/* Start by setting display:none to make this hidden.
    Then we position it in relation to the viewport window
    with position:fixed. Width, height, top and left speak
    speak for themselves. Background we set to 80% white with
    our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}
  
/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}  
/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .modal {
    display: block;
}
.form-select{
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
}
.form-item, .form-actions{
    margin-top: 1em;
    margin-bottom: 1em;
}
.help-block{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: gray;
    font-size:small;
}
.js-form-type-radio{
    display:inline-block;
    width: auto;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa !important;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgb(0 0 0 / 10%);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.form-control, div:not(.view-filters) > form:not(#search-form):not(#search-block-form):not(#search-block-form--2):not(#search-block-form--3) input[type="text"], div:not(.view-filters) > form:not(#search-form):not(#search-block-form):not(#search-block-form--2):not(#search-block-form--3) input[type="email"], div:not(.view-filters) > form:not(#search-form):not(#search-block-form):not(#search-block-form--2):not(#search-block-form--3) input[type="password"], div:not(.view-filters) > form:not(#search-form):not(#search-block-form):not(#search-block-form--2):not(#search-block-form--3) select, div:not(.view-filters) > form:not(#search-form):not(#search-block-form):not(#search-block-form--2):not(#search-block-form--3) .chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#content{
    width:100% !important;

}
.form-select-reg-app{
    border: 1px solid #ccc !important;
    color:#666 !important;
}
.progRegNotification{
  text-align:center;
  background-color: #f2f3f4;
  padding: 5px 15px 15px 10px;
}