table tbody tr {
    word-break: break-all;
}

.image-size {
    height: 200px;
    width: 200px;
}

.mb-15 {
    margin-bottom: 15px;
}

.fw-100 {
    font-weight: 100!important;
}




/*overlay none fix*/

.ngdialog-overlay {
    pointer-events: none;
}





.topDivLogo {
    margin-top: 16px;
    width: 206px;
}


.marginTop75 {
    margin-top: 75px;
}

.loginHeading {
    margin-top: 10px;
    color: rgba(33, 48, 82, 1);
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.5px;
}

.containerBlockLogin {
    padding: 20px;
    box-shadow: 0px 2px 5px #ddd;
    max-width: 440px;
    background-color: #fff;
}

.loginVerifyDob {
    color: rgba(146, 155, 175, 1);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    letter-spacing: 0.5px
}

.topDiv {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(227, 229, 232, 1);
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 6px 12px 0 rgba(239, 240, 243, 1);
    box-shadow: 0 6px 12px 0 rgba(239, 240, 243, 1);
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0px;
}

.heading {
    color: rgba(134, 141, 162, 1);
    font-size: 12px;
    line-height: 34px;
    margin-top: 40px;
    margin-left: 24px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.agentId {
    width: 92%;
    margin-left: 22px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 34px;
    color: #213052;
    margin-top: -10px;
    letter-spacing: 0.5px;
    background-color: #fff;
}

.loginDateOfBirthInput {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-bottom-width: 2px;
    border-radius: 0px;
    width: 94%;
    margin-left: 24px;
    padding-left: 0px;
    font-size: 18px;
}

.loginDateOfBirthInput:focus {
    outline: none;
}

.calendarIcon {
    background-color: #ffffff;
    border-top: none;
    border-right: none;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-bottom-width: 2px;
    border-radius: 0px;
}

.loginDateOfBirthStyle {
    border-radius: 0px;
    border-top-width: 0px;
    background-color: #ffffff;
    border-image-width: 0px;
    border-top: none;
    border-left-width: 0px;
    border-right-width: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-size: 18px;
    color: #213052;
    margin-top: -8px;
}


.buttonLogin {
    padding: 10px 60px;
    border-radius: 100px;
    background-color: rgba(227, 31, 35, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    border-color: rgba(227, 31, 35, 1);
    margin-top: 40px;
}

.buttonLogin:active {
    background-color: rgba(227, 31, 35, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(227, 31, 35, 1);
}

.buttonLogin:focus {
    outline: none;
    background-color: rgba(227, 31, 35, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(227, 31, 35, 1);
}

.buttonLogin:hover {
    outline: none;
    background-color: rgba(227, 31, 35, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(227, 31, 35, 1);
}


@media (max-width:767px) {

    .containerBlockLogin {
        margin-left: 10px;
        margin-right: 10px;
        box-shadow: none !important;
    }
}

@media (min-width:991px) {

    .bs-example {
        /*max-width:700px;*/
        border: 1px solid #fafafafa;
    }
}

@media(max-width:335px) {

    .padding-tp {
        font-size: 13px !important;
    }
}

@media(max-width:374px) {

    .policyDetailsHeading {
        font-size: 12px !important;
    }

    .agentCodeHeading{
       font-size: 10px !important; 
    }


    .logout {
        font-size: 11px;
    }
    /*.actionsDiv
{
    width: 25px !important;
    height: 25px !important;
}*/
}

@media(max-width: 474px) {
    .policyDetailsLogo {
        width: 92px !important;
        margin-top: 10px !important;
    }
}

@media (min-width: 475px) and (max-width: 767px) {
    .policyDetailsLogo {
        width: 160px !important;
        margin-top: 10px !important;
    }
}



.policyDetailsHeading {
    color: rgba(33, 48, 82, 1);
    font-size: 14px;
    font-weight: 600;
    /*line-height: 37px;*/
}


.agentCodeHeading {
    color: rgba(33, 48, 82, 1);
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
}


.policyDetailsLogo {
    width: 190px;
    margin-top: 8px;
}

.marginTop10 {
    margin-top: 10px;
}

.logout {
    position: relative;
    top: 8px;
    color: red;
}

.topDivPolicyValidation {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(227, 229, 232, 1);
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0px;
}

.tableHead {
    font-weight: 800;
}

.tableBody {
    height: 60px;
}

.actionsDiv {
    position: relative;
    height: 40px;
    width: 40px;
    display: inline-block;
    /*margin-left: 5px;*/
}
.actionsDivOne {
    position: relative;
    height: 20px;
    width: 40px;
    display: inline-block;
    /*margin-left: 5px;*/
}


.actionImagesView {
    width: 60%;
}

.actionImages {
    width: 50%;
}

.policyValidationTable {
    border: 0px solid #fff !important;
    border-collapse: separate;
    border-spacing: 0 0.6em;
}

.policyValidationTable .tableHead {
    -webkit-box-shadow: 0 6px 12px 0 rgba(239, 240, 243, 1);
    box-shadow: 0 3px 8px 0 rgba(239, 240, 243, 1);
}

.actionText {

    font-size: 10px;
}

.marginTop54 {
    margin-top: 54px;
}


.tableContent {
    position: relative;
    top: 8px;
    color: black;
    font-size: 16px;
}

.padding-tp {
    padding-top: 16px!important;
}

.padding-rt-0 {
    padding-right: 0px !important;
}

.noRecord-width {
    width: 80px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    color: #777 !important;
}

.datepicker table tr td,
.datepicker table tr th {
    color: #777 !important;
}