.img-logo-header {
    max-height: 80px !important;
}

.img-logo-login {
    max-height: 200px !important;
}

.img-logo-footer {
    max-height: 80px !important;
}

.thumb-info-custom {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: transparent !important;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.card-body .card-text {
    min-height: 80px !important;
}

.Normal, .NormalDisabled, .NormalDeleted {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    word-wrap: inherit !important;
}

select {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 600 !important;
    font-size: 1em !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    line-height: 2.3 !important;
    color: #333 !important;
    border-radius: 5px 5px 5px 5px !important;
    border-width: 0 !important;
    background: #f4f4f4 !important;
    min-height: 54px !important;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="time"], input[type="datetime"], input[type="email"], input[type="number"], input[type="color"], input[type="date"], textarea {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 600 !important;
    font-size: 1em !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    line-height: 2.3 !important;
    color: #333 !important;
    border-radius: 5px 5px 5px 5px !important;
    border-width: 0 !important;
    background: #f4f4f4 !important;
    min-height: 54px !important;
}

.checkbox {
    position: relative
}

    .checkbox input {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 3px;
        z-index: 1 !important;
        opacity: 1 !important;
    }

    .checkbox .dnnCheckbox {
        display: none !important;
    }

    .checkbox label {
        padding-left: 30px !important;
        padding-right: 10px;
    }

table.checkbox {
}

    table.checkbox tbody tr td {
        position: relative
    }

.radio {
    position: relative;
}

    .radio table tr td {
        position: relative;
    }

        .radio table tr td input {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 4px;
        }

        .radio table tr td label {
            padding-left: 30px;
            padding-right: 10px;
        }

.modal-body {
    padding-left: 25px;
    padding-right: 25px;
}

.dropdown-toggle {
    text-decoration: none !important;
    cursor: pointer;
}

.card.card-modern {
    border-radius: 7px;
    box-shadow: 0 0 37px -36px rgb(0 0 0 / 40%);
}

.card {
    background: 0 0;
    box-shadow: none;
    border: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

    .card.card-big-info .card-body {
        padding: 0;
        background: #fff;
    }

    .card.card-modern .card-body {
        background: #fff;
        padding: 25px;
        box-shadow: none;
    }

.card-body {
    background: #fdfdfd;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.card.card-big-info .card-body > .row {
    margin-right: 0;
    margin-left: 0;
}

    .card.card-big-info .card-body > .row > div[class*=col-]:first-child {
        background: #f9f9f9;
    }

    .card.card-big-info .card-body > .row > div[class*=col-] {
        padding: 25px;
    }

        .card.card-big-info .card-body > .row > div[class*=col-]:first-child .card-big-info-icon {
            position: relative;
            left: -6px;
            color: #e7e7e7;
            font-size: 83.2px;
            font-size: 5.2rem;
            margin-bottom: 10px;
        }

        .card.card-big-info .card-body > .row > div[class*=col-]:first-child .card-big-info-title {
            color: #222529;
            font-size: 20.8px;
            font-size: 1.3rem;
            font-weight: 700;
            line-height: 1.2;
            margin: 0 0 0px;
        }

.search.search-style-1.search-style-1-lg .btn.btn-default {
    color: #333 !important;
    border-radius: 5px 5px 5px 5px !important;
    border-width: 0 !important;
    background: #f4f4f4 !important;
}

    .search.search-style-1.search-style-1-lg .btn.btn-default i {
        color: #333 !important;
        font-weight: bold !important;
        font-size: 1.5em !important;
        padding-top: 5px !important;
    }

.LoginPanel {
    width: 100%;
    padding-right: 0px;
    float: inherit;
}

.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
    width: 100%;
    max-width: 100%;
}

.form-control-captcha input {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .main {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
}

.dropdown-item {
    font-size: 14px !important;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.dnnFormItem input {
    box-shadow: none !important;
}

    .dnnFormItem input.validate-success, .dnnFormItem input.matched {
        background-color: #F4F4F4 !important;
    }

.body {
    position: relative;
    min-height: 100vh;
}

.main {
    padding-bottom: 13.5rem; /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.select2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f4f4f4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #f4f4f4 !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #f4f4f4 !important;
    box-shadow: none !important;
    background: #f4f4f4 !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #f4f4f4 !important;
    box-shadow: none !important;
    background: #f4f4f4 !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #f4f4f4 !important;
    box-shadow: none !important;
    background: #f4f4f4 !important;
}

.select2-container--bootstrap-5 .select2-selection {
    border-color: #f4f4f4 !important;
    background: #f4f4f4 !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
}

    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
        border-color: none !important;
        box-shadow: none !important;
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
        border-color: none !important;
        box-shadow: none !important;
    }