﻿body {
    padding-top: 90px;
    padding-bottom: 20px;
}

.panel-invoice-recent {
    margin-top: 30px;
}

.btn-invoice-new {
    margin-left: 20px;
}

.thumb {
    margin-bottom: 30px;
}

.panel-title {
    display: inline;
}

.panel-invoice {
    margin-top: 30px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.invoice-title h2, .invoice-title h3 {
    display: inline-block;
}

.table > tbody > tr > .no-line {
    border-top: none;
}

.table > thead > tr > .no-line {
    border-bottom: none;
}

.table > tbody > tr > .thick-line {
    border-top: 2px solid;
}

.text-center {
    text-align: center;
    position: relative;
}

.btn-invoice-new {
    margin-top: 5px;
    display: inline-block;
    float: right;
}

.inline-heading {
    display: inline-block;
}

.clickable-row {
    cursor: pointer;
}

/*************************************************/
/* Invoice Specific                              */
/*************************************************/
.invoice {
}

    .invoice .panel {
        border-radius: 0;
    }

    .invoice .panel-heading {
        border-radius: 0;
    }

    .invoice .panel-body {
        padding: 0;
    }

    .invoice .panel-client {
        margin: 15px 0 0 0;
        border-bottom: none;
    }

        .invoice .panel-client > .row {
            display: flex;
        }

        .invoice .panel-client [class^="col-"]:first-child {
            padding-right: 0;
            border-right: 1px solid #dddddd;
        }

        .invoice .panel-client [class^="col-"]:last-child {
            padding-left: 0;
        }

        .invoice .panel-client .panel-heading {
            color: #333333;
            background-color: #f5f5f5;
            border-color: #dddddd;
        }

        .invoice .panel-client address {
            padding: 0 5px;
        }

    .invoice .table {
        margin: 0;
    }

    .invoice .invoice-footer {
        font-family: 'Damion', cursive;
        font-size: 32px;
    }

        .invoice .invoice-footer .signed-name {
            font-size: 26px;
        }
