html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
	list-style-position: inside;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
sup
{
	vertical-align: super;
}
sub
{
	vertical-align: sub;
}
a, button
{
	cursor: pointer;
}
strong, b
{
	font-weight: bold;
}

/* MEGA_HTML STYLES */

.megahtml_button
{
	text-align: center;
	border: 0;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	position: relative;
	margin-right: 5px;
	text-shadow: none;
	background-color: #4479af;
	cursor: pointer;
	color: #ffffff !important;
    transition: all 100ms;
}


.megahtml_button:hover
{
	background-color: #295480;
}

.megahtml_button:active
{
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.megahtml_button[type=reset]
{
	background-color: rgba(0, 0, 0, 0.1);
    color: #565656 !important;
}

.megahtml_button[type=reset]:hover
{
	background-color: rgba(0, 0, 0, 0.15);
}

.megahtml_button img, 
.megahtml_button i 
{
	padding: 0 6px 0 0 !important;
	float: none;
	display: inline;
	vertical-align: middle;
}

.megahtml_button span {
	float: none;
	display: inline;
	padding: 0 !important;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	color: inherit;
	font-family: 'Roboto', Tahoma, Arial, Verdana, helvetica;
}

.megahtml_button.btn_red { background: #ed5565; }
.megahtml_button.btn_red:hover { background: #d61b2e; }

.megahtml_button.btn_green { background: #37bc9b; }
.megahtml_button.btn_green:hover { background: #24a585; }

.megahtml_button.btn_orange { background: #f6bb42; }
.megahtml_button.btn_orange:hover { background: #e8a829; }

.megahtml_button.btn_lnk
{
	background: none !important;
	border: none !important;
	color: #186fc8 !important;
	text-shadow: none;
}

.megahtml_button.btn_lnk:hover
{
	padding: 4px 9px;
	border: solid 1px rgba(0, 0, 0, 0.1) !important;
}

.megahtml_button.btn_lnk.btn_red {color: #d61b2e !important;}
.megahtml_button.btn_lnk.btn_green {color: #24a585 !important;}
.megahtml_button.btn_lnk.btn_orange {color: #e8a829 !important;}

.megahtml_button.btn_v2
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f6f5e7;
	border: solid 1px #d8e0e3;
	background-image: -webkit-linear-gradient(bottom, #f4f6f8, #fff);
	background-image: -moz-linear-gradient(bottom, #f4f6f8, #fff);
	background-image: -o-linear-gradient(bottom, #f4f6f8, #fff);
	background-image: -ms-linear-gradient(bottom, #f4f6f8, #fff);
	background-image: linear-gradient(to top, #f4f6f8, #fff);
	box-shadow: none;
	margin: 2px 2px 2px 0 !important;
	padding: 5px 7px;
}

.megahtml_button.btn_v2 span
{
	color: #2b4048;
	font-weight: bold;
	text-shadow: none;
	font-size: 12px;
}
.megahtml_button.btn_v2:hover
{
	background-image: -webkit-linear-gradient(bottom, #f4f6f8, #f0f3f5);
	background-image: -moz-linear-gradient(bottom, #f4f6f8, #f0f3f5);
	background-image: -o-linear-gradient(bottom, #f4f6f8, #f0f3f5);
	background-image: -ms-linear-gradient(bottom, #f4f6f8, #f0f3f5);
	background-image: linear-gradient(to top, #f4f6f8, #f0f3f5);
	border: solid 1px #00a8e6;
	box-shadow: none;
}


.megahtml_button.haze
{
	padding: 3px !important;
	min-width: 25px;
	min-height: 25px;
	box-sizing: border-box;
}

.megahtml_button.haze i
{
    color: #fff;
}

.megahtml_button.btn_v2.haze i,
.megahtml_button.btn_v2.haze span
{
    color: #333;
}

.megahtml_button.haze img,
.megahtml_button.haze i
{
	padding: 0px !important;
	margin:  0px !important;
}

.megahtml_button.haze span
{
	display: none;
	position: absolute;
	top: -20px;
	padding: 0px 10px !important;
	line-height: 20px;
	float: left;
	opacity: 1;
	right: -50%;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 111;
	background: #309ace;
	color: #fff !important;
}

.megahtml_button.haze:hover span
{
	display: block;
}

button.plain-img, button.plain-img img, button.plain-img:hover
{
	border: none !important;
	background-color: transparent;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible;
	height: auto;
}

a.mega_anchor {
	display: inline-flex;
	align-items: center;
	float: none;
	clear: none;
	white-space: nowrap;
	text-decoration: none;
	color: #0094EC;
	text-decoration: none;
	margin: 2px;
}

a.mega_anchor img,
a.mega_anchor i
{
	padding-right: 3px;
}

a.mega_anchor.img-right img,
a.mega_anchor.img-right i,
a.mega_anchor.img-right-small img,
a.mega_anchor.img-right-small i
{
	order: 2;
	padding-right: 0;
	padding-left: 3px;
}

a.mega_anchor.img-right-small img,
a.mega_anchor.img-right-small i
{
	font-size: smaller;
}

a.mega_anchor:hover {
	color: #d00;
	text-decoration: underline;
}


.megahtml_button i.fa-remove,
.mega_anchor i.fa-remove
{
	color: #f00;
}


.megahtml_actions_area
{
	float: none;
	clear: both;
	margin-top: 15px !important;
	padding: 5px !important;
	border-top: 1px solid #ddd;
	text-align: left;
}

.megahtml_actions_area .mega_anchor,
.megahtml_actions_area .mega_button
{
	margin: 0 20px 0 0;
}


/* sortowane listy i inne elementy */
.megahtml_sortable_list {
	padding: 0;
	margin: 0 0 5px 0;
	width: 100%;
	position: relative;
}

.megahtml_subsortable-list
{
	margin-left: 20px !important;
}

table.megahtml_sortable_list {
	width: auto;
}


tr.megahtml_sortable_item img.sort-handle
{
	cursor: move;
	margin-right: 3px;
}

tr.megahtml_sortable_item img {
	display: inline;
}


li.megahtml_sortable_item
{
	list-style: none;
	line-height: 18px;
	padding: 1px 0;
	margin: 0;
}

ol.megahtml_sortable_list
{
	counter-reset: megahtml_sortable_item;
}

ol.megahtml_sortable_list li.megahtml_sortable_item
{
	counter-increment: megahtml_sortable_item;
	margin-left: 5px;
}

ol.megahtml_sortable_list li.megahtml_sortable_item::before
{
	content: counter(megahtml_sortable_item);
	color: #777;
	font-weight: normal;
	font-size: x-small;
	padding-right: 5px;
}
  

li.megahtml_sortable_item img.sort-handle
{
	margin-right: 5px;
	float: left;
	cursor: move;
}


.ui-tabs.megahtml_tabbed
{
	background: transparent;
    display: inline-block;
    width: 100%;
}

/* menu */
.megahtml_tabbed_menu
{
	padding: 0;
	list-style-type: none;
	text-align: left;
	position: relative;
	z-index: 1;
	overflow: visible;
	height: 45px;
	float: left;
	margin: 0 15px;
}

.megahtml_tabbed_menu:first-child
{
	margin-left: 10px;
}
	
	.megahtml_tabbed_menu_wrap 
	{
		float: left;
	}

	.megahtml_tabbed_menu_name
	{
		position: absolute;
		top: -15px;
		left: 0;
		z-index: 4;
		font-size: 9px;
		text-transform: uppercase;
		width: 100%;
		padding: 0 1px;
		box-sizing: border-box;
		text-align: center;
		font-weight: bold;
	}
	
	.megahtml_tabbed_menu ul
	{
		float: left;
		padding: 0;
		margin: 0;
		background: #171a25;
	}
	
		.megahtml_tabbed_menu > ul > li
		{
			float: left;
			height: 40px;
			line-height: 35px;
			padding: 0px;
			margin: 0px 0 0 0;
			position: relative;
			white-space: nowrap;
			color: #fff;
			border-top: solid 3px #235779;
			box-sizing: border-box;
		}
	
			.megahtml_tabbed_menu ul > li:hover,
			.megahtml_tabbed_menu ul > li:hover,
			.megahtml_tabbed_menu > ul > li.megahtml_tabbed_menu_current:hover
			{
				background: #2f3241 !important;
				text-decoration: none;
				color: inherit !important;
			}
			
		.megahtml_tabbed_menu ul li a,
		.megahtml_tabbed_menu ul li .megahtml_anchor_subst
		{
			float: left;
			display: block;
			padding: 0px 12px;
			color: inherit !important;
			margin: 0;
			font-size: 12px;
			font-family: "Roboto", Arial, Tahoma, Helvetica, sans-serif;
			font-weight: 500;
			line-height: inherit;
		}	
		
		.megahtml_tabbed_menu > ul > li.megahtml_tabbed_menu_current
		{
			background: #fafbfc !important;
			color: #2f3241;
			position: relative;
			border-color: #bdc4cc !important;
		}
		
		.megahtml_tabbed_menu > ul > li.megahtml_tabbed_menu_current > div > a
		{
			font-weight: bold;
		}

		/* submenu */
		.megahtml_tabbed_menu > ul > li ul
		{
			float: left;
			display: none;
			min-width: 100%;
			position: absolute;
			top: 37px;
			left: 0px;
			background: #2f3241;
			padding: 0;
			margin: 0;
			z-index: 4;
			overflow: hidden;
		}
		
		.megahtml_tabbed_menu ul li:hover ul
		{
			display: block;
		}

		.megahtml_tabbed_menu ul li ul li
		{
			float: left;
			width: 100%;
			clear: both;
			height: auto;
			line-height: 130%;
			padding: 5px 0px;
			color: #babcc4;
		}

		.megahtml_tabbed_menu ul li ul li a
		{
			float: left;
			padding: 4px 12px;
			background: transparent !important;
    		text-decoration: none;
		}
		
		.megahtml_tabbed_menu ul li ul li:hover
		{
			color: #fff;
			background: #3f4457 !important;
		}



/* tinymce */
.mce-tinymce.mce-container.mce-panel
{
	clear: none;
	float: left;
}


.megahtml_password
{
}

.megahtml_div_password_copy
{
	clear: left;
}

.megahtml_password .megahtml_div_password
{
	position: relative;
	vertical-align: baseline;
}

.megahtml_password .megahtml_div_password_input
{
	float: left;
	width: auto;
	clear: none;
	margin: 0;
	padding: 0;
}

.megahtml_password .megahtml_btn_generate,
.megahtml_password .megahtml_btn_show,
.megahtml_password .comment
{
	margin: 0 10px;
	float: left;
}

.megahtml_password .megahtml_div_password_strength
{
	height: 17px;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 0;
	margin-top: 2px;
}

.megahtml_password .megahtml_div_password_strength em
{
	font-weight: normal;
	font-size: 10px;
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	line-height: 17px;
	background: transparent;
}

.megahtml_password .megahtml_div_password_strength span
{
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 0;
	border-radius: 3px;
}

.megahtml_password .megahtml_div_password_strength span.strength_1
{
	background: #C5455D;
}

.megahtml_password .megahtml_div_password_strength span.strength_2
{
	background: #DB8D52;
}

.megahtml_password .megahtml_div_password_strength span.strength_3
{
	background: #FBD070;
}

.megahtml_password .megahtml_div_password_strength span.strength_4
{
	background: #93C9F4;
}

.megahtml_password .megahtml_div_password_strength span.strength_5
{
	background: #97D844;
}

body
{
	line-height: 130%;
	color: #333;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, helvetica;
	padding: 0;
	margin: 0;
	background: transparent url(https://www.marabo.pl//var/www/vhosts/marabo.pl/marabo.pl/vendor/graff/gshop/src/app/cms/img/common/login_1.bg.jpg) no-repeat;
	background-size: cover;
}


input[type="text"], input[type="password"], textarea, select
{
	font-size: 16px;
	font-family: Arial, Tahoma, helvetica;
	color: #4a556d;
	font-weight: normal;
	border: 1px solid #999;
	background-color: #fff;
	color: #25343a;
	padding: 5px 6px;
	width: 310px;
	float: left;
	clear: both;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
	box-shadow: 0 0 3px rgba(82, 168, 236, 0.8);
	transition: box-shadow .2s;
	border: 1px solid rgba(82, 168, 236, 0.8);
	background-repeat: no-repeat;
}


#login_wrap
{
	width: 400px;
	height: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -200px;
}

#login_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.92;
}

#login
{
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
	padding: 10%;
	background: transparent;
}

#login form label {
	width: 120px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	float: left;
	clear: both;
	margin-right: 5px;
	color: #555;
}

#login .login_message {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}


#login form div {
	margin-bottom: 3px;
	margin-top: 10px;
	text-align: center;
	float: left;
	width: 100%;
}

#login #loggedIn {
	padding: 0;
	margin: 0;
	font-size: 9px;
	float: none;
	clear: both;
}

#logo
{
}

	#logo img
	{
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 320px;
		max-height: 120px;
	}

#login .credits
{
	color: #999;
	font-size: 11px;
	margin-top: 30px;
}

#login a
{
	text-decoration: none;
	color: #666;
}

#login a:hover
{
	text-decoration: underline;
	color: #333;
}
