html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
}
body {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #444;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #EEE;
}
a {
	color:#FE7F00;
	text-decoration: none; 
	cursor: pointer; 
}
a:hover { 
	text-decoration: underline;
}
#e-website ul, #e-website ol {
	margin: 10px 10px 10px 30px;
	padding: 0;
}
#e-website ul li, #e-website ol li {
	margin: 5px 0;
}
#e-website p {
	margin: 4px 0;
}
/* Űrlap stílus */
*:focus {outline: none;}
input {
	margin:5px 0!important;
}
input[type="text"] {
	padding:5px 8px;
	border:1px solid #aaa;
}
textarea {
	padding:5px 8px;
	border:1px solid #aaa;
}
input[type="text"], textarea { 
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: box-shadow .25s; 
	-webkit-transition: box-shadow .25s; 
	-o-transition: box-shadow .25s;
	transition: box-shadow .25s;
}
input[type="file"] {
	padding:2px!important;
	height:23px; 
}
input[type="submit"], input[type="button"], button {
	height: 40px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 2px;
    overflow: visible;
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #FE7F00;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(51, 51, 51, 0.3);
    border: 1px solid #E27100;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	opacity:.9;
	cursor: pointer; 
}
input[type="submit"]:active, input[type="button"]:active, button:active {
	border: 1px solid #D24406;
	box-shadow: 0 0 10px 5px #BC3D05 inset; 
	-webkit-box-shadow:0 0 10px 5px #BC3D05 inset ;
	-moz-box-shadow: 0 0 10px 5px #BC3D05 inset;
}
select {
	border:1px #CFCFCF solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 8px;
	border: 1px solid #aaa;
	border-image: initial;
	box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 2px 0px inset !important;
}
select:hover, select:focus {
	color: #333;
	border: 1px solid #999;
}
.e-editbar-box select {
	padding: 2px !important;
}
.e-inpstyle {
	height:auto; 
	padding:5px 8px !important;
	border:1px solid #aaa !important;
	border-radius: 3px;
	border-image: initial;
	box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 2px 0px inset !important;
}
select.e-inpstyle {
	height:30px;
}
.e-inpstyle:focus {
	border:1px solid #888888 !important;
}
.checkbox {
	display: block;
	width: 94px;
	height: 27px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor:pointer;
	margin-top:15px;
}	
.checkbox input[type=checkbox] {
	display: none;
}
.checkbox input[type=checkbox] + label {
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 27px;
	line-height: 27px;
	background: transparent url(/theme/editor/img/sprite2.png?1675422427) no-repeat -56px 0;
	-webkit-transition: background-position 0.2s ease-in-out;
	-moz-transition: background-position 0.2s ease-in-out;
	cursor:pointer;
}
.checkbox input[type=checkbox]:checked + label {
	-webkit-transition: background-position 0.2s ease-in-out;
	-moz-transition: background-position 0.2s ease-in-out;
	background-position: -3px 0;
}
.checkbox-title {
	float:left;
	line-height:27px;
	display:inline-block;
	font-weight:bold;
	margin-top:15px;
	padding-right:10px;
}
.clear {
	clear:both;
	height:0px;
	float:none;
}
.under-construction {
	font-size:16px;
	color:#666;
	margin:10px 0px;
}
#loading {
	position: fixed;
    display: none;
    top: 50px;
    left: 48%;
    border: 1px solid #CCC;
    padding: 15px 30px;
    background-color: #EEE;
    opacity: 0.90;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    z-index: 999;
}
.dialog-title {
	font-size: 20px !important;
	text-shadow: 0px 1px 0px #FFF;
	padding-bottom:5px;
	margin-bottom:10px !important;
	border-bottom:1px solid #CCC;
	color: #FE7F00 !important;
	font-weight: normal;
}
.e-header-btn-style,
.e-btn-style,
.e-btn-style2,
.e-btn-style3,
.e-btn-hightlight {
	color:#333;
	font-style: normal;
}
.e-header-btn-style {
	height: 26px;
    padding: 12px 10px;
    line-height: 30px;
    font-size: 13px;
	font-weight:normal;
	color:#333;
	float:left;
	cursor:pointer;
	background:transparent;
	text-shadow:0px 1px 0px #FFFFFF;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.e-header-btn-style:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #fe7f00;
	background: -moz-linear-gradient(top,  #fe7f00 20%, #f07800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#fe7f00), color-stop(100%,#f07800));
	background: -webkit-linear-gradient(top,  #fe7f00 20%,#f07800 100%);
	background: linear-gradient(to bottom,  #fe7f00 20%,#f07800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7f00', endColorstr='#f07800',GradientType=0 );
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.e-header-btn-style:hover, .e-header-btn-active {
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.3);
	color: white;
}
.e-header-btn-style:hover:before, .e-header-btn-style:focus:before, .e-header-btn-style:active:before, 
.e-header-btn-active:before, .e-header-btn-active:before, .e-header-btn-active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.e-btn-style {
	height:37px;
	width:115px;
	padding:8px 0 0 2px;
	font-size:11px;
	font-weight:bold;
	float:left;
	border: 1px solid #B1B1B1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 2px;
	overflow:hidden;
	cursor:pointer;
	background-color:#FAFAFA;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DDDDDD)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #FAFAFA, #DDDDDD); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(top, #FAFAFA, #DDDDDD); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #FAFAFA, #DDDDDD); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #FAFAFA, #DDDDDD); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
	vertical-align:top;
	text-shadow:0px 1px 0px #FFFFFF;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
.e-btn-style:hover {
	color: #333;
	border: 1px solid #B1B1B1;
	-moz-box-shadow:inset 0px 0px 8px 0px #B9B9B9;
	-webkit-box-shadow:inset 0px 0px 8px 0px #B9B9B9;
	box-shadow:inset 0px 0px 8px 0px #B9B9B9;
}
.e-header-btn-style:hover, .e-btn-style:hover, .e-btn-style2:hover {
	text-decoration:none;
}
.e-btn-style2, .e-btn-style3 {
	height:30px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	float:left;
	border: 1px solid #B1B1B1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 2px;
	overflow:visible;
	position: relative;
	color:#666666;
	vertical-align:top;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	display: inline-block;
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	background: #fff;
}
.e-widget .e-btn-style2, .e-small-btn.e-btn-style2 {
	height:25px;
	line-height:25px;
	font-size:11px;
	padding:0 6px;
}
.e-btn-style2:hover, .e-btn-style2-active {
	background: #f5f5f5;
}
.e-btn-style2:active {
	box-shadow: inset 0 0px 0 0px rgba(0, 0, 0, 0.1), inset 0 -35px 0px rgba(0, 0, 0, 0.1);
}
.e-btn-style3 {
	padding:0 1px;
}
.e-btn-separator {
	float:left;
	background-color:#CCC;
	height:18px;
	width:1px;
	margin:6px 2px 0 2px;
}
.e-btn-hightlight {
	background-color:#FE7F00;
	color: #FFFFFF;
	text-shadow:0px 1px 0px rgba(51, 51, 51, 0.3);
	border: 1px solid #E27100;
}
.e-btn-hightlight:hover {
	background-color:#F17800;
}
.e-btn-big {
    background-color: #FE7F00;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #E27100;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    float: none;
    display: inline-block;
    margin-left: 0;
    font-weight: 500;
}
.e-btn-big:hover {
	background-color:#F17800;
}
.pro-icon {
    position: absolute;
    width: 30px;
    height: 15px;
    background-image: url(/theme/editor/img/pro-icon.png?1675422427);
    background-repeat: no-repeat;
    top: 9px;
	right: 4px;
}
.error {
	color:red;
	font-size:13px;
	font-weight:bold;
	margin:5px 0;
}
.success {
	color:green;
	font-size:13px;
	font-weight:bold;
	margin:5px 0;
}
/* Tooltip */
.ui-tooltip {
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:  12px;
	-moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	text-shadow: 0px 1px 0px #000000;
	background: #525252;
	border: 2px solid white;
	color: white;
}
.ui-slider-range {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.ui-slider {
	border: 1px solid #ccc !important;
}
.e-help-tooltip {
    background-image: url(/theme/editor/img/icons_16.png?1675422427);
	background-position: 0px -432px;
	width:16px;
	height:16px;
	margin:0 0 0 2px;
	cursor:help;
	position:absolute;
}
.e-help-tooltip:hover {
	background-position: 16px -432px;
	opacity:1;
}
.e-help-tooltip-style {
	padding: 5px;
	color: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:  11px;
	-moz-box-shadow:0px 0px 5px 0px #000;
	-webkit-box-shadow:0px 0px 5px 0px #000;
	box-shadow:0px 0px 5px 0px #000;
	text-shadow: 0px 1px 0px #FFF;
	background: #FFFEDF;
}
.e-desc {
	color: #888;
    font-size: 12px;
    margin-top: 10px;
    line-height: 14px;
}
/* Jquery ui módosítás */
.ui-widget {
	font-family: 'Roboto', sans-serif !important;
}
.ui-tabs .ui-tabs-panel {
	padding-left:0px !important;
	padding-right:0px !important;
}
.ui-tabs-anchor {
	font-weight:bold !important;
}
.ui-widget-overlay {
	opacity:.6 !important;
}
.ui-front {
	z-index: 9999 !important;
}
.ui-dialog {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.ui-dialog-title {
	text-shadow: 0px 1px 0px #FFFFFF;
	font-size: 14px;
}
.ui-resizable-helper { 
	border: 2px dotted #FE7F00;
	z-index: 9999 !important;
}
.ui-pnotify-history-container {
	display:none !important;
}
#notify-container a {
	text-decoration: underline !important;
}
.ui-tooltip {
	z-index: 999999 !important;
	opacity: 0.95;
	font-size: 12px;
}
.ui-dialog-buttonset button {
	font-weight: 500!important;
    padding: 5px!important;
    font-size: 14px!important;
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 15px rgba(0, 0, 0, 0.1);
}
.ui-dialog-buttonset button:first-child {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    cursor: pointer;
    background: #FE7F00;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #FF7F00;
}
.ui-dialog-buttonset button.ui-state-hover:first-child {
	opacity:0.9;
	border: 1px solid #C36100;
}
/* Szerkesztő ablak */
.cke_editable[contenteditable="true"] {
	outline: none !important;
	*border: none !important;	
	padding: 2px;
	cursor: pointer;
}
.cke_editable.cke_focus {
	outline: 1px solid rgba(130, 130, 130, 0.5) !important;
	*border: 1px solid rgba(130, 130, 130, 0.5) !important;	
	cursor: auto;
}
.cke {
	z-index:1000;
}
.cke_dialog_background_cover {
	background-color:black !important;
	opacity: .6 !important;
}
.cke_dialog_body {
	-webkit-box-shadow: inset 0 -2px 5px rgba(61, 61, 61, 0.5), 0 6px 44px rgba(0, 0, 0, 0.7) !important;
	-moz-box-shadow: inset 0 -2px 5px rgba(61, 61, 61, 0.5), 0 6px 44px rgba(0, 0, 0, 0.7) !important;
	box-shadow: inset 0 -2px 5px rgba(61, 61, 61, 0.5), 0 6px 44px rgba(0, 0, 0, 0.7) !important;
}
a.cke_dialog_ui_button_ok span {
	text-shadow: 0 1px 0 #333 !important;
}
a.cke_dialog_ui_button_ok, a.cke_dialog_ui_button_ok:hover {
	background-color:#fe7f00 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe7f00), to(#f07800)) !important; 
	background-image: -webkit-linear-gradient(top, #fe7f00, #f07800) !important; 
	background-image:    -moz-linear-gradient(top, #fe7f00, #f07800) !important; 
	background-image:      -o-linear-gradient(top, #fe7f00, #f07800) !important; 
	background-image:         linear-gradient(to bottom, #fe7f00, #f07800) !important; 
	color: #FFFFFF !important;
	text-shadow:0px 1px 0px #333 !important;
	border: 1px solid #D74506 !important;
}
.minicolors-swatch:hover {
	border-color:#999;
}
#e-menu-edit, #e-header-image-tpl, .e-widget-editbar, .e-column-empty-text {
	font-family: 'Roboto' !important;
	font-size: 12px !important;
	font-weight: normal !important;
	font-style: normal !important;
}
