@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Pontano+Sans);
/* CSS Document */

#invoice-report {
  width: 100%;
  margin: 0;
  min-height: 500px;
}

.companyInfo {
  white-space: pre;
  margin-bottom: 10px;
}

div#invoice-report input[type="text"],
div#invoice-report input[type="password"],
div#invoice-report select,
div#invoice-report textarea {
  font-size: 13px;
  height: 17px;
  padding: 4px 5px 5px;
  position: relative;
  background: #fff;
  margin: 0;
  -webkit-box-shadow: 0 0 5px #f8f8f8 inset;
  -moz-box-shadow: 0 0 5px #f8f8f8 inset;
  box-shadow: 0 0 5px #f8f8f8 inset;
  font-family: "Open Sans", Arial, sans-serif;
  outline: none;
  border: 1px solid #999;
  border-radius: 2px;
}

div#invoice-report div.pager-btn-container select {
  height: 26px;
  margin-top: -1px;
}

span.col {
  position: relative;
}
.limit-reached {
  color: #e53935;
  font-weight: bold;
}
span.col.push-right {
  float: right;
  position: absolute;
  right: 0px;
}

i#clear-search {
  position: absolute;
  top: 1px;
  right: 82px;
  cursor: pointer;
  color: #999;
  display: none;
  font-size: 16px;
}

#search-form-input {
  width: 260px;
}
.button-group .gen-button.first.pressed {
  border-right: none;
}

#filter-type-container {
  position: relative;
}

#filter-type-container div#filter-menu {
  position: absolute;
  left: 1px;
  width: 152px;
  min-height: 20px;
  background: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 100;
  display: none;
}

#filter-type-container div#filter-menu ul {
  padding: 0px;
  margin: 10px 0;
}

#filter-type-container div#filter-menu li {
  list-style: none;
  padding: 0px 1px 0px 4px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
#filter-type-container div#filter-menu li label {
  cursor: pointer;
}
#filter-type-container div#filter-menu li input {
  position: relative;
  top: -2px;
}

#filter-type-container div#filter-menu li:hover {
}

#filter-type-container div#filter-menu div#filter-btn-container {
  margin: 10px 0px;
  text-align: center;
}

div#mc-i-container {
  width: 100%;
}

div#mc-i-container div#mc-client-invoices {
  /*position:absolute;*/
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

div#mc-client-invoices {
  clear: both;
}
div#mc-client-invoices h1 {
  font-size: 26px;
  color: #333;
}
div#mc-client-invoices h2 {
  font-size: 14px;
  color: #333;
}
div#mc-client-invoices h3 {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}

div#mc-client-invoices p {
  font-size: 12px;
  color: #333;
  margin: 5px 0;
  line-height: 18px;
}

div#mc-client-invoices div.mc-invoice-view {
}
div#mc-client-invoices div.mc-payment-options {
}
div#mc-client-invoices div.mc-payment-options div.mc-buttons {
}
div#mc-client-invoices div.mc-invoice-container {
  border: 1px solid #e1e1e1;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  clear: both;
  padding: 15px 40px 72px;
  position: relative;
  z-index: 0;
  background: #fff;
}
#mc-status-banner {
  position: relative;
  width: 15%;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px 6px 71px;
  margin: 0px 10px 10px -61px;
  color: #fff;
  background-color: #999;
  text-shadow: 0px 1px 2px #bbb;
  -webkit-box-shadow: 0px 2px 4px #888;
  -moz-box-shadow: 0px 2px 4px #888;
  box-shadow: 0px 2px 4px #888;
  text-transform: uppercase;
  font-family: "Pontano Sans", sans-serif;
}
#mc-status-banner:before,
#mc-status-banner:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
}
#mc-status-banner:before {
  width: 30px;
  left: -30px;
  top: 12px; /*
	border-width: 20px 10px;
	border-style: solid;
	border-color: #999 #999 #999 transparent;
	*/
}
#mc-status-banner.simple:before {
  display: none;
}
#mc-status-banner.flag:before {
  width: 0px;
  left: auto;
  right: -2px;
  top: 0px;
  border-color: transparent #fff transparent transparent;
}
#mc-status-banner:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #666 #666 transparent transparent;
}
#mc-status-banner.mc-status-open {
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #666666),
    color-stop(7%, #666666),
    color-stop(25%, #5f5f5f),
    color-stop(43%, #606060),
    color-stop(54%, #5d5d5d),
    color-stop(57%, #585858),
    color-stop(71%, #5a5a5a),
    color-stop(82%, #585858),
    color-stop(86%, #555555),
    color-stop(100%, #565656)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#565656', GradientType=0 ); /* IE6-9 */
}
#mc-status-banner.mc-status-open:before {
  border-color: #565656 #565656 #565656 transparent;
}
#mc-status-banner.mc-status-sent {
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #666666),
    color-stop(7%, #666666),
    color-stop(25%, #5f5f5f),
    color-stop(43%, #606060),
    color-stop(54%, #5d5d5d),
    color-stop(57%, #585858),
    color-stop(71%, #5a5a5a),
    color-stop(82%, #585858),
    color-stop(86%, #555555),
    color-stop(100%, #565656)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#565656', GradientType=0 ); /* IE6-9 */
}
#mc-status-banner.mc-status-sent:before {
  border-color: #565656 #565656 #565656 transparent;
}
#mc-status-banner.mc-status-incomplete {
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #666666),
    color-stop(7%, #666666),
    color-stop(25%, #5f5f5f),
    color-stop(43%, #606060),
    color-stop(54%, #5d5d5d),
    color-stop(57%, #585858),
    color-stop(71%, #5a5a5a),
    color-stop(82%, #585858),
    color-stop(86%, #555555),
    color-stop(100%, #565656)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#565656', GradientType=0 ); /* IE6-9 */
}
#mc-status-banner.mc-status-incomplete:before {
  border-color: #565656 #565656 #565656 transparent;
}

#mc-status-banner.mc-status-void {
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #666666),
    color-stop(7%, #666666),
    color-stop(25%, #5f5f5f),
    color-stop(43%, #606060),
    color-stop(54%, #5d5d5d),
    color-stop(57%, #585858),
    color-stop(71%, #5a5a5a),
    color-stop(82%, #585858),
    color-stop(86%, #555555),
    color-stop(100%, #565656)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #666666 0%,
    #666666 7%,
    #5f5f5f 25%,
    #606060 43%,
    #5d5d5d 54%,
    #585858 57%,
    #5a5a5a 71%,
    #585858 82%,
    #555555 86%,
    #565656 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#565656', GradientType=0 ); /* IE6-9 */
}
#mc-status-banner.mc-status-void:before {
  border-color: #565656 #565656 #565656 transparent;
}

#mc-status-banner.mc-status-paid {
  background: #52b912;
  background: -moz-linear-gradient(top, #52b912 0%, #41a505 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #52b912),
    color-stop(100%, #41a505)
  );
  background: -webkit-linear-gradient(top, #52b912 0%, #41a505 100%);
  background: -o-linear-gradient(top, #52b912 0%, #41a505 100%);
  background: -ms-linear-gradient(top, #52b912 0%, #41a505 100%);
  background: linear-gradient(to bottom, #52b912 0%, #41a505 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b912', endColorstr='#41a505', GradientType=0 );
}
#mc-status-banner.mc-status-paid:before {
  border-color: #52b912 #52b912 #52b912 transparent;
}
#mc-status-banner.mc-status-pending {
  background: #f29009;
  background: -moz-linear-gradient(
    top,
    #f29009 0%,
    #ee8c05 22%,
    #ec8800 25%,
    #ef8a04 31%,
    #ef8a04 34%,
    #ea8501 41%,
    #ec8705 50%,
    #e57f00 59%,
    #e27c00 75%,
    #e37d01 84%,
    #de7700 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f29009),
    color-stop(22%, #ee8c05),
    color-stop(25%, #ec8800),
    color-stop(31%, #ef8a04),
    color-stop(34%, #ef8a04),
    color-stop(41%, #ea8501),
    color-stop(50%, #ec8705),
    color-stop(59%, #e57f00),
    color-stop(75%, #e27c00),
    color-stop(84%, #e37d01),
    color-stop(100%, #de7700)
  );
  background: -webkit-linear-gradient(
    top,
    #f29009 0%,
    #ee8c05 22%,
    #ec8800 25%,
    #ef8a04 31%,
    #ef8a04 34%,
    #ea8501 41%,
    #ec8705 50%,
    #e57f00 59%,
    #e27c00 75%,
    #e37d01 84%,
    #de7700 100%
  );
  background: -o-linear-gradient(
    top,
    #f29009 0%,
    #ee8c05 22%,
    #ec8800 25%,
    #ef8a04 31%,
    #ef8a04 34%,
    #ea8501 41%,
    #ec8705 50%,
    #e57f00 59%,
    #e27c00 75%,
    #e37d01 84%,
    #de7700 100%
  );
  background: -ms-linear-gradient(
    top,
    #f29009 0%,
    #ee8c05 22%,
    #ec8800 25%,
    #ef8a04 31%,
    #ef8a04 34%,
    #ea8501 41%,
    #ec8705 50%,
    #e57f00 59%,
    #e27c00 75%,
    #e37d01 84%,
    #de7700 100%
  );
  background: linear-gradient(
    to bottom,
    #f29009 0%,
    #ee8c05 22%,
    #ec8800 25%,
    #ef8a04 31%,
    #ef8a04 34%,
    #ea8501 41%,
    #ec8705 50%,
    #e57f00 59%,
    #e27c00 75%,
    #e37d01 84%,
    #de7700 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29009', endColorstr='#de7700', GradientType=0 );
}
#mc-status-banner.mc-status-pending:before {
  border-color: #f29009 #f29009 #f29009 transparent;
}

#mc-status-banner.mc-status-draft-partial {
}
#mc-status-banner.mc-status-viewed {
}
#mc-status-banner.mc-status-disputed {
}
#mc-status-banner.mc-status-partial {
}
#mc-status-banner.mc-status-pending {
}
#mc-status-banner.mc-status-declined {
}
#mc-status-banner.mc-status-auto-paid {
}
#mc-status-banner.mc-status-retry {
}
#mc-status-banner.mc-status-failed {
}
#mc-status-banner.mc-status-replied {
}
#mc-status-banner.mc-status-accepted {
}
#mc-status-banner.mc-status-invoiced {
}
#mc-status-banner.mc-status-outstanding {
}
#mc-status-banner.mc-invoice-header {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin: 0 0 50px 0;
  position: relative;
}
div#mc-client-invoices div.mc-invoice-header address {
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  padding: 1px;
}
div#mc-client-invoices div.mc-invoice-header .mc-client-address address {
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  padding: 1px;
}
div#mc-client-invoices div.mc-invoice-header-upper {
  min-height: 90px;
  position: relative;
  z-index: 10;
  clear: both;
  margin-top: 90px;
}
div#mc-client-invoices div.mc-company-address {
  float: right;
  margin-bottom: 20px;
}
div#mc-client-invoices div.mc-company-logo {
  float: right;
  /*height: 200px;*/
  /*width: 250px;*/
  right: 0;
  top: 0px;
  position: relative;
  margin-bottom: 30px;
  clear: both;
}
div#mc-client-invoices div.mc-company-logo img {
  max-height: 200px;
  max-width: 200px;
}
div#mc-client-invoices div.mc-logo {
  float: right;
}
div#mc-client-invoices div.mc-logo img {
  max-height: 200px;
  max-width: 200px;
}
div#mc-client-invoices div.mc-invoice-header-lower {
  clear: both;
  margin-left: 0.5in;
  margin-top: 54px;
  min-height: 126px;
}
div#mc-client-invoices div.mc-client-address {
  float: left;
  padding-bottom: 20px;
  width: 33%;
}
div#mc-client-invoices div.mc-invoice-details {
  float: right;
  padding-bottom: 20px;
  width: 33%;
}
div#mc-client-invoices div.mc-invoice-details-balance {
  font-family: Arial, "Arial Unicode", "Arial Unicode MS", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
div#mc-client-invoices div.mc-invoice-details table {
  width: 100%;
}
div#mc-client-invoices div.mc-invoice-details table th {
  padding: 1px 14px;
  text-align: left;
}
div#mc-client-invoices div.mc-invoice-details tr.mc-balance th {
  border-left: 1px solid #c7c7c7;
  padding: 5px;
}
div#mc-client-invoices div.mc-invoice-details tr.mc-balance th,
div#mc-client-invoices div.mc-invoice-details tr.mc-balance td {
  background-color: #e5e5e5;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  font-weight: bold;
}
div#mc-client-invoices div.mc-invoice-details table tr.mc-balance th {
  white-space: nowrap;
  width: 150px;
}
div#mc-client-invoices div.mc-invoice-body {
  clear: both;
  position: relative;
}
div#mc-client-invoices table.mc-invoice-items {
  margin-bottom: 24px;
  width: 100%;
}
div#mc-client-invoices table.mc-invoice-items thead {
  font-weight: bold;
}
div#mc-client-invoices table.mc-invoice-items th.first {
  border-left: 1px solid #c7c7c7;
}
div#mc-client-invoices table.mc-invoice-items th {
  background-color: #e3e3e3;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  line-height: normal;
  vertical-align: top;
}
div#mc-client-invoices table.mc-invoice-items th.last {
  border-right: 1px solid #c7c7c7;
}
div#mc-client-invoices table.mc-invoice-items tbody {
  page-break-before: avoid;
  vertical-align: top;
}

div#mc-client-invoices table.mc-invoice-items a.mc-trans-details {
  text-decoration: underline;
}

div#mc-client-invoices table.mc-invoice-items th,
div#mc-client-invoices table.mc-summary th {
  font-family: Arial, "Arial Unicode", "Arial Unicode MS", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
div#mc-client-invoices table.mc-invoice-items td {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0 3px 2px;
  vertical-align: top;
  position: relative;
}
div#mc-client-invoices table.mc-summary,
table.mc-summary {
  /*border-top: 3px solid #E3E3E3;*/
  margin-bottom: 18px;
  width: 100%;
  float: right;
  margin-top: 10px;
}
table.mc-summary th,
table.mc-summary td {
  padding-left: 5px;
}
div#mc-client-invoices table.mc-summary .mc-summary-clean,
table.mc-summary .mc-summary-clean {
  background: none !important;
  border: none !important;
}
div#mc-client-invoices table.mc-summary .mc-summary-total td,
div#mc-client-invoices table.mc-summary .mc-summary-total th,
table.mc-summary .mc-summary-total th,
table.mc-summary .mc-summary-total td {
  background-color: #e5e5e5;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  padding: 5px;
}
div#mc-client-invoices div.mc-terms {
  width: 65%;
}

table.mc-summary .mc-invoice-total {
  text-align: right;
  padding-right: 100px !important;
}

div#mc-client-invoices .invoice-controls {
  text-align: center;
  clear: both;
}
div#invoice-notes div#notes-frm {
  text-align: center;
  margin: 20px 0;
}
div#invoice-notes div#notes-frm textarea {
  width: 90%;
  height: 50px;
}

div#invoice-notes div#notes-controls {
  width: 92%;
  margin: 0 auto;
}
div#invoice-notes div#notes-area {
  margin: 20px auto;
}
div#invoice-notes div#notes-area div.note {
  width: 75%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #eee;
  margin: 5px auto;
}

div#invoice-notes div#notes-area div.note:nth-child(even) {
  background: #fdfdfd;
}

div#invoice-notes div#notes-area div.note .note-posted-date {
  border-top: 1px solid #eee;
  padding-top: 10px;
  text-transform: uppercase;
}
div#invoice-notes div#notes-area div.note .note-posted-date a {
  text-transform: none;
}
/* payment */
div.header-box {
  position: relative;
}

div.header-box .header-button-bar.position-right {
}

div.header-box p {
  font-size: 14px;
  padding: 5px 0 20px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

div.header-box-heading {
  background: none repeat scroll 0 0 #e6e6e6;
  border: 1px solid #bfbfbf;
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
}

div.header-box-heading span {
  font-size: 18px;
  margin-left: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

div.header-box-heading .header-box-action {
  float: right;
  width: 180px;
}

div.header-box-heading .header-box-action .field {
  font-size: 14px;
  font-weight: bold;
  height: 17px;
  margin: 5px;
  padding: 4px 5px 5px;
  font-family: "Open Sans", Arial, sans-serif;
}

div.header-box-heading .header-box-action .toggle {
  float: right;
}

div.header-box-heading .activeSwitch {
  margin-left: 0px;
}

div#invoice-container div.frm-col {
  float: left;
  width: 50%;
}
div#invoice-container div.frm-col.full {
  float: left;
  width: 100%;
}

div#invoice-container div.row {
  clear: both;
}
div#invoice-container div.border {
  position: absolute;
  /* top: 140%; */
  left: 50%;
  height: 370px;
  width: 1px;
  border-left: 1px solid #ccc;
  margin-top: 60px;
}
div#invoice-container div.border.offline {
  margin-top: 82px;
  height: 200px;
}
div#invoice-container div.border.refund {
  margin-top: 74px;
  height: 145px;
}
div#invoice-container div.frm-col > div {
  padding: 0px 15px;
}
div#invoice-container div.frm-col.full > div {
  padding: 0px 7.5px 0px 15px;
}

div#invoice-container div.frm-col:nth-child(odd) > div:nth-child(odd) {
}
div#invoice-container div.frm-col > div > div {
  margin: 20px 0;
  min-height: 50px;
}

.modal div#invoice-container div.frm-col > div > div {
  margin: 5px 0;
  min-height: 50px;
}

div#invoice-container p.title {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  line-height: 18px;
  font-weight: bold;
}
div#invoice-container p.subtitle {
  font-size: 13px;
  color: #333;
  margin: 0px 10px;
  line-height: 18px;
}
div#invoice-container p.low {
  margin: 2px 1px 3px;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

div#invoice-container label:not(.off),
div#invoice-container label:not(.on) {
  display: block;
  font-size: 12px;
  color: #333;
  margin: 1px 0;
  line-height: 18px;
  font-weight: bold;
}
div#invoice-container label.inline {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -6px;
}

div#invoice-container .switch label {
  margin: 0;
  font-weight: normal;
}
div#invoice-container .switch label.on {
  color: #fff;
}

#emailEnabled .toggle,
.switch,
#defaultTemplate .toggle,
.switch,
#newInvoiceEmailEnabled .toggle,
.switch,
#reminderEmailEnabled .toggle,
.switch,
#pastDueEmailEnabled .toggle,
.switch,
#paymentNotificationEmailEnabled .toggle,
.switch {
  display: inline-block;
}
#refundSettlementNotificationEmailEnabled .toggle,
.switch {
  display: inline-block;
}

div#invoice-container input[type="text"],
div#invoice-container input[type="password"],
div#invoice-container textarea {
  width: 97.5%;
}
div#invoice-container select {
  width: 99%;
}
div#invoice-container textarea {
  height: 87px;
}
div#invoice-report div#invoice-container select {
  height: 28px;
}
div#invoice-report select.with-btn,
div#invoice-report input.with-btn {
  width: 75%;
}

div#invoice-report select.half-field,
div#invoice-report input.half-field {
  float: left;
  width: 46%;
}
div#invoice-report select.half-field.first,
div#invoice-report input.half-field.first {
  margin-right: 13px !important;
}

.with-btn + a {
  position: relative;
  top: 1px;
  left: 4px;
}

div#invoice-report select.third-field,
div#invoice-report input.third-field {
  float: left;
  width: 28%;
  margin-right: 13px !important;
}

div#invoice-report select.third-field.last,
div#invoice-report input.third-field.last {
  margin-right: 0 !important;
}

div#invoice-report divinvoice-controls {
  border-top: 2px solid #ccc;
  padding-top: 15px;
  clear: both;
}

div#invoice-report span.span-error {
  color: #c00;
  font-size: 12px;
  font-style: italic;
}

div#invoice-report .field-error {
  border: 1px solid #ffaeae !important;
  background: #feebeb !important;
}

div#invoice-report .linetotal {
  float: right;
  position: relative;
}

div#invoice-report .invoice-data {
  float: right;
  position: relative;
}

div#alert-block {
  /* fixed position a zero-height full width container */
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  height: 0;
  /* center all inline content */
  text-align: center;
  z-index: 999;
  display: none;
}
.mc-msg {
  width: 50%;
  margin: auto !important;
  text-align: left;
}
.mc-msg .close-btn,
.mc-msg .success-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #ffd324;
}
.mc-msg .close-btn.error i {
  color: #ffaeae !important;
}
.mc-msg .close-btn.done i {
  color: #bbdf8d !important;
}

/*files*/
.fileinput-button {
  position: relative;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

.progress-animated {
  border: 1px solid;
  width: 200px;
}

.progress-animated .bar {
  background: url(https://www.truesourcehoney.com/administrator/components/com_mcpayment/assets/images/progressbar.gif) !important;
  filter: none;
  height: 20px;
}

.upload-msg {
  padding: 5px;
  margin: 10px 0;
  font-size: 14px;
  position: relative;
  z-index: 5;
}

.upload-msg p {
  font-size: 14px;
  margin: 0;
}

.upload-msg.done,
.upload-msg.success {
  border: 2px solid #bbdf8d;
  background-color: #eaf7d9;
}

.upload-msg.error {
  border: 2px solid #ffaeae;
  background-color: #feebeb;
}

#logo-holder {
  margin: 20px 0;
}

#invoice-logo {
  position: absolute;
  right: 38px;
  padding-bottom: 25px;
  text-align: center;
  top: 20px;
}

.low {
  color: #b3b1b1;
}
