table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th, table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}


table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(images/icon_warn.gif);
}

#resume_button {
    color: #062755;
    background: #f0f0f0;
}

#success {
padding: 40px;
font-size: 18px;
line-height: 28px;
color: #181F39;
}

.popup-window .popup-window-titlebar-close-icon {
    right: 20px !important;
    top: 10px !important;
}

.personal-modal-info {
    width: 920px;
    border-radius: 0;
    position: absolute;
    padding: 15px;
    margin: auto;
    background: #fff;
    box-shadow: 2px 6px 21px 6px rgb(83 92 105 / 15%);
    z-index: 10;
}

.personal-info {
    padding: 20px 30px 20px 30px;
    text-align: justify;
}

#mobile-icon-close {
    float: right;
    height: 20px;
    width: 19px;
    display: none;
    padding: 0 0 5px 6px;
}


/*hr-personal-data*/
@media (max-width: 350px) {
    .personal-modal-info {
        width: auto;
        padding: 0;
        left: 9px;
        right: 9px;
        bottom: 100px;
    }

    .personal-info {
        padding: 8px 6px 8px 6px;
    }

    .hr_land p {
        font-size: 11px;
        line-height: 12px;
    }

    .popup-window-close-icon:after {
        display: none;
    }

    #mobile-icon-close {
        float: right;
        height: 25px;
        width: 35px;
        display: block;
        padding: 4px 4px 4px 15px;
    }
}

@media (min-width: 350px) and (max-width: 500px) {

    .personal-modal-info {
        width: auto;
        padding: 0;
        left: 10px;
        right: 10px;
        bottom: 100px;
    }

    .personal-info {
        padding: 9px 6px 9px 6px;
    }

    .hr_land p {
        font-size: 12px;
        line-height: 13px;
    }

    .popup-window-close-icon:after {
        display: none;
    }

    #mobile-icon-close {
        float: right;
        height: 25px;
        width: 32px;
        display: block;
        padding: 3px 3px 5px 12px;
    }
}

@media (min-width: 500px) and (max-width: 993px) {

    .personal-modal-info {
        width: auto;
        padding: 0;
        left: 11px;
        right: 11px;
        bottom: 100px;
    }

    .personal-info {
        padding: 10px 7px 10px 7px;
    }

    .hr_land p {
        font-size: 14px;
        line-height: 15px;
    }

    .popup-window-close-icon:after {
        display: none;
    }

    #mobile-icon-close {
        float: right;
        height: 25px;
        width: 32px;
        display: block;
        padding: 3px 3px 5px 12px;
    }

}

/*hr-application-form*/
@media (max-width: 350px) {
    .popup-window.popup-window-with-titlebar {
        width: auto;
        left: 4px !important;
        right: 4px;
    }
    .popup-window.popup-window-with-titlebar {
        padding: 0 0 30px 0 !important;
    }
    .col-1-2,
    .col-1-3 {
        margin-bottom: 35px;
    }
}

@media (min-width: 350px) and (max-width: 500px) {
    .popup-window.popup-window-with-titlebar {
        width: auto;
        left: 5px !important;
        right: 5px;
    }
    .popup-window.popup-window-with-titlebar {
        padding: 0 0 30px 0 !important;
    }
    .col-1-2,
    .col-1-3 {
        margin-bottom: 35px;
    }
}

@media (min-width: 500px) and (max-width: 993px) {
    .popup-window.popup-window-with-titlebar {
        width: auto;
        left: 6px !important;
        right: 6px;
    }
    .popup-window.popup-window-with-titlebar {
        padding: 0 0 30px 0 !important;
    }
    .col-1-2,
    .col-1-3 {
        margin-bottom: 35px;
    }
}