﻿/* You can add global styles to this file, and also import other style files */
.m-brand.m-brand--skin-light {
	background: #000053;
}

.m-header .m-header-head {
	background: #000053;
	color: white;
	background-image: url('../media/img/banner.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

.m-footer {
	background: #000053;
	position: fixed;
	bottom: 0;
}

.m-footer .m-footer__copyright {
	color: white;
}

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
	color: white;
}

@media (min-width: 1025px) {
	.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer {
		margin-left: 0px; 
	}
}

.m-body .m-content {
	padding: 10px 30px;
}
.m-subheader {
	padding: 10px 30px 0 30px;
}

.brand-text {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #fff !important;
}

a:hover {
	text-decoration:none;
}

.inline-form-span-padding-top {
	padding-top: 0.65rem;
}

.table-action-column {
	width:80px !important;
}

.text-white {
	color:#ffffff !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.blockOverlay {
	z-index: 10000 !important;
}

.blockPage {
	z-index: 10110 !important;
}