.logo {
    background: url('logo.png');
    background-repeat: no-repeat;
    background-size: 113px 46px;
    width: 115px;
    height: 46px;
    margin-left: 20px;
    margin-top: 0px;
}

.theme-light-blue:not([class*="nav-tab"]) .nav > li > a {
    color: #565656;
}

.btn.md {
	padding-right: 5px;
}


.topRightCardButton {
	top: 10px;
	right: 10px;
	position: absolute;
}

.app-footer-links a{
        color: white;
}

.app-footer-copyright a{
        color: white;
        text-decoration: underline;
}

#extraLargeModal {
	margin-left: 1%;
    margin-right: 1%;
    margin-top: 0px;
    width: 98%;
    top: 10px;
}

.scrollableModal {
	max-height: 85%;
}

.cursor-help {
	cursor: help;
}

.cursor-pointer {
	cursor: pointer;
}

section.content {
	padding-bottom: 20px !important;
}

.field-group.radio-group .radio-option {
    margin-bottom: 0px;
}


.footer{
	min-height: unset;
}


.card {
	margin-bottom: 5px;
}
.card .header {
	padding: 15px;
}

.card .body {
	padding: 5px;
}

.form-group {
	margin-bottom: 5px;
}
[type="radio"]:not(:checked) + label {
	height: 20px;
}
.card .body .grid-col {
	margin-bottom: 4px;
}
.form-group .form-line .form-label {
	line-height: 35px;
}

.card.smallheader .header {
	padding:  2px;
}