﻿
/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #EE2E24 !important;
    color: #ffffff !important;
    border-radius: 0;
}

    .datepicker-days table thead tr:nth-child(2n + 0) td,
    .datepicker-days table thead tr:nth-child(2n + 0) th {
        border-radius: 3px;
    }

    .datepicker-days table thead tr:nth-child(3n + 0) {
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 11px 13px;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td,
.datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #EE2E24 !important;
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev,
.datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

    .datepicker .prev:hover,
    .datepicker .next:hover {
        background: transparent;
        color: rgba(255, 255, 255, 0.99);
        font-size: 21px;
    }

.datepicker .datepicker-switch {
    font-size: 1rem !important;
    font-weight: 700;
    transition: 0.3s;
}

    .datepicker .datepicker-switch:hover {
        color: rgba(255, 255, 255, 0.7);
        background: transparent;
    }

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #3546b3;
        background-image: none;
    }

.datepicker .dow, .datepicker .day {
    font-size: 0.7rem !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #EE2E24;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0, 0, 0, 0.1);
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.border-bottom-box-shadow {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 15px 5px 15px 0px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }


.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.text-info {
    color: #000000 !important;
    font-family: Roboto, sans-serif !important;
}

.text-errormsg {
    justify-content: center;
    color: #EE2E24 !important;
}
/*.col-md-2 {
    width: 20%;
}

.col-md-10 {
    width: 80%;
}

 .d-flex{
    display: flex !important;
}*/
/*@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

.form-label {
    font-family: 'Roboto' !important;
}

.mdc-typography--headline4 {
    font-size: 2rem !important;
    color: #2E3238 !important;
}

.mdc-floating-label--float-above {
    color: #808080 !important;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #808080 !important;
    /* @alternate */
    border-color: #808080 !important;
}

.field-validation-error {
    color: #EE2E24 !important;
    font-weight: 700;
    font-size: 12px;
    font-family: Roboto;
}

.image-upload > input {
    display: none !important;
    width: auto;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert {
    position: relative !important;
    padding: 1rem 1rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}
.text-align-start {
    text-align: start
}
.h-19 {
    height: 19px;
}

.h-22 {
    height: 22px;
}

.h-100 {
    height: 100px;
}

.h-25 {
    height: 25px !important;
}

.h-80 {
    height: 80px;
}

.h-70 {
    height: 70px;
}

.h-75 {
    height: 75px;
}

.h-77 {
    height: 77px;
}

.h-65 {
    height: 65px !important;
}

.w-25 {
    width: 25px !important;
}

.w-16 {
    width: 16px;
}

.w-22 {
    width: 22px;
}

.w-90 {
    width: 90px;
}

.w-95 {
    width: 95px;
}
.w-35-percentage {
    width: 35% ;
}
.w-300 {
    width: 300px;
}

.w-100 {
    width: 100% !important;
}
.w-1 {
    width: 1% !important;
}
.w-13 {
    width: 13% !important;
}
.w-max-content {
    width: max-content;
}

.max-w-100 {
    max-width: 100%;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-600 {
    font-weight: 600;
}

.text-align-center {
    text-align: center;
}

.display-none {
    display: none;
}

.display-grid {
    display: grid;
}
.display-ruby {
    display: ruby;
}
.display-block {
    display: block;
}

.p-15-0-15-0 {
    padding: 15px 0px 15px 0px !important
}

/*Margins */
.m-l-10 {
    margin-left: 10px;
}

.m-t-15 {
    margin-top: -15px;
}

.m-t-6 {
    margin-top: -6px;
}

.m-t6 {
    margin-top: 6px;
}

.border-radius-width-256 {
    border-radius: 12px !important;
    width: 256px !important;
}

.border-bottom-none {
    border-bottom: none;
}

.border-radius {
    border-radius: 12px;
}

.p-0-20 {
    padding: 0px 20px;
}

.display-flex-justify-content- font-size1rem {
    display: flex;
    justify-content: center;
    font-size: 1rem !important;
}

.margin-top-14 {
    margin-top: 14%;
}

.margin-top-10px {
    margin-top: 10px !important;
}

.m-1 {
    margin: 1px !important;
}

.m-12 {
    margin: 12px;
}

.mt-20 {
    margin-top: 20px;
}

.displayflex-flex {
    display: flex !important;
}

.myinfoanchr:hover {
    color: #EE2E24 !important;
}

.color-white {
    color: #FFFF !important;
}

.background-color-2E3238 {
    color: #2E3238 !important;
}

.color-2E3238 {
    color: #2E3238 !important;
}

.myinfo-grid {
    background: #2E3238;
    border: 1px solid rgba(46, 50, 56, 0.15);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 97% !important;
    margin-left: 0px;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.myagentpanel {
    background: #2E3238;
    border: 1px solid rgba(46, 50, 56, 0.15);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 97% !important;
    margin-left: 0px;
}

.border-left {
    border-left: 1px solid #dddddd;
   
}

.card-size {
    width: 254px !important;
    height: 77px !important;
    min-width: 300px !important;
    min-height: 77px !important;
}

.hidediv {
    display: none;
}

.p-0 {
    padding: 0px !important;
}

.material-icons {
    font-size: 25px !important;
}

.text-transform-capitalize {
    text-transform: capitalize !important;
}

.border-bottom-dddddd {
    border-bottom: 1px solid #dddddd;
}

.position-relative {
    position: relative;
}

.margin-left--15 {
    margin-left: -15px;
}


/*Color  Codes*/
.color-F2F4F6 {
    color: #F2F4F6 !important;
}

.color-536170 {
    color: #536170 !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.vertical-align-sub {
    vertical-align: sub;
}
/*Font Size*/
.font-size-12 {
    font-size: 12px;
}
.font-size-22 {
    font-size: 22px;
}

.padding-5 {
    padding: 5px !important;
}

.claims-fieldIcon {
    vertical-align: middle;
    height: 39px;
    width: 39px;
    margin: 15px 0px 0px 15px;
}

.background-color-White {
    background-color: white;
}

.float-left {
    float: left !important;
}

.auto-width-display-none {
    display: none !important;
    width: auto !important;
}

.auto-width-display-block {
    display: block !important;
    width: auto !important;
}

.mdc-text-field-width {
    width: 100% !important;
    margin-top: 8px !important;
}

.mdc-text-field-width-bg-white {
    width: 100% !important;
    margin-top: 8px !important;
    background: #fafafa !important;
}

.mdc-text-field-width-h-maxcontent {
    width: 100% !important;
    margin-top: 8px !important;
    height: max-content !important;
}

.required-color {
    color: red !important;
}

.material-close-icons-fs-20 {
    font-size: 20px !important;
}

.margin-left--27 {
    margin-left: 27px !important;
}

.w-90-percentage {
    width: 90% !important;
}

.w-95-percentage {
    width: 95% !important;
}

.w-100-f-1rem {
    width: 100%;
    text-align: left;
    font-size: 1rem !important;
}

.w-133 {
    width: 133px !important;
}

.color-rgba {
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 14px;
}

.font-grid-break {
    font-weight: 700 !important;
    display: grid;
    word-break: break-all;
}

.headline6-black {
    color: #000000 !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

.w-70-percentage {
    width: 70%;
}
.w-90-percentage {
    width: 90%;
    word-wrap: break-word;
}
.w-55-percentage {
    width: 55% !important;
}
.displaynone{
    display:none !important;
}
.text-wrap {
    text-wrap: wrap;
}
.entity-innerdiv-style {
    height: auto !important;
    width: 180px !important
}
.transaction-label {
    font-weight: 700 !important;
    text-transform: capitalize;
    color: #0000;
}
.border-left-line {
    border-left: 1px solid #dddddd !important;
}
.display-grid {
    display: grid !important
}
.justify-content-flex-start {
    justify-content: flex-start;
}
.bg-white{
    background-color:#FFFF !important;
}
.termevent-element {
    width: 100%;
    margin-top: 8px !important;
    background: #fafafa !important;
    display: flex;
}
.w-39{
    width: 39.5px;
}
.img-w-21{
    width:21px;
}
#employeeNotes,#Comments{
    min-height:140px !important;
}
.center-page {
    left: 25%;
    position: relative;
}
.Validate-Payment-Submit {
    border-radius: 4px;
    background: #EE2E24 !important;
    border: 1px solid #EE2E24 !important;
    font-weight: 500;
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 26px;
    letter-spacing: 0.46px;
    height: 42px !important;
    width:100% !important;
}
.txtsearch {
    border-radius: 8px;
}
.overflow-auto-position-relative{
    overflow: auto;
    position: relative;
}
.accordion-title-div {
    width: 100% !important;
    display: grid !important;
    font-weight:700 !important;
}
.search-reasult-titile-div {
    background-color: #F7F6F6;
    color: #444;
    width: 100% !important;
    padding: 10px;
}
.w-100-percentage{
    width:100% !important;
}
.button-end {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.margin-5-percentage{
    margin:5% !important;
}
.overflow-visible {
    overflow: visible !important;
}

.btn-switchuser {
    align-items: center !important;
    padding: 0px !important;
    width: 161px !important;
    height: 35px !important;
    /* X-Red */
    background: #EE2E24 !important;
    /* Elevation/2 */
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12) !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 26px !important;
    /* identical to box height, or 173% */
    letter-spacing: 0.46px !important;
    /* Secondary/Contrast */
    color: #FFFFFF !important;
}

    .btn-switchuser span {
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 26px;
        /* identical to box height, or 173% */

        letter-spacing: 0.46px;
        text-transform: uppercase;
        /* Secondary/Contrast */

        color: #FFFFFF;
    }


.policy-Active {
    color: #34C759;
}

.policy-Expired {
    color: #EE2E24;
}
.mdc-tab-scroller__scroll-area::-webkit-scrollbar, .mdc-tab-scroller__test::-webkit-scrollbar {
    display: inline-masonry !important;
}