body {
    margin:0;
    padding:0;
    font-size:14px;   
    color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
    overflow-y: scroll;
}

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #EAEAEA;
	height: 100%;
}

a, a:hover, a:visited, a:link {
    outline:0;
    text-decoration:none;
}

.datatables-max {
    max-width:1200px;
}

table {
    overflow:auto !important;   
}

* {
    outline: 0;
}

h1 {
    margin-top:8px;
    margin-bottom: 8px;
    font-size:20px;
    /*border-left: 3px solid #2168AF;*/
    /*padding-left: 10px;*/
    margin-bottom: 15px;
    /*max-width: 1000px;*/
    display: block;
    font-weight: normal;
    font-family: Oswald;
}

h3 {
    margin:0px 0px 10px 0px;
    font-size: 16px;
    font-family: Oswald;
    font-weight: normal;
}

ul {
    padding-start:0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
}


.error {
    color: #ff0000;
}


.login {
	margin:20px;
	padding: 20px;
	background:#fff;
	width:calc(100% - 80px);
	max-width: 300px;
	margin:0 auto;
	margin-top:20px;
	border: 1px solid #ddd;
}


.login h1 {
	text-align: center;
	border-bottom: dashed 1px #ddd;
	padding-bottom: 5px;
}

.login label {
	min-width: 130px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 6px;
}

.login input[type="text"], .login input[type="password"]  {
	border: 1px solid #ddd;
	width:calc(100% - 20px);
	padding:10px;
	color:#333;
}

.login input[type="button"] {
	border: 1px solid #ddd;
	width:100%;
	padding:10px;
	color:#333;
	background: #333;
	color:#fff;
	cursor: pointer;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: rgba(0, 0, 0, 0.8);
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);*/
    outline: 0 none;
}


#login-holder {
    padding:10px;
    color:#fff;
	background-color:#8C0000;
    display: none;
    margin-bottom: 10px;
    max-width:calc(100% - 20px);
    animation-name: fadeIn;
    animation-duration:1s;
}


section {
    padding-bottom: 40px;

}
.page {
    margin: 20px;
    padding: 0px;
    background: #fff;
    width: calc(100% - 0px);
    max-width: 800px;
    margin: 0 auto;
}

.page h1 {
	text-align: center;
	border-bottom: dashed 1px #ddd;
	padding-bottom: 5px;
	font-size:20px;
}

.page h2 {
	text-align: center;
	border-bottom: dashed 1px #ddd;
	padding-bottom: 5px;
	font-size: 14px;
}

.page ul {
	margin: 0;
	padding: 0;
	text-align: left;
}


.page li {
	list-style: none;
}

.page li {
	display: inline-block;
	margin-right: 1px;
}

.page li a {
	display: block;
	padding-left: 10px;
	padding-right:10px;
	background-color:#000;
	color:#fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	height:48px;
	line-height: 48px;
	border-top:1px solid #ACACAC;
}

.page .active a {
	background-color:#CACACA !important;
	border-top:1px solid #ACACAC;
	color:#000;
}

td.details-control {
    background: url(../images/icons/lenyilo_0@2x.png) no-repeat center center !important;
    cursor: pointer;
}

.display input[type="text"],.display  input[type="password"],.display  input[type="search"],.display  select,.display  textarea {
    display: block;
    border: 0;
    outline: 0;
    background: white;
    height: 28px;
    margin-bottom: 4px;
    border: 1px #AEBDCE solid;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #152132;
    width: 180px;
}

.minfield {
	width:80px !important;
}

.dataTables_filter {
	display: none !important;
}


.page label {
	min-width: 130px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 6px;
}

.page input[type="text"], .page input[type="password"]  {
	border:1px solid #B5A39E;
	border-radius: 5px;
	width:calc(100% - 16px);
	padding:8px;
	color:#333;
}

.page input[type="button"] {
	border:1px solid #B5A39E;
	border-radius: 5px;
	width:100%;
	padding:10px;
	color:#333;
	background: #00468C;
	color:#fff;
	cursor: pointer;
}

.page select {
	border:1px solid #B5A39E;
	border-radius: 5px;
	width:calc(100%);
	padding:8px;
	color:#333;
}

#filter p {
	margin: 3px 0px 6px 0px;
}

#filter textarea:focus, #filter input:focus, #filter input[type]:focus, #filter .uneditable-input:focus {   
    box-shadow: 0 1px 1px rgba(115, 81, 72, 0.075) inset, 0 0 8px rgba(115, 81, 72, 0.6) ;
    outline: 0 none;
}

/*.filter-button {
	padding:5px;
	background: #735148;
	display: block;
	border-radius: 5px;
	width:100%;
	max-width: 80px;
	color:#fff;
	text-align: center;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}*/

.filter-button {
	float: right;
	margin:0px 0px 0px 10px;
}

#filter {
	background: #E1DAD8;
	padding:10px;
	
	border-radius: 5px;
	border:1px solid #B5A39E;
	margin-bottom: 10px;
}

.page h1 span {
	font-family: 'Open Sans';
	font-size: 16px;
	color:#00468C;
	display: inline-block;
	padding-left: 10px;
}

	.subtable {
		padding-left:0px;
		background:#C9D3DE;
		max-width:100%;
		border: 5px solid #C9D3DE;
		width:100%;
		font-size: 14px;	
	}
	
	.item img {
		width:24px;
	}
	
	
	.item-top {
		display: inline-block;
		width:38px;
		height:20px;
		color:#fff;
		line-height: 20px;
		font-size:11px !important;
		margin-right: 3px;
		text-align: center;
		margin-bottom: 10px;
		margin-top:10px;
	}
	

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.6;
  }

  to {
    opacity: 1;
  }
}


.states strong {
	display: inline-block;
	min-width: 60px;
	font-size: 12px;
}

a:hover {
	animation: fadeIn;
	animation-duration: 2s;
}

td[colspan="6"] {
	background: #f0f3f6 !important;
}

.subtable .item {
	margin-right: 3px;
}


.filters {
	width:calc(100% - 20px);
	padding:10px 10px 20px 10px;
	background: #CACACA;
	border-bottom: 2px solid #000;
}

.filters li {
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}

.filters li img {
	width:18px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top:-2px;
}

.filters li a {
	background: #fff;
	color:#000;
	height:36px;
	line-height: 36px;
	border-top:0px;
	border: 3px solid #fff;
	padding-left: 3px;
	padding-right: 3px;
}

.filters .selected {
	border: 3px solid #000 !important;
}


.filters select {
	width:90px;
	height: 42px;
	border-radius: 0px;
	border:0;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff;
}

#f_gye {
	background: #B6ADD8;
	border: 3px solid #B6ADD8;
	min-width: 30px;
}

#f_gya {
	background: #E6CD79;
	border: 3px solid #E6CD79;
	min-width: 30px;
}

#f_kesz {
	background: #ECC1BA;
	border: 3px solid #ECC1BA;
	min-width: 30px;
}

.topbar img {
	width:120px;
	vertical-align: middle;
	margin-top:-3px;
	margin-right: 5px;
}

.topbar {
/*	padding:15px 10px 15px 10px;*/
	font-weight: bold;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 2px !important;
}

.menu img {
	width:50px;
	margin-right: 0px;
}
.menu-content {	
	position: absolute;
    z-index: 200;
	width:100%;
	background: #000;
    margin: 0 auto;
    padding: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 45px;
    max-width: 800px;
}

.logo {
    padding: 15px 10px 15px 10px;
}

.menu-content .content {
	padding:10px;
	color:#fff;
	padding-bottom: 100px;
}

.menu-content .content .userbar{ 
	padding: 15px 0px 15px 0px;
	font-weight: bold;	
	border-bottom: 2px solid #636363;
	margin-bottom: 20px;
}


.menu-content .content .userbar .user {
	float: left;
}

.menu-content .content .userbar .logout {
	float: right;
}

.menu-content .content .userbar a {
	color:#fff;
	text-decoration: none;
}

.menu-content .content .userbar a img {
	vertical-align: middle;
	margin-top:-4px;
}

.menu-content .content .icon {
	width:60px;
	float: left;
}

.menu-content .content .text {
	width:calc(100% - 60px);
	float: right;
}

.menu-content .content .text strong {
	color:#fff;
}

.menu-content .content .text {
	color:#868487;
}

#f_szin {
	width:60px;
	font-size:13px;
	padding:2px;
}

#f_modell {
	width:80px;
	font-size:13px;
	padding:2px;
}



.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    padding: 10px !important;
}

.last-update {
	margin-top:10px;
	color:#000;
	font-size:15px;
}

#search {
    background-color:#EBEBEB;
    border: 2px solid #000;
    border-radius: 0px;
}