@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&subset=latin,latin-ext);
/*�j autocomplete miatt*/
/*.ui-helper-hidden-accessible {
	display: none;
}*/
.overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #fff;
    font-size: 30px;
}
#oldalso_ajanlatkeres {
    z-index: 9999;
    position: fixed;
    top: 42%;
    right: -50px;
    background-color: #F99406;
    /*width: 47px;*/
    text-align: left;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
#interaktiv_ikonok {
    float: right;
    padding: 22px
}
.interaktiv_ikon {
    padding: 0 4px;
    color: #f59307;
}
#interaktiv_ikonok i {
    font-size: 18px;
}
.datetime {
    color: #999;
    font-size: 12px;
}
.tabla_menu_kijelolt {
    background-color: #fff !important;
    color: #4791D2;
}

.oszlop_allito {
    color:#A0A0A0 !important;
    padding-top: 3px !important;
}
.oszlop_allito:hover {
    color:#4791D2 !important;
}

/* The container */
.egyedi_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: inherit;
    width: auto;
}
/* Hide the browser's default checkbox */
.egyedi_checkbox input {
    position: absolute;
    opacity: 0;
}
/* Create a custom checkbox */
.egyedi_checkbox_pipa {
    margin-top: -6px;
    left: 5px;
    position: absolute;
    top: 0;
    /*left: 0;*/
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #4791D2;
}
/* On mouse-over, add a grey background color */
.egyedi_checkbox:hover input ~ .egyedi_checkbox_pipa {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.egyedi_checkbox input:checked ~ .egyedi_checkbox_pipa {
    background-color: #4791D2;
}
/* Create the checkmark/indicator (hidden when not checked) */
.egyedi_checkbox_pipa:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.egyedi_checkbox input:checked ~ .egyedi_checkbox_pipa:after {
    display: block;
}
/* Style the checkmark/indicator */
.egyedi_checkbox .egyedi_checkbox_pipa:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.tomeges_muvelet_cb {
    width: auto;
}
.kepek_termek_adatlap {
	position: relative;
}
.kepek_termek_adatlap img {
	width: 100%;
	margin-bottom: 20px;
}
.kepek_termek_adatlap_torles {
	position: absolute;
    bottom: 0px;
    right: 0px;
	width: auto !important;
	cursor: pointer;
}
.kepek_termek_adatlap_alap {
	position: absolute;
    top: 0px;
    left: 0px;
	width: auto !important;
	cursor: pointer;
}
.dropzone {
	/* background: url('images/bg_dropzone_camera.jpg') no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #bdbdbd;
	min-height: 180px; */
	
	background: url('images/bg_dropzone.png') no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #E6E6E6;
	min-height: 180px;
}
.dropzone .dz-message {
    margin-top: 0;
}
.dropzone .dz-preview.dz-image-preview {
    background: none;
}

#uj_szla_uj_tetel, #uj_szla_tetel_mod {
    /*background-color: #4791d2;*/
    background-color: #D6DBDF;
    padding-bottom: 10px;
    padding-top: 6px;
    display: none;
}
#uj_szla_uj_tetel label, #uj_szla_tetel_mod label {
    /*color: #fff;*/
    color: #555;
}
.horgony{
  display: block;
  height: 72px;
  margin-top: -72px;
  visibility: hidden;
}
.tabla_egycellas {
	display: block;
    text-align: right;
    font-weight: bold;
}
.kepek_termek_adatlap_torles {
	position: absolute;
    bottom: 0px;
    right: 0px;
	width: auto !important;
	cursor: pointer;
}

.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone {
    background: url(images/bg_dropzone.png) no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #E6E6E6;
    min-height: 180px;
	width: 100%;
}
.fc-view-container {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 8px 0px #888888;
	background-size: cover;
}
.fc-event, .fc-event-dot {
    background-color: #4791D2;
}
#uj_naptar_gomb {
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	left: 50%;
	margin-left: -26px;
	bottom: 20px;
	background: #F99406 url("images/plus.png") no-repeat center 43%;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}
a:hover#uj_naptar_gomb {
    background-color: #252C40;
}

/* Eredeti �talak�t�sa */
.form-group {
    margin-bottom: 6px;
}
.input-group input {
	width: 100%;
    background-color: #fff;
    border: 1px solid #b3b3b5;
	padding: 6px 14px;
	margin: 0;
	border-left: 0;
}
.input-group select {
	width: 100%;
    background-color: #fff;
    border: 1px solid #b3b3b5;
	padding: 4px 14px;
	margin: 0;
	cursor: pointer;
}
.form-group textarea {
	width: 100%;
    background-color: #fff;
    border: 1px solid #b3b3b5;
	padding: 6px 14px;
	margin: 0;
	cursor: pointer;
}
.input-group input:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}
.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
	position: relative;
	top: 0;
	width: 100%;
	text-align: left;
	cursor: default;
	font-size: 14px;
	color: #8a8a8a;
}
.input-group .input-group-addon {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #b3b3b5;
}
.input-group .bg_narancs {
    border-radius: 0;
    color: #fff;
    background-color: #F99406;
    border: 1px solid #F99406;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-addon:first-child {
    /*border-right: 0;*/
}
.input_jelolo_kek {
    border-color: #4791D2 !important;
    background-color: #4791D2 !important;
	color: #fff !important;
}
.tool-item {
    float: left;
    border-right: 1px solid #e2dfdf;
    border-left: 1px solid #9f9898;
    padding-top: 2px;
}
.tool-container {
	z-index: 999;
	display: none;
}

.social {
	/* padding: 23px 0 !important; */
	padding: 6px 0 !important;
}
.social span {
	float: left;
	padding-top: 16px;
	text-transform: none;
	font-size: 18px;
	margin-right: 4px;
}
.social_logo {
	font-size: 16px !important;
	margin: 1px 10px 0 6px !important;
	cursor: pointer;
}
.social_logo:hover {
	color: #4791D2;
}
.logo a {
	line-height: 20px !important;
	font-size: 20px !important;
}
.logo img {
	padding-top: 10px !important;
	margin-bottom: 12px !important;
}
.navbar-nav li a, .social .login_nev {
	font-family: 'Titillium Web', sans-serif;
}
.alert {
	margin-bottom: 3px;
	padding: 8px 15px;
}
.icon {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}
.btn-danger {
	background: #e74c3c !important;
}
.btn-success {
	background: #16a085 !important;
}
.progress {
    background-color: #E2E2E2;
    border-radius: 0px;
}
.progress-number {
	float: right;
}
.view-tenth {
	cursor: pointer;
}
  
/* ------------------------------------- Saj�t --------------------------------- */
.riaszt2_div {
	display: none;
}
.sugo_video iframe {
	width: 100% !important;
	height: 183px !important;
}
.logo h1 {
	margin: 0;
	display: none;
}
.kinek_ajanljuk_cim {
	    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
.urlap_select {
	border: 1px solid #ddd;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
	margin: 0 1px 4px 0;
}
.link {
	vertical-align: bottom;
	color: #4791D2;
}
.link:hover {
	color: #F99406;
}
#video_slider_text h4 {
    text-align: center;
    margin-top: 160px;
    font-size: 44px;
    color: #252C40;	
	line-height: 48px;
}
#video_slider_text p {
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
    color: #252C40;	
}
.contact_form input[type="text"] {
	background-color: #fff;
}
.araink_tabla td, .araink_tabla th {
	text-align: center;
	vertical-align: middle !important;
}
.araink_tabla .cim {
	color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    font-weight: 700;
	background: #505050;
    padding: 13px 20px;
}
.araink_tabla .ar {
	font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #505050;
}
.araink_tabla .kiemelt {
    color: #4791D2 !important;
}
.araink_tabla .ar span {
	font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #505050;
    text-transform: none;
}
.piros {
	color: #AA4644;
}
.footer_modul_kepek {
	padding: 0 5px 5px 0;
}
.kat_menu_lenyito {
	cursor: pointer;
}
.kat_menu_lenyito .tool-container {
	margin-top: 10px;
}
.kat_menu_lenyito .tool-item {
    padding-top: 6px;
}
.menu-box-menu li>a>.pull-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}
.bg-red {
    background-color: #e74c3c !important;
}
.bg-green {
    background-color: #27ae60 !important;
}
.bg-blue {
    background-color: #2980b9 !important;
}
.input_gomb {
    color: #fff;
    cursor: pointer;
    background-color: #333 !important;
}
.input_gomb:hover {
    background-color: #4791D2 !important;
}
.kassza_kijelzo {
    width: 100%;
    background-color: #fff;
    border: 1px solid #b3b3b5;
    padding: 35px 24px;
    margin: 0;
    font-size: 48px;
    text-align: right;
    color: #666;
    height: 152px;
}
.kassza_kijelzo p {
	float: none;
    text-align: right;
    width: 100%;
    margin: 0;
    line-height: 64px;
}
.kassza_kijelzo .visszajaro {
    line-height: 28px;
	margin-top: 6px;
}
.kassza_kijelzo .hiba {
	color: #a94442;
}
.kassza_kijelzo span {
	font-size: 16px;
}
.otletlada {
	margin-top: 20px;
}
.otletlada .block {
	padding: 10px;
	background: #EFEFEF url("images/bg_otletlada.png") center center !important;
}
.otletlada p {
	margin: 0px;
	text-align: left;
}
.otletlada a {
	margin-top: 5px;
}
.otletlada img {
	float: right;
	margin: 0 0 10px 10px;
	width: 50px;
}
.jumbotron_text h2 {
	margin: 0 0 25px;
    line-height: 48px;
    font-size: 28px;
}
.nyitooldal_sav {
    background-color: #4791D2;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.nyitooldal_sav p,h3{
    color: #fff;
}

.nyitooldal_sav h3{
    font-size: 38px;
    padding-top: 40px;
}

.nyitooldal_sav h3{
    font-size: 38px;
    padding-top: 40px;
    line-height: 50px;
}

.nyitooldal_sav p{
    font-size: 16px;
    padding-bottom: 40px;
}


.garancia_sav {
	background-color: #4791D2;
	padding-top: 40px;
    padding-bottom: 40px;
}
.garancia_sav h3 {
	color: #fff;
	text-align: right;
	font-size: 38px;
    line-height: 50px;
    padding-top: 40px;
}
.garancia_sav h4 {
    color: #fff;
    text-align: right;
    /* padding-top: 40px; */
    font-size: 24px;
    line-height: 30px;
}
.garancia_sav h5 {
    color: #fff;
    text-align: right;
    /* padding-top: 40px; */
    font-size: 20px;
    line-height: 26px;
}
.garancia_sav p {
    color: #fff;
    /* font-size: 17px; */
    text-align: right;
}
.garancia_center h3, .garancia_center p {
	text-align: center !important
}
.garancia_sav .btn:hover {
    background-color: #ccc;
    color: #000;
}

.sajat_parallax h2 {
	color: #fff;
    text-align: right;
    margin-top: 80px;
    border-right: 2px solid #fff;
    padding: 20px 20px 20px 120px;
}
.back-to-top {
	display: none;
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #4791D2 url("images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}
a:hover.back-to-top {
    /* background-color: #F99406; */
    background-color: #252C40;
}
.modul_kepek   .project_item .project_descr {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    text-align: center;
    transform: translateY(-50%) scale(2);
    -o-transform: translateY(-50%) scale(2);
    -ms-transform: translateY(-50%) scale(2);
    -webkit-transform: translateY(-50%) scale(2);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.modul_kepek .col-lg-6, .modul_kepek .col-lg-12 {
	padding: 5px;
}
.sajat_parallax {
    color: #fff;
    text-align: center;
	position: relative;
    background: url(images/csapat.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.sajat_parallax h4 {
    color: #fff;
    font-size: 38px;
    padding-top: 130px;
}

.sajat_parallax p {
    font-size: 16px;
}

.sajat_parallax .gomblent {
    padding-bottom: 70px;
}

.sajat_parallax2 {
    position: relative;
    /*background: url(images/csapat.jpg);*/
    background: url(images/paralax-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.sajat_parallax_calculator {
    position: relative;
    /*background: url(images/csapat.jpg);*/
    background: url(images/parallax-calculator.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.sajat_parallax2 h4 {
    text-align: center;
    font-size: 38px;
    padding-top: 160px;
    padding-bottom: 75px;
    color: #fff;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}
.timeline>li:after {
    clear: both;
}
.timeline>li>.fa, .timeline>li>.glyphicon, .timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}
.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}
.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}
.timeline>li>.timeline-item>.timeline-body, .timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.timeline-footer>.time {
    color: #999;
    float: right;
    font-size: 12px;
}
.timeline-body p {
	margin: 5px 0 0 0;
}
.popup {
	z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	display: none;
}
.popup h4 {
	color: #fff;
}
.popup .btn {
	background: #AF2E1E;
}
.popup .btn:hover {
	background: #c0392b;
}
.popup .modal-content{
	/* background-color: #e74c3c; */
	background: rgba(231, 76, 60,0.95);
}
.popup .modal-header, .popup .modal-footer{
	/* background-color: #d33724; */
	background: rgba(211, 55, 36,0.6);
	border-color: #c23321;
}
.block_body {
	background-color: #F9F9F9;
}
.pickadate__calendar {
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
.fa {
	margin-top: 0px !important;
}
.konyvjelzo_div {
    padding: 10px;
	margin: 0;
	text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.konyvjelzo_div:hover {
    background-color: #fff;
}
.jegyzet_kereso_tartalom_cella {
	overflow: auto;
	max-height: 120px;
	line-height: 14px;
}
.jegyzet_kereso_tartalom_cella p {
	margin-bottom: 10px;
}
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	color: #fff !important;
	height: 140px;
}
.small-box>.inner {
    padding: 10px;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
	color: #fff !important;
}
.small-box p {
    font-size: 15px;
}
.small-box:hover .icon {
    font-size: 95px;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 4px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}
.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
	top: 21px;
}
.bg-aqua {
    background-color: #00c0ef !important;
}



.nyitooldal_modul {
	width: 100%;
	height: 182px;
	background: #EFEFEF;
	box-shadow: 0px 0px 10px #333333;
    -moz-box-shadow: 0 0 10px #333333;
    -webkit-box-shadow: 0 0 10px #333333;
}
.nyitooldal_modul h5 {
	position: relative;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.6);
    text-decoration: none;
    top: 122px;	
}
.nyitooldal_modul .kek  {
    background: rgba(32, 42, 162, 0.6);
}
.nyitooldal_modul .feher  {
	 background:rgba(222, 222, 222, 0.6);
	 color: #000;
}
.nyito_mod_oldal_ablak {
	float: left;
	z-index: 11;
}
.nyito_mod_oldal_ablak p {
	background: rgba(0,0,0,0.6);
	margin: 0 0 1px 0;
	padding: 10px;
	text-align: center;
	color: #fff !important;
}
.bg_narancs {
	background-color: #F99406 !important;
}
.btn-narancs {
	background-color: #F99406 !important;
}
.btn-narancs:hover {
	background-color: #4791D2 !important;
}
.felugro {
	opacity: 0;
}
.szamla_tabla>tbody>tr>td, .szamla_tabla>tbody>tr>th {
	vertical-align: middle;
}
.datepicker {
	cursor: pointer;
}
.divider_gray {
	border-color: #D7D7D7;
}
a {
	cursor: pointer;
}
.floatleft {
	float:left !important;
}
.txcenter {
	text-align: center;
}
.aktiv_tablaikon {
	text-decoration: underline;
}
.padbot0 {
	padding-bottom: 0px !important;
}
.padbot10 {
	padding-bottom: 10px !important;
}
.padbot20 {
	padding-bottom: 20px !important;
}
.padbot30 {
	padding-bottom: 30px !important;
}
.padbot40 {
	padding-bottom: 40px !important;
}
.padbot50 {
	padding-bottom: 50px !important;
}
.padtop0 {
	padding-top: 0px !important;
}
.padtop10 {
	padding-top: 10px !important;
}
.padtop20 {
	padding-top: 20px !important;
}
.padtop30 {
	padding-top: 30px !important;
}
.padtop40 {
	padding-top: 40px !important;
}
.padtop50 {
	padding-top: 50px !important;
}
.margtop0 {
	margin-top: 0px !important;
}
.margtop3 {
	margin-top: 3px !important;
}
.margtop5 {
	margin-top: 5px !important;
}
.margtop10 {
	margin-top: 10px !important;
}
.margtop20 {
	margin-top: 20px !important;
}
.margtop30 {
	margin-top: 30px !important;
}
.margtop40 {
	margin-top: 40px !important;
}
.margtop50 {
	margin-top: 50px !important;
}
.margbot0 {
	margin-bottom: 0px !important;
}
.margbot10 {
	margin-bottom: 10px !important;
}
.margbot20 {
	margin-bottom: 20px !important;
}
.margbot30 {
	margin-bottom: 30px !important;
}
.margbot40 {
	margin-bottom: 40px !important;
}
.margbot50 {
	margin-bottom: 50px !important;
}
.w100sz {
	width: 100%;
}
.margleft3 {
	margin-left: 3px;
}
.kis_content {
	width: 100%;
	padding: 20px;
}
.barsony {
	/* background: url(images/bg_ovip_main.jpg); */
	/* background: url(images/bg_ovip_admin6.jpg); */
	background-size: cover;
}
.bg_admin {
	background: url(images/bg_ovip_admin22.jpg);
	background-size: cover;
	/* background-size: contain; */
	background-attachment: fixed;
}
.block {
	width: 100%;
	background: #EFEFEF;
	color: #252C40;
	/* border-radius: 5px; */
	box-shadow: 0px 0px 10px #818181;
	-moz-box-shadow: 0 0 10px #818181;
	-webkit-box-shadow: 0 0 10px #818181;
}
.block_feher {
	background: #fff;
}
.block_fo {
	box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0 0 10px #333333;
	-webkit-box-shadow: 0 0 10px #333333;
}
.block_vilagos {
	background: #EFEFEF;
	color: #252C40;
}
.titular {
	background-color: #4791D2;
	color: #fff;
	display: block;
	line-height: 40px;
	margin: 0;
	/* border-top-left-radius: 5px;
	border-top-right-radius: 5px; */
	min-height: 40px;
	padding-left: 20px;
}
.titular_div {
	padding-left: 0px;
}
.titular_div h5 {
	display: inline;
	float: left;
	color: #fff;
	line-height: 40px;
	margin: 0;
	min-height: 40px;
	padding-left: 20px;
}
.tabla_alatt {
	display: block;
	min-height: 40px;
	margin: 0;
	/* border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; */
}
.titular_icon {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: background .3s;
	transition: background .3s;
	color: #fff;
	cursor: pointer;
}
.titular_icon.left {
	/* border-top-left-radius: 5px; */
	float: left;
	top: 0;
}
.titular_icon.right {
	/* border-top-right-radius: 5px; */
	float: right;
	top: 0;
}
.titular_icon.middle {
	float: right;
	top: 0;
}
.titular_icon:hover {
	color: #fff;
	background-color: #253047;
}
.titular_icon .icon {
	display: block;
	/* border-radius: 100%; */
	line-height: 17px;
	margin: 10px auto !important;
	text-align: center;
}
.titular_icon .fa {
    font-size: 17px;
    line-height: 19px;
}
.tabla_alatt_oldszam {
	float: right;
	margin-right: 14px;
	padding-top: 10px;
	color: #8c8c8c;
}
.tabla_alatt_icon {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: background .3s;
	transition: background .3s;
	color: #4791D2;
	cursor: pointer;
}
.tabla_alatt_icon.left {
	/* border-bottom-left-radius: 5px; */
	float: left;
	top: 0;
}
.tabla_alatt_icon.right {
	/* border-bottom-right-radius: 5px; */
	float: right;
	top: 0;
}
.tabla_alatt_icon.middle {
	float: right;
	top: 0;
}
.tabla_alatt_icon:hover {
	background-color: #fff;
}
.tabla_alatt_icon .icon {
	display: block;
	/* border-radius: 100%; */
	line-height: 17px;
	margin: 10px auto;
	text-align: center;
}
.tabla_alatt select {
	border: 0;
	padding-left: 6px;
	background-color: #EFEFEF;
	cursor: pointer;
	width: 72px;
}
.modul_gomb {
	background: url(images/ikon_nagy_szamlazo.png) no-repeat 10px 10px;
	background-size: 80px 80px;
}
.modul_gomb:hover {
	background-color: #FFFFFF;
	/* border-radius: 5px; */
}
.mg_szamlazo {
	background-image: url(images/ikon_nagy_szamlazo.png);
}
.mg_hazipenztar {
	background-image: url(images/ikon_nagy_hazipenztar.png);
}
.mg_ugyfelkezelo {
	background-image: url(images/ikon_nagy_ugyfelkezelo.png);
}
.mg_admin {
	background-image: url(images/ikon_nagy_admin.png);
}
.mg_feladatkezelo {
	background-image: url(images/ikon_nagy_feladatkezelo.png);
}
.mg_raktarkezelo {
	background-image: url(images/ikon_nagy_raktarkezelo.png);
}
.mg_beallitas {
	background-image: url(images/ikon_nagy_beallitas.png);
}
.modul_gomb h5{
	margin-top: 80px;
	margin-bottom: 0;
	text-align: right;
}
#overlay2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: block;
  background: url(images/clearboxform_raster.png) repeat 0 0;
}
.menu_block {
	background-color: #4791D2;
}
.navbar-nav li a {
	color: #fff;
}
.navbar-nav li:hover a, .navbar-nav li a:focus, .navbar-nav li.active a {
	color: #fff;
	background-color: #252C40;
}
.navbar-toggle:hover em {
	background-color: #252C40;
}
.sub-menu ul li a:hover, .sub-menu ul li.active a {
	background: #F99406 !important;
}
ul.mega_menu li ol li.active a, ul.mega_menu li ol li a:hover {
	color: #F99406 !important;
}
.logo img {
	padding-top: 25px;
}
.flexslider.top_slider .slides li.slide1 {
  background: #F1F1EF;
}
.flexslider.top_slider .slides li.slide2 {
  background: #F1F1EF;
}
.overlay {
  /* background: #F1F1EF; */
}
.top_slider .slide1 .flex_caption1 {
  color: #535353;
}
.top_slider .slide2 .flex_caption1 {
  color: #535353;
}
.top_slider .slide1 .flex_caption2 {
	background-image: url(images/slider/vall_ir1.jpg);
}
.color_text {
	color: #4791D2;
}
.btn-active {
	color: #fff;
	background: #4791D2;
	/* background: -moz-linear-gradient(left, #4791D2 0%, #252C40 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4791D2), color-stop(100%,#252C40));
	background: -webkit-linear-gradient(left, #4791D2 0%,#252C40 100%);
	background: -o-linear-gradient(left, #4791D2 0%,#252C40 100%);
	background: -ms-linear-gradient(left, #4791D2 0%,#252C40 100%);
	background: linear-gradient(to right, #4791D2 0%,#252C40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4791D2', endColorstr='#252C40',GradientType=1 ); */
}
.btn-active:hover {
	background: #252C40;
}
.flex-direction-nav li a {
	color: #252C40;
}
.social li {
	background-color: #F99406;
}
.social li:hover {
	background: #252C40;
}
.service_item .icon_block i {
  background-position: 0 -182px;
}
.service_item .icon_block:after {
  background: #4791D2;
  background: -moz-linear-gradient(left, #4791D2 0%, #252C40 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4791D2), color-stop(100%,#252C40));
  background: -webkit-linear-gradient(left, #4791D2 0%,#252C40 100%);
  background: -o-linear-gradient(left, #4791D2 0%,#252C40 100%);
  background: -ms-linear-gradient(left, #4791D2 0%,#252C40 100%);
  background: linear-gradient(to right, #4791D2 0%,#252C40 100%);
}
a:hover, a:focus {
  color: #4791D2;
}
.service_item a:hover p {
  color: #4791D2;
}
.modalContent input{
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}
.modalContent textarea{
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	padding: 8px;
	height: 120px;
	text-align: left;
}
.modalContent p {
	margin: 4px;
}
.modalContent .gomb {
	width: auto;
	padding: 8px 14px;
}

.modal_belepes {
	width: 320px;
}
.modalContent_belepes {
	width: 320px;
}


/* Men� */
.menu-box-menu li {
	height: 50px;
	position: relative;
	background-color: #EFEFEF;
	margin-bottom: 1px;
}
.menu-box-tab {
	line-height: 50px;
	display: block;
	border-bottom: 1px solid #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.menu-box-tab:hover {
	background: #fff;
	text-decoration: none;
	border-top: 1px solid #CBCBCB;
}
.menu-box-tab_utolso {
	/* border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; */
}
.aktiv_menu_box {
	background: #fff;
	text-decoration: none;
	border-top: 1px solid #CBCBCB;
}

.menu_tejuveg.menu-box-tab {
	background: url(images/bg_tejuveg.png);
	border: 0 !important;
}
.menu_tejuveg.menu-box-tab:hover {
	background: url(images/bg_tejuveg_on.png);
}
.menu_tejuveg.aktiv_menu_box {
	background: url(images/bg_tejuveg_on.png);
	color: #4791D2 !important;
}
.ul_tejuveg li {
	margin-bottom: 1px;
	background-color: initial;
}
.icon {
	/* font-size: 12px;
    font-size: 16px; */
}
.urlap .icon {
	font-size: 12px;
	width: 36px;
}
.menu-box-menu .icon {
	display: inline-block;
	width: 28px;
	margin-left: 15px;
	margin-right: 4px;
}
.menu_kereso {
	padding: 16px 0;
}
.menu_kereso input {
	background: url(images/bg_tejuveg.png);
	border: 0 !important;
	padding: 8px 10px;
	/* border-radius: 5px; */
	width: 100%;
	margin: 0px auto;
}
.menu_kereso form {
	width: 80%;
}
.tabla_tetelek_belepes {
	cursor: pointer;
}
.tabla_tetelek_belepes:hover th, .tabla_tetelek_belepes:hover td {
	background-color: #fff !important;
	color: #4791D2;
}
.table th a {
	color: #252C40;
	cursor: pointer;
}
.table th a:hover {
	color: #4791D2;
}
#tabla_kereso_div {
	height:0px;
	overflow: hidden;
	max-width: 300px;
	margin-left: 40px;
	/* border-bottom-left-radius: 0;
	border-bottom-right-radius: 0; */
}
#tabla_kereso_div  input{
	/* width: 100%; */
	width: calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: -webkit-calc(100% - 22px);
	width: -o-calc(100% - 22px);
	width: calc(100% - 22px);
	border: 0;
}
.tabla_kereso_x {
	/* left: 20px;
	position: absolute; */
	font-size: 14px;
}
.urlap {
	padding-top: 20px;
	padding-bottom: 0px;
}
.urlap_gombos {
	margin: 20px 0 0 0 !important;
	float: left;
}
.urlap_gombos input{
	margin: 0 !important;
}
.urlap input {
	background-color: #fff;
	border: 1px solid #b3b3b5;
	border-left: 0px;
	padding: 6px 12px;
	margin: 0 0 20px 0;
	width: calc(100% - 36px);
	width: -moz-calc(100% - 36px);
	width: -webkit-calc(100% - 36px);
	width: -o-calc(100% - 36px);
	width: calc(100% - 36px);
	float: left;
}
.urlap select {
	background-color: #fff;
	border: 1px solid #b3b3b5;
	border-left: 0px;
	padding: 5px 12px;
	margin: 0 0 20px 0;
	width: calc(100% - 36px);
	width: -moz-calc(100% - 36px);
	width: -webkit-calc(100% - 36px);
	width: -o-calc(100% - 36px);
	width: calc(100% - 36px);
	cursor: pointer;
}
.urlap span {
	background-color: #4791D2;
	border: 0;
	padding: 9px 12px 11px 12px;
	color: #fff;
	margin-top: -1px;
	  float: left;

}
.urlap_div {
	width: 100%;
	/* margin-bottom: 20px; */
	margin-bottom: 32px;
}
.urlap p {
	margin: 12px 0 20px 0;
	width: 100%;
	text-align: left;
	padding: 0;
}
.urlap .feliratos_input {
	width: calc(100% - 141px);
	width: -moz-calc(100% - 141px);
	width: -webkit-calc(100% - 141px);
	width: -o-calc(100% - 141px);
	width: calc(100% - 141px);
}
.urlap .felirat {
	width: 105px;
	font-family: 'Open Sans', sans-serif;
	  display: inline;
  padding: 9px 12px 11px 0px;
  float: left;
}
.urlap textarea {
	background-color: #fff;
	border: 1px solid #b3b3b5;
	width: 100%;
}
/* Gombok */
	.urlap_mentes {
		padding-bottom: 20px;
		text-align: right;
		display: inline;
		float: left;
	}
	.urlap_mentes a:hover {
		background-color: #253047;
	}
	.urlap_mentes a span {
		background-color: #253047;
		padding: 9px 10px 10px 10px;
		color: #fff;
		margin-right: -1px;
		width: auto!important;
	}
	.urlap_mentes a:hover span {
		background-color: #4791D2;
	}
	.urlap_mentes a .g_mentes {
		background-color: #4791D2;
		padding: 5px 10px 6px 10px;
		color: #fff;
		margin-top: 0;
	}
	.urlap_mentes a:hover .g_mentes {
		background-color: #253047;
	}
	/* T�rl�s */
	.urlap_torles {
		padding-bottom: 20px;
		text-align: right;
		display: inline;
		float: left;
	}
	.urlap_torles a:hover {
		background-color: #253047;
	}
	.urlap_torles a span {
		background-color: #253047;
		padding: 9px 10px 10px 10px;
		color: #fff;
		margin-right: -1px;
	}
	.urlap_torles a:hover span {
		background-color: #A6A6A6;
	}
	.urlap_torles a .g_torles {
		background-color: #A6A6A6;
		padding: 5px 10px 6px 10px;
		color: #fff;
		margin-top: 0;
	}
	.urlap_torles a:hover .g_torles {
		background-color: #253047;
	}
	.jeloles span { /* csak jel�l�s */
		background: none;
		color: #252C40;
		padding: 2px;
	}

#sajatkep_karika {
	height: 48px;
	width: 48px;
	border: 3px solid #4791D2;
	border-radius: 24px;
	float: right;
	margin: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}
#progil_lenyilo {
	/* height:0px; */
	display: none;
	overflow: hidden;
	position: absolute;
	/* right: 0; */
	z-index: 99999;
	margin-top: 42px;
	margin-left: 6px;
	background-color: #F2F2F0;
	/* padding: 0 16px; */
	/* text-align: right; */
	min-width: 60px;
	/* padding-top: 6px; */
	padding: 3px 16px;
}
#progil_lenyilo p {
	padding: 4px 0 0 0;
	margin: 0px;
}
#progil_lenyilo span { /* ikon */
	padding: 3px 0 0 0px;
	margin-right: 10px;
	font-size: 14px;
}
#progil_lenyilo a:hover {
	color: #13A7D7;
}
.belepes_gomb {
	padding: 23px 0 !important;
}
.postit {
	box-shadow: 0px 5px 8px #818181;
	-moz-box-shadow: 0px 5px 8px #818181;
	-webkit-box-shadow: 0px 5px 8px #818181;
	background: url(images/bg_pin.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 30px;
	background-color: #F8E14D;
	height: 180px;
	padding-bottom: 10px;
	overflow: hidden;
	margin-top: 18px;
}
.postit h6 {
	text-align: center;
	padding-top: 28px;
	font-weight: bold;
	margin: 0;
	font-family: 'Shadows Into Light Two', cursive;
	text-transform: none;
	font-size: 20px;
}
.postit p {
	padding: 10px;
}
.postit .icon {
	float: right;
	padding: 4px;
	margin: 0 3px;
}
.postit-prior0 {
	background-color: #66a9d6;
}
.postit-prior1 {
	background-color: #F8E14D;
}
.postit-prior2 {
	background-color: #F2DEDE;
}

/* on-off gomb */
.urlap label {
	display: inline;
	position: relative;
	top: 0;
	/* margin-left: 6px; */
}
.urlap .btn-group {
	outline: 0 none !important;
	float: right;
}
.urlap .btn {
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	/*border-radius: 4px;*/
    text-transform: none;
}
.urlap .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.urlap .btn-default, .urlap .btn-primary, .urlap .btn-success, .urlap .btn-info, .urlap .btn-warning, .urlap .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.urlap .btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.urlap .btn-group > .btn, .urlap .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.urlap .btn-group .btn + .btn, .urlap .btn-group .btn + .btn-group, .urlap .btn-group .btn-group + .btn, .urlap .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.urlap .btn-group > .btn:last-child:not(:first-child), .urlap .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.urlap .btn-default:hover, .urlap .btn-default:focus, .urlap .btn-default.focus, .urlap .btn-default:active, .urlap .btn-default.active, .urlap .open > .dropdown-toggle.btn-default {
  color: #333;
  background: #e6e6e6;
  border-color: #adadad;
}
.urlap .btn-default:hover, .urlap .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.urlap .btn-group > .btn:hover, .urlap .btn-group-vertical > .btn:hover, .urlap .btn-group > .btn:focus, .urlap .btn-group-vertical > .btn:focus, .urlap .btn-group > .btn:active, .urlap .btn-group-vertical > .btn:active, .urlap .btn-group > .btn.active, .urlap .btn-group-vertical > .btn.active {
  z-index: 2;
}
.urlap .btn-default:active, .urlap .btn-primary:active, .urlap .btn-success:active, .urlap .btn-info:active, .urlap .btn-warning:active, .urlap .btn-danger:active, .urlap .btn-default.active, .urlap .btn-primary.active, .urlap .btn-success.active, .urlap .btn-info.active, .urlap .btn-warning.active, .urlap .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
}
.urlap .btn-success:hover {
	 background-color: #47a447;
}
.urlap .btn-danger:hover {
	  background-color: #d2322d;
}
.btn-kek, .btn-kek:hover {
  background-color: #4791D2;
  border-color: #245580;
}
.szla_uj_ossz {
	float:right;
	text-align: right;
	margin-bottom: 20px;
	font-weight: bold;
}
.szla_uj_ossz p {
	margin: 0;
}
.modal_uj_szla_tetel {
	width:768px;
}
.modal_uj_szla_tetel .modalHeader, .modal_uj_szla_tetel .modalContent {
	width:768px;
	max-width: none;
}
.modal_uj_szla_tetel .felirat {
	/* width:48% !important; */
	width: calc(48% - 36px);
	width: -moz-calc(48% - 36px);
	width: -webkit-calc(48% - 36px);
	width: -o-calc(48% - 36px);
	width: calc(48% - 36px);
}
.modal_uj_szla_tetel input {
	width:48% !important;
}
.modal_uj_szla_tetel select {
	width:48% !important;
}
.modal_uj_szla_tetel .gomb {
	position: relative;
	margin: 0;
	padding: 2px 12px;
	font-size: 11px;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	text-shadow: none;
	background: #aeaeae;
	transition: none;
	-webkit-transition: none;
}
.modal_form .alert {
	padding: 6px;
	width: 96%;
	float: left;
}
.autocomplete_leniylo {
	position: absolute;
	/* left: 2px; */
	text-align: left;
	z-index: 9999;
	max-height:200px;
	background-color: #F9F9F9;
	overflow: auto;
	border-bottom: 1px solid #bfd4e5;
	border-top: solid 1px #c8c9cb;
	border-left: solid 1px #c8c9cb;
	border-right: solid 1px #c8c9cb;
	display: none;
	
	/* margin-top: -20px; */
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	width: -o-calc(100% - 65px);
	width: calc(100% - 65px);
	margin-left: 35px;
	box-shadow: 0px 3px 10px #818181;
	-moz-box-shadow: 0 3px 10px #818181;
	-webkit-box-shadow: 0 3px 10px #818181;
	  margin-top: 31px;
}
.autocomplete_leniylo p {
	padding: 6px 10px;
	margin: 0;
	cursor: pointer;
}
.autocomplete_leniylo p:hover {
	color: #73ADDB;
}
.ac_kedvenc_tetelek {
    margin-left: 21px;
}
#arfolyam_ikon, #arfolyam_ikon2, #arfolyam, #ujszla_telefon, #ujszla_email, #ujszla_telefon_ikon, #ujszla_email_ikon, #kedv_fajta_div, #partner_kategoria_id, #partner_kategoria_id_ikon, #eloleg_erteke_div, #tabla_szuro_div, #export_tabla_helye, #emailkuldeshez, #utemezes_ismetlese_div {
	display: none;
}
.riaszt_div .alert {
	padding: 6px;
	width: 100%;
	float: left;
}
.bizonylat_kibocsato {
	margin-bottom: 20px;
}
.bizonylat_kibocsato p {
	margin: 0px;
}
.beallitasok input[type="text"] {
	background-color: #fff;
	border: 1px solid #b3b3b5;
	padding: 6px 12px;
	margin-top: 10px ;
}
.beallitasok select {
	background-color: #fff;
	border: 1px solid #b3b3b5;
	padding: 6px 12px;
	margin-top: 10px ;
	width: 100%;
	cursor: pointer;
}
.beallitasok input[type="password"] {
	background-color: #fff;
	border: 1px solid #b3b3b5;
	padding: 6px 12px;
	margin-top: 10px ;
}
.beallitasok textarea {
	background-color: #fff;
	border: 1px solid #b3b3b5;
	padding: 6px 12px;
	width: 100%;
}
#tabla_szuro_div select {
    background-color: #fff;
    border: 1px solid #b3b3b5;
    padding: 7px 12px;
    margin-top: 10px;
	width:100%;
	cursor: pointer;
}
#tabla_szuro_div input[type="text"]  {
    background-color: #fff;
    border: 1px solid #b3b3b5;
    padding: 8px 16px;
    margin-top: 10px;
	width:100%;
	cursor: pointer;
	color: #252C40;
	margin-bottom: 0;
}
#tabla_szuro_div ::-webkit-input-placeholder {
	color: #797979;
}

#tabla_szuro_div :-moz-placeholder { /* Firefox 18- */
	color: #797979;
}

#tabla_szuro_div ::-moz-placeholder {  /* Firefox 19+ */
	color: #797979;
}

#tabla_szuro_div :-ms-input-placeholder {  
	color: #797979;
}
.gomb_nagy {
	max-width: 60px;
	max-height: 60px;
	cursor: pointer;
}
.preloader_div {
	display: inline;
	margin-left:20px;
}
#mobil_menu_gomb {
	display: none;
}
.clockpicker {
	cursor: pointer;
}
.szaml_stat_penzugyek {
	text-align: center;
	color: #fff;
	background-color: #4791D2;
	padding-top: 14px;
	padding-bottom: 14px;
}
.szaml_stat_penzugyek h5 {
	color: #fff;
}
.szaml_stat_havibevet {
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 16px;
	/* float: left; */
}
.szaml_stat_havibevet span {
	color: #4791D2;
	font-size: 20px;
	margin: 14px 20px 14px 8px;
}
.szaml_stat_havibevet div {
    /* float: left; */
	display: inline-block;
	vertical-align: top;
}
.szaml_stat_evesbevet {
	color: #fff;
	background-color: #F99406;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 16px;
	/* float: left; */
}
.szaml_stat_evesbevet span {
	color: #fff;
	font-size: 20px;
	margin: 14px 20px 14px 8px;
}
.szaml_stat_evesbevet div {
    /* float: left; */
	display: inline-block;
	vertical-align: top;
}
.szaml_stat_tartozas {
	color: #fff;
	background-color: #252C40;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 16px;
	/* float: left; */
}
.szaml_stat_tartozas span {
	color: #fff;
	font-size: 20px;
	margin: 14px 20px 14px 8px;
}
.szaml_stat_tartozas div {
   /*  float: left; */
	display: inline-block;
	vertical-align: top;
}
.top_fekete_lista  {
	/* float: left; */
}
.top_fekete_lista p {
	margin-bottom: 10px !important;
}
.szaml_stat_graf_cim {
	background-color: #4791D2;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 20px !important;
}
.szaml_stat_graf_cim h5 {
	color: #fff;
}
.szaml_stat_graf_cim .icon {
	font-size: 40px ;
}
.grafikon_honap {
	background-color: #252C40;
}
.szamla_grafikon td {
	vertical-align: bottom !important;
	background: none !important;
}
.szamla_grafikon table {
	margin: 0 !important;
}
.szaml_stat_graf {
	background-color: #EFEFEF;
}
/* Kateg�ri�hoz fa kin�zet */
.tree {
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
.tree, .tree ul {
  margin:0 0 0 1em; /* indentation */
  padding:0;
  list-style:none;
  color:#369;
  position:relative;
}
.tree ul {margin-left:.5em} /* (indentation/2) */
.tree:before, .tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}
.tree li {
  margin:0;
  padding:0 1.5em; /* indentation + .5em */
  line-height: 30px; /* default list item's `line-height` */
  /* font-weight:bold; */
  position:relative;
    font-size: 15px;
}
.tree li:before {
  content:"";
  display:block;
  width:14px; /* same with indentation */
  height:0;
  border-top:1px solid;
  margin-top:-1px; /* border top width */
  position:absolute;
  top: 16px; /* (line-height/2) */
  left:0;
}
.tree li:last-child:before {
  background: #F9F9F9; /* same with body background */
  height:auto;
  top: 17px; /* (line-height/2) */
  bottom:0;
}
/*RESPONSIVE*/
@media only screen and (min-width: 768px) and (max-width: 995px) {
	.modal_uj_szla_tetel{
		width:768px;
	}
	.modal_uj_szla_tetel .modalHeader, .modal_uj_szla_tetel .modalContent {
		width:768px;
		max-width: none;
	}
	.felugro {
		opacity: 1;
	}
	#mobil_menu_gomb {
		display: block;
	}
	#oldalso_menu {
		display: none;
	}
	.otletlada {
		display: none;
	}
	#video_slider_text h4 {
		margin-top: 40px;
	}
	#video_slider_text p {
		margin-top: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.modal_uj_szla_tetel{
		width:300px;
	}
	.modal_uj_szla_tetel .modalHeader, .modal_uj_szla_tetel .modalContent {
		width:300px;
		max-width: none;
	}
	.felugro {
		opacity: 1;
	}
	#mobil_menu_gomb {
		display: block;
	}
	#oldalso_menu {
		display: none;
	}
	.otletlada {
		display: none;
	}
	#video_slider_text h4 {
		margin-top: 20px;
	}
	#video_slider_text p {
		margin-top: 16px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.modal_uj_szla_tetel{
		width:420px;
	}
	.modal_uj_szla_tetel .modalHeader, .modal_uj_szla_tetel .modalContent {
		width:420px;
		max-width: none;
	}
	.felugro {
		opacity: 1;
	}
	.inform_block h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.sajat_parallax h2 {
		font-size: 19px;
		line-height: 28px;
	}
	.col-xs-0 {width: 0 !important;float:left}
	.otletlada {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.inform_block h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.inform_block h2 a {
		margin-top: 10px;
	}
	.sajat_parallax h2 {
		font-size: 14px;
		line-height: 20px;
		padding-left: 40px;
	}
	.col-xs-0 {width: 0 !important;float:left}
	.otletlada {
		display: none;
	}
	#video_slider_text h4 {
		margin-top: 14px;
		font-size: 20px;
		line-height:22px;
	}
	#video_slider_text p {
		margin-top: 16px;
		color: #4791D2;
		font-size: 16px;
	}
    .kicsimobilon {
        font-size: 20px !important;
        line-height: 22px !important;
    }
}
.sotet:hover {
    -webkit-transition: all 1s;
    -webkit-filter: brightness(0.62);
}
.sotet {
    -webkit-transition: all 1s;
    -webkit-filter: brightness(1);
}

@media (max-width: 767px) {
    .mobilon_kikapcs {
        display: none;
    }
    .ujheader {
        font-size: 30px;
    }  
    .ujheader3 {
        font-size: 30px !important;
        padding-top: 60px !important;
    }      
}
@media (min-width: 768px) {
    .mobilon_bekapcs {
        display: none;
    }
    .ujheader {
        font-size: 55px !important;
        line-height: initial;
    }
    .ujheader2 {
        line-height: initial;
        margin-top: 40px !important;        
    }
}

.videoWrapperOuter {
  max-width:720px; 
  margin-left:auto;
  margin-right:auto;
  padding: 10px;
  background: rgba(255,255,255,0.6);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.31);
}
.videoWrapperInner {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
}
.videoWrapperInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}