/* HOUSING ONLINE */

.dash-personal-icon {
	float: left;
	font-size:48px;
}

.dash-personal-details {
	padding: 0;
	margin: 0 0 10px;
	border: 1px solid #CCC;
}

body {
	padding: 0;
	margin: 0;
}

.dashboard-box {
	background: #F5F5F5;
	padding: 15px 10px;
	margin: 0 0 10px;
}

.table-option-box {
	background: #ebf5fb;
	padding: 15px 10px;
	margin: 0 0 10px;
}

.dashboard-non-box {
	text-align: left;
}

#cap-mobile-header {
	padding: 5px 10px;
}

.mobile-logo {
	background: url(mobile-sm.png)
;	width: 113px;
	height: 50px;
	display: inline-block;
}

/* CRUMB */

.desktop-crumb {
	display: block;
	margin: 20px 0 10px;
}


/* DASHBOARD */

a.dashboard-item {
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

a.dashboard-item:hover {
	text-decoration: none;
}

div.dash-icon {
	
}

.dash-count-data-holder {
	display: block;

}

span.dash-count {
	font-size: 70px;
	display: block;
	font-weight: bold;
	color: #ca005d;
	margin: 0;
}

span.dash-count-data {
	font-size: 20px;
	display: block;
	color: #ca005d;
	margin-bottom: 20px;
	font-weight: normal;
}

a.count-link:hover, a.count-link:hover span {
	color: #ff0779;
	text-decoration: none;
}



span.dash-subtext {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
	color: #FFF;
}

.dash-subtext-position {
	position: absolute;
	bottom: 12px;
	right: 0;
	text-align: center;
	width: 100%;
}

.dash-personal-details .dash-subtext {
	margin: 10px 0 0;
}


/* DASH - ADDRESS / USER */

#addressshow-hide {
	margin: 10px 0 0;
}

.welcome-text {
	font-style: italic;
	line-height: 24px;
	font-size: 16px;
	font-family: georgia, sans-serif;
}

.dash-fullname, .dash-address, .dash-address-no-hide {
	font-size: 16px;
	display: block;
	line-height: 22px;
}

.dash-fullname {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 36px;
}

.address-toggle {
	display: block;
	margin: 0;
}

a#show-address-temp {

}

.icon-link-inline {
font-size: 12px;
}

.dash-address, .dash-address-no-hide {
	margin-top: 10px;
}


/* DASH - BALANCE */

.dash-balance-holder {

}

.dash-current-bal-text {
	display: table-cell;
	font-size: 18px;
	vertical-align: middle;
	width: 60%;
	text-align: left;
}

.dash-current-bal-val {
	font-size: 30px;
	line-height: 36px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 40%;
	font-weight: bold;
}

.cur, .pence {
	font-size: 22px;
	position: relative;
	top: -3px;
	margin: 0 3px 0 0;
}

.dash-curr {
	font-size: 24px;
	padding-right: 3px;
	font-family: georgia;
}

.cap-wrapper .dash-balance-msg {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}


/* DASH - BUTTON */

 .button-holder.dashboard-btn {
	margin-top: 0;
}

.dashboard-item {
	display: table;
	width: 100%;
	margin-bottom: 8px;
	text-align: center;
}

 .button-holder.dashboard-btn .dash-button {
	margin: 10px 0 0;
	width: 100% !important;
	padding: 8px;
}

.all-completed-repairs {
	margin: 15px 0;
}

.block {
	display: block;
}

a.dash-button {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

a.inline {
	display: inline;
}

.dash-box-button {
	margin-top: 20px;
}

.no-top-margin {
	margin-top: 0 !important;
}

.single-fixed {
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}


.stack2-single-fixed {
	height: 76px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.nopad-right{
	padding-right:3px;
}

.nopad-left{
	padding-left:3px;
}


/* OTHER PAGES */

.cap-wrapper .sub-heading {
	border-bottom: 1px solid #CCC;
	padding: 0 0 5px;
	margin-bottom: 15px;
	margin-right: 0;
	font-size: 1.8em;
}

.cap-wrapper .no-border {
	border: none;
}


/* Tabs */

.tab-container {
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #CCC;
}

.page-inner-tabs {
	margin-bottom: 15px;
	padding: 0;
}

.page-inner-tabs li {
	margin: 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
	width: 25%;
}

.page-inner-tabs li a {
	padding: 8px 8px;
	display: block;
	box-sizing:border-box;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
	font-weight: normal;
	letter-spacing: -1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.page-inner-tabs li.active a {
	background: #005bac;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
}

.page-inner-tabs li.last a {
}

.occupant-holder {
	margin: 15px 0;
}

.occupant-holder-icon {
	float: left;
	display: block;
	font-size: 44px;
	margin-right: 5px;
	color: #005b82;
	width: 50px;
}

.occupant-holder-info {
	float: left;
	display: block;
	width: 75%;
}

.occupant-holder-info h3 {
	margin-top: 0;
}

.occupant-holder-role {
	display: block;
	padding: 3px 0 12px;
}






/* FORMS */


ol.connect-form {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ol.connect-form li {
	
}

ol.connect-form li label {
	display: block;
	font-size: 14px;
}

.cap-wrapper ol.connect-form li .input-type {
	width: 100% !important;
 	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* REPAIRS */

.hs-page-section {
	padding: 15px;
	font-size: 14px;
	margin: 0 0 10px;
}

.hs-page-section-master {
	background: #ebf5fb;
}

.hs-page-section-bottom-border{
	border-bottom: 1px solid #b6ddf5;
	margin-bottom: 8px;
	padding: 0 0 10px;
}

.hs-page-section-secondary {
	background: #ebf5fb;
	margin: 0 10px 5px;
	
}

.hs-page-section-insert {
	background: #f4fafd;
	border-left: 5px solid #b6ddf5;
	border-bottom: 1px dotted #b6ddf5;
	
}

div.hs-page-section-detail {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #005B82;
}

div.hs-page-section-subsection {
	font-size: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #b6ddf5;
	padding: 0 0 10px;
}

span.repair-time {
	margin-left: 15px;
}

div.hs-page-section-sub-detail {
	margin: 0 0 10px;
}

h4.hs-page-section-sd-label {
	font-weight: bold;
	font-size: 14px;
}

.hs-page-section-done {
	background: #EEE;
}

.hs-page-section-done .hs-page-section-subsection {
	border-bottom: 1px solid #CCC;
}

.cap-wrapper .query-repair {
	text-align: left;

}

.cap-wrapper .query-repair .cap-secondary {
	margin-left: 0;
}

/* PROMPT MESSAGE */

.message-prompt {
	
}

.cap-wrapper input.prompt-button {
	width: 100% !important;
	padding: 10px 0;
}

.message-prompt p {
	margin-top: 0;
}

/*Popup notification */
.repairqueryoverlay, .tenancyterminationoverlayresult{
	position: fixed; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 25%; /* positions the div half way horizontally */
    top: 50px; /* positions the div half way vertically */
    padding: 25px; 
    border: 2px solid black;
    background-color: #ffffff;
    width: 50%;
    z-index: 10001;
}

.backbutton {
	height:10px;
	width:10px;
	background-color:#EEE;
	float:left;
}

.single-line{
	display:inline
}

.hidediv {
	display:none;
	margin: 10px 0;
}

.hide-div-on-load .hide-item{
	display:none;
}

.hide-item{
	display:none;
}

/* Back Button */

a.crumb-back-btn {
	padding: 10px 15px;
	margin: 0 5px 0 0;

   background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    color: #666666;
    cursor: pointer;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);

    display: inline-block;
}

.cap-wrapper a.crumb-back-btn:hover {
	text-decoration: none;
}

/* Title Container */

.title-container {
	margin-bottom: 20px;
}

.bold {
	font-weight: bold;
}


/* Form item - stack mode */

.form-item-stack {
	margin: 0 0 15px;
}

.form-item-stack label {
	font-weight: bold;
	display: block;
	margin: 0 0 3px;
}

.form-item-stack select, .form-item-stack input  {
	width: 100% !important;
	padding: 10px;
 	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* TABLES 2.0!!! */



.cap-wrapper table.module-table {
	border-collapse:collapse;
}

.cap-wrapper table.module-table th, .cap-wrapper .embedded-table th {
	background: #0080a5;
	color: #FFF;
}

.cap-wrapper table.module-table th, .cap-wrapper table.module-table td {
	padding: 10px;
}

.cap-wrapper table.module-table td.has-embedded-table {
	padding: 5px;
}

.cap-wrapper table.module-table tr:nth-child(odd) {
	background: #ebf5fb;
}

.total-col-header {
	width: 20%;
	text-align: right;
}

.date-col-header {
	width: 20%;
}


.cap-wrapper .embedded-table th {

}

.cap-wrapper table.embedded-table tr:nth-child(even) {
	background: #FFF;
}

.plZero {
	padding-left: 0;
}

.prZero {
	padding-right: 0;
}

.cap-wrapper h1 {
	margin: 10px 0 20px;
}

/* MOBILE CRUMB */

.mobile-module-crumb {
margin: 15px 0 10px;
}

.mobile-module-crumb a {
	font-weight: normal;
}

.mobile-module-crumb a.active {
	font-weight: bold;
}

.80percentwidth {
	width: 80%;
}

.20percentwidth {
	width: 20%;
	
}

.tenantsince, .tenancytype {
	line-height: 20px;
	font-size: 12px;
	color: #666;
}

.tenancytype {
	margin-left: 10px;
}

.nopadleft{
	padding-left:0px;
	padding-right:5px
}

.nopadright{
	padding-right:0px;
	padding-left:5px;
}

.cap-wrapper .balance-box-title {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 20px;
	display: block;
	font-weight: normal;
}

.balance-big {
	font-size: 30px;
	font-weight: bold;
}

.btn-sub-message {
	font-size: 12px;
}

.btn-secondary {
    background: #FFF;
    border: 1px solid #015B82;
    cursor: pointer;
}

.cap-wrapper ul.bullets {
	list-style-type: disc;
	margin-left: 30px;
}

.cap-wrapper ul.bullets li {
	margin-bottom: 5px;
}

.cap-wrapper ul.balance-box-list li {
	margin-bottom: 5px;
	font-size: 16px;
}

.cap-wrapper ul.balance-box-list li a {
	font-size: 16px;
}

.balance-box-list-icon {
	padding-right: 10px;
	color: #005b82;
	font-size: 16px;
}

.icon-Direct_Debit.balance-box-list-icon {
	padding-right: 0;
}


.direct-debit-setup span.icon {
	color: #8DC63F;

}

.cap-wrapper td.td-full-statement {
	text-align: right;
}

/* Pre Qualification  */

.prequal-button{
	padding-top:30px;
}

.housing-radio-btn-item{
	font-weight:normal;
}

.cap-wrapper .hs_label {
	float:left;
	clear: both;
	width:30%;
	margin: 5px 5px 5px 0;
}

.cap-wrapper .hs_input {
	float:left;
	width:60%;
	margin: 5px 0 5px 0;
}

.prequal-list-item {
  display:block;
  background: #EEFDFF;
  vertical-align: middle;
  border:solid 1px gray;
  line-height:40px;
  width:100%;
  border-radius:10px;
  -webkit-font-smoothing: antialiased; 
  margin-top:10px;
  font-family:Arial,Helvetica,sans-serif;
  color:black;
  text-align:center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;
}



.prequal-list-item-option {
	width:100%;
	cursor: pointer;
	font-weight: normal;
}

.prequal-list-header{
	font-size:120%;
	font-weight:bold;
	border-bottom:solid 1px gray;
}

.prequal-list-item-selected {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #2E7FA1, #006892);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: default;
    font-weight: bold;
}

.pairing-outer-box{
  display:block;
  background: #FFF;
  vertical-align: middle;
  border:solid 1px #cfcfcf;
  line-height:20px;
  width:100%;
  border-radius:10px;
  -webkit-font-smoothing: antialiased; 
  font-family:Arial,Helvetica,sans-serif;
  color:black;
  text-align:center;
  clear: both;
  padding:10px;
}

.pairing-1{
	background: #fff8e6;
	border:solid 1px #ffcd4a;
}

.pairing-1 .pairing-holder-icon{
	color: #ffcd4a;
}

.pairing-2{
	background: #f8ffe2;
	border:solid 1px #9bbf2a;
}

.pairing-2 .pairing-holder-icon{
	color: #9bbf2a;
}

.pairing-3{
	background: #edfffb;
	border:solid 1px #72d6be;
}

.pairing-3 .pairing-holder-icon{
	color: #72d6be;
}

.pairing-4{
	background: #faeeff;
	border:solid 1px #ba00ff;
}

.pairing-4 .pairing-holder-icon{
	color: #ba00ff;
}

.pairing-5{
	background: #fff1f2;
	border:solid 1px #b83e47;
}

.pairing-5 .pairing-holder-icon{
	color: #b83e47;
}

.pairing-6{
	background: #fff8e6;
	background-image: url("../images/striped-bg.png");
	color: #ffcd4a;
}

.pairing-7 .pairing-holder-icon{
	color: #ffcd4a;
}

.pairing-7{
	background: #f8ffe2;
	background-image: url("../images/striped-bg.png");
	color: #9bbf2a;
}

.pairing-7 .pairing-holder-icon{
	color: #9bbf2a;
}

.pairing-8{
	background: #edfffb;
	background-image: url("../images/striped-bg.png");
	color: #72d6be;
}

.pairing-8 .pairing-holder-icon{
	color: #72d6be;
}

.pairing-9{
	background: #faeeff;
	background-image: url("../images/striped-bg.png");
	color: #ba00ff;
}

.pairing-9 .pairing-holder-icon{
	color: #ba00ff;
}

.pairing-10{
	background: #fff1f2;
	background-image: url("../images/striped-bg.png");
	color: #b83e47;
}

.pairing-10 .pairing-holder-icon{
	color: #b83e47;
}

.pairing-disabled{
	background: lightgray;
	pointer-events: none;
}

.pairing-holder-icon {
	font-size: 44px;
	color: #005b82;
}

.pairing-name{
	font-size:18px;
	font-weight: bold;
	padding-top:10px;
}

.pairing-reln{
	font-size:12px;
	padding-top:5px;
}

.pairing-label{
	font-size:14px;
	padding-top:30px;
}

 .button-100-percent{
	  margin:20px 0 0;
	  width:100%;
	  float:right;
}

.hsprequalification-top-text {
	margin: 10px 0 15px 0;
}

.number-input-2 {
	width: 40px;
}
.number-input-4 {
	width: 60px;
}

.uppercase-text{
	text-transform:uppercase;
}

.pre-qual-confirm-item{
	border-style: solid;
	border-width: 1px;
	border-color: #c3d1d8;	
	margin-bottom:10px;
	padding: 10px;
}

#progressbar {
  background-color: white;
  border-radius: 13px; /* (height of inner div) / 2 + padding */
  padding: 3px;
  font-size: 90%;
  font-weight: bold;
  border-style:solid;
  border-color:gray;
  margin: 8px 0 10px;
  color:white;
  line-height:20px;
}

#progressbar > div {
   background-color: #2E880B;
   height: 20px;
   border-radius: 10px;
   text-align:center;
}

.cap-wrapper .hs_housing_history_dates {
	float:left;
	clear: both;
	width:69%;
	margin: 5px 5px 5px 0;
}

.orDivide1{
	position: relative;
	border-bottom: 1px solid #666;
	padding-top: 20px;
	text-align:center;
}

.orDivide2{
	display:block;
	width:40px;
	background:#FFF;
	margin: 0 auto -8px;
}

.hhSubText{
	color:#666;
	padding-left:15px;
}


/* MOBILE */

@media (max-width: 767px) { /* XS ONLY */

	.repairqueryoverlay{
	    left: 2%; /* positions the div half way horizontally */
	    right: 5%;
	    width: 96%;
	    top: 1%;
	}

	.tenancytype {
		display: block;
		margin-left: 0;
	}
	
	.cap-wrapper input.big-button {
		width: 100% !important;
		padding: 10px 0 !important;
	}

	.cap-wrapper input.go50 {
		width: 50%;
		padding: 10px 0;
	}

	.cap-wrapper ul.bullets {
		list-style-type: none;
		margin-left: 0;
	}

	ul.bullets li a, .dash-box-button {
		display: block;
		padding: 8px 10px;
		background: #E8E8E8;
		text-align: center;
	}

	.cap-wrapper input.mobile-100 {
		width: 100% !important;
	}

	.cap-wrapper .cap-bread, .cap-wrapper .cap-submit input, .cap-wrapper .cap-false-button a, .cap-wrapper .cap-secondary, .cap-wrapper .cap-submit-inline, .cap-wrapper .cavesButtonGroup, .cap-wrapper .large-button, .cap-wrapper .myServicesButton, .cap-wrapper input[type="button"], .cap-wrapper input[type="submit"], .cap-wrapper button {
		padding: 10px;
	}

	#addressshow-hide {
		margin-top: 20px;
	}

	.dash-address {
    	margin-top: 20px;
	}

	a#show-address-temp {
		padding: 10px 0;
	}


}

/* Modal */

.modal-overlay {
	position: absolute;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 10000; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

@media(max-width: 767px) { /* add any mobile only styles in this query */
	
	#changeDetails{
		width:100% !important;
	}
	
	.cap-wrapper input[type=submit].hsg-large-button {
		padding:10px 20px;
		white-space: normal;
		width:100% !important;
	}
	
}

@media (min-width: 768px) { /* SM and above */
	
	.dashboard-box {
		margin-bottom: 25px;
		padding: 10px 30px 20px;
	}

	.page-inner-tabs li {
		width: 15%;
	}

	.page-inner-tabs li a {
		letter-spacing: 0px;
	}
	
	.find-applicant{
		border-right-style: solid;
		border-width: 1px;
		border-color: #437e8d;	
		padding: 0 10px 0;
	}
	
	.cap-wrapper input[type=submit].hsg-large-button{
		padding:10px 20px;
		white-space: normal;
		height:60px;
		width:100% !important;
	}

}

.cap-wrapper .query-repair {
	text-align: right;
}

.cap-wrapper .query-repair input {
	margin-top: 15px;
}


.page-inner-tabs li {
	margin: 0 5px 0 0;
}

.page-inner-tabs li a {
	border: 1px solid #CCC;
}

.page-inner-tabs li.active a {
	border: 1px solid #005bac;

}
	
.hideCheckbox{
	visibility: hidden;
}

.noDisplay{
	display: none;
}

.inlineDisplay{
	display: inline;
}

.blockDisplay{
	display: block;
}

.removeLabel{
	visibility: hidden;
}

.displayLabel{
	visibility: visible;
}

.repairfiltercontent {
	border-top: 1px solid #CCC;
	padding: 15px 0;
}

.prequal-label{
	padding-top:15px;
}

.cap-wrapper .input-type {
	width: 100% !important;
}

.cap-wrapper input.modal-button {
	width: 100% !important;
	margin: 10px 0 0;
    font-size: 16px;
    padding: 8px;
}

::-webkit-datetime-edit { 
	padding: 0 !important;
	border-radius: 5px;
}
.page-help{
	padding:5px 0;
	margin-bottom:8px;
}

/* Total row */

.cap-wrapper .tr-total-row {
	font-weight: bold;
}

.cap-wrapper .tr-total-row-text {
	text-align: right;
}

.table-50-percent{
	column-width:50%;
}

.housing-error-label{
	
	padding:3px 0 15px;
	display: block;
}

.housing-dual-button-right{
	margin-left:10px;
}

.hs-remove-button{
	float:right;
}

.prequal-confirmation-header{
		background-color: #D2EFFC;
        background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #F2FBFF),
			color-stop(1, #A4E1FF)
		);
		background-image: -o-linear-gradient(bottom, #F2FBFF 0%, #A4E1FF 100%);
		background-image: -moz-linear-gradient(bottom, #F2FBFF 0%, #A4E1FF 100%);
		background-image: -webkit-linear-gradient(bottom, #F2FBFF 0%, #A4E1FF 100%);
		background-image: -ms-linear-gradient(bottom, #F2FBFF 0%, #A4E1FF 100%);
		background-image: linear-gradient(to bottom, #F2FBFF 0%, #A4E1FF 100%);
        margin-bottom: 10px;
        border: solid 1px #A4E1FF;
}

.primary-pairing-person-icon{
	position: relative;
	margin-right:30px;
}

.secondary-pairing-person-icon{
	position: absolute;
	padding-left:25px;
}

.pairing-person-label{
	line-height: 50px;
}

.confirmation-page-label{
	border-bottom: 1px solid #000;
	margin-bottom:10px;
}

.cap-wrapper table.confirmation-page-table, .cap-wrapper ul.cap-tab-index li .confirmation-page-table, .cap-wrapper .cap-tab-outline .confirmation-page-table, .cap-wrapper ul.cap-five-tabs-index li .confirmation-page-table, .cap-wrapper .cap-pagination-items a .confirmation-page-table, .cap-wrapper .cap-pagination-items span .confirmation-page-table{
	border: none;
	table-layout:fixed;
	margin: 0px;
}
.cap-wrapper table.confirmation-page-table th td{
	width:50%;
	vertical-align: top;
}
.cap-wrapper table.confirmation-page-table tr td{
	vertical-align: top;
}

.confirmation-page-edit-button{
	padding: 0 0 5px 30px;
}

.cap-wrapper input[type=submit].btn-prequal-confirmation-1 {
	background-color: #006DCC;
    background-image: linear-gradient(to bottom, #2E7FA1, #006892);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 16px !important;
    width: auto !important;
    margin-top: 2px;
}

.cap-wrapper input.btn-prequal-confirmation-1:hover, .cap-wrapper a.btn-prequal-confirmation-1:hover, .cap-wrapper .btn-prequal-confirmation-1:hover {
    background-image: linear-gradient(to bottom, #006892, #2E7FA1);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, .5);
    text-decoration: none;
}
input#edit_applicant_confirmationpage {
	
}

/* Other Applicants table */
table#otherapplicants,
table#pairing1 {
	border: none;
	border-collapse: collapse;
}
table#otherapplicants .h4,
table#pairing1 .h4 {
	color: #005b82;
}
table#otherapplicants label[for=optionalQuestions] {
	margin-bottom: 0px;
}
table#otherapplicants.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th,
table#pairing1.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ddf2f6; 
}
table#otherapplicants > thead > tr > th,
table#pairing1 > thead > tr > th {
  border-bottom-color: #00809a; }

table#otherapplicants > thead > tr > th,
table#otherapplicants > tbody > tr > td,
table#pairing1 > thead > tr > th,
table#pairing1 > tbody > tr > td {
  border-top: solid 1px #c3d1d8; }

table#otherapplicants > thead > tr > th:first-child,
table#otherapplicants > tbody > tr > td:first-child,
table#pairing1 > thead > tr > th:first-child,
table#pairing1 > tbody > tr > td:first-child {
  border-left: none; }

table#otherapplicants > thead > tr > th:last-child,
table#otherapplicants > tbody > tr > td:last-child,
table#pairing1 > thead > tr > th:last-child,
table#pairing1 > tbody > tr > td:last-child {
  border-right: none; }

table#otherapplicants > tbody > tr:last-child,
table#pairing1 > tbody > tr:last-child {
  border-bottom: solid 1px #c3d1d8; }

table#otherapplicants > tbody > tr > td a.remove,
table#pairing1 > tbody > tr > td a.remove {
	cursor: pointer;
}

/* Pairing Item */
.pairing-outer-box {
	margin-bottom: 10px;
}
select.pairingitem,
select.pairing-disabled,
.pairing-outer-box select.form-control {
	width: 100% !important;
	margin-top: 5px;
}

/* Tenancy Termination */
.request-list-item{
	padding-top:10px;
}

.requests-surround{
	background: #F5F5F5;
	padding: 15px;
}

.form-label{
	padding-top:15px;
}

.form-button{
	padding-top:30px;
}

.no-btm-margin {
	margin-bottom: 0;
}

.small-margin-bottom{
	margin-bottom: 8px;
}

.removeBoldFromLabel{
	font-weight: normal;
}

.repair-frame{
	width:100%;
	height:100%;
	border: 0;
	overflow: visible;
	margin-top:20px;
	min-height:600px;
}

.row.formrow{
	margin-left: -10px;
	margin-right: -10px;
}

.italic-text{
	font-style: italic;
}

.row.formrow [class^="col-"], 
.row.formrow [class*=" col-"]  {
		padding-left:10px;
		padding-right:10px;
	}

.li-plZero{
	list-style: none;
}