html.loading {
    display: block;
}

.errorlist {
    color: red;
    padding-left: 0;
    list-style-type: none;
}

.table thead th {
    border-bottom: 2px solid #444;
}

.app_ {
    background-color: #1977d50f;
}

.listing .search-box .search-query {
    flex: 6
}

.listing .search-box .search-button{
    padding: 2px 30px 0 15px;
    flex: none;
}

label {
    margin-bottom: 0;
}

.text-secondary {
    color: #cccccc !important;
}

.popup .app-main {
    padding-top: 0;
}

.card-header.simple-defined {
    background: #fcfcfc !important;
    border-top: 3px solid #999;
    border-bottom: 1px solid #999;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0;
}

.mySelectc {
    background: red;
    font-size: 90px
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    padding: 5px;
    height: 38px !important;
}

form ul{
    padding-left: 0;
}

form ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

form ul li:last-child {
    margin-bottom: 0;
}

form ul .helptext {
    display: block;
    font-size: 80%;
}

.app-header-dark .top-bar-brand>a, .app-header-dark .top-bar-brand>a:focus, .app-header-dark .top-bar-brand>a:hover {
    color: #fff;
    line-height: 16px;
    font-size: 16px;
}

.app.has-compact-menu .brand-box .text {
    display: none !important;
}

.app.has-compact-menu .brand-box .image img {
    width: 35px
}

.brand-box .image img {
    width: 75px
}

.brand-box .text {
    line-height: 18px;
    font-size: 18px;
}

@media (max-width: 575.98px){
    .page-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.breadcrumbs {

}

.auth-floated .auth-announcement {
    background-color: #333;
}

.auth-floated .auth-brand {
    flex-grow: 0;
    flex-basis: 10%;
}

@media screen and (max-width: 992px) {
    .auth-floated .auth-brand {
        flex-basis: 100%;
    }
}
