#top-nav {
	position: fixed;
    width: 100%;
	z-index: 1002 !important;
}
.menu {
	position: fixed;
    float: left;
    overflow-y: auto;
    height: 100%;
    padding-block: 7rem 5rem;
}
.tartalom {
	float: right;
	padding-block: 7rem 5rem;
}
footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
	padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-static-top {
  margin-bottom:20px;
}

i {
  font-size:16px;
}

.nav > li > a {
  color:#787878;
}

.fa, .fas, .glyphicon {
	min-width: 22px;
    text-align: center;
}
  
footer {
  margin-top:20px;
  background-color:#efefef;  
  z-index: 1000 !important;
}

/* count indicator near icons */
.nav>li .count {
  position: absolute;
  bottom: 12px;
  right: 6px;
  font-size: 9px;
  background: rgba(51,200,51,0.55);
  color: rgba(255,255,255,0.9);
  line-height: 1em;
  padding: 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.height100 {
	height:100%;
}
.h-auto {
	height: auto;
}
.h-maxcont {
	height: max-content;
}
.width100 {
	width:100%;
}

.mt-0 {
	margin-top: 0rem !important;
}
.mt-05 {
	margin-top: 0.5rem !important;
}
.mt-1 {
	margin-top: 1rem !important;
}
.mt-2 {
	margin-top: 2rem !important;
}
.mb-0 {
	margin-bottom: 0rem !important;
}
.mb-05 {
	margin-bottom: 0.5rem !important;
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.mb-2 {
	margin-bottom: 2rem !important;
}
.mb-4 {
	margin-bottom: 4rem !important;
}
.mr-1 {
	margin-right: 1rem !important;
}
.mr-2 {
	margin-right: 2rem !important;
}
.ml-1 {
	margin-left: 1rem !important;
}
.ml-2 {
	margin-left: 2rem !important;
}
.ml-4 {
	margin-left: 4rem !important;
}
.pb-0 {
	padding-bottom: 0rem !important;
}
.p-2 {
	padding: 2rem !important;
}
.table-striped tbody tr.visible-odd {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-striped tbody tr.visible-even {
  background-color: rgba(0, 0, 0, 0.00);
}

.table-hover tbody tr.visible-even:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-responsive h3, .input-group h3 {
	margin-top: 0px;
}

ul.autocomplete_menu {
	list-style-type: none;
}
ul.autocomplete_menu li {
	cursor: pointer;
	height: auto;
}
ul.autocomplete_menu li:hover {
	background-color: #337ab7;
	color: #fff;
}
.light-background {
	background-color: #ebebeb;
}
.white-background {
	background-color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	z-index: 100000 !important;
}
.table-responsive {
	overflow: visible !important;
}
.kamu-form-control {
	border: 1px solid #ccc; 
	background-color: #fff;
}
button.disabled {
	pointer-events: all !important;
}
.selectbox-menu {
	position: absolute;
    z-index: 10;
    right: 0;
    list-style: none;
    padding: 0px;
	top: 0;
}
.selectbox-menu li:hover {
	background: #dcdcdc;
}
.selectbox-menu li {
	border: 1px solid #bbb; 
	border-radius: 3px;
	padding: 2px;
	margin: 2px 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hover .input-group-addon {
	background-color: #cbeaff !important;
}
.float-none {
	float: none !important;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); 
  } 
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); 
  } 
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; 
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; 
}