/*
 * WebPageSystem/MateJano/MateJano.css
 **** Universal Cascading Style Sheets ****
 * @package:WebPageSystem7 ( http://www.MateJano.hu )
 * @copyright:2014-2025 MateJano - All rights reserved
 */
textarea {
	resize:none;
}
label {
	font-weight:normal;
}
.label-anchor {
	color:orange;
	background-color:transparent;
}
.label-extra {
	background-color:#006309;
}
.btn-new {
	color:#fff;
	background-color:#777777;
	border-color:606060#;
}
.btn-new:focus,
.btn-new.focus,
.btn-new:hover {
	color:#fff;
	background-color:#606060;
	border-color:#606060;
}
.btn-extra {
	color:#fff;
	background-color:#006309;
	border-color:#005106;
}
.btn-extra:focus,
.btn-extra.focus,
.btn-extra:hover {
	color:#fff;
	background-color:#005106;
	border-color:#005106;
}
.matejano-archive {
	text-align:center;
	margin:0;
	padding:5px 0 20px 0;
}
.matejano-double-line {
	line-height:250%;
	font-size:10px;
}
.matejano-iframe {
	border:0;
	width:100%;
}
.matejano-fa-view { /* Font Awesome View */
	letter-spacing:10px;
	line-height:200%;
	cursor:help;
}
.matejano-flag-image {
	height:64px;
	width:auto;
	margin:0;
	padding:0 15px 0 0;
	float:left;
}
.matejano-input-box { /* formokhoz */
	width:100%;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:6px;
	padding:4px;
	margin:0 0 7px 0;
	text-align:center;
}
.matejano-addon,
.form-control[readonly] {
	cursor:not-allowed;
}
.matejano-input-image {
	width:auto;
}
.matejano-input-hidden {
	display:block;
	width:100%;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	background-color:#eee;
	cursor:not-allowed;
	color:#58595b;
}
.matejano-input-pointer {
	cursor:pointer;
}
.matejano-input-number { /* adatbevitelhez */
	text-align:right;
	font-weight:bold;
}
.matejano-description {
	font-size:10px;
	font-weight:bold;
	padding-right:5px;
}
.matejano-unit {
	width:70px;
	text-align:left;
	font-weight:bold;
}
.matejano-input-pointer:hover {
	background-color:#eee;
}
.matejano-view-admin {
	width:auto;
	background-color:#ffffffb0;
	color:black;
	border:3px solid red;
	border-radius:6px;
	padding:4px;
	margin:0;
}
.matejano-view-user {
	width:auto;
	background-color:#ffffffb0;
	color:black;
	border:3px solid white;
	border-radius:6px;
	padding:4px;
	margin:0;
}
.matejano-thumbnail {
	position:relative;
	border-radius:7px;
	margin-top:20px;
}
.matejano-captcha { /* captcha code */
	padding:0;
}
#matejano-captcha-image {
	cursor:not-allowed;
	width:200px;
	height:32px;
	object-fit:none;
	object-position:0 -2px;
}
.matejano-gallery {
	cursor:zoom-in;
}
.form-group {
	margin-bottom:0;
	padding-top:5px;
	padding-bottom:5px;
}
.matejano-form-error { /* error form */
	font-size:10px;
	color:red;
	font-weight:bold;
	font-style:normal;
	display:none;
}
.matejano-form-red {
	font-size:10px;
	color:red;
	font-weight:bold;
	font-style:normal;
}
.matejano-form-green {
	font-size:10px;
	color:green;
	font-weight:bold;
	font-style:normal;
}
.matejano-form-comment {
	font-size:10px;
	font-style:normal;
}
.matejano-form-view {
	margin-bottom:5px;
	padding:0 20px 0 20px;
}
.matejano-admin-logo { /* admin logo */
	width:84px;
	height:auto;
}
.tree { /* fa struktúra */
	margin:0;
	padding:0;
	min-height:20px;
}
.tree li {
	list-style-type:none;
	margin:0;
	padding:10px 5px 0 5px;
	position:relative;
}
.tree li::before, .tree li::after {
	content:'';
	left:-20px;
	position:absolute;
	right:auto;
}
.tree li::before {
	border-left:1px solid #999;
	bottom:50px;
	height:100%;
	top:0;
	width:1px;
}
.tree li::after {
	border-top:1px solid #999;
	height:15px;
	top:20px;
	width:25px;
}
.tree li span {
	border:1px solid #999;
	border-radius:5px;
	display:inline-block;
	padding:0 10px;
	text-decoration:none;
}
.tree li.parent_li > span {
	cursor:pointer;
}
.tree > ul > li::before, .tree > ul > li::after {
	border:0;
}
.tree li:last-child::before {
	height:20px;
}
.tree li.parent_li > span:hover, .tree li.parent_li > span:hover+ul li span {
	background:#eee;
	border:1px solid #94a0b4;
	color:#000;
}
.browser-number { /* browser táblázathoz */
	width:65px;
	background-color:transparent;
	border:0;
	text-align:right;
}
.browser-select {
	background-color:transparent;
	border:0;
	text-align:right;
	padding-right:7px;
}
.browser-space {
	margin-right:7px;
}
.browser-switch-off {
	color:black;
	text-decoration:line-through;
	font-weight:bold;
}
.wysiwyg-btn { /* wysiwyg */
	padding:0 5px 0 5px;
	margin:0;
	color:#444;
}
.wysiwyg-btn-group {
	border:1px solid #ccc;
	border-radius:6px;
	padding:0;
	margin:0 0 5px 0;
}
.wysiwyg-dropdown {
	padding:10px;
	width:445px;
    z-index:9999;
}
.wysiwyg-dropdown > a {
	text-decoration:none;
	padding:3px;
}
.wysiwyg-dropdown > a:hover {
	text-decoration:none;
	color:black;
}
.wysiwyg-entities {
	font-weight:bold;
}
.wysiwyg-panel {
	margin:0;
	border-radius:6px;
}
.wysiwyg-panel-content {
	padding:5px 0 0 5px;
}
div[data-role="editor-toolbar"] {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
#text-editor {
	max-height:210px;
	height:210px;
	background-color:transparent;
	border-collapse:separate; 
	border:0;
	padding:0; 
	margin:0;
	box-sizing:content-box; 
	overflow-x:auto;
	overflow-y:scroll;
	outline:none;
}
#content_editor {
	width:20px;
	color:transparent;
	background-color:transparent;
	transform:scale(2.0, 2.0);
	-webkit-transform:scale(2.0, 2.0);
	-moz-transform:scale(2.0, 2.0);
	border:transparent;
	cursor:pointer;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.dropdown-menu a {
	cursor:pointer;
}
.hasDatepicker {
    position:relative;
    z-index:9990;
}
.wps7_block {
	padding-top:5px;
	padding-bottom:5px;
}
.add_period {
	margin-left:-15px;
}
.iframe-background {
	background-color:white;
	border-radius:10px;
	border:2px solid black;
}