@font-face {
    font-family: 'FormStepFont';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.stepsForm fieldset .form-card {
    border: 0 none;
    border-radius: 0px;
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    position: relative
}

.stepsForm fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.stepsForm fieldset:not(:first-of-type) {
    display: none
}

.stepsForm fieldset .form-card {
    text-align: left;
}

.stepsForm .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

.stepsForm .action-button:hover,
.stepsForm .action-button:focus {
}

.stepsForm .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

.stepsForm .action-button-previous:hover,
.stepsForm .action-button-previous:focus {
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 1.125rem;
    color: #a1a8b8;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    margin: auto;
}

#progressbar .active {
    color: #FFFFFF;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    float: left;
    position: relative;
    text-align: center;
    color: #999999;
}

#progressbar #account:before {
    font-family: 'FormStepFont';
    content: "\f023";
}

#progressbar #personal:before {
    font-family: 'FormStepFont';
    content: "\f007";
}

#progressbar #avisoLegal:before {
     font-family: 'FormStepFont';
     content: "\f0e3";
 }

#progressbar #academicos:before {
    font-family: 'FormStepFont';
    content: "\f19d";
}

#progressbar #payment:before {
    font-family: 'FormStepFont';
    content: "\f09d";
}

#progressbar #redes:before {
    font-family: 'FormStepFont';
    content: "\f1e0";
}

#progressbar #confirm:before {
    font-family: 'FormStepFont';
    content: "\f058";
}

#progressbar #planFormativo:before {
    font-family: 'FormStepFont';
    content: "\f085";
}

#progressbar #competencias:before {
    font-family: 'FormStepFont';
    content: "\f02c";
}

#progressbar #objetivos:before {
    font-family: 'FormStepFont';
    content: "\f05b";
}

#progressbar #actividades:before {
    font-family: 'FormStepFont';
    content: "\f0ea";
}

#progressbar #personaContacto:before {
    font-family: 'FormStepFont';
    content: "\f2b9";
}

#progressbar #datosContacto:before {
    font-family: 'FormStepFont';
    content: "\f086";
}

#progressbar #data:before {
    font-family: 'FormStepFont';
    content: "\f044";
}

#progressbar #level:before {
    font-family: 'FormStepFont';
    content: "\f0cb";
}

#progressbar #offerData:before {
    font-family: 'FormStepFont';
    content: "\f0b1";
}

#progressbar #map:before {
    font-family: 'FormStepFont';
    content: "\f5a0";
}

#progressbar #puesto:before {
    font-family: 'FormStepFont';
    content: "\f4fe";
}

#progressbar #actividadesObjetivos:before {
    font-family: 'FormStepFont';
    content: "\f140";
}

#progressbar #especificaciones:before {
    font-family: 'FormStepFont';
    content: "\f073";
}

#progressbar #puesto:before {
    font-family: 'FormStepFont';
    content: "\f073";
}

#progressbar #lugar:before {
    font-family: 'FormStepFont';
    content: "\f3c5";
}

#progressbar #entity:before {
    font-family: 'FormStepFont';
    content: "\f1ad";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #999999;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1AAAC8;
    color: #FFFFFF;
}

.ck.ck-editor__main {
   min-height: 200px!important;
}

.ck.ck-editor__main .ck.ck-content {
    min-height: 200px!important;
}

label.errorlabel {
    border-bottom: 1px red dotted!important;
}


