﻿.common-popup {
    height: auto;
    width: auto;
    box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 13px 19px 2px rgb(0 0 0 / 14%), 0 5px 24px 4px rgb(0 0 0 / 12%);
    border-radius: 4px;
    overflow: hidden;
}
.common-popup .common-part {
    float: left;
    max-height: 840px;
    width: 1000px;
}
.common-popup .cmn-head {
    float: left;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    background-color: #1a73e9;
}
.common-popup .tlt-cntn {
    display: flex;
    align-items: center;
    grid-gap: 7px;
}
.common-popup .title-txt {
    font-size: 24px;
    font-family: 'Roboto-Medium';
    color: white;
    line-height: 34px;
}
.common-popup .popup-cut {
    color: white;
    cursor: pointer;
}
.common-popup .cmn-cntn {
    width: 100%;
    height: auto;
    display: grid;
    position: relative;
    padding: 15px 0px 15px 15px;
    grid-row-gap: 5px;
}
    .common-popup .cntn-msg {
        font-size: 20px;
        font-family: 'Roboto-Regular';
        padding-left: 15px;
        padding-top: 5px;
    }
.common-popup .cntn-sub-tlt {
    font-size: 20px;
    font-family: 'Roboto-Bold';
    padding-left: 15px;
    padding: 0px;
}
    .common-popup .chk-list {
        padding: 3px 10px;
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
        width: 100%;
        max-height: 560px;
    }
.common-popup .chk-list md-checkbox {
    min-height: unset;
}
.common-popup .chk-list md-checkbox {
    cursor: pointer;
}
.common-popup .chk-list .md-label {
    margin-top: 5px;
}
.common-popup .chk-list .md-label label {
    color: black;
    cursor: pointer;
}
    .common-popup .txt-area-div {
        float: left;
        position: relative;
        width: 100%;
        padding: 15px;
        padding-top: 15px;
    }
.common-popup .txt-area-div md-input-container {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.common-popup .txt-area-div md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    width: auto;
    top: -11px;
    background: white;
    left: 15px;
    overflow: visible;
    color: #302d2d;
    font-weight: 100;
    font-family: 'Roboto-Medium';
    height: 20px;
    transform: translate3d(0,0px,0) scale(1);
    padding: 0px 5px;
    line-height: 20px;
    font-size: 18px;
}
    .common-popup .eng-txt {
        border-radius: 8px;
        font-size: 18px;
        font-weight: 400;
        padding: 12px !important;
        border: 1px solid #b3b3b3;
        width: 100%;
        color: #000;
        min-height: 125px;
        max-height: 156px;
        line-height: 22px;
        overflow-y: auto;
        resize: vertical;
    }
.common-popup md-input-container.md-input-focused .eng-txt {
    border: 1px solid #226bde;
}
.common-popup .txt-area-div.no-remarks md-input-container .eng-txt {
    border: 1px solid #ff5252;
}
.common-popup .cmn-foot {
    float:left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
    padding-top: 0px;
}
.common-popup .foot-btn-part {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}
.common-popup .cmn-foot-btn {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    cursor: pointer;
}
.common-popup .btn-grn {
    background-color: #08a010;
}
.common-popup .btn-red {
    background-color: #fd0200;
}
/*Selected Doc type table Start*/
.common-popup .Reason_region {
    float: left;
    width: 100%;
}
.common-popup .Reason_region .Rsn_Table {
    float: left;
    width: 100%;
}
.common-popup .Rsn_Table table {
    float: left;
    width: 100%;
    border-collapse: unset;
}
.common-popup .Rsn_Table table tr {
    height: 40px;
}
.common-popup .Rsn_Table table th,
.common-popup .Rsn_Table table td {
    border: 1px solid #d0d0d0;
}
.common-popup .Rsn_Table table th,
.common-popup .Rsn_Table table td {
    border-right: none;
}
.common-popup .Rsn_Table table td {
    border-top: none;
}
.common-popup .Rsn_Table table th:last-child,
.common-popup .Rsn_Table table td:last-child {
    border-right: 1px solid #d0d0d0;
}
.common-popup .Rsn_Table table th {
    vertical-align: middle;
    background-color: #e8f0fd;
}
.common-popup .Rsn_Table table th .th_Txt_cntn {
    margin-left: 10px;
    font-weight: 700;
    font-size: 19px;
    color: #2d2d2d;
    padding: 5px;
}
.common-popup .Rsn_Table table td .td_Sno_Txt_cntn {
    margin-left: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #2d2d2d;
    padding: 5px;
}
.common-popup .Suggest-edit-footer {
    border-top: 1px solid gainsboro;
}
/*Selected Doc type table End*/
/*Reject popup - Yokesh - 08/Aug/2023 start*/
.common-popup.file_reject .cmn-cntn {
    padding: 0px;
}
.common-popup .req_final_act {
    float: left;
    width: 100%;
    padding-right: 15px;
    max-height: 520px;
}
.common-popup.file_reject .req_final_act {
    display: none;
}
.common-popup.file_reject .chk-list {
    padding: 10px 15px;
}
.common-popup.file_reject .txt-area-div {
    padding: 20px 15px 15px 15px;
}

/*Selected Doc type table End*/
/*...confirmation popup permit Req.. css Added by vignesh....start...20230818*/
.box_text {
    font-family: Roboto-Medium;
    font-size: 18px;
    font-weight: normal;
}

.common-popup .cntn-msg {
    padding: 0 10px 5px 15px;
}
/*...css Added by vignesh....End...20230818*/