/* @override 
	http://localhost:8888/css/style.css?v=DEV */

body {
	margin-top: 36px;
	font-size: 13px;
}

body, input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #E5B822;
	line-height: 1.25em;
}
strong, b, h1, h2, h3, h4, h5 {
	font-weight: 700;
}

a:focus {
	outline: none;
}

h1 {
	font-size: 34px;
	margin: 0 0 20px;
}
h1 span {
	font-weight: normal;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
	margin-bottom:1em;
}
h4 {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	background: #E5B822;
	margin: 0;
	padding: 12px 14px;
}

a {
	color: white;
}

hr {
	border-color: #000;
}

.text-center	{
	text-align: center;
}

.text-right	{
    text-align: right;
}

.text-thin {
	font-weight: 400;
}

.text-success {
	color: #419E6A;
}

.text-error {
	color: #C13931;
}

.max-width {
	max-width: 100%;
}

/* @group colours */

.text-utb-yellow {
	color: #E5B822;
}
.bg-utb-yellow {
	background: #E5B822;
}

.text-utb-red {
	color: #C13931;
}
.bg-utb-red {
	background: #C13931;
}

.text-utb-green {
	color: #66684B;
}
.bg-utb-green {
	background: #66684B;
}

.text-utb-blue {
	color: #95C8D3;
}
.bg-utb-blue {
	background: #95C8D3;
}


/* @group buttons */

.btn {
	border: none;
	border-radius: 0;
	font-weight: normal;
	
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn-primary {
	background: #E5B822;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background: #95C8D3;
}

/* @end */

/* @end */

/* @group utb buttons */

.btn-utb-block {
	display: block;
	float: left;
    color: #aaa;
    background: #424244;
	display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2em;
    width: 140px;
    height: 60px;
    white-space: normal;
    text-align: left;
	padding: 10px 12px;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 0;
}
.btn-utb-block:hover,
.btn-utb-block:focus {
	background: #C13931;
	color: #fff;
}

.btn-utb-block.text-sm {
	font-size: 13px;
}

.btn-utb-block.btn-md {
	width: 155px;
	height: 70px;
}

.btn-utb-block.btn-sm {
	font-size: 13px;
	width: auto;
	height: auto;
}

.btn-utb-block.btn-xs {
	font-size: 11px;
	width: auto;
	height: auto;
}

h4 .btn-utb-block.btn-xs {
	padding: 8px;
	margin: -5px -3px 0 0;
	background: #eee;
	color: #424244;
}

h4 .btn-utb-block.btn-xs:hover,
h4 .btn-utb-block.btn-xs:focus {
	background: #aaa;
}

.btn-utb-block-submit {
	background: #E5B822;
	color: #fff;
}

.btn-utb-block-submit.btn-lg {
	width: 200px;
	height: 82px;
}

/* @end */

/* @group label icons */

.label {
	border-radius: 0;
}

.label-default {
	background: #424244;
}

.tablesorter .label-success {
	background: #66684B;
}

/* @end */

/* @group header */

.header .navbar {
	background: #424244;
	border: none;
	font-size: 12px;
	min-height: 0;
}
.header .navbar > .container-fluid {
	padding-left: 0;
}

.header .navbar-utb .nav>li>a {
	color: #fff;
	padding: 8px 20px;
	position: relative;
}

.user-uw .header .navbar {
	font-size: 11px;
}

.user-uw .header .navbar-utb .nav>li>a {
	padding: 8px 15px;
}


.header .navbar-utb .nav>li>a:after {
	content: '';
	display: block;
	position: absolute;
	right:  0;
	top: 8px;
	bottom: 8px;
	border-right: 1px solid #fff;
}

.header .navbar-utb .nav>li:last-child>a:after,
.header .navbar-utb .nav.navbar-right>li>a:after {
	display: none;
}

.header .navbar-utb li>a:hover {
	color: #fff;
	background: #000;
}

.header .navbar-utb .label {
	margin-left: 2px;
}

.navbar-utb .vertical-divider {
	height: 36px;
	margin: 0 9px;
	border-right: 1px solid #bbb;
}

.dropdown-menu {
	font-size: 12px;
	border-radius: 0;
}

/* @end */

/* @group footer */

.footer {
	background: #424244;
	background-repeat: no-repeat;
	background-position: -1px;
	color: #fff;
	margin: 20px -40px -40px;
	padding: 20px 40px 0;
	position: relative;
}

.footer::after {
	content: '';
	display: block;
	position: absolute;
	right: 40px;
	top: 20px;
	width: 192px;
	height: 44px;
	background: url(../images/logo.png) center center no-repeat;
	background-size: 100% 100%;
}

.footer a {
	color: #e5b822;
}
.footer-base {
	text-align: right;
	padding: 50px 0 0;
	height: 127px;
	background: url(../images/footer.png) left bottom no-repeat;
}



/* @end */

/* @group server environment */

.environment-dev::after,
.environment-qa::after,
.environment-uat::after {
	content: '';
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 8px;
	background: #FF3399;
	z-index: 1001;
}

/* @end */

/* @group sidebar layout */


.sidebar {
	position: fixed;
	top: 36px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	padding: 0 20px 20px;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	background-color: #000;
}

@media (max-width: 767px) {
	.sidebar {
		display: none;
	}
}

/* @group broker contact sidebar */

.user-broker .sidebar {
	bottom: 103px;
}

.sidebar-contact {
	font-size: 12px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:1001;
	background: #424244;
	padding: 10px;
	color: #fff;
	height: 103px;
}

/* @end */

.sidebar-contact p {
	margin: .4em 0;
}
.sidebar-contact a {
	color: inherit;
}

.sidebar-brand {
	padding-top: 12px;
	margin-bottom: 24px;
}

.nav .sidebar-brand a:hover {
	background: none;
}

.nav .sidebar-brand img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/* Sidebar navigation */
.nav-sidebar {
	margin-right: -20px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
	color: #fff;
}
.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
	color: #fff;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
	background: #666;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #C13931;
}

.nav-sidebar > li.heading {
	padding: 20px 20px 10px;
}

.nav-sidebar > li.heading.heading-status {
	padding: 10px 20px 20px;
}

/* main content */
.main {
	padding: 20px 40px;
	background: #fff;
}
/*@media (min-width: 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
	}
}*/

.main-header {
	background: #f4f4f4;
	color: #000;
	margin: -20px -40px 20px;
	padding: 15px 40px;
}

.page-content {
	min-height: 600px;
}

/* @end */

/* @group form */

.form-control {
	border: 2px solid #000;
	border-radius: 0;
	font-size: 13px;
	color: #000;
	padding-left: .5em;
	padding-right: .5em;
}

.form-control:focus {
	border-color: #E5B822;
	box-shadow: none;
}

.input-group-addon {
	background: #000;
	border-color: #000;
	color: #fff;
	border-radius: 0;
	font-size: 13px;
}

label {
	font-weight: normal;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #CCC;
}

.submit-group {
	float: right;
}
.submit-group .btn {
	margin-right: 0;
	margin-left: 4px;
}

.submit-fullwidth .submit-group {
	float: none;
}

/* INPUT SIZING */

.form-group-date {
	width: 8em;
}

select.boolean {
	width: 5em;
}

select.number-select {
	width: 5em;
}

select.number-select-more {
	width: 8em;
}

/* ------------ */


.g-recaptcha > div > div {
	margin: 0 auto;
}

/* @group loan fee with checkbox */

.input-loan-fee {
	position: relative;
	padding-right: 50px;
}

.loan-fee-money,
.utb-table .loan-fee-money {
	
}

.loan-fee-bool {
	position: absolute;
	top: 0;
	height: 29px;
	right: 0;
	width: 50px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #000;
	border-left: none;
	background: #fff;
}

.loan-fee-bool.disabled {
	background: #ccc;
}

.loan-fee-bool .form-control,
.utb-table .loan-fee-bool .form-control {
	border-left: none;
	font-size: 10px;
}

.loan-fee-bool .checkbox {
	margin: 0;
	display: inline-block;
}

/* @end */

/* @group checklist */

.checklist .checkbox {
	margin: 4px;
	line-height: 21px;
}

.checklist .checkbox label {
	padding-left: 40px;
}

.checklist .checkbox label input {
	margin-left: -40px;
}

.checklist-approved .checklist-background {
	background: #92d04f;
}

/* @end */

/* @end */

/* @group box */

.box {
	min-height:20px;
	margin-bottom:20px;
	padding:19px;
	background: #eee;
	color: #000;
	border-radius: 5px;
}

.box h3:first-child,
.box h4:first-child {
	margin-top: 0;
}

.box.box-form {
}

.box.box-form button {
	margin-top: 10px;
}

.box-form .submit-group {
	float: none;
}

/* @end */

/* @group utb table */

.utb-table {
	background: #f4f4f4;
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #E5B822;
	font-size: 12px;
}

.utb-table th,
.utb-table td {
	padding: 5px 12px;
	height: 35px;
	border-top: 1px solid #ccc;
	line-height: 1.2em;
}

.utb-table tr:nth-child(2n-1) {
	background: #fff;
}

.utb-table tr th {
	vertical-align: middle;
	font-weight: normal;
}

.utb-table tr td {
	vertical-align: middle;
}

.utb-table thead tr th {
	background: #424244;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.utb-table tr th p,
.utb-table tr td p {
	margin: 6px 0;
}

.utb-table td a {
	color: #e4b722;
}
.utb-table td a.btn {
	color: #fff;
}

.feeRecord {
    margin-top: 6px;
    margin-bottom: 6px;
}


/* @group form table */

.form-utb-table .utb-table tr td {
	vertical-align: top;
}

.form-utb-table .utb-table th,
.form-utb-table .utb-table td {
	height: 27px;
	padding: 0 12px;
	border: none;
}

.form-utb-table .utb-table tbody tr:first-child th,
.form-utb-table .utb-table tbody tr:first-child td {
	padding-top: 20px;
}
.form-utb-table .utb-table tbody tr:last-child th,
.form-utb-table .utb-table tbody tr:last-child td {
	padding-bottom: 20px;
}


.utb-table tr.vertical-top th,
.utb-table tr.vertical-top td,
.utb-table tr td.vertical-top,
.utb-table tr th.vertical-top 
.form-utb-table tr.vertical-top th,
.form-utb-table tr.vertical-top td,
.form-utb-table tr td.vertical-top,
.form-utb-table tr th.vertical-top {
	vertical-align: top;
	padding-top: 10px;
}

.utb-table label {
	display: none;
}

.utb-table .form-group {
	margin: 0;
}

.utb-table .form-control {
	border-width: 1px;
	height: 29px;
	padding: 6px 6px;
	font-size: 12px;
}

.utb-table textarea.form-control {
	height: auto;
	resize: none;
}

.utb-table .checkbox label {
	display: block;
}

.utb-table .btn {
	margin: 10px 0;
}

.utb-table-compact .btn {
	margin: 3px 0;
}

.utb-table .input-group-btn .btn {
	margin: 0;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 0;
}

.form-utb-table-compact .utb-table,
.form-utb-table-compact .utb-table input,
.form-utb-table-compact .utb-table select {
	font-size: 11px;
}

.form-utb-table-compact .utb-table th,
.form-utb-table-compact .utb-table td {
	padding: 0;
}

.form-utb-table-compact .utb-table th:first-child,
.form-utb-table-compact .utb-table td:first-child {
	padding-left: 3px;
}

.form-utb-table-compact .utb-table th:last-child,
.form-utb-table-compact .utb-table td:last-child {
	padding-right: 3px;
}

.form-utb-table-compact .input-group-addon {
	padding-left: 6px;
	padding-right: 6px;
}

/* @group Loan Calculator */

#formLoanCalc,
#formReviewLoan {
	width: 970px;
	display: block;
	margin: 0 auto;
}

#formLoanCalc tr .col-xs-3:nth-child(3),
#formReviewLoan tr .col-xs-3:nth-child(3) {
	width: 240px;
	padding-left: 50px;
}

/* @end */

/* @end */

/* @group document history table */

.utb-table.table-doc-history {
	margin-bottom: 0;
}

.utb-table.table-doc-history td {
	border: none;
}

/* @end */

/* @group filtering / sorting */

.utb-table.tablesorter {
	border-color: #424244;
}

.utb-table.tablesorter tr.even {
	background: none;
}

.utb-table.tablesorter tr.odd {
	background: #fff;
}

.utb-table .tablesorter-filter-row {
	background: #ccc;
}

.utb-table .tablesorter-filter {
	border: none;
	padding: 5px;
	width: 100%;
	color: #666;
	background: #f5f5f5;
}

.utb-table .tablesorter-filter.disabled {
	display: none;
}

.tablesorter-header-inner {
	font-size: 11px;
	background-image: url("data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==");
	background-repeat: no-repeat;
	background-position: right center;
}

.tablesorter-headerAsc .tablesorter-header-inner {
	background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7");
}

.tablesorter-headerDesc .tablesorter-header-inner {
	background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7");
}


/* @end */

/* @end */

/* @group previous addresses */

.previous-address-wrapper .form-group {
	padding: 5px 0 20px;
	border-bottom: 1px solid #E5B822;
}

/* @end */

/* @group checklist form */

.form-checklist {
	
}

.form-checklist .checkbox,
.form-checklist .form-group {
	margin: 0;
	padding: 10px 10px 10px 29px;
	border: 1px solid #e4b722;
	border-top: none;
	position: relative;
}

.form-checklist .form-group {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.form-checklist .checkbox::before,
.form-checklist .form-group::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 70px;
	width: 0;
	border-left: 1px solid #e4b722;
}

.form-checklist .checkbox label {
	padding-left: 60px;
}

.form-checklist .form-group label {
	position: absolute;
	left: 90px;
	top: 50%;
	line-height: 1em;
	margin-top: -0.5em;
}

.form-checklist input[type=checkbox] {
	margin-left: -60px;
}

.form-checklist .form-group {

}

.form-checklist .form-group select,
.form-checklist .form-group input {
	width: 70px;
	border: 1px solid #e4b722;
}

.form-checklist .form-group select {

}

.form-checklist .submit-group {
	margin-top: 20px;
}

.form-checklist .application-submit-group {
	margin-bottom: 30px;
}

.form-checklist .application-submit-group-main .checkbox,
.form-checklist .application-submit-group-main .form-group {
	
}

.form-checklist .help-block {
	font-size: 11px;
	line-height: 1em;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -0.5em;
}

.form-checklist #confirmation-error {
	right: -265px;
	width: 250px;
	margin: 0;
	top: 8px;
	text-align: left;
}

/* @end */

/* @group error highlighting */

.has-error .form-control {
	border-color: #C13931;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control:focus {
	border-color: #C13931;
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#C13931}

.panel-danger {
	border-color:#C13931;
	border: none;
}
.panel-danger>.panel-heading {
	background-color: #C13931;
	color: #fff;
	border: none;
}
.panel-danger>.panel-body {
	background: #C13931;
}

/* @end */
/* @group page - websitedown */
.page-maintenance {
    background: #000;
}
.alert-websitedown {
    /* color: #E5B822; */
    background-color: black;
    border-color: black;
}
/* @end */

/* @group page - login */

.page-login {
	background: #000;
}

.page-login .form-control {
	border-color: #fff;
}

.page-login .btn {
	border: 3px solid #E5B822;
	background: none;
	color: #E5B822;
}
.page-login .btn:hover {
	color: #fff;
	background: #E5B822;
}

.page-login a {
	color: #E5B822;
}

/* @end */

/* @group form - Applicant Details */
#checkbox-ValuationQueryRaised label,
#formApply1 #checkbox-IntermediaryIsIntermediary label {
	font-size: 0;
}

/* @end */

/* @group page - payment page */

.page-payment {
	background: #000;
	color: #fff;
}

.page-payment .form-control {
	border-color: #fff;
	margin-bottom: 15px;
}

.page-payment .input-group .form-control {
	margin-bottom: 0;
}

.page-payment .input-group-addon {
	background: #999;
	border-color: #fff;
}

.page-payment .btn {
	border: 3px solid #E5B822;
	background: none;
	color: #E5B822;
	box-shadow: none;
}
.page-payment .btn:hover,
.page-payment .btn.active
 {
	color: #fff;
	background: #E5B822;
}

.page-payment a {
	color: #E5B822;
}

.page-payment hr {
	border-color: #999;
}

/* @end */

/* @group application top bar */

.application-top-bar {
	position: fixed;
	top: 36px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5;
	height: 0;
	overflow: visible;
	color: #000;
}

.application-top-bar .main {
	background: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 10px;
}

.application-top-bar .dropdown-menu {
	left: auto;
	right: 0px;
	top: 30px;
}

.dropdown-menu .dropdown-info {
	padding: 8px 20px 3px;
	color: #888;
}

.application-top-bar .btn-utb-block {
	padding: 8px 10px;
	margin: 0;
	color: #fff;
}

.main-header.has-top-bar {
	margin-top: 30px;
}

.application-top-bar p {
	line-height: 31px;
	margin: 0;
}

/* @end */

/* @group application progress */

.application-progress {
	background: #939598;
	color: #fff;
	text-align: center;
	font-size: 12px;
	height: 2.1em;
	line-height: 2.1em;
	white-space: nowrap;
	overflow: hidden;
	margin: 3px 0 0;
}

.application-progress > div > div {
	border-right: 1px solid #ccc;
	color: #bbb;
}

.application-progress .active {
	background: #E5B822;
	color: #fff;
}

.application-progress > div > div > a {
	color: #fff;
}

.application-progress span {
	display: inline-block;
	margin-right: 5px;
	color: #fff;
}

/* @end */

/* @group dashboard charts */

.dashboard-chart {
	height: 300px;
}

.dashboard-chart.leftChart{
	margin-right:15px;
}

.dashboard-chart.rightChart{
	margin-left:15px;
}

.axisLabel {
    position: absolute;
    text-align: center;
    font-size: 10px;
}

.xaxisLabel {
    bottom: 3px;
    left: 0;
    right: 0;
}

.yaxisLabel {
    top: 70%;
    left: -20px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform:  rotate(-90deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.yaxisLabel2 {
    top: 30%;
    right: -130px;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform:  rotate(90deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.flot-x-axis div.flot-tick-label {
	font: 12px arial, sans-serif;
	transform: rotate(-45deg) translateX(-16px);
	-ms-transform: rotate(-45deg) translateX(-16px); /* IE 9 */
	-moz-transform: rotate(-45deg) translateX(-16px); /* Firefox */
	-webkit-transform: rotate(-45deg) translateX(-16px); /* Safari and Chrome */
	-o-transform: rotate(-45deg) translateX(-16px); /* Opera */
	/*rotation-point:50% 50%;*/ /* CSS3 */
	/*rotation:270deg;*/ /* CSS3 */
}

.tblStatusesStyle{
	background-color: black;
	border: 1px solid black;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.tblHeadersStyle{
	background-color: rgb(66,66,68);
	border: 1px solid rgb(66,66,68);
	font-size: 14px;	
	font-weight: bold;
	color: white;
	text-align: center;
	padding-left: 12px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
}

.tblCellStyle{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e6be23;
}

.tblCellStyle_currentPipeline{
	background-color:#F0F5FF;
}

/* @end */


/* @group loading / ajax */

#loadingModal .modal-dialog {
	width: 350px;
}

.loader img {
	-webkit-animation:spin 2.5s linear infinite;
	-moz-animation:spin 2.5s linear infinite;
	animation:spin 2.5s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* @end */

/* @group handsontable */

.handsontable-wrapper {
	font-size: 12px;
}

.handsontable input[type=checkbox] {
	margin: 0;	
}

/* @end */

/* @group EU Cookie Law */

#eucookie {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	text-align: left;
	width: 100%;
}

#eucookie p {
	padding: .8em 0;
	margin: 0;
}

/* @end */

.handsontable {
	z-index: 1;
}

/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
    display: none;
}

.thirdPartyRow td:first-child {
	width: 23px;
}

.thirdPartyRow td:first-child input {
	text-align: center;
}

#DeclineReason {
    width: 40%;
    padding-left: 10px;
    float: left;
}

#ApprovalEscalation {
	margin-top: 10px;
}

#EscalationNote {
	border-color: black;
	width: 100%;
	height: 29px;
    resize: auto;
}

.approval-fields {
	margin-left: -10%;
	margin-right: 10%;
}

.no-margin-box th,
.no-margin-box td {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/*
.no-margin-form tbody tr:last-child th,
.no-margin-form tbody tr:last-child td {
	padding-bottom: 0px !important;
}
*/
.form-utb-table .decline-form {
	height: 80px;
}

.form-utb-table .decline-form td {
	vertical-align: middle !important;
}

.widerSelect {
	min-width: 80px;
}
.columnLabel{
	text-align: center !important;
}