﻿.modal dt, .modal dd {
    margin-bottom: 50px;
}

.form-steps {
    display: none;
}
.form-steps.active {
    display: block;
}

.form-group.teaching-union {
    display: none;

}.form-group.teaching-union.active {
    display: block;
}

.form-application-continue {
    margin-left: 20px;
    color: #0080ff;
    font-size: 14px;
    text-decoration: underline;
    transition: color 200ms ease-out;
}
.form-application-continue:hover {
    color: #333333;
}

.form-group p.control-label {
    font-weight: normal;
    letter-spacing: 0;
}
.saved .checkmark {
    opacity: 1;
}

.control-label.varkey-custom-label.col-md-12.required::after {
    content: " *";
    color: #EA2027;
}

.control-label.col-md-12.required:after {
    content: " *";
    color: #EA2027;
}

.col-sm-12.col-form-label.required:after {
    content: " *";
    color: #EA2027;
}

.word-counter {
    color: #faa819;
    text-align: right;
}
.checkmark {
    display: inline-block;
    position: relative;
    top: 5px;
    opacity: 0;
    transition: opacity 200ms ease-in;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #50c878;
    left: 11px;
    top: 6px;
}

.checkmark:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #50c878;
    left: 8px;
    top: 12px;
}

.btn {
    cursor: pointer;
}

.btn-default {
    background-color: #ddd;
}
 
.rtl blockquote { padding: 20px 60px 20px 20px; }

@media (min-width: 425px) {
    .partner-description {
        height: 140px;
        overflow-y: auto;
    }
} 