option {
}

label, label.required {
    font-weight: normal;
}

select {
    border-radius: 4px;
}

.checkbox-choice-around {
    display: flex;
}

.checkbox-choice-around div {
    border-bottom: solid 1px;
}

.checkbox-row {
    display: flex;
    width: 100%;
}

.choice-widget-label label {
    width: 100% !important;
    font-size: 0.8em;
}

.choice-widget-col {
    padding-right: 20px;
}

.choice-widget-col > table > tbody > tr > td {
    padding: 2px;
}

.cke_reset {
    margin: auto;
}

.form-control-radio {
    padding-left: 12px;
}

.form-control-radio input {
    margin-left: 8px;
    margin-right: 8px;
}

.form-control-radio label {
    min-width: 80px;
}

.form-control-time {
    margin-left: 12px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    width: 15px !important;
    height: 15px !important;
}

.ui-state-highlight {
    background-color: #cccccc;
}

.dropzone.dz-clickable {
    width: 100%;
}

.dz-button {
    border-radius: 4px;
    padding: 8px !important;
}

.dropzone > .dz-message > .dz-button {
    height: 100%;
}

.dropzone > .dz-message > .dz-button > span {
    display: none;
}

.formActions {
    text-align: center;
}

.formActions button, .formActions input, .formActions a, .formActions h3 {
    margin: auto;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 1.4em;
    border-radius: 6px !important;
}

.form-group {
    padding: 4px;
}

.formLabel {
    text-align: left;
}

.formLabel, .formLabel label {
    font-weight: bold;
}

.formCheckBoxes div.checkbox {
    float: left;
    width: 50%;
}

.formCheckBoxes div.checkbox label {
    line-height: 26px;
    vertical-align: middle;
}

.formCheckBoxes input, .formCheckBoxes div input {
    display: inline;
    margin: 4px;
}

.formElement {
    text-align: left;
}

span.formError {
    display: block;
}

.formError ul li, .formError, .formError * {
    color: #f18181 !important;
    font-weight: bold;
}

.formPrompt {
    text-align: left;
    font-weight: bold;
    display: flex;
}

.formPrompt input[type="text"], .formPrompt input[type="email"], .formPrompt input[type="number"], .formPrompt input[type="password"], .formPrompt textarea, .formPrompt .select2-container {
    border-radius: 0px;
    border: solid 1px #000000;
    display: block;
    margin: auto;
    margin-bottom: 4px;
    padding: 8px;
    width: 96% !important;
}

.formPrompt select2 {
    margin-left: 18px;
}

.formPrompt img {
    margin: 4px;
}

#location_physical_location_gmap_address_widget {
    width: 95%;
    margin: auto;
}

.map-widget-around {
    width: 100%;
}

.row-100 {
    width: 100%;
}

.select2-container {
    padding: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container .select2-selection--single {
    border: solid 1px #000000 !important;
    height: 36px;
}

.select2-country {
    width: 95%;
}

.select2-field {
    width: 95%;
}

.ui-datepicker-calendar {
    background-color: #ffffff;
}

@media only screen and (max-width: 600px) {

    .select2-country {
        width: 180px;
    }

    .select2-field {
        width: 95%;
        margin: auto;
    }

    .formPrompt input[type="text"], .formPrompt input[type="email"], .formPrompt textarea, .formPrompt select2 {
        width: 95%;
        margin: auto;
    }

}
