.cma_user_info{
	border:0 !important;
	width:auto !important;
}
.cma_user_info td {
	border:0 !important;
	padding:0 20px 0 0 !important;
}
.cma_company_name {
	font-size:20px;
}
.cma_company_code {
	font-size:12px;
}

.et-learn-more {
	border:1px solid #EBF0F3 !important;
	box-shadow:0px 0px 0 0 transparent !important;
}
.heading-more {
	background: #f9f9f9 !important;
	border:0px !important;
	text-shadow:none !important;
	font-size:20px !important;
	color:#333 !important;
	/*text-transform: uppercase;*/
}
.et_learnmore_arrow {
	
}
.learn-more-content {
	
}
.learn-more-content p.cma_folder{
	margin-bottom:20px;
}
.learn-more-content p.cma_folder a {
	color:#333 !important;
	margin-left:35px;
}
.learn-more-content p.cma_folder a::before {
	content: "";
	background-image: url(https://myarea.comez.com/wp-content/uploads/2022/03/folder.png);
	background-size: 30px 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left:0px;
}
.learn-more-content h3{
	color:#333 !important;
	font-size:18px !important;
}
.learn-more-content ul,li{
	list-style-type:none !important;	
}
.learn-more-content ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #EF4123; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.software_content {
	position: relative;
}


.cma_zip {
	color: #201F1F!important;
}
.cma_zip:hover {
	color: #EF4123!important;
}

#cma-loader {
	position:fixed;
	width:100vw;
	height:100vh;
	background:rgba(255,255,255,0.8);
	z-index:9999999;
	display:none;
	text-align:center;
	padding:20vh 0;
	/*background-image:url(https://myarea.comez.com/wp-content/plugins/myarea-setup/img/spin.gif);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 100px;*/
}

#cma-loader h3 {
	color:#EF4123;
	font-weight:bold;
}

#cma-loader img {
	width:100px;
}

.cma_form table, .cma_form td{
	border:0!important;
	padding-left:0!important;
}

.cma_form .cma_email_input {
	width:100%;
	padding: 5px 20px;
}

.cma_form .cma_unlock_container {
	background: #EE7562;
	float: left;
	margin-right: 10px;
	padding: 6px 20px;
	border-radius: 4px;
	color: #ffffff;
	width:100%;
}
.cma_form .cma_unlock_container div, .cma_form .cma_unlock_container input {
	float:left;
}

.cma_form .cma_unlock_container input {
	width:16px;
	height:16px;
	margin-right:10px;
}

.cma_form .cma_submit_button {
	background:#EF4123;
	border:0px solid #EF4123;
	cursor:pointer;
	padding: 5px 20px;
	border-radius:4px;
	color:#ffffff;
}
.cma_form .cma_submit_button:hover {
	background:#e53212;
}
.cma_form .cma_submit_button:disabled {
	background:#edb3ac;
	cursor: not-allowed;
}

.cma_tab_content h3, .cma_tab_content h4 {
	color:#EF4123;
	margin-bottom:20px;
}

ul.et_pb_tabs_controls {
    background-color: transparent !important;
}
ul.et_pb_tabs_controls::after {
	border:0px !important;
}

.et_pb_tabs_controls li {
	background-size: 36px;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 10px 40px;
	border-radius: 8px 8px 0 0;
}
.et_pb_tabs_controls li.et_pb_tab_active {
	border-top:2px solid #EE7562;
	border-right:2px solid #ffffff;
	border-left:2px solid #ffffff;
	border-bottom:1px solid #EBF0F3;
}

.et_pb_tabs_controls li.et_pb_tab_0 {
    background-image: url(https://myarea.comez.com/wp-content/plugins/myarea-setup/img/user-bianco.png);
}

.et_pb_tabs_controls li.et_pb_tab_active.et_pb_tab_0 {
    background-image: url(https://myarea.comez.com/wp-content/plugins/myarea-setup/img/user-rosso.png);
}

.et_pb_tabs_controls li.et_pb_tab_1 {
    background-image: url(https://myarea.comez.com/wp-content/plugins/myarea-setup/img/verifiy-email-bianco.png);
}

.et_pb_tabs_controls li.et_pb_tab_active.et_pb_tab_1 {
    background-image: url(https://myarea.comez.com/wp-content/plugins/myarea-setup/img/verifiy-email-rosso.png);
}

.et_pb_tabs_controls li.et_pb_tab_2 {
    background-image: url(https://myarea.comez.com/wp-content/plugins/myarea-setup/img/password-bianco.png);
}

.et_pb_tabs_controls li.et_pb_tab_active.et_pb_tab_2 {
    background-image: url(https://myarea.comez.com/wp-content/plugins/myarea-setup/img/password-rosso.png);
}
.myarea_error {
	color:#000000;
	font-weight:bold;
}

/*MOBILE*/
@media (max-width: 767px) {
	.cma_form td, .cma_user_info td {
		width:100%;
		display:inline-table;
	}
	.cma_form input{
		margin-bottom:5px !important;
	}
	.cma_submit_button {
		width:100%;
	}
	.one_half {
		width:96% !important;
	}
}