/*
==============================================================
STANDARDS  . TLC 3.0
==============================================================
*/

@media (min-width: 1200px) /* navbar-expand-xl */ {}
@media (max-width: 1200px) /* navbar-expand-lg */ {}
@media (min-width: 992px) /* navbar-expand-lg */ {}
@media (max-width: 992px) /* navbar-expand-md */ {}
@media (min-width: 768px) /* navbar-expand-md */ {}
@media (max-width: 768px) /* navbar-expand-sm */ {}
@media (min-width: 576px) /* navbar-expand-sm */ {}
@media (max-width: 576px) /* navbar-expand-xs */ {}

a, a:link, a:visited, a:hover, a:focus, 
button {
	border:none;
	background-color:transperant;
	outline:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
/* Touch iOs remove gray bg */
/* -webkit-tap-highlight-color: red;
-webkit-tap-highlight-color: transparent; /* for removing the highlight */
}


#mdb-preloader.loaded {
  opacity: 0;
  transition: .3s ease-in 1s;
}

/*HELPERS*/
.heightauto { height: auto !Important; }
.clearfix, clearFoo {float:none;clear:both;}

img, a img, img a {
border: 0px;
border-image-width: 0px; /* nobody likes default border around images */
transition: all 200ms ease-in-out;
margin: 0 auto;

} 
ol ol, ol ul, ul ol, ul ul {margin: 0; padding: 0;}
.clear {display: inline-block;}
.clearFoo {clear:both; width:100%;}
.end {clear:both; width:100%; margin-bottom: 40px;}
object, embed {  outline: 0;}
input::-moz-focus-inner {border: 0;}
button:focus, input {outline:0 !important;}
svg {max-height: 100% !important;}

.offset {
	position: absolute !important;
	left: -10001px !important;
	overflow: hidden !important;
}
.ono {overflow: hidden !important;}
.oyo {overflow: visible !important;}

.hide, .hidden {display: none;}

.no-gutters.all > .col,
.no-gutters.all > [class*=col-] {
	padding-bottom: 0 !important;
}


/*  -------- iPad redraw offscreen fix --------------- *:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
} */

/*centered text to the middle of a <hr/>-like line*/








/* HEADER STRETCH */
h1.center-stretch {
   font-size: 1.25rem !important;
   font-family: var(--font3) !important;
}

h1.center-stretch .text {
   letter-spacing: 0.8rem !important;
   text-transform: uppercase !important;
}

@media (max-width: 768px) {
	h1.center-stretch .text {
	   letter-spacing: 0.3rem !important;
	   text-transform: uppercase !important;
	   font-size: 0.9rem !important;

	}
}

.separator {
    display: flex;
    align-items: baseline;
    text-align: center;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--color1lf2);
}
.separator::before {
	margin-right: 0.95em;
	margin-top: -1.3rem;
	margin-left: 0px;
}

.separator::after {
    margin-left: .25em;
	margin-top: -1.3rem;
}

.separator .text {
	font-size: 90%;
	/*margin: 0;*/
	padding: 0px 4px 7px 5px;	
}



/*
===============================
IMAGE . CONTAIN
===============================
*/
.overflowH, 
.cover, .contain,
.cover.Left, .cover.Right, .cover.Top, .cover.Bottom, 
.cover.Left-Top, .cover.Left-Bottom, .cover.Right-Top, .cover.Right-Bottom {
	overflow: hidden;
}
.cover img,
.cover.Left img, .cover.Right img, .cover.Top img, .cover.Bottom img, 
.cover.Left-Top img, .cover.Left-Bottom img, .cover.Right-Top img, .cover.Right-Bottom img {
	object-fit: cover;
	object-position: center center;
	height: inherit;
	min-width: 100%;
	position: relative;
}
.contain img {
	object-fit: contain;
}
.contain.Center img, .cover.Center img {object-position: center center;}
.contain.Left img, .cover.Left img {object-position: left center;}
.contain.Right img, .cover.Right img {object-position: right center;}
.contain.Top img, .cover.Top img {object-position: center top;}
.contain.Bottom img, .cover.Bottom img {object-position: center bottom;}
.contain.Left-Top img, .cover.Left-Top img  {object-position: left top;}
.contain.Left-Bottom img, .cover.Left-Bottom img  {object-position: left bottom;}
.contain.Right-Top img, .cover.Right-Top img  {object-position: right top;}
.contain.Right-Bottom img, .cover.Right-Bottom img {object-position: right bottom;}


.contain.Center {background-position: center center;}
.contain.Left {background-position: left center;}
.contain.Right {background-position: right center;}
.contain.Top {background-position: center top;}
.contain.Bottom {background-position: center bottom;}
.contain.Left-Top {background-position: left top;}
.contain.Left-Bottom {background-position: left bottom;}
.contain.Right-Top {background-position: right top;}
.contain.Right-Bottom {background-position: right bottom;}




/* IMG */
a img, a:link img,
a .nolink img,
a .nolink a:link img {
	transition: all 300ms ease-out;
	transform: scale3d(1, 1, 1);
}

/* IMG HOVER */
a:hover img, a img:hover {
	transform: scale3d(1.1, 1.1, 1);
}

/* SVG */
.list-hit a svg, 
.list-hit a:link svg,
.list-hit a .nolink svg,
.list-hit a .nolink a:link svg {
	transition: all 300ms ease-out;
	transform: scale3d(1, 1, 1);
}

/* SVG HOVER */
.list-hit a:hover svg, 
.list-hit a svg:hover {
	transition: all 300ms ease-out;
	transform: scale3d(1.15, 1.15, 1.15);
}

.nolink:hover img,
.nolink a:hover img,
.nolink:hover svg,
.nolink a:hover svg {
	transform: none !important;
}

.flash {
	-webkit-transition: background 0.5s ease-in;
	-moz-transition: background 0.5s ease-in;
	-o-transition: background 0.5s ease-in;
	-ms-transition: background 0.5s ease-in;
	transition: background 0.5s ease-in;
}
.gap {clear:both; width:100%; margin-bottom: 25px;}


/*All images RESPONSIVE*/
img {
	display: block;
	height: auto; /* makes responsive */
	 /*max-width: 100%;  makes responsive */
	border: 0px !important;  /* removes default border around images */
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	border-image-width: 0px !important;
}



/*
===============================
HIDE-SHOW
===============================
*/

/* Block  --- see Player Debut (original Rockette)*/
.show-0, .show-false, .hide-1, .hide-true,
li.show-0 {display:none;} 
.show-1, .show-true, .hide-0, .hide-false, li.show-1 {display:block;}

/* Inline  --- see Player Debut (original Rockette)*/
.show-inline-0, .show-inline-false, .hide-inline-1, .hide-inline-true {display:none;} 
.show-inline-1, .show-inline-true, .hide-inline-0, .hide-inline-false {display:inline-block !important;}

/*REMOVE DOTTED LINE on LINKS*/
object, embed {outline: 0;}
input::-moz-focus-inner {border: 0;}



/*
===============================
TEXT
===============================
*/

/*TEXT STYLE*/
.caps {text-transform: uppercase !important;}
.initial {text-transform: capitalize !important;}
.lower {text-transform: lowercase !important;}
.textNone {text-transform: none !important;}

.bold {font-weight: bold !important;}
.italic {font-style: italic !important;}

.inline {display: inline-block !important;}
.block {display: block !important;}
.nowrap {
	display: inline-block !important;
	white-space: nowrap !important;
}
.wrap {
	display: inline-block !important;
   white-space: normal !important;
}

/*FONT SIZE*/
.font10 {font-size: 10% !important; line-height: 140%;}
.font20 {font-size: 20% !important; line-height: 140%;}
.font30 {font-size: 30% !important; line-height: 140%;}
.font40 {font-size: 40% !important; line-height: 140%;}
.font50 {font-size: 50% !important; line-height: 140%;}
.font55 {font-size: 55% !important; line-height: 140%;}
.font60 {font-size: 60% !important; line-height: 140%;}
.font65 {font-size: 65% !important; line-height: 140%;}
.font70 {font-size: 70% !important; line-height: 140%;}
.font75 {font-size: 75% !important; line-height: 140%;}
.font80 {font-size: 80% !important; line-height: 140%;}
.font85 {font-size: 85% !important; line-height: 140%;}
.font90 {font-size: 90% !important; line-height: 140%;}
.font95 {font-size: 95% !important; line-height: 140%;}
.font100 {font-size: 100% !important;}
.font105 {font-size: 105% !important;}
.font110 {font-size: 110% !important;}
.font115 {font-size: 115% !important;}
.font120 {font-size: 120% !important;}
.font125 {font-size: 125% !important;}
.font130 {font-size: 130% !important;}
.font135 {font-size: 135% !important;}
.font140 {font-size: 140% !important;}
.font145 {font-size: 145% !important;}
.font150 {font-size: 150% !important;}
.font155 {font-size: 155% !important;}
.font160 {font-size: 160% !important;}
.font165 {font-size: 165% !important;}
.font170 {font-size: 170% !important;}
.font175 {font-size: 175% !important;}
.font180 {font-size: 180% !important;}
.font185 {font-size: 185% !important;}
.font190 {font-size: 190% !important;}
.font195 {font-size: 195% !important;}
.font200 {font-size: 200% !important;}
.font210 {font-size: 210% !important;}
.font220 {font-size: 220% !important;}
.font230 {font-size: 230% !important;}
.font240 {font-size: 240% !important;}
.font250 {font-size: 250% !important;}
.font260 {font-size: 260% !important;}
.font270 {font-size: 270% !important;}
.font280 {font-size: 280% !important;}
.font290 {font-size: 290% !important;}
.font300 {font-size: 300% !important;}
.font310 {font-size: 310% !important;}
.font320 {font-size: 320% !important;}
.font330 {font-size: 330% !important;}
.font340 {font-size: 340% !important;}
.font350 {font-size: 350% !important;}
.font360 {font-size: 360% !important;}
.font370 {font-size: 370% !important;}
.font380 {font-size: 380% !important;}
.font390 {font-size: 390% !important;}
.font400 {font-size: 400% !important;}


.line80 {line-height: 80% !Important; }
.line90 {line-height: 90% !Important; }
.line100 {line-height: 100% !Important; }
.line110 {line-height: 110% !Important; }
.line120 {line-height: 120% !Important; }
.line125 {line-height: 125% !Important; }
.line130 {line-height: 130% !Important; }
.line140 {line-height: 140% !Important; }
.line150 {line-height: 150% !Important; }
.line160 {line-height: 160% !Important; }
.line170 {line-height: 170% !Important; }
.line175 {line-height: 175% !Important; }
.line180 {line-height: 180% !Important; }
.line190 {line-height: 190% !Important; }
.line200 {line-height: 200% !Important; }
.lineInherit {line-height: inherit !Important; }



.space1 {letter-spacing: 0.1rem !important;}
.space2 {letter-spacing: 0.2rem !important;}
.space3 {letter-spacing: 0.3rem !important;}
.space4 {letter-spacing: 0.4rem !important;}
.space5 {letter-spacing: 0.5rem !important;}
.space6 {letter-spacing: 0.6rem !important;}
.space7 {letter-spacing: 0.7rem !important;}
.space8 {letter-spacing: 0.8rem !important;}
.space9 {letter-spacing: 0.9rem !important;}
.space10 {letter-spacing: 1.0rem !important;}










/*
===============================
ALIGNMENT
===============================
*/

.floatL {float: left;}
.floatR {float: right;}

.L, .L-C, .L-R, .L-C-hide, .L-R-hide, .L-hide, .alignL {text-align: left;}
.C, .C-L, .C-R, .C-L-hide, .C-R-hide, .C-hide, .alignC {text-align: center;}
.R, .R-C, .R-L, .R-C-hide, .R-L-hide, .R-hide, .alignR {text-align: right;}
.J, .alignJ {text-align: justified;}

.brand-align {
	text-align: var(--brandAlign);
}
.brand-align-desc {
	text-align: var(--brandAlignDesc);
}
.brand-align-body {
	text-align: var(--brandAlignBody);
}



.left {margin-left: 0;}
.center {margin: 0 auto;}
.right {margin-left: auto; margin-right: 0;}


.v-auto {vertical-align: auto;}
.v-top {vertical-align: top;}
.v-mid	{vertical-align: middle;}
.v-base {vertical-align: baseline !important;}
.v-bottom {vertical-align: bottom !important;}
.v-texttop {vertical-align: text-top;}
.v-textbottom {vertical-align: text-bottom;}
.v-sub {vertical-align: sub;}
.v-super {vertical-align: super;}


.photoL {
	margin: 0px 12px 12px 0px;
	float: left;
 	border: 0px solid #CCCCCC;
	overflow: hidden;
}
.photoR {
	margin: 0px 0px 12px 12px;
	float: right;
 	border: 0px solid #CCCCCC;
	overflow: hidden;
}
.photoC {
	margin: 0px auto 12px auto;
 	border: 0px solid #CCCCCC;
	overflow: hidden;
}







/*
===============================
DISPLAY
===============================
*/

.border, 
.border0, 
.border00, 
.border1, 
.border2, 
.border3, 
.border-brand {
	border: 1px solid #CCCCCC; 
	position: relative;
	z-index: 1 !important;	
}

.border {border: 1px solid #CCCCCC; position: relative;z-index: 1 !important;}
.border0 {border: 1px solid #000000;}
.border00 {border: 1px solid #FFFFFF;}
.border1 {border: 1px solid var(--color1);}
.border2 {border: 1px solid var(--color2);}
.border3 {border: 1px solid var(--color3);}

.border-top {border-top: 1px solid #CCCCCC;}
.border-bottom {border-bottom: 1px solid #CCCCCC;}
.border-left {border-left: 1px solid #CCCCCC;}
.border-right {border-right: 1px solid #CCCCCC;}

.border-brand {
   border-top: var(--borderBrand);
   border-bottom: var(--borderBrand);
   border-left: var(--borderBrand);
   border-right: var(--borderBrand);
}


.border-size2 {border-width: 2px;}
.border-size3 {border-width: 3px;}
.border-size4 {border-width: 4px;}
.border-size5 {border-width: 5px;}
.border-size6 {border-width: 6px;}
.border-size7 {border-width: 7px;}
.border-size8 {border-width: 8px;}
.border-size9 {border-width: 9px;}
.border-size10 {border-width: 10px;}
.border-sizeThick {border-width: thick;}




.radius0 {
	border-radius: 0; /* Rounded Corners 0 = no */
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.radius2 {
	border-radius: 2; /* Rounded Corners 0 = no */
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
}
.radius3 {
	border-radius: 3; /* Rounded Corners 0 = no */
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
}
.radius4 {
	border-radius: 4; /* Rounded Corners 0 = no */
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
}
.radius5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.radius10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.radius15 {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
}
.radius20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.radius25 {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}
.radius30 {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.radius35 {
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
.radius40 {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.radius45 {
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
}
.radius50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.radius-brand {
   border-top-left-radius: var(--radiusBrand);
   border-top-right-radius: var(--radiusBrand);
   border-bottom-right-radius: var(--radiusBrand);
   border-bottom-left-radius: var(--radiusBrand);
}





.opacity10 {
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.opacity20 {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.opacity30 {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.opacity40 {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.opacity50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.opacity60 {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.opacity70 {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.opacity80 {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.opacity90 {
	opacity: 0.9;
	filter: alpha(opacity=90);
}








/*=============================================== * 
  Shadow
* ===============================================*/

.shadow  {
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.35);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.35);
	border: solid 1px #4800A0;
}


/*=============================================== * 
  Fade Effects
* ===============================================*/


/*ANIMATION*/

.fadein {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



	
/*=============================================== * 
  Sizing
* ===============================================*/

.width10 { width: 10%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width60 { width: 60%; }
.width70 { width: 70%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width100 { width: 100%;}
.width10px { width: 10px !important;}
.width20px { width: 20px !important;}
.width30px { width: 30px !important;}
.width40px { width: 40px !important;}
.width50px { width: 50px !important;}
.width60px { width: 60px !important;}
.width70px { width: 70px !important;}
.width80px { width: 80px !important;}
.width90px { width: 90px !important;}
.width100px { width: 100px !important;}
.width101 { width: 101px !important;}
.width105 { width: 105px !important;}
.width110 { width: 110px !important;}
.width120 { width: 120px !important;}
.width130 { width: 130px !important;}
.width140 { width: 140px !important;}
.width150 { width: 150px !important;}
.width160 { width: 160px !important;}
.width170 { width: 170px !important;}
.width180 { width: 180px !important;}
.width190 { width: 190px !important;}
.width200 { width: 200px !important;}
.width210 { width: 210px !important;}
.width220 { width: 220px !important;}
.width230 { width: 230px !important;}
.width240 { width: 240px !important;}
.width250 { width: 250px !important;}
.width260 { width: 260px !important;}
.width270 { width: 270px !important;}
.width280 { width: 280px !important;}
.width290 { width: 290px !important;}
.width300 { width: 300px !important;}
.width310 { width: 310px !important;}
.width320 { width: 320px !important;}
.width330 { width: 330px !important;}
.width340 { width: 340px !important;}
.width350 { width: 350px !important;}
.width360 { width: 360px !important;}
.width370 { width: 370px !important;}
.width380 { width: 380px !important;}
.width390 { width: 390px !important;}
.width400 { width: 400px !important;}
.width410 { width: 410px !important;}
.width420 { width: 420px !important;}
.width430 { width: 430px !important;}
.width440 { width: 440px !important;}
.width450 { width: 450px !important;}
.width460 { width: 460px !important;}
.width470 { width: 470px !important;}
.width480 { width: 480px !important;}
.width490 { width: 490px !important;}
.width500 { width: 500px !important;}
.width510 { width: 510px !important;}
.width520 { width: 520px !important;}
.width530 { width: 530px !important;}
.width540 { width: 540px !important;}
.width550 { width: 550px !important;}
.width560 { width: 560px !important;}
.width570 { width: 570px !important;}
.width580 { width: 580px !important;}
.width590 { width: 590px !important;}
.width600 { width: 600px !important;}

.min-width10 { min-width: 10%; }
.min-width20 { min-width: 20%; }
.min-width30 { min-width: 30%; }
.min-width40 { min-width: 40%; }
.min-width50 { min-width: 50%; }
.min-width60 { min-width: 60%; }
.min-width70 { min-width: 70%; }
.min-width80 { min-width: 80%; }
.min-width90 { min-width: 90%; }
.min-width100 { min-width: 100%;}
.min-width10px { min-width: 10px !important;}
.min-width20px { min-width: 20px !important;}
.min-width30px { min-width: 30px !important;}
.min-width40px { min-width: 40px !important;}
.min-width50px { min-width: 50px !important;}
.min-width60px { min-width: 60px !important;}
.min-width70px { min-width: 70px !important;}
.min-width80px { min-width: 80px !important;}
.min-width90px { min-width: 90px !important;}
.min-width100px { min-width: 100px !important;}
.min-width110 { min-width: 110px !important;}
.min-width120 { min-width: 120px !important;}
.min-width130 { min-width: 130px !important;}
.min-width140 { min-width: 140px !important;}
.min-width150 { min-width: 150px !important;}
.min-width160 { min-width: 160px !important;}
.min-width170 { min-width: 170px !important;}
.min-width180 { min-width: 180px !important;}
.min-width190 { min-width: 190px !important;}
.min-width200 { min-width: 200px !important;}
.min-width210 { min-width: 210px !important;}
.min-width220 { min-width: 220px !important;}
.min-width230 { min-width: 230px !important;}
.min-width240 { min-width: 240px !important;}
.min-width250 { min-width: 250px !important;}
.min-width260 { min-width: 260px !important;}
.min-width270 { min-width: 270px !important;}
.min-width280 { min-width: 280px !important;}
.min-width290 { min-width: 290px !important;}
.min-width300 { min-width: 300px !important;}
.min-width310 { min-width: 310px !important;}
.min-width320 { min-width: 320px !important;}
.min-width330 { min-width: 330px !important;}
.min-width340 { min-width: 340px !important;}
.min-width350 { min-width: 350px !important;}
.min-width360 { min-width: 360px !important;}
.min-width370 { min-width: 370px !important;}
.min-width380 { min-width: 380px !important;}
.min-width390 { min-width: 390px !important;}
.min-width400 { min-width: 400px !important;}
.min-width410 { min-width: 410px !important;}
.min-width420 { min-width: 420px !important;}
.min-width430 { min-width: 430px !important;}
.min-width440 { min-width: 440px !important;}
.min-width450 { min-width: 450px !important;}
.min-width460 { min-width: 460px !important;}
.min-width470 { min-width: 470px !important;}
.min-width480 { min-width: 480px !important;}
.min-width490 { min-width: 490px !important;}
.min-width500 { min-width: 500px !important;}
.min-width510 { min-width: 510px !important;}
.min-width520 { min-width: 520px !important;}
.min-width530 { min-width: 530px !important;}
.min-width540 { min-width: 540px !important;}
.min-width550 { min-width: 550px !important;}
.min-width560 { min-width: 560px !important;}
.min-width570 { min-width: 570px !important;}
.min-width580 { min-width: 580px !important;}
.min-width590 { min-width: 590px !important;}
.min-width600 { min-width: 600px !important;}


.max-width10 { max-width: 10%; }
.max-width20 { max-width: 20%; }
.max-width30 { max-width: 30%; }
.max-width40 { max-width: 40%; }
.max-width50 { max-width: 50%; }
.max-width60 { max-width: 60%; }
.max-width70 { max-width: 70%; }
.max-width80 { max-width: 80%; }
.max-width90 { max-width: 90%; }
.max-width10px { max-width: 10px !important;}
.max-width20px { max-width: 20px !important;}
.max-width30px { max-width: 30px !important;}
.max-width40px { max-width: 40px !important;}
.max-width50px { max-width: 50px !important;}
.max-width60px { max-width: 60px !important;}
.max-width70px { max-width: 70px !important;}
.max-width80px { max-width: 80px !important;}
.max-width90px { max-width: 90px !important;}
.max-width100 { max-width: 100px !important;}
.max-width110 { max-width: 110px !important;}
.max-width120 { max-width: 120px !important;}
.max-width130 { max-width: 130px !important;}
.max-width140 { max-width: 140px !important;}
.max-width150 { max-width: 150px !important;}
.max-width160 { max-width: 160px !important;}
.max-width170 { max-width: 170px !important;}
.max-width180 { max-width: 180px !important;}
.max-width190 { max-width: 190px !important;}
.max-width200 { max-width: 200px !important;}
.max-width210 { max-width: 210px !important;}
.max-width220 { max-width: 220px !important;}
.max-width230 { max-width: 230px !important;}
.max-width240 { max-width: 240px !important;}
.max-width250 { max-width: 250px !important;}
.max-width260 { max-width: 260px !important;}
.max-width270 { max-width: 270px !important;}
.max-width280 { max-width: 280px !important;}
.max-width290 { max-width: 290px !important;}
.max-width300 { max-width: 300px !important;}
.max-width310 { max-width: 310px !important;}
.max-width320 { max-width: 320px !important;}
.max-width330 { max-width: 330px !important;}
.max-width340 { max-width: 340px !important;}
.max-width350 { max-width: 350px !important;}
.max-width360 { max-width: 360px !important;}
.max-width370 { max-width: 370px !important;}
.max-width380 { max-width: 380px !important;}
.max-width390 { max-width: 390px !important;}
.max-width400 { max-width: 400px !important;}
.max-width410 { max-width: 410px !important;}
.max-width420 { max-width: 420px !important;}
.max-width430 { max-width: 430px !important;}
.max-width440 { max-width: 440px !important;}
.max-width450 { max-width: 450px !important;}
.max-width460 { max-width: 460px !important;}
.max-width470 { max-width: 470px !important;}
.max-width480 { max-width: 480px !important;}
.max-width490 { max-width: 490px !important;}
.max-width500 { max-width: 500px !important;}
.max-width510 { max-width: 510px !important;}
.max-width520 { max-width: 520px !important;}
.max-width530 { max-width: 530px !important;}
.max-width540 { max-width: 540px !important;}
.max-width550 { max-width: 550px !important;}
.max-width560 { max-width: 560px !important;}
.max-width570 { max-width: 570px !important;}
.max-width580 { max-width: 580px !important;}
.max-width590 { max-width: 590px !important;}
.max-width600 { max-width: 600px !important;}







.height10 { height: 10%; }
.height20 { height: 20%; }
.height25 { height: 25%; }
.height30 { height: 30%; }
.height40 { height: 40%; }
.height50 { height: 50%; }
.height60 { height: 60%; }
.height70 { height: 70%; }
.height75 { height: 75%; }
.height80 { height: 80%; }
.height90 { height: 90%; }
.height100 { height: 100%; }
.height10px { height: 10px !important;}
.height15px { height: 15px !important;}
.height20px { height: 20px !important;}
.height25px { height: 25px !important;}
.height30px { height: 30px !important;}
.height35px { height: 35px !important;}
.height40px { height: 40px !important;}
.height45px { height: 45px !important;}
.height50px { height: 50px !important;}
.height60px { height: 60px !important;}
.height70px { height: 70px !important;}
.height80px { height: 80px !important;}
.height90px { height: 90px !important;}
.height100px { height: 100px !important;}
.height110 { height: 110px !important;}
.height120 { height: 120px !important;}
.height125 { height: 125px !important;}
.height130 { height: 130px !important;}
.height140 { height: 140px !important;}
.height150 { height: 150px !important;}
.height160 { height: 160px !important;}
.height170 { height: 170px !important;}
.height175 { height: 175px !important;}
.height180 { height: 180px !important;}
.height190 { height: 190px !important;}
.height200 { height: 200px !important;}
.height210 { height: 210px !important;}
.height220 { height: 220px !important;}
.height225 { height: 225px !important;}
.height230 { height: 230px !important;}
.height240 { height: 240px !important;}
.height250 { height: 250px !important;}
.height260 { height: 260px !important;}
.height270 { height: 270px !important;}
.height275 { height: 275px !important;}
.height280 { height: 280px !important;}
.height290 { height: 290px !important;}
.height300 { height: 300px !important;}
.height310 { height: 310px !important;}
.height320 { height: 320px !important;}
.height325 { height: 325px !important;}
.height330 { height: 330px !important;}
.height340 { height: 340px !important;}
.height350 { height: 350px !important;}
.height360 { height: 360px !important;}
.height370 { height: 370px !important;}
.height375 { height: 375px !important;}
.height380 { height: 380px !important;}
.height390 { height: 390px !important;}
.height400 { height: 400px !important;}
.height410 { height: 410px !important;}
.height420 { height: 420px !important;}
.height425 { height: 425px !important;}
.height430 { height: 430px !important;}
.height440 { height: 440px !important;}
.height450 { height: 450px !important;}
.height460 { height: 460px !important;}
.height470 { height: 470px !important;}
.height475 { height: 475px !important;}
.height480 { height: 480px !important;}
.height490 { height: 490px !important;}
.height500 { height: 500px !important;}
.height510 { height: 510px !important;}
.height520 { height: 520px !important;}
.height525 { height: 525px !important;}
.height530 { height: 530px !important;}
.height540 { height: 540px !important;}
.height550 { height: 550px !important;}
.height560 { height: 560px !important;}
.height570 { height: 570px !important;}
.height575 { height: 575px !important;}
.height580 { height: 580px !important;}
.height590 { height: 590px !important;}
.height600 { height: 600px !important;}

.min-height10 { min-height: 10%; }
.min-height20 { min-height: 20%; }
.min-height30 { min-height: 30%; }
.min-height40 { min-height: 40%; }
.min-height50 { min-height: 50%; }
.min-height60 { min-height: 60%; }
.min-height70 { min-height: 70%; }
.min-height80 { min-height: 80%; }
.min-height90 { min-height: 90%; }
.min-height100 { min-height: 100%; }
.min-height10px { min-height: 10px !important;}
.min-height20px { min-height: 20px !important;}
.min-height30px { min-height: 30px !important;}
.min-height40px { min-height: 40px !important;}
.min-height50px { min-height: 50px !important;}
.min-height60px { min-height: 60px !important;}
.min-height70px { min-height: 70px !important;}
.min-height80px { min-height: 80px !important;}
.min-height90px { min-height: 90px !important;}
.min-height100px { min-height: 100px !important;}
.min-height101 { min-height: 101px !important;}
.min-height110 { min-height: 110px !important;}
.min-height120 { min-height: 120px !important;}
.min-height130 { min-height: 130px !important;}
.min-height140 { min-height: 140px !important;}
.min-height150 { min-height: 150px !important;}
.min-height160 { min-height: 160px !important;}
.min-height170 { min-height: 170px !important;}
.min-height180 { min-height: 180px !important;}
.min-height190 { min-height: 190px !important;}
.min-height200 { min-height: 200px !important;}
.min-height210 { min-height: 210px !important;}
.min-height220 { min-height: 220px !important;}
.min-height230 { min-height: 230px !important;}
.min-height240 { min-height: 240px !important;}
.min-height250 { min-height: 250px !important;}
.min-height260 { min-height: 260px !important;}
.min-height270 { min-height: 270px !important;}
.min-height280 { min-height: 280px !important;}
.min-height290 { min-height: 290px !important;}
.min-height300 { min-height: 300px !important;}
.min-height310 { min-height: 310px !important;}
.min-height320 { min-height: 320px !important;}
.min-height330 { min-height: 330px !important;}
.min-height340 { min-height: 340px !important;}
.min-height350 { min-height: 350px !important;}
.min-height360 { min-height: 360px !important;}
.min-height370 { min-height: 370px !important;}
.min-height380 { min-height: 380px !important;}
.min-height390 { min-height: 390px !important;}
.min-height400 { min-height: 400px !important;}
.min-height410 { min-height: 410px !important;}
.min-height420 { min-height: 420px !important;}
.min-height430 { min-height: 430px !important;}
.min-height440 { min-height: 440px !important;}
.min-height450 { min-height: 450px !important;}
.min-height460 { min-height: 460px !important;}
.min-height470 { min-height: 470px !important;}
.min-height480 { min-height: 480px !important;}
.min-height490 { min-height: 490px !important;}
.min-height500 { min-height: 500px !important;}
.min-height510 { min-height: 510px !important;}
.min-height520 { min-height: 520px !important;}
.min-height530 { min-height: 530px !important;}
.min-height540 { min-height: 540px !important;}
.min-height550 { min-height: 550px !important;}
.min-height560 { min-height: 560px !important;}
.min-height570 { min-height: 570px !important;}
.min-height580 { min-height: 580px !important;}
.min-height590 { min-height: 590px !important;}
.min-height600 { min-height: 600px !important;}

.max-height10 { max-height: 10%; }
.max-height20 { max-height: 20%; }
.max-height30 { max-height: 30%; }
.max-height40 { max-height: 40%; }
.max-height50 { max-height: 50%; }
.max-height60 { max-height: 60%; }
.max-height70 { max-height: 70%; }
.max-height80 { max-height: 80%; }
.max-height90 { max-height: 90%; }
.max-height10px { max-height: 10px !important;}
.max-height20px { max-height: 20px !important;}
.max-height30px { max-height: 30px !important;}
.max-height40px { max-height: 40px !important;}
.max-height50px { max-height: 50px !important;}
.max-height60px { max-height: 60px !important;}
.max-height70px { max-height: 70px !important;}
.max-height80px { max-height: 80px !important;}
.max-height90px { max-height: 90px !important;}
.max-height100px { max-height: 100px !important;}
.max-height100 { max-height: 100px !important;}
.max-height110 { max-height: 110px !important;}
.max-height120 { max-height: 120px !important;}
.max-height130 { max-height: 130px !important;}
.max-height140 { max-height: 140px !important;}
.max-height150 { max-height: 150px !important;}
.max-height160 { max-height: 160px !important;}
.max-height170 { max-height: 170px !important;}
.max-height180 { max-height: 180px !important;}
.max-height190 { max-height: 190px !important;}
.max-height200 { max-height: 200px !important;}
.max-height210 { max-height: 210px !important;}
.max-height220 { max-height: 220px !important;}
.max-height230 { max-height: 230px !important;}
.max-height240 { max-height: 240px !important;}
.max-height250 { max-height: 250px !important;}
.max-height260 { max-height: 260px !important;}
.max-height270 { max-height: 270px !important;}
.max-height280 { max-height: 280px !important;}
.max-height290 { max-height: 290px !important;}
.max-height300 { max-height: 300px !important;}
.max-height310 { max-height: 310px !important;}
.max-height320 { max-height: 320px !important;}
.max-height330 { max-height: 330px !important;}
.max-height340 { max-height: 340px !important;}
.max-height350 { max-height: 350px !important;}
.max-height360 { max-height: 360px !important;}
.max-height370 { max-height: 370px !important;}
.max-height380 { max-height: 380px !important;}
.max-height390 { max-height: 390px !important;}
.max-height400 { max-height: 400px !important;}
.max-height410 { max-height: 410px !important;}
.max-height420 { max-height: 420px !important;}
.max-height430 { max-height: 430px !important;}
.max-height440 { max-height: 440px !important;}
.max-height450 { max-height: 450px !important;}
.max-height460 { max-height: 460px !important;}
.max-height470 { max-height: 470px !important;}
.max-height480 { max-height: 480px !important;}
.max-height490 { max-height: 490px !important;}
.max-height500 { max-height: 500px !important;}
.max-height510 { max-height: 510px !important;}
.max-height520 { max-height: 520px !important;}
.max-height530 { max-height: 530px !important;}
.max-height540 { max-height: 540px !important;}
.max-height550 { max-height: 550px !important;}
.max-height560 { max-height: 560px !important;}
.max-height570 { max-height: 570px !important;}
.max-height580 { max-height: 580px !important;}
.max-height590 { max-height: 590px !important;}
.max-height600 { max-height: 600px !important;}



/*=============================================== * 
  Spacing
* ===============================================*/
.bottom0 { margin-bottom: 0px !important; }
.bottom1 { margin-bottom: 1px !Important; }
.bottom2 { margin-bottom: 2px !Important; }
.bottom3 { margin-bottom: 3px !Important; }
.bottom4 { margin-bottom: 4px !Important; }
.bottom5 { margin-bottom: 5px !Important; }
.bottom6 { margin-bottom: 6px !Important; }
.bottom7 { margin-bottom: 7px !Important; }
.bottom8 { margin-bottom: 8px !Important; }
.bottom9 { margin-bottom: 9px !Important; }
.bottom10 { margin-bottom: 10px !Important; }
.bottom15 { margin-bottom: 15px; }
.bottom20 { margin-bottom: 20px; }
.bottom25 { margin-bottom: 25px; }
.bottom30 { margin-bottom: 30px; }
.bottom35 { margin-bottom: 35px; }
.bottom40 { margin-bottom: 40px; }
.bottom45 { margin-bottom: 45px; }
.bottom50 { margin-bottom: 50px; }
.bottom60 { margin-bottom: 60px; }
.bottom70 { margin-bottom: 70px; }
.bottom75 { margin-bottom: 75px; }
.bottom80 { margin-bottom: 80px; }
.bottom90 { margin-bottom: 90px; }
.bottom100 { margin-bottom: 100px; }
.bottom150 { margin-bottom: 150px; }
.bottom200 { margin-bottom: 200px; }
.bottom-1 { margin-bottom: -1px !Important; }
.bottom-2 { margin-bottom: -2px !Important; }
.bottom-3 { margin-bottom: -3px !Important; }
.bottom-4 { margin-bottom: -4px !Important; }
.bottom-5 { margin-bottom: -5px !Important; }
.bottom-6 { margin-bottom: -6px !Important; }
.bottom-7 { margin-bottom: -7px !Important; }
.bottom-8 { margin-bottom: -8px !Important; }
.bottom-9 { margin-bottom: -9px !Important; }
.bottom-10 { margin-bottom: -10px !Important; }
.bottom-15 { margin-bottom: -15px !Important; }
.bottom-20 { margin-bottom: -20px !Important; }
.bottom-25 { margin-bottom: -25px !Important; }
.bottom-30 { margin-bottom: -30px !Important; }

.top0 { margin-top: 0px !important; }
.top1 { margin-top: 1px !Important; }
.top2 { margin-top: 2px !Important; }
.top3 { margin-top: 3px !Important; }
.top4 { margin-top: 4px !Important; }
.top5 { margin-top: 5px !Important; }
.top6 { margin-top: 6px !Important; }
.top7 { margin-top: 7px !Important; }
.top8 { margin-top: 8px !Important; }
.top9 { margin-top: 9px !Important; }
.top10 { margin-top: 10px !Important; }
.top15 { margin-top: 15px; }
.top20 { margin-top: 20px; }
.top25 { margin-top: 25px; }
.top30 { margin-top: 30px; }
.top35 { margin-top: 35px; }
.top40 { margin-top: 40px; }
.top45 { margin-top: 45px; }
.top50 { margin-top: 50px; }
.top60 { margin-top: 60px; }
.top70 { margin-top: 70px; }
.top75 { margin-top: 75px; }
.top80 { margin-top: 80px; }
.top90 { margin-top: 90px; }
.top100 { margin-top: 100px; }
.top150 { margin-top: 150px; }
.top200 { margin-top: 200px; }
.top-1 { margin-top: -1px !Important; }
.top-2 { margin-top: -2px !Important; }
.top-3 { margin-top: -3px !Important; }
.top-4 { margin-top: -4px !Important; }
.top-5 { margin-top: -5px !Important; }
.top-6 { margin-top: -6px !Important; }
.top-7 { margin-top: -7px !Important; }
.top-8 { margin-top: -8px !Important; }
.top-9 { margin-top: -9px !Important; }
.top-10 { margin-top: -10px !Important; }
.top-15 { margin-top: -15px !Important; }
.top-20 { margin-top: -20px !Important; }
.top-25 { margin-top: -25px !Important; }
.top-30 { margin-top: -30px !Important; }




.left0 { margin-left: 0px !Important; }
.left1 { margin-left: 1px !Important; }
.left2 { margin-left: 2px !Important; }
.left3 { margin-left: 3px !Important; }
.left4 { margin-left: 4px !Important; }
.left5 { margin-left: 5px !Important; }
.left10 { margin-left: 10px !Important; }
.left15 { margin-left: 15px !Important; }
.left20 { margin-left: 20px !Important; }
.left25 { margin-left: 25px !Important; }
.left30 { margin-left: 30px !Important; }
.left35 { margin-left: 35px !Important; }
.left40 { margin-left: 40px !Important; }
.left45 { margin-left: 45px !Important; }
.left50 { margin-left: 50px !Important; }

.left-1 { margin-left: -1px !Important; }
.left-2 { margin-left: -2px !Important; }
.left-3 { margin-left: -3px !Important; }
.left-4 { margin-left: -4px !Important; }
.left-5 { margin-left: -5px !Important; }
.left-6 { margin-left: -6px !Important; }
.left-7 { margin-left: -7px !Important; }
.left-8 { margin-left: -8px !Important; }
.left-9 { margin-left: -9px !Important; }
.left-10 { margin-left: -10px !Important; }
.left-15 { margin-left: -15px !Important; }
.left-20 { margin-left: -20px !Important; }
.left-25 { margin-left: -25px !Important; }
.left-30 { margin-left: -30px !Important; }
.left-35 { margin-left: -35px !Important; }

.right0 { margin-right: 0px !Important; }
.right1 { margin-right: 1px !Important; }
.right2 { margin-right: 2px !Important; }
.right3 { margin-right: 3px !Important; }
.right4 { margin-right: 4px !Important; }
.right5 { margin-right: 5px !Important; }
.right10 { margin-right: 10px !Important; }
.right15 { margin-right: 15px !Important; }
.right20 { margin-right: 20px !Important; }
.right25 { margin-right: 25px !Important; }
.right30 { margin-right: 30px !Important; }
.right35 { margin-right: 35px !Important; }
.right40 { margin-right: 40px !Important; }
.right45 { margin-right: 45px !Important; }
.right50 { margin-right: 50px !Important; }

.right-1 { margin-right: -1px !Important; }
.right-2 { margin-right: -2px !Important; }
.right-3 { margin-right: -3px !Important; }
.right-4 { margin-right: -4px !Important; }
.right-5 { margin-right: -5px !Important; }
.right-6 { margin-right: -6px !Important; }
.right-7 { margin-right: -7px !Important; }
.right-8 { margin-right: -8px !Important; }
.right-9 { margin-right: -9px !Important; }
.right-10 { margin-right: -10px !Important; }
.right-15 { margin-right: -15px !Important; }
.right-20 { margin-right: -20px !Important; }
.right-25 { margin-right: -25px !Important; }
.right-30 { margin-right: -30px !Important; }



/* MARGIN */
.margin0 { margin: 0px; }
.margin5 { margin: 5px; }
.margin10 { margin: 10px; }
.margin15 { margin: 15px; }
.margin20 { margin: 20px; }
.margin25 { margin: 25px; }
.margin30 { margin: 30px; }
.margin35 { margin: 45px; }
.margin40 { margin: 40px; }
.margin45 { margin: 45px; }
.margin50 { margin: 50px; }
.margin60 { margin: 60px; }
.margin70 { margin: 70px; }
.margin80 { margin: 80px; }
.margin90 { margin: 90px; }
.margin100 { margin: 100px; }
.margin-5 { margin: -5px; }
.margin-10 { margin: -10px; }
.margin-15 { margin: -15px; }
.margin-20 { margin: -20px; }

/* PADDING */
.pad0 { padding: 0px; }
.pad1 { padding: 1px; }
.pad2 { padding: 2px; }
.pad3 { padding: 3px; }
.pad4 { padding: 4px; }
.pad5 { padding: 5px; }
.pad6 { padding: 6px; }
.pad7 { padding: 7px; }
.pad8 { padding: 8px; }
.pad9 { padding: 9px; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }
.pad25 { padding: 25px; }
.pad30 { padding: 30px; }
.pad35 { padding: 45px; }
.pad40 { padding: 40px; }
.pad45 { padding: 45px; }
.pad50 { padding: 50px; }
.pad60 { padding: 60px; }
.pad70 { padding: 70px; }
.pad80 { padding: 80px; }
.pad90 { padding: 90px; }
.pad100 { padding: 100px; }
.pad-1 { padding: -1px; }
.pad-2 { padding: -2px; }
.pad-3 { padding: -3px; }
.pad-4 { padding: -4px; }
.pad-5 { padding: -5px; }
.pad-6 { padding: -6px; }
.pad-7 { padding: -7px; }
.pad-8 { padding: -8px; }
.pad-9 { padding: -9px; }
.pad-10 { padding: -10px; }
.pad-15 { padding: -15px; }
.pad-20 { padding: -20px; }

.top0pad { padding-top: 0px; }
.top1pad { padding-top: 1px; }
.top2pad { padding-top: 2px; }
.top3pad { padding-top: 3px; }
.top4pad { padding-top: 4px; }
.top5pad { padding-top: 5px; }
.top6pad { padding-top: 6px; }
.top7pad { padding-top: 7px; }
.top8pad { padding-top: 8px; }
.top9pad { padding-top: 9px; }
.top10pad { padding-top: 10px; }
.top15pad { padding-top: 15px; }
.top20pad { padding-top: 20px; }
.top30pad { padding-top: 30px; }
.top40pad { padding-top: 40px; }
.top50pad { padding-top: 50px; }
.top60pad { padding-top: 60px; }
.top70pad { padding-top: 70px; }
.top80pad { padding-top: 80px; }
.top90pad { padding-top: 90px; }
.top100pad { padding-top: 100px; }
.top-10pad { padding-top: -10px; }
.top-15pad { padding-top: -15px; }
.top-20pad { padding-top: -20px; }
.top-30pad { padding-top: -30px; }
.top-40pad { padding-top: -40px; }
.top-50pad { padding-top: -50px; }


.bottom0pad { padding-bottom: 0px; }
.bottom1pad { padding-bottom: 1px; }
.bottom2pad { padding-bottom: 2px; }
.bottom3pad { padding-bottom: 3px; }
.bottom4pad { padding-bottom: 4px; }
.bottom5pad { padding-bottom: 5px; }
.bottom6pad { padding-bottom: 6px; }
.bottom7pad { padding-bottom: 7px; }
.bottom8pad { padding-bottom: 8px; }
.bottom9pad { padding-bottom: 9px; }
.bottom10pad { padding-bottom: 10px; }
.bottom15pad { padding-bottom: 15px; }
.bottom20pad { padding-bottom: 20px; }
.bottom30pad { padding-bottom: 30px; }
.bottom40pad { padding-bottom: 40px; }
.bottom50pad { padding-bottom: 50px; }
.bottom60pad { padding-bottom: 60px; }
.bottom70pad { padding-bottom: 70px; }
.bottom80pad { padding-bottom: 80px; }
.bottom90pad { padding-bottom: 90px; }
.bottom100pad { padding-bottom: 100px; }

.left0pad { padding-left: 0px; }
.left1pad { padding-left: 1px; }
.left2pad { padding-left: 2px; }
.left3pad { padding-left: 3px; }
.left4pad { padding-left: 4px; }
.left5pad { padding-left: 5px; }
.left6pad { padding-left: 6px; }
.left7pad { padding-left: 7px; }
.left8pad { padding-left: 8px; }
.left9pad { padding-left: 9px; }
.left10pad { padding-left: 10px; }
.left15pad { padding-left: 15px; }
.left20pad { padding-left: 20px; }
.left25pad { padding-left: 25px; }
.left30pad { padding-left: 30px; }
.left40pad { padding-left: 40px; }
.left50pad { padding-left: 50px; }
.left60pad { padding-left: 60px; }
.left70pad { padding-left: 70px; }
.left75pad { padding-left: 75px; }
.left80pad { padding-left: 80px; }
.left90pad { padding-left: 90px; }
.left100pad { padding-left: 100px; }
.left-5pad { padding-left: -5px !Important; }
.left-10pad { padding-left: -10px !Important; }
.left-15pad { padding-left: -15px !Important; }
.left-20pad { padding-left: -20px !Important; }
.left-25pad { padding-left: -25px !Important; }
.left-30pad { padding-left: -30px !Important; }

.right0pad { padding-right: 0px; }
.right1pad { padding-right: 1px; }
.right2pad { padding-right: 2px; }
.right3pad { padding-right: 3px; }
.right4pad { padding-right: 4px; }
.right5pad { padding-right: 5px; }
.right6pad { padding-right: 6px; }
.right7pad { padding-right: 7px; }
.right8pad { padding-right: 8px; }
.right9pad { padding-right: 9px; }
.right10pad { padding-right: 10px; }
.right15pad { padding-right: 15px; }
.right20pad { padding-right: 20px; }
.right25pad { padding-right: 25px; }
.right30pad { padding-right: 30px; }
.right40pad { padding-right: 40px; }
.right50pad { padding-right: 50px; }
.right60pad { padding-right: 60px; }
.right70pad { padding-right: 70px; }
.right75pad { padding-right: 75px; }
.right80pad { padding-right: 80px; }
.right90pad { padding-right: 90px; }
.right100pad { padding-right: 100px; }
.right-5pad { padding-right: -5px !Important; }
.right-10pad { padding-right: -10px !Important; }
.right-15pad { padding-right: -15px !Important; }
.right-20pad { padding-right: -20px !Important; }
.right-25pad { padding-right: -25px !Important; }
.right-30pad { padding-right: -30px !Important; }











/*
===============================
TABLE
===============================
*/

.dt {
   line-height: 105%;
   padding-top: 8px;
   font-size: 85%;
}
.onLt dt {
   color: var(--LabelTagColor);
   color: var(--flexcolor1) !important;
}
.onDrk dt {
   color: white !important;
}

dd {
   font-size: 140%;
}

/*TABLE*/
table-wrap {
	display: block;
}
table-wrapper {
	width: 100%;
	overflow: auto;
}

.table-responsive {
	border: 0px;
	width: 100%;
}
.table-responsive th {
	font-family:var(--font1);
	font-size: 95%;
	color: var(--flexcolor1);
	text-transform: uppercase;
}

table td {
	vertical-align: text-top;
}


@-moz-document url-prefix() { fieldset {display: table-cell;}}


/* TABLE ALL */
table {border-collapse: collapse;}
td    {padding: 2px 2px;}


/* TABLE INFO */
table.info th {
	background: #CCCCCC;
	padding: 10px 5px;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: normal;
}
table.info td    {padding: 2px 2px;}
table.info tr:nth-child(even) {background: #EFEFEF;}
table.info tr:nth-child(odd) {background: #FAFAFA;}






/*
–––––––––––––––––––––––––––––––
DATEPICKER DATE
–––––––––––––––––––––––––––––––
*/

.ui-widget.ui-widget-content {
z-index: 2000 !important;
}






























/*
===============================
FORMS
===============================
*/
h1 + .form-group,
h1 + .form-group.inline,
h2 + .form-group,
h2 + .form-group.inline,
h3 + .form-group,
h3 + .form-group.inline,
h4 + .form-group,
h4 + .form-group.inline,
h5 + .form-group,
h5 + .form-group.inline {
	margin-top: 20px;
}


.form-group + .form-group {
	margin: 0px 0 15px 0;
}
.form-group + .form-group.radio,
.form-group + .form-group.checkbox,
.form-group.checkbox + .form-group.checkbox,
.form-group.radio + .form-group.radio,
.form-group.checkbox + .form-group.radio,
.form-group.radio + .form-group.checkbox {
	margin: 0px 0 25px 0;
}

.form-group.select + .form-group.select {
	margin: 0px 0 30px 0;
}





.form-group > label {
	margin: 0px !important;
}

input[type="radio"]{
    -webkit-appearance: radio;
}

input[type='text'], 
input[type='tel'], 
input[type='email'],
input[type='search'], 
input[type='password'], 
input[type='number'],
input[type='datetime-local'],
textarea, 
input[type="text"]:not(.browser-default),
.form-control {
	display: block;
	width: 100%;
	padding: 1.075rem 1.05rem;
	height: calc(4rem + 6px);

	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.75;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition-property: border-color, box-shadow;
	transition-duration: 0.15s, 0.15s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 0s;
	margin: 0px 0 25px 0;
	background-color: #fafafa !important
}

.form-group.inline {
	margin: 0px;
	/*background-color: red !important;*/
}

textarea {
	vertical-align: top;
	overflow: auto;
	height: auto;
	min-height: 280px;
}

select {
	display: block;
	width: 100%;
	padding: 1.075rem 1.05rem;
	height: calc(2em + 1rem + 2px);
	height: 70px;
	line-height: 1.7;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition-property: border-color, box-shadow;
	transition-duration: 0.15s, 0.15s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 0s;
	margin: 10px 0 20px 0;
	background-color: #fafafa !important
}

.select-wrapper > input[type='text'].select-dropdown.form-control {
	height: initial;
	box-sizing: border-box;
	border-radius: 0.25rem;
}
.select-wrapper+label,
.select-wrapper+label.active {
	top: 0;
	left: 2px;
}

input[type='file'] {
	display: block;
	width: 100%;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.7;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition-property: border-color, box-shadow;
	transition-duration: 0.15s, 0.15s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 0s;
	margin: 10px 0 20px 0;
	background-color: #fafafa !important;
}

input[type="file"]::-webkit-file-upload-button {
	padding: 15px 50px;
}
.file-upload-wrapper .card.card-body .file-upload-preview {
	background-color: var(--color1);
}


input[type='text']::placeholder, 
input[type='tel']::placeholder, 
input[type='email']::placeholder,
input[type='search']::placeholder, 
input[type='password']::placeholder, 
input[type='number']::placeholder,
input[type='datetime-local']::placeholder,
input[type='file']::placeholder,

textarea::placeholder, 
.form-control::placeholder {
    color: var(--color3lf4);
    opacity: 0.4;
	font-weight: 300;
}







.select.xxxs,
.select.xxs,
.select.xs  {
	width: 100px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.select.sm {
	width: 140px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.select.md {
	width: 200px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.select.lg {
	width: 250px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.select.xl {
	width: 300px;
	display: inline-block;
	margin: 0 10px 0 0;
}



input[type='text'].xxxs, 
input[type='tel'].xxxs, 
input[type='email'].xxxs,
input[type='search'].xxxs, 
input[type='password'].xxxs, 
input[type='number'].xxxs,
input[type='datetime-local'].xxxs,
textarea.xxxs, 
.form-control.xxxs {
	width: 60px;
	padding-left: .9rem;
	padding-right: .7rem;
}

input[type='text'].xxs, 
input[type='tel'].xxs, 
input[type='email'].xxs,
input[type='search'].xxs, 
input[type='password'].xxs, 
input[type='number'].xxs,
input[type='datetime-local'].xxs,
textarea.xxs, 
.form-control.xxs {
	width: 80px;
	padding-left: .9rem;
	padding-right: .7rem;
}

input[type='text'].xs, 
input[type='tel'].xs, 
input[type='email'].xs,
input[type='search'].xs, 
input[type='password'].xs, 
input[type='number'].xs,
input[type='datetime-local'].xs,
textarea.xs, 
.form-control.xs {
	width: 100px;
	/* padding-left: 0.4rem; */
	/* padding-right: 0.1rem; */
	/* text-align: center; */
	/* padding-top: 35px; */
	/* padding-bottom: 37px; */
}

input[type='text'].sm, 
input[type='tel'].sm, 
input[type='email'].sm,
input[type='search'].sm, 
input[type='password'].sm, 
input[type='number'].sm,
input[type='datetime-local'].sm,
textarea.sm, 
.form-control.sm {
	width: 120px;
	padding-left: .9rem;
	padding-right: .7rem;
}

input[type='text'].md, 
input[type='tel'].md, 
input[type='email'].md,
input[type='search'].md, 
input[type='password'].md, 
input[type='number'].md,
input[type='datetime-local'].md,
textarea.md, 
.form-control.md {
	width: 200px;
}

.form-control.w50 {width: 50%;}
.form-control.w60 {width: 60%;}
.form-control.w70 {width: 70%;}
.form-control.w80 {width: 80%;}
.form-control.w90 {width: 90%;}

.form-group {
	margin-bottom: 15px;
}

.form-group.inline + .form-group.inline {
display: inline-block !important;
margin: 0px;
}

.form-group.inline .form-control:first-child {
	margin-right: 5px;
}

.form-text {
	margin: -10px 0 30px 5px;
}











input[type='text']:hover, 
input[type='tel']:hover, 
input[type='email']:hover,
input[type='search']:hover, 
input[type='password']:hover, 
input[type='number']:hover,
input[type='datetime-local']:hover,
input[type='file']:hover,
textarea:hover, 
.form-control:hover, CartQty:hover,
.system_form input[type='text']:hover, .tlc_ecomm input[type='text']:hover, .system_form input[type='tel']:hover, .tlc_ecomm input[type='tel']:hover, .system_form input[type='email']:hover, .tlc_ecomm input[type='email']:hover, .system_form input[type='search']:hover, .tlc_ecomm input[type='search']:hover, .system_form input[type='password']:hover, .tlc_ecomm input[type='password']:hover, .system_form input[type='number']:hover, .tlc_ecomm input[type='number']:hover, .system_form textarea:hover, .tlc_ecomm textarea:hover, .system_form select:hover, .tlc_ecomm select:hover {
	color: var(--flexcolor1);
	background-color: #fdfed7 !important;
/* TRANSITION TO*/
	-webkit-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input[type='text']:focus, 
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='datetime-local']:focus,
textarea:focus,
.form-control:focus, CartQty:focus,
.system_form input[type='text']:focus, .tlc_ecomm input[type='text']:focus, .system_form input[type='tel']:focus, .tlc_ecomm input[type='tel']:focus, .system_form input[type='email']:focus, .tlc_ecomm input[type='email']:focus, .system_form input[type='search']:focus, .tlc_ecomm input[type='search']:focus, .system_form input[type='password']:focus, .tlc_ecomm input[type='password']:focus, .system_form input[type='number']:focus, .tlc_ecomm input[type='number']:focus, .system_form textarea:focus, .tlc_ecomm textarea:focus, .system_form select:focus, .tlc_ecomm select:focus {

color: var(--flexcolor1);
	background-color: #faffbd !important;
	border-color: transparent;
	
/* SHADOW */
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);

/* UNDERLINE
	border-bottom: 1px solid #4285f4;
	-webkit-box-shadow: 0 1px 0 0 #4285f4;
	box-shadow: 0 1px 0 0 #4285f4;
*/


/* TRANSITION TO*/
	-webkit-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

label,
.form-check label {
   text-transform: uppercase;
   color: var(--LabelTagColor);
}


.select-wrapper .search-wrap {
	display: block;
	padding: 10px 35px 10px 10px;
	margin: 0.7rem;
}

.select-dropdown.form-control {
	margin: 10px 0 20px 0;
}

.search.w-100.d-block {
	padding: 0 10px 0 10px !important;
}
.select-dropdown.form-control {
width: 100%;
margin: 0;
}





md-content.md-default-theme, md-content {
  /*color: rgba(0,0,0,0.87);
	background-color: rgb(250,250,250);*/
  background-color: transparent;
}
.datepickerdemoCalendar label {
  font-size: x-small;
}
.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid var(--color2rgb);
  border-top-color: var(--color2rgb);
  border-right-color: var(--color2rgb);
  border-bottom-color: var(--color2rgb);
  border-left-color: var(--color2rgb);
}
.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon, .md-datepicker-open .md-datepicker-calendar-icon {
  color: var(--color2rgb);
}
.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: var(--color2rgb);
  background-color: var(--color2rgb);
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input {
  border-color: var(--color2rgb);
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon, md-input-container:not(.md-input-invalid).md-input-focused md-icon {
  color: var(--color2rgb);
}







/*
–––––––––––––––––––––––––––––––
CHECKBOX
–––––––––––––––––––––––––––––––
*/

input[type="checkbox"]:not(:checked)+label, .form-check-input[type="checkbox"]:checked+label, label.btn input[type="checkbox"]:not(:checked)+label, label.btn input[type="checkbox"]:checked+label {
position: relative;
display: block;
height: auto;
padding-left: 35px;
cursor: pointer;
-webkit-user-select: radio;
-moz-user-select: radio;
-ms-user-select: radio;
user-select: radio;
-webkit-transition: 0.28s ease;
transition: 0.28s ease;
}

input[type="checkbox"]:not(:checked), 
input[type="checkbox"]:checked {
	position: relative;
	pointer-events: auto;
	opacity: 1;
	display: inline-block;
	margin: 10px 10px 10px 0px;
	padding: 5px 0;
}

.form-check input[type="checkbox"]:not(:checked),
.form-check input[type="checkbox"]:checked {
	display: none !important;
	margin: 0px;
	}



.form-check {
  padding-left: 0.25rem;
}
.form-group > label, 
.item > label {
	margin: 0px 0 5px 2px !important;
}
.form-group > label > .label-hidden {
	margin-top: -17px !important;
}

.form-check-input[type="checkbox"] + label, 
label.btn input[type="checkbox"] + label {
 -webkit-transition: 0.7s ease;
transition: 0.7s ease;
font-size: 1.25rem;
height: auto;
padding-left: 0px;
padding-right: 20px;
margin: 10px 0px !important;
}

label.btn input[type="checkbox"] + label:before, 
label.btn input[type="checkbox"]:not(.filled-in) + label:after,
.form-check-input[type="checkbox"] + label:before, .form-check-input[type="checkbox"]:not(.filled-in) + label:after, label.btn input[type="checkbox"] + label:before, label.btn input[type="checkbox"]:not(.filled-in) + label:after {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin-top: 0.8px;
  content: "";
  border: 1.5px solid var(--LabelTagColor);
  background-color: transparent !important;
  border-radius: 1px;
  -webkit-transition: .7s;
  transition: .7s;
}
/* Checkblock Solid Fill Style */
.form-check-input[type="checkbox"]:checked + label:before, 
label.btn input[type="checkbox"]:checked + label:before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin-top: 0.8px;
  content: "";
  border: 1.5px solid var(--LabelTagColor);
  background-color: var(--color1) !important;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Checkmark Style
.form-check-input[type="checkbox"]:checked+label:before, 
label.btn input[type="checkbox"]:checked+label:before {
top: -7px;
left: -6px;
width: 17px;
height: 30px;
border-top: 3px solid transparent;
border-right: 3px solid var(--color2);
border-bottom: 3px solid var(--color2);
border-left: 3px solid transparent;
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
 */
 

input[type="checkbox"] + input[type="checkbox"],
input[type="checkbox"]:checked + input[type="checkbox"]:not(:checked),
input[type="checkbox"]:not(:checked) + input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) + input[type="checkbox"]:not(:checked) {
	margin: 0px 5px 10px 20px;
}

input[type="checkbox"]:checked + label {
	display: block !important;
	padding-left: 0;
	padding: 9px 0 0 0;
}
input[type="checkbox"]:not(:checked) + label {
	display: block !important;
	padding-left: 0;
	padding: 5px 0 0 0 ;
}

.form-inline input[type="checkbox"]:not(:checked) + label,
.form-inline input[type="checkbox"]:checked + label{
	padding-top:3px;
}

 
.form-check input[type="checkbox"]:checked + label,
.form-check input[type="checkbox"]:not(:checked) + label {
	display: block !important;
	margin: 0px;
	padding-left: 35px !important;
	padding: 0px;
	text-transform: initial !important;

}

input[type="checkbox"] + script + label,
input[type="radio"] + script + label {
margin-top: 20px;
}
 
/* 
input[type="checkbox"] + script,
input[type="checkbox"] + script + label {
display: block;
margin-top: 20px;
}
 
 */
 
 
 
/*
–––––––––––––––––––––––––––––––
RADIO
–––––––––––––––––––––––––––––––
*/

input[type="radio"] + input[type="radio"] {
	margin: 10px 5px 0px 20px;
}

input[type="radio"] + label {
	display: block !important;
	margin: 20px 0px 0px 0px !important;
	padding: 0 !important;
}


input[type="radio"]:not(:checked)+label, .form-check-input[type="radio"]:checked+label, label.btn input[type="radio"]:not(:checked)+label, label.btn input[type="radio"]:checked+label {
position: relative;
display: inline-block;
height: 1.5625rem;
padding-left: 35px;
line-height: 1.5625rem;
cursor: pointer;
-webkit-user-select: radio;
-moz-user-select: radio;
-ms-user-select: radio;
user-select: radio;
-webkit-transition: 0.28s ease;
transition: 0.28s ease;
}

input[type="radio"]:not(:checked),
input[type="radio"]:checked {
	position: relative;
	pointer-events: auto;
	opacity: 1;
	display: inline-block;
	margin: 10px 10px 30px 0px;
}
.form-check input[type="radio"]:not(:checked),
.form-check input[type="radio"]:checked {
	display: none;
	margin: 0px;
	position: absolute;
	pointer-events: auto;
	opacity: 0;
	}


.form-check-input[type="radio"]:not(:checked) + label:before, 
.form-check-input[type="radio"]:not(:checked) + label:after, 
label.btn input[type="radio"]:not(:checked) + label:before, 
label.btn input[type="radio"]:not(:checked) + label:after {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--LabelTagColor);
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
}


.form-check-input[type="radio"]:not(:checked) + label:after, 
label.btn input[type="radio"]:not(:checked) + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-check-input[type="radio"] + label:before, 
.form-check-input[type="radio"] + label:after, 
label.btn input[type="radio"] + label:before, 
label.btn input[type="radio"] + label:after {
  width: 24px;
  height: 24px;
  margin: 0px;
}

.form-check-input[type="radio"]:not(:checked) + label, 
.form-check-input[type="radio"]:checked + label, 
label.btn input[type="radio"]:not(:checked) + label, 
label.btn input[type="radio"]:checked + label {
	-webkit-transition: 0.7s ease;
	transition: 0.7s ease;
	font-size: 1.25rem;
	height: auto;
	padding-left: 0px;
	padding-right: 20px;
	margin: 10px 0px !important;
	text-transform: initial !important;
}

.form-check-input[type="radio"]:checked + label:after, 
label.btn input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.form-check-input[type="radio"]:checked + label:after, 
.form-check-input[type="radio"].with-gap:checked + label:after, 
label.btn input[type="radio"]:checked + label:after, 
label.btn input[type="radio"].with-gap:checked + label:after {
  border: 1.5px solid var(--LabelTagColor);
  background-color: var(--color1) !important;
}

.form-check-input[type="radio"]:checked + label:after, 
.form-check-input[type="radio"].with-gap:checked + label:before, 
.form-check-input[type="radio"].with-gap:checked + label:after, 
label.btn input[type="radio"]:checked + label:after, 
label.btn input[type="radio"].with-gap:checked + label:before, 
label.btn input[type="radio"].with-gap:checked + label:after {
  border: 1.5px solid var(--LabelTagColor);
}


input[type="radio"]:checked + label  {
	display: block !important;
	margin: 40px 0px 10px 0px !important;
	padding-left: 0 !important;
	padding: 9px 0 0 0;
}
input[type="radio"]:not(:checked) + label {
	display: block !important;
	margin: 40px 0px 10px 0px !important;
	padding-left: 0 !important;
	padding: 5px 0 0 0;
}

.form-check input[type="radio"]:checked + label,
.form-check input[type="radio"]:not(:checked) + label {
	display: block !important;
	margin: 0px;
	padding-left: 35px !important;
	padding: 0px ;
}







/*


.md-form input[type="text"]:not(.browser-default) {
	background-color: #FAFAFA !important;
	height: initial;
	padding-left: 10px;
	font-size: 1.15rem !important;
	color: var(--color1);
	border-bottom: 1px solid var(--flexcolor3f4);
}
 input[type="text"]:not(.browser-default):hover,
.md-form:hover input[type="text"]:not(.browser-default) {
	background-color: #fdfed7 !important
}

*/

.select-wrapper span.caret {
	top: 1.5rem;
	right: 1.25rem;
	font-size: 0.85rem;
	color: var(--color1);
	z-index: 3;
	cursor: pointer;
	pointer-events: none;
}

.md-form label {
	margin-top: -1rem;
}
.md-form {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.form-group.checkbox,
.form-group.radio,
.form-group.select {
	margin-bottom: 1.5rem;
}

.form-group.select {
	margin-bottom: 0px;
}

.dropdown-content li>a, 
.dropdown-content li>span {
    font-size: 1.15rem;
    color: var(--color3);
    min-height: 50px;
    padding: 15px 5px 15px 15px;
}

.select-wrapper.md-form > ul li label {
	top: 0;
	font-size: .9rem;
	color: var(--color3xl);
	-webkit-transform: none;
	transform: none;
}


/*
–––––––––––––––––––––––––––––––
TEXT AREA
–––––––––––––––––––––––––––––––
*/
textarea.form-control {
  height: auto;
  min-height: 280px;
}





/*
–––––––––––––––––––––––––––––––
PASSWORD
–––––––––––––––––––––––––––––––
*/
.form-group.position-relative input {
  padding-right: 32px;
}

.form-password-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0px;
	color: rgba(0, 0, 0, .45);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	right: 70px;
	width: 0;
	z-index: 10;
	/* background-color: red !important; */
}

.form-text~.form-password-icon {
  bottom: calc(1rem + 18px);
}

.form-password-icon .material-icons {
  font-size: 16px;
  font-weight: 500;
}







.input-group-append, .input-group-prepend {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	height: calc(4rem + 6px);
	z-index: 10000;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  background-color: #FAFAFA !important;
  border-color: #2b3135;
  width: 100%;
}
.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
  display: none !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu .arrow {
  display: none !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu .arrow:after,
.bootstrap-datetimepicker-widget.dropdown-menu .arrow:before {
  display: none !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu a span:hover,
.bootstrap-datetimepicker-widget.dropdown-menu a span:focus {
  background-color: gold !important;
  color: #fff !important;
}



.input-group-text {
	font-size: 1.25rem;
	line-height: 1.5;
	color: white;
	white-space: nowrap;
	background-color: var(--color1) !important;
	border: 0px solid #ced4da;
	border-radius: 0.25rem;
}






#Payment_Amount[disabled] {
	border: 0px solid #ced4da;
	padding: 0 !important;
	padding-left: 0.2rem;
	margin-top: -15px !important;
	font-size: 3.5rem;
	height: 80px;
	line-height: 80px;
    padding: 24px 4px 24px 9px;
}
.stripe_payment_wrapper {
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: rgb(250, 255, 189) !important;
	padding: 5px;
	width: calc(100% + 10px);
	min-width: 100%;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition-property: border-color, box-shadow;
	transition-duration: 0.15s, 0.15s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 0s;
    padding: 24px 4px 24px 9px;
}



/*
===============================
FILE UPLOAD
===============================
*/

.file-upload {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: 200px;
	padding: 5px 10px;
	font-size: 1rem;
	text-align: center;
	color: #ccc;
	background-color: #fafafa !important;
}
.file-field.medium .file-path-wrapper {
height: 3rem; }
.file-field.medium .file-path-wrapper .file-path {
height: 2.8rem; }

.file-field.big-2 .file-path-wrapper {
height: 3.7rem; }
.file-field.big-2 .file-path-wrapper .file-path {
height: 3.5rem; }

.file-upload-wrapper {
	margin: 20px 0 50px 0;
}






.stickyButtons,
.stickyButtons.estimate {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: rgba(0,121,193,0.8);
   color: white;
   text-align: left;
   padding: 10px 0px 15px 0px;
   z-index: 100000;
}
.stickyButtons.estimate {
   background-color: rgba(255,120,0,0.9);
}