fieldset{
    display: inline-block;
}
fieldset input{
    display: none !important;
}
fieldset label{
    line-height: 21px;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 20px;
    text-indent: -20px;
}
fieldset label span.bu{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    vertical-align: middle;
    box-sizing: border-box;
    background: url(img/checkbox-radio-bg.png) no-repeat;
}
fieldset.active label span.bu{
    background-position: 0 -600px;
}
fieldset .failed + label > span{
    background-color: #FA8072;
    border-color: red;
}
.input{
    position: relative;
}
.input .name_show{
    width: 100%;
    height: 45px;
    margin: 0;
    position: absolute;
    padding: 5px 20px;
    top: 0;
    left: 0;
    color: rgb(203,203,203);
    font-size: 16px;
    line-height: 33px;
    transition: .2s top, .2s color, .2s font-size;
}
.input input{
    transition: .3s all;
}
.input.inhide .name_show{
    opacity: 0;
}
.input.focus .name_show{
    opacity: 1;
    top: -10px;
    color: #780032;
    font-size: 13px;
    height: 0;
}
.input.focus input{
    padding-top: 15px;
    font-size: .9em;
}
.widget_select, .widget_select ul{
    width: 100%;
    padding: 0;
    margin: 0;
}
.widget_select{
    margin-bottom: 20px;
}
.widget_select .dropdown-menu{
    width: auto;
    left: 15px;
    border: 1px solid #36475a;
    border-radius: 0px;
    margin: 0;
    padding: 0;
}
.widget_select li{
    list-style: none;
}
.widget_select .dropdown-toggle{
    width: 100%;
    padding: 6px 0 3px 8px;
    display: inline-block;
    text-decoration: none;

}
.widget_select .dropdown-toggle:after{
    position: absolute;
    top: 12px;
    right: 30px;
    content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: 10px;
    border-top: 10px solid #85d2de;
}
.widget_select .dropdown-menu li{
    cursor: pointer;
    padding-left: 6px;
    line-height: 20px;
}
.widget_select .dropdown-menu li:hover{
    background-color: #ddf1f5;
}
.button.dropdown{
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 48px;
    font-size: 15px;
    width: 200px;
}
.ui-datepicker th{
    color: #333;
}
.button.dropdown:hover{
    background-color: transparent;
}
fieldset label{
    font-family: "HelveticaNeueLTStd-Lt";
    font-style: normal;
    font-weight: 400;
    color: #333;
}
.main-grey .button.dropdown{
    background-color: transparent; 
    color: #fefefe; 
    border: 1px solid transparent;
    max-width: 100%;
}
.widget_select .button.dropdown:after{
    border-color: transparent;
}