.vertical-center {
	min-height: 100%;
	min-height: 100vh;
	
	display: flex;
	align-items: center;
}

.no-padding {
	padding: 0;
}

#dashboard-content {
	height: calc(100vh - 88px);;
	padding-top: 15px;
	overflow: auto;
	padding-bottom: 15px;
}

#main-header {
	margin-bottom: 0;
}

#main-header .actions {
	line-height: 48px;
	cursor: pointer;
}

#dashboard-content header .actions {
	margin-top: 20px;
}

.v-spinner {
	height: 100vh;
	width: 100vw;
	position: absolute;
	background-color: #000000bf;
	z-index: 99999999;
}

.v-spinner > .v-ring {
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

.table-default {
	margin-bottom: 0;
}

.table-default .fa-trash,
.table-default .fa-print {
	cursor: pointer;
}

.table-default .fa {
	text-decoration: none;
	transition: color 0.15s linear;
}

.table-default .fa-trash:hover {
	color: #9b0100;
	transition: color 0.15s linear;
}

.table-default .fa-edit:hover {
	color: #00c2ff;
	transition: color 0.15s linear;
}

.table-default .fa-print:hover {
	color: #008d73;
	transition: color 0.15s linear;
}

#dashboard-content .pagination {
	margin: 0;
}

.form-errors {
	padding: 5px 10px;
	
	background-image: -webkit-linear-gradient(top, #8a0805 0, #960703 100%);
	background-image: -o-linear-gradient(top, #8a0805 0, #960703 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8a0805), to(#960703));
	background-image: linear-gradient(to bottom, #8a0805 0, #960703 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a0805', endColorstr='#960703', GradientType=0);
	border-color: #252525;
	
	height: auto;
}

.brand img {
	height: 40px;
	margin: 0 auto;
	-webkit-filter: drop-shadow(0px 1px 1px rgb(200, 200, 200));
	filter: drop-shadow(0px 1px 1px rgb(200, 200, 200));
}

.brand-lg {
	margin-bottom: 10px;
}

.brand-lg img {
	height: 60px;
	margin: 0 auto;
	-webkit-filter: drop-shadow(0px 1px 1px rgb(200, 200, 200));
	filter: drop-shadow(0px 1px 1px rgb(200, 200, 200));
	display: inherit;
}

footer {
	position: fixed;
	padding: 10px;
	background-color: #2e353d;
	width: inherit;
	border-top: 1px solid #000;
	margin-top: 15px;
	bottom: 0px;
	margin-left: -15px;
	max-width: inherit;
	font-size: 12px;
	text-align: right;
}

header .subtitle {
	font-size: 14px;
	margin-top: 8px
}

@media (max-width: 767px) {
	footer {
		width: 100%;
		max-width: 100%;
	}
}

.year-month-wrapper {
	background-color: #2b3e50 !important;
}

.datetime-picker input {
	min-width: unset !important;
	color: #000;
	text-align: right;
}

.days {
	color: #2b3e50 !important;
	font-weight: bold;
}

.port:hover {
	color: #2b3e50 !important;
}

.port.activePort:hover {
	color: #eeeeee !important;
}

.activePort, .activePort:hover {
	background-color: #2b3e50 !important;
}

.nav-l:hover, .nav-r:hover {
	background-color: #2b3e50 !important;;
}

.nav-l, .nav-r {
	background-color: #2b3e50 !important;
}

li.active {
	background-color: #2b3e50 !important;
}

.okButton {
	color: #2b3e50 !important;
}

.form-control[disabled] {
	background-color: #b5b5b5 !important;
	cursor: not-allowed !important;
}