﻿*, body {
    font-size: unset;
    font-family: "Open Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%
}

#maincontent {
    padding-bottom: 60px;
    /*margin-bottom: 4em;*/
}

#home-wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    /*width: 100%;*/
}

:root {
    --theme-o-color: #37597d;
    --theme-maroon-color: #7d3754;
    --theme-dark-color: #000000;
    --font-color: #37597d;
    --orange-color: #fd7e14;
    --link-color: #00A2E9;
    --bg-color: #fff;
    --bg-light-color: #527dac;
    --bg-light-font-color: #37597d;
    --bg-transparent: rbga(55, 89, 125, 0.5);
    --border-color: rgba(55, 89, 125, 0.2);
    --bg-image: url('../images/OuterImages/maharashtra-bg_o.svg');
    --card-bg-color: #ebf4ff;
    --table-head-color: #e8f3ff !important;
    --table-border-color: #94c7ff;
    --light-theme-color: #B7DBFF;
    /*--logo-image: url('../images/OuterImages/RevenueDeptLogo.png');*/
}

.theme-original {
    --font-color: #37597d;
    --link-color: #00A2E9;
    --orange-color: #fd7e14;
    --bg-color: #fff;
    --bg-light-color: #527dac;
    --bg-light-font-color: #37597d;
    --bg-transparent: rbga(55, 89, 125, 0.5);
    --border-color: rgba(55, 89, 125, 0.2);
    --bg-image: url('../images/OuterImages/maharashtra-bg_o.svg');
    --normal-text-color: #000;
    --card-border-color: rgba(0,0,0,.125);
    --card-bg-color: #ebf4ff;
    /*--logo-image: url('../images/OuterImages/RevenueDeptLogo.png');*/
}

.theme-maroon {
    --font-color: #7d3754;
    --link-color: #7d3754;
    --orange-color: #fd7e14;
    --bg-color: #FBECF2;
    --bg-light-color: #b0557b;
    --bg-light-font-color: #7d3754;
    --border-color: rgba(125, 55, 84, 0.2);
    --bg-image: url('../images/OuterImages/maharashtra_bg_maroon.svg');
    --normal-text-color: #000;
    --card-border-color: rgba(0,0,0,.125);
    --card-bg-color: #fbcbdf;
    /*--logo-image: url('../images/OuterImages/RevenueDeptLogo.png');*/
}

.theme-dark {
    --font-color: #fff;
    --link-color: #fff;
    --bg-color: #292929;
    --orange-color: #fd7e14;
    --bg-light-color: #3d3d3d;
    --bg-light-font-color: #888;
    --border-color: rgba(255, 255, 255, 0.3);
    --normal-text-color: #eee;
    --card-border-color: rgb(161, 161, 161);
    --bg-image: url('../images/OuterImages/maharashtra_bg_dark.svg'); /*  '../images/home-images/theme-dark.svg';*/
    --card-bg-color: #737374;
    /*--logo-image: url('../homepage/Homepage_imgs/revenue_department.png');*/
}

.dashboard-table-border {
    border: solid 2px var(--table-border-color);
}

.home-body {
    background-image: var(--bg-image);
    background-color: var(--bg-color);
    background-repeat: no-repeat;
    background-size: 47% auto;
    background-position-y: 100px;
    background-position-x: 18px;
}

.remain-body {
    background-color: var(--bg-color);
}

.fa-asterisk {
    font-size: 7px;
    position: relative;
    top: -2px;
    left: 0px;
    color: #E93E49;
}
/*///////////// CSS for Login page Starts //////////////*/
.upper-body {
    background-color: var(--font-color);
    height: 50vh;
}

.lower-body {
    background-color: rgba(112, 169, 233, 0.25);
    height: 50vh;
}

.login-box {
    position: absolute;
    top: 45%;
    margin: 0 auto;
    /* display: flex; */
    max-width: 480px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .login-box .logo {
        margin: 0 auto;
        text-align: center;
        display: flex;
        padding-bottom: 40px;
    }

    .login-box .login {
        background-color: #fff;
        border-radius: 10px;
        /*height: 400px;*/
        min-height: 400px;
        padding: 30px 50px;
    }


        .login-box .login .login-close {
            text-align: right;
            font-size: 1.375em;
            position: absolute;
            right: 15px;
            top: 95px;
        }

            .login-box .login .login-close a {
                color: #aaa;
            }

        .login-box .login h6 {
            color: var(--font-color);
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 25px;
            /*font-size: 1.375em;*/
            font-size: 1.2em;
        }

        .login-box .login .form-control {
            border-radius: 0;
            border: none;
            border-bottom: solid 1px #aaa;
            font-size: 0.875em;
            box-shadow: none;
            /*padding-left: 0;*/
        }

        .login-box .login .captcha {
            background-color: #E8F0FE;
            border: none;
        }

        .login-box .login button.captcha {
            background-color: #E8F0FE;
            width: 40px;
            height: 40px;
        }

        .login-box .login .btn-login {
            background-color: var(--font-color);
            color: #fff;
            padding: 7px 20px;
            border-radius: 4px;
            text-transform: uppercase;
            border: none;
            font-size: 0.813em;
        }

.btn-theme-light {
    background-color: var(--light-theme-color);
    color: #000000;
    font-size: .85rem;
    font-weight: 600;
}

    .btn-theme-light:hover {
        background-color: #216db9;
        color: #fff;
        text-decoration: none;
    }


.tools-menu {
    border-left: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
    border-right: solid 1px var(--border-color);
    display: inline-block;
    line-height: 24px;
    border-radius: 3px;
    background-color: var(--bg-transparent);
}

#spnColor, #spnFontSize, #spnLanguage {
    color: var(--font-color);
}

.tools-menu span {
    font-size: 12px;
    padding: 0 5px;
    border-right: solid 1px var(--border-color);
}

.tools-menu .nav-btn a {
    color: var(--font-color) !important;
}

.tools-menu .fnt-size a {
    background-color: #fff;
    color: #000;
    border: solid 1px #aaa;
    border-radius: 3px;
    padding: 1px 4px;
    text-decoration: none;
}

    .tools-menu .fnt-size a:hover {
        background-color: #eee;
    }

.tools-menu .color-box button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    vertical-align: middle;
}

.tools-menu .color-box .original {
    background-color: var(--theme-o-color);
}

.tools-menu .color-box .maroon {
    background-color: var(--theme-maroon-color);
}

.tools-menu .color-box .dark {
    background-color: var(--theme-dark-color);
}

.tools-menu .language select {
    width: 65px;
    font-size: 12px;
    background-color: transparent;
    border: none;
    padding: 2px 0;
    outline: none;
    color: var(--font-color);
}

    .tools-menu .language select option {
        background-color: var(--bg-color);
    }

nav .navbar-brand {
    margin-top: -15px;
    color: rgba(0,0,0,.9);
    background-image: var(--logo-image);
    background-position: center center;
    width: 200px;
    height: 38px;
    background-size: contain;
}

    nav .navbar-brand img {
        width: 200px;
    }

.navbar .nav-link {
    text-transform: uppercase;
    color: var(--font-color) !important;
    font-size: 0.8em;
    font-weight: 600;
}

    .navbar .nav-link:hover {
        color: var(--orange-color) !important;
    }

.navbar .dropdown-menu {
    font-size: 0.8em;
    padding: 0;
    background-color: var(--bg-color);
}

    .navbar .dropdown-menu:after {
        bottom: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        background-color: var(--bg-color);
        border-bottom-color: var(--font-color);
        border-width: 6px;
        margin-left: -6px;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 5px 10px;
        color: var(--font-color) !important;
    }

        .navbar .dropdown-menu .dropdown-item:hover {
            color: var(--orange-color) !important;
            background-color: #fafafa;
        }

.navbar .nav-link.btnlogin {
    background-color: var(--font-color) !important;
    border-radius: 5px;
    color: var(--bg-color) !important;
    line-height: 14px;
}

.navbar .navbar-toggler {
    font-size: 0.85em;
    color: var(--font-color);
    outline: none;
}

.top-image {
    margin-bottom: 15px;
}

    .top-image img {
        width: 100%;
    }

.content-head {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.063em;
    color: var(--font-color);
    border-bottom: solid 3px var(--orange-color);
    display: inline-block;
    margin-bottom: 15px;
}

.sect-head {
    font-weight: 700;
    font-size: 0.875em;
    color: var(--orange-color);
    margin: 15px 0;
}

.home-table {
    border: solid 1px #70a9e9;
    font-size: 0.850em;
    margin-top: 15px;
}
.table.home-table th {
    border-top: none;
}

    .home-table th {
        background-color: #d1dfef;
        font-weight: 600;
        text-transform: uppercase;
    }

    .home-table td,
    .home-table td a {
        font-weight: 500;
        vertical-align: middle;
        color: var(--font-color);
        /*font-size: 1.1em;*/
    }

        .home-table td button {
            border: none;
            border-radius: 3px;
            background-color: #eee;
            color: var(--font-color);
            width: 28px;
            height: 28px;
            line-height: 28px;
            border: solid 1px #ccc;
        }

.btn-imp .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    width: unset;
    height: unset;
    line-height: 1.0;
    padding: 3px 5px;
}

.btn-imp .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    width: unset;
    height: unset;
    line-height: 1.0;
    padding: 3px 5px;
}

.table-half-height .table.table-sm td,
.table-half-height .table.table-sm th {
    padding: .5rem .7rem;
}

.btn-sm font-face.fa-sm {
    font-size: .75em;
}

.home-table .table-top th {
    background-color: #ebf4ff;
}

    .home-table .table-top th .form-control {
        border-radius: 5px !important;
        border: solid 1px #70a9e9;
        font-size: 1em;
        box-shadow: none;
    }

    .home-table .table-top th button {
        border-radius: 5px;
        border: solid 1px #70a9e9;
        padding: 5px 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: transparent;
    }

        .home-table .table-top th button:hover {
            background-color: #ccc;
        }

.home-table .pagination .page-link {
    border: none;
    margin: 5px;
    border-radius: 50%;
    padding: 10px 15px;
    font-weight: 600;
    color: var(--font-color);
}

.home-table .pagination .active {
    background-color: var(--font-color);
    color: #fff;
}

#home-banner {
    margin-top: 1.5em;
}

    #home-banner h1 {
        font-weight: 700;
        color: var(--font-color);
        font-size: 3em;
    }

    #home-banner h2 {
        font-size: 1.15em;
        color: var(--orange-color);
        font-weight: 700;
    }

#ministers .card {
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    background-color: var(--bg-color);
}

    #ministers .card .card-body {
        padding: 5px 5px 5px 10px;
    }

    #ministers .card img {
        width: 58px;
        /*border: solid 3px #fff;*/
        border-radius: 50%;
        /*box-shadow: 0px 0px 15px 2px var(--bg-light-color);*/
        margin-right: 10px;
    }

    #ministers .card small {
        color: var(--link-color);
        font-weight: 600;
        font-size: 0.7em;
        margin-top: -5px;
        display: block;
    }

    #ministers .card h5 {
        color: var(--font-color);
        font-weight: 700;
        font-size: 0.85em;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    #ministers .card p {
        font-size: 0.6em;
        margin: 0;
        color: var(--bg-light-font-color);
        line-height: 12px;
    }

    #ministers .card .media {
        text-align: left;
        min-height: 76px;
        align-items: center;
    }

.right-head {
    font-weight: 700;
    color: var(--font-color);
    /*border-bottom: solid 2px #ddd;*/
    padding-bottom: 5px;
    font-size: 0.813em;
}

#sys-overview p {
    font-size: 0.813em;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-align: justify;
    color: var(--normal-text-color);
}

#sys-overview .home-list {
    font-size: 0.813em;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 0px;
    color: var(--normal-text-color);
}

#sys-overview .media {
    margin-bottom: 1em;
}

#sys-overview .media-img {
    border: solid 1px #70a9e9;
    padding: 5px;
    border-radius: 5px;
    width: 200px;
}

#sys-overview .list-group-item {
    padding-left: 0;
    font-size: 0.750em;
    color: var(--bg-light-font-color);
    font-weight: 500;
    background-color: var(--bg-color);
}

#sys-overview .active {
    background-color: transparent;
    color: var(--orange-color);
    border-top: 1px solid rgba(0,0,0,0.125);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

#sys-overview .list-group-item:hover {
    background-color: transparent;
    color: var(--orange-color);
}

#about-gallery .nav-item {
    background-color: #eee;
    font-size: 0.750em;
    border-radius: 0;
}

    #about-gallery .nav-item .nav-link {
        color: #000;
    }

    #about-gallery .nav-item .active {
        color: var(--orange-color);
        font-weight: 600;
        border-bottom: solid 3px var(--orange-color);
        background-color: #eee;
        border-radius: 0;
    }

#about-gallery .media {
    margin-bottom: 30px;
}

#about-gallery .media-body {
    font-size: 0.950em;
}

#about-gallery .media .media-img {
    width: 140px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    color: #fff;
}

#about-gallery .centered {
    position: absolute;
    top: 45%;
    left: 55px;
    width: auto;
    font-size: 10px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding: 3px 5px;
    border-radius: 5px;
    /*position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 0.625em;
    color: #fff;
    background-color: rgb(0 0 0 / 52%);
    width: 32%;
    text-align: center;
    padding: 6px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

#about-gallery .media h5 {
    font-size: 0.938em;
    font-weight: 600;
    color: var(--orange-color);
    border-bottom: solid 2px #ccc;
    padding-bottom: 8px;
}

.demo-gallery > ul > li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
    padding-right: 0;
}

    .demo-gallery > ul > li a {
        border-radius: 10px;
        display: block;
        overflow: hidden;
        position: relative;
        float: left;
    }

        .demo-gallery > ul > li a > img {
            -webkit-transition: -webkit-transform 0.15s ease 0s;
            -moz-transition: -moz-transform 0.15s ease 0s;
            -o-transition: -o-transform 0.15s ease 0s;
            transition: transform 0.15s ease 0s;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            height: 100%;
            width: 100%;
        }

        .demo-gallery > ul > li a:hover > img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
            opacity: 1;
        }

        .demo-gallery > ul > li a .demo-gallery-poster {
            background-color: rgba(0, 0, 0, 0.1);
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: background-color 0.15s ease 0s;
            -o-transition: background-color 0.15s ease 0s;
            transition: background-color 0.15s ease 0s;
        }

            .demo-gallery > ul > li a .demo-gallery-poster > img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }

        .demo-gallery > ul > li a:hover .demo-gallery-poster {
            background-color: rgba(0, 0, 0, 0.5);
        }

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

#form-container {
    font-size: 0.850em;
    color: var(--font-color);
}

    #form-container .form-control {
        color: var(--normal-text-color);
        box-shadow: none;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid var(--bg-light-font-color);
        padding-left: 0;
        font-size: 1em;
        background-color: var(--bg-color);
    }

    #form-container .form-check {
        margin-top: 7px;
    }

    #form-container .btn-input {
        /*background-color: #999;*/
        color: #fff;
        border-radius: 5px;
        font-size: 0.750em;
        z-index: 9;
    }

    #form-container .footer-buttons .btn {
        font-size: 1em;
        border: 1px solid var(--font-color);
        background-color: var(--bg-color);
        color: var(--font-color);
    }

        #form-container .footer-buttons .btn i {
            margin-right: 10px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            font-size: 0.688em;
        }

    #form-container .footer-buttons .btn-clear:hover {
        background-color: #f00;
        color: #fff;
        border: solid 1px #f00;
    }

        #form-container .footer-buttons .btn-clear:hover i {
            background-color: #fff !important;
            color: #f00;
        }

    #form-container .footer-buttons .btn-submit:hover {
        background-color: var(--font-color);
        color: #fff;
        border: solid 1px var(--font-color);
    }

        #form-container .footer-buttons .btn-submit:hover i {
            background-color: #fff !important;
            color: var(--font-color);
        }

.form-heading {
    color: var(--font-color);
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#form-container .msg-icons i {
    font-size: 1.625em;
}

#form-container .btn-blue {
    font-size: 0.750em;
    border-radius: 5px;
    background-color: var(--font-color);
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.btn-icon {
    border-radius: 3px;
    background-color: #eee;
    color: var(--font-color);
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: solid 1px #ccc;
}

.input-file-container {
    position: relative;
    width: 145px;
    display: flex;
}

.js .input-file-trigger {
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
    background: var(--font-color);
    color: var(--bg-color);
    font-size: 0.750em;
    transition: all .4s;
    cursor: pointer;
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}

    .js .input-file:hover + .input-file-trigger,
    .js .input-file:focus + .input-file-trigger,
    .js .input-file-trigger:hover,
    .js .input-file-trigger:focus {
        background: var(--font-color);
        color: #fff;
    }

.file-return {
    margin: 0;
}

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

    .js .file-return:not(:empty):before {
        content: "Selected file: ";
        font-style: normal;
        font-weight: normal;
    }

#faq-search .form-control {
    border: solid 1px #70a9e9;
    font-size: 0.813em;
    box-shadow: none;
    border-left: none;
    background-color: var(--bg-color);
}

#faq-search .input-group-text {
    background-color: transparent;
    border: solid 1px #70a9e9;
    border-right: none;
    font-size: 0.813em;
    color: #aaa;
}

.panel-default {
    margin-bottom: 10px;
}

.FAQTable.row .panel-title {
    position: relative;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        background-color: #eee;
        color: var(--o-color);
        font-size: 0.85em;
        font-weight: 600;
        text-decoration: none;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            /*position: relative;
                top: 1px;*/
            position: absolute;
            top: 14px;
            right: 10px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 600;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
            color: var(--o-color);
            font-size: 0.85em;
            font-weight: 600;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.panel-default .panel-body {
    padding: 10px 15px;
    border-right: solid 1px rgba(0,0,0,0.16);
    border-bottom: solid 1px rgba(0,0,0,0.16);
    border-left: solid 1px rgba(0,0,0,0.16);
    background-color: #fff;
}

    .panel-default .panel-body ol ul,
    .panel-default .panel-body ul ol {
        font-size: 1em !important;
    }

    .panel-default .panel-body p,
    .panel-default .panel-body ol,
    .panel-default .panel-body ul {
        color: #000 !important;
        font-size: 0.8em;
        margin-bottom: 0;
    }

#contact .card {
    border-radius: 10px;
    background-color: var(--bg-color);
    border-color: var(--card-border-color);
}

#contact .name {
    font-size: 0.875em;
    text-transform: uppercase;
    color: var(--font-color);
    font-weight: 700;
}

#contact .desi {
    color: var(--orange-color);
    font-weight: 600;
    margin-bottom: 5px;
}

#contact .phone,
#contact .email {
    color: var(--font-color);
    font-size: 0.750em;
    font-weight: 600;
    margin-top: 5px;
}

    #contact .phone i,
    #contact .email i {
        margin-right: 5px;
    }

/**
State Links
**/
#state-links h3 {
    padding-bottom: 8px;
}

#state-links ul {
    padding: 0;
    margin: 0px;
    list-style-type: none;
}

#helptext {
    font-size: 0.875em;
    font-weight: 500;
}

    #helptext ul {
        margin-bottom: 0;
    }

.headerMain .mainMenu li a:hover {
    color: #fd7e14;
}

.login_btn a:hover {
    color: #fff !important;
}

.maha_khanij h1 {
    font-size: 3em;
    text-transform: lowercase;
    font-weight: 700;
    margin-top: 30px;
    color: #fff;
}

#footer {
    background: var(--bg-color);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
    font-size: 12px;
    padding: 10px;
    vertical-align: middle;
    /*margin-top: 1.4375em;*/
   /* line-height: 30px;*/
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    color: var(--font-color);
    /*z-index: 9;*/
    z-index: 0;
}

    #footer img {
        width: 65px;
    }

    #footer .footerlogo {
        width: 100px;
    }

    #footer .vcount {
        line-height: 28px;
    }

    #footer a {
        color: var(--link-color);
        font-weight: 500;
    }


@media only screen and (max-width: 575px) {
    /*#maincontent
    {
        height:unset;
    }*/
    #home-banner h1 {
        text-align: center;
    }

    #home-banner h2 {
        text-align: center;
        margin-bottom: 1em;
    }

    #footer {
        /*position: relative;*/
        width: auto;
    }

        #footer .w3cimg {
            width: 50px;
        }
}

@media only screen and (max-width: 767px) {
    .home-body {
        background-size: 85% auto;
    }
}


@media (max-width: 992px) {

    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -25%;
        transition: left 0.2s ease;
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 250px;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: var(--bg-light-color);
        z-index: 999;
    }

    .navbar .nav-link {
        text-transform: uppercase;
        color: #fff !important;
        font-size: 0.8em;
        font-weight: 600;
        padding: 15px;
    }

        .navbar .nav-link:hover {
            color: var(--orange-color) !important;
        }

    .navbar .dropdown-toggle::after {
        float: right;
        margin: 8px 0;
    }

    .navbar .dropdown-menu:after {
        display: none;
    }

    .navbar .dropdown-menu {
        background: transparent;
        border-radius: 0;
    }

        .navbar .dropdown-menu .dropdown-item {
            color: #ccc !important;
            padding: 8px 15px;
        }

            .navbar .dropdown-menu .dropdown-item:hover {
                color: var(--orange-color) !important;
                background-color: transparent;
            }

    .navbar-nav li.show {
        border: solid 1px #fff;
        border-radius: 0;
    }

    .navbar .nav-link.btnlogin {
        background-color: var(--bg-color);
        border-radius: 5px;
        color: var(--bg-color) !important;
        line-height: 16px;
    }

        .navbar .nav-link.btnlogin:hover {
            background-color: #fff !important;
            color: var(--orange-color) !important;
        }
}

@media only screen and (max-width: 575px) {
    /*.container-fluid
    {
        padding:0;
    }*/
    #sys-overview .media-img {
        width: 150px;
    }

    body {
        padding-bottom: 0;
    }
}


/*add new style 21-12-2020*/
@media only screen and (max-width: 991px) {
    /*#maincontent {
        margin-bottom: 4em;
        height: calc(100vh - 50px);
    }*/
    #contact .card {
        border-radius: 10px;
        /*max-width: 240px;*/
        width: 100%;
        display: inline-block;
        flex: unset;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    #ministers .card-body .media {
        display: block;
    }

    #minerals img.w-25 {
        margin-bottom: 15px;
        width: 100% !important;
        max-width: 350px;
        margin-right: 0 !important;
    }

    #contact .card {
        /*max-width: 300px;*/
        display: block;
        margin: 0 auto 15px;
    }
}

#ani-stats #ani .bg-main {
    width: 93%;
}

#ani-stats #ani .truck {
    width: 135px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.truck-animation {
    animation: truck-animation-frame ease-out 4s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: truck-animation-frame ease-out 4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: truck-animation-frame ease-out 4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: truck-animation-frame ease-out 4s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: truck-animation-frame ease-out 4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}

@keyframes truck-animation-frame {
    0% {
        transform: translate(1px,0px);
    }

    100% {
        transform: translate(-550px,0px);
    }
}

@-moz-keyframes truck-animation-frame {
    0% {
        -moz-transform: translate(1px,0px);
    }

    100% {
        -moz-transform: translate(-550px,0px);
    }
}

@-webkit-keyframes truck-animation-frame {
    0% {
        -webkit-transform: translate(1px,0px);
    }

    100% {
        -webkit-transform: translate(-550px,0px);
    }
}

@-o-keyframes truck-animation-frame {
    0% {
        -o-transform: translate(1px,0px);
    }

    100% {
        -o-transform: translate(-550px,0px);
    }
}

@-ms-keyframes truck-animation-frame {
    0% {
        -ms-transform: translate(1px,0px);
    }

    100% {
        -ms-transform: translate(-550px,0px);
    }
}

.drone {
    position: absolute;
    top: 100px;
    width: 35px;
    right: 210px;
}

.drone-animation {
    animation: drone-animation-frame linear 9s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: drone-animation-frame linear 9s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: drone-animation-frame linear 9s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: drone-animation-frame linear 9s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: drone-animation-frame linear 9s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}

@keyframes drone-animation-frame {
    0% {
        transform: translate(0px,0px) scaleX(1.00) scaleY(1.00);
    }

    100% {
        transform: translate(-190px,5px) scaleX(1.20) scaleY(1.30);
    }
}

@-moz-keyframes drone-animation-frame {
    0% {
        -moz-transform: translate(0px,0px) scaleX(1.00) scaleY(1.00);
    }

    100% {
        -moz-transform: translate(-190px,5px) scaleX(1.20) scaleY(1.30);
    }
}

@-webkit-keyframes drone-animation-frame {
    0% {
        -webkit-transform: translate(0px,0px) scaleX(1.00) scaleY(1.00);
    }

    100% {
        -webkit-transform: translate(-190px,5px) scaleX(1.20) scaleY(1.30);
    }
}

@-o-keyframes drone-animation-frame {
    0% {
        -o-transform: translate(0px,0px) scaleX(1.00) scaleY(1.00);
    }

    100% {
        -o-transform: translate(-190px,5px) scaleX(1.20) scaleY(1.30);
    }
}

@-ms-keyframes drone-animation-frame {
    0% {
        -ms-transform: translate(0px,0px) scaleX(1.00) scaleY(1.00);
    }

    100% {
        -ms-transform: translate(-190px,5px) scaleX(1.20) scaleY(1.30);
    }
}

.bricks-box {
    position: absolute;
    top: 67px;
    left: 135px;
    width: 50px;
}

.bricks-box-animation {
    animation: bricks-box-animation-frame linear 6s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: bricks-box-animation-frame linear 6s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: bricks-box-animation-frame linear 6s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: bricks-box-animation-frame linear 6s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: bricks-box-animation-frame linear 6s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}

@keyframes bricks-box-animation-frame {
    0% {
        transform: translate(0px,0px);
    }

    100% {
        transform: translate(-85px,0px);
    }
}

@-moz-keyframes bricks-box-animation-frame {
    0% {
        -moz-transform: translate(0px,0px);
    }

    100% {
        -moz-transform: translate(-85px,0px);
    }
}

@-webkit-keyframes bricks-box-animation-frame {
    0% {
        -webkit-transform: translate(0px,0px);
    }

    100% {
        -webkit-transform: translate(-85px,0px);
    }
}

@-o-keyframes bricks-box-animation-frame {
    0% {
        -o-transform: translate(0px,0px);
    }

    100% {
        -o-transform: translate(-85px,0px);
    }
}

@-ms-keyframes bricks-box-animation-frame {
    0% {
        -ms-transform: translate(0px,0px);
    }

    100% {
        -ms-transform: translate(-85px,0px);
    }
}

.driver {
    position: absolute;
    bottom: 0;
    left: 115px;
    width: 22px;
    z-index: 0;
}

.driver-animation {
    animation: showdriver 2.5s ease 4s backwards;
    -webkit-animation: showdriver 2.5s ease 4s backwards;
    -o-animation: showdriver 2.5s ease 4s backwards;
    -moz-animation: showdriver 2.5s ease 4s backwards;
    -ms-animation: showdriver 2.5s ease 4s backwards;
}

@keyframes showdriver {
    from {
        transform: translateX(80px);
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.police-vehicle {
    position: absolute;
    left: -330px;
    bottom: 0;
    z-index: 1;
}

.police-vehicle-animation {
    animation: police-vehicle-animation-frame linear 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    -webkit-animation: police-vehicle-animation-frame linear 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-delay: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: police-vehicle-animation-frame linear 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-delay: 5s;
    -moz-animation-fill-mode: forwards;
    -o-animation: police-vehicle-animation-frame linear 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-delay: 5s;
    -o-animation-fill-mode: forwards;
    -ms-animation: police-vehicle-animation-frame linear 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-delay: 5s;
    -ms-animation-fill-mode: forwards;
}

@keyframes police-vehicle-animation-frame {
    0% {
        transform: translate(0px,0px);
    }

    100% {
        transform: translate(300px,0px);
    }
}

@-moz-keyframes police-vehicle-animation-frame {
    0% {
        -moz-transform: translate(0px,0px);
    }

    100% {
        -moz-transform: translate(300px,0px);
    }
}

@-webkit-keyframes police-vehicle-animation-frame {
    0% {
        -webkit-transform: translate(0px,0px);
    }

    100% {
        -webkit-transform: translate(300px,0px);
    }
}

@-o-keyframes police-vehicle-animation-frame {
    0% {
        -o-transform: translate(0px,0px);
    }

    100% {
        -o-transform: translate(300px,0px);
    }
}

@-ms-keyframes police-vehicle-animation-frame {
    0% {
        -ms-transform: translate(0px,0px);
    }

    100% {
        -ms-transform: translate(300px,0px);
    }
}

.police {
    position: absolute;
    left: 90px;
    bottom: 0;
    z-index: 0;
    width: 30px;
}

.police-animation {
    animation: showpolice 2.5s ease 7s backwards;
    -webkit-animation: showpolice 2.5s ease 7s backwards;
    -moz-animation: showpolice 2.5s ease 7s backwards;
    -ms-animation: showpolice 2.5s ease 7s backwards;
    -o-animation: showpolice 2.5s ease 7s backwards;
}

@keyframes showpolice {
    from {
        transform: translateX(-70px);
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}





#ani-stats #stats .card {
    background-color: var(--bg-color);
}
div#ani-stats {
    margin-top: -90px;
}
#ani-stats #stats {
    padding-top: 15px;
    margin-bottom: 0;
    margin-top: 80px;
}

    #ani-stats #stats .card .card-body {
        padding: 5px 15px;
    }

    #ani-stats #stats .card img {
        background: #D9ECFF;
        padding: 7px;
        border-radius: 50%;
        height: 39px;
        width: 39px;
        line-height: 39px;
    }

    #ani-stats #stats .card .card-body h4 {
        font-size: 1.25em;
        color: var(--orange-color);
        font-weight: bold;
    }

    #ani-stats #stats .card .card-body .col-3 {
        font-weight: 600;
        font-size: 0.75em;
        color: var(--font-color);
    }

    #ani-stats #stats .card .card-body small {
        color: var(--font-color);
        font-weight: 600;
        font-size: 0.75em;
    }

.btnApply {
    border-radius: 5px;
    border: solid 1px #aaa;
    padding: 6px 10px 5px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
}

    .btnApply:hover {
        background-color: #ccc;
    }

.btnView {
    background-color: var(--bg-color);
    border: solid 1px #ccc;
    padding: 4px 8px;
    color: var(--font-color) !important;
    font-size: 0.85em;
    border-radius: 5px;
}

.mapsvg svg {
    background-color: var(--bg-color);
}

@supports (-moz-appearance:none) {
    select {
        -moz-appearance: none !important;
        background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAGN8AABjfAUmpQe8AAAAhdEVYdENyZWF0aW9uIFRpbWUAMjAyMTowMjowOCAxMjowNjo0NkutYPEAAABYSURBVBhXXcrLDUBAGEXhGyoxLaAqGpgW6MPW3sbSQg9E7CU6cK6w4CTfPP4ZUYfch18Z+oRlwoACb34csdw3qnGgRMCGFp8q+NOOxgOXPrubcWJF9ECSLi7kDhkxLudtAAAAAElFTkSuQmCC') right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
    }
}

.headerTheme {
    position: relative;
    overflow: hidden;
}

.loading {
    /*width:300px;*/
    width: 400px;
    min-height: 25px;
    background-color: #e5e5e5;
    /*color:#555;
	color: #ed4345;*/
    color: #228cc0;
    position: fixed;
    top: 0;
    right: -200px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
    z-index: 9999999999999;
    background-color: #fff;
}

    .loading > div {
        display: table;
        margin: 0px auto;
        font-weight: 400;
    }

.hide {
    display: none;
}




#main {
    margin-top: 15px;
}

#ministers .card:hover {
    box-shadow: none !important;
}

#nav .nav-item.active > a {
    color: #fd7e14 !important;
}

#nav .nav-item.active ul .subactive a {
    color: #fd7e14 !important;
}

.not-active {
    pointer-events: none;
    cursor: no-drop !important;
}


.text-theme {
    color: var(--font-color);
}
/* add new style 17-02-2021 */
.collapsing {
    transition: none;
}

.go-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-decoration: none;
    color: white;
    background-color: var(--orange-color);
    font-size: 12px;
    padding: 3px 2px;
    width: 28px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid var(--orange-color);
    box-shadow: inset 0px 0px 0px 2px #fff;
    display: none;
}

    .go-top:hover {
        background-color: rgb(245 121 21);
        border: 2px solid rgb(245 121 21);
        color: #fff;
    }

div#about-gallery input#fromdate,
div#about-gallery input#todate {
    border-radius: 5px 0 0 5px !important;
    border-right: none;
}

div#about-gallery button.ui-datepicker-trigger {
    border-radius: 0 5px 5px 0 !important;
}

.FAQTable.row {
    min-height: 90px;
}

div#contact .form-control:focus {
    box-shadow: none;
    border-color: #527bff;
}


/*eAuction css added start*/
/*.eAuctionFilter {
    background: #e8f3ff;
    margin-bottom: 10px;
    border: 1px solid #70B6FF;
    border-radius: 5px;
    padding: 15px 15px 0 15px;
}

    .eAuctionFilter .form-control {
        box-shadow: none !important;
        border: 2px solid rgb(210, 210, 210) !important;
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
        padding: 0px 10px;
    }
.eAuctionHead {
    font-weight: 700;
    color: var(--font-color) !important;
    align-items: center;
    justify-content: normal;
}
.eAuctionHead span {
    color: var(--link-color);
}*/
.eAuctiontabs {
    font-size: .85rem;
}

    .eAuctiontabs .nav-tabs {
        border-bottom: 0;
    }

        .eAuctiontabs .nav-tabs .nav-link {
            color: #202020;
            background-color: #ebebeb;
            padding: 0.25rem 0.5rem;
        }

            .eAuctiontabs .nav-tabs .nav-item.show .nav-link,
            .eAuctiontabs .nav-tabs .nav-link.active {
                color: #e9e9e9;
                background-color: #e9771e;
                border-color: none;
            }

/*fold table css*/
table.fold-table {
    background: white;
}

    table.fold-table > tbody > tr.view {
        transition: all 0.3s ease;
    }

        table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
            cursor: pointer;
        }

            table.fold-table > tbody > tr.view td:last-child,
            table.fold-table > tbody > tr.view th:last-child {
                position: relative;
                padding-right: 20px;
            }

                table.fold-table > tbody > tr.view > td:last-child:before,
                table.fold-table > tbody > tr.view th:last-child:before {
                    position: absolute;
                    top: calc(50% - 5px);
                    right: 10px;
                    margin-top: -2px;
                    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAAG8AAABvAfGi3EMAAAEUSURBVChTvZC7SkNREEXXHB/EdwxYCzb+gIVgaWlhpa2FYEpRsJHgRRDEoJAUFoKpRBt7wU/w9RN+gEQIKj7uuE+4agKxzYLDPZzZe2bPpWsY1XSCnNUp2kf29j+J5xj3scArF9R9lTXvy0qdSXyYAT+V/ixgdoyzzpQvqtCfSdpJPM+g7+s2Qz87gReuFPJIp8SQF5sRWqmmo5qwrds0PaywaTeBXXunl3NSyjob6pj8Gg/SEd44JDCrNCUm7V7J3JrFyIl2evZ5GWuaWlGjGp/E6HOqLvNgd1zaV5T+mSKuJmVfkLCiSkPfgiItsWW3knqm0uBWNJq8XRNsT4bHToZI+6Qf4l8saK8na2jnNHvtOvANs1lW5U7/cMEAAAAASUVORK5CYII=');
                    transition: all 0.3s ease;
                    color: var(--edit-color);
                    font-size: 16px;
                    font-weight: 900;
                }

        table.fold-table > tbody > tr.view.open {
            background: #eee;
            color: var(--edit-color);
        }

            table.fold-table > tbody > tr.view.open td:last-child:before,
            table.fold-table > tbody > tr.view.open th:last-child:before {
                transform: rotate(-180deg);
                color: var(--edit-color);
            }

    table.fold-table > tbody > tr.fold {
        display: none;
    }

        table.fold-table > tbody > tr.fold:hover {
            background-color: #fff;
        }

        table.fold-table > tbody > tr.fold.open {
            display: table-row;
        }

.fold-content {
    padding: 0em;
}
/*custom css added for table*/

.eAuction-fold-table table.fold-table > tbody > tr.view.open {
    background: #DAEBF9;
    color: #000000;
    font-weight: normal;
}

.eAuction-fold-table table.fold-table > tbody > tr.fold {
    /* background: #CEE4FE;*/
}

.eAuction-fold-table .media {
    background: #DFEEFF;
    border: 1px solid #b0d7ff;
}

.eAuction-fold-table .eAuction-striped tbody > tr:nth-child(4n+3) {
    background-color: #edf6ffb0;
}

.eAuction-fold-table .dashboard-table > .thead-light th {
    background-color: var(--font-color) !important;
    border-top: 0;
    color: #ffffff;
    font-weight: 400;
    vertical-align: top;
}

.eAuction-fold-table .dashboard-table .view td {
    border-top: 0;
}
/*custom css added for table*/

/*eAuction css added End*/


@media only screen and (max-width: 575px) {
    #ministers .card-body .media {
        display: block;
    }

    #minerals img.w-25 {
        margin-bottom: 15px;
        width: 100% !important;
        max-width: 350px;
        margin-right: 0 !important;
    }

    #about-gallery .card-body .media {
        display: block !important;
        text-align: center;
    }

    #about-gallery .media h5 {
        text-align: left;
    }

    #contact .card {
        /*max-width: 300px;*/
        display: block;
        margin: 0 auto 15px;
    }

    div#sys-overview {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 400px) {
    nav .navbar-brand {
        margin-top: -5px;
        width: unset;
        max-width: 200px;
        height: auto;
        margin-right: 0;
        margin-left: -10px;
    }

    .navbar .navbar-toggler {
        font-size: 0.75em;
        /* margin-right: -10px;*/
        margin-bottom: 10px;
    }

    #home-banner h1 {
        font-size: 2.5em;
    }

    #ani-stats #stats {
        margin-bottom: 120px;
    }

    .navbar .navbar-toggler {
        font-size: 0.75em;
        padding: .25rem .5rem;
    }

    nav .navbar-brand img {
        width: unset;
        max-width: 190px;
    }

    div#sys-overview {
        margin-bottom: 70px;
    }

    .FAQTable.row {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 380px) {
    div#form-container {
        margin-bottom: 30px;
    }

    div#about-gallery {
        margin-bottom: 25px;
    }

    .panel-default > .panel-heading a:after {
        right: 5px;
    }

    .home-table.ScreenReaderAccess_o {
        margin-bottom: 70px !important;
    }
}

.filterbox {
    border: 1px solid var(--font-color);
    border-radius: 4px;
}

.card-bg {
    background-color: var(--card-bg-color);
}

/*plot color-profile style start here*/
.eAuctionModal .eAc-ModHeader {
    background: #004C73;
    padding-bottom: 150px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: -150px;
}

.eAuctionModal .table-half-height {
    max-height: 18em;
}

.eAuctionModal .table-content {
    max-height: 34em;
    overflow: auto;
    width: 100%;
    display: block;
    border: solid 2px var(--table-border-color);
}

.eAuctionModal .dashboard-table {
    font-size: 0.85rem;
    margin-bottom: 0;
}

.eAuctionModal .table-content .dashboard-table th {
    position: sticky;
    top: -1px;
    border-top: none;
}

.eAuctionModal .dashboard-table > .thead-light th {
    background-color: var(--table-head-color);
    border-bottom: none;
    vertical-align: middle;
}

.eAuctionModal .eAuctionModal-table-sm td {
    padding-inline: .3rem !important;
}

.eAuctionModal .eAucCarousel .carousel-control-prev, .eAuctionModal .eAucCardSlider .carousel-control-prev {
    left: -18px;
}

.eAuctionModal .eAucCarousel .carousel-control-next, .eAuctionModal .eAucCardSlider .carousel-control-next {
    right: -18px;
}

.eAuctionModal .eAucCarousel .carousel-control-next,
.eAuctionModal .eAucCarousel .carousel-control-prev,
.eAuctionModal .eAucCardSlider .carousel-control-next,
.eAuctionModal .eAucCardSlider .carousel-control-prev {
    top: calc(50% - 9px);
    width: 25px;
    width: 17px;
    background: #000;
    height: 17px;
    padding: 4px;
    color: #fff;
    border-radius: 50%;
}

.eAuctionModal .card {
    font-size: .85rem;
}

.eAuctionModal .eAucCardSlider .bg-orange {
    background: #E2574C;
}

.latest-news-bg {
    background: var(--font-color) !important;
}

.news, .current-date {
    /*color: #fff;*/
    color: var(--bg-color) !important;
    font-size: 0.8rem;
    padding: 5px 10px;
    background: #f5f5f5;
}

.news {
    width: 140px;
    border-right: solid 5px #ddd;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.current-date {
    width: 340px;
    /*border-left: solid 5px #ddd;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.news-scroll {
    background: #f5f5f5;
    padding: 5px 10px;
    color: #000;
    font-size: 0.8rem;
}

    .news-scroll span {
        text-decoration: none;
        color: #111;
        border-left: solid 4px var(--orange-color);
        padding-left: 5px;
        margin-right: 10px;
    }
