.moox_cf_to_ajax_modal .moox_cf_to_ajax_modal_inner {
    border: 8px solid var(--awb-color4);
}

.moox_cf_to_ajax_modal .moox_cf_to_ajax_meter {
    height: 28px;
    background: #cdcdcd;
}

.moox_cf_to_ajax_modal .moox_cf_to_ajax_progress {
    background: var(--awb-color4);
}

div#apacs-area-soci-nav {
    display: flex;
    flex-direction: column;
}
div#apacs-area-soci-nav>a.nav{
    padding: 10px;
    margin-bottom: 5px;
    text-decoration: none;
}
div#apacs-area-soci-nav>a.nav:hover {
    cursor: pointer;
}
div#apacs-area-soci-nav>a.nav.active {
    background: var(--awb-color4);
    color: #fff;
}

#apacs-content { display: none; }

#apacs-content .warning {
    border-left: 6px solid #db0a0a;
    padding: 20px;
    color: #db0a0a;
    background: #fbd8d8;
    margin: 20px 0;
}

#forgot-password, #register-new-user, #back-to-login {
    margin: 24px 0 0 0 !important;
    display: inline-block;
    width: 100%;
}
#forgot-password a:before, #register-new-user a:before, #back-to-login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    padding: 0 8px 0 0;
}

/* Impedisce al testo della password di sovrapporsi all'icona */
.password-wrapper input[type="password"],
.password-wrapper input[type="text"] {
    padding-right: 40px !important;
}

#apacs-content .field.checkboxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#apacs-content .field.checkboxes input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
    margin: 0 8px 0 0;
}

#apacs-content input[type="submit"], #apacs-area-soci-nav input[type="submit"] {
    background-color: var(--awb-color4);
    border-collapse: collapse;
    border: 0;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}

#apacs-area-soci-nav input[type="submit"]{
    padding: 10px 26px;
    margin: 20px 0 0 10px;
}

#apacs-area-soci-nav input[type="submit"]:hover {
    cursor: pointer;
}

.message-box {
    margin: 0 0 20px 0;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DEDEDE;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.message-box .notice_title {
    width: 100%;
    padding: 0 0 24px 0;
    letter-spacing: 1px;
    color: #524300;
    font-weight: bold;
}

.message-box.warning_3_urgent .notice_title {
    border-bottom: 1px solid #B71C1C;
}

.message-box.warning_2_important .notice_title {
    border-bottom: 1px solid #F57F17;
}

.message-box.warning_1_normal .notice_title {
    border-bottom: 1px solid var(--smof-green);
}

.message-box .notice_title::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 8px 0 0;
    font-size: 1.2em;
}

.message-box .notice_text {
    width: 100%;
    font-size: 1em;
    padding-bottom: 16px;
}

.message-box.warning_3_urgent .notice_title::before {
    content: "\f071";
    color: #b71c1c;
}

.message-box.warning_2_important .notice_title::before {
    content: "\f06a";
    color: #F57F17;
}

.message-box.warning_1_normal .notice_title::before {
    content: "\f0f3";
    color: var(--smof-green);
}

.message-box .notice_attach {
    width: 100%;
}

.message-box .notice_attach a {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: bold;
    color: #000;
}

.message-box .notice_attach a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    color: #000;
    padding: 0 0 0 8px;
}

.notice_date {
    width: 100%;
    padding: 12px 0 0 0;
    font-size: 0.8em;
    margin: 0 !important;
}

.message-box.warning_3_urgent .notice_date {
    border-top: 1px solid #B71C1C;
}

.message-box.warning_2_important .notice_date {
    border-top: 1px solid #F57F17;
}

.message-box.warning_1_normal .notice_date {
    border-top: 1px solid var(--smof-green);
}

.close-notice {
    float: right;
}

.close-notice::before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    font-weight: 900;
    color: #000;
    font-size: 1.2em;
}

#membership-card-download-button {
    padding: 10px 26px;
    margin: 20px 0 0 10px;
    background-color: var(--awb-color4);
    border-collapse: collapse;
    border: 0;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}


.d100 {
	width: calc(100% - 10px);
	margin: 0px 0px 20px 0px;
	float:left;
}
.d100x {
	margin: 0px 0px 20px 0px;
	background:transparent;
	border:2px solid #8e8e8e;
	width: calc(100% - 20px);
	padding: 10px;
	display:table-cell;
	float:left;
}
.d70 {
	width: 70%;
	margin: 0px 0px 20px 0px;
	padding-right:10px;
	display:table-cell;
	float:left;
}
.d50 {
	width: 50%;
	margin: 0px 0px 20px 0px;
	padding-right:10px;
	display:table-cell;
	float:left;
}
@media only screen and (max-width: 900px) {
    .d50 { width: 100%; }
}
.d50x {
	margin: 0px 0px 20px 0px;
	background:transparent;
	border:2px solid #8e8e8e;
	width: calc(50% - 10px);
	padding: 10px;
	display:table-cell;
	float:left;
	min-height:280px;
}
.d40 {
	margin: 0px 0px 20px 0px;
	width: 40%;
	padding-right:10px;
	display:table-cell;
	float:left;
}
.d30 {
	margin: 0px 0px 20px 0px;
	width: 30%;
	padding-right:10px;
	display:table-cell;
	float:left;
}
.d25 {
	margin: 0px 0px 20px 0px;
	width: 25%;
	padding-right:10px;
	display:table-cell;
	float:left;
}
.d35 {
	margin: 0px 0px 20px 0px;
	width: 35%;
	padding-right:10px;
	display:table-cell;
	float:left;
}

.d20 {
	margin: 0px 0px 20px 0px;
	width: 20%;
	padding-right:10px;
	display:table-cell;
	float:left;
}
.d10 {
	margin: 0px 0px 20px 0px;
	width: 10%;
	padding-right:10px;
	display:table-cell;
	float:left;
}
.d-last {
    margin: 0px !important;
}












.mandatory label::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: 900;
    color: #b10303;
    padding: 0 4px 0 0;
}

.disabled label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    font-size: 0.8em;
    color: #F57F17;
    padding: 0 6px 0 0;
    font-weight: 800;
}






.notes {
    font-size: 12px;
    letter-spacing: 0.6px;
}

.disabled .field input {
    background-color: #ededed !important;
}
/* Elementi comuni a tutti i content */
#apacs-content input[type=text],
#apacs-content input[type=password],
#apacs-content select,
#apacs-content textarea,
.fake-input-text .field {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #dedede;
    border-radius: 0;
    background: #fff;
    letter-spacing: 0.8px;
    font-size: 16px;
    color: #000;
}

/* Per fare i pallini delle password grandi */
#apacs-content input[type=password] {
    font-size: 2em;
}

#apacs-content textarea {
    height: 9em;
}

/* I campi disabilitati hanno sfondo grigio */
.fake-input-text .field {
    background: #efefef;
    font-weight: bold;
}

#apacs-download-member-card input[type="submit"]:hover{
    cursor: pointer;
}