.escala-footer {
	padding-bottom: 15px;
}
.escala-footer a {
	color: #000000
}
.escala-footer a:hover {
	color: #fecc00
}

/*==============================
  13. invoice-design
  ==============================*/

.invoice-design-sec {
  padding: 0px;
  border: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.invoice-address p {
  margin-bottom: 0px;
  font-size: 14px;
}

.invoice-address p span {
  display: block;
}

.invoice-logo-wrapper {
  text-align: right;
}

.invoice-address p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
  color: #ccc;
}

.invoice-head {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
  padding: 20px;
}

.invoice-head h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #eee;
}

.invoice-details {
  background: #fdfdfd;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.invoice-details h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.invoice-body table {
  margin-bottom: 0px;
}

.invoice-body table tr th {
  border-bottom: 1px solid #18204d;
  color: #18204d;
  letter-spacing: 0;
  font-weight: 700;
}

.invoice-body table tr td {
  font-size: 16px;
  padding: 10px;
  font-weight: 600;
  color: #46464e;
}

.invoice-body {
  padding: 0px 0 0;
  background: white;
}

.right-align-data {
  text-align: right;
}

.invoice-footer {
  background: #f7f7f7;
  padding: 15px 20px 10px;
  border-top: 1px solid #ececec;
}

.invoice-footer ul {
  padding: 0px;
}

.invoice-footer ul li {
  list-style: none;
}

.invoice-footer ul li h5 {
  color: #ababab;
  letter-spacing: 1px;
}

.invoice-footer ul li p {
  font-size: 16px;
  font-weight: 600;
  color: #636363;
}

.invoice-footer ul li p span {
  padding-left: 10px;
  color: #969696;
  font-weight: 400;
}

.invoice-total {
  text-align: right;
  margin-top: 15px;
}

.invoice-total li p {
  margin-bottom: 0px;
}

.invoice-total h3 {
  margin: 10px 0;
  font-weight: 800;
  color: #737373;
  font-size: 20px;
}
/*end of invoice-design*/