/*.sidebar .nav .nav-item.active > a,
.sidebar .nav.sub-menu .nav-item .nav-link.active {
	position: relative;
}

.sidebar .nav .nav-item.active > a:before,
.sidebar .nav.sub-menu .nav-item .nav-link.active:before {
	position: absolute;
	width: 5px;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	background-color: #ba2227;
	z-index: 9;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active:before {
	width: 2px;
}

.table thead th, .jsgrid .jsgrid-table thead th {
	white-space: nowrap;
}
.dropdownselect{
    height: 45px !important;
    margin-top:1px;+

}

.input-validation-error {
    border: 1px solid #fc5661 !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em !important;
    display: block;
    opacity: 0.3;
}*/

@media (max-width: 991px) {
    .login-half-bg {
        display: none !important;
    }
}

/* wizard minimize spacing */
.policy-detail-section > .form-group {
    margin-bottom: 0.5rem !important;
}

/* wizard end */

/* header start */

.inner-th {
    min-width: 420px;
    padding: 20px;
}

.th-inner {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-part {
    display: block;
    height: 45px;
    margin-bottom: 10px;
    line-height: 45px;
}

    .img-part img {
        max-height: 35px;
    }

.th-inner a {
    text-decoration: none;
    color: #19386C;
}

.th-inner:hover {
    background-color: #eaeaf1;
}

/* header end */

/* policy list table */
.policy-list-table {
    height: 300px;
    overflow: auto;
}

/* policy end */

/* 
redcolor: #B51C1E;
bluecolor: #19386C;

*/

.sidebar .nav .nav-item.active > a,
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    position: relative;
}

    .sidebar .nav .nav-item.active > a:before,
    .sidebar .nav.sub-menu .nav-item .nav-link.active:before {
        position: absolute;
        width: 5px;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        background-color: #ba2227;
        z-index: 9;
    }

    .sidebar .nav.sub-menu .nav-item .nav-link.active:before {
        width: 2px;
    }

.table thead th, .jsgrid .jsgrid-table thead th {
    white-space: nowrap;
    vertical-align: middle;
}

.dropdownselect {
    height: 45px !important;
    margin-top: 1px;
}

.input-validation-error {
    border: 1px solid #fc5661 !important;
}
td >  .ng-invalid-pattern {
    border: 1px solid #fc5661 !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em !important;
    display: block;
    opacity: 0.3;
}

/* dashboard page */

.inner-title {
    margin-bottom: 20px !important;
}

.dashboard-th {
/*    padding: 20px;*/
    display: flex;
    background: #ffffff;
/*    margin-top: 30px;*/
/*    border: 1px solid #E7EAED;*/
    flex-wrap: wrap;
}

.dash-third-part {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 20px;
/*    flex: 1;*/
}

    .dash-third-part a {
        text-decoration: none;
        color: #19386C;
    }

    .dash-third-part:hover {
        background-color: #eaeaf1;
    }

.dash-last-part {
    margin-top: 30px;
}


.tab-hd {
    font-weight: bold;
    font-size: 18px;
}
.hgi-num {
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    text-align: right !important;
}



.ui-table-container table {
    margin-bottom: 20px;
}

    .ui-table-container table:last-child {
        margin-bottom: 0;
    }

.bg-gray {
    background-color: #f6f7fb;
}



.wizard-card {
    position: relative;
}

.save-draft {
    position: absolute;
    left: 38px;
    bottom: 34px;
    z-index: 9;
}

.printPreview {
    position: absolute;
    left: 180px;
    bottom: 34px;
    z-index: 9;
}
.tt-dropdown-menu {
    border: solid 1px #ddd;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    margin-top: -2px;
    background: #fff;
}

.fa-sm {
    font-size: .875em !important;
}

.bg-gray {
    background-color: #f6f7fb;
}

.custom-btn-primary {
    background-color: #384383 !important;
    border-color: #353f7a !important;
}

.text-capitalize{
    text-transform:capitalize;
}

.no-wrap {
    white-space: nowrap;
}

.firelop-section {
    padding: 50px 0 0;
}

.firedata-title h4 {
    font-size: 0.875rem;
    margin: 0;
}

.firedata {
    max-height: 148px;
    overflow-x: hidden;
    overflow-y: auto;
}

.firedata p {
    margin: 0;
}

.scrollTable{
    overflow-x:auto;
}

span.img-part > img {
    width: 55px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
    height: 41px !important;
    border-radius: 0 !important;
    padding: 6px 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
    right: 4px !important;
}
.w-140 {
    width: 140px !important;
}
.w-100 {
    width: 100px !important;
}
.w-81 {
    width: 81px !important;
}
.no-wrap{
    white-space:nowrap !important;
}
.SectionType {
    margin: 0 !important;
    height: 38px !important;
    display: block !important;
    border-radius: 0 !important;
    min-width: 100px !important;
}

.hgi-num-sm {
    border-color: #42429e !important;
    color: #7070e8 !important;
    max-width: 150px;
    padding: 0;
    padding: 3px 5px;
    font-size: 18px !important;
    font-weight: normal !important;
}

.td-total {
    color: #7070e8;
    font-size: 20px !important;
    font-weight: bold;
}