﻿body[data-topbar=dark] #page-topbar {
    background-color: #f1f2f6;
}

.header-title {
    padding-bottom: 5px !important;
}

.radio {
    display: inline-block;
}

.form-group > label {
    font-weight: 600;
}

.auto-complete {
    background-color: white;
    z-index: 99;
    position: absolute;
    /*opacity: .9;*/
    cursor: pointer;
    list-style-type: none;
    /*padding: 5px;*/
    padding-left: 0;
    width: 100%;
}

    .auto-complete > ul {
        list-style-type: none;
        padding-left: 0;
    }

.form-group {
    padding-top: 5px !important;
    margin-bottom: 7px;
}

.modal-lg, .modal-xl {
    max-width: 890px;
}

