body {
	background: #fff;
}

#app {
	background: #eee;
    min-height: 100vh;
    padding-bottom: 60px;
    position: relative;
}

@media (max-width: 980px) and (min-width: 641px), (max-width: 640px) {
	#app {
	    padding-bottom: 64px;
	}
}



a {
	color: #f2293a;
}

a:hover, a:focus {
	color: #c10c1b;
}

*:focus {
	outline: 0;
}

.btn-primary, .btn-default {
	background: #f2293a;
	border-color: #f2293a;
	font-weight: bold;
    padding: 6px 20px;
    color: #fff;
}

.btn-default {
	background: #393b43;
	border-color: #393b43;
}

.btn-info {
	background: #f2293a;
	border-color: #f2293a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-info:hover, .btn-info:focus, .btn-info:active {
    color: #fff;
    background-color: #c10c1b;
    outline: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-info:hover, .btn-info:focus, .btn-info:active {
    border-color: #c10c1b;
}

.btn-primary:active:focus, .btn-primary:active:hover, .btn-info:active:focus, .btn-info:active:hover {
    background-color: #c10c1b;
    border-color: #c10c1b;
    outline: 0;
    color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff;
    background-color: #606268;
    outline: 0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    border-color: #606268;
}

.btn-default:active:focus, .btn-default:active:hover {
    background-color: #606268;
    border-color: #606268;
    outline: 0;
    color: #fff;
}

.btn-link {
	color: #f2293a;
}

.btn-link:focus, .btn-link:hover {
    color: #c10c1b;
}

button.close {
	font-size: 30px;
}

/*
	Form Control
*/

.form-control {
    box-shadow: none;
    -webkit-appearance: none;
}

@media (max-width: 640px) {
	.form-control {
		font-size: 16px;
	}
}

.form-control:focus {
    border-color: #f2293a;
    outline: 0;
    box-shadow: none;
}


/*
	Alerts
*/

.alert {
	border-radius: 0;
	overflow: hidden;
}

.alert .pull-right {
	margin-left: 10px;
}

@media (max-width: 640px) {
	.alert {
		text-align: center;
	}

	.alert .pull-right {
		margin-top: 10px !important;
		float: none !important;
	    margin: auto;
	    display: table;
	}
}

/*
	Navbar
*/

.navbar-default {
	border-bottom: 1px solid #ccc;
    border-top: 2px solid #f2293a;
}

.navbar-default .navbar-brand {
	font-weight: bold;
	color: #393b43;
}

.navbar-brand {
	height: auto;
	padding: 5px 15px;
}

.navbar-brand img {
	max-height: 70px;
}

.navbar-toggle {
	margin-top: 23px;
	margin-bottom: 23px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #eee;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #f2293a;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #ddd;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #393b43;
    font-weight: bold;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-text {
	    padding-top: 29px;
		padding-bottom: 29px;
	}
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #f2293a;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #f2293a;
}




h1:first-child {
	margin-top: 0;
}

h1:last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	h1 {
		font-size: 30px;
	}
}

/*
	Tabulator
*/

.tabulator {
    border: 1px solid #ccc;
    background-color: #ddd;
}

.tabulator .tabulator-header {
    border-bottom: 1px solid #ccc;
    background-color: #e6e6e6;
    color: #555;
}

.tabulator .tabulator-header .tabulator-col {
    border-right: 1px solid #ccc;
    background: #e6e6e6;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
    background-color: #ddd;
}

.tabulator .tabulator-header .tabulator-col:last-child {
    border-right: 0;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
	padding: 8px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
	top: 16px;
    border-bottom: 6px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-arrow {
    border-bottom: 6px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-arrow {
    border-top: 6px solid #666;
}

.tabulator .tabulator-tableHolder .tabulator-table {
    background-color: #fff;
    color: #333;
}

.tabulator .tabulator-row {
    background-color: #fff;
}

.tabulator .tabulator-row.tabulator-row-even {
    background-color: #eee;
}

.tabulator .tabulator-row.tabulator-selectable:hover {
    background-color: #d5d5d5;
    cursor: pointer;
}

.tabulator .tabulator-row .tabulator-cell {
    border-right: 1px solid #ccc;
    padding: 8px;
}

.tabulator .tabulator-row .tabulator-cell:last-child {
    border-right: 0;
}

.tabulator .tabulator-footer {
    border-top: 1px solid #ccc;
    background-color: #e6e6e6;
    color: #555;
}

.tabulator .tabulator-footer .tabulator-page {
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #eee;
    color: #555;
}

.tabulator .tabulator-footer .tabulator-page:disabled {
    opacity: .5;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
    background: #ccc;
    border-color: #bbb;
    color: #333;
}

.tabulator .tabulator-footer .tabulator-page:disabled:hover {
    cursor: default;
    border: 1px solid #ccc;
    background: #eee;
    color: #555;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
    color: #aaa;
}

.tabulator .tabulator-footer .tabulator-pages button {
    padding: 2px 10px;
}

/*
	Breadcrumbs
*/

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

/*
	Footer
*/

.footerWrap {
    display: none;
    position: absolute;
    bottom: 0;
    width:100%;
	background: #fff;
    border-top: 2px solid #f2293a;
}

.footer {
	clear: both;
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    color: #393b43;
    padding: 15px 15px;
    font-size: 14px;
    overflow: hidden;
}

.footerBottom .footer #copyright {
    float: left;
}

@media (max-width: 980px) and (min-width: 641px), (max-width: 640px) {
	.footerBottom .footer {
	    text-align: center;
	    padding: 0 16px;
	}

	.footerBottom .footer #copyright, .footerBottom .footer #credits {
	    float: none;
	    margin: 10px 0;
	}
}



/* NT added */

.topMargin20 {
    margin-top: 20px;
}

.topMargin10 {
    margin-top: 10px;
}

.bottomMargin10 {
    margin-bottom: 10px;
}

.bottomMargin20 {
    margin-bottom: 20px;
}

.rightMargin20 {
    margin-right: 20px;
}

.leftMargin20 {
    margin-left: 20px;
}


.noShow {
    display: none;
}

.ui-datepicker {
    z-index: 100 !important;
}

.docButtonRow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tableButton {
    padding: 0px 10px;
}

.adminModeNav {
    background-color: #efb7bc;
}

.adminModeHeading {
    margin-top: 25px;
    margin-right: 20px;
}

.docTextHeading {
    font-size: 20px;
}

.pageHeading {
    font-size: 30px;
}

.claimCompleteText {
    font-size: 18px;
    color: red;
}

.claimIncompleteText {
    font-size: 18px;
    color: #98841d;
}

.claimInProgressText {
    font-size: 18px;
    color: #0a7c8a;
}

.createClaimButton {
    display: inline-block;
    width: 100%;
}

/*
 * Manage Users
 */

.search-group {
    margin-bottom: 22px;
}

#infoDetails {
    margin-bottom: 22px;
}

div.row.result-row {
    padding: 0.5em;
}
div.result-group.incomplete,
div.result-row.incomplete {
    background: #ffe5e5;
    border: 1px solid #ffcccc;
}

div.result-group.complete,
div.result-row.complete {
    background: #e5ffe5;
    border: 1px solid #b2ffb2;
}

div.result-group.neutral,
div.result-row.neutral {
    background: #f5f5f5;
    border: 1px solid #ccc;
}

div.result-group div.result-row {
    background: none !important;
    border: none !important;
}
a.remove_field {
    margin-left:1em;
}

a#yearend-select-prev.disabled,
a#yearend-select-next.disabled {
    opacity: 0.3;
    text-decoration: none;
}