.result-item {
    margin-top: 0rem;
    padding-bottom: 0.5rem;
}

.result-item-first {
    padding-top: 3rem;
}

.calc-button {
    margin-top: 2rem;
    background-color: #C30F38;
    color: white;
}

.message-top {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
    width: 90%;
}

.message-bot {
    padding-top: 2rem;
    width: 100%;
}

.left-col {
    background-color: #504D4E;
    color: white;
}

.left-col-randstad {
    background-color: #2175D9;
    color: white;
}

.card-title {
    text-align: center;
    margin-bottom: 0rem;
}

.bg-light {
    background-color: transparent!important;
}

.col-sm1 {
    background-color: #C30F38 !important;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm2 {
    background-color: #F7F7F7 !important;
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.label {
    margin-top: .5rem!important;
    margin-left: -15px;
}

.result-label {
    display: flex;
    align-items: center;
}

.body {
    margin: 0;
    font-family: "Segoe UI";
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: 4D4D4D;
    text-align: left;
    background-color: #fff;
}

.row {
    margin: 0;
    font-family: "Segoe UI";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
}

.col {
    margin: 0;
    font-family: "Segoe UI";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    margin-top: 1rem;
    color: #4D4D4D;
    text-align: left;
}

.card-title {
    font-family: "Segoe UI";
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    color: #C30F38;
    margin-bottom: .75rem;
}

.card-subtitle {
    margin: 0;
    font-family: "Segoe UI";
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4D4D4D;
    text-align: left;
}

.card-subtitle-btm {
    margin: 0;
    font-family: "Segoe UI";
    font-size: .7rem;
    font-weight: 400;
    color: #4D4D4D;
    text-align: left;
    line-height: 1.2rem;
}

.btn-primary {
    color: #fff;
    background-color: #C30F38;
    border: none;
}

.btn-primary-randstad {
    color: #0F1941;
    background-color: #FFB511;
    border: none;
}

.btn-danger:hover {
    color: #fff;
    background-color: #E74536;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #F7F7F7;
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.col-10 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    alignment-adjust: central
}

.col-10-randstad {
    color: #0F1941;
}

.radio-row {
    padding-top: 10px;
}

.custom-radio [type="radio"]:checked+label:after {
    border-color: #C30F38;
    background-color: #C30F38;
    border-radius: 1.00rem;
} 

.custom-radio-randstad [type="radio"]:checked+label:after {
    border-color: #FFB511;
    background-color: #FFB511;
    border-radius: 1.00rem;
} 
