.v-middle{vertical-align: middle !important;}
.inline-block{display: inline-block !important;}
.bg-none{background: none !important;}
.bg-light-dark {
	background-color: #dbdbdb !important;
}
.nav-logo{width:60px;}
.btn-w-auto {
  min-width: auto !important;
}
.toast-middle{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
}
.input-hide {
	width: 0px;
    height: 0px;
    position: absolute;
}
.table.dataTable{ width: inherit !important; }

@media (min-width: 320px) and (max-width: 480px) {
	.copyright.bottom{position: relative; width:80%; text-align:center;}
}

.va-middle{ vertical-align: middle;}
.c-pointer{ cursor: pointer; }

select.monthselect, select.yearselect {
	border-radius: 3px;
	border-color: #9f9f9f;
}

.fallback-info{
	font-style: italic;
	margin-top:1em;
}
.font-smaller{font-size:.8em;}
.font-bold{ font-weight:bold !important;}
.nowrap{
	white-space: nowrap;
}