html {
	position: relative;
	min-height: 100%;
}

html.js .js-notice {
	display: none;
}

body {
	padding-bottom: 60px;

	color: #222;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1rem;
	text-align: left;

	background-color: #e5e5e5;
}

.w-10 {
	width: 10%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.img-thumbnail {
}

.pagination-limit-box {
	margin: 20px 0;
	text-align: left;
}

#container-system-messages div {
    margin-top: 20px;
}

.template-header {
	border-bottom: 4px solid rgb(50, 170, 226);
	background-color: #fff;
}

.template-header .usermenu {
	text-align: right!important;
}

.template-header .usermenu .dropdown a.dropdown-toggle {
	color: #222;
}

.template-header .usermenu .dropdown .dropdown-menu {
}

.template-header .corporate-logo {
	display: block;
	width: 200px;
	height: 50px;
	background: transparent url('../media/images/default-logo-wide.png') 50% 50% no-repeat;
}

.template-header .corporate-logo-2 {
	display: none;
}