﻿body {
    padding-top: 00px;
    padding-bottom: 05px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 05px;
    padding-right: 05px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 700px;
}

.waitpage {
    background: #222;
    opacity: 2.9;
    display: none;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1050;
}

    .waitpage .waitdata {
        left: 44%;
        width: 200px;
        overflow: auto;
        padding: 6px 3px;
        border: 2px solid #eee;
        position: fixed;
        border-radius: 4px;
        background: #fff;
        text-align: center;
        top: 37%;
        z-index: 99999;
    }

        .waitpage .waitdata img {
            width: 150px;
            -webkit-user-select: none;
            background-position: 0px 0px, 10px 10px;
            background-size: 20px 20px;
            background-image: linear-gradient(45deg, 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%), linear-gradient(45deg, 25%, white 25%, white 75%, #eee 75%, #eee 100%);
        }

    .waitpage h6 {
        font-size: 15px;
        margin: 0px 0 5px 0;
        font-family: "open sans";
        font-weight: 600;
        color: #000;
    }

    .waitpage span {
        display: inline-block;
        font-size: 16px;
        text-align: center;
        color: #000;
        font-weight: 600;
        font-family: "open sans";
    }

.TC-Green {
    font-family: Verdana;
    color: White;
    background: -webkit-linear-gradient(top, #18B86B 0%, #18B86B 100%);
    border-radius: 50px;
    border: solid 1px #0e0d0d;
}

.TC-Blue {
    background-color: #23669F;
    color: white;
    font-family: Verdana;
}

table {
    border-collapse: separate;
}

th {
    border-top: 1px solid #c4c0c0 !important;
    border-bottom: 1px solid #c4c0c0;
    border-right: 1px solid #c4c0c0;
}

td {
    border-top: 1px solid #c4c0c0;
    border-bottom: 1px solid #c4c0c0;
    border-right: 1px solid #c4c0c0;
}

table th:first-child,
table td:first-child {
    border-left: 1px solid #c4c0c0;
}


thead th {
    position: sticky;
    background-color: #fff;
    top: 0px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container<div>- needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.highlighted {
    background: #e8e8ff;
}

.contentScroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.contentScroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.contentScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c0c0c0;
}

#containerTblId tr th {
    vertical-align: top;
    text-align: center;
}

#containerTblId tr td {
    vertical-align: middle;
}

.containerGrd {
    width: 100%;
    max-height: 375px;
    overflow: auto;
}

#containerFirmSettingId tr th {
    vertical-align: top;
    padding-left:5px;
}

#containerFirmSettingId tr td {
    vertical-align: top;
    padding-left: 5px;
}