@import url(//fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

html {
    font: normal 14px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #eee;
    height: 100%;
	width:100%;
	scroll-behavior: smooth;
}
.bold {
	font-weight:bold!important;
}
.del_quote, .del_quote2, .del_quote3, .del_quote4, .del_quote_sample, .del_quote_sample_search, .del_quoteSA{
	display:block;
	position:absolute;
	font-size:12px;
	line-height:12px;
	color:red!important;
	text-decoration:none;
	top:-17px!important;
	right:0!important;
	padding:1px 9px 2px 9px;
	background-color:rgba(0,0,0,0.66);
	border:1px solid red;
	border-radius:3px;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
	z-index:9999!important;
}
.undel_quote, .undel_quote2, .undel_quote3, .undel_quote4, .undel_quote_sample, .undel_quoteSA{
	display:block;
	position:absolute;
	font-size:12px;
	line-height:12px;
	color:green!important;
	text-decoration:none;
	top:-17px;
	right:0;
	padding:1px 9px 2px 9px;
	background-color:rgba(0,0,0,0.66);
	border:1px solid green;
	border-radius:3px;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
	z-index:9999!important;
}
.del_press{
	display:block;
	position:absolute;
	font-size:12px;
	line-height:12px;
	color:red!important;
	text-decoration:none;
	bottom:3px;
	left:-30px;
	padding:0px 9px 1px 9px;
	background-color:rgba(0,0,0,0.66);
	border:1px solid red;
	border-radius:3px;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
}
.undel_press{
	display:block;
	position:absolute;
	font-size:12px;
	line-height:12px;
	color:green!important;
	text-decoration:none;
	bottom:3px;
	left:-30px;
	padding:0px 9px 1px 9px;
	background-color:rgba(0,0,0,0.66);
	border:1px solid green;
	border-radius:3px;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
}
.iqphazecont  {
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:999;
	color:#eaeaea;
	background-color:#EF8C1A;
	padding:2px;
	border-radius:3px;
	font-weight:700;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
	cursor:pointer;
	border:#1a1a1a 1px solid;
}
.iqphaze, .iqphazeb, .iqphazec {
	display:block;
	position:relative;
	border-radius:3px;
	z-index:999;
	color:#EF8C1A;
	background-color:#3a3a3a;
	font-weight:700;
	border:#1a1a1a 1px solid;
	min-width:105px;
	max-width:105px;
}
.iqphazeb, .iqphazec {
	display:none;
	margin-top:2px;
}
#drop_file_zone, #drop_file_zone_2, #drop_file_zoneB, #drop_file_zone_2B, #drop_file_zoneC, #drop_file_zone_2C {
	position:absolute;
	bottom:0;
	left:0;
    background-color: rgba(0,0,0,0.66);
    border: 2px dashed #EF8C1A;
	color:#EF8C1A;
    width: 160px;
    height: 160px;
    padding: 8px;
	border-radius:6px;
    font-size: 18px;
}
#drag_upload_file, #drag_upload_file_2, #drag_upload_fileB, #drag_upload_file_2B, #drag_upload_fileC, #drag_upload_file_2C {
  width:100%;
  height:100%;
  line-height:106px;
  margin:0 auto;
  font-size:13px;
}
#drag_upload_file p, #drag_upload_file_2 p, #drag_upload_fileB p, #drag_upload_file_2B p, #drag_upload_fileC p, #drag_upload_file_2C p {
  text-align: center;
}
#drag_upload_file #press_main_img, #drag_upload_fileB #press_main_imgB, #drag_upload_fileC #press_main_imgC {
  display: none;
}

.feetTits {
	display:block;
	position:relative;
	margin-left:-8px;
	margin-bottom:5px;
}
.warr_rapper_style p{
	margin-top:0;
	margin-left:0;
	font-weight:bold;
	font-style:normal;
	vertical-align:baseline;
}

.showtabs, .showtabsi {
	display:block;
	position:absolute;
	left:0px;
	color:#eaeaea;
	background-color:#02864D;
	padding:6px;
	border-radius:6px;
	font-weight:700;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
	cursor:pointer;
	border:#1a1a1a 1px solid;
}
.showtabs:hover, #showtabsi:hover{
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.66);
}


.showtabs {

	top:250px;

}
.showtabsi {

	top:220px;

}
#return-to-top {
    position: fixed;
    bottom: 12px;
    left: 0;
    right: 0;
	margin:auto;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    width: 103px;
    height: 64px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
	border:5pt solid rgba(239, 140, 26, 0.3);
    -webkit-transition: all 0.33s linear;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
	z-index:999999;
	box-shadow:0px 3px 4px 0px rgba(0, 0, 0, 0.50)!important;
	text-align:center!important;
}
#return-to-top i {
    color: rgba(239, 140, 26, 0.33);
    margin: 0;
	margin:auto
    position: relative;
    padding-top: 13px;
    font-size: 32px;
	line-height:52px;
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
	text-align:center!important;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.8);
	border:5pt solid rgb(239, 140, 26, 1);
}
#return-to-top:hover i {
    color: #EF8C1A;
	line-height:32px;
}
.moreinfo{
	display:block;
	position:absolute;
	bottom:89px;
	right:6px;
	color:#3a3a3a;
	font-size:25px;
	line-height:25px;
	width:25px
	height:25px;
	font-weight:700;
}


.ui-selectmenu-open{
	z-index:99999!important;
}
.ui-accordion-content {
display:block;
position:relative;
box-sizing:border-box!important;
font-size:13px!important;
font-weight:400!important;
line-height:13px!important;
color:#fff!important;
background-color: rgba(239, 140, 26, 0.1)!important;
font-family:Carlito, sans-serif!important;
border-radius:5px;
}
.ui-accordion-content p {
margin:0px;
padding:0px;
}
.ui-accordion-header  {
display:block;
position:relative;
border:1px solid #1a1a1a!important;
width:100%;
box-sizing:border-box;
padding:0!important;
background-color:#EF8C1A!important;
color:#2a2a2a!important;
border-radius:5px;
margin-bottom:0px!important;
font-weight:400!important;
font-size:13px!important;
line-height:13px!important;
color:#fff!important;
font-family:Carlito, sans-serif!important;
max-height:25px!important;
}
.ui-widget-content {
	padding:3px!important;
}
#accordion-resizer, #accordion-resizer2, #accordion-resizer3, #accordion-resizer4, #accordion-resizer5, #accordion-resizer6 {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 20%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 20%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#a8000000',GradientType=0 );
	color:#fff!important;
	display:block!important;
	position:absolute!important;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:230px!important;
	padding:20px 3px 20px 3px!important;
	font-family:Carlito, sans-serif!important;
	font-size:11px!important;
	box-sizing:border-box!important;
	box-shadow:0px 3px 4px 0px rgba(0, 0, 0, 0.50)!important;
	z-index:99!important;
	border-radius:6px!important;
	border:1px solid #000519!important;
	min-height:100vh!important;
	max-height:100vh!important;
}
#accordion-resizer {
	padding:20px 3px 0px 3px!important;
}

#pressDash, #quoteDash, #sample_quoteDash {
	display:block;
	position:fixed;
	top:0;
	right:0px;
	width:230px;
	min-height:627px;
	padding:0;
	box-sizing:border-box;
	z-index:999;
	animation: 500ms ease-out 0s 1 slideInFromRight;
	visibility:hidden;
}


input[type='text']::placeholder
    {   
        text-align: left;      /* for Chrome, Firefox, Opera */
    }
.page1 input[type='text']::placeholder
    {   
        text-align: right;      /* for Chrome, Firefox, Opera */
    }

* { box-sizing: border-box; }

.tabRow {
	height:23px!important;
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.33) 33%, rgba(0,0,0,0) 55%);
	background-attachment:fixed;	
	box-sizing: border-box!important;
}
.tabRow input[type='text']::placeholder, .tabRowi input[type='text']::placeholder {
        text-align: center;
		color:#ccc;
}
.tabRowi {
	max-height:15px!important;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.33) 60%, rgba(0,0,0,0) 90%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.33) 60%,rgba(0,0,0,0) 90%);
	background: linear-gradient(to right,  rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.33) 60%,rgba(0,0,0,0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#00000000',GradientType=1 );
	box-sizing: border-box!important;
}
@media screen and (max-device-width:1111px), screen and (max-width:1111px) {

.tabRowi {
	background:rgba(0,0,0,0);
	background-color:rgba(0,0,0,0.33);
}

}
.tabRowi td {
	font-size:13px!important;
	max-height:16px!important;
	line-height:16px!important;
	box-sizing: border-box!important;
	padding:0!important;
	vertical-align:middle!important;
}
@media print {

body, .page-container {
  background-color: #ffffff!important;
}

tr {
	overflow:hidden;
	
}
.noprint, #ibttn, #ibwrapper, .ui-resizable-handle, .ui-resizable-e, .ui-resizable-s, .ui-resizable-se, .ui-icon, .ui-icon-gripsmall-diagonal-se, .subrow, .addrow, .addrow2, .addrow3, .addrow4, .subrowz {
  visibility: hidden;
}

.pastimg {
  border: 0px solid rgba(0,0,0,0)!important;
}

.page-container {
width: 1041px!important;
height: 800px!important;
}

input:focus {
  outline: 0px solid rgba(0,0,0,0)!important;
}

.promo {
width: 1035px!important;
height: 668px!important;
}
.tabRow {
	background-image: none;
}
.tabRowi {
	background: rgba(0,0,0,0.0);
}
}
.ui-accordion-content-active {
  outline:none!important;
  border:0!important;
}
input:focus {
  outline: 1px solid #EF8C1A;
}

.addrow, .subrow, .addrow2, .addrow3, .addrow4, .subrowz {
	display:block;
	position:relative;
	width:14px;
	height:14px;
	text-align:center;
	color:#fff;
	background-color:#0F0;
	border:1px solid #000;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:-5px;
	margin-left:6px;
	border-radius:3px;
	box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.66);
	box-sizing: border-box;
	cursor:pointer;
}
.saveit {
	display:inline-block;
	position:relative;
	height:100%;
	font-size:19px!important;
	line-height:19px!important;
	text-align:left!important;
	cursor:pointer;
	vertical-align:bottom;
	color:#eee;
}
.subrow, .subrowz {
	background-color:red;
	line-height:11px;
}
#whiteWrapper .subrow,#whiteWrapper .subrowz {
	margin-left:-3px!important;
	margin-bottom:3px!important;
}
.addrow, .addrow2, .addrow3, .addrow4 {

	background-color:green;
	line-height:11px;

}

.addrow:hover, .addrow2:hover, .addrow3:hover, .addrow4:hover, .subrow:hover, .subrowz:hover {

	box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.66);

}

.investmentTotal, #investmentTotal, #disco, #investmentTotal2, #validuntil {
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Carlito, sans-serif;
	max-height:15px;
	text-align:right;
	font-size:14px;
	max-width: 100%;
	border-right: 5px solid rgba(0,0,0,0);
}
.xl16625199 input {
	color:#2a2a2a!important;
-webkit-text-fill-color: #2a2a2a;
}
#investmentTotal {
-webkit-text-fill-color: #2a2a2a;
}
.pastimg {
	display:block;
	position:absolute;
	max-width:100%;
	background-color:rgba(0,0,0,0);
	text-align:center;
	padding:6px;
	box-sizing: border-box;
	vertical-align: middle;
	overflow:hidden;
	border: 1px solid #EF8C1A; /*#EF8C1A*/
}
#cover_paste_a{
	top:230px;
	left:40px;
	right:40px;
	height:860px;
	max-height:860px;
	z-index:44;
}
#cover_paste_b{
	bottom:10px;
	left:10px;
	max-height:860px;
	width:150px;



	height:150px;
	z-index:45;
}
img {
	max-height:100%!important;
}
.pastimg img {
	display:block;
	position:absolute;
	top:0;
	left: 50%;
	height:570px;
	-webkit-transform:translateX(-50%);
}
.drag{
	cursor:move;
}
.include {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	cursor:pointer;
}
.includeText {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.page0, .page1, .page2, .page2b, .page2c, .page3, .page4, .page4b, .page4c, .pageCustom, .pageCustomB, .pageCustomC, .promoPage, .promo {
	display:block;
	position:relative;
	margin:auto!important;
	border:0;
	padding:6px;
	height: 1341px!important;
	width:1035px!important;
	max-height:1341px!important;
	max-width:1035px!important;
    page-break-inside: avoid;
	background: #fff;
	margin-top:20px!important;
	margin-bottom:0px!important;
	break-after: auto; page-break-after: auto;
}
.promoPage {
	padding:0!important;
}
.promo {
	display:block;
	position:relative;
	margin:auto;
	border:0;
	padding:0;
	height: 668px!important;
	width:1035px!important;
	max-height:668px!important;
	max-width:1035px!important;
    page-break-inside: avoid;
	background: #fff;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.66);
	margin-top:7px;
	margin-bottom:0px;
}
.page6, .page7retro2, .page7retro4, .page7retro6, .page8, .page10, .page12, .page14, .page16, .page18, .page20, .page22, .page24, .page26, .page28, .page30, .page32, .page34, .page36, .page38, .page40, .page42, .page44, .page46, .page48, .page50, .page52, .page54, .page56, .page58, .page60, .page62, .page66 {
	break-after: auto; page-break-after: auto;
}

.pagehide:last-child {
     break-after: auto; page-break-after: auto;
}
.iqcontent{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	box-sizing: border-box;
	border:0;
	padding:0;
	margin:0;
}
.wrapper {
	display:block;
	position:relative;
	margin:auto;
	padding: 0;
}
.document {
	display:block;
	position:absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
	margin:6px;
	padding:0;
	color:#2a2a2a;
	font-size:15px;
	font-family:Carlito, sans-serif;
	overflow:visible;
}
.iqtitle {
	display:block;
	position:absolute;
	top:-6px;
	right:0;
	left:0;
	margin:auto;
	width:250px;
	height:27px;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
	padding-bottom:2px;
	text-align:center;
	background-color: #3a3a3a;
	color:#EF8C1A;
	border:1px solid #1a1a1a;	
	text-transform: uppercase;
	border-radius:6px;
	box-shadow:0px 3px 4px 0px rgba(0, 0, 0, 0.50)!important;
}
.editframe {
	display:none;
	position:relative;
	margin:10px auto;
	float:right;
	padding: 0;
	width: 1120px;
	height:1500px;
	overflow: hidden;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.66);
}
#e_mailWrapper {
	display:none;
    -webkit-transition: all 0.33s linear;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
}
.beforeCopymail {
	position:relative;
	font-family: Arial, sans-serif;

	color: rgb(58, 58, 58); font-size: 18px;
	background-color: rgb(255, 255, 255);
	padding:0;
	margin:0;
	max-height:100px;
}
.afterCopymail {
	position:relative;
	padding:0;
	width:1035px;
	height:100px;
	overflow:scroll;
	overflow-x: hidden;
	margin:auto;
	margin-top:3px;
	border:0;
	max-width:1035px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.66);
}
#openClose:hover, #copyToClipBoard:hover {
	color:#ffffff;
	border:2pt solid #ffffff;
}
#openClose {
	display:none;
	position:absolute; /*or absolute*/
	left:0;
	right:0;
	margin:auto;
	top:5px;
	padding-bottom:27px;
	padding-top:27px;
	font-size:26px;
	line-height:30px;
	background-color: rgba(0,0,0,0.8);
	color:#EF8C1A;
	z-index:1000001; /*a number that's more than the modal box*/
	cursor:pointer;
	border:2pt solid #EF8C1A;
	text-align:center;
	box-shadow:1px 1px 3px 0px rgba(0, 0, 0, 0.8);
	width:190px;
	border-radius:9px;
	-webkit-transform:translateX(384px);
}
#copyToClipBoard {
	display:none;
	position:absolute; /*or absolute*/
	left:0;
	right:0;
	margin:auto;
	top:5px;
	padding-bottom:27px;
	padding-top:27px;
	font-size:26px;
	line-height:30px;
	background-color: rgba(0,0,0,0.8);
	color:#EF8C1A;
	z-index:1000001; /*a number that's more than the modal box*/
	cursor:pointer;
	border:2pt solid #EF8C1A;
	text-align:center;
	box-shadow:1px 1px 3px 0px rgba(0, 0, 0, 0.8);
	width:190px;
	border-radius:9px;
	-webkit-transform:translateX(186px);
}
.reporter {
	display:none;
	position:relative;
	margin-top:10px;
	float:right;
	/*margin-left:50%!important;
	-webkit-transform:translateX(-50%)!important;*/
	margin-right:0px!important;
	padding: 0;
	width: 1250px;
	height:1100px;
	overflow:scroll;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.66);
	padding-bottom:12px;
	background: #30459f;
	background: -moz-radial-gradient(center, ellipse cover,  #30459f 0%, #212d69 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #30459f 0%,#212d69 100%);
	background: radial-gradient(ellipse at center,  #30459f 0%,#212d69 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30459f', endColorstr='#212d69',GradientType=1 );
}
h1 {
	display:inline-block;
	box-sizing: border-box;
	position:relative;
	width:100%;
	line-height:64px;
	text-align:center;
	margin:auto;
	margin-top: 3px;
	margin-bottom: 6px;
}
body {
	background-color:#3a3a3a;
    height: 100%;
	width:100%;
    margin: 0;
}
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #ef8c1a;
    text-decoration: none;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
#blueWrapper{
	display:block;
	position:relative;
	margin:auto;
	width:100%;
}

.page-header-wrapper,
.page-content-wrapper,
.page-footer-wrapper {
    box-sizing: border-box;
    display: table-row;
}
.page-content-wrapper { height: 100%; }
.page-content {
    box-sizing: border-box;
    margin: auto;
    padding: 0;
}
.page-footer {
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.page-footer a,
.page-footer a:hover {
    text-decoration: none;
}
.company-logo img { 
	height: 50px;
	margin: auto;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}



#redoUndo {
	display:block;
	position:relative;
	margin:1pt;
	width:100%;
	height:44px;
	background-color:rgba(0,0,0,0.1);
	box-shadow:0px 2px 3px 0px rgba(0, 5, 33, 0.50);
	border-radius:6px;
	border:1px solid #EF8C1A;
}

#clsiqbttn2 {

		display:block;

		position:absolute;
		margin-top:0;
		margin-right:0;
		height:1px;
		z-index:9999999991;
		background-color: rgba(0,0,0,0);
		color:#000;
		font-size:1px;
		
}
#clsiqbttn2:after {
	display:block;
	position:fixed;
	top:22px;
	left:232px;
	width:52pt;
	height:32pt;
	z-index:9999999991;
	background-color: rgba(0,0,0,0.8);
	-webkit-box-shadow:-3px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow:-3px 3px 5px 0px rgba(0,0,0,0.5);
	cursor:pointer;
	color:#EF8C1A;
	text-align:center;
	line-height:29pt;
	font-size:21pt;
	border-radius:3px;
	content:"- / +";
	border-radius:9px;
	border: 1pt solid #EF8C1A;
}
#redo {
	display:block;
	position:absolute;
	outline:none;
	top:10px;
	right:12px;
	cursor:pointer;
}
#undo {
	display:block;
	position:absolute;
	outline:none;
	top:10px;
	right:48px;
	cursor:pointer;
}

#saveQuote {
	display:block;
	position:absolute;
	outline:none;
	top:10px;
	left:12px;
	cursor:pointer;
}
#pdfQuote {
	display:block;
	position:absolute;
	outline:none;
	top:10px;
	left:48px;
	cursor:pointer;
}
#saveSampleQuote {
	display:block;
	position:absolute;
	outline:none;
	top:10px;
	left:12px;
	cursor:pointer;
}
#pdfSampleQuote {
	display:block;
	position:absolute;
	outline:none;
	top:10px;
	left:48px;
	cursor:pointer;
}
#homes {
	display:block;
	position:absolute;
	outline:none;
	top:10px!important;
	right:82px;
	cursor:pointer;
}
#reportAll {
	display:block;
	position:absolute;
	outline:none;
	top:10px!important;
	right:116px;
	cursor:pointer;
}
#dashboard {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.99) 0%, rgba(0,0,0,0.8) 33%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.99) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.99) 0%, rgba(0,0,0,0.8) 33%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.99) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.99) 0%, rgba(0,0,0,0.8) 33%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.99) 100%);
	display:block;
	position:fixed;
	top:0px;
	left:0;
	width:230px;
	padding-top:0px;
	padding-left:3px;
	padding-right:3px;
	font-family:Carlito, sans-serif;
	font-size:13px;
	box-sizing:border-box;
	box-shadow:0px 3px 4px 0px rgba(0, 5, 33, 0.50);
	z-index:999999999;
	border-radius:6px;
	border:1px solid #000519;
	padding-bottom:25pt;
}

#dashboard-content {
	color:#eeeeee;
}
#dashboard-agent {
	display:block;
	position: absolute;
	left:1px;
	right:1px;
	text-align:center;
	color:#0175ff;
	font-weight:700;
	bottom:0;
	z-index:999;
	padding:0px;
	padding-bottom:5pt;
	font-size:11pt!important;
	box-sizing:border-box;
}

#dashboard-header {
	color:#ef8c1a;
	width:100%;
	display:block;
	position:relative;
	margin:0px;
	margin-top:1px;
	margin-bottom:2px;
	box-sizing:border-box;
	text-align:left;
	padding:0px;
	padding-left:9px;
	
}
.dashboard-topper {
	display:block;
	position:realative;
	padding:0px;
	font-family:Carlito, sans-serif;
	font-size:12pt;
	box-sizing:border-box;
	border:1px solid #1a1a1a;
	font-weight:bold;
	width:100%;
	background-color:#EF8C1A;
	color:#1a1a1a;
	text-align:center;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	font-size:13px!important;
	border-radius:6px;
	
}
.dashboard-footer {
	display:none;
	position:realative;
	width:100%;
	padding:0px;
	font-family:Carlito, sans-serif;
	font-size:12pt;
	box-sizing:border-box;
	padding-top:12px;
	padding-bottom:9px;
	line-height:30px!important;
	
}
.dashboard-footer p{
	display:block;
	position:realative;
	width:100%;
	font-family:Carlito, sans-serif;
	font-size:13px;
	box-sizing:border-box;
	padding:0;
	line-height:10px!important;
	margin:0;
	margin-left:6px;
}
.clickable, .sample_clickable {
display:block;
position:relative;
border:1px solid #1a1a1a;
width:100%;
box-sizing:border-box;
padding:2px 1px;
background-color:#EF8C1A;

color:#2a2a2a!important;
border-radius:5px;
margin-bottom:0px;
font-size:16px!important;
}
.clickableSmallH, .clickableSmallM, .clickableSmallF {
display:block;
position:relative;
border:1px solid #1a1a1a;
width:100%;
box-sizing:border-box;
padding:3px;
background-color:#EF8C1A;
color:#2a2a2a!important;
border-radius:5px;
margin-bottom:0px;
font-size:14px!important;
color:#fff!important;
}
.clickableSmallH {
background-color:#4C6AB6;
}
.clickableSmallM {
background-color:#0CA161;
}
.clickableSmallF {
background-color:#B44B4D;
}
.turn input[type="checkbox"] {
	position:absolute;
	right:-33px;
	cursor:none;
	pointer-events:none;
	background:#000;
}
.actionbutts {
	display:block;
	position:absolute;
	right:3px;
	top:2px;
	text-decoration:none;
	font-style:normal;
	font-weight:700;
	width:100%;
	text-align:right;
	height:100%;
}
.pull-right {
	display:inline-block;
	position:relative;
	height:12pt;
	width:24px;
	float:right;
	margin-right:9px!important;
}
.glyphicon {
	display:block;
	position:relative;
	width:18px;
	height:12px;
	text-decoration:none;
	font-style:normal;
	font-family: 'Courier New', monospace;
	font-weight:700;
}
.glyphicon-chevron-down::before {
	content:'[+]';
	height: 12px;
	text-decoration:none;
	font-style:normal;
	font-family: 'Courier New', monospace;
	font-weight:700;
	margin-right:
}
.glyphicon-chevron-up::before {
	content:'[-]';
	height: 12px;
	text-decoration:none;
	font-style:normal;
	font-family: 'Courier New', monospace;
	font-weight:700;
}
.collapsein{
    display: none;
}
#dashboard a, #dashboard a:visited{color:#02864D;}
#dashboard a:hover{color:#fff;}
.greenBack {
	background-color:#b6ffa5;
	color:#000000!important;
}
.redBack {
	background-color:#ffa5a5;
	color:#000000!important;
}
.yellowBack {
	background-color:#ffffa5;
	color:#000000!important;
}
.blueBack {
	background-color:#a5b0ff;
	color:#000000!important;
}
.xl17725199 input, .xl13625199 input {
	width:100%!important;
	max-width:100%!important;
}
.presscon, .presscon a {
	display:inline-block;
	position:relative;
	width:58px;
	height:48px;
	text-decoration:none;
	outline:none;
	margin:auto;
	box-sizing:border-box;
    background-color:rgba(58,58,58,100);
    background-repeat: no-repeat;
    background-position: center;
  	background-size: 48px 32px;
	border-radius:5px;
	border:2px solid #EF8C1A;
}
#mecha:hover, #forge:hover, #hydro:hover  {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.66);
}
#hydro {
	background-image: url(../excel/HYDROEX/hydro.svg);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.66);
	cursor:pointer;
	margin-left:5px;
	float:left;
}
#mecha {
	background-image: url(../excel/HYDROEX/mecha.svg);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.66);
	cursor:pointer;
}
#forge {
	background-image: url(../excel/HYDROEX/forge.svg);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.66);
	cursor:pointer;
	margin-right:5px;
	float:right;
}

.investSave, #investSave{
	display:none;
	position:absolute;
	top:80px;
	left:50%;
	-webkit-transform:translateX(-50%);
	right:0;
	margin:auto;
	background-color:#02864D;
	color:#eaeaea;
	cursor:pointer;
	outline:none;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
	z-index:999;
	border:#1a1a1a 1px solid;
	font-weight:bold;
	text-align:center;
	z-index:9999;
	padding:6px;
	border-radius:6px;
	font-size:12px;
	line-height:12px;
}
.investSave:hover, #investSave:hover{
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.66);
}
.btnActionL{
	background-color:#02864D;
	color:#eaeaea;
	cursor:pointer;
	outline:none;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
	z-index:999;
	border:#1a1a1a 1px solid;
	border-radius:4px;
	font-weight:bold;
	margin:9px;
	margin-top:12px;
	text-align:center;
}
.btnActionL:hover{
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.66);
}
.btnActionQ{
	background-color:#02864D;
	padding:12px 1px;
	color:#eaeaea;
	cursor:pointer;
	outline:none;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
	z-index:999;
	border:#1a1a1a 1px solid;
	border-radius:4px;
	font-weight:bold;
	margin:1px;
	margin-top:12px;
	margin-bottom:9px;
	width:95px;
	max-width:95px;
	text-align:center;
	font-size:11px!important;
	
}
.btnActionQ:hover{
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.66);
}
#custocustom::-moz-selection, #custoLink::-moz-selection { /* Code for Firefox */
  color: #028646!important;
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
}

#custocustom::selection, #custoLink::selection {
  color: #028646!important;
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
}
#factocustom::-moz-selection, #factoLink::-moz-selection { /* Code for Firefox */
  color: #028646!important;
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
}

#factocustom::selection, #factoLink::selection {
  color: #028646!important;
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
}
#custoLink{
	display: inline-block;
	position:relative;
	background-color: rgba(0, 0, 0, 0);
	background-color: transparent;
	color:#028646!important;
	z-index:999;
	width:195px!important;
	min-width:195px!important;
	max-width:195px!important;
	text-align:left;
	font-size:13px!important;
	margin-left:3px!important;
	border:none!important;
    outline-style: none!important;
	padding:0px!important;
	
	
}
#factoLink{
	display: inline-block;
	position:relative;
	background-color:rgba(0, 0, 0, 0);
	background-color: transparent;
	color:#CF3A3A!important;
	z-index:999;
	width:195px!important;
	min-width:195px!important;
	max-width:195px!important;
	text-align:left;
	font-size:13px!important;
	margin-left:3px!important;
	border:none!important;
    outline-style: none!important;
	padding:0px!important;
	
}
#custoLink::after, #factoLink::after{
  content:url('https://ui-construct.com/images/ctcl.svg'); /* with class ModalCarrot ??*/
  position:absolute; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  right:-25px;
  top:0px;
  cursor:pointer;
}
#factocustom {
	font-weight:bold!important;
	color:#CF3A3A!important;
	padding:4px 0px 4px 0px!important;
	text-align:left;
	text-decoration:underline;
	font-size:11px!important;
	border-radius:6px!important;
	white-space:normal;/*
	border-top:1px solid #1a1a1a!important;
	border-bottom:1px solid #3a3a3a!important;
	border-right:1px solid #4a4a4a!important;
	border-left:1px solid #2a2a2a!important;*/
	display:inline-block;
	width:195px!important;
	min-width:195px!important;
	max-width:195px!important;
	/*overflow:hidden;*/
	height:44px;
	line-height:13px;
	background-color:none;
	background-color: transparent;
	
}
#custocustom {
	font-weight:bold!important;
	color:#028646!important;
	padding:4px 0px 4px 0px!important;
	text-align:left;
	text-decoration:underline;
	font-size:14px!important;
	border-radius:6px!important;
	white-space:normal;/*
	border-top:1px solid #1a1a1a!important;
	border-bottom:1px solid #3a3a3a!important;
	border-right:1px solid #4a4a4a!important;
	border-left:1px solid #2a2a2a!important;*/
	display:inline-block;
	width:195px!important;
	min-width:195px!important;
	max-width:195px!important;
	/*overflow:hidden;*/
	height:44px;
	line-height:18px;
	background-color:none;
	background-color: transparent;

}
#custocustom::selection {
	color:#028646!important;
}

#submitButts {
	display:block;
	position: fixed;
	width:auto;
	right:0;
	top:0;
	height:51px;
	font-size:33px;
	line-height:33px;
	color:#fff;
	font-weight:bold;
	background-color:#028646;
	border:3px solid #fff;
	border-radius:5px;
	box-shadow: -2px 5px 11px rgba(0,0,0,0.6);
	z-index:99999;
	text-align:center;
	font-family:Carlito, sans-serif!important;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:3px;
	padding-top:6px;
	cursor:pointer;
}
.turn, .press_turn, .quote_turn, .turnSearch, .sample_quote_turn {
	display:block;
	position:relative;
	width:96%;
	box-sizing:border-box;
	padding:3px;
	margin:auto;
	border-radius:6px;
}
.turn, .turnSearch {
	background-color:rgba(0,0,0,0.66)!important;
	border-top:1px solid #000;
	border-left:1px solid #111;
	border-right:1px solid #555;
	border-bottom:1px solid #666;
	padding:3px!important;
}
.turn:hover {
	background-color:#EF8C1A!important;
	color:#fff;
}
.turn:hover a, .turnSearch:hover a {
	color:#fff;
}
#searchdo:hover, #searchdo:hover a {
	color:#EF8C1A!important;;
}
.del_quote:hover, .del_quote2:hover, .del_quote3:hover, .del_quote4:hover, .del_press:hover, .del_quote_sample:hover, .del_quote_sample_search:hover, .del_quoteSA:hover{
	color:#000000!important;
	font-weight:bold;
	background-color:rgba(239,140,26,1);
}
.undel_quote:hover, .undel_quote2:hover, .undel_quote3:hover, .undel_quote4:hover, .undel_press:hover, .undel_quote_sample:hover, .undel_quoteSA:hover {
	color:#000000!important;
	font-weight:bold;
	background-color:rgba(239,140,26,1);
}
.loginback {
	color:#ffffff!important;
	width:100%;
	height:100%;
	color:#ffffff!important;
	font-size:18pt;
	font-family:Carlito, sans-serif;
	background: #30459f;
	background: -moz-radial-gradient(center, ellipse cover,  #30459f 0%, #212d69 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #30459f 0%,#212d69 100%);
	background: radial-gradient(ellipse at center,  #30459f 0%,#212d69 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30459f', endColorstr='#212d69',GradientType=1 );
}
.logText {
	color:#EF8C1A!important;
	width:100%;
	font-size:18pt;
	line-height:20pt;
	text-align:center;
	font-family:Carlito, sans-serif;
}
::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}
@media (min-width: 480px) {
    .links > li { width: 33.33%; }
}
@media (min-width: 768px) {
    .page-content,
    .page-footer {
        padding-right: 10px;
        padding-left: 10px;
    }
    .links > li { width: 33.33%; }
    .product-info-wrapper .col {
        width: 50%;
    }
}
/* IBUILD */
/* H1-H3 */
H1 {
	color:#02864D;
	font-size:32px;
}
H2 {
	color:#ef8c1a;
}
H3 {	
	color:#ef8c1a;
}
.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 3px 0;
}

.column {
	flex: 1;
	/*border: 1px solid #fff;*/
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
	background-color:#3a3a3a;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.50); 
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.50);
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}

footer {
	padding: 0;
}

ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}

li {
  padding-left: 0px;
}

.orange {
  color: #ef8c1a; /* Or a color you prefer */
  font-size:14px;
}

#coverWraper div {
   color: #eee;
   font-family:Carlito, sans-serif;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
   font-size:12pt;
   margin:0pt;
   text-align:left;
}
#coverWraper * {margin:0; padding:0; text-indent:0; }

.cs0 {
	font-size:13.5pt!important;
	font-family:Carlito, sans-serif!important;
   	font-weight: 400!important;
}

.ch4 {
	color: #EF8C1A;
	font-family:Carlito, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 26pt;
}
#coverWraper h1, #headCover2 h1, #headCover3 h1 {
	color: #eee;
	font-family:Carlito, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 45pt;
}
.cs3 {
	color:#EF8C1A!important;
	font-family:Carlito, sans-serif;
	font-style: normal;
	font-weight: bold!important;
	text-decoration: none;
	font-size:18.5pt!important;
}

#AdminAgent {
	font-family:Carlito, sans-serif;
	display:block;
	position:relative;
	width:100%;
	height:45px;
	line-height:42px;
	color:#02864D;
	text-align:center;
	font-size:21pt;
	font-weight:bold;

}

#coverWraper h2 {
	color: #EF8C1A;
	font-family:Carlito, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 36pt;
}
.cs5 {
	color:#EF8C1A!important;
	font-family:Carlito, sans-serif!important;
	font-style:normal;
	font-weight:normal!important;
	text-decoration:none!important;
	font-size:12pt!important;
	margin-top:6px!important;
}
.cs12 {
	color:#eee!important;;
	font-family:Carlito, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
.cs14 {
	color: #eee;
	font-family:Carlito, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 13pt;
	vertical-align: -1pt;
}
.cs15 {
	color: #eee;
	font-family:Carlito, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	font-size: 11pt!important;
}
#coverWraper h3 {
	color: #3a3a3a;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size:24px!important;
	background-color:#fafafa;
	border:1px solid #005083;
	border-radius:6px;
	padding-left:7pt;
	text-align:left;
}
#coverWraper input {
	color: #3a3a3a;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size:24px!important;
	border-radius:6px;
	padding-left:7pt;
	text-align:left;
}
#coverWraper {
	display:block;
	position:relative;
	margin:auto;
	width:1011px;
	max-width:1011px;
	height:1317px;
	max-height:1317px;
	padding:0;
	background-color:rgba(0,0,0,0);
	border:0px solid #fff;
}
.navBox {
	display:block;
	position:absolute;
	width:460px;
	max-width:460px!important;
	height:190px;
	max-height:190px!important;
	background-color:#005083;
	text-align:left;
	border:2px solid #005083;
	border-radius:6px;
	cursor:pointer;
	padding:9px!important;
	padding-bottom:0!important;
}
#navBox1 {
	top:825px;
	left:30px;
}
#navBox2 {
	top:825px;
	right:30px;
}
#navBox3 {
	top:1045px;
	left:30px;
}
/*#navBox4 {
	top:850px;
}*/
#navBox5 {
	top:1045px;
	right:30px;
}

#totalBox {
	display:block;
	position:absolute;
	width:420px;
	max-width:420px;
	height:480px;
	max-height:480px;
	top:310px;
	right:65px;
}
#cover_paste_c{
	background-color:rgba(0,0,0,0.2);
	display:block;
	position:absolute;
	width:420px;
	max-width:420px;
	height:523px;
	max-height:523px;
	top:267px;
	left:71px;
	box-shadow:1px 3px 3px 0px rgba(0, 0, 0, 0.66);
	border:2px solid #eee!important;
	border-radius:6px;
	padding:0;
	line-height:0px;
	z-index:9;
}
#cover_paste_text{
	background-color:rgba(0,0,0,0);
	display:none;
	position:absolute;
	width:420px;
	max-width:420px;
	height:523px;
	max-height:523px;
	top:267px;
	left:71px;
	border-radius:6px;
	padding:0;
	pointer-events:none;
	text-align:center;
	font-size:13px;
	color:#fff;
	line-height:420px;
	z-index:8;
}
#headCover, #headCover2, #headCover3  {
	display:block;
	position:absolute;
	width:480px;
	max-width:480px;
	height:120px;
	max-height:120px;
	top:111px;
	left:60px;
}
#connprize{
	display:block;
	position:absolute;
	top:90px;
	right:0;
	width:291px;
	height:202px;
}
#cover_paste_x, #cover_paste_xB, #cover_paste_xC {
	background-color:rgba(0,0,0,0.2);
	display:block;
	position:absolute;
	width:560px;
	max-width:950px;
	height:590px;
	max-height:1200px;
	top:120px;
	right:25px;
	box-shadow:1px 3px 3px 0px rgba(0, 0, 0, 0.66);
	border:2px solid #eee!important;
	border-radius:6px;
	padding:0;
	line-height:0px;
	z-index:9;
}
#cover_paste_y, #cover_paste_yB, #cover_paste_yC{
  font-family: Carlito, sans-serif;
	background-color:rgba(0,0,0,0);
	display:block;
	position:absolute;
	width:360px;
	max-width:650px;
	height:180px;
	max-height:1200px;
	top:180px;
	left:25px;
	z-index:9;
	text-align:left;
}
#cover_paste_y h1, #cover_paste_yB h1, #cover_paste_yC h1{
	color:#eee;
	font-size:64px;
	line-height:65px;
	text-align:left!important;
}
#cover_paste_y h2, #cover_paste_yB h2, #cover_paste_yC h2{
	color:#EF8C1A;
	font-size:32px!important;;
	line-height:33px!important;;
	text-align:left!important;
}
#cover_paste_yh, #cover_paste_zh , #cover_paste_yhB, #cover_paste_zhB, #cover_paste_yhC, #cover_paste_zhC  {
display:block;
position:absolute;
top:0;
right:0;
width:12px;
height:12px;
background-color:#EF8C1A;
cursor:move;
font-size:11px;
line-height:11px;
text-align:center;
font-weight:bold;
}
#cover_paste_z, #cover_paste_zB, #cover_paste_zC{
  font-family: Carlito, sans-serif;
	background-color:rgba(0,0,0,0);
	display:block;
	position:absolute;
	width:975px;
	max-width:975px;
	height:510px;
	max-height:1100px;
	top:750px;
	left:25px;
	line-height:19px;
	font-size:18px!important;
	z-index:9;
	text-align:left;
}
#imess_wrapper * {
  margin: 0;
  padding: 0;
}
 
#imess_wrapper form {
  padding: 15px 25px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
 
#imess_wrapper form label {
  font-size: 1.5rem;
  font-weight: bold;
}
 
#imess_wrapper input {
  padding-left:6px;
}
 
#imess_wrapper a {
  color: #0000ff;
  text-decoration: none;
}
 
#imess_wrapper a:hover {
  text-decoration: underline;
}

#imess_wrapper,
#loginform {
  display:none;
  position:fixed;
  left:0;
  right:0;
  margin: auto;
  top:3px;
  padding-bottom: 20px;
  width: 820px;
  max-width: 100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.03) 66%, rgba(0,0,0,0.66) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.03) 66%,rgba(0,0,0,0.66) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.03) 66%,rgba(0,0,0,0.66) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#a8000000',GradientType=0 );
  box-sizing:border-box;
  box-shadow:0px 3px 4px 0px rgba(0, 5, 33, 0.50);
  z-index:999999;
  border-radius:6px;
  border:1px solid #000519;
  animation: 500ms ease-out 0s 1 slideInFromTop;
  color:#2a2a2a;
  font-family: Carlito, sans-serif;
  font-weight: 400;
  font-size:16px;
  border-top:6px solid #ef8c1a;
}
 
#loginform {
  padding-top: 18px;
  text-align: center;
}
 
#loginform p {
  padding: 15px 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
 
#imess_chatbox {
  text-align: left;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
  background: #3a3a3a;
  color:#eee;
  height: 333px;
  width: 780px;
  border: 1px solid #000;
  overflow: auto;
  border-radius: 6px;
  box-shadow:
	 inset 0 -3em 3em rgba(0,0,0,0.25),
		   0.1em 0.1em 1em rgba(0,0,0,0.5);
}
 
#usermsg {
  flex: 1;
  border-radius: 4px;
  border: 1px solid #000;
  background: #3a3a3a;
  color:#eee;
  text-align:left;
  box-shadow:0.1em 0.1em 1em rgba(0,0,0,0.5);
}
 
#conf_name {
  border-radius: 4px;
  border: 1px solid #ff9800;
  padding: 2px 8px;
}
 
#submitmsg,
#enter_conf{
  padding: 5px 10px!important;
  background-color:#ef8c1a;
  color:#2a2a2a;
  cursor:pointer;
  outline:none;
  box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.50);
  z-index:999;
  border:#1a1a1a 1px solid;
  border-radius:4px;
  font-weight:bold;
  text-align:center;
  font-size:21px;
}
 
#submitmsg:hover, #enter_conf:hover, a#exit:hover{
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.66);
  text-decoration:none;
}
.error {
  color: #ff0000;
}
 
#imess_menu {
  padding: 15px 20px;
  display: flex;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.99) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#00000000',GradientType=0 );

}
 
#imess_menu p.imess_welcome {
  flex: 1;
  color:#ef8c1a;
  padding:0!important;

  margin:0!important;
}
 
a#exit {
  color: #eee;
  background: #c62828;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  box-shadow:0px 3px 4px 0px rgba(0, 5, 33, 0.50);
  text-decoration:none;
}
 
.msgln {
  margin: 0 0 5px 0;
}
 
.msgln span.left-info {
  color: #ef8c1a;
}
 
.msgln span.chat-time {
  color: #1a1a1a;
  font-size: 80%;
  vertical-align: super;
}
 
.msgln b.user-name, .msgln b.user-name-left, .msgln b.user-name-customer {
  font-weight: bold;
  background: #02864D;
  color: #fff;
  padding: 2px 4px!important;
  font-size: 80%;
  border-radius: 4px;
  margin: 0 5px 0 0;
}
 
.msgln b.user-name-left, .msgln b.user-name-customer {
  background: #ef8c1a;
  color:#2a2a2a;
}

.imess_logout {
  color:#ef8c1a;
  font-size:22px;
  font-weight:bold;
  text-shadow: 2px 1px 3px rgba(0,0,0,0.66);
  padding:0!important;
  margin:0!important;
}

#inv_fob, #press_bt, #qneedate {
  padding-right:3px;
}
#quote-list-h, #sample_quote-list-h {
	overflow:hidden;
}

    ::-webkit-scrollbar {
        width:12px;
        height:12px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: repeating-linear-gradient(45deg,
                    #FFD700,
                    #FFD700 2px,
                    #000000 2px,
                    #000000 4px);
        cursor: pointer;
    }
    ::-webkit-scrollbar-track {
        background: #1a1a1a;
        -webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,1);
        border-radius: 3px;
    }
html { min-height:100.1vh!important; }

#imageChoiceWrap {
	display:none;
	position:fixed;
	top:0;
	right:0;
	width:auto;
	max-width:88vw;
	height:auto;
	max-height:88vh;
	padding:10px;
	border:2pt solid orange;
	background-color: rgba(0,0,0,0.9);
	z-index:9999999999;
	overflow:scroll;
	overflow-x: hidden;
}

#imageChoiceExit {
	display:none;
	position:absolute;
	top:3px;
	right:3px;
	width:31px;
	height:31px;
	color:#000;
	background-color:#fff;
	font-size:26px;
	line-height:31px;
	text-align:center;
	cursor:pointer;
}

#imageChoiceCont {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}

.imageChoice {
	display:inline-block;
	margin:5px;
	box-shadow:0px 0px 3px 1px rgba(0, 0, 0, 0.66);
	border:1pt solid orange;
	float:left;
	cursor:pointer;
}

div#clipBoard {
  all: default;
}

.kc-bg {
background: #fff;
}

    /* Promo Elements */
    .custom-content-element {
        position: absolute;
        background-color: transparent;
        border: 3px dashed transparent;
        padding: 0;
        min-width: 100px;
        min-height: 50px;
        box-sizing: border-box;
        transform-origin: top left;
        z-index: 2;
        touch-action: none;
    }
    .custom-content-element:hover {
      border-color: #EF8C1A;
    }
    .custom-content-element.selected {
      border-color: #EF8C1A;
      box-shadow: 0 0 10px rgba(239, 140, 26, 0.3);
    }
    /* Indicate locked elements – no visual change now */
    .custom-content-element.locked {
      /* Locked elements do not change appearance */
    }
    .custom-content-element,
    .resize-handle {
      touch-action: none;
    }
    .image-element {
      border: 1px dashed transparent;
      overflow: show;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
    .image-element img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.66);
    }
    .video-element {
      border: 1px dashed transparent;
      overflow: show;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .video-element iframe {
      width: 100%;
      height: 100%;
      background:#1A1A1A;
      box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.66);
    }
    /* The inner editable text container */
    .custom-text-element .text-content {
      width: 100%;
      height: 100%;
      outline: none;

      font-family: "Carlito", sans-serif;
      padding: 12px!important;
    }
    .link-element.button-link a {
      display: inline-block;
      background: #EF8C1A;
      color: #fff;
      padding: 8px 16px;
      border-radius: 4px;
      text-decoration: none;
    }
    .link-element.plain-link a {
      color: #EF8C1A;
      text-decoration: underline;
    }

    /* Toolbar for adding elements */
    .toolbar {
      position: absolute;
      top: 50px;
      right: 30px;
      background: rgba(0, 0, 0, 0.1);
      padding: 0;
      display: flex;
      gap: 5px;
      z-index: 1000;
    }
    .toolbar button {
      background: #EF8C1A;
      border: none;
      color: white;
      padding: 8px 16px;
      border-radius: 4px;
      cursor: pointer;
    }
    .toolbar button:hover {
      background: #d67d15;
    }
    /* Formatting toolbar */
    .formatting-toolbar {
      display: none;
      position: absolute;
      background: rgba(32, 32, 32, 0.9);
      border: 1px solid #1a1a1a;
      padding: 6px;
      border-radius: 4px;
      z-index: 1001;
      color: white;
      font-size: 12px;
      max-width: 420px;
    }
    .formatting-toolbar.visible {
      display: block;
    }
    .formatting-toolbar select,
    .formatting-toolbar button,
    .formatting-toolbar input[type="number"],
    .formatting-toolbar input[type="range"] {
      background: #EF8C1A;
      border: none;
      color: white;
      padding: 4px 8px;
      border-radius: 3px;
      cursor: pointer;
      font-size: 12px;
    }
    .formatting-toolbar input[type="color"] {
      border: none;
      padding: 3px;
      background: #EF8C1A;
      cursor: pointer;
    }
    .formatting-toolbar span {
      font-size: 12px;
      margin: 0 3px;
    }
    .toolbar-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
    }
    .toolbar-group {
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .toolbar-group label {
      white-space: nowrap;
    }
    /* ========================
       GUIDELINES FOR PAGE
       ======================== */
    .guidelines {
      position: absolute;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      pointer-events: none;
      z-index: 1;
    }
    .guidelines .guideline {
      position: absolute;
      border: none;
    }
    .guidelines .vline {
      width: 1px;
      height: 100%;
      border-left: 1px dotted rgba(200,200,200,0.2);
    }
    .vline-center {
      border-left: 1px dotted rgba(200,200,200,0.2)!important;
    }
    .guidelines .hline {
      height: 1px;
      width: 100%;
      border-top: 1px dotted rgba(200,200,200,0.2);
    }
    .hline-center {
      border-top: 1px dotted rgba(200,200,200,0.2)!important;
    }
    .promoPage .guidelines .vline.vline-left {
      left: 20px;
    }
    .promoPage .guidelines .vline.vline-center {
      left: 507.5px;
    }
    .promoPage .guidelines .vline.vline-right {
      left: 1005px;
    }
    .promoPage .guidelines .hline.hline-top {
      top: 90px;
    }
    .promoPage .guidelines .hline.hline-center {
      top: 660.5px;
    }
    .promoPage .guidelines .hline.hline-bottom {
      top: 1311px;
    }
    .guidelines .vline-sub {
      width: 1px;
      height: 100%;
      border-left: 1px dotted rgba(200,200,200,0.1);
    }
    .guidelines .hline-sub {
      height: 1px;
      width: 100%;
      border-top: 1px dotted rgba(200,200,200,0.1);
    }
    .promoPage .guidelines .vline-sub1 { left: 175.83px; }
    .promoPage .guidelines .vline-sub2 { left: 341.67px; }
    .promoPage .guidelines .vline-sub3 { left: 673.33px; }
    .promoPage .guidelines .vline-sub4 { left: 839.17px; }
    .promoPage .guidelines .hline-sub1 { top: 226.83px; }
    .promoPage .guidelines .hline-sub2 { top: 443.67px; }
    .promoPage .guidelines .hline-sub3 { top: 877.33px; }
    .promoPage .guidelines .hline-sub4 { top: 1094.17px; }
	  
    /* ========================
       RESIZE HANDLE STYLES
       ======================== */
    .resize-handle {
      position: absolute;
      width: 12px;
      height: 12px;
      background: rgba(255, 255, 255, 0.6);
      border: 1px dashed #EF8C1A;
      z-index: 2;
      display: none;
    }
    .custom-content-element.selected .resize-handle {
      display: block;
    }
    .resize-handle.nw { top: -6px; left: -6px; cursor: nw-resize; }
    .resize-handle.ne { top: -6px; right: -6px; cursor: ne-resize; }
    .resize-handle.sw { bottom: -6px; left: -6px; cursor: sw-resize; }
    .resize-handle.se { bottom: -6px; right: -6px; cursor: se-resize; }
    .resize-handle.n { top: -6px; left: calc(50% - 6px); cursor: n-resize; }
    .resize-handle.e { top: calc(50% - 6px); right: -6px; cursor: e-resize; }
    .resize-handle.s { bottom: -6px; left: calc(50% - 6px); cursor: s-resize; }
    .resize-handle.w { top: calc(50% - 6px); left: -6px; cursor: w-resize; }

    /* ========================
       SPINNER OVERLAY STYLES
       ======================== */
    .spinner-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 3000;
    }
    .spinner {
      width: 60px;
      height: 60px;
      position: relative;
      margin-bottom: 10px;
    }
    .double-bounce1, .double-bounce2 {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #EF8C1A;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      animation: bounce 2.0s infinite ease-in-out;
    }
    .double-bounce2 {
      animation-delay: -1.0s;
    }
    @keyframes bounce {
      0%, 100% { transform: scale(0.0); }
      50% { transform: scale(1.0); }
    }
    .spinner-text {
      color: #fff;
      font-size: 16px;
      animation: pulse 1.5s infinite ease-in-out;
    }
    @keyframes pulse {
      0% { opacity: 1; }
      50% { opacity: 0.6; }
      100% { opacity: 1; }
    }
    
    /* ========================
       CONTEXT MENU STYLES
       ======================== */
    #context-menu {
      position: absolute;
      background-color: #333;
      color: #fff;
      border: 1px solid #ccc;
      padding: 5px 0;
      z-index: 5000;
      display: none;
      min-width: 150px;
      font-size: 14px;
    }
    #context-menu div {
      padding: 5px 10px;
      cursor: pointer;
    }
    #context-menu div:hover {
      background-color: #444;
    }

    /* ========================
       EMBED POPUP MODAL STYLES
       ======================== */
    #embed-popup {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      color: #000;
      padding: 20px;
      z-index: 5000;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .custom-text-element .text-content {
        outline: none;
        box-sizing: border-box;
        padding: 12px!important;
    }
    .text-content p:first-child {
        margin-block-start: 0px !important;
    }
    .custom-content-element ul {
      list-style: revert;
      margin: revert;
      padding: revert;
      padding-left: 20px;
    }
    .custom-content-element li {
      padding-left: revert;
    }