
.clearfix {
    display: block;
    content: "";
    clear: both;
}

.has-error, .error {
    color: #e66464;
    font-size: 11px;
    font-family: verdana;
}

.logo-src h4 {
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

.form-row {
    line-height: 10px !important;
}

.app-header {
    height: 50px;
}

.app-theme-white.fixed-header .app-header__logo {
    background: none;
    padding: 0 15px;
    width: 230px;
}

.app-sidebar .app-sidebar__inner {
    padding: 1px 1rem .5rem
}

.fixed-sidebar .app-main .app-main__outer {
    padding-left: 235px;
}

.closed-sidebar.fixed-sidebar .app-main__outer {
    padding-left: 85px;
}

.app-sidebar .scrollbar-sidebar {
    overflow: auto;
    scroll-behavior: smooth;
}
.app-main .app-main__inner {
    padding: 20px 15px 0px 5px;
    flex: 1;
}

.app-page-title {
    padding: 10px;
    margin: -25px 0px 20px;
}

.modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
}

.app-page-title .page-title-icon {
    font-size: 1.8rem;
    padding: .1rem;
    margin: 0 15px 0 0;
    width: 45px;
    height: 45px;
}

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

.select2 {
    padding-right: 20pt;
    text-indent: 2pt;
    text-align: left;
    vertical-align: middle;
    box-shadow: inset 0 0 3px #606060;
    border: 0px solid #acacac;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*IMPORTANT*/
    cursor: pointer;
    outline: none;
}

.select2-selection--single {
    border: 1px solid #aaa;
    border-radius: 1px;
    min-height: 35px;
}

@media only screen and (max-width: 600px) {
    .app-header .app-header__content.header-mobile-open {
        visibility: visible;
        opacity: 1;
        top: 55px;
    }

    .dropdown-menu {
        position: fixed !important;
        z-index: 50;
        left: 2% !important;
        top: 37% !important;
        width: 95% !important;
        transform: translateY(-50%) !important;
        min-width: 10px !important;
        border-radius: 20px;
    }

    .app-page-title {
        padding: 10px;
        margin: -15px 0px 15px 0px;
    }
}

