body {
    background-color: #e9ecef;
    font-size: 12px;
}

.Cell50 {
    width: 50px !important;
}

.Cell200 {
    width: 200px !important;
}

.Cell100 {
    width: 100px !important;
}

.Cell300 {
    width: 300px !important;
}

.Cell800 {
    width: 500px !important;
}

.Sitefooter {
    text-align: center;
    padding-top: 30px;
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
    bottom: 0;
    background-color: transparent !important;
}

#Pager {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

#PageIndex {
    color: navy;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 5px;
}

#TotalCount {
    float: right;
    margin-top: 15px;
    margin-right: 30px;
    margin-left: 30px;
    color: navy;
}

.post-info {
    min-height: 10px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.form-group {
}


.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

    .img-hover img:hover {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(2); /* Safari and Chrome */
        -moz-transform: scale(2); /* Firefox */
        -ms-transform: scale(2); /* IE 9 */
        -o-transform: translatZ(0) scale(2); /* Opera */
        transform: translatZ(0) scale(2);
    }


.grayscale {
    -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
    -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
    filter: brightness(1.10) grayscale(100%);
}

.header_img {
    max-width: 100%;
    height: auto;
}

.sidebar {
    position: fixed;
    top: 40px;
    bottom: 0;
    right: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgb(0 0 0 / 10%);
}

.table-mali {
    height: auto;
    border-color: #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

    .table-mali .table {
        border-width: 1px;
        border-color: #000;
        text-align: center;
        position: relative;
        border-collapse: separate;
        border-spacing: 0;
        margin-bottom: 0 !important;
    }

    .table-mali .table-bordered td,
    .table-mali .table-bordered th {
        border-right: 1px solid #000 !important;
        border-left: 0;
        border-top: 1px solid #000;
        text-align: center;
    }

    .table-mali th {
        background: #bbe9f9;
        position: sticky;
        top: 0;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }

    .table-mali tr td:first-of-type,
    .table-mali tr td:last-of-type {
        border-radius: 0px !important;
    }

    .table-mali tr th:last-child,
    .table-mali tr td:last-child {
        border-left: 0;
    }

    .table-mali tr:last-child td {
        border-bottom: 1px solid #000;
    }

    .table-mali p {
        border-right: 1px solid #000;
    }

    .table-mali tr td:first-child,
    .table-mali tr th:first-child {
        border-right: 0 !important;
    }

.table-mali2 {
    border-top: none;
    border-right: none;
    border-left: none;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.table-mali a:hover {
    text-decoration: underline !important;
}

.table-mali tbody tr:hover {
    background-color: rgba(143, 185, 207, 0.20);
}

.table-bordered td, .table-bordered th,
.table thead th {
    border: none;
}

.table-mali .table-bordered tr:first-child th {
    border-top: 0;
}

/*.table-mali .table-bordered tr:last-child td {
    border-bottom: 0;
}*/


.jumbotron {
    padding: 0 2rem;
    margin-top: 0;
    margin-bottom: 0;
}

.page-title,
.table-section,
.search-section,
.paging-section,
.Me-section,
.changepass-section,
.home-section,
.NewRelationInsurancedPersonWithDocumentAppendix-section {
    background-color: #fff;
    padding: 1.5em;
    padding-bottom: .8rem;
    border-radius: 6px;
    border: 1px solid #cccccc;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 5px 1px;
    transition: all .1s ease-in-out;
}

    .page-title h1 {
        font-size: 1.2rem;
        font-weight: bold;
    }

.search-section,
.paging-section {
    padding-top: .3rem;
    padding-bottom: 0;
}

.table-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.menu {
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 7%);
}

.navbar {
    border-radius: 10px;
    border: 3px solid #9cc6ea;
}

.side {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #cccccc;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 5px 1px;
    z-index: 1;
}


    .side li {
        border-radius: 4px;
        text-align: center;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        border-bottom: 1px solid #eeeeee;
        padding: 5px 0;
    }


        .side li:hover {
            background-color: rgba(156, 198, 234, 0.43);
            border-radius: 0;
        }

        .side li:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }

        .side li a {
            padding: .2rem 1rem;
            text-align: right;
        }

        .side li span {
            color: #000;
            font-weight: 400;
        }

        .side li p {
            color: #000;
        }



.icon-sidebar-back {
    background-color: #fff;
    padding: 7px 5px 1px 4px;
    border-radius: 4px;
    margin-left: 5px;
}

    .icon-sidebar-back i.fa {
        z-index: 2;
        color: #0084b6;
        font-size: 20px;
    }


.search-section .form-control {
    height: calc(1.5em + .55rem + 2px);
    font-size: .8rem;
}

.Me-section,
.changepass-section,
.home-section,
.table-viewcompelete,
.table-section {
    height: 74vh;
}

#StatusSelectList {
    font-size: .8rem;
    height: calc(1.5em + 0.55rem + 2px);
    padding-top: 0;
    padding-bottom: 0;
}

.NewRelationInsurancedPersonWithDocumentAppendix-section {
    height: 74vh;
}

.introdcution-letter td a {
    font-size: 12px;
}

.table-mali3 {
    border-bottom: 0;
}

    .table-mali3 .table {
        border-bottom: 0;
    }

.Me-section .h6 {
    font-size: .8rem;
}

.btns li {
    margin: 5px 0;
}

.btns a {
    font-size: .7rem;
    width: 200px;
}

.user-profile {
    width: 100%;
    height: 180px;
    margin: auto;
}


.medical-claims td a,
.hospital-claims td a,
.InsuredDependent td a {
    font-size: 11px;
}

.form-control {
    border-color: #000;
}

.NewRelationInsurancedPersonWithDocumentAppendix-section .easy-autocomplete input {
    border: 1px solid #000 !important;
}

/*.table-mali3{
    max-height:345px;
    overflow-y:scroll;
}*/

.NewRelationInsurancedPersonWithDocumentAppendix-section textarea,
.NewRelationInsurancedPersonWithDocumentAppendix-section textarea::selection,
.NewRelationInsurancedPersonWithDocumentAppendix-section textarea:focus {
    border: 1px solid #000;
}

.validation-summary-errors ul {
    padding-right: 15px;
}

label {
    color: #000;
}

.table-mali {
    max-height: 59vh;
    overflow-y: auto;
}

.side {
    min-height: 84vh;
}

.page-title .alert {
    height: 31px;
    padding: 5px;
    margin-top: -4px;
    width: 88%;
    text-align: center;
}

.input100[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
