form#enrol_rtapplication_manage_form tr {
    border-left: 3px solid transparent;
}

form#enrol_rtapplication_manage_form tr.enrol_rtapplication_prioritylist_highlight {
    background-color: darkseagreen !important;
}

.formaction {
    text-align: center;
}

.col-form-label > p,  .col-form-label > label{
    color: black !important;
    font-weight: bold !important;
}

.field-description > p{
    color:#1A1A1D!important;
	font-size:90%!important;
}
.field-description > p a{
    color:#E47976!important;
}

.postulacion .form-group {
    margin-top: 20px;
    border-top: 1px lightgrey solid;
}
/*
.collapsible > div.d-flex{
    display: none !important;
}

.collapsible-actions{
    display: none !important;
}
*/

.moodle-dialogue-base #page {
    padding-top: 10px;
    margin-top: 0px;
}
/*----AÑADIDOS mro MARZO 2024-----*/


.postulacion .form-group {
    margin-top: 20px!important;
    padding-top: 15px!important;
    border-top: 1px solid #007C70!important;
}
.postulacion .form-group .form-control,
.postulacion select.custom-select {
border: 1px solid #007C70!important;  
width:100%!important;
}
.ftoggler h3{
font-size: calc(17px + (22 - 17) * ((100vw - 300px) / (1600 - 300)))!important;
color:#007C70!important;
}
.postulacion .form-group .form-control .field-description p{
color:#222222!important;
font-size:90%!important;
}

#id_category_8,
#id_category_7,
#id_category_6,
#id_category_3,
#id_category_2,
#id_category_1,
#id_category_4,
#id_category_5,
#fitem_id_submitbutton{
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
margin-left:20%!important;
}

@media only screen and (max-width: 767px){
#fgroup_id_profile_field_autoriza_datos,
#fitem_id_profile_field_autoriza_datos_alerta,
#fitem_id_profile_field_firstname,
#fitem_id_profile_field_lastname,
#fitem_id_profile_field_alternatename,
#fitem_id_profile_field_idtype,
#fitem_id_profile_field_idnumber,
#fitem_id_profile_field_birthdate,
#fgroup_id_profile_field_gender,
#fitem_id_profile_field_gender_identity,
#fgroup_id_profile_field_disability_status,
#fgroup_id_profile_field_ethnic_identity,
#fitem_id_profile_field_ethnic_identity_other,
#fitem_id_profile_field_ethnic_affiliation,
#fgroup_id_profile_field_primary_location,
#fitem_id_profile_field_email,
#fitem_id_profile_field_email2,
#fitem_id_profile_field_phone1,
#fitem_id_profile_field_phone1_confirm,
#fgroup_id_profile_field_education_level,
#fgroup_id_profile_field_country,
#fitem_id_profile_field_country_other,
#fitem_id_profile_field_department,
#fitem_id_profile_field_city,
#fitem_id_profile_field_department_region,
#id_category_4,
#id_category_6,
#id_category_5,
#id_category_4,
#id_category_3,
#id_category_2,
#id_category_1,
#fitem_id_submitbutton {
   flex: 0 0 100%;
	max-width: 100%;
	margin-left:0%!important;
	}
}
.mform .form-inline br+label {
 	margin-top: 6px!important;
}
.col-md-9.form-inline.align-items-start.felement input[type="submit"]{
	background: #007C70!important;
	filter: none!important;
	font-weight: 600;
	padding: 15px 30px;
	display: block;
	margin-top: 25px;
	color:#fff;
}