﻿td.column-name{
    width:210px;
}
.hidden{
    display:none;
}
.capitalize {
text-transform:capitalize !important;
}
.btn-light {
    color: #212529;
    background-color: #f6fafd !important;
    border-color: #f8f9fa;
    font-weight: bold;
    font-size: .8rem;
   
}
.paging_simple_numbers {
    margin-top: -1em; background-color:white;
}
/* The emerging W3C standard
   that is currently Firefox-only */
* {
    scrollbar-width: thin;
    scrollbar-color: #6C757D #ffffff;
}

    /* Works on Chrome/Edge/Safari */
    *::-webkit-scrollbar {
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    *::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
/*Side Results Scroller*/

.table-condensed thead th {
    position: sticky !important;
    top: 0px;
    background-color: white;
    z-index: 99;
    color: #153b68;
    /*To make table headers sticky*/
}
@media screen and ( min-width: 1200px ) {
    .results-scroll {
        height: 66VH;
        overflow-y: auto;
      
    }
}

@media screen and ( min-width: 1500px ) {
    .results-scroll {
        height: 72vh;
        overflow-y: auto;
       
    }
}
@media screen and ( min-width: 1700px ) {
    .results-scroll {
        height: 75vh;
        overflow-y: auto;
       
    }
}
@media screen and ( min-width: 1900px ) {
    .results-scroll {
        height: 77vh;
        overflow-y: auto;
       
    }
}
.results-row-selected {
    color: #ffffff !important;
    background: #6694c8;
}

.whitebg {
background-color:white;
}

.sidebarTitleShow {
    float: right;
    font-size: large;
    color: white !important;
    transform: rotate(-90deg);
    position: absolute;
    top: 5.4rem;
    left: -25px;
    font-weight: 600;
    display: block;
}
.sidebarTitleHide {
    float: left;
    font-size: large;
    color: white !important;
    transform: rotate(-90deg);
    position: absolute;
    top: 4rem;
    right: 0em;
    font-weight: 600;
    display: none;
}
.sidebarClaimsTitleShow {
    float: right;
    font-size: large;
    color: white !important;
    transform: rotate(-90deg);
    position: absolute;
    top: 4.4rem;
    left: -5px;
    font-weight: 600;
    display: block;
}
.custom_chk {
    position: relative;
    margin-bottom: 0;
    vertical-align: bottom !important;
}
.datepicker-days {
    padding: 10px;
    font-size: small !important;
}

main .qvrt-wrapper .quickview-panel .panel-body p span {
    font-size: .8rem;
    font-weight: bold;
    line-height: 1;
    text-transform:capitalize !important;
}

.table-wrapper table th, .table-wrapper table td {
    color: #153b68;
     padding: 5px !important; 
    /* font-size: .9rem; */
}
label {
    display: inline-block;
    margin-bottom:4px !important;
}

label {
    display: inline-block;
    margin-bottom: 4px !important;
}

fieldset {
    border-top: 1px solid #e0e0e0;
    padding: 0.4rem 0 !important;
}
.table-wrapper table tbody tr td.column-check .custom-checkbox label {
    height: 15px !important;
    margin-top: 10px;
    width: 20px;
    top: 0px;
    left: 15px;
    margin-bottom: 0;
}
.toast.show {
    display: block;
    opacity: 1;
    margin: 10px !important;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #153b68 !important;
    background-color: #23b02a !important;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
/*Sorting form DataTables*/
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb;
}
table.datatable thead th.no-sort {
    background: none;
    pointer-events: none;
}