@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&subset=latin,latin-ext);
/* Preloader */
.loader {
  border: 6px solid #4791D2;
  border-radius: 50%;
  border-top: 6px solid #F99406;
  width: 46px;
  height: 46px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Eredeti átalakítása */
pre {
	white-space: normal !important;
}
.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: #F99406 !important;
}
.btn-success {
	background: #252C40 !important;
}
.btn-active {
	color: #fff !important;
    background: #4791D2 !important;
}
  
/* ----------------------------------------------- Saját ----------------------------------------------- */
#nyelv_form {
    display: inline;
}
.nyelv_valaszto {
    margin: 0 16px 0 4px;
    background: none;
    color: #252C40;
    outline: 0 none;
    border: 1px solid #797979;
    cursor: pointer;
	width: 40px;
    padding-left: 6px;
}
.nyelv_valaszto_div {
	float: right;
	    padding: 29px 0;
}
.nyelv_valaszto option {
    background: #fff;
}
.piros_span {
	background-color: #f2dede !important;
    color: #a94442 !important;
    border: 1px solid #a94442 !important;
    padding: 8px 11px 10px 11px !important;
}
.tabla_datum_input {
    width: 92px;
    margin: 4px 0 0 0;
    display: block;
    padding: 3px 6px;
}
.uzenet {
	margin-right: 40px;
	color: #A7A7A7;
}
.uzenet span {
	float: right;
}
.uzenet_buborek {
	padding: 18px 18px;
	margin-top: 4px;
	margin-bottom: 30px;
	background-color: #F9D8A7;
	border-radius: 6px;
	color: #0a0a0a;
	box-shadow: 2px 2px 5px #888888;
}
.valasz {
	margin-left: 40px;
	margin-right: 0;
}
.valasz .uzenet_buborek {
	background-color: #C3E0E4;
}

.sum_ar {
background-color: #E0E0E0;
    font-size: 20px;
    /* font-weight: bold; */
    padding: 6px 10px;
}
.sum_ar span {
	float: right;
}

.tabla_select {
	width: 100%;
    cursor: pointer;
    padding: 2px 4px;
}
.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;
}
.ovip_tab .tab-content {
	padding: 0 10px;
}
.ovip_tab .nav-tabs li a {
	border-bottom: 3px solid #EFEFEF;
	background-color: #E0E0E0;
	padding: 8px 17px 8px;
}
.ovip_tab .nav-tabs li.active a {
	border-bottom: 3px solid #f4f4f4;
	background: #f4f4f4;
}
.nav-tabs li a:hover {
    color: #4791D2;
    background: #f4f4f4;
    border-bottom: 3px solid #fff;
}
.tab2 .tab-content {
	background-color: #fff;
}
.tab2 .nav-tabs li.active a {
    border-bottom: 3px solid #fff;
    background: #fff;
}
.tab2 .nav-tabs li.active a:hover {
    border-bottom: 3px solid #fff;
    background: #fff;
}
.tab2 .nav-tabs li a:hover {
    color: #4791D2;
    background: #fff;
    border-bottom: 3px solid #F4F4F4;
}
.bg_narancs {
	background-color: #F99406 !important;
}
.bg_narancs_gomb {
	background-color: #F99406 !important;
}
.bg_narancs_gomb: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;
}
.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;
}
.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_admin2.jpg);
	background-size: cover;
}
.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;
	text-align: center;
}
.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_ajanlatok {
	background-image: url(images/ikon_nagy_ajanlatok.png);
}
.mg_egyeb_szolg {
	background-image: url(images/ikon_nagy_egyeb_szolg.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;
}
.menu-box-menu .icon {
	display: inline-block;
	width: 28px;
	margin-left: 15px;
	margin-right: 4px;
}
.bg_menu_egyeb_szolg {
	background: url(images/bg_menu_egyeb_szolg.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_ugyfelek {
	background: url(images/bg_menu_ugyfelek.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_kezelesek {
	background: url(images/bg_menu_kezelesek.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_admin {
	background: url(images/bg_menu_admin.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_egyeb_szolg {
	background: url(images/bg_menu_egyeb_szolg.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_ajanlatok {
	background: url(images/bg_menu_ajanlatok.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_partnerek {
	background: url(images/bg_menu_partnerek.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_napi_feladatok {
	background: url(images/bg_menu_napi_feladatok.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_szamlazo {
	background: url(images/bg_menu_szamlazo.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_naptar {
	background: url(images/bg_menu_naptar.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_uzenetek {
	background: url(images/bg_menu_uzenetek.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_ugynok {
	background: url(images/bg_menu_ugynok.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_beallitasok {
	background: url(images/bg_menu_beallitasok.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_hazipenztar {
	background: url(images/bg_menu_hazipenztar.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_kiadasok {
	background: url(images/bg_menu_kiadasok.jpg);
	background-size: cover;
	background-position: center; 
}
.bg_menu_profil {
	background: url(images/bg_menu_profil.jpg);
	background-size: cover;
	background-position: center; 
}
.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%;
	overflow: auto;
}
/* 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: #fff;
	/* 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;
}

/* 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;
}
#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 {
	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: 6px 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;
}
#tabla_szuro_div ::-webkit-input-placeholder {
	color: #252C40;
}

#tabla_szuro_div :-moz-placeholder { /* Firefox 18- */
	color: #252C40;
}

#tabla_szuro_div ::-moz-placeholder {  /* Firefox 19+ */
	color: #252C40;
}

#tabla_szuro_div :-ms-input-placeholder {  
	color: #252C40;
}
.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;
}
.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;
}
.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;
}
.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 ;
}
/* GOMBOK */
.gomb_rontgen {
	width: 60px;
	height: 60px;
	background: url(images/g_rontgen.png);
    background-repeat: no-repeat;
    background-size: cover;
	cursor: pointer;
}
.gomb_rontgen:hover {
	background: url(images/g_rontgen_on.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* Naptár */
.fc-view-container {
	background-color: #FBFBFB;
}
.table .fc-event {
    width: auto;
    float: left;
	margin: 0 6px 6px 0;
	padding: 3px 10px;
	cursor: pointer;
}
#external-events {
    width: 100%;
    float: left;
	margin: 15px 0;
}
#calendar {
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.fc-content {
    white-space: inherit !important;
}

/*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;
	}
}
@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;
	}
}
@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;
	}
}
