* {
	font-family: Arial, Helvetica, sans-serif;
}

.hiba{
	font-weight: bold;
	color: red;
	padding: 5px;
}



#egyugyfel tr:nth-child(odd){
	background-color: #f2f2f2;
	
}

#egyugyfel tr:nth-child(even){
	background-color: #ffffff;
	
}

#egyugyfel tr:nth-child(odd):hover{
	background-color: #dedede;
}

#egyugyfel tr:nth-child(even):hover{
	background-color: #dedede;
}

#egyugyfel{
	width: 500px;
}

@media screen and (max-width: 992px) {
	#egyugyfel{
		width: 80%;
	}
}

#osszes  tr:nth-child(odd){
	background-color: #f2f2f2;
}

#osszes tr:nth-child(even){
	background-color: #ffffff;
	
}

#osszes tr:nth-child(odd):hover{
	background-color: #dedede;
}

#osszes tr:nth-child(even):hover{
	background-color: #dedede;
}
#konzultalas{
	table-layout:fixed;
	width: 100% ;
	word-wrap: break-word;
	
  
}

#thdij, #thmuvelet{
	width: 70px;
}

#thssz{
	width: 40px;

}

#thnev{
	width: 140px;
}

#thtelefon{
	width: 120px;
}

#themail{
	width: 200px;
}

#thmkdatum, #thtdatum{
	width: 110px;
}

#konzultalas th{
	background-color: #b3b3b3;	
}

#konzultalas  tr:nth-child(odd){
	background-color: #f2f2f2;
}

#konzultalas tr:nth-child(even){
	background-color: #ffffff;
	
}

#konzultalas tr:nth-child(odd):hover{
	background-color: #dedede;
}

#konzultalas tr:nth-child(even):hover{
	background-color: #dedede;
}

button{
	border: 0;
	font-size: 20px;
	cursor: pointer;
	background-color: transparent;
	border-radius: 2px;
	padding: 5px;
	color: #31415f;

}
.menubutton{
	background-color: #dedede;
	margin: 5px;
	padding: 8px;
}

.submenuButton{
	background-color: #c4c4c4;
	margin: 5px;
	font-size: 16px;
}

#exitbutton{
	background-color: #dedede;
	margin: auto;
	width: 99%;
	
}

#exitButtonTr{
	text-align: center;

}

#saveButton{
	width: 99%;
}
button:hover{
	background-color: #536fa3;
	color: white;
}

#ujugyfel{
	background-color: #31415f;
	color: white;
	padding: 8px;
	border-radius: 2px;
}

#ujugyfel .fas{
	color: white;
}

#ujugyfel:hover{
	background-color: #536fa3;
}

input:hover, select:hover, textarea:hover{
	background-color: #d6d6d6;
}

table textarea, table input, table select{
	width: 90%;
}
#beta{
	color: white;
	background-color: red;
	padding: 3px;
	margin: 0;
	border-bottom-left-radius: 20%;
	border-top-left-radius: 20%;

	right: 0;
	top: 20%;
	position: absolute;
}



#adatok{
	vertical-align: top;
	display: inline-block;
	
	
}

#wysiwyg{
	float: right;
	width: 800px;
	padding: 10px;
}

#menu{
	width: 100%;
	height: auto;
	background-color: #13133f;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	  position: relative;

	
}

html, body {
  height: 100%;
  margin: 0;
}

#homalyositas{
	background-color: black;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	z-index: 3;
}

/*Új konzultáció*/

#newconsult{
	width: 70%;
	background-color: grey;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: none;
	border-radius: 3px;
	z-index: 4;
	
}

#newconsultTable #megj{
	width: 60%;
	
}

#newconsult #leiras{
	width: 95%;
}

#newconsultTable {
	width: 100%;	
	border-radius: 3px;

}

#newconsultTable th, td, tr{
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#newconsultTable th{
	background-color: #b3b3b3;	
	
}

#newconsultTable  tr:nth-child(odd){
	background-color: #f2f2f2;
}

#newconsultTable tr:nth-child(even){
	background-color: #ffffff;
	
}

#newconsultTable tr:nth-child(odd):hover{
	background-color: #dedede;
}

#newconsultTable tr:nth-child(even):hover{
	background-color: #dedede;
}
/*Konzultáció módosítása*/
#setconsult{
	width: 70%;
	background-color: grey;
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 3px;
	z-index: 4;

	
}

#setconsultTable #megj{
	width: 60%;
	
}

#setconsultTable {
	width: 100%;	
	border-radius: 3px;

}

#setconsultTable th, td, tr{
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#setconsultTable th{
	background-color: #b3b3b3;	
}

#setconsultTable  tr:nth-child(odd){
	background-color: #f2f2f2;
}

#setconsultTable tr:nth-child(even){
	background-color: #ffffff;
	
}

#setconsultTable tr:nth-child(odd):hover{
	background-color: #dedede;
}

#setconsultTable tr:nth-child(even):hover{
	background-color: #dedede;
}

#newconsult td, #setconsult td{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*ÜGYFELEK*/
#ugyfelcontainer{
	width: 100%;
	background-color: #b3b3b3;
	margin: auto;
	margin-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;

}

#navigationLap{
	overflow: hidden;
}

#navAltalanos, #navAdozas, #navAdatok{
	width: 100px;
	float: left;
	padding: 5px;
	margin-left: 5px;
	margin-top: 5px;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
}

#navAltalanos{
	background-color: #fcfcfc;
	text-align: center;
}

#navAdozas{
	background-color: #555555;
	color: white;
	text-align: center;
}

#navAdatok{
	background-color: #555555;
	color: white;
	text-align: center;
}

#tartalomAltalanos, #tartalomAdozas, #tartalomAdatok{
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
	background-color: #fcfcfc;
}

#tableAltalanos{
	padding: 10px;
	float: left;
}

#legordulo{
	float: left;
	margin-left: 5px;
}