.popup_window{
	/* display:none; */
	height: 100%;
}
.popup_window > div{
	display:none;
}
.top_layer .popup_window > div{
	display:none;
	z-index:9999;
}

.manager_wizard{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	background:#e5e5e5;	
}

.manager_wizard h1{
	font-size:1.7em;
	line-height:1.8em;
	padding-left:0.3em;
	padding-right: 0.3em;
	background:#ccc;
	color:#000;
}
.manager_wizard h3{
	font-size:1.25em;
	line-height:1em;
	font-weight:500;
}
.manager_wizard a.close{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:1.5em;
	height:1.5em;
	color:#000;
	text-align:center;
	font-size:2em;
	line-height:1.5em;
}
.manager_wizard a.close:before{
	content:"\00D7";
}

/********************mobile**************************/
@media (max-width: 600px) {

	ebg-multicolumn {
		/*bottom:8em!important;*/
		width: 100%;
		overflow-y: auto;
		column-width: auto!important;
		 -webkit-column-width: auto!important;
		 box-sizing: content-box;
	}
}

/**********************************************/

ebg-multicolumn{
	position:absolute;
	top:3em;
	left:0;
    bottom:7.8em;
	float:left;
	/*border:0;*/
	/*padding:0.5em;*/
	padding:0.3em;
	-webkit-column-width:33em;
	column-width:34em;
    margin: 0.5em 0;
}

.supply ebg-multicolumn{
	position:static;
	-webkit-column-width:auto;
	column-width:auto;
	flex-direction: row !important;
	height: 100% !important;
	border:0;
	margin:0;
}
.supply ebg-multicolumn:nth-child(2){
	background:#e5e5e5;
}

/* Tooltip */
.tooltip {
	position: relative;
	display: inline-block;
}
  
.tooltip .tooltiptext {
	visibility: hidden;
	text-align: left;
	min-width: 10em;
	line-height:1.5em;
	font-weight:300;
	background: #4c4c4c;
	color: #fff;
	padding:0.5em;
	position: absolute;
	z-index: 1;
	top: 125%;
	right: 0;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	white-space: pre-wrap;
}
  
.tooltip .tooltiptext:before {
	content: "";
}
  
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

ebg-multicolumn ul{
	float:left;
	clear:left;
	margin:0.5em;
	-webkit-column-break-inside:avoid;
	break-inside:avoid;
}
ebg-multicolumn .avoidBreakInside{
    float:left;
    clear:left;
    -webkit-column-break-inside:avoid;
    break-inside:avoid;
}

.supply ebg-multicolumn ul{
	clear:none;
}
.color_select ebg-multicolumn ul{
    width: 33em !important;
}
ebg-multicolumn li{
	float:left;
	clear:left;
	min-height:1.5em;
}

ebg-multicolumn li > *{
	float:left;
    margin-left: 0;
}

ebg-multicolumn li.hide{
	display: none;
}

.export_popup ebg-multicolumn li > *{
    margin-left: 0.5em;
}
.cert span ebg-multicolumn li > *{
    float: none;
}

.bu_name {
	float:right;
}

.hourly_prices_table{
	float:left;
	width:32em;
	margin:1em;
}
.hourly_prices_table div{
	float:left;
	width:4em;
	height:1.7em;
	line-height:1.7em;
	border:1px solid #e5e5e5;
	padding:0 0.5em;
	box-sizing:border-box;
	text-align:right;
}
.hourly_prices_ebg-multicolumn{
	left:35em;
	margin:1em;
	padding:0;
}
.hourly_prices_ebg-multicolumn input{
	width:6em;
}
.hourly_prices_ebg-multicolumn input + label{
	width:3em;
	height:3em;
}
.users_USERS_popup_current_color{
	width:9em;
	height:3em;
}
.users_USERS_popup_price1 + label, .hourly_prices_table div[data-price="1"], .users_USERS_popup_current_color[data-price="1"]{background:#ffff00;}
.users_USERS_popup_price2 + label, .hourly_prices_table div[data-price="2"], .users_USERS_popup_current_color[data-price="2"]{background:#ff9900;}
.users_USERS_popup_price3 + label, .hourly_prices_table div[data-price="3"], .users_USERS_popup_current_color[data-price="3"]{background:#99cc00;}
.users_USERS_popup_price4 + label, .hourly_prices_table div[data-price="4"], .users_USERS_popup_current_color[data-price="4"]{background:#00ffff;}
.users_USERS_popup_price5 + label, .hourly_prices_table div[data-price="5"], .users_USERS_popup_current_color[data-price="5"]{background:#736578;}

.print_preview{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#e5e5e5;
}
.print_preview .pdf_preview{
	position:absolute;
	top:-4.8em;
	width:100%;
	height: calc(100% - 2.7em);
	border:0;
}

.checkbox_inline label{
	display: inline-block;
    line-height: 3em;
}

.cert label{
    width:7em;
}
.cert span{
    font-weight:500;
}

.red {
    color: #eb3e97;
}

/* barcode css*/
.barcode_lable {
    width: 52mm;
    height: 29mm;
    margin: 1em auto;
    position: relative;
    font-size: 9px;
    border: 1px solid black;
}

.barcode_inside {
    position: absolute;
    padding: 0.5em;
    overflow: hidden;
    text-align: left;
}

.barcode_top_name {
    text-transform: uppercase;
    top: 0;
    right: 0;
    width: 75%;
    height: auto;
    max-height: 24px;
    border-bottom: 1px solid black;
}

.barcode_top_group {
    top: 30px;
    right: 0;
    width: 75%;
    height: 12px;
    max-height: 24px;
    text-align: right;
    font-style: italic;
}

.barcode_top_description {
    font-size: 8px;
    top: 45px;
    bottom: 23px;
    right: 0;
    width: 75%;
}

.barcode_bottom_id {
    bottom: 0;
    left: 0;
    width: 20%;
    height: 10px;
    text-align: left;
}

.barcode_bottom_price {
    bottom: 0;
    right: 0;
    width: 75%;
    height: 12px;
    max-height: 12px;
    padding-bottom: 10px;
    text-align: right;
}

.barcode {
    position: absolute;
    text-align: center;
    top: 0;
    right: 100%;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right top;
}

.barcode svg {
    margin: 5px 5px 0 5px;
}

.bold {
    font-weight: 500 !important;
}

.price_bold {
    font-size: 18px;
    font-weight: 700 !important;
}

.big_bold{
    font-weight:300 !important;
    border:0px !important;
}

.privacy_policy_header{
    position:absolute;
    top:2em;
    right:2em;
    left:2em;
    padding:1em;
    background:#fff;
    height:7em;
}
.privacy_policy_header h2{
    font-size:1.5em;
    padding-bottom:0.5em;
    font-weight: 500 !important;
	margin-bottom: 0.5em;
}

.privacy_policy{
    position:absolute;
    top:11em;
    right:2em;
    left:2em;
    padding:1em;
    background:#fff;
    overflow:scroll;
    max-height: 50em;
}
.privacy_policy h2{
    font-size:1.5em;
    padding-bottom:0.5em;
    text-align:left;
    font-weight: 500 !important;
}

.privacy_policy p{
    padding:0.5em 0;
}

.privacy_policy ul{
    float:left;
    clear:both;
    margin: 0.5em 1.5em;
}
.privacy_policy li{
    list-style: square;
    float:left;
    margin-right:0.5em;
}

.file_upload {
    position: relative;
    display: inline-block;
}

.file_upload .button[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}