/**
 * Custom CSS here
 */

.login-page {
    background-image: url(../img/background/nixsercloudbg.jpg);
    background-size: cover;
}

.content {
    background: #f4f6f9;
    box-shadow: none;
}

/*------- Preloader ------*/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    /*opacity: .8;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader h4 {
    margin-bottom: 125px;
    font-size: 1.5em;
}

.preloader img {
    position: absolute;
}

.preloader #preloader-message {
    position: absolute;
    margin-top: 50px;
    font-size: 1.2em;
}

.page-preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-preloader h4 {
    margin-bottom: 125px;
    font-size: 1.5em;
}

.page-preloader img {
    position: absolute;
}

.page-preloader #page-preloader-message {
    position: absolute;
    margin-top: 50px;
    font-size: 1.2em;
}
/*------ End Preloader -----*/

.portal-card {
    max-height: 240px;
    min-height: 240px;
}

.portal-card .card-body {
    overflow-y: auto;
}

.pagination li {
    margin: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
}

/* table */
@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

/* error message */
.error-message {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* Width Helpers */
.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
