body {
	font-family: "Comic Sans MS", Tahoma, Arial;
	background-color: #222222;
	font-size: 0.9em;
}

/* weblap rĂ©szei */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 990px; /* or 950px */
}


.tartalom {
	background-image: url(tartalom_hatter_fej_qrkod.jpg), url(tartalom_hatter_lab_qrkod.jpg);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;	
	background-color: #FA6501;
}

/* --weblap rĂ©szei */

.csik {
	background: url(csik.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

.muvelet_ikon:hover{
	transform: scale(1.3);
}

.jelentkezes_ikon:hover{
	transform: scale(1.2);
}

@media screen and (max-width: 768px) {
	.szuresdoboz {
		width: 90%;
	}
}

@media screen and (min-width: 769px) {
	.szuresdoboz {
		width: 100%;
	}
}


.szuresdoboz {
	background-color: #545664;
	color: #FFFFFF;
}

.szurescim {
	color: #FFFF00;
	font-weight: bold;
	margin-bottom: 4px;
}

.tartalomdoboz {
	background-color: #FE7216;
}

.tartalomdoboz a:link {
	text-decoration: none;
	color: white;
}
.tartalomdoboz a:visited {
	text-decoration: none;
	color: white;
}
.tartalomdoboz a:active {
	text-decoration: none;
	color: white;
}
.tartalomdoboz a:hover {
	text-decoration: none;
	color: yellow;
}

.csikos_hatter {
	background: url(stripe.png);
	background-repeat: repeat;
	background-position: top left;
}


.tartalom a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.tartalom a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.tartalom a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.tartalom a:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}


a.menu_gomb:link, a.menu_gomb:visited {
    text-decoration: none;
	padding: 1px 20px;
	background-color: #676567;
	color: #FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	border: 1px solid #999999;
	font-weight: normal;
}

a.menu_gomb:hover, a.menu_gomb:active {
    color: #FFFF00;
	border: 1px solid #FFFF00;
}


/* Modal */
.modal-header {
	background-color: #FF9933;
	font-size: 0.6em;
	font-weight: bold;
}

.modal-body {
	background-color: #FFCC66;
}

.modal-footer {
	background-color: #FFCC66;
}
/* --Modal */


/* Card */
.card-header {
	background-color: #FF9933;
	font-size: 1.3em;
	font-weight: bold;
}

.card-body {
	background-color: #FFCC66;
}

.card-body h6 {
	color: black;
}

.card-body label {
	color: black;
}

.card-body a:link {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
.card-body a:visited {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
.card-body a:active {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
.card-body a:hover {
	text-decoration: none;
	color: yellow;
	font-weight: normal;
}
/* --Card */

/* Popover */
.popover {
	font-family: "Comic Sans MS", Tahoma, Arial;
	font-size: 0.85em;
	width: 440px;
	max-width:none;
}
.popover-header {
	background-color: #FF9933;
	font-size: 0.9em;
	font-weight: bold;
}
.popover-body {
	background-color: #FFCC66;
}

.popover-body a:link {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
.popover-body a:visited {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
.popover-body a:active {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
.popover-body a:hover {
	text-decoration: none;
	color: yellow;
	font-weight: normal;
}
/* --Popover */

/* Summernote <hr> stĂ­lus */
.texteditor_hr {
	border: 1px solid #777777;
}
/* --Summernote <hr> stĂ­lus */


/* Datatable stĂ­lus */
.head1 {
	background-color: #545664;
	color: white;
}
.strip1 {
	background-color: #FFCC66;
}
.strip2 {
	background-color: #FF9933;
}
	
.pagination .page-item.active .page-link {
	background-color: #FF9933;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
	background-color: #FF9933;
}

.pagination .page-item.active .page-link:hover {
	background-color: #FFCC66;
}

@media only screen and (min-width: 768px) {
	.table-responsive {
		overflow-x: hidden;
	}
}
/* --Datatable stĂ­lus */

/* Zebra stĂ­lus */
.table-zebra th {
	background-color: #545664;
	color: white;
}
.table-zebra tr:nth-child(odd) {
  background-color: #FFCC66;
}

.table-zebra tr:nth-child(even) {
  background-color: #FF9933;
}
/* Zebra stĂ­lus */

/* Gomb stĂ­lus */
.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #FA6501 !important;
	color: #ffffff !important;
}
.btn-primary:hover {
	color: #ffff00 !important;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
    background-color: #C34F00 !important;
	color: #ffffff !important;
}
.btn-secondary:hover {
	color: #ffff00 !important;
}
/* --Gomb stĂ­lus */

#turak_table tr {
	cursor: pointer;
}

.fenykep-square {
	width: 169px;
	height: 127px;
	background-color: #FFCC66;
	border: solid 1px rgb(0,0,0,0.2);
	font-size: 0.7em;
	float: left;
}

.tamogato-square {
	width: 120px;
	height: 120px;
	background-color: #FFCC66;
	border: solid 1px black;
	font-size: 0.7em;
	float: left;
}

.nav-tabs .nav-link.active {
  background-color:#fa6601;
  color: #FFFF00;
}

.csempe_kicsi {
	max-width: 34px;
	max-height: 34px;

}

.csempe_kicsi:hover {
	transform: scale(1.2);
}

.anchor {
  display: block;
  height: 40px; /*same height as header*/
  margin-top: -40px; /*same height as header*/
  visibility: hidden;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	z-index: 1051;
}
