cd/*!
	* BAM CUSTOM CSS
*/

body {
	background-color:#e9ebee;
}
.md-mg-top {
	margin-top:15px;
}
.lg-mg-btm {
	margin-bottom:20px;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.debtor-entry-plus {
    margin: auto;
    border: 0px solid green;
    padding: 1px;
    max-width: 25px;
}
.text-left {
	text-align:left;
}
.text-bold {
	font-weight:bold;
}
.main-logo {
	color:#fff !important;
	font-weight:bold;
	text-decoration:none !important;	
	margin: 0.3rem 0;
	}
.main-logo img {
	max-width:75px;
}
.navbar {
	background-color:var(--user-color-code);
	color:#fff;
	text-align:right;
	box-shadow: 0px 0px 5px 1px var(--user-color-code);
}
.navbar ul {
	margin:0;
}
.navbar ul li {
	list-style:none;
	padding:0 1em;
	display:inline-block;
}
.navbar ul li a {
	color:#fff;
	font-weight:bold;
}
.side-nav {
    background-color: #e9ebee;
	padding-top: 25px;
	margin-bottom: 20px;
}
.nav.nav-pills.nav-stacked {
    background-color: #f5f5f5;
}
.nav-pills > .active > a {
    background: var(--user-color-code) !important;
	color:#fff;
}

/*
	nav-tabs we don't want effected as they need to be inline, 100% width forces them stacked
	the .not() will select all but those with the nav-tabs class - acv
*/
.nav:not(.nav-tabs) > li {
	width:100%;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
	width:100%;
}
.sub-head {
    font-weight: bold;
}
.btn.cstm-add-new {
	background-color: #fff;
	border-radius: 0px;
	font-weight: bold;
	padding: 0px 12px;
	font-size: 14px;
	border: 1px solid #17a2b8;
}
.btn.cstm-add-new:hover, .btn.cstm-add-new:focus {
	background-color:#17a2b8;
	border-color:#fff;
	color:#fff;
}
.cstm-act-inact {
	padding: 2px;
	font-size: 14px;
	width: 100%;
	max-width: 200px;
}

.breadcrumb {
	background-color: #f8f8f8;
}
.cstm-sb-w .dropdown-item {
	color:rgba(255,255,255,.5) !important;
	padding: .5rem 1.5rem .8rem !important;
}
.cstm-sb-w .sidebar .nav-item .dropdown-menu {
	background-color: #212529 !important;
	border-left: 3px solid #03A2ED !important;
	border-radius: 0 !important;
	padding: 0 !important;
	border: none;
	box-shadow: none !important;
}
.cstm-sb-w .dropdown-item:focus, .dropdown-item:hover {
	background-color: var(--user-color-code) !important;
	color:#fff !important;
	box-shadow: none !important;
}
.datepicker > div {
	display: block;
}

.bam-overlay {
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}
.bam-opaque-50 {
	opacity:0.5;
}
.bam-opaque-75 {
	opacity:0.75;
}
.bam-opaque-25 {
	opacity:0.25;
}
.bam-opaque-0 {
	opacity:0;
}
.bam-opaque-1 {
	opacity:1;
}

.alt-billing-info a {
	position: absolute;
	right: 7px;
	top: 11px;
	color: #fff;
	font-size: 20px;
	padding: 0 5px;
	cursor: pointer;
}
.contacts_new {
	width:100%;
	display:block;
	display:none;
}

.contacts_owner_new {
	width:100%;
    display:block;
    display:none;
}
.show-enc {
    margin: 0;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
	background-color:var(--user-color-code);
	color:#fff;
	border-radius:0;
}
datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover, .datepicker .datepicker-switch:hover {
	background-color:var(--user-color-code);
	color:#fff;
	border-radius:0;
}

.well-lg {
    min-height: 102px;
    border: 3px solid var(--user-color-code);
	padding: 24px;
}
.well.well-lg > span {
    width: 100%;
    display: block;
    text-align: center;
}
.selected {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.small-detail {
    width: 100%;
    float: left;
    font-size: 10pt;
    color: #7d7d7d;
}

[data-toggle="buttons"] > .btn input[type="radio"] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}
.btn-purple {
	 background-color: #481256 !important;
 }
.btn-purple:hover {
	background-color: #a028bf !important;
}
.btn-purple.active, .btn-purple:active, .btn-purple:focus {
	background-color: #8e24aa !important;
}

.btn-pink {
	background-color: #FF69B4 !important;
}
.btn-pink:hover {
	background-color: #FFB6C1 !important;
}
.btn-pink.active, .btn-pink:active, .btn-pink:focus {
	background-color: #FF1493 !important;
}

.bg-pink{background-color: #FF69B4 !important;}
.bg-purple{background-color: #481256 !important;}

.total {
	background-color: #dff0d8;
}

.table {
	font-size:.8em;
}

.container-fluid.navbar.sticky-top {
	margin-right: 0 !important;
}

.popover{
	display:none;
}

.popover-wide {
	min-width: 26em !important;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1.5em;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#pdf-loader,#page-loader{display:none;}

#dialogoverlay{
	display: none;
	opacity: .6;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	width: 100%;
	z-index: 1060;
}
#dialogbox{
	display: none;
	position: fixed;
	background: #000;
	border-radius:7px; 
	width:550px;
	z-index: 1060;
}
#dialogbox > div > #dialogboxhead{ background: var(--user-color-code); font-size:19px; padding:10px; color:#fff; }
#dialogbox > div > #dialogboxbody{ background:#fff; padding:20px; color:#000; }
#dialogbox > div > #dialogboxfoot{ background: var(--user-color-code); padding:10px; text-align:right; }

table.recent-invoices tr.sel-inv:hover {
	background-color:var(--user-second-color-code);
	color:#fff;
}
table.recent-invoices tr.sel-inv a {
	color:var(--user-color-code);
	cursor:pointer;
}
table.recent-invoices tr.sel-inv.active {
	background-color:var(--user-second-color-code);
	color:#fff;
}
table.recent-invoices tr.sel-inv.active a, table.recent-invoices tr.sel-inv:hover a {
	color:#fff;
}

#export_table_wizard #sortable div {
	position:relative;
}
#export_table_wizard #sortable div .etw-remove-col {
	position: absolute;
	left: 10px;
	font-size: 20px;
	margin-top: 2px;
	color: red;
}
#export_table_wizard #sortable div .fa-arrows-alt-v {
	position: absolute;
	right: 10px;
	font-size: 16px;
	margin-top: 4px;
}
#export_table_wizard .etw-body {
	max-height: 500px;
	overflow-y: scroll;
}
#export_table_wizard #sortable div,
#export_table_wizard #alphabetical-order div {
	padding: 10px;
	text-align: center;
}
#export_table_wizard #sortable div:nth-child(even),
#export_table_wizard #alphabetical-order div:nth-child(even) {
	background-color: rgba(0,0,0,.07);
}
#export_table_wizard #sortable div:nth-child(odd),
#export_table_wizard #alphabetical-order div:nth-child(odd) {
	background-color: rgba(0,0,0,.04);
}

/**@MEDIAS**/
@media (min-width: 768px) {
	.cstm-sb-w {
		width: 265px;
		background-color: #212529;
	}
	.cstm-fixed-pos {
		position:static !important;
	}
}

@media (min-width: 576px) {
	#exampleModal .modal-dialog {
		max-width: 1024px;
	}
	#export_table_wizard .modal-dialog {
		max-width: 1400px;
	}
}

.debtor-result {
	cursor: pointer;
}

.modal.modal-wide .modal-dialog {
	width: 90% !important;
	max-width: 699px !important;
}
  
.modal-wide .modal-body {
	overflow-y: auto;
}

/* Extra Large Modal, Used by bam-modal.js:confirm_modal([size:'xl']) */
@media (min-width: 1024px) {
	.modal-xxl {
		width: 99%;
		max-width:1400px;
	}
}

@media (min-width: 768px) {
	.modal-xl {
		width: 90%;
		max-width:1200px;
	}
}

.floating {
	position: absolute;
	top: 100px;
	width: 100%;	
	z-index: 100;
}

.alert-pink{
	background-color:#FF9393;
	color:#fff;
	
}

td span.row-text {
	font-size: 1.6em;
	font-weight: bold;
}

ul .client {
	cursor: pointer;
}
ul .client:hover {
	background-color:var(--user-color-code);
	color:#fff;
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.border-red {
    border-color: var(--red);
}
.bg-grey {
	background-color:#eeeeee;
}
.bg-mediumgrey {
	background-color:#cccccc;
}
.bg-darkgrey {
	background-color:#aaaaaa;
}
.border1 {
    border: 1px solid transparent;
}

.border-3 {
	border: 3px solid transparent;
}
.border-green {
    border-color: var(--green);
}
.not-visible {
	display:none;
}

.mouse-pointer {
	cursor: pointer;
}

.datepicker-orient-top {
	z-index:1051 !important;
}

ul.nav-bar-links {
	margin:25px 0;
}
ul.nav-bar-links li {
	list-style:none;
	display:inline-block;
}
ul.nav-bar-links li a {
	color:#6b6b6b;
	padding:20px;
	text-decoration:none;
	font-weight:bold;
}
ul.nav-bar-links li a:hover {
	color:#00547C;
	border-top:2px solid #00547C;
}
.hero-wrap {
	margin:0;
}
.hero-left, .hero-right {
	padding:100px 0;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.hero-left {
	background-image:url('../images/HeroImageLeft.jpg');
}
.hero-right {
	background-image:url('../images/HeroImageRight.jpg');
}
.brand-box {
	height: 100px;
	width: 100px;
	border: 5px solid rgb(0,84,124);
}
.brand-box:after {
	content: "Factor Cloud";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;
	float: right;
	margin-top: 25%;
	margin-right: -75px;
	height: 50px;
	width: 100px;
	background-color: white;
}
.growth-box {
	height: 100px;
	width: 100px;
	border: 5px solid rgb(0,84,124);
}
.growth-box:after {
	content: "GROWTH";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;
	float: right;
	margin-top: 25%;
	margin-right: -73px;
	height: 50px;
	width: 100px;
	background-color: white;
}
.copyright {
	letter-spacing:1.5px;
	font-size:14px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
			box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  }
  .panel-body {
	padding: 15px;
  }
  
  .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
  }
  .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
  }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
	color: inherit;
  }
  .panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
	margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  }
  .panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
  }
  .list-group + .panel-footer {
	border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
	margin-bottom: 0;
  }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
	padding-right: 15px;
	padding-left: 15px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
  }
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
  }
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
	border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
  }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
  }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
  }
  .panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
  }
  .panel-group {
	margin-bottom: 20px;
  }
  .panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
  }
  .panel-group .panel + .panel {
	margin-top: 5px;
  }
  .panel-group .panel-heading {
	border-bottom: 0;
  }
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
  }
  .panel-group .panel-footer {
	border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
  }
  .panel-default {
	border-color: #ddd;
  }
  .panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
  }
  .panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
  }
  .panel-primary {
	border-color: #337ab7;
  }
  .panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
  }
  .panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
  }
  .panel-success {
	border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
  }
  .panel-info {
	border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
  }
  .panel-warning {
	border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
  }
  .panel-danger {
	border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
  }

  .small-text {
    font-size: 10pt;
    color: #7d7d7d;
  }

  .tiny-text {
	  font-size: 7pt;
  }

  .small-caps {
	  font-variant: small-caps;
	  text-rendering: auto;
  }

  .small-text-dark {
    font-size: 10pt;
    color: #222;
  }


/* SPINNER Center the loader */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 6em;
  width: 200px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity:0.8;
}

.lds-hive {
    width: 20%;
}
.lds-svg.ng-scope{position:fixed;}
.lds-svg img{width: 20%;}

.logo_load{
      -webkit-animation: spin 2s infinite;
       animation: spin 2s infinite;
    }
    
    @-webkit-keyframes spin{
      from {
        -webkit-transform: rotateY(0deg);
      }
      to {
        -webkit-transform: rotateY(-360deg);
      }
    }
    
    @keyframes spin{
      from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
      }
      
      to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
      }
    }

    .ci-icon {
        display: inline-block;
        width: 50px;
        height: 50px;
    }


    .ci-ai { background-image: url("/images/vectors/ai.svg"), none; }
    .ci-api { background-image: url("/images/vectors/api.svg"), none; }
    .ci-auto-online-credit { background-image: url("/images/vectors/auto-online-credit.svg"), none; }
    .ci-cheque { background-image: url("/images/vectors/cheque.svg"), none; }
    .ci-cloud { background-image: url("/images/vectors/cloud.svg"), none; }
    .ci-collections { background-image: url("/images/vectors/collections.svg"), none; }
    .ci-credit { background-image: url("/images/vectors/credit.svg"), none; }
    .ci-micro-services { background-image: url("/images/vectors/micro-services.svg"), none; }
    .ci-mobile-app { background-image: url("/images/vectors/mobile-app.svg"), none; }
    .ci-ocr { background-image: url("/images/vectors/ocr.svg"), none; }
    .ci-online-payment { background-image: url("/images/vectors/online-payment.svg"), none; }
    .ci-real-financials { background-image: url("/images/vectors/real-financials.svg"), none; }
    .ci-schedule { background-image: url("/images/vectors/schedule.svg"), none; }
    .ci-white-label { background-image: url("/images/vectors/white-label.svg"), none; }
    .ci-document { background-image: url("/images/vectors/document.svg"), none; }
    .ci-portfolio { background-image: url("/images/vectors/portfolio.svg"), none; }
    .ci-client-login { background-image: url("/images/vectors/client-login.svg"), none; }
    .ci-dashboard { background-image: url("/images/vectors/dashboard.svg"), none; }
    .ci-international { background-image: url("/images/vectors/international.svg"), none; }

    .sudo70 { 
        text-indent: 70px; 
    } 

    .login-main-content {
        background-color: #4788c7;
        color: #fff;
    }
    
    .force-right{
        color: #fff;
        font-weight: bold;
        padding: 0 10px 0 0;
        float: right;
    }

    .force-left{
        color: #fff;
        font-weight: bold;
        padding: 0 0 0 10px;
        float: left;
    }

/*ALERT STYLES*/
#alert_counts {
	cursor: pointer;
}
#notif_container {
	width: 400px;
	position: absolute;
	background-color: #333333;
	right: 0px;
	top: 0px;
}
#notif_container ul {
	margin:0;
	padding:0;
	overflow-y: auto;
	max-height: 610px;
}
#notif_container ul li {
	color:#fff;
	display: block;
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px solid #0c0c0c;
	font-size:.85rem;
}
#notif_container ul li:hover {
	background-color:#00547c;
}
#notif_container ul li a {
	text-decoration: none;
	font-weight: normal;
}
#notif_container ul li:last-child {
	border-bottom:none;
}

#alerts_all ul a li {
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
#alerts_all ul a {
	text-decoration: none;
}
#alerts_all ul li:hover {
	background-color: #dedede !important;
}
#alerts_all ul a:last-child li {
	border-bottom: none !important;
}
/*!ALERT STYLES*/

.left-bordered-light{
    padding: .75rem;
    vertical-align: top;
    border-left: 1px solid #dee2e6;
}

.right-bordered-light{
    padding: .75rem;
    vertical-align: top;
    border-right: 1px solid #dee2e6;
}

.left-bordered-dark{
    padding: .75rem;
    vertical-align: top;
    border-left: 1px solid #bbbbbb;
}

.right-bordered-dark{
    padding: .75rem;
    vertical-align: top;
    border-right: 1px solid #bbbbbb;
}

.bottom-bordered-dark{
    padding: .75rem;
    border-bottom: 1px solid #bbbbbb;
}

.ws-nowrap {
    white-space: nowrap;
}

.table-td-padding-zero tr td {
	padding:2px !important;
}

#invoice_search_results {
	overflow-x: auto;
}

/* Various Min Heights  using VH */
.min-height-sm {
	min-height: 20vh;
}
.min-height-med {
	min-height:30vh;
}
.min-height-lg {
	min-height:45vh;
}
.min-height-mlg {
	min-height:65vh;
}
.min-height-xl {
	min-height:80vh;
}

/* Various Max Heights  using VH */
.max-height-sm {
	max-height: 20vh;
}
.max-height-med {
	max-height:30vh;
}
.max-height-lg {
	max-height:45vh;
}
.max-height-mlg {
	max-height:65vh;
}
.max-height-xl {
	max-height:80vh;
}

.deleted {
	text-decoration: line-through;
}


.table-compact { margin:0px; }
.table-compact  td{ padding:0px 4px 0px 4px; }
.table-bordered-1 td {border:1px solid #cccccc; }

.error-text {
    color: red;
}
.ci-small-font {font-size:.75rem;}

.loading-indicator{
    display: inline;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('/images/loading.gif');
    background-position: left;
    background-repeat: no-repeat;
    z-index: 1000;
    padding-left: 19px;
    font-size: 15px;
}

.margin-left-15 {
	margin-left: -15px;
}

.hidden {
	display:none;
} 
.noa-modal-dialog {
    max-width: 1200px;
    max-height: 500px;
}

.noa-modal-body {
    max-height: 450px;
    overflow: scroll;
    margin: 10px 8px 2px 17px;
}

.color-black {
    color: #000;
    opacity: .8;
}

/* -- Custom Button Colors --- */

.btn-outline-yellow{
	color: #d9e580;
	background-color: transparent;
	background-image: none;
	border-color: #d9e580;
}

.btn-outline-yellow:hover {
	color: #212529;
	background-color: #d9e580;
	border-color: #d9e580;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
	color: #b6bd87;
	background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
	color: #212529;
	background-color: #d9e580;
	border-color: #d9e580;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-fake {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*NEW LOGIN CSS*/

div#newLogin{
	box-shadow:
			0 1.6px 1.2px -15px rgba(75, 111, 164, 0.006),
			0 3.4px 2.7px -15px rgba(75, 111, 164, 0.009),
			0 5.8px 4.6px -15px rgba(75, 111, 164, 0.011),
			0 8.7px 6.9px -15px rgba(75, 111, 164, 0.013),
			0 12.5px 10px -15px rgba(75, 111, 164, 0.015),
			0 17.7px 14.2px -15px rgba(75, 111, 164, 0.017),
			0 25.1px 20.1px -15px rgba(75, 111, 164, 0.019),
			0 36.5px 29.2px -15px rgba(75, 111, 164, 0.021),
			0 56.3px 45px -15px rgba(75, 111, 164, 0.024),
			0 100px 80px -15px rgba(75, 111, 164, 0.03)
;
	border-radius: 4px;
}

#newLogin .nLogo {
	max-width: 360px;
	width:100%;
}
#auth-info {
	font-family: 'Open Sans', sans-serif !important;
}
#auth-info input[type=text], #auth-info input[type=password] {
	width:100%;
	border:none;
	border-bottom:2px solid #005480;
}
#auth-info input[type=text]:focus, #auth-info input[type=password]:focus {
	border:none;
	border-bottom:2px solid #005480;
	border-radius: 0;
	outline: none;
}
#auth-info button {
	border:none;
	background: rgb(42,113,151);
	background: linear-gradient(90deg, rgba(42,113,151,1) 0%, rgba(64,129,163,1) 44%, rgba(121,168,193,1) 100%);
	width:100%;
	letter-spacing: 1px;
	padding:15px 0;
	border-radius:30px;
}
@media (max-width: 767px) {
	#auth-info {
		margin-top:2em;
		margin-bottom: 4em;
	}
    .login-splash-img {
        display:none !important;
    }
}
@media (max-width: 992px) and (min-width:200px) {
	#auth-info,#newLogin .nLogo {
		padding:2em;
	}
}

/*OPACITY BOOTSTRAP STYLE */
.opacity-0 { opacity:0.0 !important; }
.opacity-1 { opacity:0.2 !important; }
.opacity-2 { opacity:0.4 !important; }
.opacity-3 { opacity:0.6 !important; }
.opacity-4 { opacity:0.8 !important; }
.opacity-5 { opactiy:1.0 !important; }

#import_preview_table {
}

#import_preview_table_container {
	overflow-x: auto;
}

.col-hide {
	display: none;
}

.col-show {
 	display: inline;
}

.trucker-cloud-btn {
	background-image: url("../images/trucker_cloud_mod.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	width: 55px;
	height: 35px;
}

div.table-import-csv-scroller {
	max-height: 400px;
	overflow-y: scroll;
}

.font-14 {
	
	font-size:14px;
}

.cursor-pointer {
	cursor: pointer;
}

.main-color {
	color:#00547C;
}
.header-font {
	font-family: "Oswald",sans-serif;
}
.ls-2 {
	letter-spacing: 2px;
}

.password-eye {
	margin-top: -63px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 326px;
	cursor: pointer;
	z-index:9999;
	position:relative;
}

.password-bi-eye{
	margin-top: -112px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 326px;
	cursor: pointer;
	z-index:9999;
	position:relative;
}

.pr-wrap {
	font-size: 14px;
	margin-bottom: 1em;
}
.pr-wrap ul {
	padding-left: 1em;
}
.pr-wrap ul li {
	list-style: none;
	text-indent: -8px;
}
.pr-wrap ul li i {
	margin-right: 2px;
}
.pr-wrap ul li i.fas.fa-times {
	padding-left: 3px;
	padding-right: 3px;
}
.pr-wrap ul li i.fas.fa-check {
	padding-right: 1.6px;
}
.pr-wrap .pr-h {
	font-weight: 700;
}
.pr-wrap.pr-add ul li:nth-child(6){
	display: none;
}

#sso-wrap {
	margin: 5%;
}
#sso-wrap .sso-validate-text {
	font-size: 1.5rem;
	text-align: center;
}
#sso-wrap .sso-validate-text span {
	font-size: 1rem;
	text-align: center;
}
#sso-wrap .sso-validate-text i{
	margin-right: 5px;
}
select#proxyclient {
	width:100%;
}