/* 
Theme Name:		UCB
Template:		hello-elementor
Version:		1.0.0
Text Domain:	ucb-theme
*/

A { transition:0.3s all !important }
P A, SPAN A { font-weight:500; text-decoration:underline !important}
P:last-child { margin-bottom:0 }
H4 { margin:10px 0 }
[type=button], [type=submit], button { border:0 none }

TABLE.dataTable h4 { margin:0 !important; color:var(--e-global-color-primary) }

.hideit { display:none !important }
.notselectable { user-select: none; outline: none; cursor: default }

.site-header + .elementor { min-height:0 !important }

/* ============================================================================= */

@media (min-width:768px) {
	/* DEFAULT TEMPLATE = 18 | SMALL TEMPLATE = 27*/
	BODY.page-template-default .elementor-location-single, BODY.single-mobility .elementor-location-single { margin:100px 40px 40px 340px  }

	/* FULL PAGE TEMPLATE = 86 */
	BODY.elementor-page-86 [data-elementor-id="86"] { margin:30px; min-height:calc(100vh - 60px) !important; display:flex; justify-content:center; align-items: center }
	BODY.elementor-page-86 [data-elementor-type="header"] { display:none !important }
}


/* ============================================================================= */
/* LAYOUT */
#navHeader { position:fixed; z-index:1000 }
#navLeft { position:fixed; z-index:10;  width:300px; height:100vh }
#navTop { z-index:9; width:100vw !important }

#topusericons .elementor-icon-list-item A { flex-direction: row-reverse }
#topusericons .elementor-icon-list-text { text-align:right; line-height:1.2; padding-right:5px}

@media (max-width:767px) {	
	BODY.page-template-default .elementor-location-single, BODY.single-mobility .elementor-location-single { margin:95px 15px 15px 15px  }
	#navLeft { display:none !important}
}


/* ============================================================================= */
/* MAINMENU */
.mainmenu .menu-item { margin-bottom:10px }
.mainmenu .menu-item A I { width:36px; font-size:22px; padding-right:10px; text-align:center}



/* ============================================================================= */
/* ULTIMATE MEMBER */
.um.um-login, .um.um-register, .um.um-password { margin-bottom:0 !important }
.um.um-login label, .um.um-register label, .um.um-password .um-field-block { color:#FFF }
.um-col-alt { display:flex; flex-direction:column; gap:20px}
.um-col-alt .um-half { width:100%; line-height:1.4 }
.um-col-alt .um-clear { display:none }
INPUT#um-submit-btn { background:var(--e-global-color-accent) !important; font-weight:700 !important; text-transform: uppercase !important}
A.um-button { color:#FFF !important; background:var(--e-global-color-primary) !important; font-weight:600 !important } 
A.um-link-alt { color:#FFF !important; }
.um-col-alt-b { padding-top:0 }
.passwordRow > div { display:flex; flex-direction:row; gap:4%}
.passwordRow > div > div { width:100% }



/* ============================================================================= */
/* REGISTRATION */
#calendarContainer .pastBox > .elementor-widget-container { background-color:#EEE !important }
#calendarContainer .pastBox * { color:#AAA !important }
#calendarContainer .pastBox .elementor-icon { fill: #777 !important}
#calendarContainer .activeBox > .elementor-widget-container { background-color:var( --e-global-color-primary ) !important }
#calendarContainer .activeBox * { color:#FFF !important }
#calendarContainer .activeBox .elementor-icon { fill: var(--e-global-color-e792136) !important}

#domainsSelector OPTGROUP.hidden, #domainsSelector OPTION.hidden { display:none }
#domainsSelector.deactivated SELECT { opacity:0.5; pointer-events:none }

#partnersSelector LI.hidden, #partnersSelector.deactivated .acf-input UL { display:none }
#partnersSelector .acf-input { border:1px solid var(--e-global-color-primary); height:200px; overflow-y:auto; border-radius:4px; background:#FFF }



/* ============================================================================= */
/* FORMS */
.acf-fields > .acf-field { border-top:0 none !important }
.acf-field { padding:5px 15px 15px !important }
TD.acf-field { padding:8px 15px !important }
.acf-field.acf-field-acfe-column { padding:0 !important }
.acf-field.acf-field-message { margin:0 !important }

.acf-field .acf-label { margin:0 0 5px !important; color:var(--e-global-color-primary); font-size:16px }
.acf-field .acf-label label { display:inline-block !important }
.acf-field.acf-field-message .acf-label { margin:0 !important }
.acf-field .description { font-size:14px; font-style: italic; font-weight:500; margin:2px 0 10px !important }
.acf-input-wrap { overflow: visible !important}
.acf-input { line-height:1 }
.acf-required { font-size:150% !important; line-height:0 !important; position: relative; top:7px; color:var(--e-global-color-024e154)  }

.acf-error-message { display:none !important }
.acf-field .acf-error-message {
	display:inline-block !important;
    position: absolute; z-index: 1; right:0;
    border: 0 none; padding: 2px 5px !important; margin:0 !important;
	background:#d94f4f !important; color:#FFF !important
}
.acf-field .acf-error-message P { margin:0 !important; font-size:12px !important;  }

.acf-fields.acfe-column-wrapper>.acf-field.acf-field-acfe-column[data-endpoint="1"] { border:0 none !important }
.acf-field.acf-field-message hr { border-top:1px dashed var(--e-global-color-secondary) !important; margin:10px 0 !important }
.acf-field.acf-field-message hr + h4 { margin:20px 0 0 !important}

.acf-field input:not([type='checkbox']):not([type='submit']), .acf-field textarea, .acf-field select:not(.ui-datepicker-month):not(.ui-datepicker-year), .select2-selection {
	width:100%;
	box-sizing: border-box !important;	
	border:1px solid #DDD !important;
	border-bottom-width: 2px !important;
	outline: none !important;
	border-radius: 5px !important;
	margin:0px !important;
	padding: 18px 14px !important;
	color: var(--e-global-color-primary) !important;
	font-size: 15px !important;
	font-weight:500;
	background:#FFF !important;
}
.acf-field input:not([type='checkbox']):not([type='submit']) { height:30px }
.acf-field select:not(.ui-datepicker-month):not(.ui-datepicker-year):not([data-multiple="1"]) { height:39px; padding: 0px 10px !important; }
.acf-field select:placeholder { color:#999 !important }
.acf-field textarea { padding: 9px 14px !important; }

.select2-selection { padding: 6px 14px !important; height:38px !important; } 
.select2-selection__rendered { padding-left:0 !important; padding-right:8px !important }
.select2-container--default .select2-selection--single .select2-selection__clear { font-size:20px }

.select2-container--disabled .select2-selection { background:#EEE !important }
.select2-container--disabled .select2-selection__rendered { color:var(--e-global-color-primary) !important; font-weight: 600 }

.acf-field input:not([type='checkbox']):not([type='submit']):hover, .acf-field textarea:hover, .acf-field select:not(.ui-datepicker-month):not(.ui-datepicker-year):hover, .select2-selection:hover,
.acf-field input:not([type='checkbox']):not([type='submit']):focus, .acf-field textarea:focus, .acf-field select:not(.ui-datepicker-month):not(.ui-datepicker-year):focus, .select2-selection:focus {
	border-color:rgba(11, 60, 195, 0.5) !important;
	background:#FFF !important;
}
.acf-field.acf-error input:not([type='checkbox']):not([type='submit']), .acf-field.acf-error textarea, .acf-field.acf-error select, 
.acf-field.acf-error .select2-selection { border: 1px solid #F00 !important; border-bottom-width:2px !important; background:rgba(255, 0, 0,.2) !important }

UL.acf-checkbox-list, UL.acf-radio-list { padding:0; list-style:none; margin:0 }
UL.acf-checkbox-list LI, UL.acf-radio-list LI { font-size:15px !important; line-height: 39px !important }
.acf-radio-list INPUT, .acf-checkbox-list INPUT, .acf-true-false INPUT { display:none }
.acf-radio-list LABEL, .acf-checkbox-list LABEL, .acf-true-false LABEL { display:block; padding:0; line-height:1.5 }
.acf-radio-list LABEL:before, .acf-checkbox-list LABEL:before, .acf-true-false LABEL:before { 
	font-family: "Font Awesome 5 Free";
    content:"\f111"; font-weight: 400; font-size:20px;
	padding:0 10px;
	color:var(--e-global-color-primary)
}
.acf-radio-list LABEL.selected:before, .acf-checkbox-list LABEL.selected:before { content:"\f058"; font-weight:700; color:var(--e-global-color-primary) }
.acf-checkbox-list LABEL:before, .acf-true-false LABEL:before { content:"\f0c8"}
.acf-checkbox-list LABEL.selected:before, .acf-true-false LABEL.selected:before { content:"\f14a"}

.acf-form-submit { padding:20px 0 0 !important; text-align:center !important }
@media (max-width:767px) {
	.acf-form-submit INPUT { width:calc(100% - 20px); margin:0 10px; padding:10px }
}

.ui-datepicker SELECT { display:inline-block; padding:5px 7px !important }
.acf-date-picker:after { position:absolute; right:10px; top:8px; content:"\f073"; font-weight:400; font-family: "Font Awesome 5 Free"; font-size:20px }
.acf-date-picker .erase_btn { position:absolute; right:30px; top:0; width:30px; height:40px; padding:10px; font-size:15px; font-weight:900; text-align: center; cursor:pointer }

.acf-field-group .acf-fields { background:transparent !important; }
.acf-field-638b69abe5a02 .acf-fields .acf-label { display:none !important}
.acf-field-638b69abe5a02 > .acf-input { margin:-5px -15px -15px !important }


.acf-field.topline { margin-top:25px !important; padding-top:25px !important; border-top:2px dashed var(--e-global-color-primary) !important}

/* registration_doclist field ****************************/
.acf-field-638b6cd620234 .acf-row-handle.remove, .acf-field-638b6cd620234 .acf-actions, .acf-field-638b6cd620234 .acf-row-handle.order { display:none !important }
.acf-field-638b6cd620234 .acf-basic-uploader { display:block }
.acf-field-638b6cd620234 .acf-repeater .acf-fields { border:0 none !important; background:transparent !important }
.acf-field-638b6cd620234 .acf-field { padding:0 !important}

/* file uploader *****************************************/
.acf-basic-uploader { width:100%; cursor:pointer; overflow:hidden; height:100px !important; border:4px dashed var(--e-global-color-primary) !important; background:var(--e-global-color-8505766) !important; transition:all 0.3s }
.acf-basic-uploader:hover { border:4px dashed var(--e-global-color-primary) !important; background:rgba(0,171,179,0.15) !important }
/* .acf-basic-uploader input[type="file"]:before { position:absolute; content: "DRAG & DROP"; z-index:0; bottom:10px;right:20px; font-size:20px; color:#FFF; font-weight:600 } */
.acf-basic-uploader:after { position:absolute; right:20px; bottom:20px; content:"\f574"; font-family: "Font Awesome 5 Free"; font-size:40px; font-weight:900; color:#FFF }

.acf-field.acf-field-file .acf-basic-uploader input[type="file"],
.acf-basic-uploader input[type="file"]:hover, .acf-basic-uploader input[type="file"]:focus { padding-top:200px !important; background:none !important; border:0 none !important; cursor:pointer; }

.acf-file-uploader .file-icon img { width:100%; height:auto }

.acf-error .acf-basic-uploader { background:rgba(0,171,179,0) !important }

.upload_file .filename {
    position: absolute; width: 90%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
	line-height: 1.4; font-size:14px; font-weight:600; text-align: center;
	overflow-wrap: break-word; hyphens: auto;
	pointer-events:none
}


/* ============================================================================= */
/* DATATABLES */
#table_filters { display:flex; flex-direction:row; gap:20px; width:100%; justify-content:space-between; margin:10px 0; float:left; padding:20px; background:var(--e-global-color-secondary) }
#table_filters > DIV { flex:1 1 100%}
#table_filters > DIV LABEL { font-weight:600; text-transform:uppercase; margin-bottom:5px}

.dataTable THEAD TR { background:var(--e-global-color-c82edba); color:#FFF }
.dataTable TH, .dataTable TD { border:0 none }
.dataTable TBODY TR, .dataTable TBODY TD { background:#FFF !important; box-shadow:none !important }

@media (max-width:767px) {
	.dataTables_length { float:left !important }
	.dataTables_filter { float:right !important; margin-top:0 !important }
	#table_filters { flex-direction:column !important}
	.partners_table_wrap { overflow-x:auto; clear:both}
	#partners_table { min-width:500px }
}