﻿
input[type=checkbox] + label {
    display: inline;
}

.validationError,
.validationError .help-block {
    color: #a94442;
}

.validationSummary {
    border: 1px solid #760000;
    margin-bottom: 20px;
}

.validationSummaryHeader {
    background: #C30000;
    padding: 5px;
    color: #fcfcfc;
    font-weight: bold;
}

.validationSummary ul li {
    margin: 5px 0;
    padding: 0;
}

.validationSummary a {
    color: #C30000;
    text-decoration: underline;
}

    .validationSummary a:hover {
        text-decoration: none;
    }

body a.btn-default.themed {
    color: #444;
}

.hon3yp0t {
    display: /*confuse a bot*/ none;
}

.h0n3yp0t.hpotcontainer .h0ney {
    position: absolute;
    left: -999999px;
    top: -9999999px;
}

.form-group.has-feedback .form-control-feedback {
    top: 26px;
    right: 1px;
    width: 38px;
    height: 32px;
    line-height: 32px;
}

.form-group.has-feedback.no-label .form-control-feedback {
    top: 0px;
}

.form-horizontal .form-group.has-feedback .form-control-feedback {
    top: 0px;
    right: 16px;
}

.input-group.date + span .glyphicon-remove {
    display: none;
}

.form-control-static {
    line-height: 1.2em;
    font-size: .9em;
}

.form-group label {
    font-weight: 600;
    font-size: .9em;
}

    .form-group label .light {
        font-weight: 400;
    }

.form-group .help-block {
    margin-bottom: 0px;
    font-size: 0.9em;
    line-height: 1.4em;
}

.form-group .checkbox label {
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.4em;
}

.form-group .checkbox .validationError {
    color: #a94442;
}

.form-group fieldset p {
    margin: 0px 0px 10px;
}

.form-group input[type=checkbox],
.form-group input[type=radio] {
    margin-right: 5px;
}

    .form-group input[type=checkbox] + label,
    .form-group input[type=radio] + label {
        max-width: calc(100% - 30px);
    }

.checkboxes,
.radiobuttons {
    display: block;
}

    .checkboxes input[type=checkbox],
    .radiobuttons input[type=radio] {
        margin-right: 5px;
    }

    .checkboxes label,
    .radiobuttons label {
        padding-right: 10px;
        font-weight: 300;
        font-size: 1em;
    }

span.help-block {
    color: #a94442;
}

.validation_summary {
    color: #a94442;
}

.form-group {
    position: relative;
}

.category_addremove_list {
    margin-top: 10px;
    margin-bottom: 0px;
}

    .category_addremove_list .category:after {
        content: ", ";
    }

    .category_addremove_list .category:last-child:after {
        content: "";
    }

.ajax_error {
    color: #DC3545;
}

.ajax_success {
    color: #28A745;
}

ul.radio-buttons {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .5em 1em;
}

    ul.radio-buttons li {
        margin: 0;
    }

        ul.radio-buttons li input[type=radio] {
            margin: 0;
            margin-right: .25em;
            float: none;
        }

        ul.radio-buttons li label {
            margin: 0;
            max-width: none !important;
            font-weight: normal;
        }

.form-group.has-error ul.radio-buttons li label {
    color: #a94442;
}

@media screen and (max-width: 767px) {
    ul.radio-buttons {
        flex-direction: column;
    }
}


.form-control {
    color: inherit;
    line-height: 1em;
    height: 39px;
    font-size: inherit;
    border-radius: 25px;
    padding: 6px 16px;
    text-shadow: none;
    border: 2px solid var(--theme-form-color);
    background: none;
    box-shadow: none;
    text-shadow: none;
}

    .form-control[disabled] {
        border-color: var(--grey-dark);
    }

    .form-control:focus {
        border-color: var(--theme-form-color-dark);
    }

    .form-control .caret {
        border: none;
        height: 16px;
        width: 14px;
        margin-right: -3px;
    }

        .form-control .caret::before {
            content: "\f282";
            font-family: bootstrap-icons !important;
        }

.search .form-control::placeholder {
    color: #d2d2d2;
}

.form-control[aria-expanded="true"] .caret::before {
    content: "\f286";
}

select.form-control option {
    color: initial !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: none;
}


.input-group-addon {
    border-radius: 25px;
    border-left: none;
    border: 2px solid var(--theme-form-color);
    background: none;
}

    .input-group-addon label {
        margin-bottom: 0 !important;
    }

.input-group.search .input-group-btn.search_icon input {
    height: 23px;
    width: 30px;
    opacity: 0;
}

.input-group.search .input-group-btn.search_icon {
    position: relative;
}

    .input-group.search .input-group-btn.search_icon::before {
        position: absolute;
        content: "\f52a";
        font-family: bootstrap-icons !important;
        font-size: 19px;
        top: 8px;
        left: 9px;
    }

.input-group.search .input-group-btn.search_iconL:hover::before {
    color: var(--green);
}

.white_text .form-control, .white_text .input-group-addon {
    border-color: #fff;
    color: #fff;
}
