

    table td, table th {
        vertical-align: middle;
        font-size: 13px;
    }


    table td button {
        font-size: 13px;
    }

    .VueTables__row {
        height: 10px;
    }

    .main-container {
        width: 95%;
        margin: 0 auto;
    }

    .main-container .user-button {
        text-align: right;
        width: 100%;
        margin: 20px 0px 30px 0px;
    }

    .main-container .user-button .breadcrumb-1 {
        padding: 0;
        margin: 0px;
        margin-top: 20px;
        margin-left: 40px;
    }

    .main-container .user-button .breadcrumb-1 li {
        display: inline-block;
        font-size: 14px;
        margin-right: 10px;
        color: #b2bec3
    }

    .main-container .user-button .breadcrumb-1 li:first-child {
        color: #000;
    }

    .main-container .user-button .breadcrumb-1 li i {
        font-size: 5px;
        vertical-align: middle;
    }

    .main-container .user-button button {
        padding: 10px 15px;
        margin-right: 20px;
        background: #fff;
        font-size: 14px;
        border: none;
        box-shadow: 1px 2px 3px #636e72;
        font-weight: 600;
    }
    .main-content .main-content-header button {
        padding: 9px 10px;
        margin-right: 20px;
        background: rgba(45, 206, 137, 1);
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        border: none;
        box-shadow: 1px 2px 3px #636e72;
    }

    .main-content {
        background: #fff;
    }

    .main-content .main-content-header {
        padding: 15px 20px 10px 20px;
        border-bottom: 1px solid #ecf0f1;
        vertical-align: baseline;
        margin-bottom: 20px;
    }

    .main-content .main-content-header h2 {
        padding: 0px;
        margin: 0px;
        font-size: 25px;
    }

    .main-content .report-button a {
        margin: 0px;
        vertical-align: middle;
        padding: 4px 10px;
        color: #fff;
        background: #3498db;
        cursor: pointer;
    }

    .main-content .report-button a:hover {
        color: #fff;
        background: #2980b9;
    }

    .main-content .report-button button {
        color: #fff;
        background: rgba(45, 206, 137, 1);
        vertical-align: middle;
        padding: 2px 10px;
        border: none;
    }

    .main-content .report-button button:hover {
        color: #fff;
        background: #27ae60;
    }

    .main-content .main-content-table {
        padding: 0px 20px;
    }

    .main-container .modal .modal-dialog .modal-content .modal-header h5 {
        font-size: 15px;
        color: #20bf6b;
    }

    .main-container .modal .modal-dialog .modal-content .modal-body label {
        font-size: 15px;
        font-weight: normal;
    }

    .main-container .modal .modal-dialog .modal-content .modal-footer button {
        padding: 10px 15px;
        background: #26de81;
        color: white;
        border: none;
    }

    .main-container .modal .modal-dialog .modal-content .modal-footer button:hover {
        background: #20bf6b;
    }

    .main-container .modal .modal-dialog .modal-content .modal-footer .close_btn {
        color: #000;
        background: #fff;
        transition: ease 0.2s;
    }

    .main-container .modal .modal-dialog .modal-content .modal-footer .close_btn:hover {
        color: #fff;
        background: #535c68;
    }

    @media screen and (max-width: 990px)  {
        .main-container {
            width: 100%;
        }
    }

    .steps-container {
        width: calc(600px - 4px);
        margin: 0 auto 20px;
        background: #fff;
        padding: 30px 0px;
        box-shadow: 3px 3px 5px #95a5a6;
        text-align: center;
    }

    .steps-container .step-box {
        display: inline-block;
        position: relative;
        width: 120px;
        margin-left: -10px;
        vertical-align: middle;
    }

    .steps-container .step-box:last-child {
        width: auto;
    }

    .steps-container .step-box .circle {
        position: relative;
        width: 35px;
        height: 35px;
        background: #95a5a6;
        color: white;
        font-size: 15px;
        border-radius: 50%;
        z-index: 5;
    }

    .steps-container .step-box .circle .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0px;
    }

    .steps-container .step-box .circle .check {
        margin-top: 10px;
        color: #fff;
    }

    .steps-container .step-box .line {
        position: absolute;
        top: 45%;
        z-index: 2;
        padding: 2px;
        background: #95a5a6;
        width: 100%;
    }

    .step-box .circle.active, .step-box .line.active {
        transition: ease-in 0.5s;
        background: rgba(45, 206, 137, 1);
    }


    .steps-container .step-box .step-label {
        background: transparent;
        position: absolute;
        top: -17px;
        color: black;
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    .steps-container .step-box i {
        margin-bottom: 35px;
        font-size: 18px;
        font-weight: bold;
        color: rgba(45, 206, 137, 1);
    }


    .main-container .pds_page_1_form,
    .main-container .pds_page_2_form,
    .main-container .pds_page_3_form,
    .main-container .pds_page_4_form ,
    .main-container .pds_page_5_form{
        display: none;
    }

    .pds_page_1_form,
    .pds_page_2_form,
    .pds_page_3_form,
    .pds_page_4_form,
    .pds_page_5_form {
        width: 80%;
        margin: 0 auto;
        padding: 30px;
        background: white;
    }

    @media all and (max-width: 1280px) {
        .pds_page_1_form,
        .pds_page_2_form,
        .pds_page_3_form,
        .pds_page_4_form,
        .pds_page_5_form {
            width: 100%;
        }
    }

    .pds_page_1_form, .pds_page_2_form, .pds_page_3_form {
        display: none;
    }

    .pds_page_1_form .pds-header {
        position: relative;
        border: 2px solid #000;
        padding: 2px;
    }

    .pds_page_1_form .pds-header h3,
    .pds_page_1_form .pds-header h4,
    .pds_page_1_form .pds-header h5,
    .pds_page_1_form .pds-header p {
        margin: 0;
        padding: 0;
    }

    .pds_page_1_form .pds-header h3,
    .pds_page_1_form .pds-header h4 {
        font-style: italic;
        font-weight: 600;
    }

    .pds_page_1_form .pds-header h3 {
        font-size: 18px;
    }

    .pds_page_1_form .pds-header h4 {
        font-size: 12px;
    }

    .pds_page_1_form .pds-header p {
        font-size: 12px;
        font-weight: 600;
    }

    .pds_page_1_form .pds-header h5 {
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .pds_page_1_form .pds-header p .box{
        height: 1px;
        padding: 0 7px;
        border: 1px solid #000;
    }


    .pds_page_1_form .pds-header .csid {
        position: absolute;
        right: 5px;
        bottom: 0;
        width: 250px;
        font-size: 12px;
        border: 1px solid #000;
        display: flex;
        justify-content: space-between;
    }

    @media all and (max-width: 1280px) {
        .pds_page_1_form .pds-header .csid {
            position: static;
            float: right;
        }
    }

    .pds_page_1_form .pds-header .csid .csid_box,
    .pds_page_1_form .pds-header .csid .csid_box_1 {
        padding: 1px;
    }

    .pds_page_1_form .pds-header .csid .csid_box {
        background: gray;
        border-right: 1px solid #000;
    }

    /* personal info box */



    .pds_container .pds_container_header {
        background: gray;
        border: 2px solid #000;
        border-top: 0;
        border-bottom: 0;
        color: #fff;
    }

    .pds_container .pds_container_header i {
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .pds_container .pds_container_header p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
    }

    .pds_container .pds_container_body {
        background: #fff;
    }

    .pds_container .pds_container_body table {
        width: 100%;
        font-size: 12px;
        border-collapse: collapse;
        border: 2px solid #000;
    }

    .pds_container .pds_container_body table tr th,
    .pds_container .pds_container_body table tr td {
        word-wrap: break-word;
    }

    .pds_container .pds_container_body table input,
    .pds_container .pds_container_body table select {
        width: 100%;
        padding: 5px;
        border: 0;
        font-weight: normal;
        font-size: 12px;
        background: transparent;
        text-transform: uppercase;
    }
    /*
    .pds_container .pds_container_body table input:focus {
        outline: none;
    } */

    .pds_container .pds_container_body table tr th,
    .pds_container .pds_container_body table tr .name_extension
    {
        background: #eaeaea;
    }

    .pds_container .pds_container_body table tr th {
        width: 15%;
        padding-left: 10px;
        font-weight: normal;
    }

    .pds_container .pds_container_body table tr .name_extension {
        width: 18%;
    }

    .pds_container .pds_container_body table tr td {
        position: relative;
        border-bottom: 2px solid #000;
        border-left: 2px solid #000;
        border-right: 2px solid #000;
        text-transform:  uppercase;
    }

    .pds_container .pds_container_footer {
        background: #eaeaea;
        border-left: 2px solid #000;
        border-right: 2px solid #000;
    }

    .pds_container .pds_container_footer p {
        text-align: center;
        font-size: 12px;
        font-style: italic;
        color: red;
        margin: 0;
        padding: 0;
    }

    .pds_container .pds_container_body table:nth-child(2),
    .pds_container .pds_container_body table:nth-child(3),
    .pds_container .pds_container_body table:nth-child(4),
    .pds_container .pds_container_body table:nth-child(5) {
        border-top: 0;
    }

    #reference tr th,
    #reference tr td,
    .declaration {
        border: 2px solid #000;
        border-top: 0;
        font-size: 12px;
    }

    #reference tr td {
        text-transform: uppercase;
    }

    #reference tr td input {
        width: 100%;
        padding: 5px;
        border: 0;
        background: transparent;
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase;
    }

    .declaration {
        padding: 4px;
        background: #eaeaea;
    }

    .gov_issued_id {
        border: 2px solid #000;
        border-top: 0;
        border-right: 0;
    }

    .bottom_table {
        width: 100%;
    }

    .bottom_table tr th {
        background: #eaeaea;
    }

    .bottom_table tr th,
    .bottom_table tr td {
        border: 2px solid #000;
        font-size: 11px;
        font-weight: normal;
    }

    .bottom_table tr td input {
        width: 100%;
        padding: 5px;
        border: 0;
        background: transparent;
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase;
    }

    .picture_box {
        width: 90%;
        border: 2px solid #000;
        text-align: center;
        padding: 10px;
        font-size: 10px;
    }

    .picture_box p {
        padding: 0;
        margin: 0 0 5px;
    }




    /*  NEXT PREVIOUS BUTTON */


    .main-container .user-btn {

        padding: 15px 0;
        text-align: center;
    }

    .main-container .user-btn button {
        width: 120px;
        padding: 8px 0px;
        border: none;
        border-radius: 2px;
        background: #27ae60;
        color: white;
    }

    .main-container .user-btn button:first-child {
        background: none;
        color: #000;
        margin-right: 10px;
    }

    .main-container .user-btn button:first-child:hover {
        background: #636e72;
        color: #fff;
        text-transform: uppercase;
    }

    .main-container .user-btn .next.disabled, .main-container .pds-main-content .user-btn .previous.disabled {
        background: #636e72;
    }

    .invalid {
        border-bottom: 2px solid #d63031 !important;
        border-radius: 2px !important;
    }

    .err {
        display: none;
        font-size: 12px;
        text-transform: uppercase !important;
        margin-left: 5px;
        color: #d63031;
    }

    #child_add_button,
    #education_add_button,
    #eligibility_add_button,
    #work_experience_add_button,
    #voluntary_works_add_button,
    #learning_development_add_button,
    #other_information_add_button,
    #reference_add_button,
    #save,
    #cancel {
        width: 100%;
        z-index: 1000;
        padding: 5px;
        text-align: center;
        background: #27ae60;
        color: #fff;
        border: none;
    }

    #save {
        background: #0984e3;
    }

    #cancel {
        background: #d63031;
    }

    #btn_custom {
        width: 100%;
        padding: 7px 15px;
        background: dodgerblue;
        color: #fff;
        font-size: 14px;
        border: none;
        box-shadow: 1px 2px 3px #636e72;
        font-weight: 600;
    }

    #child-name, #child_birthdate {
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .modal-body .err {
        font-size: 12px;
    }

    .error_message {
        font-weight: bold;
        font-size: 12px;
        color: #d63031;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #27ae60;
    }

    .main-container .applicant-step {
        margin: 0 auto;
        width: 70%;
    }

    .applicant-step .applicant-step-box {
        display: flex;
        list-style: none;
    }

   .applicant-step-box-item{
       padding: 0 20px;
       flex-basis: 0;
       -webkit-box-flex: 1;
       -ms-flex-positive: 1;
       flex-grow: 1;
       max-width: 100%;
       display: flex;
       flex-direction: column;
       text-align: center;
       position: relative;
    }

    .applicant-step-box-item + .applicant-step-box-item:after {
        content: "";
        width: 100%;
        height: 3px;
        background: #2dce89;
        position: absolute;
        top: 18px;
        transform: translateX(-50%);
    }

    .applicant-step-box-number {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: 600;
        margin: 0 auto;
        position: relative;
        z-index: 10;
        font-size: 20px;
        color: white;
        background: #2dce89;;
    }

    .applicant-step-box-label {
        font-size: 13px;
        margin-top: 10px;
    }

    .active-box ~  .applicant-step-box-item:after {
        background: #dfe6e9;
    }

    .active-box ~ .applicant-step-box-item .applicant-step-box-number {
        background: #dfe6e9;
    }

    .active-box ~ .applicant-step-box-item .applicant-step-box-label {
        opacity: 0.5;
    }

    .table_requirements {
        width: 100%;
    }

    .table_requirements thead tr th {
       font-size: 15px;
        font-weight: normal;
        padding: 10px;
        background: #81ecec;
    }

    .table_requirements tbody tr td {

    }

    .VueTables__child-row-toggler--closed::before {
        font-size:18px;
        content: "+";
    }

    .VueTables__child-row-toggler--open::before {
        font-size:18px;
        content: "-";
    }

    div[class^='VueTables__limit'] {
        display: none !important;
    }












