/* HTML/BODY */
html, body {
	height: 100%;
}

body {
	transition: opacity 0.3s ease-in-out;
}

div#wrapper {
    min-height: 100%;
    margin: 0 auto 0 auto;
}

/* FOOTER */
footer {
	margin: 1em 0 0 0;
	background-color: #1e4e7b;
	color: #ffffff;
}

footer .container .row {
	margin: 1em 0;
}

footer span.company {
	display: block;
}

footer img.logo {
	margin: 0.6em auto;
	max-width: 12em;
	display: block;
}

/* NAV */
nav.navbar .container-fluid form.nav.navbar-form.navbar-left {
	padding: 0;
}

/* MENU */
div.menu-items-list {
	margin: 0 0 3em 0;
}

/* MODAL */
.modal .modal-body .panel .panel-body {
	word-wrap: break-word;
	overflow-y: auto;
}

.modal .modal-dialog.fullscreen {
	width: 98%;
	padding: 0;
}

/* FORM REQUIRED FIELDS */
div.form-group label.required:after {
	content: ' *';
}

/* BUTTONS OVERFLOW */
.btn {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* TABLES */
table.table-borderless td, table.table-borderless th {
	border: none !important;
}

table.table > tbody > tr > td div.btn-group {
	display: flex;
}

table#proxy-resources-permission-table {
	display: inline-block;
}

table#proxy-resources-permission-table td {
	text-align: center;
}

table#proxy-resources-permission-table td:first-child {
	text-align: right;
	font-weight: bold;
}
