﻿.work-box {
    border: 1px solid #e1e1e1;
    padding: 2rem 2rem;
    border-radius: 7px;
}

.cooperation-link:hover .work-box {
    background-color: #e1e1e1;
}

.work-location {
    color: #5c5c5c;
}

.cooperation-link:hover .work-location {
    color: #222;
}

.career-banner {
    /*width: max-content;
    width: -moz-max-content;
    padding: 2rem;
    margin: 2rem;
    background: ;*/
}

.career-box {
    /*min-height:220px;*/
    padding: 2rem;
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
}

.career-loc {
    opacity: 0.75;
    font-size: 1.2rem;
}

.career-des {
    margin: 0;
}

.btn-career {
    padding: 0.5rem 4rem;
}

.career-row {
    justify-content: space-evenly;
}

.career-title {
    font-size: 1.5rem;
}

.btn-opportunity {
    padding: 1rem 4rem;
}

.career-lable-form {
    border: 1px solid;
    width: 100%;
    /*border-radius: 7px;*/
    padding: 1rem;
    border-color: #e1e1e1;
}

.cusom-rd input[type="radio"] ~ label::before, .cusom-rd input[type="radio"] ~ label::after {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radioLbl {
    padding-right: initial !important;
    padding-left: initial !important;
    display: inline-block;
    padding: 1rem;
    margin: 10px 0;
    width: 100px;
    /*font-size: 16pt;*/
    border: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}

input[type="radio"]:checked + .radioLbl {
    background-color: #000;
    color: white;
}

#educationTable, #trainingCourseTable {
    white-space: nowrap;
    border: solid;
    border-width: 1px;
    border-color: black;
    padding: 15px;
    text-align: center;
}

    #educationTable th, #educationTable td, #trainingCourseTable th, #trainingCourseTable td, #languageTable th, #languageTable td, #softwareSkillsTable th, #softwareSkillsTable td, #jobRecordsTable td, #jobRecordsTable th, #addressTable td, #addressTable th {
        border: solid;
        border-width: 8px;
        border-color: white;
        border-spacing: 15px;
        /*width: 150px;*/
        margin: 15px;
        text-align: center;
        border-radius: 8px;
    }

#languageTable th, #languageTable td {
    width: 90px;
}

.head-edu th {
    color: white;
    padding: 4px 10px;
    background-color: black;
}

.table-responsive {
    overflow: auto;
}

.c-checkbox__checkmark {
    top: 10px;
    height: 15px;
    width: 15px;
    left: initial;
    right: 0;
    position: absolute;
    padding: 2px;
    border: 1px solid #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition-timing-function: ease-in-out;
}

.c-checkbox__checkmark-inner {
    display: block;
    width: 0;
    height: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition-timing-function: ease-in-out;
}

@media(max-width:767px) {
    .radioLbl {
        width: initial;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

.career_form hr {
    margin-top: 2rem;
}

.radio-lable {
    opacity: 0;
    position: fixed;
    width: 0;
}
    .radio-lable:checked + span {
        background-image: url('../../../images/icon-boxes/tick.png');
        background-repeat: no-repeat;
        background-position: center center;
        /*background-size: 38px 38px;*/
        background-size: 28px 28px;
    }

.radio-box span {
    display: inline-block;
    padding: 0px;
    height: 38px;
    width: inherit;
    background: none;
    border: none;
    vertical-align: initial;
}

.radio-box {
    display: block;
    margin: auto;
    height: 43px;
    width: 100%;
    border: 1px solid #e1e1e1;
}
/*input[type="radio"] ~ label::before, input[type="radio"]:checked ~ label::after {
    top: 30%;
}*/
.area-career {
    max-height: 250px;
    min-height: 150px;
}
.career_form .text-danger {
    margin-bottom: 2rem;
    margin-top: initial; 
}
.career-box:hover {
    background-color: #ebebebad;
}
.career-formResult h6 {
    padding: 4rem;
}
.field-validation-error {
    display:grid;
    color: #912420;
}
.alert-success {
     background-color: initial; 
    border-color: #a8c26e;
    color: #a8c26e; 
    border: 1px solid #a8c26e;
}
.career-icon{
    font-size:13rem;
}