@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic);

/* Frame */
body{
	background: #ffffff;
	font-size: 12px;
	font-family: 'Roboto';
}

#overlay{
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
	z-index: 1000;
}

#loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
}

.container-fluid{
	padding-right: 0 !important;
    padding-left: 0 !important;
}

.row{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.vertical-text{
	transform: rotate(90deg);
	transform-origin: left top 0;
}

.center{
	text-align: center !important;
}

/* Header */
.fejlec{
	padding-bottom: 20px;
}

.logo{
	display: block;
	width: auto;
	max-width: 100%;	
	margin-top: 17px;
}

.fejlec .uzenoFal{
	padding-top: 34px;
	line-height: 20px;
}

.fejlec .btn-logout{
	margin-top: 26px;
}

/* Details */
.fejlec_megrendelo{
	font-size: 14px;
	line-height: 20px;
}

.fejlec_megrendelo label{
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.fejlec_megrendelo b{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.adatlapgomb{
	font-size: 12px;
	text-transform: uppercase;
	color: #023e94;
	font-weight: bold;
}

.lista{
	font-size: 12px;
	line-height: 38px;
}

.listasor{
	background: #ffffff;
}

.listasor:hover{
	background: #c0c0c0;
}

@media screen and (max-width: 768px){
	.logo{
		margin-left: auto;
		margin-right: auto;
	}
}
