﻿

/*body {padding-top: 50px;padding-bottom: 20px;}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default 
input,select,textarea {    max-width: 280px;}
*/
.maroon-background {
    background-color: #c3b0b0;
}

.dark-grey-background {
    background-color: #A9A9A9 !important;
}

.navbar {
    background-color: #c3b0b0;
}

.narbar-dark {
    background-color: #87CEEB;
}

.checkbox-1x {
    min-width: 20px !important;
    min-height: 20px !important;
    /*transform: scale(1.37);
    -webkit-transform: scale(1.37);*/
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: central;
}

.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
}

.page-container {
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: scroll
}

.left-double-border {
    border-left: double !important;
}

.cell-heading {
    background-color: #666;
    color: #fff;
}

.table-border-c1 {
    border: 1px solid black;
}

/*************************************Below css is used for fixed table headers************************************/

/* Standard Tables */

div.fixed-header table {
    margin: 1em 0;
    border-collapse: collapse;
    border: 0.1em solid #d6d6d6;
}

div.fixed-header caption {
    text-align: left;
    font-style: italic;
    padding: 0.25em 0.5em 0.5em 0.5em;
}

div.fixed-header th,
div.fixed-header td {
    padding: 0.25em 0.5em 0.25em 1em;
    vertical-align: text-top;
    text-align: left;
    text-indent: -0.5em;
}

div.fixed-header th {
    vertical-align: bottom;
    background-color: #666;
    color: #fff;
}

div.fixed-header tr:nth-child(even) th[scope=row] {
    background-color: #f2f2f2;
}

div.fixed-header tr:nth-child(odd) th[scope=row] {
    background-color: #fff;
}

div.fixed-header tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}



/* Fixed Headers */

div.fixed-header th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

    div.fixed-header th[scope=row] {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 1;
    }

    div.fixed-header th[scope=row] {
        vertical-align: top;
        color: inherit;
        background-color: inherit;
        background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
    }


.fixed-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #ddd;
}

.fixed-column-row {
    z-index: 10 !important;
}


/*th:not([scope=row]):first-child {
                        left: 0;
                        z-index: 3;
                        background: linear-gradient(90deg, #666 0%, #666 calc(100% - .05em), #ccc calc(100% - .05em), #ccc 100%);
                    }*/

/* Scrolling wrapper */

div[tabindex="0"][aria-labelledby][role="region"] {
    overflow: auto;
}

    div[tabindex="0"][aria-labelledby][role="region"]:focus {
        box-shadow: 0 0 .5em rgba(0,0,0,.5);
        outline: .1em solid rgba(0,0,0,.1);
    }

    div[tabindex="0"][aria-labelledby][role="region"] table {
        margin: 0;
    }

    div[tabindex="0"][aria-labelledby][role="region"].rowheaders {
        background: linear-gradient(to right, transparent 30%, rgba(255,255,255,0)), linear-gradient(to right, rgba(255,255,255,0), white 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,0.2), rgba(0,0,0,0)), radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.2), rgba(0,0,0,0)) 0 100%;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 4em 100%, 4em 100%, 1.4em 100%, 1.4em 100%;
        background-position: 0 0, 100%, 0 0, 100%;
        background-attachment: local, local, scroll, scroll;
    }

    div[tabindex="0"][aria-labelledby][role="region"].colheaders {
        background: linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100% 4em, 100% 4em, 100% 1.4em, 100% 1.4em;
        background-attachment: local, local, scroll, scroll;
    }

/* Strictly for making the scrolling happen. */

div.fixed-header th[scope=row] {
    min-width: 40vw;
}

@media all and (min-width: 30em) {
    div.fixed-header th[scope=row] {
        min-width: 20em;
    }
}

div.fixed-header th[scope=row] + td {
    min-width: 24em;
}
/********************End of fixed table headers css******************************/

.table_style {
    width: 800px;
    border-bottom: 1px solid black;
}

.heading_1_style {
    vertical-align: middle;
    width: 100%;
    background-color: lightgray;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 4px;
}

.mt_2 {
    margin-top: 3px;
}

.underline_text {
    text-decoration: underline;
}

.right_align {
    text-align: right
}

table.table-border-full-dark {
    border: 1px solid black;
    border-collapse: collapse;
}

    table.table-border-full-dark th, table.table-border-full-dark td {
        border: 1px solid black;
    }

.line {
    border-bottom: 1px dotted black;
    position: relative;
    height: 8px;
}

@media print {
    .noprint {
        display: none;
    }
}


/*customer layout head styles*/

.nav-btn-expand {
    min-width: 100px;
}

.grid-main {
    display: grid;
    height: calc(100vh-2px);
    width: calc(100vw-2px);
    grid-template-rows: 30px calc(100vh - 64px) 30px;
    grid-template-columns: auto;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
}

.grid-main-item-1 {
    grid-row: 1/2;
    /*min-height: 30px;*/
}

.grid-main-item-2 {
    grid-row: 2/3;
    /*height: auto;*/
    margin-bottom: 0px;
    margin-top: 0px;
}

.grid-main-item-3 {
    grid-row: 3/4;
    /*min-height: 30px;*/
}

.grid-content-section {
    display: grid;
    height: 100%;
    grid-template-rows: auto;
    grid-template-columns: min-content auto;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    white-space: nowrap;
}

.grid-content-nav-section {
    grid-column: 1/2;
}

.grid-content-page-section {
    grid-column: 2/3;
    overflow: auto;
    overflow-y: auto;
    white-space: nowrap;
    /* margin-left: 15px;*/
}

.content-dynamic-width {
    max-width: calc(100% - 100px);
}


/*scroll bar styles*/


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFA07A;
}

.menu-image {
    vertical-align: middle;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}


.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

/*End of scrollbar styles*/

@media only screen and (max-width: 1366px) {
    .bls-md-control {
       max-width: 80px;
    }
}


/* table, th, td {      border: 1px solid black;         border-collapse: collapse;      }*/
