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;
	font-size: 100%;
	font: inherit;
	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;
}

/* general styles */
* {margin: 0; padding: 0}
* html input { overflow: visible;}
img {vertical-align: bottom; border: 0}
a, a:hover {cursor: pointer; text-decoration: none; outline: none}
a:hover {border: 0} /* IE fix */
ul {list-style: none;}
option {padding:0 .5em 0 1px}
table {border-collapse: collapse; border-spacing: 0}
td, th {vertical-align: top; text-align: left; font-weight: normal}
address {font-style: normal}
h1, h2, h3, h4, h5, h6 {font-size:1em; font-weight:bold}
.clear {clear: both}

body
{
	line-height: 130%;
	font-size: 12px;
	font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, helvetica;
	color: #25343a;
}

p {
	margin-bottom: 3px;
}

ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	margin-bottom: 9px;
}

ol {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	margin-bottom: 9px;
	list-style: decimal;
}

/* ANCHOR */
a, button
{
	cursor: pointer;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #e00;
    transition: all 100ms;
}

a:hover {
	font-weight: normal; 
	text-decoration: underline;
	color: #b00;
}

/* HEADLINE */
h1, h2, h3, h4, h5
{
	line-height: 130%;
	font-weight: 400;
	text-align: left;
	margin: 5px 0px 7px 0px;
	padding: 0;
	color: #3D3D3E;
	line-height: 150%; 
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 18px;
	margin: 0;
	padding: 3px 0 9px 0;
	color: #000;
}

h3
{
	font-size: 22px;
	color: #333;
	margin: 15px 0 10px 20px;
	padding: 0;
}

h4
{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 5px 0 15px 0;
}

h5
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 5px 0 10px 0;
}

h1 em,
h2 em,
h3 em
{
	background: #e1eaef;
	padding: 0 4px;
	text-shadow: 1px 1px 0 #fff;
	font-weight: inherit;
	color: #000;
}

em
{
	background: #e1eaef;
	padding: 0 4px;
	text-shadow: 1px 1px 0 #fff;
	font-weight: inherit;
	color: #000;
}

hr
{
	margin: 3px 0 2px 0;
}

/* FORMS */
form > div, div.form,
form div 
{
	clear: both;
	float: none;
	padding-top: 3px;
	line-height: 100%;
	display: block;
}

div.form_section
{
	display: flex;
	flex-wrap: wrap;
}

div.form_section .form_item
{
	display: inline-block;
	background: rgba(0, 0, 0, 0.05);
	padding: 3px 5px;
	min-width: 250px;
	margin: 0 5px 0 0;
}

input[type="text"], input[type="password"], input[type="number"], textarea, select, input[type="color"]
{
	width: 350px;	
	height: 18px;
	line-height: 18px;
	padding: 0px 3px;
    background: #fff;
    border: solid 1px #9a9a9a;
    font-family: 'Source Sans Pro';
    font-size: 12px;
	font-weight: normal;
    color: #000;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
    border-color: #6179ce;
}


input[type="color"]
{
	width: 40px;
	height: 16px;
	padding: 0;
	cursor: pointer;
}

input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}

input[disabled]
{
	background: #ddd;
	text-shadow: 1px 1px 0 #fff;
}

input.readonly, select.readonly, textarea.readonly
{
	background-color: #E8EEF1;
}

input.datepicker
{
	width: 70px;
	clear: none;
}

input.real-number,
input.currency-number,
input.natural-number,
input[type="number"]
{
	width: 60px;
}

input[type='number'] 
{
    -moz-appearance: textfield;
}

input.short 
{
	width: 100px;
}

input.medium 
{
	width: 170px;
}

input.long 
{
	width: 400px;
}

textarea
{
	line-height: 110%;
	padding: 2px 3px;
	width: 350px;
	height: 120px;
}

textarea.low
{
	height: 27px;
}

select
{
	width: auto;
	padding: 0;
}

option
{
	padding: 0 3px 0 3px;
	color: #4a556d;
}

optgroup option
{
	padding: 0 3px 0 20px;
}

optgroup optgroup
{
	padding: 0 3px 0 20px;
}

label 
{
    float: left;
    font-size: 12px;
    color: #000;
	font-weight: normal;
	width: 150px;
	text-align: right;
	padding: 0 7px 0 0;
	line-height: 140%;
}

label.newline
{
	clear: both;
}

label.inline 
{
	display: inline;
	padding: 0 10px 0 3px;
	line-height: 170%;
	float: none;
	clear: both;
	position: relative;
	top: -3px;
}

.form-info-item, .fieldInfo, .info
{
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, Tahoma, Verdana, Geneva, Sans-serif;
    color: #777;
    padding: 0 2px;
}

div.check
{
	padding-bottom: 5px;
}

	div.check input
	{
		width: auto;
		float: left;
		clear: none;
		margin-right: 5px;
	}
	div.check label
	{
		width: auto;
		clear: none;
		line-height: 100%;
	}

small
{
	font-size: 10px;
	color: #555;
	padding: 0px 2px;
}



/* inne elementy */
#ajax-loader {
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -110px;
	display: none;
}

.red_star {
	color: #e00;
	font-size: 17px;
	font-weight: bold;
	line-height: 10px;
	padding-left: 3px;
	font-family: Arial, Tahoma, Helvetica;
}

.red:not(:hover) 
{
	color: #e00 !important;
}

.green:not(:hover)
{
	color: #008a36 !important;
}

.blue:not(:hover)
{
	color: #294Ea7 !important;
}

.navy_blue:not(:hover)
{
	color: #355365 !important;
}

.orange:not(:hover)
{
	color: #FF8C00 !important;
}

.red_bg
{
	background-color: #e00;
	color: #fff;
	padding: 0 5px;
	text-shadow: 0 0 2px #700;
}

.green_bg
{
	background-color: #529311;
	color: #fff;
	padding: 0 5px;
	text-shadow: 0 0 2px #125301;
}

.blue_bg
{
	background-color: #296Ea7;
	color: #fff;
	padding: 0 5px;
	text-shadow: 0 0 2px #091E77;
}

.orange_bg
{
	background-color: #FF8C00;
	color: #fff;
	padding: 0 5px;
	text-shadow: 0 0 2px #7F1C00;
}

.float_left
{
	float: left !important;
}

.float_right
{
	float: right !important;
}

.align_center
{
	text-align: center;
}

.align_left
{
	text-align: left;
}

.align_right
{
	text-align: right;
}

.width_auto
{
	width: auto;
	display: inline-block;
	position: relative;
}

.width_100p
{
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
	float: none;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.invisible
{
	opacity: 0.5;
}

.unfilled td,
.unfilled th
{
	background: #ff000010 !important;
}

[name].unfilled
{
	outline: solid 1px #ff7100 !important;
}
	
.cena_detal
{
	border: solid 1px green !Important;
}
.cena_hurt
{
	border: solid 1px blue !Important;
}

.not_validate
{
	background-color:#ff9 !important;
}

.high1 
{
	color: #008a36;
}

.high2 
{
	color: #0000aa;
}
.high3 
{
	color: #922;
}
.mceLayout td
{
	padding: 0 !important;
}

.monospace
{
	font-family: "Lucida Console", Monaco, monospace;
}

.fancy
{
	margin: 2px 0;
}

.strong
{
	font-weight: bold;
}

.inactive
{
	opacity: 0.4;
}

.active,
.active > td
{
    background: #c4fbb7 !important;
}

.info_box
{
	display: inline-block;
	position: relative;
    padding: 5px;
    margin: 0 0 10px 0;
    background: #ebf7fd;
    color: #2d7091;
    border: 1px solid rgba(45,112,145,0.3);
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}
.info_box.yellow
{
	font-size: 12px;
	font-weight: normal;
	color: #543f1b;
    background-color: #fffbde;
    border: solid 1px #b5a883;
}


/* Box */
.box
{
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
}

	.box .mega_box_title,
	.box .mega_box_content
	{
		float: left;
		width: 100%;
	    background-color: rgba(255, 255, 255, 0.9);
	    margin: 0px;
		padding: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.box .mega_box_title
	{
		font-size: 16px;
	    color: #34495e;
	}
	
	.box .mega_box_title .icons
	{
		float: right;
	}
	
	.box .mega_box_content
	{
	    box-shadow: 0 1px 3px -1px rgba(22,24,27,.26);
    	transition: background-color 250ms ease,opacity 250ms linear;
	}

.box_green .mega_box_title,
.box_green .mega_box_content
{
	background-color: #19c395 !important;
    border: 1px solid #19c395;
    color: #fff;
}

.box_red .mega_box_title,
.box_red .mega_box_content
{
	background-color: #de3d4e !important;
    border: 1px solid #de3d4e;
    color: #fff;
}

.box_red .mega_box_title .icons a,
.box_green .mega_box_title .icons a
{
	color: #fff;
}

/* Layout */
.col-2 { width: 50%; clear: none;}
.col-3 { width: 33.33%;  clear: none;}
.col-4 { width: 25%; clear: none;}
.col-6 { width: 16.66%; clear: none;}

fieldset.col-2 
{
	width: calc(50% - 10px);
	margin: 0px 5px;
}

.inline_block { display: inline-block; position: relative; }
.float_left { float: left }
.float_right { float: right }

/* Badge */
.badge 
{
  display: inline-block;
  padding: 0 5px;
  background: #4fc1e9;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}
	a.badge:hover 
	{
	  color: #ffffff;
	}
	.badge.notification 
	{
	  box-sizing: border-box;
	  min-width: 18px;
	  border-radius: 500px;
	  font-size: 12px;
	  line-height: 18px;
	}
	.badge.success 
	{
	  background-color: #37bc9b;
	}
	.badge.warning 
	{
	  background-color: #f6bb42;
	}
	.badge.danger 
	{
	  background-color: #ed5565;
	}
	
/*progress*/	
.progress
{
	float: left;
    position: relative;
    min-width: 200px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 15px;
	box-sizing: border-box;
    overflow: hidden;
    background: #00a8e6;
}

	.progress-bar
	{
		position: relative;
	    float: left;
		width: 0;
		max-width: 100%;
	    height: 100%;
	    background: transparent;
	    -webkit-transition: width 0.6s ease;
	    transition: width 0.6s ease;
	    outline: solid 10000px #eee;
	    text-align: center;
	    font-size: 12px;
	    color: #fff;
	    text-align: center;
	    font-weight: 600;
	    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	    letter-spacing: 0.5px;
	    animation-name: example;
	    animation-duration: 2s;
    }

.progress.down
{
   	background-image: -webkit-linear-gradient(left, #19c395, #f6bb42 47%, #ed5565);
	background-image: -moz-linear-gradient(left, #19c395, #f6bb42 47%, #ed5565);
	background-image: -o-linear-gradient(left, #19c395, #f6bb42 47%, #ed5565);
	background-image: -ms-linear-gradient(left, #19c395, #f6bb42 47%, #ed5565);
	background-image: linear-gradient(to right, #19c395, #f6bb42 47%, #ed5565);
}

.progress.up
{
   	background-image: -webkit-linear-gradient(right, #19c395, #f6bb42 47%, #ed5565);
	background-image: -moz-linear-gradient(right, #19c395, #f6bb42 47%, #ed5565);
	background-image: -o-linear-gradient(right, #19c395, #f6bb42 47%, #ed5565);
	background-image: -ms-linear-gradient(right, #19c395, #f6bb42 47%, #ed5565);
	background-image: linear-gradient(to left, #19c395, #f6bb42 47%, #ed5565);
}

/**/

.ui-tabs .ui-tabs-panel
{
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.std_hn
{
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
    padding: 2px 5px;
    margin: auto;
}

.item
{
	width: 100%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 2px 5px;
	font-size: 13px;
}

	.item label, .item .label
	{
		font-size: inherit;
		display: inline-block;
		position: relative;
		float: none;
	}
	
	.item .value
	{
		width: 200px;
		display: inline-block;
		position: relative;
	}
	
	.item .value.short
	{
		width: 80px;
	}

.state
{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 10px 0px 10px 50px;
}

	.state:before
	{
		float: left;
		position: absolute;
		top: 0px;
		left: 0px;
		content: '\f011';
		font-family: 'FontAwesome';
		font-size: 20px;
		font-weight: 300;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		vertical-align: middle;
		border-radius: 50px;
		border: solid 2px #fff;
		color: #fff;
		margin: 0px 10px 0px 0px;
	}
	
	.state.error:before
	{
		content: '\f12a';
	}
	
	.state span
	{
		font-size: 12px;
		font-weight: normal;
	}
	
.row
{
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	box-sizing: border-box;
}

	.row .half,
	.row .cell
	{
		box-sizing: border-box;
		margin-right: 5px;
		position: relative;
		vertical-align: top;
		flex-grow: 1;
	}
	
	.row .half
	{
		width: 50%;
	}

.table-row
{
	display: table-row;
}

.table-cell
{
	display: table-cell;
}

.table-cell.padding
{
	padding: 3px 6px;
}

.fa-remove,
.fa-trash
{
	color: #f00 !important;
}

.fa-check-square-o,
.fa-check
{
	color: green;
}

.fa-plus-circle,
.fa-plus
{
	color: #86ff86;
}

.fa-arrows
{
	cursor: move;
}

.mega_anchor .fa-plus-circle,
.mega_anchor .fa-plus
{
	color: #1ec31e;
}

.fa.fa-info-circle
{
	color: #0094EC;
}


/* incrementer */
.incrementer_wrap
{
	display: inline-flex;
	align-items: center;
	margin: auto;
}

.incrementer_minus,
.incrementer_plus
{
	border: none;
	background: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 30px;
	font-weight: 300;
}


/* pass_switch */
.pass_switch_wrap
{
	display: flex;	
	margin: 0 !important;
}

input.pass_switch
{
	padding-right: 30px !important;
	box-sizing: border-box;
} 

span.pass_switch_btn
{
	width: 0;
	height: auto;
	display: inline-block;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	margin-left: -30px;
	text-align: center;
	line-height: 30px;
	color: #666;
}

span.pass_switch_btn:before
{
	content: '\f06e';
    font-family: FontAwesome;
	font-size: 18px;
	cursor: pointer;
}

input[type=text].pass_switch + span.pass_switch_btn:before
{
	content: '\f070';
    font-family: FontAwesome;
}


/* input unit */
input[data-unit]
{
	padding-right: 25px;
} 

span.input_unit
{
	width: 40px;
	height: auto;
	display: inline-block;
	margin-left: -35px !important;
	text-align: right;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	font-size: 12px !important;
	color: #6a6a6a;
	line-height: 22px;
}
.percent
{
	float: left;
	width: 100px;
	height: 15px;
	clear: left;
	background: rgba(0, 0, 0, 0.1);
	margin: 3px 0;
}

.percent > span
{
	float: left;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.percent > span:before
{
	content: '';
	float: left;
	height: 100%;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #e5405e 0%, #ffdb3a 50%, #3fffa2 100%);
    animation-name: app_percent_animate;
    animation-duration: 1s;
}
@keyframes app_percent_animate {
	0% {
		width: 0;
	}
	100% {
		width: 100px;
	}
}

.percent > span > span
{
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
body
{
	line-height: 130%;
	color: #333;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, helvetica;
	padding: 0;
	margin: 0;
	background: transparent url(https://inventory.bel-pol.pl/assets/img/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;
	height: 30px;
	float: left;
	clear: both;
	box-sizing: border-box;
}


#login_wrap
{
	display: inline-flex;
	width: 100%;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
}

#login
{
	padding: 20px 40px;
	background-color: rgba(255, 255, 255, .92);
	width: 400px;
	box-sizing: border-box;
	text-align: center;
}

#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: 1.5;
	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 form div input
{
	width: 100%;
}

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



#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;
}

#pass_retr:not(.show)
{
	display: none;
}


.mbox_error_message,
.mbox_message,
.mbox_info_message
{
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	z-index: 1;
}

	.mbox_error_message_content,
	.mbox_message_content,
	.mbox_info_message_content
	{
		font-size: 13px;
		line-height: 130%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 15px 0px 15px 50px;
		margin: 10px 0px;
		background: #fde7e4;
		border: solid 1px #e1bfca;
		color: #640202;
	}
	
	.mbox_error_message_content:before,
	.mbox_message_content:before,
	.mbox_info_message_content:before
	{
		content: '\f06a';
		font-family: 'FontAwesome';
		position: absolute;
		top: 28px;
		left: 15px;
		color: #df0500;
		font-size: 30px;
	}
	
	.mbox_error_message_bottom,
	.mbox_message_bottom,
	.mbox_info_message_bottom
	{
		display: none;
	}

	.mbox_error_message p,
	.mbox_message p,
	.mbox_info_message p
	{
		font-size: 13px;
		line-height: 130%;
		color: #640202;
		padding: 0;
		margin: 0;
		font-weight: normal;
	}
	
	.mbox_error_message p.close_click,
	.mbox_message p.close_click
	{
		text-align: right;
		margin: 0;
		padding: 0 10px;
		color: #000;
		cursor: pointer;
		font-size: 11px;
	}


/* mbox_message */
.mbox_message_content
{
	border: 1px solid #b6ea6f;
	color: #2b6b05;
	background: #dfffb5;
}

.mbox_message_content:before
{
	content: '\f058';
	color: #378705;
}

.mbox_message p
{
	color: #2b6b05;
}


/* mbox_info_message */
.mbox_info_message_content
{
	border: 1px solid #ee6;
	background: #ffc;
	color: #704f0a;
}

.mbox_info_message_content:before
{
	content: '\f05a';
	color: #f2c81f;
}

.mbox_info_message p
{
	color: #704f0a;
}

/* small */
.mbox_error_message.small .mbox_error_message_content:before, 
.mbox_message_content.small .mbox_message_content:before, 
.mbox_info_message.small .mbox_info_message_content:before
{
    font-size: 20px;
    top: 15px;
    left: 10px;
}

.mbox_error_message.small .mbox_error_message_content, 
.mbox_message_content.small .mbox_message_content, 
.mbox_info_message.small .mbox_info_message_content
{
	padding: 5px 0px 5px 35px;
}

/* 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: 13px;
	text-decoration: none;
	color: inherit;
}

.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;
	float: none;
	clear: none;
	white-space: nowrap;
	text-decoration: none;
}

a.mega_anchor img,
a.mega_anchor i
{
	padding-right: 3px;
}

a.mega_anchor {
	color: #0094EC;
	text-decoration: none;
	margin: 2px;
}

a.mega_anchor:hover {
	color: #d00;
	text-decoration: none;
}


.megahtml_button i.fa-remove,
.mega_anchor i.fa-remove
{
	color: #f00;
}


.megahtml_actions_area {
	float: none;
	clear: both;
	margin-top: 15px;
	padding: 5px;
	border-top: 1px solid #ddd;
	text-align: left;
	display: block;
}


/* 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;
}

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: 14px;
			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;
			font-size: 13px;
    		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;
}

