/* ------------------------------ */
/* SHAMET                         */
/* FRAMEWORK                      */
/* ------------------------------ */
/* Shamet Designer                */
/* www.shamet.it                  */
/* ------------------------------ */

/* ------------------------------ */
/* FONTS                          */
/* ------------------------------ */

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');*/
/* font-family: 'Open Sans', sans-serif; */
/*@import url('https://fonts.cdnfonts.com/css/dummy-text');*/
/* font-family: 'Dummy Text', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
/* font-family: 'Montserrat', sans-serif; */

.dummy-text {
	font-family: 'Dummy Text', sans-serif!important;
  user-select: none!important;
}
.fw-300 {font-weight: 300!important;}
.fw-400 {font-weight: 400!important;}
.fw-600 {font-weight: 600!important;}
.fw-700 {font-weight: 700!important;}
.fw-800 {font-weight: 800!important;}

/* ------------------------------- */
/* ROOT CONFIGURATION              */
/* ------------------------------- */

:root {
	
	/* Loader */
	--font-family: 'Montserrat', sans-serif;	/* Font Family */
	--font-size: 16px;												/* Font Size */
	--loader-bg: #0D0D0D;											/* Colore Background del loader */
	
	/* Body / Typography */
	--font-family: 'Montserrat', sans-serif;		/* Font Family */
	--font-size: 16px;												/* Font Size */
	--body-text-color: #333333;								/* Colore Testo del Body */
	--body-bg-color: #0D0D0D;									/* Colore Sfondo del Body */
	
	/* Header / Navbar */
	--auto-hide-header-bg: rgba(13,13,13,1) /*rgba(19,30,38,1)*/;		/* Colore background dell'header in RGBA(!) */
	
	/* 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) */
	
	/* 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-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: 	#E2007A; 								/* Magenta */
	--event-color-2: 	#E2001E; 								/* Rosso */
	--event-color-3: 	#EC7015; 								/* Arancio */
	--event-color-4: 	#f4c226; 								/* Giallo */
	--event-color-5: 	#97B314; 								/* Verde */
	--event-color-6: 	#329999; 								/* Verde-Blu */
	--event-color-7: 	#a167af; 								/* Viola */
	--event-color-8: 	#131e26; 								/* Blu-scuro */
	--event-color-9: 	#616161; 								/* Grigio-Medio */
	--event-color-10: #009EE0; 								/* Ciano */
	
	/* Buttons / Input */
	--btn-border-radius: 96px;								/* Raggio angoli pulsanti */
	
	/* Black Special PreventionHub */
	--black-dark: #0D0D0D;

}

/* ------------------------------ */
/* 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;}
/* 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;}

/* Body TEXT */
.clr-skin-body-txt 							{color: var(--body-text-color)!important;}

/* Grey Skin BACKGROUND */
.clr-skin-grey-superlight-bg 		{background-color: var(--skin-grey-superlight)!important;}


/*Event Color Class*/
.clr-1-txt 	{color: var(--event-color-1)!important;}
.clr-1-bg 	{background-color: var(--event-color-1)!important;}
.clr-1-brd 	{border-color: var(--event-color-1)!important;}
.clr-2-txt 	{color: var(--event-color-2)!important;}
.clr-2-bg 	{background-color: var(--event-color-2)!important;}
.clr-2-brd 	{border-color: var(--event-color-2)!important;}
.clr-3-txt 	{color: var(--event-color-3)!important;}
.clr-3-bg 	{background-color: var(--event-color-3)!important;}
.clr-3-brd 	{border-color: var(--event-color-3)!important;}
.clr-4-txt 	{color: var(--event-color-4)!important;}
.clr-4-bg 	{background-color: var(--event-color-4)!important;}
.clr-4-brd 	{border-color: var(--event-color-4)!important;}
.clr-5-txt 	{color: var(--event-color-5)!important;}
.clr-5-bg 	{background-color: var(--event-color-5)!important;}
.clr-5-brd 	{border-color: var(--event-color-5)!important;}
.clr-6-txt 	{color: var(--event-color-6)!important;}
.clr-6-bg 	{background-color: var(--event-color-6)!important;}
.clr-6-brd 	{border-color: var(--event-color-6)!important;}
.clr-7-txt 	{color: var(--event-color-7)!important;}
.clr-7-bg 	{background-color: var(--event-color-7)!important;}
.clr-7-brd 	{border-color: var(--event-color-7)!important;}
.clr-8-txt 	{color: var(--event-color-8)!important;}
.clr-8-bg 	{background-color: var(--event-color-8)!important;}
.clr-8-brd 	{border-color: var(--event-color-8)!important;}
.clr-9-txt 	{color: var(--event-color-9)!important;}
.clr-9-bg 	{background-color: var(--event-color-9)!important;}
.clr-9-brd 	{border-color: var(--event-color-9)!important;}
.clr-10-txt {color: var(--event-color-10)!important;}
.clr-10-bg 	{background-color: var(--event-color-10)!important;}
.clr-10-brd {border-color: var(--event-color-10)!important;}

/* Black Special PreventionHub */
.clr-black-dark-txt {color: var(--black-dark)!important;}
.clr-black-dark-bg {background-color: var(--black-dark)!important;}
.clr-black-dark-brd {border-color: var(--black-dark)!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;}


.border-responsive-r2b {
  border-right: 1px solid;
  border-bottom: 0px solid;
  padding-bottom: 0rem;
}

@media screen and (max-width: 1199px){
	.border-responsive-r2b {
    border-right: 0px solid;
    border-bottom: 1px solid;
    padding-bottom: 3rem;
  }
}

/* ------------------------------- */
/* BODY / TYPOGRAPHY               */
/* ------------------------------- */

/*body.loading {
	min-height: 100%!important;
	max-height: 100%!important;
	height: 100%!important;
	overflow: hidden!important;
}*/

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: var(--body-bg-color);
	margin: 0;
}

body .clr--black-bg {
	color: #999999;
}

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;
	line-height: 1.4;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--skin-grey-border);
}

/* ------------------------------ */
/* DISPLAY TITLE (RFS)            */
/* ------------------------------ */


@media (max-width: 1200px) {
  h1, .h1, .rfs-h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  h2, .h2, .rfs-h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  h3, .h3, .rfs-h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  h4, .h4, .rfs-h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

/*.display-4 {
	font-size: 2.75rem;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: calc(1.5rem + 2.0vw) ;
  }
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 2.25rem;
  }
}*/

/* ------------------------------ */
/* 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 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: var(--btn-border-radius);

	-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;*/
}

.btn-xl, .btn-group-xl > .btn {
	padding: 0.75rem 2rem;
	font-size: 1.5rem;
	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  */
/* ------------------------------ */

/* 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;
}

/* ------------------------------ */
/* COLLAPSE BUTTON                */
/* ------------------------------ */

.btn-collapse {
	position: relative;
	border:0;
	padding: 1rem 42px 1rem 1rem;
  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: #fff;
	-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;
}

@media (max-width: 767px) {
	.btn-collapse h4 {
		font-size: 1.25rem;
	}
}

/* ------------------------------ */
/* COLLAPSE DETAIL BUTTON         */
/* ------------------------------ */

.btn-collapse-detail {
	position: relative;
	border:0;
	padding: 0rem 42px 0rem 0;
  background-color:transparent;
	border-radius: 0rem;
	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 {
  color: inherit;
}

.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';
}

.btn-collapse-detail[aria-expanded="true"] {
	color: var(--event-color-10)!important;
}

/* ===================================
    Button Simple
====================================== */

.btn-simple {
	display:inline-block; 
	border: 2px solid transparent; 
	color: inherit; 
	letter-spacing: .5px; 
	line-height: inherit; 
	border-radius: 0; 
	text-transform: uppercase; 
	width: auto; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 600; 
	transition-duration: 0.15s; 
	transition-timing-function: ease-in-out; 
	white-space: nowrap;
	vertical-align: middle;
}

/* button size */
.btn-simple.btn-very-small {font-size:9px; padding: 1px 17px; line-height: 22px;}
.btn-simple.btn-small {font-size:11px; padding: 4px 24px;}
.btn-simple.btn-medium {font-size:12px; padding: 6px 25px 5px;}
.btn-simple.btn-large {font-size:13px; padding: 9px 34px; line-height: 25px}
.btn-simple.btn-extra-large {font-size:15px; padding: 12px 40px 13px;  line-height: 25px}
.btn-simple i {margin-left: 6px; vertical-align: middle; position: relative; top:-1px}

/* button background */
.btn-simple.btn-white {background:#ffffff; border-color: #ffffff; color: #232323}
.btn-simple.btn-white:hover, .btn-simple.btn-white:focus {background: transparent; color: #fff}
.btn-simple.btn-black {background:#000000; border-color: #000000; color: #fff}
.btn-simple.btn-black:hover, .btn-simple.btn-black:focus {background: transparent; color: #000}
.btn.btn-dark-gray {background: #232323; border-color: #232323; color: #fff}
.btn-simple.btn-dark-gray:hover, .btn-simple.btn-dark-gray:focus {background: transparent; color: #232323}
.btn-simple.btn-light-gray {background: #dbdbdb; border-color: #dbdbdb; color: #232323}
.btn-simple.btn-light-gray:hover, .btn-simple.btn-light-gray:focus {background: transparent; border-color: #dbdbdb; color: #dbdbdb}
.btn-simple.btn-deep-pink {background: #ff214f; border-color: #ff214f; color: #ffffff}
.btn-simple.btn-deep-pink:hover, .btn-simple.btn-deep-pink:focus {background: transparent; border-color: #ff214f; color: #ff214f}
.btn-simple.btn-cyan {background: #009ee0; border-color: #009ee0; color: #ffffff}
.btn-simple.btn-cyan:hover, .btn-simple.btn-cyan:focus {background: transparent; border-color: #009ee0; color: #009ee0}

/* button transparent */
.btn-simple.btn-transparent-white {background: transparent; border-color: #ffffff; color: #ffffff}
.btn-simple.btn-transparent-white:hover, .btn-simple.btn-transparent-white:focus {background: #ffffff; border-color: #ffffff; color: #232323}
.btn-simple.btn-transparent-black {background: transparent; border-color: #000000; color: #000000}
.btn-simple.btn-transparent-black:hover, .btn-simple.btn-transparent-black:focus {background: #000000; border-color: #000000; color: #ffffff}
.btn-simple.btn-transparent-dark-gray {background: transparent; border-color: #232323; color: #232323}
.btn-simple.btn-transparent-dark-gray:hover, .btn-simple.btn-transparent-dark-gray:focus {background: #232323; border-color: #232323; color: #ffffff}
.btn-simple.btn-transparent-light-gray {background: transparent; border-color: #dbdbdb; color: #dbdbdb}
.btn-simple.btn-transparent-light-gray:hover, .btn-simple.btn-transparent-light-gray:focus {background: #dbdbdb; border-color: #dbdbdb; color: #232323}
.btn-simple.btn-transparent-deep-pink {background: transparent; border-color: #ff214f; color: #ff214f}
.btn-simple.btn-transparent-deep-pink:hover, .btn-simple.btn-transparent-deep-pink:focus {background: #ff214f; border-color: #ff214f; color: #fff}
.btn-simple.btn-transparent-cyan {background: transparent; border-color: #009ee0; color: #009ee0}
.btn-simple.btn-transparent-cyan:hover, .btn-simple.btn-transparent-cyan:focus {background: #009ee0; border-color: #009ee0; color: #fff}

/* button rounded */
.btn-simple.btn-rounded {border-radius: 50px}
.btn-simple.btn-rounded.btn-very-small {padding: 2px 23px 1px;}
.btn-simple.btn-rounded.btn-small {padding: 5px 29px;}
.btn-simple.btn-rounded.btn-medium {padding: 6px 32px;}
.btn-simple.btn-rounded.btn-large {padding: 9px 38px;}
.btn-simple.btn-rounded.btn-extra-large {padding: 12px 45px 13px;}

/* ------------------------------ */
/* 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;}
.bg-pos-50 {background-position: 50vw 0 !important;background-size: 120% 120% !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: var(--loader-bg);
	z-index: 9999;
}

.divCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	
	/*background-image: url(../img/QUOTARAPIDO---BRAND-1.png);
	background-position: center center;
	background-size: 48px;
	background-repeat: no-repeat;*/
}

.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;
}

@-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);
  }
}

/* ------------------------------ */
/* 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: 38px;
	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); }

/* ------------------------------- */
/* AUTO-HIDING HEADER PLUGIN       */
/* ------------------------------- */

.cd-auto-hide-header {
  position: fixed;
	display: block;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
	padding: 0;
  background-color: var(--auto-hide-header-bg);
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s, width 0.0s, background-color 0.5s;
  transition: -webkit-transform .5s, width 0.0s, background-color 0.5s;
  transition: transform .5s, width 0.0s, background-color 0.5s;
  transition: transform .5s, -webkit-transform .5s, width 0.0s, background-color 0.5s;
	
	/*-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cd-auto-hide-header.is-open {
	height: 100%;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.cd-auto-hide-header.open {
	background-color: var(--auto-hide-header-bg)!important;
}

@media (max-width: 767px) {
	.cd-auto-hide-header {
		max-height: 100%;
		overflow: hidden;
		overflow-y: auto;
	}
}

@media (min-width: 1025px) {
	/*body.modal-open .cd-auto-hide-header {
		width: calc(100% - 17px);
	}*/
}

/* ------------------------------ */
/* 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;
}*/

/* ------------------------------- */
/* 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;
	
	position: relative;
}

/* Label Asterisk */
.sha-form label.asterisk::before {
	position: absolute;
	top: 0.25em;
	right: -1em;
	font-family: 'Font Awesome 5 Pro';
  content: "\f069";
	font-weight: inherit;
	font-size: 60%;
}

.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);
}

/*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;
}
