/*~ api/css/style.css
.---------------------------------------------------------------------------.
|  Software: Vitaliano E-commerce Solution                                  |
|  Version: 1.0.0                                                           |
|  Site: https://www.imister.it      			     				        |
| ------------------------------------------------------------------------- |
|  Admin: vitaliano s.r.l.s.					                            |
|  Author:Vitaliano Cosentino | vitaliano@me.com						    |
|  Copyright (c) 2024 vitaliano cosentino                                   |
| ------------------------------------------------------------------------- |
|  License: Software Proprietario									        |
|  Divieto assoluto di copia, distribuzione e modifica del file.            |
'---------------------------------------------------------------------------'
 * Vitaliano E-commerce Solution 
 * @version 1.0
 * @package Forme
 * @author Vitaliano Cosentino
 * @copyright 2024 vitaliano s.r.l.s.
 * @license licenza prorietaria
 **/
html{
	 overflow-x: clip;
 }
 body {
	 /* overflow-x: hidden;
	 overflow-y: scroll;  has to be scroll, not auto */ 
	 -webkit-overflow-scrolling: touch;
	 margin: 0;
	 background: #f1f1f1;
 }
 .stop_scroll{
	 overflow: hidden !important;
 }
 a { outline: none; text-decoration: none; }
 a:hover { text-decoration: none; }
 
 *:focus {
	 outline: none;
	 text-decoration: none;
 }
 h2 {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
 }
.align_center{
	text-align: center;	
}
/* COLOR */
.c_dark {
	color: #242424;
}
.c_middle {
	color: #828282;
}
.c_light {
	color: #f1f1f1;
}
.c_white {
	color: #fff;
}
.c_red{
	color: #d00000;
}
.c_green{
	color: green;
}

/* BACKGROUND */
.bg_dark{
	background-color: #242424;
	color: #fff;
}
.bg_middle{
	background-color: #424242;
	color: #f1f1f1;
}
.bg_light{
	background-color: #fff;
	color: #242424;
}
.bg_white{
	background-color: #fff;
	color: #242424;
}
.bg_green{
	background-color: green;
	color: #fff;
}
.bg_red{
	background-color: #d00000;
	color: #fff;
}

/* HOVER */
.hc_dark:hover {
	color: #000;
}
.hc_light:hover {
	color: #424242;
}
.hbg_dark:hover {
	background-color: #242424;
	color: #fff;
}
.hbg_light:hover{
	background-color: #f1f1f1;
	color: #242424;
}

/* EFFECTS */
.shadow {
	-webkit-box-shadow: -1px 1px 5px 0px rgba(136,136,136,1);
	-moz-box-shadow: -1px 1px 5px 0px rgba(136,136,136,1);
	box-shadow: -1px 1px 5px 0px rgba(136,136,136,1);
}
/* ______________________________________ */
/* ______________________________________   LOADING */
.windowload {
	height: 100%; 
	position: fixed; 
	width: 100%; 
	z-index: 8999; 
}
.loading_logo {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -150px;
	margin-top: -150px;
	background-image: url('../../imapp/media/images/logo_loading.png');
	background-repeat: no-repeat;
}
.site_loading {
	position: absolute;
	background-color: #4b9983;
}
.loading_bottom,
.loading_top {
	width: 100%;
}
.loading_top {
	top: -150px;
	height: 30%;
}
.loading_bottom {
	bottom: -150px;
	height: 70%;
}
.loading_left,
.loading_right {
	width: 50%;
	height: 100%;
}
.loading_left {
	left: -150px;
}
.loading_right {
	right: -150px;
}
span.loading {
	animation: bit 1s ease-out;
	animation-iteration-count: infinite;
	background: none;
	border: 2px solid #EAE7DF;
	border-radius: 100%;
	content: '';
	height: 40px;
	left: 50%;
	margin: 0 0 0 -22px;
	opacity: 0;
	padding: 0;
	position: absolute !important;
	text-indent: -1000em;
	top: 50% !important;
	width: 40px;
	z-index: 4;
	-webkit-animation: bit 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: bit 1s ease-out;
	-moz-animation-iteration-count: infinite;
}
@-webkit-keyframes bit {0% { -webkit-transform:scale(.1); opacity: 0.0;}50% { opacity:1;}100% { -webkit-transform:scale(1.2); opacity:0;}}
@-moz-keyframes bit {0% { -moz-transform:scale(.1); opacity: 0.0;}50% { opacity:1;}100% { -moz-transform:scale(1.2); opacity:0;}}
@keyframes bit {0% { transform:scale(.1); opacity: 0.0;}50% { opacity:1;}100% { transform:scale(1.2); opacity:0;}}

/* ______________________________________ */
/* ______________________________________   HEADER  */
header.header_exercise,
header.header_main{
	height: 30px;
	background-color: #82b7a9;
}
#header_container {
	position: relative;
	float: right;
	height: 20px;
	margin-top: 5px;
}
button.imister_desk{
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 100%;
	cursor: pointer;
}
/* ______________________________________ */
/* ______________________________________   PAGE  */
#page_container{
	position: relative;
	/* margin: 20px auto;
	padding: 0 2%; */
	width: 100%;
	/* max-width: 1280px; */
	flex-direction: column;
}
 
#page_core{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#page_header{
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #383838;
}
#page_header h2{
	padding-left: 0;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 100;
}
#page_header a.backUrl{
	top: 0 !important;
}
#page_sidebar{
	position: relative;
	align-items: flex-start;
	width: 15%;
	min-width: 145px;
	display: flex;
}
#page_sidebar.ps_faq{
	width: 30% !important;
	min-width: 300px !important;
}
#page_sidebar_content{
	position: sticky;
	top: 0;
	margin: 0;
	padding: 0;
}
#page_sidebar h2{
	font-weight: 100; 
}
#page_content{
	position: relative;
	width: calc(85% - 25px);
	padding-left: 0 !important;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	margin:0 10px;
	border: none !important;
	padding-top: 40px;
}
#page_content.pco_faq{
	width: calc(70% - 25px) !important;
}
#im_desk,
#im_logo{
	width: 20%;
	height: 80px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
}
#im_logo{
	left: 0;
}
#im_desk{
	background-color: #4b9983;
	left: 40%;
}
button#user_registration{
	width: 90%;
	height: 60px;
	border: none;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 5%;
	padding: 0;	
	border-radius: 5px;
	background-color: #fd3;
	color: #000;
	cursor: pointer;
}
button#user_registration:hover{
	background-color: #282828;
	color: #fff;
}
#im_desk img,
#im_logo img {
	height: 60px;
	width: 137px;
	margin: 10px 0;
}
#im_club{
	position: relative;
	float: right;
	display: inline-block;
	height: 80px;
	width: 20%;
	padding-right: 10px;
}
#im_club_image{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 20px;
	top: 10px;
}
#im_club_image img{
	width: 100%;
}
#im_club_image input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#im_club_name {
	width: calc( 100% - 80px );
	height: 40px;
	position: absolute;
	right: 80px;
	top: 20px;
}
#im_club_name h2{
	line-height: 40px;
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
	color: #fd3;
}
#box_breadcrumbs{
	position: absolute;
	top: 10px; left: 0; right: 0;
	height: 40px;
}
.bread_guest,
.bread_alert{
	height: 30px;
	line-height: 30px;
	width: 100%;
	background-color:  #d0342c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}
.bread_guest{
	background-color:  #fd3 !important;
	color: #000 !important;
}
#send_subscription,
.ico_alert{
	background-color:  #d0342c !important;
	color: #fff;
}
/* ______________________________________ */
/* ______________________________________   POPUP  */
#big_popup_container,
#popup_container{
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
	display: none;
	z-index: 999;
}
#popup_bg{
	position: absolute;
	opacity: 0.5;
	top: 0;left: 0;
	bottom: 0;right: 0;
}
#popup_content {
	position: absolute;
	top: 40px; bottom: 40px;
	left: 20%;
	width: 60%;
}
a.big_popup_close,
a.popup_close {
	position: absolute;
	top: -30px;
	right: 0;
	width: 30px;
	height: 30px;
	background-color: #fd3;
	color: #000;
	background-image: url('../../imapp/media/icon/close.png');
	background-size: 30px 30px;
}
a.big_popup_close{
	top: 0 !important;
	z-index: 1;
	width: 50px !important;
	height: 50px !important;
	background-size: 50px 50px !important;
}
a.big_popup_close:hover,
a.popup_close:hover {
	background-color: #4b9983;
}
#big_popup_content{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	padding: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.box_popup {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	overflow: scroll;
}
.popup_loading {
	display: none
}
.pop_content h1,
.pop_content p {
	text-align: center;	
}
.pop_content h1 {
		
}
.pop_content p {
	font-size: 120%	
}
.pop_image img{
	width: 100%;
	margin-top: 20px;
} 

/* ______________________________________ */
/* ______________________________________   FORM INPUT  */
#login_container a,
#login_container input{
	margin-right: 10px;
}
#login_container button{
	margin-right: 10px;
	background-color: #fd3;
	color: #282828;
	border: none;
	border-radius: 5px;
	font-weight: bold;
}
.box_submit{
	padding: 10px;
}
.box_delete{
	text-align: center;
}
.box_submit_registration{
	text-align: center;
}
.box_submit_registration input{
	height: 50px;
	padding: 5px 40px;
	display: inline-block;	
	background-color: #fd3;
	border-radius: 5px;
	color: #282828;
	font-weight: bold;
	font-size: 120%;
	border: none;
	cursor: pointer;
}
#login_container button:hover,
.box_submit_registration input:hover{
	background-color: #282828;
	color: #fff;
}
.box_submit a{
	margin: 5px;
	height: 40px;
	line-height: 40px;
	padding: 10px 20px;
	background-color: #282828;
	border-radius: 5px;
	color: #fff;
	font-size: 100%;
} 
a#verify_email{
	background-color: #d0342c;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px;
}
.box_submit input{
	height: 40px;
	padding: 5px 20px;
	display: inline-block;	
	background-color: #282828;
	border-radius: 5px;
	color: #fff;
	font-size: 100%;
	border: none;
	cursor: pointer;
}
.box_submit a:hover,
.box_submit input:hover{
	background-color: #fd3;
	color: #000 !important;
}
.box_delete input{
	background-color: #bc4040 !important;
}
.box_privacy{
	text-align: center;
	margin: 20px 0;
}
.box_input{
	margin: 10px;
	height: 60px;
	width: calc(50% - 20px);
	display: inline-grid;
}
.box_input_100{
	margin: 10px;
	width: calc(100% - 20px);
	display: inline-grid;
}
.box_input_33{
	margin: 10px;
	height: 60px;
	width: calc(33% - 20px);
	display: inline-grid;
}
.box_input_25{
	margin: 10px;
	height: 60px;
	width: calc(25% - 20px);
	display: inline-grid;
}
.box_app_weekday{
	margin: 0 10px;
	padding: 20px 0;
	width: calc(14% - 20px);
	display: inline-block;
}
.box_input_33 label,
.box_app h4,
.box_app_weekday label,
.box_input_100 label,
.box_input_33 label,
.box_input_25 label,
.box_input label{
	width: 100%;
	font-size: 90%;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box_input_33 input,
.box_input_33 select,
.box_input_100 input,
.box_input_100 select,
.box_input select,
.box_input input{
	width: calc(100% - 10px);
	height: 30px;
	padding: 0 0 0 10px;
	margin-top: 5px;
	border: 1px solid #e1e1e1;
}
.box_input_100 textarea,
.box_input textarea{
	width: calc(100% - 10px);
	height: 30px;
	padding: 10px 0 0 10px;
	margin-top: 5px;
	border: 1px solid #e1e1e1;
}
.box_input_100 select{
	width: 100% !important;
}
.box_input_100 select,
.box_input_33 select,
.box_input_25 select,
.box_input select{
	appearance: none;
	padding: 0 30px 0 10px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	background-image: url('../../imapp/media/icon/downselect.png');
	background-position: right;
	background-repeat: no-repeat;
}

.box_app_weekday input{
	height: 50px;
	margin-right: 10px;
}
.box_app h4{
	margin: 10px 0 0 0;
	padding-left: 10px;
}
.box_title {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	margin-bottom: 10px;
}
.box_title h2{
	width: calc( 100% - 85px );
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding-left: 50px;
	font-size: 100%;
	text-transform: uppercase;
}
.box_title_img {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 5px;
	top: 5px;
	background-color: #4b9983;
	color: #282828;
	border-radius: 5px;
}
.box_p{
	padding: 10px;
}
.img_alert{
	background-image: url('../../imapp/media/icon/alert.png');
}
.img_new{
	background-image: url('../../imapp/media/icon/modify_w.png');
	background-size: 30px 30px;
}
/* ______________________________________ */
/* ______________________________________   SUBSCRIPTION  */
.pc_main > #page_core > #offer_container{
	width: 100%;
}
.pc_admin > #page_core > #offer_container{
	width: 600px;
	margin: 20px auto;
}
#subscription_title{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#subscription_title h1{
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background-color: #4b9983;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
}
#subscription_title h1.club{
	background-color: #fd3 !important;
}

#subscription_title p{
	text-align: center;
	padding: 10px 20px;
	color: #282828;
	font-size: 140%;
	line-height: 140%;
	margin: 0;
}
#offer_container h6{
	text-align: center;
}
#offer_container table{
	width: 100%;
	table-layout: fixed;
}
#offer_container table td{
	height: 30px;
	text-align: center;
}
#offer_container table td.linet{
	border-top: 1px solid #282828;
}
#offer_container table tr.lineb{
	border-bottom: 1px solid #282828;
}
#offer_container table td.pprova,
#offer_container table td.pclub,
#offer_container table td.eclub,
#offer_container table td.eprova{
	border-left: 1px solid #282828;
	border-right: 1px solid #282828;
}
#offer_container table td.elenco{
	border-left: 1px solid #282828;
}
#offer_container table td.pmister,
#offer_container table td.pclub,
#offer_container table td.elenco{
	font-weight: bold
}
#offer_container table thead th{
	height: 50px;
	font-size: 140%;
	text-align: center;
}
#offer_container table td.bprova button{
	color: #fff;
	background-color: #c1c1c1;
}
#offer_container table thead th.prova{
	color: #c1c1c1;
	background-color: #fff;
	border: 1px solid #282828;
}
.srb_mister,
#offer_container table td.bmister button{
	color: #fff;
	background-color: #4b9983;
}
#offer_container table thead th.mister{
	color: #4b9983;
	background-color: #fff;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}
.srb_club,
#offer_container table td.bclub button{
	color: #fff;
	background-color: #fd3;
}
#offer_container table thead th.club{
	color: #fd3;
	background-color: #fff;
	border: 1px solid #282828;
}
#offer_container table tbody tr:nth-child(even){
	border-top: 1px solid #e1e1e1; 
	border-bottom: 1px solid #e1e1e1; 
	background-color: #e1e1e1;
}
#offer_container table tr.trbutton{
	height: 50px;
	background-color: initial !important;
	border: none !important;
}
#offer_container table td button{
	height: 40px;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-weight: bold;
}
#offer_container table td button:hover{
	background-color: #282828;
	color: #fff;
}
h2.sub_costo{
	font-size: 200%;
	text-align: center;
}
.sub_radio_box{
	display: inline-block;
	width: calc( 50% - 10px );
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 120%;
	border-radius: 5px;
}
.srb_club{
	margin-left: 10px;
}
.srb_mister{
	margin-right: 10px;
}
.promo_code_container {
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #888; 
}
/* ______________________________________ */
/* ______________________________________   MOBILE */
@media screen and ( min-width: 120px ) and ( max-width: 1024px ) {
	/* ______________________________________ */
	/* ______________________________________   HEADER  */
	header.header_exercise,
	header.header_main{
		height: 50px;
	}
	#header_container {
		height: 40px;
		width: 100%;
	}
	#im_club,
	#im_desk, 
	#im_logo{
		width: 50%;
	}
	#im_desk{
		left: 50%;
	}
	#im_club{
		position: absolute !important;
		left: 0;
		padding: 0 !important;
	}
	#login_container{
		width: calc(100% - 10px);
		margin-left: 10px;
		position: relative;	
	}
	#login_container input{
		height: 30px;
		text-align: center;
		width: calc(50% - 60px);
	}
	#login_container button{
		height: 35px;
		width: 50px;
		text-align: center;
		padding: 0;
		font-size: 80%;
	}
	/* ______________________________________ */
	/* ______________________________________   POPUP  */
	#popup_content{
		width: 100% !important;
		left: 0 !important;
		top: 80px !important;	
		bottom: 80px !important;	
	}
	.box_input_25,
	.box_input_33,
	.box_input_100,
	.box_input{
		width: calc(100% - 20px) !important;
		height: 80px !important;
	}
	.box_submit input,
	.box_input_25 input,
	.box_input_33 input,
	.box_input_33 select,
	.box_input_100 input,
	.box_input_100 select,
	.box_input_100 textarea,
	.box_input textarea,
	.box_input select,
	.box_input input{
		height: 50px !important;
		color: #282828;
	}
	.box_submit input[type="button"], 
	.box_submit input[type="reset"], 
	.box_submit input[type="submit"] {
		color: #fff;
	}
}

/* ______________________________________ */
/* ______________________________________   DESKTOP */
@media screen and ( min-width: 1025px ) {

}

/* ______________________________________ */
/* ______________________________________   SMARTPHONE */
@media screen and ( min-width: 120px ) and ( max-width: 600px ) {
	body{
		overflow-x: hidden;
	}
	#page_content{
		padding: 70px 0 0 0 !important;	
	}
	#box_breadcrumbs{
		height: 70px !important;
	}
	.box_input_100 select,
	.box_input_33 select,
	.box_input_25 select,
	.box_input select{
		color: #282828;
		height: 50px !important;
	}
}

/* ______________________________________ */
/* ______________________________________   TABLET */
@media screen and ( min-width: 601px ) and ( max-width: 1024px ) {
	
}

/* ______________________________________ */
/* ______________________________________   NOTEBOOK */
@media screen and ( min-width: 1025px ) and ( max-width: 1279px ) {
	
}

/* ______________________________________ */
/* ______________________________________   LAPTOP */
@media screen and ( min-width: 1280px ) and ( max-width: 1979px ) {
	
}

/* ______________________________________ */
/* ______________________________________   HD */
@media screen and ( min-width: 1980px ) {
	
}

/* ______________________________________ */
/* ______________________________________   LOW HEIGHT */
@media screen and ( max-height: 500px ) {
	
	.low_height{
		display: none !important;
	}
	
}
