@charset "UTF-8";
/* CSS Document */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.navbar-yellow {
	background-color: #FFF06F;
	border-color: transparent;
	border-width: 0;
}

.navbar a {
	color: #434932;
	text-decoration: none;
	font-family: "jaf-facitweb", sans-serif;
}

#footer-nav {
	text-align: center;
	padding-top: 15px;
}

#footer-nav a:hover {
	text-decoration: underline;
}

#footer-nav div.container div {
	display: inline;
	padding: 0 10px 0 10px;
}

#authenticated-nav a {
	color: white;
	font-size: 12px;
}

#authenticated-nav .dropdown-menu li a {
	color: #858585;
}
#creditorLink{
	margin-top: 3px;
}
#sign-out {
	padding: 7px;
	margin-top: 3px;
}

.nav-clearer {
	height: 60px;
}

.teal-row {
	padding: 30px 0;
	background-color: #64a3ad;
	color: white;
}

.teal-light-row {
	padding: 30px 0;
	background-color: #b1d1d6;
	color: #545454;
}
.teal-light-row a{
	color: white;
}
.teal-row a{
	color: white;
}
.teal-row .font-inverse {
	color: #545454;
}

.teal-light-row .font-inverse {
	color: white;
}

.stats {
	text-align: center;
}

.stats h2 {
	margin: 0;
}
#footer-nav{
	margin-bottom: 0;
}
.stats h5 {
	font-size: 12px;
	margin: 15px 0 0 0;
}

#sign-up-home {
	position: absolute;
	padding: 5px 5%;
	right: 17%;
	top: 66%;
	border-radius: 3px;
}

.navbar-toggle {
	background-color: #434932;
}

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

.sign-up-banner {
	color: white;
}

.sign-up-banner:hover {
	color: white;
}

/* Bootstrap override */
.control-label {
	font-weight: 500;
}

/*.form-label b {*/
	/*color: #FA0A0E;*/
	/*font-weight: 600;*/
/*}*/

.register-form .row {
	margin-bottom: 10px;
}

/*  Themeable defaults  */
.graph-header {
	background-color: #64a3ad;
	color: white;
	padding: 5px 9px;
}

.graph-header input {
	color: black;
}

.graph-titles {
	background-color: #ced5d6;
	padding: 0;
	border-left: #bfbfbf;
	border-left-width: thin;
	border-left-style: solid;
}

.graph-titles div {
	border-right: #bfbfbf;
	border-right-width: thin;
	border-right-style: solid;
}

.manageData-form {
	background-color: #ced5d6;
	padding: 5px 9px;
	border-left: #bfbfbf;
	border-left-width: solid;
	border-width: solid border-left-style: solid;
}

.dataTables_wrapper .ui-widget-header {
	background: #64a3ad;
	height: 100%;
}

.dataTables_wrapper {
	background: #64a3ad;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	opacity: .35;
}

.ui-button {
	display: initial;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: white;
	font-weight: normal;
	color: #555555;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled,
	.ui-widget-header .ui-state-disabled {
	opacity: .35;
	border: 1px solid #d3d3d3;
	background: white;
	font-weight: normal;
}

.dataTables_length label {
	color: white;
}

.dataTables_length select {
	color: black;
	font-weight: normal;
}

.dataTables_paginate {
	background-color: white;
}

.dataTables_info {
	color: white;
}

.dataTables_wrapper .ui-corner-bl {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.dataTables_wrapper .ui-corner-tr {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

table.dataTable thead th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: left;
	background-color: #ced5d6;
	border-bottom: 1px #bfbfbf;
}

.dataTables_filter label {
	color : white;
}

.dataTables_filter label input {
	color : black;
	font-weight: normal;
}

.form-select{
	margin: 8px 0;
}
.form-no-input-spacer {
	height: 47px;
}
.authenticated-toggle {
	background-color: white;
}

.authenticated-toggle .icon-bar {
	background-color: #222 !important;
}

.graph-titles h4 {
	color: #494949;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.graph-area {
	border-left-color: #bfbfbf;
	border-left-width: thin;
	border-left-style: solid;
	border-right-color: #bfbfbf;
	border-right-width: thin;
	border-right-style: solid;
	padding:0;
}
.report-display .graph-area{
	padding: 15px 0;
}
.report-display .graph-area table{
	/*width: 96%;*/
	/*margin: 0 auto;*/
}
.report-section{
	padding: 0 15px;
}
.graph-area .row {
	margin: 0;

}

.select-option {
	background-color: #64a3ad;
	padding: 5px 9px;
}

.search-section {
	background-color: #b1d1d6;
	color: #545454;
	padding-top: 25px;
	height: 25%;
}
.search-section h3{
	font-size: 24px;
	font-weight: 900;
	color: #373737;
}
.results-section {
	height: 25%;
	width: 80%;
}

.btn-area {
	padding-bottom: 25px;
	padding-top: 25px;
}

.full-search {
	width: 100%;
	border-radius: 4px;
	border-style: none;
	padding: 5px 1px;
}
.date-pick{
	border-radius: 4px;
	border-style: none;
	padding: 5px 10px;
}

.input-append .add-on, .input-prepend .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: white;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}
/* table styles imported from old layout*/
table.data, table.data-noauto, table.jdata {
	border-top: 1px solid #c3c3c3;
	border-spacing: 0;
	font-size: 12px;
	width: 100%;
}

table.data th, table.data-noauto th, table.jdata th {
	text-align: left;
	font-weight: bold;
	background: #f1f3f3;
}

table.data th, table.data td, table.data-noauto th, table.data-noauto td,
	table.jdata th, table.jdata td {
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}

table.dashboard th {
	font-weight: normal;
}

table.dashboard {
	overflow: hidden;
	table-layout: fixed;
	white-space: nowrap;
}

table.dashboard td {
	overflow: hidden;
}

.margin-negate {
	margin-bottom: -22px;
}

.graph-header .btn-default {
	border-style: none;
	font-size: 11px;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}

.graph-header a {
	color: white;
}

.show-entry-center {
	margin-top: 7px;
}

.search-bar {
	margin-top: 4px;
}
.reportsRow {
	margin-right: -65px;
}

.page-title {
	margin-left: 7%;
}

.alerts-section {
	margin-left: 8.5%;
	width: 86%;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #efefef !important;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
	background-color: #FFFFFF !important;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #dcfac9 !important;
}

.form-group {
	margin-bottom: 5px;
	margin-top: 7px;
}

input[disabled] {
	opacity: .7;
}

a {
	cursor: pointer;
}

.dialog {
	background: white;
	padding: 25px;
	border: 2px solid #c3c3c3;
	z-index: 9999;
}

div.message {
	text-align: center;
	padding-bottom: 8px;
}

.module {
	width: 100%;
	float: left;
	background-color: #64a3ad;
	margin-bottom: 14px;
	border: 1px solid #64a3ad;
}
.xs-stack-fix{
	margin-bottom: 10px;
}
.anti-padding{
	padding: 0;
}
/* .navbar-right .dropdown-menu{
	right: auto;
	left: 0;
} */
.search-section label{
	padding-top: 10px;
}
select{
	color: black !important;
}
.modal-header {
	background-color: #E5E5E5;
}
.modal-footer {
	background-color: #E5E5E5;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 295px) {
	.pageHeader {
		margin-top: 84px !important;
	}
}
@media (max-width: 416px) {
	.pageHeader {
		margin-top: 50px;
	}
	.nav-clearer-creditReport {
		height: 30px;
	}
}
@media (max-width: 767px) {
	.dataTables_wrapper .dataTables_info {
		float: left;
		text-align: center;
	}
	.dataTables_wrapper .dataTables_paginate {
		float: right;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.dataTables_wrapper .dataTables_length {
		float: left;
		text-align: center;
	}
}
@media ( min-width : 768px) {

}
@media ( max-width : 828px) {
	.errorSad {
		text-align: left !important;
	}
}
@media ( min-width : 829px) {

}
@media ( max-width : 991px) {
	.profileLabel {
		text-align: left !important;
	}
	.extraDuplicateDebtorButtons {
		text-align: left !important;
		padding-top: 10px;
	}
}
.menuRight {
		left: 0 !important;
	}
.menuLeft {
		right: 0 !important;
	}
@media (min-width: 1181px) {
	.pageHeader {
		margin-top: -6px !important;
	}
}
@media (min-width: 1185px) {
	.nav-clearer-dashboard {
		height: 30px;
	}
}
@media (max-width: 1186px) {
	.nav-clearer-dashboard {
		height: 60px;
	}
}

/*@media ( max-width : 992px) {*/
	/*.navbar-header {*/
		/*float: none;*/
	/*}*/
	/*.navbar-toggle {*/
		/*display: block;*/
	/*}*/
	/*.navbar-collapse {*/
		/*border-top: 1px solid transparent;*/
		/*box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
	/*}*/
	/*.navbar-collapse.collapse {*/
		/*display: none!important;*/
	/*}*/
	/*.navbar-nav {*/
		/*float: none!important;*/
		/*margin: 7.5px -15px;*/
	/*}*/
	/*.navbar-nav>li {*/
		/*float: none;*/
	/*}*/
	/*.navbar-nav>li>a {*/
		/*padding-top: 10px;*/
		/*padding-bottom: 10px;*/
	/*}*/
	/* since 3.1.0 */
	/*.navbar-collapse.collapse.in {*/
		/*display: block!important;*/
	/*}*/
	/*.collapsing {*/
		/*overflow: hidden!important;*/
	/*}*/
/*}*/
/* Medium devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	.lg-right-xs-left {
		text-align :left;
	}
	#logo {
		position: relative;
	}
	#authenticated-nav .dropdown-menu li a {
		color: #333;
	}
	/*.control-label {*/
		/*text-align: right;*/
	/*}*/
	#logo {
		float: left;
	}
	.xs-stack-fix{
		margin-bottom: 0;
	}
}

@media ( max-width : 1095px) {
	.loadMapDiv {
		width: 100% !important;
		float: left;
	}
}
@media(min-width:1108px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
}

@media(max-width:1199px) {
	.dashBoard-report {
		margin-left: 8.5%;
		width: 86%;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {

}

.modal-content {
	margin-left: auto;
	margin-right: auto;
}

.modal-footer {
	padding: 10px;
}

.table-area {
	border-left-color: #bfbfbf;
	border-left-width: thin;
	border-left-style: solid;
	border-right-color: #bfbfbf;
	border-right-width: thin;
	border-right-style: solid;
	border-top-color: #bfbfbf;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-color: #bfbfbf;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding: 0;
}

.defaultCursor {
	cursor : auto !important;;
}
.required-marker {
	color: red;
}
.lg-right-xs-left {
	text-align :left;
}

.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: right; }
.cb-enable span, .cb-disable span { line-height: 20px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: right -180px; padding: 0 10px; }
.cb-disable span { background-position: left -90px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: left -1500px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: right -2100px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }

.dataTables_scrollBody, .dataTables_scrollHead, .dataTables_scrollHeadInner, .dataTable {
	width: 100% !important;
	background-color: #dfdfdf;
}

.dataTables_scrollHeadInner {
	padding-right: 0px !important;
}

ul.tabs {
	margin:5px;
}

ul.tabs {
	margin:5px 5px 1em 5px;
	padding:5px 0 5px 6px;
	border-bottom:1px solid #EEE;
	list-style:none;
	line-height:normal;
}

ul.tabs li {
	padding: 0;
	display: inline;
}

ul.tabs li.active a {
	background: #FFF;
	color: #333;
	font-weight: bold;
	border: 1px solid #BBB;
	border-bottom: 1px solid #FFF;
}

ul.tabs li a {
	margin-right: 0.5em;
	padding: 5px 14px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #EEE;
	background: #F8F8F8;
	background: -moz-linear-gradient(top,#FFFFFF 0%,#F4F4F4 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#F4F4F4));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF',endColorstr='#F4F4F4',GradientType=0);
	text-decoration: none;
}

ul.tabs li a:hover {
	background-color:#EEE;
	border-color:#CCC;
	border-bottom-color:#EEE;
	-moz-box-shadow:0 6px #FFF,0 0 8px #CCC;
	-webkit-box-shadow:0 6px #FFF,0 0 8px #CCC;
	box-shadow:0 6px #FFF,0 0 8px #CCC;
}

ul.tabs li.active a:hover {
	border:1.5px solid #CCC;
	border-bottom:1px solid #FFF;
}
h3#api-heading {
	font-size: 1.2em;
	line-height: 10%;
	font-weight: bold;
	margin-bottom: 15px;
}
.parameter .param span {
	display: block;
	color: #999;
	font-weight: normal;
}
.parameter .param {
	display: block;
	float: left;
	width: 300px;
	color: #333;
	font-weight: bold;
}

pre .str, code .str { color: #3366CC; } /* string  - green */
pre .kwd, code .kwd { color: #003366; font-weight: bold } /* keyword - dark blue */
pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
pre .typ, code .typ { color: #89bdff; } /* type - light blue */
pre .lit, code .lit { color: #CC0000; } /* literal - red */
pre .pun, code .pun { color: #080; } /* punctuation - green */
pre .pln, code .pln { color: #000; } /* plaintext - black */
pre .tag, code .tag { color: #89bdff; } /* html/xml tag    - light blue */
pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name  - khaki */
pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - light green */
pre .dec, code .dec { color: #3387CC; } /* decimal - blue */

pre.prettyprint, code.prettyprint {
	background-color: #f8f8f8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 1px;
}

pre.prettyprint {
	width: 95%;
	padding: 1em;
	white-space: pre-wrap;
	border: 1px solid #888
}

/* Specify class=linenums on a pre to get line numbering */
.linenums { 
	margin-top: 0; 
	margin-bottom: 0; 
	color: #000;
} 

/* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { 
	list-style-type: inherit
}
.api_horizontalLine {
		margin-top: 2px; 
		margin-bottom: 2px;
}
.adp-placemark {
	margin-top: -1px;
}

pre.apiRequestSection {
	width: 95%;
	padding: 1em;
	white-space: pre-wrap;
	border: 1px solid #888;
}
pre.apiRequestSection, code.apiRequestSection {
background-color: #f8f8f8;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 1px;
}

.pageHeader {
	font-size: 30px;
}
.errorBackGround {
	max-width:100%;
	padding:0;
	margin:0;
	background-image:url(../images/schematic-bg.jpg);
}
.errorDiv {
	width:100%;
	padding-top:30px;
	padding-bottom:120px;
	font-family:'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
}
.errorSadSize {
	color: #525252;
	font-size: 270px;
	margin: -5px 0;
}
.errorMessage {
	color: #525252;
	font-size: 170px;
	margin: 10px 0;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.extraDuplicateDebtorButtons {
	text-align: right;
}

.axis path, .axis line{
	fill: none;
	stroke : #1a1a1a;
	shape-rendering: crispEdges;
}
.bar {
	fill: orange;
}

.bar:hover {
	fill: orangered ;
}

rect:hover{
	fill: orange;
}

.axis text{
	font: 10px sans-serif;
}
.d3-tip {
	line-height: 1;
	font-weight: bold;
	padding: 10px;
	background: #efefef;
	border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
	box-sizing: border-box;
	display: inline;
	font-size: 10px;
	width: 100%;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	content: "\25BC";
	position: absolute;
	text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
	margin: -1px 0 0 0;
	top: 100%;
	left: 0;
}
.has-error {
	color: #a94442;
}
.chart rect {
	fill: steelblue;
}

.axis path, .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

.axis text {
	font-size: 12px;
}

.chart .current {
	fill: green;
	cursor: pointer;
}

.password-help {
	background-color: #d7e6f4;
	border: 1px solid grey;
	border-radius: 4px;
	padding: 10px;
	width: 75%;
	margin-top: 70px;
	margin-bottom: 3px;
	margin-left: 25px;
}
