/* Minification failed. Returning unminified contents.
(221,1): run-time error CSS1019: Unexpected token, found '}'
(222,1): run-time error CSS1019: Unexpected token, found '}'
 */
.rdo-list2 input.radio:empty {
    display: none;
}

.fieldHasError {
    border-color: #ee2e24;
    color: #ee2e24;
}

.show-on-mobile {
    display: none;
}

@media screen and (max-width: 480px) {
    .show-on-mobile {
        display: block;
    }
}

#location-list, #skill-list {
    margin-left: 0px;
    list-style-type: none;
}

    #location-list li, #skill-list li {
        width: 50%;
        float: left;
        padding-left: 10px;
    }

.job-detail {
    display: block;
    margin-bottom: 20px;
    border: 1px solid gray;
    padding: 10px;
    margin-top:16px;
}

.new-section {
    border: 1px solid #e6e6e6;
    margin: 20px 0;
}

    .new-section .header-register {
        background-color: #ececec;
        padding: 5px 12px;
    }

    .new-section .edu-list {
        margin: 25px;
    }

    .new-section .edu-box > div:nth-of-type(1) {
        background-color: #ed1c24;
        color: white;
        padding: 5px 10px;
    }

    .new-section .btn-add {
        margin: 0 4%;
        width: 92%;
        color: #f52424;
        background-color: transparent;
        border: 1px solid #f52424;
    }

.new-section {
    border: 1px solid #e6e6e6;
    margin: 20px 0;
}

    .new-section .header-register {
        background-color: #ececec;
        padding: 5px 12px;
    }

    .new-section .work-list {
        margin: 25px;
    }

    .new-section .work-box > div:nth-of-type(1) {
        background-color: #ed1c24;
        color: white;
        padding: 5px 10px;
    }

    .new-section .btn-add {
        margin: 0 4%;
        width: 92%;
        color: #f52424;
        background-color: transparent;
        border: 1px solid #f52424;
    }

    .new-section .btn-remove-company, .new-section .btn-remove-institute {
        position: absolute;
        right: 50px;
        font-weight: 200;
    }


.btn-detail {
    cursor: pointer;
    margin-left:15px;

}
.btn-detail-close {
    display: none;
    cursor: pointer;
    margin-left: 15px;
}
.job-item {

padding:10px 0;
border-bottom:1px solid #ddd;

}

.header-register {
margin-top:25px;
margin-bottom:10px;
font-size:22px;
font-weight:600;
}



#myImg {
  
    cursor: pointer;
    transition: 0.3s;
    z-index:9999;
}
#myZoom{
    cursor: pointer;
    transition: 0.3s;
    z-index: 99999999;
}


/* The Modal (background) */
.zoom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.zoom-content {
    margin: auto;
    display: block;
    width: 80%;
    margin-left:10%;
    max-width: 700px;
}



/* Add Animation */
.zoom-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.3s;
    animation-name: zoom;
    animation-duration: 0.3s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.zoom-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    padding:10px;
}

    .zoom-close:hover,
    .zoom-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .zoom-content {
        width: 100%;
        margin-left: 0;
    }
}
}
}

