﻿.app-brand-text.demo {
    font-size: 20px;
}

.error-lable {
    color: red;
    font-size: 12px;
    float: left;
    visibility: visible;
}

#waitLoader .modal-sm {
    width: 10rem;
}

.modal-backdrop.show {
    opacity: .5;
}

.h-v {
    height: 100vh;
}

.row-col {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}

.v-m {
    vertical-align: middle !important;
}

.row-cell {
    display: table-cell;
}

/*.app-brand.demo {
    background-color: #e7e7e7 !important;
    color: #182535;
}

    .app-brand.demo .app-brand-text.demo.menu-text {
        color: #182535;
    }*/

/*.bg-navbar-theme {
    background-color: #182535 !important;
    color: #bec5cc;
}

.light-style .menu .app-brand.demo {
    height: 51px;
}

.menu-vertical .menu-inner
{
    background-color:#fff;
}*/

/*MAIN GRID START*/
.res-table-main-grid table {
    border: 1px solid #ecf3fc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    .res-table-main-grid table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    .res-table-main-grid table tr {
        border: 1px solid #ecf3fc;
        padding: .35em;
    }

    .res-table-main-grid table th,
    .res-table-main-grid table td {
        /*padding: 8px;*/
        border-bottom: 1px solid #ecf3fc;
    }

.res-table-main-grid .table > thead > tr > th {
    /*padding: 8px 6px;*/
}

.res-table-main-grid .table > tbody > tr > td,
.res-table-main-grid .table > tbody > tr > th,
.res-table-main-grid .table > tfoot > tr > td,
.res-table-main-grid .table > tfoot > tr > th {
    /*padding-left: 6px;
    padding-right: 6px;*/
}

.res-table-main-grid table th {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #565656de;
}

.res-table-main-grid .table td, .table th {
    border-top: 0px solid #ecedf1;
}

@media screen and (max-width: 991px) {
    .res-table-main-grid table {
        border: 0;
    }

        .res-table-main-grid table caption {
        }

        .res-table-main-grid table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
            display: none;
        }

        .res-table-main-grid table tr {
            border-bottom: 2px solid #d3e0f3;
            display: block;
            margin-bottom: .625em;
        }

        .res-table-main-grid table td .form-control {
            width: 50%;
            display: inline-block;
        }

        .res-table-main-grid table td {
            border-bottom: 1px solid #ecf3fc;
            display: block;
            text-align: right;
        }

            .res-table-main-grid table td::before {
                content: attr(data-label);
                float: left;
                font-size: 12px;
                line-height: 20px;
                font-weight: 700;
                color: #565656de;
                border-bottom: none;
            }

            .res-table-main-grid table td:last-child {
                border-bottom: 0;
            }
}
/*MAIN GRID END*/

.section-heading {
    font-weight: 600;
    font-size: 14px;
    color: #00339f;
}