input:disabled {
    background: #dddddd;
}
option::first-letter{
    text-transform: uppercase !important;
}
select{
    width:100%;
    height: 2.2em !important;
}
label{
    margin-top:20px;
    margin-bottom:0px !important;
}
input[type="text"],input[type="date"],input[type="email"]{
    /*padding:16px !important;*/
    font-size: 16px;
}

.select2 {
    width: 100% !important;
    border-color: #bbb;
}

textarea {
    font-size: 16px;
    padding-left: 16px;
}

.select2-container--default .select2-selection--single {
    height: 2.2em!important;
}

.select2-dropdown {
    padding:3px!important;
    margin-left: -2px;
    margin-top: -2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px!important;
}

.select2-selection__rendered {
    padding-left: 5px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d2d2;
}

input[type="text"],
textarea
{
    color: #373737;
}

button.ui-datepicker-trigger {
    padding: 4px 32px !important;
}
