﻿
input[type=checkbox] + label {
    display: inline;
    font-weight: 400;
    font-size: 0.9rem;
}

.validationError,
.validationError .help-block {
    color: #db0a06;
}

.validationSummary {
    border: 1px solid #c71c1c;
    padding: 0 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.validationSummaryHeader {
    background: #c71c1c;
    padding: 10px 15px;
    border-radius: 15px 15px 0 0;
    margin: 0 -15px;
    color: #ffffff;
    font-weight: bold;
}

.validationSummary ul li {
    margin: 5px 0;
    padding: 0;
}

.validationSummary ul li::marker {
    color: #c71c1c !important;
}

.validationSummary a {
    color: #C30000;
    text-decoration: underline;
}

.validationSummary a:hover {
    text-decoration: none;
}

body a.btn-default {
    color: #444;
}

.hon3yp0t {
    display: /*confuse a bot*/ none;
}

.h0n3yp0t.hpotcontainer .h0ney {
    position: absolute;
    left: -999999px;
    top: -9999999px;
}

.form-group.has-error {
    --form-color: #db0a06;
}

.form-group.has-feedback .form-control-feedback {
    top: calc(1rem + 9px + .5em);
    right: 0;
    width: auto;
    height: auto;
    padding: calc(.5em - 2px) .5em;
    font-size: 1em;
    line-height: 1em;
}

.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;
}

.input-group-btn {
    font-size: 1em;
}

.input-group-btn .btn {
    padding: 0.5em 1em;
    border-width: 2px;
}

.form-group .help-block {
    margin-bottom: 0px;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #db0a06;
}

.form-group .checkbox label {
    font-weight: 300;
    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;
}

.checkboxes,
.radiobuttons {
    display: block;
}

.checkboxes input[type=checkbox],
.radiobuttons input[type=radio] {
    margin-right: 5px;
}

.checkboxes label,
.radiobuttons label {
    padding-right: 10px;
    font-weight: normal;
}

span.help-block {
    color: #a94442;
}

.validation_summary {
    color: #a94442;
}

.form-group {
    position: relative;
}

.form-group:focus-within {
    --form-color: var(--form-color-focus);
}

.form-group .control-label {
    color: var(--form-color);
    transition: color 0.3s linear;
}

.form-group .form-control,
.form-group .checkboxes {
    border: 2px solid var(--form-color);
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: calc(2.2em + 4px);
    padding: calc(0.5em - 2px) 2em calc(0.5em - 2px) 1em;
    font-size: 1em;
    line-height: 1.2em;
    transition: all 0.3s linear;
}

.form-group .password-input {
    padding-right: 2.5em;
}

.form-group .password-input + button {
    position: absolute;
    right: .5em;
    top: calc(2em + 5px);
    background: none;
    color: var(--form-color);
    border: none;
    font-size: .9em;
    transition: color 0.3s linear;
}

.form-group .checkboxes {
    padding: 5px 10px;
    background: #fff;
}

.form-group .dropdown-menu .checkboxes {
    padding: 0;
    border: 0;
}

.input-group .input-group-addon {
    background-color: var(--form-color);
    border: 1px solid var(--form-color);
    color: #fff;
    transition: all 0.3s linear;
}

.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;
}

.form-group.hide-label label {
    display: none;
}

.form-group.hide-label label.shown {
    display: block;
}

.approval-message {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: .85em;
    line-height: 1.4;
    padding: 0;
}