/* ------------------------------ */
/* SHAMET                         */
/* FRAMEWORK                      */
/* ------------------------------ */
/* Shamet Designer                */
/* www.shamet.it                  */
/* ------------------------------ */

/* ------------------------------ */
/* FONTS                          */
/* ------------------------------ */

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* font-family: 'Open Sans', sans-serif; */

/* ------------------------------- */
/* ROOT CONFIGURATION              */
/* ------------------------------- */

:root {
	
	/* Body / Typography */
	--font-family: 'Open Sans', sans-serif;		/* Font Family */
	--font-size: 16px;												/* Font Size */
	--body-text-color: #212529;								/* Colore Testo del Body */
	
	/* Primary Skin */
	--skin-primary: #009ee0;									/* Colore Primario */
	--skin-primary-light: #bfe7f7;						/* Colore Primario Chiaro (+75% Bianco) */
	--skin-primary-dark: #0076a8;							/* Colore Primario Scuro (+25% Nero) */
	--skin-primary-middle: hsla(197,78%,65%,1.00);	/* Colore Primario Medio (Footer) */
	
	/* Secondary Skin */
	--skin-secondary: #6c757d;								/* Colore Primario */
	--skin-secondary-light: #dadcde;					/* Colore Primario Chiaro (+75% Bianco) */
	--skin-secondary-dark: #51585e;						/* Colore Primario Scuro (+25% Nero) */
	
	/* Grey Skin */
	--skin-grey: #e1e1e1;											/* Grigio */
	--skin-grey-light: #f1f3f4;								/* Grigio Chiaro */
	--skin-grey-dark: #495057;								/* Grigio Scuro */
	--skin-grey-middle: #DADADA;							/* Grigio Medio (sec-title) */
	
	--skin-grey-border: #dee2e6;							/* Bordo Grigio Chiaro Bootstrap */
	--skin-grey-superlight: #f8f9fa;					/* Grigio-Azzurro Chiarissimo Bootstrap */
	
	/* Transparent Skin */
	--skin-transparent: transparent;					/* Trasparente */
	
	/* Events Color */
	--event-color-1: 	#ae1756; 								/* Rosa */
	--event-color-2: 	#d61300;								/* Rosso */
	--event-color-3: 	#f4561b; 								/* Arancio */
	--event-color-4: 	#f4c226; 								/* Giallo */
	--event-color-5: 	#77b443; 								/* Verde */
	--event-color-6: 	#009688; 								/* Verde-Blu */
	--event-color-7: 	#a167af; 								/* Viola */
	--event-color-8: 	#a79b8e; 								/* Marrone */
	--event-color-9: 	#616161; 								/* Grigio-Medio */
	--event-color-10: #2298e5; 								/* Celeste */
	
	/* Logo Color */
	--logo-color-cyan: #009EE0;								/* Logo Ciano */
	--logo-color-magenta: #E2007A;						/* Logo Magenta */
	--logo-color-red: #E2001E;								/* Logo Rosso */
	--logo-color-orange: #EC7015;							/* Logo Arancione */
	--logo-color-greenlemon: #97B314;					/* Logo Verde Limone */
	--logo-color-greenblue: #329999;					/* Logo Verde Blu */
	--logo-color-greenblue-dark: #257373;			/* Logo Verde Blu Dark */
	--logo-color-yellow: #FFED00;							/* Logo Giallo */
	--logo-color-purple: #a167af;							/* Logo Viola */
	--logo-color-navy: #131e26;								/* Logo Blu-scuro */
	--logo-color-graymedium: #616161;					/* Grigio-Medio */
	--logo-color-black: #000000;							/* Nero */
}

/* ------------------------------- */
/* BORDERS RESPONSIVE SYSTEM       */
/* ------------------------------- */

/* Classi generiche */
/*.border { border: 1px solid; }
.border-0 { border: none; }
.border-top { border-top: 1px solid; }
.border-top-0 { border-top: none; }
.border-right { border-right: 1px solid; }
.border-right-0 { border-right: none; }
.border-bottom { border-bottom: 1px solid; }
.border-bottom-0 { border-bottom: none; }
.border-left { border-left: 1px solid; }
.border-left-0 { border-left: none; }*/

/* Classi responsive */
@media (min-width: 576px) { /* SM */
  .border-sm { border: 1px solid !important; }
  .border-sm-0 { border: none !important; }
  .border-sm-top { border-top: 1px solid !important; }
  .border-sm-top-0 { border-top: none !important; }
  .border-sm-right { border-right: 1px solid !important; }
  .border-sm-right-0 { border-right: none !important; }
  .border-sm-bottom { border-bottom: 1px solid !important; }
  .border-sm-bottom-0 { border-bottom: none !important; }
  .border-sm-left { border-left: 1px solid !important; }
  .border-sm-left-0 { border-left: none !important; }
}

@media (min-width: 768px) { /* MD */
  .border-md { border: 1px solid !important; }
  .border-md-0 { border: none !important; }
  .border-md-top { border-top: 1px solid !important; }
  .border-md-top-0 { border-top: none !important; }
  .border-md-right { border-right: 1px solid !important; }
  .border-md-right-0 { border-right: none; }
  .border-md-bottom { border-bottom: 1px solid !important; }
  .border-md-bottom-0 { border-bottom: none !important; }
  .border-md-left { border-left: 1px solid !important; }
  .border-md-left-0 { border-left: none !important; }
}

@media (min-width: 992px) { /* LG */
  .border-lg { border: 1px solid !important; }
  .border-lg-0 { border: none !important; }
  .border-lg-top { border-top: 1px solid !important; }
  .border-lg-top-0 { border-top: none !important; }
  .border-lg-right { border-right: 1px solid !important; }
  .border-lg-right-0 { border-right: none !important; }
  .border-lg-bottom { border-bottom: 1px solid !important; }
  .border-lg-bottom-0 { border-bottom: none !important; }
  .border-lg-left { border-left: 1px solid !important; }
  .border-lg-left-0 { border-left: none !important; }
}

@media (min-width: 1200px) { /* XL */
  .border-xl { border: 1px solid !important; }
  .border-xl-0 { border: none !important; }
  .border-xl-top { border-top: 1px solid !important; }
  .border-xl-top-0 { border-top: none !important; }
  .border-xl-right { border-right: 1px solid !important; }
  .border-xl-right-0 { border-right: none !important; }
  .border-xl-bottom { border-bottom: 1px solid !important; }
  .border-xl-bottom-0 { border-bottom: none !important; }
  .border-xl-left { border-left: 1px solid !important; }
  .border-xl-left-0 { border-left: none !important; }
}

/* Classi per la stampa */
@media print {
  .border-print { border: 1px solid !important; }
  .border-print-0 { border: none !important; }
  .border-print-top { border-top: 1px solid !important; }
  .border-print-top-0 { border-top: none !important; }
  .border-print-right { border-right: 1px solid !important; }
  .border-print-right-0 { border-right: none !important; }
  .border-print-bottom { border-bottom: 1px solid !important; }
  .border-print-bottom-0 { border-bottom: none !important; }
  .border-print-left { border-left: 1px solid !important; }
  .border-print-left-0 { border-left: none !important; }
}

/* ------------------------------ */
/* COLORS CLASSES                 */
/* ------------------------------ */

/* Primary TEXT */
.clr-skin-primary-txt 					{color: var(--skin-primary)!important;}
.clr-skin-primary-light-txt 		{color: var(--skin-primary-light)!important;}
.clr-skin-primary-dark-txt 			{color: var(--skin-primary-dark)!important;}
/* Primary BACKGROUND */
.clr-skin-primary-bg 						{background-color: var(--skin-primary)!important;}
.clr-skin-primary-light-bg 			{background-color: var(--skin-primary-light)!important;}
.clr-skin-primary-dark-bg 			{background-color: var(--skin-primary-dark)!important;}
.clr-skin-primary-middle-bg 		{background-color: var(--skin-primary-middle)!important;}
/* Primary BORDER */
.clr-skin-primary-brd 					{border-color: var(--skin-primary)!important;}
.clr-skin-primary-light-brd 		{border-color: var(--skin-primary-light)!important;}
.clr-skin-primary-dark-brd 			{border-color: var(--skin-primary-dark)!important;}

/* Secondary TEXT */
.clr-skin-secondary-txt 				{color: var(--skin-secondary)!important;}
.clr-skin-secondary-light-txt 	{color: var(--skin-secondary-light)!important;}
.clr-skin-secondary-dark-txt 		{color: var(--skin-secondary-dark)!important;}
/* Secondary BACKGROUND */
.clr-skin-secondary-bg 					{background-color: var(--skin-secondary)!important;}
.clr-skin-secondary-light-bg 		{background-color: var(--skin-secondary-light)!important;}
.clr-skin-secondary-dark-bg 		{background-color: var(--skin-secondary-dark)!important;}
/* Secondary BORDER */
.clr-skin-secondary-brd 				{border-color: var(--skin-secondary)!important;}
.clr-skin-secondary-light-brd 	{border-color: var(--skin-secondary-light)!important;}
.clr-skin-secondary-dark-brd 		{border-color: var(--skin-secondary-dark)!important;}

/* Grey Skin BACKGROUND */
.clr-skin-grey-superlight-bg 		{background-color: var(--skin-grey-superlight)!important;}
.clr-skin-grey-light-bg		 			{background-color: var(--skin-grey-light)!important;}
.clr-skin-grey-middle-bg		 		{background-color: var(--skin-grey-middle)!important;}

/* Grey Skin BORDER */
.clr-skin-grey-superlight-brd 	{border-color: var(--skin-grey-superlight)!important;}
.clr-skin-grey-light-brd		 		{border-color: var(--skin-grey-light)!important;}
.clr-skin-grey-middle-brd		 		{border-color: var(--skin-grey-middle)!important;}


/*Event Color Class*/
.clr-1-txt 	{color: var(--event-color-1);}
.clr-1-bg 	{background-color: var(--event-color-1);}
.clr-2-txt 	{color: var(--event-color-2);}
.clr-2-bg 	{background-color: var(--event-color-2);}
.clr-3-txt 	{color: var(--event-color-3);}
.clr-3-bg 	{background-color: var(--event-color-3);}
.clr-4-txt 	{color: var(--event-color-4);}
.clr-4-bg 	{background-color: var(--event-color-4);}
.clr-5-txt 	{color: var(--event-color-5);}
.clr-5-bg 	{background-color: var(--event-color-5);}
.clr-6-txt 	{color: var(--event-color-6);}
.clr-6-bg 	{background-color: var(--event-color-6);}
.clr-7-txt 	{color: var(--event-color-7);}
.clr-7-bg 	{background-color: var(--event-color-7);}
.clr-8-txt 	{color: var(--event-color-8);}
.clr-8-bg 	{background-color: var(--event-color-8);}
.clr-9-txt 	{color: var(--event-color-9);}
.clr-9-bg 	{background-color: var(--event-color-9);}
.clr-10-txt {color: var(--event-color-10);}
.clr-10-bg 	{background-color: var(--event-color-10);}

/* Logo Color Class */
.clr-logo-cyan-txt 					{color: var(--logo-color-cyan)!important;}
.clr-logo-cyan-bg 					{background-color: var(--logo-color-cyan)!important;}
.clr-logo-cyan-brd 					{border-color: var(--logo-color-cyan)!important;}
.clr-logo-magenta-txt 			{color: var(--logo-color-magenta)!important;}
.clr-logo-magenta-bg 				{background-color: var(--logo-color-magenta)!important;}
.clr-logo-magenta-brd 			{border-color: var(--logo-color-magenta)!important;}
.clr-logo-red-txt 					{color: var(--logo-color-red)!important;}
.clr-logo-red-bg 						{background-color: var(--logo-color-red)!important;}
.clr-logo-red-brd 					{border-color: var(--logo-color-red)!important;}
.clr-logo-orange-txt 				{color: var(--logo-color-orange)!important;}
.clr-logo-orange-bg 				{background-color: var(--logo-color-orange)!important;}
.clr-logo-orange-brd 				{border-color: var(--logo-color-orange)!important;}
.clr-logo-greenlemon-txt 		{color: var(--logo-color-greenlemon)!important;}
.clr-logo-greenlemon-bg 		{background-color: var(--logo-color-greenlemon)!important;}
.clr-logo-greenlemon-brd 		{border-color: var(--logo-color-greenlemon)!important;}
.clr-logo-greenblue-txt 		{color: var(--logo-color-greenblue)!important;}
.clr-logo-greenblue-bg 			{background-color: var(--logo-color-greenblue)!important;}
.clr-logo-greenblue-brd 		{border-color: var(--logo-color-greenblue)!important;}
.clr-logo-yellow-txt 				{color: var(--logo-color-yellow)!important;}
.clr-logo-yellow-bg 				{background-color: var(--logo-color-yellow)!important;}
.clr-logo-yellow-brd 				{border-color: var(--logo-color-yellow)!important;}
.clr-logo-purple-txt 				{color: var(--logo-color-purple)!important;}
.clr-logo-purple-bg 				{background-color: var(--logo-color-purple)!important;}
.clr-logo-purple-brd 				{border-color: var(--logo-color-purple)!important;}
.clr-logo-navy-txt 					{color: var(--logo-color-navy)!important;}
.clr-logo-navy-bg 					{background-color: var(--logo-color-navy)!important;}
.clr-logo-navy-brd 					{border-color: var(--logo-color-navy)!important;}
.clr-logo-graymedium-txt 		{color: var(--logo-color-graymedium)!important;}
.clr-logo-graymedium-bg 		{background-color: var(--logo-color-graymedium)!important;}
.clr-logo-graymedium-brd 		{border-color: var(--logo-color-graymedium)!important;}
.clr-logo-black-txt 				{color: var(--logo-color-graymedium)!important;}
.clr-logo-black-bg 					{background-color: var(--logo-color-graymedium)!important;}
.clr-logo-black-brd 				{border-color: var(--logo-color-graymedium)!important;}

/* ------------------------------- */
/* BORDERS COLORS                  */
/* ------------------------------- */

.alert-brd	{border-color: #ff0000!important;}

.clr-dark-brd	{border-color: rgba(255,255,255,0.3)!important;}
.clr-light-brd	{border-color: rgba(0,0,0,0.2)!important;}

/* ------------------------------- */
/* BODY / TYPOGRAPHY               */
/* ------------------------------- */

html, body {
	min-height: 100%;
}

body {
	font-family: var(--font-family);
	font-size: var(--font-size);
	color: var(--body-text-color);
	font-weight: 400;
	background-color: #fff;
	margin: 0;
	padding-top: 64px;
	overflow-y: scroll;
	overflow-x: hidden;
}

@media print {
	body {
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	.pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

html.open, body.open {
	overflow: hidden;
}

b {font-weight: 600;}
strong {font-weight: 700;}

a, button, input {
	outline: none!important;
	text-decoration: none!important;
	
  -webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--skin-grey-border);
}

/* TABLE */
.table thead th {
  vertical-align: middle;
}
.table td, .table th {
  vertical-align: middle;
}
.table.table-sm thead th {
  padding-bottom: 0.5rem;
}

.table.table-sm tfoot td {
  padding-top: 0.5rem;
	padding-bottom: 0.65rem;
}

/* TABLE STRIPED */
.table-striped tbody tr:nth-of-type(odd) {
	background-color: var(--skin-grey-light);
}

/* TABLE BOOTSTRAP RESET @PRINT */
@media print {
	.table td,
  .table th {
    background-color: inherit!important;
  }
}

.m-t-10 {margin-top: 10px;}
.m-t-20 {margin-top: 20px;}
.m-t-30 {margin-top: 30px;}


/* ------------------------------ */
/* LINKS CLASSES                  */
/* ------------------------------ */

/* LINK PRIMARY */
.link-p {
	color: var(--skin-primary);
	text-decoration: none;
	background-color: transparent;
}
.link-p:hover {
	color: var(--skin-primary-dark);
	text-decoration: underline;
}

/* LINK SECONDARY */
.link-s {
	color: var(--skin-secondary);
	text-decoration: none;
	background-color: transparent;
}
.link-s:hover {
	color: var(--skin-secondary-dark);
	text-decoration: underline;
}

/* LINK PRIMARY DARK */
.link-p-dark {
	color: var(--skin-primary-dark);
	text-decoration: none;
	background-color: transparent;
}
.link-p-dark:hover {
	color: var(--skin-primary-dark);
	text-decoration: underline;
}

/* LINK LIGHT */
.link-light {
	position: relative;
	color: var(--body-text-color);
	opacity: 0.5;
	background-color: transparent;
}
.link-light:hover, .link-light:active, .link-light:focus, .link-light.active {
	color: var(--body-text-color);
	opacity: 1;
	background-color: transparent;
}

/* LINK UNDERLINE */
.link-underline {
	color: var(--body-text-color);
	border-bottom: 1px solid #eee;
	/*padding-bottom: 0px;*/
}
.link-underline:hover, .link-underline:active, .link-underline:focus, .link-underline.active {
	color: var(--body-text-color);
	border-bottom: 1px solid #999;
}

/* LINK LINE */
.link-line,.link-line:visited,.link-line:hover,.link-line:active{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
	position:relative;
  transition:0.3s color ease-in-out;
	text-decoration:none;
	color: var(--skin-primary);
}
.link-line:hover{
	color:inherit;
}
.link-line::after{
  content: "";
  transition:0.3s all ease-in-out;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  position:absolute;
	
	bottom:-0.25em;
	height:2px;
  /*height:0.35rem;*/
  width:0;
  background: var(--skin-primary);
	/*background-image: linear-gradient(0deg, #12BABE 0%, #75C39F 100%);*/
}

.link-line::after{
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}

.link-line:hover::after{
  width:100%;
}

/* LINK MUTE */
.link-mute {
	color: var(--body-text-color);
	border-bottom: 1px solid transparent;
}
.link-mute:hover, .link-mute:active, .link-mute:focus, .link-mute.active {
	color: var(--body-text-color);
	border-bottom: 1px solid #999;
}

/* LINK DOTTED */
.link-dotted::before {
	content: '';
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: var(--skin-primary);
}

/* LINK HEADER */
.link-header {
	position: relative;
	font-weight: 400;
	color: var(--body-text-color);
	opacity: 0.5;
	background-color: transparent;
	border: none;
	padding: 0;
}
.link-header:hover, .link-header:active, .link-header:focus, .link-header.active {
	color: var(--body-text-color);
	opacity: 1;
	background-color: transparent;
}

/* LINK ICON */
.link-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.link-icon:hover, .link-icon:active, .link-icon:focus, .link-icon.active {
	background-color: transparent;
}

/* LINK CHART */
.link-cart {
	color: var(--body-text-color);
	background-color: transparent;
	border: none;
	padding: 0;
}
.link-cart:hover, .link-cart:active, .link-cart:focus, .link-cart.active {
	color: var(--body-text-color);
	background-color: transparent;
}
.link-cart > div.border {
	border-color: transparent!important;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.link-cart:hover > div.border {
	border-color: var(--skin-primary)!important;
}

/* ------------------------------ */
/* BOOTSTRAP BUTTON               */
/* ------------------------------ */

.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 1.125rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow: none!important;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	letter-spacing: 0.5px;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow:none;
}

/* SIZE */
.btn-xs, .btn-group-xs > .btn {
	padding: 0.125rem 0.75rem;
	font-size: 12px;
	line-height: 22px;
	/*border-radius: 0.2rem;*/
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	/*border-radius: 30px;*/
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1.5;
	/*border-radius: 50px;*/
}

/* DISABLED */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn.disabled, .btn:disabled {
	pointer-events: none;
  opacity: .65;
}

/* ------------------------------ */
/* BUTTON SKIN CLASSES            */
/* ------------------------------ */

/* PRIMARY SOLID */
.btn-skin-p {
	background-color: var(--skin-primary);
	color: #FFFFFF;
}
.btn-skin-p:hover, .btn-skin-p:focus {
	background-color: var(--skin-primary-dark);
	color: #FFFFFF;
}

/* PRIMARY HOLLOW */
.btn-skin-p-o {
	border-color: var(--skin-primary);
	color: var(--body-text-color);
	/*box-shadow: inset 0 0 0 2px var(--skin-primary);*/
}
.btn-skin-p-o:hover, .btn-skin-p-o:focus {
	border-color: var(--skin-primary-dark);
	color: var(--skin-primary-dark);
	/*box-shadow: inset 0 0 0 2px var(--skin-primary-dark);*/
}

/* PRIMARY INVERT */
.btn-skin-p-i {
	border-color: var(--skin-primary);
	color: var(--skin-primary-light);
	/*box-shadow: inset 0 0 0 2px var(--skin-primary);*/
}
.btn-skin-p-i:hover, .btn-skin-p-i:focus {
	border-color: var(--skin-primary-light);
	color: #FFFFFF;
	/*box-shadow: inset 0 0 0 2px var(--skin-primary-light);*/
}

/* SECONDARY SOLID */
.btn-skin-s {
	background-color: var(--skin-secondary);
	color: #FFFFFF;
}
.btn-skin-s:hover, .btn-skin-s:focus {
	background-color: var(--skin-secondary-dark);
	color: #FFFFFF;
}

/* SECONDARY HOLLOW */
.btn-skin-s-o {
	border-color: var(--skin-secondary);
	color: var(--body-text-color);
	/*box-shadow: inset 0 0 0 2px var(--skin-secondary);*/
}
.btn-skin-s-o:hover, .btn-skin-s-o:focus {
	border-color: var(--skin-secondary-dark);
	color: var(--skin-secondary-dark);
	/*box-shadow: inset 0 0 0 2px var(--skin-secondary-dark);*/
}

/* SECONDARY INVERT */
.btn-skin-s-i {
	border-color: var(--skin-secondary);
	color: var(--skin-secondary-light);
	/*box-shadow: inset 0 0 0 2px var(--skin-secondary-light);*/
}
.btn-skin-s-i:hover, .btn-skin-s-i:focus {
	border-color: var(--skin-secondary-light);
	color: #FFFFFF;
	/*box-shadow: inset 0 0 0 2px var(--skin-secondary-light);*/
}

/* ------------------------------ */
/* AUXILIARY BUTTON SKIN CLASSES  */
/* ------------------------------ */

/* GREENBLUE SOLID */
.btn-skin-greenblue {
	background-color: var(--logo-color-greenblue);
	color: #FFFFFF;
}
.btn-skin-greenblue:hover, .btn-skin-greenblue:focus {
	background-color: var(--logo-color-greenblue-dark);
	color: #FFFFFF;
}

/* SUCCESS SOLID */
.btn-skin-success {
	background-color: #77b443;
	color: #FFFFFF;
}
.btn-skin-success:hover, .btn-skin-success:focus {
	background-color: hsla(93,46%,38%,1.00);
	color: #FFFFFF;
}

/* ALERT SOLID */
.btn-skin-alert {
	background-color: #dc3545;
	color: #FFFFFF;
}
.btn-skin-alert:hover, .btn-skin-alert:focus {
	background-color: hsla(354,71%,42%,1.00);
	color: #FFFFFF;
}

/* TRANSPARENT SOLID */
.btn-skin-t {
	background-color: transparent;
	color: #FFFFFF;
}
.btn-skin-t:hover, .btn-skin-t:focus {
	background-color: transparent;
	color: #FFFFFF;
}

/* OPACITY WHITE */
.btn-skin-opa-white {
	background-color: rgba(255,255,255,0.5);
	color: #fff;
}
.btn-skin-opa-white:hover, .btn-skin-opa-white:focus {
	background-color: rgba(255,255,255,0.75);
	color: var(--body-text-color);
}

/* ------------------------------ */
/* COLLAPSE TRICK INIT SLIDER     */
/* ------------------------------ */

.collapse {
    display: block;
    overflow: hidden;
    height: 0px;
}
.collapse.show {
    height: auto;
}
.collapse:not(.show) {
    display: block;
}

/* ------------------------------ */
/* COLLAPSE BUTTON                */
/* ------------------------------ */

.btn-collapse {
	position: relative;
	border:0;
	padding:0;
  background-color:#eee;
	border-radius: 0.25rem;
	vertical-align:middle;
	white-space:normal;
	width: 100%;
	text-align: left;
	z-index: 1;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.btn-collapse:hover {
}

.btn-collapse[aria-expanded="false"]::before, 
.btn-collapse[aria-expanded="true"]::before {
	content: '\f107';
	display: block;
	position: absolute;
	right: 1rem;
	font-family: 'Font Awesome 5 Pro';
	font-size:16px;
	line-height: 1.5;
	font-weight: 400;
	top: 50%;
	color: inherit;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-collapse[aria-expanded="true"]::before {
	content: '\f106';
}

.collapse-item:last-of-type {
	margin-bottom: 0!important;
}

/* ------------------------------ */
/* COLLAPSE DETAIL BUTTON         */
/* ------------------------------ */

.btn-collapse-detail {
	position: relative;
	border:0;
	padding:0;
  background-color:#eee;
	border-radius: 0.25rem;
	vertical-align:middle;
	white-space:normal;
	width: 100%;
	text-align: left;
	z-index: 1;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.btn-collapse-detail:hover {
}

.btn-collapse-detail[aria-expanded="false"]::before, 
.btn-collapse-detail[aria-expanded="true"]::before {
	content: '\f067';
	display: block;
	position: absolute;
	right: 1rem;
	font-family: 'Font Awesome 5 Pro';
	font-size:16px;
	line-height: 1.5;
	font-weight: 400;
	top: 50%;
	color: inherit;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-collapse-detail[aria-expanded="true"]::before {
	content: '\f068';
}

.collapse-item:last-of-type {
	margin-bottom: 0!important;
}

/* ------------------------------ */
/* BACKGROUND                     */
/* ------------------------------ */

.bg-cover {
	background-repeat:no-repeat !important;
	background-position:center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.bg-contain {
	background-repeat:no-repeat !important;
	background-position:center center !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}

.bg-100 {
	background-repeat:no-repeat !important;
	background-position:center center !important;
	-webkit-background-size: 100% 100% !important;
	-moz-background-size: 100% 100% !important;
	-o-background-size: 100% 100% !important;
	background-size: 100% 100% !important;
}

.bg-pos-tc {background-position:top center !important;}
.bg-pos-tl {background-position:top left !important;}
.bg-pos-tr {background-position:top right !important;}

.bg-pos-cc {background-position:center center !important;}
.bg-pos-cl {background-position:center left !important;}
.bg-pos-cr {background-position:center right !important;}

.bg-pos-bc {background-position:bottom center !important;}
.bg-pos-bl {background-position:bottom left !important;}
.bg-pos-br {background-position:bottom right !important;}

/* ------------------------------ */
/* OBJECT / ASPECT RATIO          */
/* ------------------------------ */

/* Aspect-ratio */
.aspect {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
}

/* Standard */
.ratio--1x1 	{padding-bottom: 100%;}
.ratio--1x2 	{padding-bottom: 50%;}
.ratio--16x9 	{padding-bottom: 56.25%;}
.ratio--4x3 	{padding-bottom: 75%;}
.ratio--3x2 	{padding-bottom: 66.66%;}
.ratio--8x5 	{padding-bottom: 62.5%;}
/* Special */
.ratio--2x1 	{padding-bottom: 150%;}
.ratio--3x1 	{padding-bottom: 200%;}
.ratio--free 	{padding-bottom: 0; height: 100%;}

/*.ratio--9x16 	{padding-bottom: calc(100% * 16 / 9);}*/

.aspect__inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
}

.aspect__inner > * {
	width: 100%;
	height: 100%;
	-o-object-fit: cover; /*Obsoleto*/
	object-fit: cover;		/*Obsoleto*/
}

/* Object Fit */
.aspect__inner .obj-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.aspect__inner .obj-contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.aspect__inner .obj-fill {
	-o-object-fit: fill;
	object-fit: fill;
}
.aspect__inner .obj-scale-down {
	-o-object-fit: scale-down;
	object-fit: scale-down;
}
.aspect__inner .obj-none {
	-o-object-fit: none;
	object-fit: none;
}

/* Object Position */
.aspect__inner .obj-pos-tl {
	-o-object-position: top left;
	object-position: top left;
}
.aspect__inner .obj-pos-tc {
	-o-object-position: top center;
	object-position: top center;
}
.aspect__inner .obj-pos-tr {
	-o-object-position: top right;
	object-position: top right;
}
.aspect__inner .obj-pos-cl {
	-o-object-position: center left;
	object-position: center left;
}
.aspect__inner .obj-pos-cc {
	-o-object-position: center center;
	object-position: center center;
}
.aspect__inner .obj-pos-cr {
	-o-object-position: center right;
	object-position: center right;
}
.aspect__inner .obj-pos-bl {
	-o-object-position: bottom left;
	object-position: bottom left;
}
.aspect__inner .obj-pos-bc {
	-o-object-position: bottom center;
	object-position: bottom center;
}
.aspect__inner .obj-pos-br {
	-o-object-position: bottom right;
	object-position: bottom right;
}

/* ------------------------------ */
/* OVERLAY                        */
/* ------------------------------ */

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* ------------------------------ */
/* UTILITY                        */
/* ------------------------------ */

/* Opacity */
.opa-00 {opacity: 0.0;}
.opa-01 {opacity: 0.1;}
.opa-02 {opacity: 0.2;}
.opa-03 {opacity: 0.3;}
.opa-04 {opacity: 0.4;}
.opa-05 {opacity: 0.5;}
.opa-06 {opacity: 0.6;}
.opa-07 {opacity: 0.7;}
.opa-08 {opacity: 0.8;}
.opa-09 {opacity: 0.9;}
.opa-10 {opacity: 1.0;}

/* Transition */
.tr-015s-eio {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.tr-030s-eio {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

/* Min-Height */

.min-h-vh25 {min-height: 25vh;}
.min-h-vh50 {min-height: 50vh;}
.min-h-vh75 {min-height: 75vh;}
.min-h-vh100 {min-height: 100vh;}

/* ------------------------------ */
/* FILTERS                        */
/* ------------------------------ */
.filter-greyscale {
	-webkit-filter: grayscale(50%);
    		filter: grayscale(50%);
}

/* ------------------------------ */
/* LOADER PLUGIN                  */
/* ------------------------------ */

.loader-wrap {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #131e26;
	z-index: 9999;
}

.divCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	
	background-position: center center;
	background-size: 36px auto;
	background-repeat: no-repeat;
}

.divCenter.logo-quotarapido {
	background-image: url(../img/QUOTARAPIDO---BRAND-1.png);
}
.divCenter.logo-fidelitas {
	background-image: url(../img/favicons_fidelitas/android-chrome-96x96.png);
}

.loader {
	border: 1px solid rgba(255,255,255,0.5);
	border-top: 1px solid rgba(0,0,0,0.0);
	border-bottom: 1px solid rgba(0,0,0,0.0);
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	
	-webkit-animation: loader-spin 1s ease-in-out infinite alternate;
	-moz-animation: loader-spin 1s ease-in-out infinite alternate;
	-ms-animation: loader-spin 1s ease-in-out infinite alternate;
	-o-animation: loader-spin 1s ease-in-out infinite alternate;
	animation: loader-spin 1s ease-in-out infinite alternate;
}

.divCenter h6 {
	position:absolute;
	margin-bottom: 0;
	bottom: -2rem;
	left: 50%;
	color: #ffffff;
	opacity: 0.5!important;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5px;
	/*text-transform: uppercase;*/
	white-space: nowrap;
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
	
	-webkit-animation: fadeIn-50 1s ease-in-out infinite alternate;
	-moz-animation: fadeIn-50 1s ease-in-out infinite alternate;
	-ms-animation: fadeIn-50 1s ease-in-out infinite alternate;
	-o-animation: fadeIn-50 1s ease-in-out infinite alternate;
	animation: fadeIn-50 1s ease-in-out infinite alternate;
}

@-webkit-keyframes loader-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn-50 {
  from {
    -webkit-opacity: 0;
            opacity: 0;
  }
  to {
    -webkit-opacity: 0.5;
            opacity: 0.5;
  }
}
@keyframes fadeIn-50 {
  from {
    -webkit-opacity: 0;
            opacity: 0;
  }
  to {
    -webkit-opacity: 0.5;
            opacity: 0.5;
  }
}

/* ------------------------------ */
/* HAMBURGERS PLUGIN              */
/* ------------------------------ */

.hamburger {
	padding: 0;
	float:left;
	clear:both;
	outline:none;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	opacity: 0.75;
	overflow: visible; 
	position: relative;
}
.hamburger:hover {
	opacity: 1;
}

.hamburger-box {
	width: 24px;
	height: 32px;
	margin-top:0px;
	display: block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 24px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -8px; 
}
.hamburger-inner::after {
	bottom: -8px; 
}

.hamburger label {
	position: absolute;
	display: block;
	height: 30px;
	right: 0px;
	margin: 0;
	line-height: 30px;
	cursor: pointer;
	padding-right: 34px;
}

/* Spin */
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; 
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; 
}
.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

/* Arrow Turn */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(6px, 2px, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(6px, -2px, 0) rotate(-45deg) scale(0.7, 1); }


/* Hamburger Arrow Down */
.hamburger--arrowdown .hamburger-inner, .hamburger--arrowdown .hamburger-inner::before, .hamburger--arrowdown .hamburger-inner::after {
	width: 24px;
	height: 1px;
	background-color: #222;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger--arrowdown .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
	transform: rotate(90deg);
	height: 0px;
}
.hamburger--arrowdown .hamburger-inner::before {
	transform: translate3d(0px, 2px, 0) rotate(45deg) scale(0.7, 1); } 
.hamburger--arrowdown .hamburger-inner::after {
	transform: translate3d(0px, -2px, 0) rotate(-45deg) scale(0.7, 1); }

/* Arrow Down */
.hamburger--arrowdown.is-active .hamburger-inner {
  transform: rotate(-90deg); }
  .hamburger--arrowdown.is-active .hamburger-inner::before {
    transform: translate3d(0px, 2px, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowdown.is-active .hamburger-inner::after {
    transform: translate3d(0px, -2px, 0) rotate(-45deg) scale(0.7, 1); }

/* ------------------------------ */
/* UNIVERSAL PARALLAX PLUGIN      */
/* ------------------------------ */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  .parallax__container {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%)
  }
}*/

/* ------------------------------- */
/* ANIMATION                       */
/* ------------------------------- */

.delay-00 {animation-delay: 0.0s;}
.delay-01 {animation-delay: 0.1s;}
.delay-02 {animation-delay: 0.2s;}
.delay-03 {animation-delay: 0.3s;}
.delay-04 {animation-delay: 0.4s;}
.delay-05 {animation-delay: 0.5s;}
.delay-06 {animation-delay: 0.6s;}
.delay-07 {animation-delay: 0.7s;}
.delay-08 {animation-delay: 0.8s;}
.delay-09 {animation-delay: 0.9s;}
.delay-10 {animation-delay: 1.0s;}

/*.yourElement {
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}*/

/* ------------------------------- */
/* BUTTONS                         */
/* ------------------------------- */



/* SKIN-1 button */
.btn-skin-1 {
	background-color: #4BA5A3;
	background-image: linear-gradient(0deg, #12BABE 0%, #75C39F 100%);
	color: #FFFFFF;
	text-transform: uppercase;
	transition: all .3s;
}
.btn-skin-1:hover, .btn-skin-1:focus {
	background-image: none;

	color: #FFFFFF;
}

.btn-skin-1:active, .btn-skin-1.active {
	background-image: none;
	color: #fff;
	background-color: #2B928F;
}

.btn-skin-1.disabled {
  opacity: 0.25;
}

/* SKIN-1 HOLLOW button */
.btn-skin-1-o {
	background-color: transparent;
	color: #2B928F;
	text-transform: uppercase;
	transition: all .3s;
	box-shadow: inset 0 0 0 2px #75C39F;
}
.btn-skin-1-o:hover, .btn-skin-1-o:focus {
	color: #2B928F;
	box-shadow: inset 0 0 0 2px #2B928F;
}

.btn-skin-1-o:active, .btn-skin-1-o.active {
	color: #fff;
	background-color: #2B928F;
}

.btn-skin-1-o.disabled {
  opacity: 0.25;
}

/* SKIN-1 INVERT button */
.btn-skin-1-i {
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	transition: all .3s;
	box-shadow: inset 0 0 0 2px #75C39F;
}
.btn-skin-1-i:hover, .btn-skin-1-i:focus {
	color: #2B928F;
	box-shadow: inset 0 0 0 2px #2B928F;
}

.btn-skin-1-i:active, .btn-skin-1-i.active {
	color: #fff;
	background-color: #2B928F;
}

.btn-skin-1.disabled {
  opacity: 0.25;
}




/*.button--primary {
    font-weight: 700;
    background-color: #4BA5A3;
    background-image: linear-gradient(0deg, #12BABE 0%, #75C39F 100%);
    border: 0;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 14px 32px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s;
}

.button--primary:hover, .button--primary:focus {
    background-image: none;
	  background-image: linear-gradient(0deg, #12BABE 100%, #75C39F 100%);
		color: #FFFFFF;
}*/

/* ------------------------------- */
/* MD FORM (Like Material Design)  */
/* ------------------------------- */

.md-form {
	position: relative;
}

.md-form .form-group {
	position: relative;
	z-index: 0;
	margin-bottom: 0.5rem;
	padding-top: 1rem;
}

.md-form .form-control {
	position: relative;
	display: block;
	width: 100%;
	padding: 0rem 0.25rem 0.5rem 0.25rem;
	font-size: 1rem;
	font-weight: 500;
	/*line-height: 1.5rem;*/
	height: 2rem;
	color: #333;
	background-color: transparent!important;
	background-clip: padding-box;
	border: 0;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.15);
	border-radius: 0;
	z-index: 1;
	letter-spacing: 1px;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.md-form input[type="password"].form-control {
	padding: 0rem 2rem 0.5rem 0.25rem;
}

.md-form .form-control:hover {
	outline: 0;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.5);
	border-color: transparent;
	background-color: transparent;
}
.md-form .form-control:focus {
	outline: 0;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,.75);
	border-color: transparent;
	background-color: transparent;
}

.md-form label.form-control-placeholder {
	position: absolute;
	font-size: 100%;
	font-weight: 400;
	top: 1rem;
	left: 0;
	margin-bottom: 0;
	padding: 0rem 0.25rem;
	line-height: 28px;
	opacity: 0.8;
	z-index: -1;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.md-form .form-control:focus ~ label.form-control-placeholder,
.md-form input.form-control:not(:placeholder-shown) ~ label.form-control-placeholder,
.md-form textarea.form-control:not(:placeholder-shown) ~ label.form-control-placeholder,
.md-form select.form-control:not([value=""]):valid ~ label.form-control-placeholder {
  font-size: 0.8rem;
  transform: translate3d(0, -1rem, 0);
  opacity: 0.6;
	line-height: 1rem;
}
.md-form .form-control:focus ~ label.form-control-placeholder i,
.md-form input.form-control:not(:placeholder-shown) ~ label.form-control-placeholder i,
.md-form textarea.form-control:not(:placeholder-shown) ~ label.form-control-placeholder i,
.md-form select.form-control:not([value=""]):valid ~ label.form-control-placeholder i {
  /*color: #333;*/
}

.md-form select.form-control {
	padding: 0rem 0.25rem 0.5rem 0.25rem;
	height: 2rem!important;
	-webkit-appearance: none;
  -moz-appearance: none;
}

.md-form select::-ms-expand {
    display: none;
}

.md-form select.form-control option {
	/*background-color:#f1f1f1;*/
}

.md-form textarea.form-control {
	height: auto;
	min-height: 2rem;
	overflow-x: hidden;
	overflow-y: scroll;
	width: calc(100% + 17px);
}

.textarea-wrap {
	width: 100%;
	overflow: hidden;
}

/* CUSTOM CHECKBOX */

.md-form .custom-control.custom-checkbox {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 0rem;
}

.md-form .custom-control.custom-checkbox .custom-control-label {
	position: relative;
	cursor: pointer;
	padding: 0.25rem 0.25rem 0.25rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	display: inline-block;
	min-height: 1rem;
	color: #333;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.md-form .custom-control.custom-checkbox .custom-control-label:hover {
	color: rgba(0,0,0,1);
}
.md-form .custom-control.custom-checkbox .custom-control-label:hover::before {
	background-color: rgba(0,0,0,0.3);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.md-form .custom-control.custom-checkbox .custom-control-label::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(0,0,0,0.15);
	border-radius: 0!important;
	border: 0;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.md-form .custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none!important;
}

.md-form .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgba(0,0,0,0.75);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.md-form .custom-control.custom-checkbox .custom-control-label::after {
	position: absolute;
	left: 0rem;
	top: 50%;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.md-form .custom-control.custom-checkbox .custom-control-label span {
	position: absolute;
	right: 0rem;
	top: 50%;
	line-height: 2;
	/*padding: 0.25rem 0.4rem;*/
	text-align: center;
	font-size: 12px;
	width: 2.5rem;
	font-weight: 700;
	background-color: #419dd1;
	color: #fff;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* CUSTOM RADIO */

.md-form .custom-control.custom-radio {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 0rem;
}

.md-form .custom-control.custom-radio .custom-control-label {
	position: relative;
	cursor: pointer;
	padding: 0.25rem 0.25rem 0.25rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	display: inline-block;
	min-height: 1rem;
	color: #333;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.md-form .custom-control.custom-radio .custom-control-label:hover {
	color: rgba(0,0,0,1);
}
.md-form .custom-control.custom-radio .custom-control-label:hover::before {
	background-color: rgba(0,0,0,0.3);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.md-form .custom-control.custom-radio .custom-control-label::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(0,0,0,0.15);
	border-radius: 50%!important;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.md-form .custom-control.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none!important;
}

.md-form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: rgba(0,0,0,0.75);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.md-form .custom-control.custom-radio .custom-control-label::after {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.md-form .custom-control.custom-radio .custom-control-label span {
	position: absolute;
	right: 0rem;
	top: 50%;
	line-height: 2;
	/*padding: 0.25rem 0.4rem;*/
	text-align: center;
	font-size: 12px;
	width: 2.5rem;
	font-weight: 700;
	background-color: #419dd1;
	color: #fff;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* SPAN FOR SHOW-PASSWORD */

.field-icon {
  position: absolute;
	width: 2rem;
	height: 2rem;
	text-align: center;
	right: 0;
	padding: 0.15rem 0.25rem 0.5rem 0.25rem;
	z-index: 5;
	transform: translateY(-100%);
	cursor: pointer;
}
.field-icon::before {
	color: rgba(0,0,0,0.25);
	line-height: 1.5;
}

/* SKIN-FORM "SOLID" */
.btn-skin-form {
	position: relative;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
	border-radius: 3rem;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 0;
}
.btn-skin-form:hover, .btn-skin-form:active, .btn-skin-form.active {
	color: #fff;
	background-color: transparent;
  border-color: transparent;
}

.btn-skin-form::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
	margin: 0 auto;
	z-index: -2;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.btn-skin-form::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  width: 0rem;
  height: 100%;
  background-color: #ff0000;
	margin: 0 auto;
	z-index: -1;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-skin-form:hover::before,
.btn-skin-form:active::before {
  width: 100%;
}

.btn-skin-form.disabled {
  opacity: 0.25;
}

/* SKIN-FORM-O "HOLLOW" */
.btn-skin-form-o {
	position: relative;
  color: #111;
  background-color: transparent;
  border-color: transparent;
	border-radius: 0.25rem;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 0;
}
.btn-skin-form-o:hover, .btn-skin-form-o:active, .btn-skin-form-o.active {
	color: #fff;
	background-color: transparent;
  border-color: transparent;
}

.btn-skin-form-o::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
	margin: 0 auto;
	z-index: -2;
	
	border: 1px solid #111;
	border-radius: 0.25rem;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.btn-skin-form-o::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  width: 0rem;
  height: 100%;
  background-color: #ff0000;
	margin: 0 auto;
	z-index: -1;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-skin-form-o:hover::before,
.btn-skin-form-o:active::before {
  width: 100%;
}

.btn-skin-form-o.disabled {
  opacity: 0.25;
}

/* SKIN-FORM "SOLID-INVERT" */
.btn-skin-form-i {
	position: relative;
  color: #111;
  background-color: transparent;
  border-color: transparent;
	border-radius: 0.25rem;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 0;
}
.btn-skin-form-i:hover, .btn-skin-form-i:active, .btn-skin-form-i.active {
	color: #fff;
	background-color: transparent;
  border-color: transparent;
}

.btn-skin-form-i::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
	margin: 0 auto;
	z-index: -2;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.btn-skin-form-i::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  width: 0rem;
  height: 100%;
  background-color: #ff0000;
	margin: 0 auto;
	z-index: -1;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-skin-form-i:hover::before,
.btn-skin-form-i:active::before {
  width: 100%;
}

.btn-skin-form-i.disabled {
  opacity: 0.25;
}

/* ------------------------------- */
/* STEP FORM                       */
/* Custom Image Checkbox and Radio */
/* ------------------------------- */

.step-form {
	position: relative;
}

.step-form .custom-control.image-checkbox {
  position: relative;
  padding-left: 0;
}

.mb-30 {
	margin-bottom: 30px;
}

.step-form .custom-control.image-checkbox .custom-control-input:checked ~ label.custom-control-label::after, 
.step-form .custom-control.image-checkbox .custom-control-input:checked ~ label.custom-control-label::before {
  opacity: 1;
}

.step-form .custom-control.image-checkbox label.custom-control-label {
  cursor: pointer;
	width: 100%;
	height: 100%;
	/*padding: 1.75rem 1.5rem;*/
	padding: 1.25rem 1rem;
	border: 1px solid #dee2e6;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.step-form .custom-control.image-checkbox label.custom-control-label::after, 
.step-form .custom-control.image-checkbox label.custom-control-label::before {
  content: "";
	opacity: 0;
	position: absolute;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.step-form .custom-control.image-checkbox label.custom-control-label::before {
	top: -1px;
	left: -1px;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	
	pointer-events: none;
	content: "";
	background-color: rgba(0,0,0,0.05);
	border-radius: 0!important;	
	border: 1px solid rgba(0,0,0,0.75);
}
.step-form .custom-control.image-checkbox label.custom-control-label::after {
	/*font-family: 'Font Awesome 5 Pro';
  content: "\f058";
	font-weight: 900;
	color: #fff;
	background: none;*/
	font-size: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	opacity: 0;
	top: auto;
	left: auto;
	right: 0.25rem;
	bottom: 0.25rem;
	background-color: rgba(0,0,0,0.75);
	border-radius: 50%;
}

.step-form .custom-control.image-checkbox label.custom-control-label:focus, 
.step-form .custom-control.image-checkbox label.custom-control-label:hover {
	border: 1px solid rgba(0,0,0,0.75);
}

/* ------------------------------ */
/* SHAMET FORM                    */
/* ------------------------------ */

.sha-form {
	position: relative;
}

.sha-form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
}
.sha-form .form-row>.col, .sha-form .form-row>[class*=col-] {
    padding-right: 4px;
    padding-left: 4px;
}

/* Row-Sha-Form System */
.sha-form > div.row-sha-form {
	border-bottom: 1px solid var(--skin-grey-border);
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
/*.sha-form > div.row-sha-form:last-child {
	border-bottom: 0px solid var(--skin-grey-border);
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}*/

/* Row-Sha-Button System */
.sha-form > div.row-sha-btn {
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

/* Label */
.sha-form label {
	display: inline-block;
	margin-bottom: .5rem;
	margin-right: .5rem;
		font-size: 80%;
		font-weight: 500;
		-webkit-touch-callout: none;
    -webkit-user-select: none;
	 	-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.sha-form .form-group {
  margin-bottom: .5rem;
	position: relative;
}

/* Form Control */
.sha-form .form-control {
	position: relative;
	display: block;
	/*width: 100%;*/
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	/*font-size: 92%;*/
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: var(--skin-grey-light);
	background-clip: padding-box;
	border: 1px solid var(--skin-grey-light);
	border-radius: .25rem;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	box-shadow: none!important;
	
	font-size: var(--font-size);
}

.sha-form .form-control:focus, 
.sha-form .form-control:active {
    color: #495057;
    background-color: #fff;
    border-color: var(--skin-primary);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.sha-form textarea.form-control {
    height: auto;
}

/* Input PASSWORD */
.sha-form .input-password .form-control {
    padding-right: 2.75rem;
}

.sha-form .toggle-password {
  position: absolute;
	width: 1.25rem;
	line-height: 1.5;
	text-align: center;
	right: 0.75rem;
	padding: .0rem .0rem;
	z-index: 5;
	transform: translateY(calc(-100% - 0.375rem));
	cursor: pointer;
	font-size: var(--font-size);
}
.sha-form .toggle-password::before {
	color: #495057;
}

/* Webkit Pseudo-element */

.sha-form .form-control[type="time"]::-webkit-calendar-picker-indicator,
.sha-form .form-control[type="date"]::-webkit-calendar-picker-indicator {
	color: #495057;
	outline: none;
	opacity: 0;
	cursor: pointer;
	z-index: 5;
}

.sha-form .form-control::-webkit-search-cancel-button {
	display: none;
}

.sha-form .form-control[type="time"]::before {
	position: absolute;
	width: 1.25rem;
	right: 0.75rem;
	text-align: center;
	z-index: 1;
	font-family: 'Font Awesome 5 Pro';
	content: '\f017';
	font-weight: 400;
}

.sha-form .form-control[type="date"]::before {
	position: absolute;
	width: 1.25rem;
	right: 0.75rem;
	text-align: center;
	z-index: 1;
	font-family: 'Font Awesome 5 Pro';
	content: '\f073';
	font-weight: 400;
}

/* Select Simple (No Bootstrap Select Plugin) */

.sha-form select.select-simple {
	position: relative;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	cursor: pointer;
	
	background-image: url(../fonts/fontawesome/select-angle-down-495057.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
	background-size: 12px auto;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

/* Radios / Checkboxes / Switches */

.sha-form .custom-control.custom-radio, 
.sha-form .custom-control.custom-checkbox,
.sha-form .custom-control.custom-switch {
	/*margin-bottom: .5rem;*/
	padding-left: 0rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	min-height: 38px;
}

/*.sha-form .custom-control.custom-switch {
	margin-bottom: .5rem;
}*/

.sha-form .custom-control-label {
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	/*font-size: 92%;*/
	/*font-size: var(--font-size);*/
	font-size: 100%;
	padding-top: 0rem;
	padding-left: 1.75rem;
	color: #495057;
}
.sha-form .custom-control-label::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
	content: "";
	background-color: var(--skin-grey);
	border: 2px solid var(--skin-grey);
	box-shadow: none!important;
}

.sha-form .custom-control-label::after {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background: no-repeat 50%/50% 50%;
	/*cursor: pointer;*/
}

.sha-form .custom-control-inline {
  margin-right: 0.5rem;
}

.sha-form .custom-control-input {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: -1;
	width: 20px;
	height: 20px;
	opacity: 0;
}

.sha-form .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: var(--skin-primary);
	background-color: var(--skin-primary);
}
.sha-form .custom-control-input:not(:disabled):active~.custom-control-label::before,
.sha-form .custom-control-input:not(:checked):hover~.custom-control-label::before {
	color: #fff;
	background-color: var(--skin-grey);
	border-color: var(--skin-grey);
}
.sha-form .custom-control-input:checked:active~.custom-control-label::before {
	color: #fff;
	background-color: var(--skin-primary);
	border-color: var(--skin-primary);
}
.sha-form .custom-control-input:not(:disabled):focus~.custom-control-label::before {
	background-color: var(--skin-grey);
	border-color: var(--skin-grey);
}
.sha-form .custom-control-input:checked:focus~.custom-control-label::before {
	background-color: var(--skin-primary);
	border-color: var(--skin-primary);
}

.sha-form .custom-control-input:disabled~.custom-control-label,
.sha-form .custom-control-input[disabled]~.custom-control-label {
	cursor:default!important;
	opacity: 0.5;
}
.sha-form .custom-control-input:disabled~.custom-control-label::before,
.sha-form .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #fff!important;
	border-color: var(--skin-grey)!important;
}

/* Switches */

.sha-form .custom-switch {
	padding-left: 0;
}

.sha-form .custom-switch .custom-control-label {
	padding-left: 2.625rem;
}

.sha-form .custom-switch .custom-control-label::before {
	left: 0;
	width: 2.125rem;
	pointer-events: all;
	border-radius: 3rem;
}

.sha-form .custom-switch .custom-control-label::after {
	top: calc(0rem + 6px);
	left: calc(0rem + 4px);
	width: calc(1.0rem - 4px);
	height: calc(1.0rem - 4px);
	background-color: #fff;
	border-radius: 3rem;
}
.sha-form .custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.8375rem);
	transform: translateX(.8375rem);
}

.sha-form .custom-switch .custom-control-input:disabled~.custom-control-label::after,
.sha-form .custom-switch .custom-control-input[disabled]~.custom-control-label::after {
	background-color: var(--skin-grey);
}




/* Switches red-to-green */
.sha-form .custom-switch.switch-red-to-green .custom-control-label::before {
	background-color: var(--red);
	border: 2px solid var(--red);
}
.sha-form .custom-switch.switch-red-to-green .custom-control-input:not(:disabled):active~.custom-control-label::before,
.sha-form .custom-switch.switch-red-to-green .custom-control-input:not(:checked):hover~.custom-control-label::before {
	color: #fff;
	background-color: var(--red);
	border-color: var(--red);
}

.sha-form .custom-switch.switch-red-to-green .custom-control-input:disabled~.custom-control-label::before, 
.sha-form .custom-switch.switch-red-to-green .custom-control-input[disabled]~.custom-control-label::before {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}

.sha-form .custom-switch.switch-red-to-green .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: var(--green)!important;
	background-color: var(--green)!important;
}
.sha-form .custom-switch.switch-red-to-green .custom-control-input:checked:active~.custom-control-label::before {
		background-color: var(--green) !important;
		border-color: var(--green) !important;
}

.sha-form .custom-switch.switch-red-to-green .custom-control-input:disabled~.custom-control-label::after,
.sha-form .custom-switch.switch-red-to-green .custom-control-input[disabled]~.custom-control-label::after {
	background-color: #fff;
}

.sha-form .custom-control.custom-switch.switch-red-to-green {
  min-height: 22px;
}
.sha-form .custom-switch.switch-red-to-green .custom-control-label {
  padding-left: 30px;
}




/*form-control "DARK"*/
.sha-form .form-control.dark {
	background-color: #131e26;
	color: var(--skin-grey);
}

/* custom-control-label "DARK" */
.sha-form .custom-control-label.dark::before {
	background-color: transparent;
	border: 1px solid var(--skin-grey);
}
.sha-form .custom-control-input:not(:disabled):active~.custom-control-label.dark::before,
.sha-form .custom-control-input:not(:checked):hover~.custom-control-label.dark::before {
	color: #fff;
	background-color: transparent;
	border-color: var(--skin-grey);
}

/* SMALL-FONT CLASS for custom-control-label */
.sha-form .custom-control-label.font-small {
	font-size: 80%;
	padding-top: 0.125rem;
}
.sha-form .custom-control-label.font-small::before,
.sha-form .custom-control-label.font-small::after {
	top: 1px;
}
.sha-form .custom-switch .custom-control-label.font-small::after {
	top: calc(0rem + 5px);
	left: calc(-2.625rem + 4px);
	width: calc(1.0rem - 4px);
	height: calc(1.0rem - 4px);
	background-color: #fff;
	border-radius: 3rem;
}

/* Input GROUP */
.sha-form .form-group .input-group-text {
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: var(--font-size);
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: var(--skin-grey-light);
	border: 1px solid var(--skin-grey-light);
	/*border-radius: .25rem;*/
}

.sha-form .input-group .form-control {
	border-left-color: var(--skin-grey-light);
	border-right-color: var(--skin-grey-light);
}

.sha-form .input-group .form-control:focus,
.sha-form .input-group .form-control:active {
	border-left-color: var(--skin-primary);
	border-right-color: var(--skin-primary);
}

.input-group {
    margin-bottom: 0.5rem;
}

/* Input GROUP Multiple Input */
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left: -2px;
}

/* Input GROUP APPEND */
/*.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	padding-left: 0;
}*/

/* Input GROUP PREPEND */
/*.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
  padding-right: 0;
}*/

/* Input GROUP PREPEND Button */
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

/* Input GROUP APPEND Button */
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

/* Input ALERT MODE */

.sha-form .form-group.input-alert input,
.sha-form .form-group.input-alert .form-control,
.sha-form .form-group.input-alert .custom-control .custom-control-label::before,
.sha-form .form-group.input-alert .input-group-text {
  background-color: hsla(0,100%,90%,1.00)!important;
	border-color: hsla(0,100%,90%,1.00)!important;
}

/* ------------------------------- */
/* BOOTSTRAP SELECT PLUGIN         */
/* ------------------------------- */

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none!important;
	outline: 0px auto -webkit-focus-ring-color!important;
	outline-offset: 0;
}

.bootstrap-select .dropdown-toggle::after {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-left: .255em;
	margin-left: .5rem;
	vertical-align: .255em;
	content: "\f107";
	border: none;
	font-size: 19px;
	
	/*width: 12px;
	background-image: url(../fonts/fontawesome/select-angle-down-495057.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 12px auto;*/
}

.sha-btn-select {
	display: block;
	/*width: 100%;*/
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	/*font-size: 92%;*/
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: var(--skin-grey-light);
	background-clip: padding-box;
	border: 1px solid var(--skin-grey-light);
	border-radius: .25rem;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	outline: none!important;
  outline: 0px auto -webkit-focus-ring-color!important;
  outline-offset: 0!important;
	font-size: var(--font-size);
}

.sha-btn-select:focus, 
.sha-btn-select:active,
.bootstrap-select.show .sha-btn-select,
.sha-btn-select[aria-expanded="true"] {
    color: #495057;
    background-color: #fff;
    border-color: var(--skin-primary);
    box-shadow: 0 0 0 0rem rgba(0,123,255,.0);
}
.sha-btn-select:hover {
    color: #495057;
}

.sha-btn-select[aria-expanded="true"] {
	/*border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;*/
}

.bootstrap-select .bs-ok-default:after {
	display: block;
	width: .5em;
	height: 1em;
	border: none;
	
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 14px;
	color: var(--skin-primary);
	margin-left: .255em;
	vertical-align: .255em;
	content: "\f00c";
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #495057;
}


.bootstrap-select .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
    border: 0px solid var(--skin-primary);
    box-shadow: 0 0.25rem 0.75rem 0 rgb(0 0 0 / 25%);
    padding: 0.375rem 0rem;
	border-radius: 0.25rem;
}

.bootstrap-select .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    clear: both;
    font-weight: 400;
    color: #495057;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.bootstrap-select .dropdown-item:focus, 
.bootstrap-select .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: var(--skin-grey-light);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 8px;
}



/* ------------------------------ */
/* QTY INPUT                      */
/* ------------------------------ */

input.qty_input, input.qty_input:disabled {
	/*max-width: 100%;*/
	text-align: center;
	font-weight: 600;
	pointer-events: none;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
	border: 1px solid var(--skin-grey-light);
	background-color: var(--skin-grey-light);
	margin-right: -1px;
	/*box-shadow: 0px 0px 0px #000;*/
	width: 38px;
}

/* SKIN-QTY button */
.btn-skin-qty {
	background-color: var(--skin-grey-light);
	color: var(--body-text-color);
	text-transform: uppercase;
}
.btn-skin-qty:hover, .btn-skin-qty:focus {
	color: var(--body-text-color);
	background-color: #ccc;
}

/* ------------------------------- */
/* RESERVATION WIDGET 						 */
/* ------------------------------- */

.res-widget-bubble {
	position: relative;
	background: #fff;
	border-radius: .5rem;
	position: fixed;
	z-index: 9997;
	bottom: 2rem;
	right: 1rem;
	width: 64px;
	height: 48px;
	box-shadow: 0 1rem 2rem rgba(0,0,0,0.25);
	padding: 0.5rem;
	
	-webkit-transition: all 0.3s 0.3s ease-in-out;
	-moz-transition: all 0.3s 0.3s ease-in-out;
	-o-transition: all 0.3s 0.3s ease-in-out;
	-ms-transition: all 0.3s 0.3s ease-in-out;
	transition: all 0.3s 0.3s ease-in-out;
}

.res-widget-bubble::before {
	content: '';
	position: absolute;
	top: -0.25rem;
	left: 0;
	width: 100%;
	height: 3rem;
	background-color: rgba(0,0,0,0.0);
	border-radius: 0.5rem;
	overflow: hidden;
	border-top: 0.25rem solid rgba(0,0,0,0.25);
	z-index: -1;
}

.res-widget-bubble::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-right: 0;
	margin-left: -8px;
	margin-bottom: -16px;
}

.res-widget-bubble.open {
	bottom: 2rem;
	right: 1rem;
	width: 40%;
	height: 55%;
	box-shadow: 0 1rem 2rem rgba(0,0,0,0.25);
	padding: 0rem 0.5rem 0rem 0.5rem;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.res-widget-bubble .close-widget-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 0.3s 0.0s ease-in-out;
	-moz-transition: all 0.3s 0.0s ease-in-out;
	-o-transition: all 0.3s 0.0s ease-in-out;
	-ms-transition: all 0.3s 0.0s ease-in-out;
	transition: all 0.3s 0.0s ease-in-out;
}

.res-widget-bubble.open .close-widget-icon {
	opacity: 1;
	visibility: visible;
	
	-webkit-transition: all 0.3s 0.3s ease-in-out;
	-moz-transition: all 0.3s 0.3s ease-in-out;
	-o-transition: all 0.3s 0.3s ease-in-out;
	-ms-transition: all 0.3s 0.3s ease-in-out;
	transition: all 0.3s 0.3s ease-in-out;
}

.widget-content {
	padding-right: 0rem;
}

.gutters-025rem {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}
.gutters-025rem > .col, .gutters-025rem > [class*="col-"] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.res-widget-bubble .widget-content {
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 0.3s 0.0s ease-in-out;
	-moz-transition: all 0.3s 0.0s ease-in-out;
	-o-transition: all 0.3s 0.0s ease-in-out;
	-ms-transition: all 0.3s 0.0s ease-in-out;
	transition: all 0.3s 0.0s ease-in-out;
}
.res-widget-bubble.open .widget-content {
	opacity: 1;
	visibility: visible;
	
	-webkit-transition: all 0.3s 0.3s ease-in-out;
	-moz-transition: all 0.3s 0.3s ease-in-out;
	-o-transition: all 0.3s 0.3s ease-in-out;
	-ms-transition: all 0.3s 0.3s ease-in-out;
	transition: all 0.3s 0.3s ease-in-out;
}

/* Spinner */
.btn-spinner {
	position: absolute;
	display: block;
	padding: 0;
	/*width: 100%;
	height: 100%;*/
	height: 32px;
	width: 48px;
	z-index: 1;
}
.spinner {
  margin: 0 auto 0 auto;
  width: 100%;
  text-align: center;
}

.spinner > div {
  width: 8px;
  height: 8px;
  background-color: rgba(0,0,0,0.5);

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	
	-webkit-transition: all 0.3s 0.0s ease-in-out;
	-moz-transition: all 0.3s 0.0s ease-in-out;
	-o-transition: all 0.3s 0.0s ease-in-out;
	-ms-transition: all 0.3s 0.0s ease-in-out;
	transition: all 0.3s 0.0s ease-in-out;
}

.spinner:hover > div {
	background-color: #0099CC;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.3) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Skin-Widget button */
.btn-skin-widget {
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	text-transform: uppercase;
	transition: all .3s;
	border-radius: 0.25rem;
}
.btn-skin-widget:hover, .btn-skin-widget:focus {
	color: #fff;
	background-color: rgba(0,0,0,1);
}
.btn-skin-widget:active, .btn-skin-widget.active {
	color: #fff;
	background-color: rgba(0,0,0,1);
}
.btn-skin-widget.disabled {
  opacity: 0.25;
}

/* Skin-Widget Hollow button */
.btn-skin-widget-o {
	background-color: transparent;
	color: rgba(0,0,0,0.75);
	text-transform: uppercase;
	transition: all .3s;
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.75);
}
.btn-skin-widget-o:hover, .btn-skin-widget-o:focus {
	color: rgba(0,0,0,1);
	box-shadow: inset 0 0 0 2px rgba(0,0,0,1);
}
.btn-skin-widget-o:active, .btn-skin-widget-o.active {
	color: #fff;
	background-color: rgba(0,0,0,1);
}
.btn-skin-widget-o.disabled {
  opacity: 0.25;
}

/* Reservation Widget SCOLLBAR PLIGIN */
.widget-content .scroll-wrapper { 
	height: 100%;
	/*padding: 0 16px!important;*/
}

/*.widget-content .scrollbar-macosx > .scroll-element.scroll-x {
  overflow: hidden;
	display: none;
}*/

.widget-content .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -8px;
	min-height: 10px;
	width: 4px;
}

@media screen and (max-width: 1366px) and (orientation: landscape) {
	
	.res-widget-bubble.open {
		width: calc(50% - 0rem);
		height: calc(75vh - 0px);
	}
	
	.widget-content .scrollbar-macosx {
		overflow: hidden;
		overflow-y: auto;
	}
}

@media screen and (max-width: 1024px) {
	
	.res-widget-bubble.open {
		width: calc(75% - 0rem);
		height: calc(55% - 0px);
	}
	
	.widget-content .scrollbar-macosx {
		overflow: hidden;
		overflow-y: auto;
	}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
	
	.res-widget-bubble.open {
		width: calc(50% - 0rem);
		height: calc(75vh - 0px);
	}
	
	.widget-content .scrollbar-macosx {
		overflow: hidden;
		overflow-y: auto;
	}
}

@media screen and (max-width: 767px) {
	
	.res-widget-bubble.open {
		width: calc(100% - 2rem);
		height: calc(100vh - 48px);
	}
	
	.widget-content .scrollbar-macosx {
		overflow: hidden;
		overflow-y: auto;
	}
	
	/*.widget-content .scroll-wrapper { 
		height: 100%;
		padding-right: 0rem!important;
	}*/
	
	/*.widget-content .scrollbar-macosx > .scroll-element .scroll-bar {
			background-color: transparent;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			opacity: 0;
	}*/
}