<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('./font/entypo.css');
@import url('./fontello/css/fontello.css');
@import url('./old.css');
@import url('./modals.css');
@import url('./local_cropper.css');
html, body{
	margin:0;
	height:100%;
}
body{
	background-color:#303641;
	/*-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	-webkit-perspective: 800;
	-moz-perspective: 800;*/
	font-family: 'Helvetica Neue', Helvetica, 'Noto Sans', sans-serif, Arial, sans-serif;
}
* {
	padding:0;
	margin:0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover{
	text-decoration:none;
}
.clearfix{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
#center, .wrapper{
	position: relative;
	float: left;
	width: 100%;
	z-index: 2;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}
.wrapper{
	position: relative;
	padding-left: 280px;
	width: 100%;
}
.wrapper.wide{
	padding-left:65px;
	width:100%;
}
#menu.closed{
    width:65px;
}
#menu.closed .menu-title-holder, #menu.closed .header-title-cont{
    opacity:0;
    display:inline-block;
    /*width:0px;*/
}
#menu.closed header{
    padding:13px;
}
.wrapper, #menu, #menu header{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#menu .menu-title-holder, #menu .header-title-cont{
    -webkit-transition: opacity 0.3s ease,width 0.5s ease;
    -moz-transition: opacity 0.3s ease,width 0.5s ease;
    -o-transition: opacity 0.3s ease,width 0.5s ease;
    transition: opacity 0.3s ease,width 0.5s ease;
}
.wrapper:before, .wrapper:after{}
    content: " ";
    display: table;
}
.wrapper:after{
    clear:both;
}
/*Menü*/
#menu{
    position: absolute;
    width: 280px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #303641;
    color: #aaabae;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#menu header{
    width: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#menu .mobile-menu-button{
    display:none;
}
#menu .cm-button{
    position:relative;
    float:right;
    border: 1px solid #454a54;
    border-radius:3px;
}
#menu .cm-button i{
    font-size:2.5em;
    line-height:2.5em;
    margin:0;
}
#menu .cm-button i:before{
    font-size:100%;
    line-height:100%;
    margin:0;
}
#menu .cm-button .link{
    padding:0.5em;
}
#menu .menu-title-holder{
    display:inline-block;
    position:absolute;
    margin-left:25px;
    width:80%;
    overflow:hidden;
}
.header-title-cont{
    position:absolute;
    width:146px;
    overflow:hidden;
}
.header-title{
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 37px;
}
.main-header{
    width:100%;
    text-align:right;
    position:relative;
    padding:36px 20px 20px 20px;
}
.main-content{
    padding:20px;
    width:100%;
    position:relative;
    background-color:#fff;
}
#menu .menu-li i{
    position:absolute;
    top:10px;
}
#menu a.linkactive, #menu a.link{
    line-height:2em;
    position: relative;
    display: block;
    height: 100%;
    padding: 10px 22px;
    color: #aaabae;
    z-index: 2;
    -moz-transition: color 250ms ease-in-out,background-color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out,background-color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out,background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out,background-color 250ms ease-in-out;
}
#menu a.link:hover{
    background-color: rgba(69,74,84,0.3);
    text-decoration:none;
    color: #fff;
}
#menu a.linkactive, #menu a.linkactive:hover{
    background-color: #2b303a;
    color: #fff;
    text-decoration:none;
}
#menu #submenu li.active a{
    /*padding: 2px 2px;
    color: white;
    font-weight: bold;
    background-color: gray;
    border: 1px none gray;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-left: 1px solid gray;*/
}
#menu #submenu{margin:20px 0 0px 0px;}
#menu h1{text-align: left;margin: 0;}
#menu&gt;ul{list-style: none;margin: 0;padding: 0;margin-bottom: 20px;}
#menu li{
    position: relative;
    display:list-item;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(69,74,84,0.7);
    height:46px;
}
#menu li:first-child{
    border-top: 1px solid rgba(69,74,84,0.7);
}

#almenu{position:relative;width:100%;background:#303641;border:none;margin-bottom:20px;border-radius:3px;}
#almenu a{color: #CACACA;border-bottom: none;font-weight: normal;font-size:14px;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;}
#almenu a:hover{color: white;text-decoration:none;}
#almenu a.inactive{color: #CACACA; opacity:0.6;cursor:default;}
#almenu a.inactive:hover{color: #CACACA; }
#almenu ul, #almenu li{padding: 0 10px;list-style: none;margin: 0;display: block;float:left;}
#almenu li{padding: 1.5em;}
#almenu li.active{background-color:#2B303A;}
#almenu li.active a{color:#fff;}

.left-box{
    float:left;
    position:relative;
}
.right-box{
    float:right;
    position:relative;
}
.logout-form input{
    float:left;
}
.logout-cont{
    cursor:pointer;
}
.logout-cont:hover i, .logout-cont:hover input{
    color:#818da2;
}
.logout-button, .icon-logout{
    color:#373e4a;
    font-size:12px;
}
.logout-button{
    border:none;
    background:none;
    padding:0;
    margin:0;
    outline:none;
    cursor:pointer;
}
span.username{
    font-size:14px;
    color:#2b303a;
    padding-left: 60px;
}
img.user-img{
    position: absolute;
    width: 45px;
    top: -14px;
}
.sep-line-cont{
    width:100%;
    padding: 15px 20px 10px 20px;
}
.sep-line{
    width:100%;
    border-top: 1px solid #eee;
}
.home{
    padding-bottom:30px;
}
.menu-box{
    width:14%;
    padding-top:1%;
    padding-bottom:1%;
    margin-left:1%;
    margin-right:1%;
    margin-top:30px;
    float:left;
    background-color:#fff;
    border:1px solid #373e4a;
    border-radius:10px;
    text-align:center;
    opacity:0;
    -webkit-animation: showup 1.0s;
    -moz-animation: showup 1.0s; 
    -ms-animation: showup 1.0s; 
    -o-animation: showup 1.0s; 
    animation: showup 1.0s;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
}

.menu-box *, .menu-box{
    color:#373e4a;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0s ease;
}
.menu-box:hover{
    background-color:#373e4a;
}
.menu-box:hover *{
    color:#fff;
}
.menu-box i{
    font-size:9em;
    display:block;
}
.menu-box span{
    font-size:1.5em;
    padding:0.3em;
    display:block;
}
/* Tomi css */
.percentCont{    
    height: 20px;
    width: 100px;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    color:green;
    display:none;
}

.progress { position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; margin: 20px auto; display: none;}
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }

.back {
    padding: 0 33px 0 46px;
    background: #303641 url("../images/icon-bt_prev.png") no-repeat 30px center;
    display: block;
    float: right;
    height: 36px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    line-height: 34px;
    border-radius: 4px;
    border-bottom: 2px solid;
    border-bottom-color: #373737;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.back:hover {
    color: #fff;
}

#center .list_p input, .list_p textarea {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    max-width: 500px;
    /* height: 31px; */
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    outline: none;
}
#center .list_p input.gomb{
    max-width: 200px;
    cursor:pointer;
}
.manage-documents-box {
    border-radius: 3px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.manage-documents-box * {
    box-sizing: border-box;
    position: relative;
}
.manage-documents-box .manage-box .list-doc {
    border: 1px solid #ebebeb;
    margin: 6px;
    padding: 6px;
}
.manage-documents-box .icon-fontello-minus:before {
    color: white;
    background-color: red;
}
.manage-documents-box div, .manage-documents-box span, .manage-documents-box h1, .manage-documents-box h2, .manage-documents-box h3, .manage-documents-box h4, .manage-documents-box h5, .manage-documents-box h6, .manage-documents-box p, .manage-documents-box pre, .manage-documents-box a, .manage-documents-box em, .manage-documents-box img, .manage-documents-box b, .manage-documents-box u, .manage-documents-box i, .manage-documents-box center, .manage-documents-box ol, .manage-documents-box ul, .manage-documents-box li, .manage-documents-box form, .manage-documents-box label, .manage-documents-box table, .manage-documents-box caption, .manage-documents-box tbody, .manage-documents-box tfoot, .manage-documents-box thead, .manage-documents-box tr, .manage-documents-box th, .manage-documents-box td, .manage-documents-box canvas, .manage-documents-box footer, .manage-documents-box header, .manage-documents-box hgroup, .manage-documents-box menu, .manage-documents-box nav, .manage-documents-box output, .manage-documents-box time {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.manage-documents-box .manage-box .list-doc #sortable {
    width: 100%;
}

.manage-documents-box .manage-box .list-doc #sortable li {
    float: none;
    height: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 99%;
}

.manage-documents-box .manage-box .list-doc #sortable li.doc-li {
    margin: 0 3px 6px 3px;
    padding: 4px 0 0 6px;
    border: 1px solid #ebebeb;
}
.manage-documents-box .manage-box .list-doc ul#sortable{
    width:100%;
}
.manage-box .list-doc .doc-row {
    height: 20px;
    font-size: 1.25em;
    line-height: 20px;
}
.manage-box .list-doc .doc-row .admin-doc-url{
    font-size: 13px;
    color: #3498db;
}
/*
#center .list_p_text{
    margin-bottom: 20px;
}
*/

.charCounterDiv{
    text-align:center;
}
/*
    adminisztratorok menüpont alatt sorbarendezeshez
*/
.jog-cont{
    height: 50px;
}

.cb-address{
    margin: 10px 0 0 10px !important;
}

.form-container .select-replace.cb-select{
    margin: 0 10px 0 0; 
    width: 40px;  
    position: relative;
    float: left; 
    height: 33px;
}

.jog-cont .checkbox-replace{
    margin:10px auto;
}

/* A loaderhez */ 

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 999;
   text-align: center;
}

#loading-image {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width:100px;
    margin: 0 auto;
    z-index: 1000;
}

/* Galeriak progress bar start */

#progressPicName{
    text-align: right;
    margin-top: 8px;
    margin-right: 24px;
}

.picProgress{
    display: none;
    position: absolute;
    right: 20px;
    margin-top: 8px;
    width: 135px;
}

.picProgress .bar{
    height: 9px;
}

/* Galeriak progress bar end */

/* hozzaadas, torles gombokhoz */

.email_address_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 10px auto 0;
}

.add-icon{
    margin-left: 4px;
    background: #2b2b2b url(../images/icon-add.png) no-repeat center center;
    width: 29px;
    height: 29px;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    flex-flow: column;
    justify-content: center;
}

.del-icon{
    margin-left: 4px;
    background: #e74c3c url(../images/icon-del.png) no-repeat center center;
    width: 29px;
    height: 29px;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.email_address_input{
    margin-top: 0 !important;
}

/* hozzaadas, torles gombokhoz vege*/

/* email kuldes gomb kezd */

/**
 * Shadow
 */
a.email-send-btn::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%; 
}
    
a.email-send-btn:active::before { padding: 1px 0 0; }

/**
 * Grey
 */
a.email-send-btn {
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
    background: -moz-linear-gradient(#eee, #e2e2e2);
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-bottom: solid 3px #b2b1b1;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    color: #555;
    display: block;
    font: bold 12px Arial, Helvetica, Clean, sans-serif;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa;
    width: 180px;
}
    
a.email-send-btn:hover {
    background: #e4e4e4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
    background: -moz-linear-gradient(#e4e4e4, #ededed);
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    border-bottom: solid 3px #b2b1b1;
    box-shadow: inset 0 0 0 1px #efefef; 
    cursor: pointer;
}
    
a.email-send-btn:active {
    background: #dfdfdf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
    background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
    background: linear-gradient(#dfdfdf, #e3e3e3);
    /*border: solid 1px #959595;*/
    box-shadow: inset 0 10px 15px 0 #c4c4c4;
    top:2px;
}

/* email kuldes gomb vege */

/* sikeres/sikertelen uzenet kezd */

.form-true-message{padding: 16px 16px; color: white; background-color: #40d47e; border-radius: 5px; margin-bottom: 16px; text-align: center; margin: 10px auto; width: 300px; height: 50px; display: block; font-size:18px;}
.form-false-message{padding: 16px 16px; color: white; background-color: #f16363; border-radius: 5px; margin-bottom: 16px; text-align: center; margin: 10px auto; width: 300px; height: 50px; display: block; font-size:18px;}

/* sikeres/sikertelen uzenet vege */

/* End Tomi css*/

@media only screen and (min-width: 960px){
	.menu-ul{display:block !important;}
        
        #center .list_p {
            width: 100%;
            float: left;
            margin-right:2%;
            display:block;
        }

}

@media only screen and (min-width: 960px) and (max-width: 1199px){
	.menu-box{
		width:23%;
		margin-left:1%;
		margin-right:1%;
	}
}

@media only screen and (min-width: 520px) and (max-width: 959px){
	.menu-box{
		width:31%;
		margin-left:1%;
		margin-right:1%;
	}
	.wrapper, .wrapper.wide{padding:0;}
	#menu,#menu.closed{width:100%; bottom:auto;position:relative;}
	.menu-ul, .cm-button{display:none;}
	.mobile-menu-button{display:block !important;}
	#menu header,#menu.closed header{padding: 16px 35px;}
	#menu.closed .header-title-cont{opacity:1;width:146px;}
	#menu.closed .menu-title-holder{opacity:1;width:80%;}
}

@media only screen and (min-width: 420px) and (max-width: 519px){
	.menu-box{
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
	.wrapper, .wrapper.wide{padding:0;}
	#menu,#menu.closed{width:100%; bottom:auto;position:relative;}
	.menu-ul, .cm-button{display:none;}
	.mobile-menu-button{display:block !important;}
	#menu header,#menu.closed header{padding: 16px 35px;}
	#menu.closed .header-title-cont{opacity:1;width:146px;}
	#menu.closed .menu-title-holder{opacity:1;width:80%;}
}

@media only screen and (min-width: 1px) and (max-width: 419px){
	.menu-box{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.wrapper, .wrapper.wide{padding:0;}
	#menu,#menu.closed{width:100%; bottom:auto;position:relative;}
	.menu-ul, .cm-button{display:none;}
	.mobile-menu-button{display:block !important;}
	#menu header,#menu.closed header{padding: 16px 35px;}
	#menu.closed .header-title-cont{opacity:1;width:146px;}
	#menu.closed .menu-title-holder{opacity:1;width:80%;}
}

@media only screen and (min-width: 1px) and (max-width: 959px){
	.wrapper, .wrapper.wide{padding:0;}
	#menu,#menu.closed{width:100%; bottom:auto;position:relative;}
	.menu-ul, .cm-button{display:none;}
	.mobile-menu-button{display:block !important;}
	#menu header,#menu.closed header{padding: 16px 35px;}
	#menu.closed .header-title-cont{opacity:1;width:146px;}
	#menu.closed .menu-title-holder{opacity:1;width:80%;}
}


@keyframes fadeIn {
    from { opacity: 0;}
    to   { opacity:1; }
}

/* Firefox */
@-moz-keyframes fadeIn {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Safari and Chrome */
@-webkit-keyframes fadeIn {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Internet Explorer */
@-ms-keyframes fadeIn {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Opera */
@-o-keyframes fadeIn {
    from { opacity: 0;}
    to   { opacity: 1;}
}

@keyframes showup {
    0% { opacity: 0; transform: scale(0.1);}
    20% { opacity: 0; transform: scale(0.1);}
    100%   { opacity: 1; transform: scale(1.0);}
}

/* Firefox */
@-moz-keyframes showup {
    0% { opacity: 0; -moz-transform: scale(0.1);}
    20% { opacity: 0; -moz-transform: scale(0.1);}
    100%   { opacity: 1; -moz-transform: scale(1.0);}
}

/* Safari and Chrome */
@-webkit-keyframes showup {
    0% { opacity: 0; -webkit-transform: scale(0.1);}
    20% { opacity: 0; -webkit-transform: scale(0.1);}
    100%   { opacity: 1; -webkit-transform: scale(1.0);}
}

/* Internet Explorer */
@-ms-keyframes showup {
    0% { opacity: 0; -ms-transform: scale(0.1);}
    20% { opacity: 0; -ms-transform: scale(0.1);}
    100%   { opacity: 1; -ms-transform: scale(1.0);}
}

/* Opera */
@-o-keyframes showup {
	0% { opacity: 0; -o-transform: scale(0.1);}
	20% { opacity: 0; -o-transform: scale(0.1);}
    100%   { opacity: 1; -o-transform: scale(1.0);}
}</pre></body></html>