/* Set default font & font size */
body,p,td {
	/* font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px; 
	color: #333;	
	margin-top: 8px;
}

h2 {
	font-size: 18px; 
	color: #e67f20;
	margin-top: 8px;
}

td {
	/* vertical-align: middle; */
}

table.nocellpadding td {
	padding: 0px;
}

table.cellpadding1 td {
	padding: 1px;
}

table.cellpadding2 td {
	padding: 2px;
}

table.cellpadding3 td {
	padding: 3px;
}

table.cellpadding4 td {
	padding: 4px;
}


table .cellpadding4 tr td {
	padding: 4px;
}

table .cellaligntop td {
	vertical-align: top;
}

table .cellalignmiddle td {
	vertical-align: middle;
}

table .cellalignbottom td {
	vertical-align: bottom;
}

.btn-xs {
	font-size: 10px;
}

.clickable {
	cursor: default;
}

.clickable:hover {
	cursor: pointer;
}

.clickableblue {
	color: #3c8dbc !important;
	cursor: default;
}

.clickableblue:hover {
	color: #23527c !important;
	cursor: pointer;
}

.fieldlabel {
	color: #3e3e3e;
	font-weight: bold;	
}

.clearfloats {
	clear: both;
}



.searchbarcontainer {
	/* margin: 200px auto; */
	background: #fff;
	height: 30px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: 0.8s;
	box-shadow: 3px 3px rgba(75, 75, 75, 0.281);
}

.searchbarcontainer .searchbar {
	background: transparent;
	outline: none;
	width: 0px;
	font-weight: 500;
	font-size: 16px;
	transition: 0.8s;
	width: 100%;
	height: 30px;
	border-radius: 30px;
	padding: 10px 20px;
	margin-right: -25px;
}

.searchbarcontainer .searchbutton {
	text-align: right;
	padding-right: 12px;
	position: relative;
}




#tabs4 {
	background: #fff;
   float: left;
	width: 100%;
	line-height: normal;		
}

#tabs4 ul {
	margin: 0;
	margin-left: -40px;
	padding: 10px 10px 0 50px;
	list-style: none;		
}

#tabs4 li {
	display: inline;
	margin: 0;
	padding: 0;	
}

#tabs4 a {
	float: left;
	margin: 0;
	padding: 0 0 0 3px;
	text-decoration: none;
	margin-left: 1px;
	border-top: 3px solid transparent;
	border-bottom: 2px solid #d7dadf;	
	margin-bottom: 20px;
}

#tabs4 a span {
	float: left;
	display: block;
	padding: 10px 16px 10px 10px;
	color: #444;
	font-size: 13px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs4 a span {
	float:none;
}

/* End IE5-Mac hack */
#tabs4 a:hover span {
	color: #999;
	cursor: pointer;
}

#tabs4 a:hover {
	color: #999;
}

#tabs4 #current a {
	border-top-color: #3c8dbc;
	border-bottom-color: transparent;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
}

#tabs4 #current a span {
	background-color: #fff;
   color: #444;
   font-weight: bold;   
}







.todos-list {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	overflow-x: hidden; 
	overflow-y: auto; 
	max-height: 250px;
}

table.todolisttable {
	border-collapse: collapse;
	color: #333;			
}

table.todolisttable td {
	padding-left: 4px;
	padding-right: 4px;	
}

table.todolisttable tr.gridtitlebar td {
	padding: 0px 4px 4px 4px !important;	
	color: #333 !important;
	font-weight: bold;
	padding: 0px;	
	height: 18px;
	border-bottom: 2px solid white;	
	background-color: while;
}

table.todolisttable tr.contentrows td {
	padding: 6px 4px 6px 4px;	
	height: 22px !important;
	background-color: #f4f4f4;	
	border-top: 1px solid white;	
	border-bottom: 2px solid white;	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}

table.todolisttable tr.contentrows:hover td {
	background-color: #eeeeee;
	cursor: pointer;
}

table.todolisttable tr.done,
table.todolisttable tr.done user {
  color: #999;
  text-decoration: line-through;
}

table.todolisttable .tools {
  display: none; 
  text-align: right;
}

table.todolisttable .tools > .fas,
table.todolisttable .tools > .far, 
table.todolisttable .tools > .fal,
table.todolisttable .tools > .glyphicon,
table.todolisttable .tools > .ion {
  margin: 0px;
  cursor: pointer;
}

table.todolisttable tr.contentrows:hover .tools {
  display: inline-block;
}





.notes-list {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	overflow-x: hidden; 
	overflow-y: auto; 
	max-height: 250px;
}

.notes-list .notes-entry {
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	border-bottom: 3px solid white;
	background-color: #f4f4f4;
}

.notes-list .notes-entry2 {
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 0px;
	border-bottom: 1px solid #e3e3e3;
}

.notes-list .notes-entry:hover {
	background-color: #eeeeee;
}

.notes-list .notes-heading {
	padding: 0px 0px 6px 0px;
}

.notes-list .notes-heading .notes-heading-name {
	color: #333;
	font-size: 13px;
	font-weight: bold;	
}

.notes-list .notes-heading .notes-heading-time {
	color: #5b5b5b;
	font-size: 13px;
	font-weight: bold;	
}

.notes-list .notes-text {
}





table.creditorcard {
}

table.creditorcard tr.creditorcard_sectionheader td {
	font-size: 16px; 
	padding: 4px;
	color: #e67f20;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

table.creditorcard td {
}

table.creditorcard td.cr_field_label {
	font-weight: bold;
}






table.balancesheet {
	border: 1px solid #d4d4d4;
	border-collapse: collapse;
}

table.balancesheet td {	
	padding-left: 4px;
	padding-right: 4px;
	height: 22px;
	border-right: 1px solid #d4d4d4;
}

table.balancesheet tr.titlerow td {
	background-color: #eaeaea;
	color: #333;
	font-weight: bold;
	line-height: 140%;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.balancesheet tr.subtitlerow td {
	font-weight: bold;
	color: #e67f20;
}

table.balancesheet tr.subtotalrow td {
	color: black;
	text-align: right;
	padding-right: 20px;
	background-color: #eaeaea;
	border: 1px solid #d4d4d4;
}

table.balancesheet tr.totalrow td {
	font-weight: bold;
	color: black;
	text-align: right;
	padding-right: 20px;
	background-color: #eaeaea;
	border: 1px solid #d4d4d4;
}









table.paymentscheduletable {
	border-collapse: collapse;
	border: 1px solid #d4d4d4;
	color: #333;		
}

table.paymentscheduletable td {
	padding: 4px 4px 4px 4px;
}

table.paymentscheduletable tr {
	background-color: white;
	border-bottom: 1px solid #d4d4d4;		
}

table.paymentscheduletable tr.gridtitlebar td {
	padding: 6px 4px 6px 4px !important;	
	color: #333 !important;
	font-weight: bold;
	padding: 0px;	
	height: 24px;
	border: 1px solid #d4d4d4;	
	background-color: #eaeaea;
}

table.paymentscheduletable tr.pmtsheadingrow td {
	background-color: #eaeaea;
	font-weight: bolder;
}

table.paymentscheduletable td.pmtdatecell {
	border-right: 1px solid #d4d4d4;
	text-align: center;
	background-color: #e8f6fd;
}

table.paymentscheduletable td.productpmtcell {
	border-left: 1px solid #d4d4d4;
	text-align: center;
}

table.paymentscheduletable td.monthlypmtcell {
	border-left: 1px solid #d4d4d4;
	text-align: center;
	background-color: #d2f4d6;
}

table.paymentscheduletable td.totalpmtcell {
	border-left: 1px solid #d4d4d4;
	text-align: center;
	background-color: #e1e1e1;
}

table.paymentscheduletable td.realpaypmtcell {
	border-left: 1px solid #d4d4d4;
	text-align: center;
	background-color: #ffffd7;
}
		
table.paymentscheduletable tr.gridtitlebar td a {
	color: white;
}
		
		
table.paymentscheduletable tr.gridfooterbar td {
	color: #333 !important;
	font-weight: bold;
	height: 24px;
	border: 1px solid #d4d4d4;	
	background-color: #eaeaea;
}
		
table.paymentscheduletable tr.contentrows td {
	border-bottom: 2px solid white;
}
		
table.paymentscheduletable tr.selectedrow td {
	background-color: #c7eac1; 
	border-bottom: 2px solid white;
}

table.paymentscheduletable a {
	text-decoration: none;
	color: #333;
}

table.paymentscheduletable a:visited {
	text-decoration: none;
	color: #333;
}

table.paymentscheduletable a:hover {
	text-decoration: underline;
	cursor: pointer;
}




table.styledtable {
	border-collapse: collapse;
	border: 1px solid #d4d4d4;
	color: #333;		
}

table.styledtable td {
	font-size: 12px;
	padding: 3px 4px 3px 4px;	
	height: 22px !important;
	border: 1px solid #d4d4d4;	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}

table.styledtable th {
	padding: 6px 4px 6px 4px !important;	
	color: #333 !important;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;	
	height: 24px;
	border: 1px solid #d4d4d4;	
	background-color: #eaeaea;
	vertical-align: bottom;
	
}

table.styledtable tr.titlerow td {
	font-weight: bolder;
	background-color: #e0e0e0;
}

table.styledtable tr.footerrow td {
	font-weight: bold;
	background-color: #eaeaea;
}










table.reporttable {
	border-collapse: collapse;
}

table.reporttable td {
	font-size: 12px;
	color: #333;
	border: 1px solid #d4d4d4;
	padding: 4px 4px 4px 4px;
	text-align: center;
	vertical-align: middle;
}

table.reporttable a {
	color: #2a6688;
}

table.reporttable a:hover {
	color: #1d445a;
}

table.reporttable tr.headingrow td {
	font-size: 12px;
}

table.reporttable tr.contentrow td {
	text-align: left;
}

.vertical-text {
	display: inline-block;
	overflow: hidden;
	width: 1.5em;
}
.vertical-text__inner {
	display: inline-block;
	white-space: nowrap;
	line-height: 1.5;
	transform: translate(0,100%) rotate(-90deg);
	transform-origin: 0 0;
}
/* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
.vertical-text__inner:after {
	content: "";
	display: block;
	margin: -1.5em 0 100%;
}

table.reporttable tr.alternaterow td {
	background-color: #e8e8e8;
}


table.reporttable tr.titlerow td {
	font-size: 12px;
	color: #333;
	font-weight: bolder;
	background-color: #eaeaea;
	text-align: center;
	line-height: 110%;
}

table.reporttable tr.mainheadingrow td {
	font-size: 14px;
	color: white;
	font-weight: bold;
	background-color: #2c3e52;
	text-align: center;
	line-height: 110%;
}


table.reporttable td.darkgray {
	font-size: 12px;
	color: #333;
	font-weight: bolder;
	background-color: #d1d1d1;
	border: 1px solid #b9b9b9;
	text-align: center;
	line-height: 110%;
}


table.reporttable td.darkgray2 {
	font-size: 12px;
	color: #0059ae;
	font-weight: bolder;
	background-color: #d1d1d1;
	border: 1px solid #b9b9b9;
	text-align: center;
	line-height: 110%;
}

table.reporttable td.lightgray {
	font-size: 12px;
	color: #333;
	font-weight: bolder;
	background-color: #eaeaea;
	text-align: center;
	line-height: 110%;
}


table.reporttable td.yellow {
	font-size: 12px;
	color: #333;
	background-color: #ffff99;
	text-align: center;
	line-height: 110%;
}

table.reporttable td.yellowtotal {
	font-size: 12px;
	color: #333;
	font-weight: bolder;
	background-color: #ffff99;
	text-align: center;
	line-height: 110%;
}

table.reporttable tr.borderabove td {
	border-top: 2px solid #898989;
}

table.reporttable tr.borderbelow td {
	border-bottom: 2px solid #898989;
}


table.reporttable tr.footerrow td {
	font-weight: bolder;
	background-color: #dae1e6;
	border: 1px solid #c5c5c5;
}

.newsHeading {
    color: #2d9697;
    font-size: 1.2em;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    pointer-events: none;
    user-select: none;
}

.newsIntro {
    color: #7e7e7e;
    font-size: 1em;
    padding-left:5px;
    padding-right:5px;
    pointer-events: none;
    user-select: none;
}

.newsBannerP {
	text-align: center;
}

.newsBanner {
    width:90%; 
    max-height:150px; 
    object-fit:contain;
    pointer-events: none;
    user-select: none;
}

.newsBlock {
    height:100%;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    box-shadow: 1px 2px 3px 0px #00000078;
    padding:0px;
    /* animation-name:  offHover; */
    animation-duration: 0.5s;
}

.newsCol {
    padding-top:20px;
    
}

.newsBlock:hover {
    cursor:pointer;
    /* padding:10px; */
	border: 1px solid #2d9697;
    animation-name: onHover;
    animation-duration: 0.5s;
}

/* OLD  ANIMATIONS */
/* @keyframes onHover {
  from {padding:0px;}
  to {padding:10px;}
}

@keyframes offHover {
  from {padding:10px;}
  to {padding:0px;}
} */

@keyframes onHover {
	from {border: 1px solid #f1f1f1}
	to {border: 1px solid #2d9697}
}

@keyframes offHover {
    from {border: 1px solid #2d9697}
	to {border: 1px solid #f1f1f1}
}





table.reporttable2 {
	border-collapse: collapse;
}

table.reporttable2 td {
	font-size: 12px;
	border: 1px solid #333;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

table.reporttable2 tr.headingrow td {
	font-size: 10pt;	
}

table.reporttable2 tr.contentrow td {
	text-align: left;
}


table.reporttable2 tr.alternaterow td {
	background-color: #e8e8e8;
}


table.reporttable2 tr.titlerow td {
	font-size: 8pt;
	color: black;
	font-weight: bolder;
	background-color: silver;
	text-align: center;
	line-height: 110%;
}

table.reporttable2 tr.mainheadingrow td {
	font-size: 12pt;
	color: black;
	font-weight: bold;
	background-color: #4682b4;
	text-align: center;
	line-height: 110%;
}


table.reporttable2 td.currency {
	text-align: right;
}


table.reporttable2 td.darkgray {
	font-size: 8pt;
	color: black;
	font-weight: bolder;
	background-color: #969696;
	text-align: center;
	line-height: 110%;
}


table.reporttable2 td.darkgray2 {
	font-size: 8pt;
	color: #0059ae;
	font-weight: bolder;
	background-color: #969696;
	text-align: center;
	line-height: 110%;
}

table.reporttable2 td.lightgray {
	font-size: 8pt;
	color: black;
	font-weight: bolder;
	background-color: silver;
	text-align: center;
	line-height: 110%;
}


table.reporttable2 td.yellow {
	font-size: 8pt;
	color: black;
	background-color: #ffff99;
	text-align: center;
	line-height: 110%;
}

table.reporttable2 td.yellowtotal {
	font-size: 8pt;
	color: black;
	font-weight: bolder;
	background-color: #ffff99;
	text-align: center;
	line-height: 110%;
}

table.reporttable2 tr.borderabove td {
	border-top: 2px solid #404040;
}

table.reporttable2 tr.borderbelow td {
	border-bottom: 2px solid #404040;
}


table.reporttable2 tr.footerrow td {
	font-weight: bolder;
	background-color: #c9d3dc;
}








.steps {
	height: 100%;
	padding: 10px;
	margin: 0px;
	border: 1px solid #d4d4d4;
	background-color: #f1f1f1;
}

.steps li {
	margin: 0;
	padding-left: 32px;
	line-height: 26px;
	font-size: 10pt;
	font-family: Arial;
	list-style-type: none;
}

.steps .selected {
	background: url(images/arrow_right2.gif) no-repeat;
	font-weight: bold;
}

.steps .subitem {
	padding-left: 63px;
}





.notificationmsg_1 {
	border: 1px solid #8ae57e;
	background-color: #b4efab;
	color: #34712b;
	font-weight: bold;
	background-image: url(images/notification_icon_1.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}


.notificationmsg_2 {
	border: 1px solid #fe908f;
	background-color: #ffb1b1;
	color: #820105;
	font-weight: bold;
	background-image: url(images/notification_icon_2.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.notificationmsg_3 {
	border: 1px solid #d5d358;
	background-color: #f0feb1;
	color: #7f7200;
	font-weight: bold;
	background-image: url(images/notification_icon_3.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.notificationmsg_4 {
	border: 1px solid #6ab4ff;
	background-color: #a4d0ff;
	color: #014284;
	font-weight: bold;
	background-image: url(images/notification_icon_4.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}



.notificationmsg_success {
	border: 1px solid #8ae57e;
	background-color: #b4efab;
	color: #34712b;
	font-weight: bold;
	background-image: url(images/notification_icon_1.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
	}


.notificationmsg_error {
	border: 1px solid #fe908f;
	background-color: #ffb1b1;
	color: #820105;
	font-weight: bold;
	background-image: url(images/notification_icon_2.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.notificationmsg_warning {
	border: 1px solid #d5d358;
	background-color: #f0feb1;
	color: #7f7200;
	font-weight: bold;
	background-image: url(images/notification_icon_3.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.notificationmsg_info {
	border: 1px solid #6ab4ff;
	background-color: #a4d0ff;
	color: #014284;
	font-weight: bold;
	background-image: url(images/notification_icon_4.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.footerlink,.footerlink a,.footerlink a:visited,.footerlink a:hover {
    color: white;
}

.dc-mega-icon {
	display: none !important;
}

.navbar-dark {
	background-color: rgba(127,127,127);
	position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

.navbarInner {
	width:100%;
	/*max-width: 1140px;*/
	
	display:flex;
}

@keyframes navLinkOnHov {
	from {border-bottom: 3px solid transparent;}
	to {border-bottom: 3px solid #e01a21;}
}

@keyframes navLinkOffHov {
	from {border-bottom: 3px solid #e01a21;}
	to {border-bottom: 3px solid transparent;}
}

.navbar-dark .navbarInner .navbar-nav .nav-link
{
	color:#fff;
	font-size: 16px;
}

.navbar-dark .navbarInner .navbar-nav .nav-item
{
	border-bottom: 3px solid transparent;
	animation-name: navLinkOffHov;
  	animation-duration: 0.5s;
}


.navbar-dark .navbarInner .navbar-nav .nav-item:hover
{
	border-bottom: 3px solid #e01a21;
	animation-name: navLinkOnHov;
  	animation-duration: 0.5s;
}

@media (max-width: 974px)
{
	.navbar-dark .navbarInner .navbar-nav .nav-link
	{
		font-size: 16px;
	}

	.navbarInner {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.content {
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

.container {
	padding: 0px;
}

@media (max-width: 1140px)
{
	.navbarInner {
		display: contents;
	}

	
	.container {
		width: 100%;
        padding-left: 20px !important;
        padding-right: 40px !important;
		max-width: 1140px;
		margin-left:0px;
		margin-right:0px;
	}
}

@media (min-width: 1140px)
{
	.container {
		max-width:1140px;
	}

	
	.navbar-dark {
		width:100%;
		
	}

	.navbarInner {
		margin-left: calc((100vw - 1140px)/2);
		margin-right: calc((100vw - 1140px)/2);
	}

	.navbar-nav {
		float: right !important;
	}
}


@media (min-width: 974px)
{
	.navbar-dark .navbarInner .navbar-nav .nav-link
	{
		font-size: 16px;
		margin-left: 0.5vw;
	}
}

@media (min-width: 992px)
{
	.navbar-dark .navbarInner .navbar-nav .nav-link
	{
		font-size: 16px;
		margin-left: 0.2vw;
	}
    
    .navbar-nav {
		float:right !important;
	}
}

@media (min-width: 1100px)
{
	.navbar-dark .navbarInner .navbar-nav .nav-link
	{
		font-size: 16px;
		margin-left: 0.2vw;
	}

	.navbar-expand-lg .navbar-collapse
	{
		display: block !important;
		/*float:right;*/
		margin-left: 2vw;
	}

	.navbar-expand-lg .navbar-nav {
		float:right;
	}
}

@media (min-width: 1121px)
{
	.navbar-expand-lg .navbar-collapse
	{
		margin-left: 3vw;
	}
}

@media (min-width: 1250px)
{
	.navbar-dark .navbarInner .navbar-nav .nav-link
	{
		font-size: 16px;
		margin-left: 0.2vw;
	}

	.navbar-expand-lg .navbar-collapse
	{
		margin-left: 4vw;
	}

	.navbar-expand-lg .navbar-nav {
		/*float:right;*/
	}
}

@media (min-width: 1380px)
{
	.navbar-dark .navbarInner .navbar-nav .nav-link
	{
		font-size: 16px;
		margin-left: 0.5vw;
	}

	.navbar-expand-lg .navbar-collapse
	{
		margin-left: 1.5vw;
	}
}

.dropdown-toggle::after
{
    display:none;
}