.bghalf {
/* 		background-image: url('/structure/images/login_small.jpg'); */
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom right;
}
.loaderImage {
	background-color: red;
	display: block;
	width: 30px;
	height: 30px;
}

.row.personalInfo {
    min-height: 371px;
    margin-bottom: 0px;
    padding-top: 32px;
}

.vcenter {
	display: none;
}
.vcenter .card {
	width: 400px;
}
.result {
	padding-bottom: 20px;
}

div.centerHelp{
    width:100%;
    height:500px;
/*     border:1px solid #555; */
    position:relative;
}

div.target{
    width:100%;
    text-align:center;
}
.loaderContainer {
	height:4px;
}
.row .col {
	padding:0px;
	
}
.nav-buttons {
	margin-top: 24px;
}
.nav-buttons a {
	margin-left: 10px;
}
.card.client {
	background-image: url('/structure/images/valley_large.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	z-index: 1;
}
.card.client .address {
	padding: 20px;
}
.card .collapsible-body {
	padding: 1rem;
}
.card.client h2 {
	margin: 0px;
}
.card.client h4, .card.client h5 {
	margin-bottom: 0px;
}

.sub.collection {
	margin-top: 0px;
}

.tabs .tab a {
	color: #c7c7c7;
	font-size: 1rem;
}


.tabs .tab a:hover, .tabs .tab a.active {
	color: #0E3452;
}

.tabs .indicator {
	background-color: #0E3452;
	
}
.tabTitle {
	padding: 20px;
}

.tabTitle h4 {
	color: #757575;
	font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 .912rem 0;
    font-weight: 200;
    text-transform: uppercase;
}

form {
	color: black;
}
.tabContent {
	padding: 24px;
	background-color: #eeeeee;

}
.collection {
    margin: .5rem 0 0 0;
}
.collection, .collection-item.active {
	background-color: white !important;
	color: black;
}

.collection a.collection-item {
	color: black;
}
.collection .collection-item {
	padding: 0px;
}
.collection .collection-item h5 {
	text-transform: uppercase;
}

.tabContent .collection .collection-item {
	padding: 20px;
}


.collection-item p i {
	position: relative;
	margin-right: 12px;
	top: 8px;
}
.card .card-content p, #testform {
	padding: 10px 20px;
}

#container .row {
	margin-bottom: 0px;
}

.dateContainer, .idContainer {
	display: inline-block;
	border: solid 1px #9e9e9e;
	border-radius: 2px;
	margin-top: 5px;
	margin-right: 5px;
}

.idContainer {
	border: solid 0px;
	
}
.dateLabel, .idContainer {
	padding: 2px;
	color:white;
	display: inline-block;
	padding: 2px 4px 2px 4px;

}

.idContainer {
	padding: 3px;
}
.containedDate {
	padding: 2px 4px 2px 4px;
}
.loadedLinks {
	display: inline-block;
	padding: 5px;
}
@media only screen and (min-width: 1450px) {
	.bghalf {
			background-position-y: center;
/* 			background-image: url('/structure/images/login_large.jpg'); */

	}	
}