.loginbox{
	width:500px;
	height:500px;
	background-color:#fff;
	position:absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.loginlogo{
	display:block;
	margin:60px auto;
}


.header{
	height:60px;
	background:url("../img/headerbg.png") transparent;
	width:100%;
	position:relative;
}

.topmenu{
	height:60px;
	float:left;
	display:block;
	list-style:none;
}

.topmenu li{
	float:left;
}

.topmenu li a{
	display:block;
	padding:0 15px;
	line-height:57px;
	height:57px;
	color:#fff;
	font-family:"open_sanssemibold";
	font-size:15px;
	border-bottom:3px solid transparent;
}
.topmenu li a:hover{
	border-bottom:3px solid #138aa4;
}
.topmenu li a.active{
	border-bottom:3px solid #138aa4;
	background-color:#138aa4;
}

.simplebutton{
	display:inline-block;
	padding:15px;
	background-color:#138aa4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:"open_sanssemibold";
	color:#fff;
	font-size:18px;
	cursor:pointer;
	margin: 10px;
}
.simplebutton:hover{
	background-color:#2f2f2f;
}

.loginbutton{margin-top:20px;}

#logout{
	float:right;
	line-height:60px;
	font-size:15px;
	color:#666666;
	font-family:"open_sanssemibold";
	padding-left:30px;
	background:url("../img/logout.png") left center no-repeat;
	margin:0 15px;
}
#logout:hover{	
	color:#138aa4;
}

.welcomeMsg{
	float:right;
	line-height:60px;
	font-size:15px;
	color:#fff;
	font-family:"open_sanssemibold";
	padding-left:30px;
	margin:0 15px;
}

#fizetes{
	font-size:15px;
	padding:10px;
	margin:10px 10px 0 10px;
	display:block !important;
	float:right;
	background-color:#13a48e;
}
#fizetes:hover{background-color:#138aa4}


.left_wrapper{
	width:24%;
	min-width:276px;
	min-height:300px;
	margin:80px 1% 15px 1%;
}

.right_wrapper{
	width:72%;
	min-width:829px;
	min-height:300px;
	margin:80px 1% 15px 1%;
}

.heading{
	position:relative;
	font-family:"open_sansregular";
	color:#fff;
	line-height:80px;
	padding-left:5px;	
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.heading_big{
	font-size:30px;
}

.heading_small{
	font-size:24px;
}

.selected_user{
	font-size:15px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.selected_user_name{
	color:#fff;
	padding:3px;
	background-color:#138aa4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.ugyfel_text{
	width: 60%;
	padding: 10px 2%;
	margin: 15px 3%;
}

.ugyfel_keres{
	width: 19%;
	max-width:55px;
	margin: 15px 3%;
	padding: 10px 0%;
	background:url("../img/cancel.png") center center no-repeat #f00;
}
.ugyfel_keres:hover{
	background:url("../img/cancel.png") center center no-repeat #2f2f2f;
}


.simplebox{
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.main_menu{
	list-style:none;
}
.main_menu li{
	display:block;
	padding:0 2%;
}

.main_menu li a{
	width:90%;
	border-bottom:1px dashed #c7c9c9;
	line-height:50px;
	display:block;
	font-family:"open_sansregular";
	color:#1d2324;
	font-size:17px;
	padding:0 0 0 10%;
	background:url("../img/ul_off.png") 3% center no-repeat transparent;	
}

.main_menu li a.active,.main_menu li a:hover{
	background:url("../img/ul_on.png") 3% center no-repeat transparent;	
}


.fancytable{
	width:97%;
	margin:0 auto;	
}

.fancytable, .fancytable thead, .fancytable tr, .fancytable td, .fancytable th{
	border-collapse:collapse;	
}


.fancytable thead{
	border-bottom:1px dashed #c7c9c9;
	text-align:left;
	
}
.fancytable thead tr, .fancytable thead th{
	color:#1d2324;
	font-family:"open_sansregular";
	font-size:16px;
	line-height:50px
}

.fancytable tbody{
	border-bottom:1px dashed #c7c9c9;
}

.fancytable tbody td{
	color:#1d2324;
	font-family:"open_sanssemibold";
	font-size:14px;
}

.fancytable tr, .fancytable td{height:35px; padding:5px 0}


.method{
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 5px;
	cursor:pointer;
}
.view{
	background:url("../img/view.png") center center no-repeat;
}
.mod{
	background:url("../img/mod.png") center center no-repeat;
}
.del{
	background:url("../img/del.png") center center no-repeat;
}





.paginatinon{
	width:98%;
	padding:1%;
	margin:0 auto;
	text-align:left;
	position:relative;
	font-size:13px;
}

.paginatinon span{
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	color:#1d2324;
}

.paginatinon span.active{
	background-color:#138aa4;
	color:#fff;
	padding:4px;
}
.paginatinon span.active a{
	color:#fff;
}

.paginatinon span a{
	display:inline-block;	
	background-color:#fff;
	color:#1d2324;
	padding:4px;	
}
.paginatinon span a:hover{
	background-color:#138aa4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
}


.osszes{	
	padding:4px;
	margin-right:2%;
}

.qbTitle {
	background-color: #ccc;
	font-style: italic;
}

.qbTitle td, .qbQuestion td {
	padding-left: 10px;
}

.onthefly_editor:hover {
	border: 1px solid #ccc;
	border-radius: 5px 5px;
	background-color: #eee;
	background-image: url('../img/mod.png');
	background-position: 98% center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ontheflybtn {
	display:inline-block;
	padding:15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	background-color:#138aa4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:"open_sanssemibold";
	color:#fff;
	font-size:18px;
	cursor:pointer;
}
.ontheflybtn:hover{
	background-color:#2f2f2f;
}

.counter {
	color: #999;
	display: none;
	line-height: 42px;
	padding-left: 20px;
}

.fancytable.ajax_statebox td {
	margin: 2px;
	cursor: pointer;
	border: 2px solid #fff;
}

.fancytable.ajax_statebox .ajax_selector.on:hover {
	background-color: #FFC2C2 !important;
}

.fancytable.ajax_statebox .ajax_selector.off:hover {
	background-color: #D6FCD2 !important;
}

.quickEdit {
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #eee;
	background-image: url('../img/appbar.cog.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	float: right;
}

.quickEdit:hover {
	background-color: #fff;
}

#quickEditPanelExpImp, #quickEditPanelTranslate {
	display: none;
	position: fixed;
	top: 300px;
	left: 50%;
	margin-left: -200px;
	z-index: 20;
	background-color: #fff;
	border: 2px solid #aaa;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #777;
	width: 500px;
	height: 300px;
}

.qepContent, .qepTitle {
	padding: 10px;
}

.qepContent {
	height: 192px;
}

.qepTitle {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #aaa;
}

.qepControl {
	border-top: 1px solid #aaa;
}

.qepCancel:hover, .qepSave:hover {
	background-color: #efefef;
}

.qepCancel {
	float: left;
	display: inline-block;
	padding: 10px;
	border-right: 1px solid #aaa;
	cursor: pointer;
}

.qepSave{
	float: right;
	display: inline-block;
	padding: 10px;
	border-left: 1px solid #aaa;
	cursor: pointer;
	position: relative;
}

.ajax_selector {
	text-align: center;
}

.ajax_selector.on {
	background-color: #D2FCD4;
}

.ajax_selector.off {
	background-color: #FCD2D2;
}










