abbr[title], acronym[title] {
  text-decoration: none;
}

.custom-modal-footer {
	padding: 4px 15px 4px 15px !important;
}

.custom-float-left {
	float: left;
	margin: 0;
}

.custom-separator-2:after {
    height: 5px;
}

.custom-group-addon-no-background {
	background-color: #FFF;
	border-left: none;
}

.custom-left-inner-addon {
	position: relative;
}

.custom-left-inner-addon-input {
	padding-left: 22px;
	position: static;
}

.custom-left-inner-addon-span {
	position: absolute;
	padding: 9px 12px 7px 12px;
	pointer-events: none;
}

.cursor-pointer {
	cursor:pointer
}

.custom-width-20 {
	width:20% !important;
}

.custom-width-24 {
	width:24% !important;
}

.custom-padding-left-5 {
	padding-left:5px;
}

.custom-padding-left-0 {
	padding-left:0px;
}

.custom-padding-left-right-0 {
	padding-left:0px !important;
	padding-right:0px !important;
}

.custom-padding-left-20 {
	padding-left:20px;
}


.custom-padding-left-120 {
	padding-left:120px;
}

.custom-padding-top-10 {
	padding-top:10px;
}

.custom-padding-top-15 {
	padding-top:15px;
}

.custom-padding-bottom-25 {
	padding-bottom:25px;
}

.custom-padding-bottom-10 {
	padding-bottom:10px;
}

#viewDocumentsPageResult object {
	width: 100%;
	height: 100% !important;
	margin-left: auto;
	margin-right: auto;
	/*outline: 1px solid black;*/
}

.custom-mb-2 {
	margin-bottom: 2px;
}

.custom-width-100 {
	width: 100%;
}

.custom-font-size-14{
	font-size: 14px;
}

.custom-font-size-18{
	font-size: 18px;
}

.custom-font-size-22{
	font-size: 22px;
}

.custom-font-size-24{
	font-size: 24px;
}

.custom-font-size-28{
	font-size: 28px;
}

.custom-margin-bottom-10 {
	margin-bottom: 10px;
}

.custom-margin-bottom-15 {
	margin-bottom: 15px;
}

.custom-margin-bottom-25 {
	margin-bottom: 25px;
}

.custom-useful-links {
	padding: 12px 10px 19px 25px;
	list-style: none;
	overflow: hidden;
}

.fa-xl {
  font-size: 4em;
  line-height: 1em;
  vertical-align: -30%;
}
.currency {
  margin-top: 7px;
}

.main-container {
  padding: 30px 0;
}

br{clear: both !important;}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .col-xs-12 a.btn{
        display: block;
    }
    .current_balance h3 {font-size: 19px}
    .current_balance p{
        font-size:19px;
        font-weight: normal;
    }
    .original_amount h3{ font-weight: normal; font-size: 19px;}
    .original_amount p{ font-weight: normal; font-size: 19px;}
    .total_amount_due h3{font-size: 19px;
        font-weight:normal;}
    .total_amount_due p{font-size: 19px;
        font-weight:normal;}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    .col-xs-12 a.btn{
        display: block;
    }

    .col-xs-6 .currency {
        font-size:20px;
        margin-top: 11px;
    }
    .recurring-payment .fa.pull-right{
        margin-right: -8px !important;
    }
    .current_balance h3 {font-size: 19px}
    .current_balance p{
        font-size:19px;
        font-weight: normal;}
    .original_amount h3{ font-weight: normal; font-size: 19px;}
    .original_amount p{ font-weight: normal; font-size: 19px;}
    .total_amount_due h3{font-size: 19px;
        font-weight:normal;}
    .total_amount_due p{font-size: 19px;
        font-weight:normal;}
}

.display-inline {
	display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.table-fixed {
	table-layout: fixed;
}

@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}

.width-150-xs {
  width: 150px;
}

@media (min-width: 768px) {
  .width-200-sm {
    width: 200px;
  }
}

.full-width { width: 100%; }
.full-height { height: 100%; }

form:last-child { margin-bottom: 0 };

/**
 * Text Formatting
 */
@media (min-width: 991px) {
	.text-right-md {
		text-align: right;
	}

	.text-center-md {
		text-align: center;
	}
}

.text-monospace {
  font-family: monospace;
}

/**
 * Bootstrap Callouts
 */
 /* Base */
.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #BBB;
  border-left-width: 5px;
  border-radius: 3px;
  color: #666;
}

.callout .callout-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.callout-heading:only-child {
	margin: 0;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout code {
  border-radius: 3px;
}

.callout:visible + .callout {
  margin-top: -5px;
}

.callout .close {
  opacity: 0.75;
  text-decoration: none;
}

.callout .close:hover {
  opacity: 1;
}

/* Default */
.callout-default {
  border-left-color: #777;
}
.callout-default .callout-heading {
  color: #666;
}

/* Primary */
.callout-primary {
  border-left-color: #428bca;
  border-top-color: #75b1e4;
  border-right-color: #75b1e4;
  border-bottom-color: #75b1e4;
  background-color: #e5f3ff;
  color: #3671a5;
}

.callout-primary .callout-heading {
  color: #428bca;
}

.callout-primary .close,
.callout-primary .close:hover {
  color: #3671a5;
}

/* Success */
.callout-success {
  border-left-color: #5cb85c;
  border-top-color: #aedcae;
  border-right-color: #aedcae;
  border-bottom-color: #aedcae;
  background: #e6ffe6;
  color: #448a44;
}

.callout-success .callout-heading {
  color: #5cb85c;
}

.callout-success .close,
.callout-success .close:hover {
  color: #448a44;
}

/* Danger */
.callout-danger {
  border-left-color: #d9534f;
  border-top-color: #efa09e;
  border-right-color: #efa09e;
  border-bottom-color: #efa09e;
  background-color: #ffefee;
  color: #a53e3b;
}

.callout-danger .callout-heading {
  color: #d9534f;
}

.callout-danger .close,
.callout-danger .close:hover {
  color: #a53e3b;
}

/* Warning */
.callout-warning {
  border-left-color: #f0ad4e;
  border-top-color: #b7a080;
  border-right-color: #b7a080;
  border-bottom-color: #b7a080;
  background-color: #fff7eb;
  color: #805b27;
}

.callout-warning .callout-heading {
  color: #c79041;
}

.callout-warning .close,
.callout-warning .close:hover {
  color: #805b27;
}

.callout-warning hr {
  border-top-color: #eddfc9;
}

/* Info */
.callout-info {
  border-left-color: #5bc0de;
  border-top-color: #6ebdd4;
  border-right-color: #6ebdd4;
  border-bottom-color: #6ebdd4;
  background-color: #ebfaff;
  color: #25697d;
}

.callout-info .callout-heading {
  color: #4ea7c1;
}

.callout-info .close,
.callout-info .close:hover {
  color: #25697d;
}

/**
 * Help Blocks
 */
.help-block {
  color: #888;
  font-size: 0.8em;
  font-style: italic;
}

.help-block.text-danger {
  color: #a94442;
}

.help-block.text-warning {
  color: #8a6d3b;
}

.form-group .help-block:last-child {
  margin-bottom: 0;
};

/**
 * Modal Footer
 */
.modal-footer .btn + .btn {
  margin-bottom: 10px;
}

/**
 * Badge Colors
 */
.badge.badge-default {
  color: #fff;
  background-color: #09afdf;
  border-color: #0c9ec7;  
}

.badge.badge-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.badge.badge-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.badge.badge-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.badge.badge-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.badge.badge-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/**
 * Custom Margins
 */
.condensed-margin {
  margin: 10px 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.mv-10 {
  margin: 10px 0;
}

.mb-10 {
  margin-bottom: 10px !important;
}


.mb-none {
  margin-bottom: 0 !important;
}

/**
 * Custom Paddings
 */
.no-padding {
  padding: 0 !important;
}

.pv-10 {
  padding: 10px 0;
}

.pt-30 {
  padding-top: 30px;
}

/**
 * Media-Based Padding
 */
@media (min-width: 768px) {
  .pl-sm-none {
      padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .pl-md-none {
      padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg-20 {
      padding-left: 20px !important;
  }
}

/**
 * Media-Based Margins
 */
@media (max-width: 767px) {
  .margin-xs-horizontal-none {
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-sm-horizontal-none {
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .mb-md-7 {
    margin-bottom: 7px !important;
  }
}

/**
 * Custom Positions
 */
.position-relative {
  position: relative;
}

/**
 * Custom Alignments
 */
.align-bottom {
  position: absolute;
  bottom: 0;
}

@media (min-width: 1200px) {
  .align-left-lg {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

.bold {
  font-weight: bold;
}

/**
 * Custom Buttons
 */
.btn.btn-xs {
  margin: 0;
  padding: 1px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.table tr.subhead > td, .table tfoot td {
  font-weight: bold;
}

.clickable {
  cursor: pointer;
}

.table-default > thead > tr > th {
  color: #ffffff;
  background-color: #09afdf;
  border: 1px solid #0c9ec7 !important;
}

.table-hover > tbody > tr:nth-of-type(odd):hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.table-hover.table-striped > tbody > tr:nth-of-type(even):hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.table-hover.table-striped > tbody > tr:nth-of-type(odd):hover > td,
.table-hover.table-striped > tbody > tr:nth-of-type(odd):hover > th {
  background: none;
}

.table > tbody > tr:first-child.subhead,
.table > tbody > tr:first-child.subhead > td {
  background-color: #e5e5e5;
}

.modal-tall .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal-tall .modal-body {
  flex: 1;
}

@media(min-width: 768px) {
  .navbar-default .navbar-nav > li > a.btn-wrapper {
      padding: 22px 15px 20px 15px;
  }
}

.btn-wrapper .btn {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

.label-inline {
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 991px) {
  .mb-sm-15 {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .col-xxs-1 { width: 8.33333333% !important; }
  .col-xxs-2 { width: 16.66666666% !important; }
  .col-xxs-3 { width: 25% !important; }
  .col-xxs-4 { width: 33.33333333% !important; }
  .col-xxs-5 { width: 41.66666666% !important; }
  .col-xxs-6 { width: 50% !important; }
  .col-xxs-7 { width: 58.33333333% !important; }
  .col-xxs-8 { width: 66.66666666% !important; }
  .col-xxs-9 { width: 75% !important; }
  .col-xxs-10 { width: 83.3333333% !important; }
  .col-xxs-11 { width: 91.66666666% !important; }
  .col-xxs-12 { width: 100% !important; }
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.dark .footer {
  color: #999;
}

.dark .subfooter {
  color: #BBB;
}

#content {
  margin-bottom: 20px;
}

#content + .content-footer {
  margin-top: -20px;
}

/* Printer Page Breaks */
@media print {
  .page-break {
    page-break-before: always;
  }
}

.modal .modal-margin-top-none {
  margin-top: 0 !important;
}

/* List Group Hover */
.list-group-hover .list-group-item {
  transition: all 0.2s ease-in-out;
}

.list-group-hover .list-group-item:hover, .list-group-hover .list-group-item:focus {
  background-color: #f5f5f5;
}

.list-group-compact .list-group-item {
  padding: 5px 15px;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default {
  background-color: #84c9db;
  border-color: #4ba9c3;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover {
  background-color: #a0d6e3;
  border-color: #5eb2c9;
}

.btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus {
  background-color: #a0d6e3;
  border-color: #5eb2c9;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

.panel-footer-light {
  background: #FAFAFA;
}

.panel-body > h1:first-child,
.panel-body > h2:first-child,
.panel-body > h3:first-child,
.panel-body > h4:first-child,
.panel-body > h5:first-child,
.panel-body > h6:first-child {
  margin-top: 0;
}

.logo-footer {
  padding-bottom: 1em;
}

/**
 * Fixed Header
 */
.fixed-header-on .logo.logo-header img {
  max-height: inherit;
  margin-top: 12px;
}

.fixed-header-on .header .navbar-left li {
  margin-top: 8px;
  margin-bottom: -8px;
}

/* Wizard */
.wizard-steps-wrapper {
  display: table;
  width: 100%;
  position: relative;
}

.wizard-steps {
  display: table-row;
}

.wizard-steps:before {
  top: 25px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}

.wizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.wizard-step .btn.disabled,
.wizard-step .btn[disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: inherit;
}

/**
 * Checkable Label
 */
.checkable-label {
  display: inline-block;
}

.checkbox input[type=checkbox][disabled] + .checkable-label,
.radio    input[type=radio][disabled]    + .checkable-label {
  color: #AAA;
  cursor: not-allowed;
  display: block;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/**
 * Breadcrumb Styling
 */
.breadcrumb {
  padding: 0;
}

.breadcrumb > li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.breadcrumb > li:last-child {
  padding-right: 15px;
}

.breadcrumb > li:only-child,
.breadcrumb > li:first-child:last-child {
  display: none;
}

/**
 * The Project Overridding
 */
.scrollToTop i {
  line-height: 48px;
  font-size: 24px;
}

.btn-animated.btn-lg i {
  line-height: 47px;
}

blockquote:after {
  font-family: inherit;
}

.blockquote:before {
  font-family: inherit;
}

h1.alternate,
h2.alternate,
h3.alternate,
h4.alternate,
h5.alternate,
h6.alternate {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.form-inline .form-group {
  margin-left: 1em;
  margin-right: 0;
}

.form-inline.form-inline-compact .form-group {
  margin-left: 0.5em;
}

input[type="number"].form-control {
  padding-right: 15px;
}

.pl-40 {
  padding-left: 40px;
}

.checkbox .form-inline.display-inline-block .form-group label,
.checkbox .form-inline-xs.display-inline-block .form-group label,
.radio .form-inline-xs.display-inline-block .form-group label,
.radio .form-inline.display-inline-block .form-group label {
  padding-left: 10px;
}

.border-left {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #EEE;
}

.border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #EEE;
}

.radio-inline, .checkbox-inline {
  font-weight: inherit;
}

.form-inline > .form-group > .label-inline {
  margin-top: -5px;
}

.form-inline-xs .form-group {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-bottom: 0;
}

.form-inline-xs .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-control {
  padding-right: 15px;
}

.text-left {
  text-align: left !important;
}

.indent, .indent-1x {
  text-indent: 1em;
}

.indent-2x {
  text-indent: 2em;
}

.indent-3x {
  text-indent: 3em;
}

.indented {
  padding-left:3em;
}

/**
 * Dark Gray Background
 */
.dark-gray-bg {

  background-color: #373737;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  color: #888;

}

/**
 * Box Component
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary { border-top-color: #3c8dbc; }
.box.box-info { border-top-color: #00c0ef; }
.box.box-danger { border-top-color: #dd4b39; }
.box.box-warning { border-top-color: #f39c12; }
.box.box-success { border-top-color: #00a65a; }
.box.box-default { border-top-color: #d2d6de; }

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box .box-group > .box {
  margin-bottom: 5px;
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  color: #444;
  background-color: #fafafa;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  width: 100%;
}

.box-title.flex {
  display: flex;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}

.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.box-header > .box-tools .dropdown-menu > li > a {
  color: #444!important;
}

.box-header > h1.box-title {
  font-size: 33px;
  font-weight: 700;
}

.box-header > h2.box-title {
  font-size: 28px;
}

.box-header > h3.box-title {
  font-size: 24px;
}

.box-header > h4.box-title {
  font-size: 19px;
}

.box-header > h5.box-title {
  font-size: 15px;
  font-weight: 700;
}

.box-header > h6.box-title {
  font-size: 13px;
  font-weight: 700;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body > .table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

/**
 * Box Group
 */
.box-group {
  margin-bottom: 10px;
}

.box-group .box {
  margin-bottom: 5px;
}

/**
 * Box Collapse - Style 1
 */
.collapse-style-1 .box.box-default {
  border-top-color: #E6EAF2;
}

.collapse-style-1 .box-header {
  background-color: #fafafa;
  padding: 0;
}

.collapse-style-1 .box-header:hover {
  background-color: #F4F4F4;
  padding: 0;
}

.collapse-style-1 .box-header a {
  color: #888888;
  padding: 10px 40px 10px 10px;
  display: block;
}

.collapse-style-1 .box-header a:hover {
    color: #666666;
}

.collapse-style-1 .box-header a:not(.collapsed) {
  color: #333333;
}

.collapse-style-1 .box-header a:after {
  font-family: "FontAwesome";
  content: "\f146";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.collapse-style-1 .box-header a.collapsed:after {
  content: "\f0fe";
}

.collapse-style-1 .box-header a:hover,
.collapse-style-1 .box-header a:focus {
  text-decoration: none;
}

.collapse-style-1 .box-title {
  width: 100%;
}

.collapse-style-1 .box-title a i {
  font-size: 16px;
}

/**
 * Box Collapse - Style 2
 */
.collapse-style-2 .box {
  border-color: transparent;
}

.collapse-style-2 .box-header {
  background-color: transparent;
  padding: 0;
}

.collapse-style-2 .box-header a {
  color: #ffffff;
  background-color: #09afdf;
  padding: 10px;
  display: block;
}

.collapse-style-2 .box-header a.collapsed {
  background-color: #333333;
}

.collapse-style-2 .box-header a:after {
  font-family: "FontAwesome";
  content: "\f106";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.collapse-style-2 .box-header a.collapsed:after {
  content: "\f107";
}

.collapse-style-2 .box-header a:hover {
  text-decoration: none;
}

.collapse-style-2 .box-title {
  width: 100%;
}

.collapse-style-2 .box-title a i {
  font-size: 16px;
}

.collapse-style-2 .box-body {
  background-color: transparent;
}

.collapse-style-2 .box-body.p-15 {
  padding: 15px;
}

/**
 * Box Collapse - Style 3
 */
.collapse-style-3 .box {
  border-color: #999999;
}

.collapse-style-3 .box-header {
  background-color: transparent;
  padding: 0;
}

.collapse-style-3 .box-header a {
  color: #ffffff;
  background-color: #999999;
  padding: 10px;
  display: block;
}

.collapse-style-3 .box-header a.collapsed {
  background-color: #999999;
}

.collapse-style-3 .box-header a:after {
  font-family: "FontAwesome";
  content: "\f139";
  position: absolute;
  right: 15px;
  font-size: 12px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.collapse-style-3 .box-header a.collapsed:after {
  content: "\f13a";
}

.collapse-style-3 .box-header a:hover {
  text-decoration: none;
}

.collapse-style-3 .box-title {
  width: 100%;
}

.collapse-style-3 .box-title a i {
  font-size: 16px;
}

.collapse-style-3 .box-body {
  border-top: none!important;
  background-color: transparent;
}

/**
 * Box Contextual Headings
 */
.collapse-contextual .box-header a:after {
  font-family: "FontAwesome";
  content: "\f068";
  position: absolute;
  right: 15px;
  font-size: 10px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -6px;
}

.collapse-contextual .box-header a.collapsed:after {
  content: "\f067";
}

/**
 * Miscellaneous
 */
.investor-logo {
  display: inline-block;
}

.loan-heading {
  display: inline-block;
}

.border-top {
  border-top: 1px solid #f3f3f3;
}

.border-bottom {
  border-bottom: 1px solid #f3f3f3;
}

.nav-text-transform-none.nav-pills > li > a {
  text-transform: none;
}

.nav-font-size-14.nav-pills > li > a {
  font-size: 14px;
}

/**
 * Placeholders
 */
input::placeholder,
select::placeholder {
  color: #b1b1b1 !important;
  font-style: italic;
}

/**
 * Signature
 */
#signature-display {
  font-size: 30px !important;
  font-family: 'Parisienne', 'Segoe Script', cursive;
  text-align: center !important;
  border-radius: 10px;
  border: 2px solid #9B9B9B;
  padding: 20px; 
  width: 550px;
  height: 100px; 
  background: #FFF
}

/**
 * Table Rows
 */

/* Active */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* Active - Hover */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* Active - Striped (Border) */
.table-striped.table > thead > tr > td.active,
.table-striped.table > tbody > tr > td.active,
.table-striped.table > tfoot > tr > td.active,
.table-striped.table > thead > tr > th.active,
.table-striped.table > tbody > tr > th.active,
.table-striped.table > tfoot > tr > th.active,
.table-striped.table > thead > tr.active > td,
.table-striped.table > tbody > tr.active > td,
.table-striped.table > tfoot > tr.active > td,
.table-striped.table > thead > tr.active > th,
.table-striped.table > tbody > tr.active > th,
.table-striped.table > tfoot > tr.active > th {
  border-color: #e8e8e8;
}

/* Active - Striped (Background) */
.table-striped > tbody > tr:nth-of-type(odd) > td.active,
.table-striped > tbody > tr:nth-of-type(odd) > th.active,
.table-striped > tbody > tr.active:nth-of-type(odd) > td,
.table-striped > tbody > tr.active:nth-of-type(odd) > th {
  background-color: #e8e8e8;
}

/* Success */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* Success - Hover */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* Success - Striped (Border) */
.table-striped.table > thead > tr > td.success,
.table-striped.table > tbody > tr > td.success,
.table-striped.table > tfoot > tr > td.success,
.table-striped.table > thead > tr > th.success,
.table-striped.table > tbody > tr > th.success,
.table-striped.table > tfoot > tr > th.success,
.table-striped.table > thead > tr.success > td,
.table-striped.table > tbody > tr.success > td,
.table-striped.table > tfoot > tr.success > td,
.table-striped.table > thead > tr.success > th,
.table-striped.table > tbody > tr.success > th,
.table-striped.table > tfoot > tr.success > th {
  border-color: #d0e9c6;
}

/* Success - Striped (Background) */
.table-striped > tbody > tr:nth-of-type(odd) > td.success,
.table-striped > tbody > tr:nth-of-type(odd) > th.success,
.table-striped > tbody > tr.success:nth-of-type(odd) > td,
.table-striped > tbody > tr.success:nth-of-type(odd) > th {
  background-color: #d0e9c6;
}

/* Info */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* Info - Hover */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* Info - Striped (Border) */
.table-striped.table > thead > tr > td.info,
.table-striped.table > tbody > tr > td.info,
.table-striped.table > tfoot > tr > td.info,
.table-striped.table > thead > tr > th.info,
.table-striped.table > tbody > tr > th.info,
.table-striped.table > tfoot > tr > th.info,
.table-striped.table > thead > tr.info > td,
.table-striped.table > tbody > tr.info > td,
.table-striped.table > tfoot > tr.info > td,
.table-striped.table > thead > tr.info > th,
.table-striped.table > tbody > tr.info > th,
.table-striped.table > tfoot > tr.info > th {
  border-color: #c4e3f3;
}

/* Info - Striped (Background) */
.table-striped > tbody > tr:nth-of-type(odd) > td.info,
.table-striped > tbody > tr:nth-of-type(odd) > th.info,
.table-striped > tbody > tr.info:nth-of-type(odd) > td,
.table-striped > tbody > tr.info:nth-of-type(odd) > th {
  background-color: #c4e3f3;
}

/* Warning */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* Warning - Hover */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* Warning - Striped (Border) */
.table-striped.table > thead > tr > td.warning,
.table-striped.table > tbody > tr > td.warning,
.table-striped.table > tfoot > tr > td.warning,
.table-striped.table > thead > tr > th.warning,
.table-striped.table > tbody > tr > th.warning,
.table-striped.table > tfoot > tr > th.warning,
.table-striped.table > thead > tr.warning > td,
.table-striped.table > tbody > tr.warning > td,
.table-striped.table > tfoot > tr.warning > td,
.table-striped.table > thead > tr.warning > th,
.table-striped.table > tbody > tr.warning > th,
.table-striped.table > tfoot > tr.warning > th {
  border-color: #f1e9c3;
}

/* Warning - Striped (Background) */
.table-striped > tbody > tr:nth-of-type(odd) > td.warning,
.table-striped > tbody > tr:nth-of-type(odd) > th.warning,
.table-striped > tbody > tr.warning:nth-of-type(odd) > td,
.table-striped > tbody > tr.warning:nth-of-type(odd) > th {
  background-color: #fbf3dc;
}

/* Danger */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* Danger - Hover */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* Danger - Striped (Border) */
.table-striped.table > thead > tr > td.danger,
.table-striped.table > tbody > tr > td.danger,
.table-striped.table > tfoot > tr > td.danger,
.table-striped.table > thead > tr > th.danger,
.table-striped.table > tbody > tr > th.danger,
.table-striped.table > tfoot > tr > th.danger,
.table-striped.table > thead > tr.danger > td,
.table-striped.table > tbody > tr.danger > td,
.table-striped.table > tfoot > tr.danger > td,
.table-striped.table > thead > tr.danger > th,
.table-striped.table > tbody > tr.danger > th,
.table-striped.table > tfoot > tr.danger > th {
  border-color: #ebcccc;
}

/* Danger - Striped (Background) */
.table-striped > tbody > tr:nth-of-type(odd) > td.danger,
.table-striped > tbody > tr:nth-of-type(odd) > th.danger,
.table-striped > tbody > tr.danger:nth-of-type(odd) > td,
.table-striped > tbody > tr.danger:nth-of-type(odd) > th {
  background-color: #ebcccc;
}

/**
 * Overlay
 */
.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.overlay-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.overlay-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.overlay-body {
  position: relative;
  padding: 15px;
}

@media(min-width: 768px) {

  .overlay-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .overlay-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .overlay-sm {
    width: 300px;
  }

}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-nav {
  font-family: 'Montserrat', sans-serif;
}

.xlarge_white {
  font-family: 'Montserrat', sans-serif;
}

.large_white {
  font-family: 'Montserrat', sans-serif;
}

.xlarge_dark {
  font-family: 'Montserrat', sans-serif;
}

.large_dark {
  font-family: 'Montserrat', sans-serif;
}

.tparrows.preview2 .tp-arr-titleholder {
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 992px) {

  .md\:ph-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

}

.btn-wrapper {
  font-size: 14px;
  line-height: 1.46666667;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin: 10px 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
}

.btn-wrapper a,
.btn-wrapper button {
  display: inline-block;
  margin-left: 15px;
  padding: 7px 10px;
  text-decoration: none !important;
}

.btn-wrapper[disabled],
.btn-wrapper.disabled {
  cursor: not-allowed !important;
}

.btn-wrapper button:not(.btn) {
  display: inline-block;
  background: transparent;
  border: none;
  width: 100%;
}

.btn-wrapper button:not(.btn):focus {
  outline: none;
}

@media screen and (max-width: 1200px) {

  table.table-responsive-labels {
    border: 0 !important;
  }

  table.table-responsive-labels thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.table-responsive-labels tr {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: .625em;
  }
  
  table.table-responsive-labels td {
    display: block;
    font-size: 1em;
    text-align: right;
  }
  
  table.table-responsive-labels td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.table-responsive-labels.table-striped tr:nth-child(2n) > td {
    background-color: #fff;
  }

}

/* Dropzone */

.dropzone {
  border: 2px dashed #dedede;
  border-radius: 5px;
  background: #f5f5f5;
}

.dropzone i{
  font-size: 5rem;
}

.dropzone .dz-message {
  color: rgba(0,0,0,.54);
  font-weight: 500;
  font-size: initial;
  text-transform: uppercase;
}

/* Modal footer button alignment fix */

.modal-footer .btn:not(:first-child) {
  float: right;
}