body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #F2F1EF; }

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0; }

a {
  color: #4f6dff;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.ei-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ei-flex .ei-flex-1 {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .ei-flex .ei-flex-3 {
    -webkit-box-flex: 3;
       -moz-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.ei-component-wrap {
  padding: 15px 0; }

.right-text {
  text-align: right; }

.center-text {
  text-align: center; }

.left-text {
  text-align: left; }

.ei-loading {
  position: fixed;
  min-height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.easy-invoice-hide {
  display: none; }

.ei-invoice-error {
  background: #fff3f3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  border: 1px solid #ff6363;
  color: #700c0c;
  font-size: 15px; }

.ei-header-wrap {
  display: inline-block;
  width: 100%; }

.ei-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px; }

@media (max-width: 1169px) {
  .ei-container {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px); } }

.ei-row {
  margin-left: -15px;
  margin-right: -15px;
  display: block; }

.ei-50 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

table {
  width: 100%;
  max-width: 100%;
  margin: 0;
  vertical-align: top;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd; }
  table th, table .title {
    border: 1px solid #ccc;
    vertical-align: top;
    background: #ededed none repeat scroll 0 0;
    padding: 12px 8px; }
  table tbody tr td {
    padding: 8px;
    border: 1px solid #ccc; }

button, .ei-button {
  padding: 5px 20px;
  background: #ffffff;
  border: 2px solid #4f6dff;
  cursor: pointer;
  color: #4f6dff;
  border-radius: 5px;
  margin-left: 5px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  outline: none;
  font-family: inherit;
  font-size: 14px; }
  button:hover, .ei-button:hover {
    background: #4f6dff;
    color: #fff;
    text-decoration: none; }
  button.disabled, .ei-button.disabled {
    background: #f2f1ef;
    color: #aaa;
    border-color: #aaa;
    cursor: not-allowed; }
  button.success, .ei-button.success {
    background: #efffef;
    color: #00c300;
    border-color: #00c300; }
  button.error, .ei-button.error {
    background: #ffefef;
    color: #c30000;
    border-color: #c30000; }
  button.xl, .ei-button.xl {
    padding: 15px 50px; }
  button.disabled, .ei-button.disabled {
    background: #f9f9f9;
    border-color: #ddd;
    color: #ccc; }

.easy-invoice-top-bar {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  padding: 10px 0; }

.ei-terms-component-wrap {
  border: 1px solid #ddd;
  background: #f9f9f9; }

.ei-component-has-bg {
  margin-top: 20px; }

.ei-business-logo {
  max-width: 300px; }

.ei-title {
  text-align: right; }

.terms-text {
  width: 100%; }

.ei-invoice-items {
  width: 100%; }

table .service-name {
  display: block; }

table .service-description {
  font-size: 14px;
  display: block;
  color: #858585;
  margin-top: 10px; }

.page-number {
  text-align: right;
  display: none; }

@media print {
  body, html {
    margin: 0;
    padding: 0; }
  .ei-no-print {
    display: none; } }

.ei-popup-page-main-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  height: 100%;
  width: 100%; }
  .ei-popup-page-main-container .ei-popup-page-content-wrap {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 450px;
    height: auto;
    max-height: 100%; }
  .ei-popup-page-main-container .ei-popup-page-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    margin: 20px auto;
    position: relative;
    display: block;
    padding: 20px 30px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto; }
    .ei-popup-page-main-container .ei-popup-page-content.ei-before-loading:before {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 9999999;
      position: absolute;
      left: 0;
      top: 0; }
    .ei-popup-page-main-container .ei-popup-page-content p {
      margin: 0; }
  .ei-popup-page-main-container h2 {
    margin-left: -30px;
    background: #ccc;
    margin-right: -30px;
    margin-top: -20px;
    display: block;
    padding: 5px 30px;
    border-bottom: 1px solid #aaa;
    font-size: 22px;
    margin-bottom: 20px; }
  .ei-popup-page-main-container .easy-invoice-payment-gateway {
    margin: 0 0 15px 0;
    list-style: none;
    padding: 0; }
    .ei-popup-page-main-container .easy-invoice-payment-gateway li {
      list-style: none;
      margin-top: 3px;
      padding: 10px;
      background: #f1f1f1;
      border: 1px solid #ddd; }
    .ei-popup-page-main-container .easy-invoice-payment-gateway label, .ei-popup-page-main-container .easy-invoice-payment-gateway input[type="checkbox"], .ei-popup-page-main-container .easy-invoice-payment-gateway span {
      cursor: pointer; }
    .ei-popup-page-main-container .easy-invoice-payment-gateway label {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5px; }
    .ei-popup-page-main-container .easy-invoice-payment-gateway input[type="radio"] {
      height: 20px;
      width: 20px;
      margin: 0;
      padding: 0; }
  .ei-popup-page-main-container .ei-close {
    position: fixed;
    right: 1px;
    top: 19px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 2;
    color: #000;
    z-index: 99999;
    cursor: pointer; }
  .ei-popup-page-main-container label {
    display: block;
    font-weight: bold; }
  .ei-popup-page-main-container textarea {
    width: 100%;
    height: 150px;
    padding: 5px; }
  .ei-popup-page-main-container.decline-quote, .ei-popup-page-main-container.accept-quote {
    display: none; }
  .ei-popup-page-main-container.active {
    display: block; }

.easy-invoice-wrap {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  margin: 20px auto;
  position: relative;
  display: block;
  padding: 20px 30px; }
  .easy-invoice-wrap p {
    margin: 0; }
/*# sourceMappingURL=easy-invoice.css.map */