.fs-16 {
  font-size: 16px;
}
a {
  cursor: pointer;
}
.raw-payment-list {
  max-height: 300px;
  overflow-y: auto;
}
.invoices-header {
  margin-top: 25px;
}
.remaining-balance-box {
  border: 1px solid grey;
  padding: 5px;
  border-radius: 3px;
}
.invoices .apply-btn {
  line-height: 20px;
  min-height: 20px;
  min-width: 60px;
  font-size: 12px;
  margin: 0 0px;
  text-transform: capitalize;
  top: -3px;
}
.selections {
  margin-bottom: 20px;
}
input.amount-to-apply::-webkit-inner-spin-button,
input.amount-to-apply::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.selections .has-error {
  border-color: red;
  color: red;
  border-bottom: 1px solid;
}
.selections .remove-invoice {
  color: red;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}
.selection-icons {
  width: 30px;
}
.selections .payment-source {
  margin: -5px 0px;
}
.selections .show-note {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}
.disabled {
  color: #f7f7f7 !important;
}
.row .apply-payment-btn {
  margin-bottom: 20px;
}
td.activity-disabled {
  background-color: #f1f1f1;
}
td.activity-changed {
  background-color: #ceedcf;
}
.activity-not-editable-reason {
  padding-top: 5px;
  padding-left: 15px;
  text-align: left;
}
.forgot-password {
  cursor: pointer;
  margin: 0 0 20px 0;
  text-align: center;
}
form.forgot-pass-form {
  margin-top: 30px;
}
.badge-success,
.badge-danger {
  padding: 3px 6px 2px;
  font-size: 10px;
  line-height: 10px;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-danger {
  background-color: red;
}
.bank-icon-spacer {
  padding: 0 0 0 7px;
}
.payment-source .md-select-value > span:not(.md-select-icon) {
  white-space: normal;
}
.payment-note-label {
  margin: 0 20px 0 0;
  line-height: 26px;
}
.selections table tr.payment-note td {
  border-top: 0;
}
.company-selections .note-field {
  width: 350px;
}
.badge-white {
  background-color: #796d6d !important;
}
.badge-sales {
  background-color: #49abaf !important;
}
.badge-uw {
  background-color: #c7933f !important;
}
.badge-closing {
  background-color: #60a95d !important;
}
.badge-cancel {
  background-color: #adaf01 !important;
}
.badge-new {
  background-color: #cf367b !important;
}
.badge-new-alt {
  background-color: #ff90bf !important;
}
.match-payment {
  margin-top: -15px;
}
.match-payment .active-section {
  background-color: #9fcb83;
}
.match-payment .small-text {
  font-size: 10px;
}
.match-payment .medium-text {
  font-size: 12px;
}
.match-payment .big-text {
  font-size: 14px;
}
.match-payment .choose-payer input.choose-payer {
  border: 1px solid black;
  width: 100%;
  margin: 0 0 5px 0;
  border-radius: 3px;
  outline: none;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}
.match-payment .choose-payer .select-payer-btn {
  position: absolute;
  right: 7px;
  top: -4px;
  height: 16px;
  line-height: 15px;
  min-height: 15px;
  font-size: 11px;
  font-weight: bold;
  min-width: 70px;
}
.match-payment .choose-payer .payer {
  margin: 5px 0;
}
.match-payment .choose-payer .payer:hover {
  font-weight: bold;
}
.match-payment .section {
  margin: 5px -15px;
  padding: 5px 15px;
  background-color: #d4d4d4;
}
.match-payment .section.active-section {
  background-color: #9fcb83;
}
.match-payment .section .align-right {
  text-align: right;
}
.match-payment .section .align-center {
  text-align: center;
  padding: 15px 0;
}
.match-payment .section .money-value {
  width: 150px;
  display: inline-block;
  text-align: right;
}
.match-payment .section .match-btn {
  min-height: 25px;
  line-height: 25px;
  margin-right: 0;
  margin-left: -15px;
}
.match-payment .section input.apply-to-company::-webkit-inner-spin-button,
.match-payment .section input.apply-to-company::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.match-payment .section input.apply-to-company {
  outline: none;
  border: 1px solid black;
  max-width: 125px;
  text-align: right;
  padding: 0px 5px;
}
.match-payment .section .amount-to-apply {
  max-width: 100px;
  padding: 0px 5px;
  outline: none;
  border: none;
  text-align: right;
}
.match-payment .section .company-note textarea {
  height: 25px;
  width: 100%;
  margin: 2px -18px;
}
.match-payment .section table thead tr th {
  border-color: black;
}
.match-payment .section table tbody tr td {
  line-height: 15px;
  border-top: 0;
}
.match-payment .section table tbody tr td md-checkbox {
  margin: 0;
  min-height: 0;
  min-width: 0;
}
.match-payment .section table.highlight tr:hover {
  font-weight: bold;
}
.match-payment .row.search-result > div {

}
.match-payment .row.search-result > div.fx-rate {
  height: 72px;
}
.match-payment .row.search-result-sub {
  padding: 5px 0px 5px 15px;
}
.match-payment .element {
  background-color: white;
  padding: 4px 2px;
  border: 2px solid;
  border-radius: 3px;
  margin-bottom: 3px;
}
.match-payment .element.fx-rate {
  height: 67px;
}
.match-payment .element.fx-rate .fx-rate-line {
  margin-top: 15px;
}
.match-payment .element.fx-rate .fx-rate-line span {
  margin-right: 20px;
}
.match-payment .element i {
  margin-top: 3px;
  margin-right: 5px;
}
.match-payment .element md-checkbox {
  margin-right: -8px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.match-payment .element.client {
  border-color: #6294e8;
}
.match-payment .element.invoice,
.match-payment .element.sale_record {
  border-color: #88bc72;
  margin-top: 3px;
  margin-bottom: 3.8px;
}
.match-payment .element.counterparty {
  border-color: #ab540b;
}
.match-payment .element.fee {
  border-color: #9d5194;
  margin-bottom: 4.75px;
}
.match-payment .element.overpayment {
  border-color: #008c9d;
  margin-bottom: 4.75px;
}
.match-payment .payment-note {
  width: 100%;
  height: 28px;
  margin-top: 5px;
}
.nav-padding-left {
  padding-left: 260px;
}
.nav-container {
  height: 100%;
  width: 260px;
  left: 0;
  top: 0;
  position: fixed;
  background-color: #292C4D;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .nav-container.search-on.open {
    height: 130px;
  }
  .nav-container.search-on.open .menus,
  .nav-container.search-on.open .bottom-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-padding-left {
    padding-left: 0px;
  }
  .nav-container {
    z-index: 99999;
  }
}
.nav-container .nav-mobile-menu {
  display: block;
}
@media only screen and (max-width: 767px) {
  .nav-container .nav-mobile-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-container.open {
    height: 100%;
  }
  .nav-container.open .nav-mobile-menu {
    display: block;
    z-index: 9999;
    margin: 20px -20px 0;
    padding: 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .nav-container.open .hamburger i {
    opacity: 1;
  }
}
.nav-container .hamburger {
  display: none;
  outline: none;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .nav-container .hamburger {
    display: block;
    position: absolute;
    top: 22px;
    left: 15px;
  }
  .nav-container .hamburger i {
    height: 16px;
    width: 14px;
    opacity: 0.4;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    outline: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-container {
    height: 60px;
    width: 100%;
    padding: 15px;
  }
  .nav-container .separator {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-container .logo {
    margin: auto;
    text-align: center;
  }
}
.nav-container .logo .name {
  height: 27px;
  width: 90px;
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding: 5px;
}
.nav-container .logo img {
  height: 30px;
  margin-top: -10px;
}
.nav-container .logo .client-name-container {
  display: inline-block;
  position: relative;
}
.nav-container .logo .client-name-container .client-name {
  position: absolute;
  left: 6px;
  top: 25px;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  overflow-x: scroll;
}
.nav-container .logo .client-name-container .parent-name {
  height: 27px;
  width: 90px;
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding: 5px;
}
.nav-container .top-nav {
  margin: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
  .nav-container .top-nav {
    margin: 15px 0 20px;
  }
}
.nav-container .top-nav .home {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
}
.nav-container .top-nav .home img {
  padding: 11px;
}
.nav-container .top-nav .search {
  position: relative;
  height: 40px;
  width: 170px;
  background-color: rgba(0, 0, 0, 0.2);
  float: right;
}
@media only screen and (max-width: 767px) {
  .nav-container .top-nav .search {
    float: none;
    width: auto;
    margin-left: 50px;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.nav-container .top-nav .search input {
  height: 32px;
  width: 50px;
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 14px;
  line-height: 32px;
  background-color: transparent;
  border: 0;
  padding: 0 35px 0 10px;
  width: 100%;
  margin: 5px 0;
  outline: none;
}
.nav-container .top-nav .search .fa-search {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 15px;
  color: #9495A6;
}
@media only screen and (max-width: 767px) {
  .nav-container .top-nav .search .fa-search {
    top: 12px;
  }
}
.nav-container .top-nav .clear {
  clear: both;
}
.nav-container .separator {
  height: 1px;
  width: 260px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 10px -20px 10px -20px;
}
.nav-container .menus {
  color: #9495A6;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 10px;
  padding-left: 20px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.nav-container .menus::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav-container .menus {
    padding-right: 0;
    margin-right: -55px;
  }
}
.nav-container .menus .menu-group {
  outline: none;
  width: 260px;
  margin-left: -20px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .nav-container .menus .menu-group {
    width: 100%;
  }
}
.nav-container .menus .menu-group.open .menu-header.last {
  border-bottom: none;
}
.nav-container .menus .menu-group.open .menu-header .toggler {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-container .menus .menu-group.open ul {
  display: block;
}
.nav-container .menus .menu-group .menu-header {
  outline: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 260px;
  margin-left: -20px;
  padding-left: 20px;
  opacity: 0.8;
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .nav-container .menus .menu-group .menu-header {
    width: 100%;
  }
}
.nav-container .menus .menu-group .menu-header:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.nav-container .menus .menu-group .menu-header.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-container .menus .menu-group .menu-header img,
.nav-container .menus .menu-group .menu-header i {
  margin-right: 5px;
  margin-top: -5px;
}
.nav-container .menus .menu-group .menu-header i {
  font-size: 18px;
}
.nav-container .menus .menu-group .menu-header .toggler {
  position: absolute;
  top: 13px;
  right: 20px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 12px;
  outline: none;
}
.nav-container .menus .menu-group ul {
  display: none;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.nav-container .menus .menu-group ul li {
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  width: 260px;
  margin-left: -20px;
  padding-left: 20px;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .nav-container .menus .menu-group ul li {
    width: 100%;
  }
}
.nav-container .menus .menu-group ul li:hover,
.nav-container .menus .menu-group ul li.active {
  background-color: rgba(255, 255, 255, 0.15);
}
.nav-container .menus .menu-group ul li.break {
  height: 1px;
}
.nav-container .menus .menu-group ul li.break hr {
  margin: 0 -20px;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.nav-container .menus .menu-group ul li .text a {
  text-decoration: none;
  color: inherit;
}
.nav-container .menus .menu-group ul li .badge {
  height: 18px;
  border-radius: 9px;
  background-color: #C42058;
  position: absolute;
  right: 20px;
  top: 4px;
}
.nav-container .bottom-nav {
  position: fixed;
  bottom: 70px;
  width: 220px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .nav-container .bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 20px;
  }
}
.nav-container .bottom-nav .top-separator {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav-container .bottom-nav .top-separator {
    display: block;
    width: 768px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -20px;
    left: 0;
  }
}
.nav-container .bottom-nav .settings .languages {
  display: inline-block;
  height: 30px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  position: relative;
  text-transform: uppercase;
}
.nav-container .bottom-nav .settings .languages .active-lang {
  text-transform: uppercase;
  height: 19px;
  width: 17px;
  opacity: 0.5;
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 11px;
  font-weight: bold;
  line-height: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.nav-container .bottom-nav .settings .languages .lang {
  height: 30px;
  width: 60px;
  border-radius: 4px;
  display: inline-block;
  margin: 5px;
  text-align: center;
  padding: 7px;
  line-height: 17px;
  color: #9395A7;
  font-size: 12px;
  cursor: pointer;
}
.nav-container .bottom-nav .settings .languages .lang.active {
  background-color: #EDEDF0;
  color: #292C4D;
}
.nav-container .bottom-nav .settings .languages .lang img {
  margin: 2px 4px;
  vertical-align: top;
}
.nav-container .bottom-nav .settings .filter {
  display: inline-block;
  height: 30px;
  width: 120px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .nav-container .bottom-nav .settings .filter {
    right: 20px;
  }
}
.nav-container .bottom-nav .settings .filter .selection {
  display: none;
  height: 30px;
  width: 85px;
  border-radius: 15px;
  background-color: #9495A6;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
.nav-container .bottom-nav .settings .filter .selection .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  outline: none;
}
.nav-container .bottom-nav .settings .filter .selection.left {
  left: 44px;
}
.nav-container .bottom-nav .settings .filter .selection.right {
  right: -40px;
}
.nav-container .bottom-nav .settings .filter .selection.active {
  display: block;
}
.nav-container .profile {
  position: fixed;
  bottom: 0;
  width: 220px;
  height: 80px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Nunito Sans";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .nav-container .profile {
    position: absolute;
    top: 10px;
    right: -15px;
    width: 70px;
    height: 60px;
  }
  .nav-container .profile .separator {
    display: none;
  }
  .nav-container .profile .pop-over-body {
    height: 72px;
  }
}
.nav-container .profile .picture {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .nav-container .profile .picture.pop-over.pop-over-active .pop-over-body {
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-container .profile .picture.pop-over.pop-over-active .pop-over-body {
    top: 50px;
    right: 0;
  }
  .nav-container .profile .picture.pop-over.pop-over-active .pop-over-body .rectangle {
    top: -5px;
    right: 15px;
    bottom: initial;
    left: initial;
  }
}
.nav-container .profile .picture img {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-container .profile .picture .setting {
  cursor: pointer;
  position: relative;
  height: 36px;
  line-height: 30px;
  padding: 4px 15px;
  border-bottom: 1px solid #EDEDF0;
}
.nav-container .profile .picture .setting.last {
  border: 0;
}
.nav-container .profile .picture .setting i {
  display: inline-block;
  color: #292C4D;
}
.nav-container .profile .picture .setting .text {
  height: 28px;
  width: 127px;
  color: #292C4D;
  font-family: "Nunito Sans";
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  margin-left: 8px;
}
.nav-container .profile .picture .setting .text a {
  text-decoration: none;
  color: inherit;
}
.nav-container .profile .name {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .nav-container .profile .name {
    display: none;
  }
}
.nav-container .pop-over .pop-over-body {
  display: none;
}
.nav-container .pop-over.pop-over-active .pop-over-body {
  z-index: 999;
  display: block;
  min-height: 40px;
  width: 220px;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 40px;
}
.nav-container .pop-over.pop-over-active .pop-over-body .rectangle {
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
  position: absolute;
  bottom: -5px;
  left: 15px;
}
.orange-bkg {
  background-color: #F2AC50;
}
.nav-top-container {
  background-color: #292C4D;
  height: 75px;
  width: 100%;
  padding-top: 5px;
  margin-bottom: 30px;
  z-index: 100;
  position: fixed;
}
@media only screen and (max-width: 767px) {
  .nav-top-container {
    position: fixed;
    top: 59px;
    left: 0;
  }
}
.nav-top-container .blue .header {
  background-color: #3497D9;
}
.nav-top-container .blue .body {
  background-color: #3497D9;
}
.nav-top-container .green .header {
  background-color: #52BA6E;
}
.nav-top-container .green .body {
  background-color: #52BA6E;
}
.nav-top-container .green .body .menu-item:hover {
  background-color: #49A762;
}
.nav-top-container .orange .header {
  background-color: #F2AC50;
}
.nav-top-container .orange .body {
  background-color: #F2AC50;
}
@media only screen and (min-width: 768px) {
  .nav-top-container .element {
    display: inline-block;
    min-width: 165px;
    height: 70px;
    vertical-align: bottom;
    float: left;
  }
  .nav-top-container .element .mobile-header {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-top-container .element {
    min-width: 20px;
  }
  .nav-top-container .element .header {
    display: none;
  }
  .nav-top-container .element .body {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-top-container .element:not(.last) {
    display: inline-block;
    height: 70px;
    vertical-align: bottom;
    float: left;
  }
  .nav-top-container .element:not(.last) .mobile-header {
    display: block;
    height: 71px;
    width: 30px;
    margin-right: -1px;
    padding: 28px 8px;
    position: relative;
    outline: none;
  }
  .nav-top-container .element:not(.last) .mobile-header i {
    height: 15px;
    width: 14px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .nav-top-container .element.last {
    width: auto;
    display: block;
    float: none;
  }
  .nav-top-container .element.last .block {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-top-container .element.last {
    height: 70px;
    vertical-align: bottom;
  }
  .nav-top-container .element.last .header {
    display: block;
  }
  .nav-top-container .element.last .body {
    display: block;
  }
}
.nav-top-container .element.last .mobile-header {
  display: none;
}
.nav-top-container .element.last .header .corner {
  height: 35px;
  right: -9px;
}
.nav-top-container .element.last .body .sub-header {
  display: none;
}
.nav-top-container .element.last .body .links {
  display: block;
}
.nav-top-container .element .header {
  padding: 7px 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .nav-top-container .element .header {
    position: relative;
    width: fit-content;
    min-width: 165px;
  }
}
.nav-top-container .element .header .text {
  height: 27px;
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
}
.nav-top-container .element .header .corner {
  height: 27px;
  width: 15px;
  transform: rotate(-20deg);
  background-color: inherit;
  position: absolute;
  top: -4px;
  right: -10px;
}
@media only screen and (max-width: 767px) {
  .nav-top-container .element .header .corner {
    display: none;
  }
}
.nav-top-container .element .body {
  cursor: pointer;
  height: 29px;
}
@media only screen and (min-width: 768px) {
  .nav-top-container .element .body {
    width: 100%;
  }
}
.nav-top-container .element .body .sub-header {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Nunito Sans";
  font-size: 13px;
  line-height: 22px;
  padding: 0 15px;
  outline: none;
}
.nav-top-container .element .body .links {
  display: none;
  background-color: inherit;
  height: 39px;
  padding: 10px 0 0 0;
  margin-top: -10px;
  overflow-x: auto;
  white-space: nowrap;
}
.nav-top-container .element .body .links .link {
  background-color: inherit;
  display: inline-block;
  height: 29px;
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 13px;
  line-height: 22px;
  margin-left: 15px;
  outline: none;
}
.nav-top-container .element .body .links .link.active {
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}
.nav-top-container .element .body .menu {
  display: none;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: inherit;
  margin-top: 5px;
  position: relative;
  z-index: 999999;
}
.nav-top-container .element .body .menu.open {
  display: block;
}
.nav-top-container .element .body .menu .menu-item {
  outline: none;
  height: 40px;
  padding: 0 15px;
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 13px;
  line-height: 40px;
}
.nav-top-container .element .body .menu .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .nav-top-spacer {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-top-spacer {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .nav-top-container-spacer {
    height: 75px;
  }
}
.page-container {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .page-container {
    margin-top: 35px;
  }
}
.search-overlay {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .search-overlay {
    padding-top: 105px;
    margin: 5px;
  }
}
.height-25 {
  height: 25px;
}
.counterparty-review {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 15px;
  background-color: limegreen;
}
.contacts-desc {
  padding-left: 18px;
  font-size: 12px;
}
.contacts-desc i {
  color: green;
  font-size: 11px;
}
.first-paragraph {
  margin-bottom: 0px;
}
.trading-volume .ng-scope {
  margin-bottom: 0px;
}
.label-deleted {
  float: right;
  font-size: 12px;
  padding: 5px 7px;
  margin-top: 5px;
}
body .md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 1100;
}
body .md-datepicker-calendar-pane {
  z-index: 1100;
}
.coverage-request-exp-date .md-datepicker-input-container {
  margin-left: 0px !important;
}
.head-selector {
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px;
  /* remove Chrome OS X focus effect */
}
.head-selector.selected {
  background-color: #fafafa;
}
.head-selector:focus {
  outline: none;
}
.accounting-balance-field > div {
  font-size: 16px;
  border: 2px solid black;
  padding: 8px 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.accounting-balance-field > div span {
  float: right;
}
.accounting-balance-field .accounting-balance-field-title {
  font-size: 18px;
  margin-left: 15px;
}
.button-only {
  font-size: 12px;
  color: #0645AD;
  cursor: pointer;
  padding-left: 4px;
}
.button-only:hover {
  color: #3366BB;
}
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .page-loader {
    margin: -60px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-loader {
    margin: 0 0 0 -260px;
  }
}
.page-loader .loading {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.form-disabled {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 15px;
  background-color: rgba(244, 138, 70, 0.78);
}
.activity-modal {
  width: 80%;
  min-width: 1000px;
  max-width: 1200px;
}
.jumbotron.overview {
  padding-top: 5px;
  padding-bottom: 10px;
  color: black;
}
.jumbotron.overview h1 {
  margin-top: 5px;
}
.jumbotron.overview .product {
  max-width: 500px;
}
.jumbotron.overview .product .product-name {
  font-size: 20px;
}
.jumbotron.overview .product .service-header {
  font-size: 12px;
}
.jumbotron.overview .product .service {
  font-size: 14px;
}
.jumbotron.overview .product .other-details {
  font-size: 15px;
}
.jumbotron.overview .product .text-right {
  text-align: right;
}
.jumbotron.overview .product .text-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .jumbotron.overview .product .product-name-item {
    display: inline-block;
  }
  .jumbotron.overview .product .small-header {
    display: none;
  }
  .jumbotron.overview .product .service-header {
    display: none;
  }
  .jumbotron.overview .product .service-header.first-header {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .jumbotron.overview .product .hidden-mobile {
    display: none;
  }
  .jumbotron.overview .product .small-header {
    font-size: 16px;
    margin-top: 5px;
  }
  .jumbotron.overview .product .mobile-left {
    text-align: left;
  }
}
.jumbotron.overview .separator {
  font-size: 16px;
}
.jumbotron.overview .separator .margin-bottom {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .jumbotron.overview .separator {
    margin: 5px -15px 0;
    padding: 5px 15px 0;
  }
  .jumbotron.overview .separator .hidden-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .jumbotron.overview .separator {
    margin: 10px -60px 0;
    padding: 10px 60px 0;
  }
  .jumbotron.overview .separator .line-item {
    display: inline-block;
  }
}
.jumbotron.overview .separator p {
  font-size: 16px;
}
.red {
  color: #dd2c00;
}
.green {
  color: #0f9d58;
}
.blue {
  color: #337ab7;
}
.yellow {
  color: #d9cb15;
}
.background-green {
  background-color: #b7d7a8;
}
.background-red {
  background-color: #dc7f6b;
}
.background-yellow {
  background-color: #ffe599;
}
.background-purple {
  background-color: #bd82e8;
}
.background-unknown {
  background-color: rgba(127, 127, 127, 0.28);
}
.send-invoice-form p {
  font-size: 18px;
}
.send-invoice-form .key-contact-list {
  padding-left: 20px;
}
.send-invoice-form .main-button {
  padding-top: 20px;
  text-align: center;
}
.contact-not-verified {
  padding-left: 20px;
}
.form-field-info-text {
  margin-top: -20px;
  margin-bottom: 40px;
}
.v-bar {
  padding: 1px;
  margin: 0 5px;
}
.invoice-uploader {
  width: 100%;
  background-color: #e3e3e3;
  border-style: dashed;
  border-width: 3px;
  border-color: #7b7b7b;
  color: #7b7b7b;
  font-size: 22px;
  text-align: center;
  padding: 40px;
}
.invoice-uploader-panel {
  margin-bottom: 25px;
}
.processed {
  color: green;
}
.not-processed {
  color: red;
}
.accounting-today {
  padding-top: 7px;
}
.accounting-today a {
  text-decoration: none;
  font-size: 16px;
}
.portfolio-table-clients th:last-child {
  text-align: right;
}
.portfolio-table-clients th:nth-child(n+7):nth-child(-n+10) {
  color: red;
}
.portfolio-table-counterparties th:last-child {
  text-align: right;
}
.portfolio-table-counterparties th:nth-child(7) {
  text-align: center;
  color: blue;
}
.portfolio-table-counterparties th:nth-child(n+10):nth-child(-n+13) {
  color: red;
}
.printable {
  max-width: 1200px;
  margin-left: 10px;
  margin-right: 10px;
}
.printableHeader {
  max-width: 1200px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.printableHeaderOnScreen {
  max-width: 1200px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

@media print {
  .printable {
    margin-left: 15px;
    margin-right: 15px;
  }
  .printableHeader {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .printableHeaderOnScreen {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .printable .larger-font {
    font-size: 13px;
  }
  .printable .medium-font {
    font-size: 11px;
  }
  .printable .smaller-font {
    font-size: 9px;
  }
  .printable .more-smaller-font {
    font-size: 8px;
  }
  .printable .even-smaller-font {
    font-size: 7.5px;
  }
  .printable .even-smaller-font.italic {
    font-style: italic;
  }
  .printable .text-right {
    text-align: right;
  }
  .printable .text-left {
    text-align: left;
  }
  .printable .text-center {
    text-align: center;
  }
  .printable .col-md-1,
  .printable .col-md-2,
  .printable .col-md-3,
  .printable .col-md-4,
  .printable .col-md-5,
  .printable .col-md-6,
  .printable .col-md-7,
  .printable .col-md-8,
  .printable .col-md-9,
  .printable .col-md-10,
  .printable .col-md-11,
  .printable .col-md-12 {
    float: left;
    font-size: 10px;
  }
  .printable .col-md-12 {
    width: 100%;
  }
  .printable .col-md-11 {
    width: 91.66666667%;
  }
  .printable .col-md-10 {
    width: 83.33333333%;
  }
  .printable .col-md-9 {
    width: 75%;
  }
  .printable .col-md-8 {
    width: 66.66666667%;
  }
  .printable .col-md-7 {
    width: 58.33333333%;
  }
  .printable .col-md-6 {
    width: 50%;
  }
  .printable .col-md-5 {
    width: 41.66666667%;
  }
  .printable .col-md-4 {
    width: 33.33333333%;
  }
  .printable .col-md-3 {
    width: 25%;
  }
  .printable .col-md-2 {
    width: 16.66666667%;
  }
  .printable .col-md-1 {
    width: 8.33333333%;
  }
  .printable .avoid-pbi {
    page-break-inside: avoid;
  }
  .printable a[href]:after {
    content: none !important;
  }
  .printable .settlement-note-table-columns .col-md-1,
  .printable .settlement-note-table-columns .col-md-2,
  .printable .settlement-note-table-columns .col-md-3,
  .printable .settlement-note-table-columns .col-md-4,
  .printable .settlement-note-table-columns .col-md-5,
  .printable .settlement-note-table-columns .col-md-6,
  .printable .settlement-note-table-columns .col-md-7,
  .printable .settlement-note-table-columns .col-md-8,
  .printable .settlement-note-table-columns .col-md-9,
  .printable .settlement-note-table-columns .col-md-10,
  .printable .settlement-note-table-columns .col-md-11,
  .printable .settlement-note-table-columns .col-md-12 {
    padding: 0px 3px 0px 3px;
  }
  .printable .settlement-note-table-border {
    border: 1px solid lightskyblue;
    margin: 0px 3px;
    padding: 1px 10px;
  }
  .printable .sn-error-table-border {
    border: 1px solid red;
    margin: 5px 3px;
    padding: 4px 10px;
  }
  .printable .sn-interior-table.row {
    padding-left: 11px;
    padding-right: 10px;
  }
  .printable .sn-interior-table-totals.row {
    margin-top: 0px;
    margin-bottom: 2px;
    font-weight: bold;
  }
  .printable .sn-interior-table-totals-top-line {
    margin-top: 8px;
    margin-bottom: 6px;
    border-top: 1px solid #7f7f7f;
    margin-left: -10px;
    margin-right: -10px;
    font-weight: bold;
  }
  .printable .sn-interior-table-no-totals {
    margin-top: 7px;
  }
  .printable .sn-interior-table-header-row.row {
    margin-top: 3px;
  }
  .printable .sn-interior-table-row.row {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .printable .sn-summary-table {
    border: solid;
    border-color: #001470;
    border-width: 1px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 3px;
    margin-right: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
  }
  .printable .sn-summary-table-note {
    padding-left: 30px;
  }
  .printable .sn-header-1 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
  }
  .printable .sn-header-2 {
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #7f7f7f;
  }
  .printable .sn-summary-table-total-line {
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #7f7f7f;
  }
  .printable .sn-last-line {
    padding-bottom: 0px;
    margin-bottom: 1px;
  }
  .printable .sn-total-top-line {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
  }
  .text-paragraph-spaced-1 {
    margin-bottom: 10px;
    overflow: visible;
  }
  .text-paragraph-spaced-2 {
    margin-bottom: 20px;
    overflow: visible;
  }
  .letter-col-l {
    display: inline-block;
    width: 20%;
  }
  .letter-col-r {
    display: inline-block;
    width: 75%;
  }
  .text-paragraph-spaced-1, .text-paragraph-spaced-2, .letter-col-l, .letter-col-r {
    vertical-align: top;
  }
  .shadedBackground {
    background-color: #d5d5d5 !important;
    -webkit-print-color-adjust: exact;
    color: #535353;
  }
  .printableHeaderInside {
    margin-top: -60px;
  }
}
.text-paragraph-spaced-1 {
  margin-bottom: 10px;
  vertical-align: top;
}
.text-paragraph-spaced-2 {
  margin-bottom: 20px;
  vertical-align: top;
}
.letter-col-l {
  display: inline-block;
  width: 20%;
}
.letter-col-r {
  display: inline-block;
  width: 75%;
}
.text-paragraph-spaced-1, .text-paragraph-spaced-2, .letter-col-l, .letter-col-r {
  vertical-align: top;
}
.shadedBackground {
  background-color: #d5d5d5;
  color: #535353;
}

/*Settlement Note V2*/
.larger-font {
  font-size: 18px;
}
.medium-font {
  font-size: 16px;
}
.smaller-font {
  font-size: 14px;
}
.more-smaller-font {
  font-size: 13px;
}
.even-smaller-font {
  font-size: 12px;
}
.even-smaller-font.italic {
  font-style: italic;
}
.settlement-note-table-columns .col-md-1,
.settlement-note-table-columns .col-md-2,
.settlement-note-table-columns .col-md-3,
.settlement-note-table-columns .col-md-4,
.settlement-note-table-columns .col-md-5,
.settlement-note-table-columns .col-md-6,
.settlement-note-table-columns .col-md-7,
.settlement-note-table-columns .col-md-8,
.settlement-note-table-columns .col-md-9,
.settlement-note-table-columns .col-md-10,
.settlement-note-table-columns .col-md-11,
.settlement-note-table-columns .col-md-12 {
  padding: 0px 5px;
}
.settlement-note-table-border {
  border: 1px solid lightskyblue;
  border-radius: 5px;
  margin: 5px 3px;
  padding: 4px 10px;
}
.sn-error-table-border {
  border: 1px solid red;
  border-radius: 5px;
  margin: 5px 3px;
  padding: 4px 10px;
}
.sn-page-one-header.col-md-6 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
  display: inline-block;
}
.sn-interior-table.row {
  padding-left: 11px;
  padding-right: 10px;
}
.sn-interior-table-totals.row {
  margin-top: 0px;
  margin-bottom: 7px;
  font-weight: bold;
}
.sn-interior-table-totals-top-line {
  margin-top: 8px;
  margin-bottom: 6px;
  border-top: 1px solid #7f7f7f;
  margin-left: -10px;
  margin-right: -10px;
  font-weight: bold;
}
.sn-interior-table-no-totals {
  margin-top: 10px;
}
.sn-interior-table-header-row.row {
  margin-top: 7px;
}
.sn-interior-table-row.row {
  margin-top: 6px;
  margin-bottom: 6px;
}
.sn-summary-table {
  border: solid;
  border-color: #001470;
  border-radius: 5px;
  border-width: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 15px;
}
.sn-summary-table-note {
  padding-left: 30px;
}
.sn-header-1 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
}
.sn-header-2 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
}
.sn-summary-table-total-line {
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #7f7f7f;
}
.sn-last-line {
  padding-bottom: 0px;
}
.sn-total-top-line {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
/*End*/
.break-word {
  overflow-wrap: break-word;
}
.payment-exports-table th:first-of-type {
  padding-left: 0px;
}
.payment-exports-table th:last-of-type {
  text-align: right;
  padding-right: 0px;
}
.payment-exports-table tr td:first-of-type {
  padding-left: 0px;
}
.payment-exports-table tr td:last-of-type {
  text-align: right;
  padding-right: 0px;
}
.payment-exports-table tr td:last-of-type span {
  width: 75px;
  display: inline-block;
  padding: 5px;
}
.payment-exports-table tr td:last-of-type span i {
  margin-right: 2px;
}
.payment-exports-table tr td:last-of-type span p {
  display: inline-block;
  margin-bottom: 0px;
}
.link-button:hover {
  color: #3e88f4;
  cursor: pointer;
}
.row.header div {
  font-weight: bold;
}
.action-link-input-text {
  margin: 0px 0px 0px 0px;
  height: 33px !important;
  max-height: 33px !important;
}
.no-padding {
  padding: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.no-decoration-link a:link,
.no-decoration-link a:visited,
.no-decoration-link a:hover,
.no-decoration-link a:active {
  text-decoration: none;
}
md-input-container label {
  overflow: visible !important;
}

.hide-validation-error .md-errors-spacer {
  display: none;
}

.md-dialog-backdrop {
  z-index: 1055 !important;
}
.md-dialog-container {
  z-index: 1060 !important;
}
button.google-sign-in.disabled {
  background-image: url('images/btn_google_signin_dark_disabled_web.png');
}
button.google-sign-in.pressed {
  background-image: url('images/btn_google_signin_dark_pressed_web.png');
}
button.google-sign-in:focus,
button.google-sign-in {
  background-image: url('images/btn_google_signin_dark_normal_web.png');
  background-repeat: no-repeat;
  border: 0;
  width: 191px;
  height: 46px;
  background-color: inherit;
  margin-top: 20px;
  outline: none;
}
div md-select-menu.md-default-theme md-content md-option[disabled] .md-text,
div md-select-menu md-content md-option[disabled] .md-text {
  color: rgba(0, 0, 0, 0.54);
}
.confirmation-msg th,
.confirmation-msg td {
  padding: 5px;
}
i:focus,
.no-outline:focus {
  outline: none;
}
.progress .progress-bar {
  background-color: #4fa7f3;
}
html body table tr.exact-tr td {
  border: none;
  padding: 5px 10px;
}
html body table tr.exact-tr td button {
  background-color: limegreen;
  color: white;
  border: none;
  padding: 0px 25px;
}
html body table tr.exact-tr.green td {
  border: none;
  color: limegreen;
}
html body table tr.exact-tr.border td {
  border: none;
  border-bottom: 1px solid limegreen;
}
.search-results .inactive {
  opacity: 0.8;
}
.search-results .inactive a {
  color: black;
}
.search-results .inactive a:hover {
  cursor: default;
  text-decoration: none;
}
.result-inactive {
  color: red;
  opacity: 0.5;
}
.tab-title {
  color: grey;
  display: inline-block;
}
.tab-title.selected {
  color: black;
}
.disabled-btn {
  color: grey !important;
}
.disabled-btn:hover {
  cursor: default;
}
.color-span {
  padding-left: 19px;
  margin-right: 5px;
}
.no-margin {
  margin: 0;
}

.toast-container .md-toast-content {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  z-index: 10000;
}

.default .md-toast-content  {
  background: #323232;
}
.success .md-toast-content  {
  background: green;
}
.error .md-toast-content  {
  background: red;
}
.info .md-toast-content  {
  background: orange;
}
.warning .md-toast-content  {
  background: purple;
}