.dbmessage {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    white-space: pre-line;
}

.help-block {
    font-size: small;
    color: #999;
}
.terms-txt {
	float: left;
}
.advance-link {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.table-radio td {
    padding-left: 1em;
    font-weight: 400;
}
.table-radio label {
    padding-left: 1em;
    font-weight: 400;
}
p.option-d {
	margin-left: 14px;
}
p.envbanner {
    color: black;
    margin: auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -1.3em;
    margin-bottom: 5px;
}

.inputLink {
    border: 0;
    cursor: pointer;
    background: transparent;
    color: #00abab;
}
.fa.degree-25 {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.map-size {
    width: 570px;
    height: 500px;
}

.result {
    position: relative;
}

.more-info {
    position: absolute;
    top: 1em;
    right: 1em;
    padding: 0.1em 1em;
}

.more-info span {
    cursor: pointer;
}

.more-info i {
    margin-right: 3px;
}

.mobile .more-info {
    position: static;
    text-align: right;
    display: block;
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
}

.more-info-blue-button {
    padding: 0.08em 1em;
}

.spinner {
    position: relative;
    z-index: 100;
}

.searchSpinner {
    top: -50px;
    left: 290px;
}

.emailSpinner {
    left: 290px;
}

.full-width {
    width: 100%;
}

.crypt-default {
    display: block;
}

.margin-bottom-small {
    margin-bottom: 0.5em;
}
.margin-bottom-none {
    margin-bottom: 0px;
}
.padding-bottom-none {
    padding-bottom: 0px;
}
.margin-top-neg {
    margin-top: -15px;
}

.pagination-grey {
    background: #eee;
}

#current {
    padding-left: 2px;
    display: inline-block;
}

.results.grey-border-top:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.result-abusec {
    color: #31708f;
}

.db-pre {
    white-space: pre-wrap;
    word-wrap: normal;
    word-break: normal;
}

.db-pre-results {
    padding: 9.5px 120px 9.5px 9.5px
}

.db-pre-attribute-descr {
	padding: 1em 21em 1em 1em;
}
.search-icons a {
	margin-left: 10px;
	float: left;
}

/* TODO [TP]: remove me when class is available in the general template */
.error-text {
    color: red;
}

/* Renew password */
.renew-body, .renew-body main {
	background: #fff !important;
}
.renew-form, .renew-heading-area {
	max-width: 600px;
	margin: 20px auto;
}
.renew-heading-area ul.dbmessage {
	margin-top: 20px;
}
.renew-heading-area #portal-logo {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.renew-container {
	background-color: #fff;
	width: 800px;
	margin-top: 100px;
}
.renew-form .renew-submit {
	float: left !important;
	margin: 0;
	padding: 10px 20px;
}
.renew-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.renew-form ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px !important;
}
.renew-form ul li label {
	float: left;
}
.renew-form ul li .errorMessage {
	color: #ff002f; 
	clear: both;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.renew-form ul li .crypt-default {
	background: none !important;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
}
a.renew-return {
	margin-left: 20px;
	position: relative;
	top: 10px;
}
.renew-pass-field {
    padding-right: 155px;
}
.renew-password-btn {
    position: relative;
    top: -33px;
    padding: 5px 1em !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}