a {
    text-decoration: unset;
}

.mat20 {
    margin-top: 20px !important;
}

.pat20 {
    padding-top: 20px !important;
}

.pab10 {
    padding-bottom: 10px !important;
}

.pab20 {
    padding-bottom: 20px !important;
}

.pab30 {
    padding-bottom: 30px !important;
}

.pab50 {
    padding-bottom: 50px !important;
}

.pa10 {
    padding: 10px !important;
}

.pa30 {
    padding: 30px !important;
}

.pa40 {
    padding: 40px !important;
}

.btn-cancel {
    background-color: #8e8e8e;
    border: 3px solid #8e8e8e;
    color: #ffffff;
    border-radius: 25px;
    min-width: 30px;
    font-weight: bolder;
    margin: 0 20px;
    font-size: 22px;
}

.btn-cancel:hover {
    color: #8e8e8e;
    background-color: #ffffff;
}

.btn-login {
    clear: both;
    background-color: #e95504;
    color: #ffffff;
    border: 3px solid #e95504;
    border-radius: 25px;
    min-width: 30px;
    font-weight: bolder;
    margin: 0 20px;
    font-size: 22px;
    box-sizing: border-box;
}

.btn-login:hover {
    clear: both;
    color: #e95504;
    background-color: #fff;
}

.copyright-footer {
    background-color: #2C7A30;
    color: white;
    height: 40px;
    padding: 8px;
}

.footer-pc {
    margin-bottom: 70px;
}

.info-footer {
    background-color: #F5F5F5;
    color: black;
    margin-left: 0;
    margin-right: 0;
    font-weight: bolder;
}

.head_title {
    border-bottom: 4px solid #2C7A30;
    padding: 10px 5px 5px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
    display: flex;
}

.applicant-header-info {
    display: flex;
    flex-direction: row-reverse;
}

.applicant-header-logo {
    width: 160px;
}

.applicant-header-logout {
    width: 45px;
}

.info-footer-text-left {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 30px;
}

.info-footer-text-right {
    padding-top: 20px;
    padding-left: 50px;
}

@media only screen and (max-width: 992px) {
    .footer-mb {
        margin-bottom: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .applicant-header-logo {
        margin-left: 50px;
    }

    .applicant-header-logout {
        margin-right: 50px;
    }

    .info-footer-text-left {
        margin-left: 0;
        text-align: right;
    }

    .info-footer-text-right {
        margin-left: 0;
        text-align: left;
    }

    .applicant-header-logo {
        width: 170px;
    }

    .applicant-header-logout {
        width: 50px;
    }
}

.applicant-header-label {
    margin-right: 8px;
}

.applicant-header-label span {
    color: #5e5e5e;
}

.invalid-label {
    color: red;
}

@media only screen and (max-width: 500px) {
    .header-login {
        background-color: #2C7A30;
    }

    .header-login a {
        visibility: hidden;
    }
}

#goto_top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border: 4px solid rgba(230, 230, 230, 0.8);
    border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

#goto_top a {
    display: block;
    background: url("/img/goto_top.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.training-checkbox-custom[type="checkbox"] {
    -webkit-appearance: initial;
    appearance: initial;
    /*margin-left: -20px;*/
    width: 18px;
    height: 18px;
    background: #fff;
    position: relative;
    border: 1px solid #2a7c30;
    margin-bottom: revert;
    margin-right: 3px;
}

.training-checkbox-custom[type="checkbox"]:checked {
    background: green;
}

.training-checkbox-custom[type="checkbox"]:checked:after {
    content: "\2713";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.training-checkbox-custom:focus {
    box-shadow: unset;
}

.change-pass-label {
    text-decoration: none;
    /*color: #5e5e5e;*/
}

.change-pass-label:hover {
    text-decoration: underline;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

input:focus-visible {
    color: #5e5e5e;
    border: 1px solid #e95504;
    outline: 1px solid #e95504;
}

select:focus-visible {
    color: #5e5e5e;
    border: 1px solid #e95504;
    outline: 1px solid #e95504;
}