@CHARSET "UTF-8";

/* BASIC */

body {
	margin: 0;
	padding: 0;
	font-family: OpenSansRegular, sans-serif;
	color: #333;
	font-size: 12px;
}

p, div {
	font-size: 14px;
}

h1 {
	font-size: 16px;
	color: #900;
}

h2 {
	font-size: 14px;
}

a {
	/*color: #666;*/
	color: darksalmon;
	text-decoration: none;
}

#service a {
	color: darksalmon;
}

input[type=text], input[type=email], input[type=password], select, textarea {
    border: none;
    background-color: gainsboro;
    border-radius: 2px;
    height: 20px;
    width: 300px;
    padding-left: 5px;
}

.datum select {
    width: 70px;
    margin-right: 5px;
    
  }

textarea {
    height: 100px;
    
}

input[type=file] {
    width: 305px;
}

select {
	width: 305px;
}

.kotelezo input, .kotelezo select {
    background-color: lightcoral;
}

.disabled input {
	background-color: white;
	color: #333;
}

@CHARSET "UTF-8";

/* GENERAL */

.w50 {
	width: 50px;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}

.w350 {
	width: 350px;
}

.w400 {
	width: 400px;
}


.bold {
	font-weight: bold;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.full {
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none;
}

.modified {
	background: lightpink;
}

.todo {
	color: red;
}

.red {
	background: mistyrose;
}

@CHARSET "UTF-8";

/* STRUCTURE */

#header {
	height: 120px;
	background: url('../images/etc/header2.jpg');
	background-repeat: no-repeat;
	background-color: black;
	/*background-position: -250px -450px;*/
	color: white;	
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	/*padding: 10px;*/
}

#subheader {
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;	
	color: white;
	position: relative;
	top: -16px;
	background: rgba(0, 0, 0, 0.5);	
	text-align: left;
	font-weight: normal;
}

#subheader span {
	padding-left: 10px;
}

#user {
	float: right;
	color: white;
	padding-right: 10px;
	white-space: nowrap;
}

#user a {
	color: white;
	text-decoration: none;
}

#user a:hover {
	color: #c00;
}

#user img {
	position: relative;
	top: 5px;
}

#user #logout {
	position: relative;
	top: 5px;
	float: right;
	margin-left: 10px;
	background-image: url('../images/icon2/quit.png');
	height: 20px;
	width: 20px;
	display: block;
}

#user #logout:hover {
	background-image: url('../images/icon2/quit_red.png');
}

#content {
	display: box;
    padding: 10px;
}

#h1  {
	clear: both;
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-bottom: 2px solid #eee;
}

#h1_name {
	width: 600px;
	overflow: hidden;
	/*font-weight: bold;*/
	font-size: 16px;
	color: #900;
}

#h1_tools {
	float: right;
}

#h2  {
	clear: both;
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-top: 30px;
	margin-bottom: 0;
}

#h2_name {
	font-variant: small-caps;
	font-size: 16px;
	color: darkred;
}

#h2_tools {
	float: right;
}


/* LOGIN */

#login-top {
	height: 30px;
	line-height: 30px;
	color: white;
	background: #666;
	border-radius: 2px;
	padding-left: 10px;
}

#login-middle {
	padding: 5px;
}

#login-error {
	color: red;
	text-align: right;
	width: 100%;
}

#login {
	width: 450px;
	margin: 30px auto 0px auto;
}
#login div {
	margin-top: 10px;
	margin-bottom: 10px;
}

#login input[type=text], #login input[type=password] {
	width: 200px;
}

#login-bottom {
	height: 30px;
	line-height: 30px;
	clear: both;
	background: #eee;
	padding-left: 10px;
	border-radius: 3px;
}

#login-bottom a {
	color: #999;
}

#footer {
	clear: both;
	margin: 20px 5px 5px 5px;
	height: 30px;
	line-height: 30px;
	font-size: 8px;
	border-top: 2px solid #eee;
	color: #aaa;
}

#footer a {
	color: #aaa;
}

#left {
	float: left;
	padding-left: 10px;
}

#right {
	float: right;
	padding-right: 10px;
}

/*  label, field */

.label {
	clear: both;
	float: left;
	width: 150px;
	line-height: 30px;
	height: 30px;
}

.field {
	float: left;
	line-height: 30px;
	height: 30px;	
}

.field input[type=checkbox] {
	position: relative;
	top: 3px;
}

/* panels */

#panels {
    display: flex;
}

#leftpanel {
	flex: 1;
}

#rightpanel {
	width: 300px;
	background: #eee; 
	padding: 10px;
	margin-left: 10px;
}

.rightinfohead {
	margin: 10px;
	text-align: left;
	font-weight: bold;
}

.rightinfo {
	margin: 10px;
	text-align: left;
}

.rightinfo a {
	color: darkred;
}

@CHARSET "UTF-8";

/* SHOW */

.szekcio {
	clear: both;
	font-variant: small-caps;
	font-size: 16px;
	/*border-bottom: 1px solid #eee;*/
	padding-top: 10px;
	color: darkred;
	margin-top: 10px;
}

.cimke/*, label*/ {
	clear: left;
	float: left;
	font-style: italic;
	padding: 3px;
}

.ertek {
	float: left;
	padding: 3px;
}

.hiba {
    float: left;
    color: red;
}

.hiba ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

.submit {
	clear: both;
	padding-top: 10px;
}

.datepicker {
	width: 80px;
  	background-image: url("../images/icons/calendar.png");
  	background-position: right center;
  	background-repeat: no-repeat;
  	/*padding-right: 18px;	*/
}

#idpicture {
	text-align: center;
	margin-bottom: 20px;
}

#idpicture img {
	max-width: 280px;
	max-height: 280px;
	border: 3px solid white;
	border-radius: 3px;
}

/* LIST */

.lista {
	margin-top: 5px;
	width: 100%;
	/*table-layout: fixed;*/
	border-collapse: collapse;
	clear: both;
}

.lista tbody .hover:hover td {
	background: #fffddd;
}

.lista th, .noresult {
	background: #eee;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	/*text-align: left;*/
	clear: both;
	white-space: nowrap;
}

.lista td {
	/*height: 20px;*/
	/*line-height: 20px;*/
	border-bottom: 1px solid #eee;
	vertical-align: top;
	padding: 5px;
}

.lista td a {
	display: block;
	width: 100%;
	/*height: 20px;*/
	/*padding: 5px;*/
	color: #333;
	cursor: pointer;
}

.pagination {
	height: 20px;
	line-height: 20px;
	margin: 10px;
	color: #666;
}

.summary {
	float: left;
}

.control {
	float: right;
}

.kislogo {
	max-width: 20px;
	max-height: 20px;
}

/* cimlap */

#boxes {
	display: flex;
	width: 100%;
}

#box-left {
	display: none; /* az új layoutban épp nem kell */ 
	flex: 1;
	margin-right: 10px;
}

#box-left input {
	width: 99%;
}

#left1, #left2 {
	height: 120px;
}

#box-center {
	flex: 3;
	margin-right: 10px;
}

#box-right {
	flex: 1;
}

#right1, #right2 {
	height: 120px;
}

.form {
	padding-top: 10px;
}

.box-title {
	border-bottom: 2px solid gray;
	background: #ddd;
	font-weight: bold;
	padding: 2px;
}
.kep {
	width: 300px;
}

/* lekérdezés */

.lekerdezes {
	display: flex;
	height: 100px;
	overflow: hidden;
	margin-top: 20px;
}

.lekerdezes a {
	display: block;
	flex: 1;
	padding: 5px 5px 5px 55px;
	color: #333;
}

.lekerdezes-plusz {
	display: flex;
}

.lekerdezes-plusz a {
    display: block;
    flex: 1;
    padding: 5px 5px 5px 55px;
    color: #333;
}

.lekerdezes a:hover {
	background-color: #eee;
}

.lekerdezes img {
	float: left;
    width: 45px;
    margin-right: 10px;
}

#nyomdai {
    flex: 1;
    height: 100px;
    border: 1px solid red;
}

#uci2 {
	display: none;
}

#nyomdai2 {
	display: none;
}

.excel {
	background-image: url('../images/etc/excel.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 45px auto;
}

.word {
    background-image: url('../images/etc/word.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 45px auto;    
}

/*.lekerdezes img {
    width: 45px;
}

.lekerdezes td {
    padding-bottom: 20px;
}

.lekerdezes a {
	color: #333;
}*/

/* ASR */

.asrform label {
    float: none;
}

/* pontos személy találat */

.pontos {
	color: seagreen;
	font-weight: bold;
}

 /* admin frontpage tab */
 
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* readonly boxes */

#readonly-boxes {
	margin-top: 30px;
}

.readonly-box {
	float: left;;
	margin-right: 10px;
	margin-bottom: 30px; 
	width: 306px;
}

#readonly-boxes a {
	display: block;
	background: gray;
	color: white;
	padding: 5px;
	white-space: nowrap;
}

/*  megújítás */

.megujitas-button {
	margin-top: 20px;
	margin-bottom: 20px;
}

a.todo {
	border: 1px solid red;
	border-radius: 4px;
	padding: 3px;
	color: red;
}

a.done {
	border: 1px solid #333;
	border-radius: 4px;
	padding: 3px;
	color: #333;
}