.logo-baloo {
	font-family: 'Baloo', cursive;
	color: #337ab7 !important;
	margin: 0px;
	line-height: 40px;
	font-size: 75px !important;
}

.logo-sub {
	font-weight: 100;
	font-size: 28px !important;
}

html, body {
	height: 100%;
}

body {
	margin-top: 20px;
}

.container {
	min-height: 100%;
}

.padded {
    margin: 20px;
}

.center {
	margin: auto;
}

.horizontal-align {
	float: left;
	clear: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.padding-left {
	padding-left: 20px;
}

.col-first-padding-left td:nth-child(1) {
	padding-left: 20px;
}

.table-col-first-center-checkbox tr td:nth-child(1) {
	text-align: center;
	min-width: 30px;
	max-width: 40px;
	padding: 0px;
}

.table-col-first-center-checkbox-head th:nth-child(1) {
	text-align: center;
	min-width: 30px;
	max-width: 40px;
	padding: 0px;
}

.table-vertical-align-center tr td {
 	vertical-align: middle !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
 	vertical-align: middle !important;
}

.col-no-padding {
 	padding-left: 0px !important;
 	padding-right: 0px !important;
}

.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 8px;
}

.row {
	margin-bottom: 5px;
}

.row-margin-top {
	margin-top: 10px;
}

.panel .well {
	background-image: none;
    border: 0;
    border-radius: 0px;
}

.pagebanner {
    display: inline-block;
    margin: 0px;
    padding: 10px;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: 0;
}

.login {
	margin-top: 0px;
}

.red {
	color: #E33;
}

.fa-clickable {
	cursor: pointer;
}

.fa-disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.fa-invisible {
    visibility: hidden;
}

/* Bootstrap: override label, undoing the bold weight. */
label {
    font-weight: normal !important;
}

/* Bootstrap: override the color of the active check box (label) mimicking Bootstrap btn-primary. */
.form-check-label.active {
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	border-color: #245580;
}

/* Bootstrap: override the color of the active disabled check box (label) mimicking Bootstrap btn-primary. */
.form-check-label.active:disabled,
.form-check-label.active[disabled],
 fieldset[disabled] .form-check-label.active {
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-color: #245580;
	border-color: #245580;
}

/* Bootstrap: override the color of the active check box (label) mimicking Bootstrap btn-primary. */
.form-check-label.active:focus, .form-check-label.active:hover {
	background-color: #265a88;
	background-position: 0 -15px;
    border-color: #204d74;
	color: #fff;
	text-decoration: none;	
}