﻿@charset "utf-8";

.auth-fluid-pages.enlarged,
.authentication-bg.enlarged,
body.auth-fluid-pages[data-leftbar-compact-mode=condensed] {
    min-height: 100px
}

.logout-icon {
    width: 140px
}

.auth-fluid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*background: url(img/banner1.png) center;    
    background-size: cover;*/
}

    .auth-fluid .auth-fluid-form-box {
        max-width: 480px;
        border-radius: 0;
        z-index: 2;
        padding: 3rem 2rem;
        background-color: #fff;
        position: relative;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .auth-fluid .auth-fluid-right {
        padding: 6rem 3rem;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        position: relative;
        color: #fff;
        background-color: rgba(0, 0, 0, .3) !important;
        background: url(img/banner1.jpg) left bottom;
        background-size: cover;
    }

.auth-brand {
    margin-bottom: 2rem
}

.auth-user-testimonial {
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 0rem;
    left: 0;
    right: 0
}

    .auth-user-testimonial p.lead {
        font-size: 1.125rem;
        margin: 0 auto 20px auto;
        max-width: 700px
    }

@media (min-width:992px) {
    .auth-brand {
        margin-top: 0;
    }
}

@media (max-width:991.98px) {
    .auth-fluid {
        display: block
    }

        .auth-fluid .auth-fluid-form-box {
            max-width: 100%;
            min-height: 100vh
        }

        .auth-fluid .auth-fluid-right {
            display: none
        }
}

.card-body1 {
    padding: 2rem;
}

.head-signin {
    color: #fff;
}

.head_bg_sm {
    background-image: url(img/head_bg_sm.jpg)
}

.head_bg_sm {
    background-image: url(img/head_bg_sm.jpg)
}

.info-ic, .info-ic1, .date-ic {
    position: absolute;
    top: 24px;
    right: 23px;
    color: #ddd;
}

.info-ic1 {
    right: 32px;
    top: 23px;
}


h3.page-head-cus {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #48465b;
    font-weight: normal;
}

h3.page-head-cus1 {
    margin: 30px 0 20px 0;
}

ul, ol {
    margin-left: 0 !important;
}

.kt-form .kt-form__group.kt-form__group--inline {
    display: inherit !important;
}

.ml10 {
    margin-left: 10px;
}

.dnnLoginService input::placeholder {
    color: rgba(0, 0, 0, .4);
}
/*.dropdown:hover .dropdown-custom{ display: block; }
.dropdown-custom{left:-150px;}*/
.table tr.thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    border-top-color: rgb(69, 77, 85);
}

ul.ui-menu {
    background: #fff;
    width: 39% !important;
    padding: 10px 5px;
    cursor: pointer;
    min-height: 300px;
    overflow-y: scroll;
}

    ul.ui-menu li.ui-menu-item {
        list-style: none;
    }

.ui-helper-hidden-accessible {
    display: none;
}


@media only screen and (max-width: 668px) {
    .form-inline .form-control {
        width: 100% !important;
    }
}

@media only screen and (max-width: 415px) {
    .m-pagging {
        float: left;
    }

    .m-search {
        float: left;
        margin-top: 5px;
    }

        .m-search input {
            margin-left: 0 !important;
        }

    .mobile-m-l-0 {
        margin-left: 0 !important;
    }
}

form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.45rem;
}

.top .dataTables_filter {
    display: none;
}

.form-control[readonly] {
    background-color: #f7f8fa !important;
}


ul.home-footer {
    list-style: none;
}

    ul.home-footer li {
        float: left;
        padding: 0 5px;
    }

        ul.home-footer li a {
            color: #fff;
            text-decoration: underline;
        }

.accordion .card .card-header .card-title, .accordion .card .card-header .card-title > i {
    color: #fff;
}
/*.accordion .card .card-header .card-title.collapsed > i {
    color: #fff;
}*/
a:not([href]) {
    color: #fff !important;
    text-decoration: none;
}
/*.form-control {    
    width: 100% !important;
}*/
p a {
    color: #fff;
    text-decoration: underline;
}

    p a:hover {
        color: #fff;
        text-decoration: none;
    }
