.form-signin {
    width: 100%;
    max-width: 530px;
    padding: 15px;
    margin: auto;
}
.invoice {
    background: #fff;
    padding: 15px;
}

.invoice-company {
    font-size: 20px;
}

.invoice-header {
    margin: auto;
    background: #f0f3f4;
    padding: 30px;
}

.invoice-date,
.invoice-from,
.invoice-to {
    display: table-cell;
    width: 35%;
}

.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
    font-size: 16px;
    font-weight: 600;
}

.invoice-date {
    text-align: right;
    padding-left: 20px;
}

.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%;
}

.invoice-price-left-1{
  display: table-cell;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  width: 75%;
  position: relative;
  vertical-align: middle;
}

.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
    display: table-cell;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle;
}

.invoice-price .invoice-price-left .sub-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.invoice-price .invoice-price-row {
    display: table;
    float: left;
}

.invoice-price .invoice-price-right {
    width: 25%;
    background: #015cb9;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300;
}

.breadcrumb{
  margin-bottom: 40px !important;
  background-color: white !important;
}

.invoice-price .invoice-price-right small {
    display: block;
    opacity: .6;
    font-size: 12px;
}

.invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px;
}

.invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%;
}

.invoice>div:not(.invoice-footer) {
    margin-bottom: 20px;
}

.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .25rem;
    /*margin-bottom: 1.5rem;*/
    /* box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%); */
}
.me-2 {
    margin-right: .5rem!important;
}

.tabbable .tab-content {
  padding: 30px;
}
