﻿/* =========================================================================
   Managment Portal CSS
   Author: Justin Templar
   ========================================================================== */

@font-face {
    font-family: "proxima_nova_rgregular";
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/proximanova-regular-webfont.eot');
    src: url('/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/proximanova-regular-webfont.woff2') format('woff2'), url('/fonts/proximanova-regular-webfont.woff') format('woff'), url('/fonts/proximanova-regular-webfont.ttf') format('truetype'), url('/fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
}

@font-face {
    font-family: "proxima_nova_rgregular";
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/proximanova-bold-webfont.eot');
    src: url('/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/proximanova-bold-webfont.woff2') format('woff2'), url('/fonts/proximanova-bold-webfont.woff') format('woff'), url('/fonts/proximanova-bold-webfont.ttf') format('truetype'), url('/fonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
}

@font-face {
    font-family: "proxima_nova_rgregular";
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/proximanova-semibold-webfont.eot');
    src: url('/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('/fonts/proximanova-semibold-webfont.woff') format('woff'), url('/fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
}

@font-face {
    font-family: "proxima_nova_rgregular";
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/proximanova-light-webfont.eot');
    src: url('/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/proximanova-light-webfont.woff2') format('woff2'), url('/fonts/proximanova-light-webfont.woff') format('woff'), url('/fonts/proximanova-light-webfont.ttf') format('truetype'), url('/fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
}

html {
    height: 100%;
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 1; */
    color: #2d2d2d; /* #666666 gray */
}

html, body {
    background-color: #ffffff;
}

body, button, select, html, textarea, input, table {
    font-family: "proxima_nova_rgregular","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6rem;
}

.paragraphSpacing {
    line-height: 1.2;
}

h1 {
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
}

h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
}

h3 {
    font-size: 21px;
    line-height: 1;
    font-weight: 400;
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
}

h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
}

h5 {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
}

a, .btn-link {
    text-decoration: none;
    color: #2699FB;
    outline: none;
}

    a:hover {
        color: #0056b3;
        outline: 0;
        text-decoration: none;
    }
    .btn-link:hover {
        color: #0056b3;
        text-decoration: none;
    }
    a:focus {
        color: #1B70B9;
        text-decoration: none;
        outline: none;
    }

    a:active {
        text-decoration: none;
        outline: 0;
    }

::-moz-selection {
    background: #cccccc;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #cccccc;
    color: #fff;
    text-shadow: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.6;
}

textarea:-ms-input-placeholder {
    opacity: 1;
}

markdown {
    display: inline-block;
}

::-ms-value {
    background: none;
    border: none;
}

.checkbox {
    line-height: 1.5;
}

p {
    margin-bottom: 18px;
}

hr {
    margin: 5px 0 21px 0;
    padding: 0;
    color: #E3E3E3;
}

.navbar-text {
    padding-right: .5rem;
    padding-left: .5rem;
}

.nav-link:hover {
    color: #0056b3 !important;
}

.navbar-brand {
    color: #000;
}

    .navbar-brand img {
        margin-right: 10px;
    }

.managementHome ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.managementHome ul li {
    padding-bottom: 3px;
}


footer {
    padding-bottom: 10px;
}
footer p {
    margin-bottom: 14px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 1rem;
}


.navbar-secondlevel {
    background-color: #808080;
}
.navbar-secondlevel li {
    margin: 5px 0px;
    background-color: #fff;
    border-radius: 4px;
}
.navbar-secondlevel li + li {
    margin-left: 10px;
}
.navbar-secondlevel a {
    color: #000;
}
.breadcrumb {
    margin: 5px 0 2px 0;
}

.imageDescription {
    font-style: italic;
}
h3.section {
    background-color: #eeeeee;
    padding: 6px 6px 4px 6px;
    border-radius: 4px;
}

.ratingArea {
    margin-bottom: 5px;
}
.ratingArea img {
    margin-bottom: 3px;
}
.ratingArea img + img {
    margin-left: 3px;
}

.travelAtTheWinery .box {
    list-style-type: none;
    margin-bottom: 6px;
}
.travelAtTheWinery .box i {
    width: 40px;
    height: 40px;
    font-size: 30px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 4px 0;
    margin-right: 5px;
    text-align: center;
}

.travelPhotos .box {
    list-style-type: none;
    margin-bottom: 6px;
    height: 80px;
    width: 80px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
}
.travelPhotos .box img {
    border-radius: 5px;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}

.travelReviews .review {
    border-bottom: 5px solid #dddddd;
    margin-bottom: 10px;
    padding-left: 10px;
}

ul.multi-col-list {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    padding: 0;
    margin-bottom: 0.5rem;
}

ul.multi-col-list li {
    list-style: none;
}

#locationMap {
    height: 200px;
    width: 200px;
    border: 1px solid #808080;
    margin: 10px 0;
}

#locationRegionMap {
    height: 400px;
    width: 400px;
    border: 1px solid #808080;
    margin: 10px 0;
}

#wineryMap {
    height: 205px;
    width: 237px;
    border: 1px solid #808080;
    margin: 10px 0;
}

#wineMap, #wineryTravelzMap {
    height: 205px;
    width: 255px;
    border: 1px solid #808080;
    margin: 10px 0;
}

/* Travel Review List - CSS from Wine Travels */
.reviewSection {
    width: 543px;
    margin: 0;
}

/**** Main User Review Item Display ****/
.reviewItem {
    margin-bottom: 12px;
}

.reviewItem .reviewStatus {
    padding: 5px 5px;
    margin: 0 0 10px 0;
}
.reviewItem .reviewStatus i {
    color: #2d2d2d;
    padding-right: 4px;
}

.reviewItem .reviewUserImage {
    width: 40px;
    float: left;
    margin-right: 9px;
}
.reviewItem .reviewUserImage img {
    max-height: 40px;
    max-width: 40px;
    border-radius: 20px;
    width: auto;
    height: auto;
}

.reviewItem .reviewHeader {
    font-size: 12px;
    float: left;
    padding: 2px 0;
}
.reviewItem .reviewHeader h3 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 6px;
    padding: 0;
}
.reviewItem .reviewHeader .reviewFollowers {
    color: #a1a1a3;
}
.reviewItem .reviewToFollow {
    color: #a1a1a3;
    float: right;
}

.reviewItem .reviewCreated {
    color: #a1a1a3;
    font-size: 12px;
    margin: 10px 0 14px 0;
}

.reviewItem .reviewContent {
    font-size: 15px;
    margin: 0 0 14px 0;
    white-space: pre-wrap;
}
.reviewItem .reviewContent .ratingBox {
    padding: 0px 5px 1px 5px;
    border: 1px solid #2d2d2d;
    margin-right: 5px;
    display: inline-block;
}
.reviewItem .photos {
    margin: 0 0 14px 0;
}
.reviewItem .reviewLikes {
    color: #a1a1a3;
    float: left;
    line-height: 1.3;
}
.reviewItem .reviewLikes .linkBoxBorderLeft {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right-width: 0 !important;
}
.reviewItem .reviewLikes .linkBoxBorderRight {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.reviewItem .reviewShare {
    color: #a1a1a3;
    float: right;
}
/**** END Main User Review Item Display ****/
.singleReviewItem { border-right: 1px solid #000; }


/* Wine Travels - Photo */
.photos {
    width: 100%;
}

.photos .photosRow {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    height: 81px;
}
.photos .photosSecondRow {
    margin-top: 12px;
}

.photos .photosRow .box {
    width: 80px;
    height: 80px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 0;
    text-align: center;
}
.photos .photosRow .box img {
    border-radius: 5px;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}
.photos .photosRow .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

/* Main content Photo Model */
.modal-dialog {
    width: 800px;
}
.modal-dialog .modal-body {
    text-align: center;
}
.modal-dialog .modal-body img {
    max-width: 750px;
    max-height: 750px;
    width: auto;
    height: auto;
}

/* New system message boxes */
#systemMessageArea {
    position: absolute;
    top: 60px;
    width: 1140px;
    z-index: 99;
}
.home-page #systemMessageArea {
    top: 10px;
}
#systemMessage {
    text-align: left;
    display: none;
    width: 56%;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 0 auto;
    padding: 15px 15px;
}
.home-page #systemMessage {
    margin-top: 0;
}
#systemMessage strong {
    display: block;
}
#systemMessage .close {
    color: #2d2d2d;
}
#systemMessage.showMessage {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    display: block;
}
#systemMessage.showError {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    display: block;
}

/* Validation messages */
.validation-summary-errors {
    margin-bottom: 20px;
}
.field-validation-error {
    padding-top: 6px; display: block;
}
.text-info {
    margin-bottom: 20px;
}

/* =========================================================================
    Form elements
*/
.form-group {
    margin-bottom: 13px;
}
.form-control {
    border-color: #BCE0FD;
    color: #2699FB;
}
.form-control::selection {
    color: #2699FB;
}
.form-control:focus {
    color: #2699FB;
}
option:checked {
    background-color: #E7F3FC;
}
.form-control::placeholder {
    color: #96CFFF;
}

.form-control.readonly {
    border-color: #ced4da;
    color: #666666;
    display: inline-table;
    line-break: anywhere;
}

label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 7px;
}

.validation-message {
    color: #D36363;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 90%;
}


/* advertising buttons */
.blue-action {
    background-color: #2699FB;
    color: #fff;
    height: 48px;
    padding: 0 27px;
    border-radius: 5px;
    border: 0;
    margin-right: 5px;
}
.gray-action {
    background-color: #6c757d;
    color: #fff;
    height: 48px;
    padding: 0 27px;
    border-radius: 5px;
    border: 0;
    margin-right: 5px;
}
.yellow-action {
    background-color: #ffc107;
    color: #404040;
    height: 48px;
    padding: 0 27px;
    border-radius: 5px;
    border: 0;
    margin-right: 5px;
}
.light-action {
    background-color: #f8f9fa;
    color: #404040;
    height: 48px;
    padding: 0 27px;
    border-radius: 5px;
    border: 0;
    border: 1px solid #666666;
    margin-right: 5px;
}
.blue-action:disabled {
    background-color: #E3E3E3;
}

/* buttons */
.btn-primary {
    background-color: #2699FB;
    margin-right: 5px;
}
.btn-secondary {
    background-color: #757E86;
    border-color: #757E86;
    margin-right: 5px;
}
.btn-warning {
    margin-right: 5px;
}
.btn-outline-dark {
    margin-right: 5px;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #757E86;
    border-color: #757E86;
}

.btn-danger-light {
    background-color: pink;
    color: #dc3545;
}
    .btn-danger-light:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: pink;
    }

/* To use on other elements */
.blue-box {
    color: #2699FB;
    border: 1px solid #BCE0FD;
    background-color: #F4FAFE; /*#E7F3FC;*/
    padding: 19px 16px;
    text-align: center;
    border-radius: 5px;
}
.blue-box-rate-card {
    margin-top: 4rem
}
.blue-box-message {
    text-align: left;
    margin-bottom: 5px;
}

/* ############################################################################################################
    Blazor Pages
*/

.nav-holder {
    margin-bottom: 0rem;
}

.nav-internal {
    padding: 0;
    background-color: transparent;
    font-size: 1.25rem;
    font-weight: 400;
    border-bottom: 1px solid #E3E3E3;
}

    .nav-internal.nav-main .nav-link {
        padding-top: 1rem;
    }

    .nav-internal.nav-second {
        background-color: #FAFAFA;
        font-size: 1rem;
        font-weight: 400;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }

    .nav-internal .nav-link {
        color: black;
        flex: 0 0 21%;
        align-content: center;
        text-align: center;
    }

        .nav-internal .nav-link:hover {
            color: #0056b3;
        }

        .nav-internal .nav-link.active {
            border-bottom: 2px solid #7f7f7f;
        }

    .nav-internal.nav-second .nav-link {
        padding: 1rem 1rem .5rem 1rem;
        flex: 0 0 auto;
        color: #3C3C3C;
    }

.userInformation .nav-link.faqButton {
    color: #28a745;
}
.userInformation .nav-link.faqButton:hover {
    color: #208537;
}


/* ############################################################################################################
    approval Messages
*/
.messageList {
    border: 1px solid #808080;
    height: 582px;
    overflow: hidden;
    padding: 0;
}

    .messageList .innerListHeading {
        background-color: #e9ecef;
        padding: 5px 5px;
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        margin: 0, 0, 10px, 0;
    }

    .messageList .innerList {
        overflow-y: scroll;
        height: 100%;
    }

.messageListItem {
    border-bottom: 1px solid #808080;
    padding: 4px 6px;
    cursor: pointer;
}
.messageListItem.selected {
    background-color: lightgray;
}

.messageView {
    border: 1px solid #808080;
    padding: 0;
}
    .messageView .messageViewHeading {
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        background-color: #e9ecef;
        padding: 5px 5px;
        margin: 0, 0, 10px, 0;
    }
    .messageView .innerList {
        padding: 15px 25px 15px 15px;
    }
    .messageView img {
        height: 100%;
        display: block;
        border: 11px solid lightgray;
    }


/* ############################################################################################################
    Messages
*/
    .messaging {
        padding: 0 0 0 0;
    }

    .messaging img {
        max-width: 100%;
    }

    .messaging .inbox_msg {
        border: 1px solid #c4c4c4;
        clear: both;
        overflow: hidden;
    }

    .messaging .inbox_people {
        background: #f8f8f8 none repeat scroll 0 0;
        float: left;
        overflow: hidden;
        width: 40%;
        border-right: 1px solid #c4c4c4;
    }

    .messaging .headind_srch {
        
        overflow: hidden;
        border-bottom: 1px solid #c4c4c4;
        

        background-color: #e9ecef;
        padding: 5px 5px;
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        
    }

    .messaging .inbox_chat {
        height: 570px;
        overflow-y: scroll;
    }

    .messaging .inbox_chat span {
        padding: 5px;
    }

    .messaging .chat_list {
        border-bottom: 1px solid #c4c4c4;
        margin: 0;
        padding: 18px 16px 10px;
    }

    .messaging .chat_list:hover {
        background-color: #ebebeb;
    }

    .messaging .active_chat {
        background: #cccccc;
    }

    .messaging .chat_people {
        overflow: hidden;
        clear: both;
        cursor: pointer;
    }

    .messaging .chat_ib {
        float: left;
        padding: 0 0 0 15px;
        width: 98%;
    }

        .messaging .chat_ib h4 {
            font-size: 18px;
            color: #464646;
            margin: 0 0 8px 0;
            padding: 0;
        }

        .messaging .chat_ib h5 {
            font-size: 15px;
            color: #464646;
            margin: 0 0 8px 0;
        }

        .messaging .chat_ib h5 span {
            font-size: 13px;
            float: right;
        }

        .messaging .chat_ib p {
            font-size: 14px;
            color: #989898;
            margin: auto;
            padding-left: 0;
        }

    .messaging .chat_img {
        float: left;
        width: 11%;
    }

    .messaging .mesgs {
        float: left;
        
        width: 60%;
    }

        .messaging .msg_history {
            height: 505px;
            overflow-y: auto;
            padding: 30px 15px 0 25px;
        }

    .messaging .sent_msg {
        float: right;
        width: 70%;
    }

    .messaging .outgoing_msg {
        overflow: hidden;
        margin: 11px 0 11px;
    }

    .messaging .sent_msg p {
        background: #2699FB none repeat scroll 0 0;
        border-radius: 3px;
        font-size: 14px;
        margin: 0;
        color: #fff;
        padding: 5px 10px 5px 12px;
        width: 100%;
        white-space: pre-line;
    }

.messaging .incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.messaging .received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.messaging .received_withd_msg h3 {
    background: #2699FB none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    margin: 0;
    color: #fff;
    padding: 8px 10px 9px 12px;
    width: 100%;
}

.messaging .received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 6px 10px 5px 12px;
    width: 100%;
    white-space: pre-line;
}

.messaging .received_withd_msg {
    width: 70%;
}

    .messaging p.msg_notification {
        border: none;
        margin-bottom: 5px;
        background-color: #cccccc;
        color: #464646;
    }

.messaging p.msg_notification button {
    float: right;
    padding: 0rem 0.5rem;
    margin: -0.1rem 0;
}

.messaging .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 5px 0 10px 4px;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
    padding: 5px 15px 0 15px;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 85%;
}

.input_msg_write textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    width: 85%;
    margin-bottom: 10px;
}

.msg_send_btn {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 11px;
}



.table-container {
}

    .table-container h2 {
        margin-left: 1rem;
    }

    .table-container h3 {
        margin-left: 1rem;
    }

    .table-container p {
        margin-left: 1rem;
    }

    .table-container .table-small {
        margin-left: 1rem;
    }

    .table-container .alert {
        text-align: center;
    }

    .table-container .pagination {
        margin-left: 1rem;
    }

    .table-container .button-holder {
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

/* tables */
.table th, .table td, .table thead th {
    font-weight: 500;
    color: #666666;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0.5rem 1rem;
}

    .table th span, .table thead th span {
        font-size: 0.9rem;
    }

.table .column-center {
    text-align: center;
}

.table .column-right {
    text-align: right;
}

.table-headfoot-color {
    background-color: #F2F2F2;
    border: solid #D6D6D6;
    border-width: 1px 1px 0 1px;
    color: #666666;
}

.table-foot-color {
    border-width: 0 1px 1px 1px;
}

.table-headfoot-color th.table-right-border {
    border-right: 1px solid #D6D6D6;
}

.table-headfoot-color th.table-left-border {
    border-left: 1px solid #D6D6D6;
}

td.table-right-border {
    border-right: 1px solid #EFEFEF;
}

td.table-left-border {
    border-left: 1px solid #EFEFEF;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(2n+2) > td, .table-striped > tbody > tr:nth-child(2n+2) > th {
    background-color: #FAFAFA;
}

.table-full-width th:first-child, .table-full-width td:first-child {
    padding-left: 1rem;
}

.table-full-width th:last-child, .table-full-width td:last-child {
    padding-right: 1rem;
}


.image-display-mobile > img {
    height: 129px; /* 186px; */
    width: 520px; /* 750px; */
    border: 2px solid #BCE0FD;
    border-radius: 3px;
}

.image-display-web > img {
    height: 176px; /*220px;*/
    width: 204px; /*255px;*/
    border: 2px solid #BCE0FD;
    border-radius: .25rem;
}

/* ############################################################################################################
    Invoice View
*/

.invoice-container table {
    margin-bottom: 3rem;
}

.invoice-container .invoice-header {
    width: 100%;
    margin: 2rem 0 2rem 0;
}

.invoice-header .invoice-header-left {
    width: 50%;
    vertical-align: top;
}
    .invoice-header .invoice-header-left p {
        margin: 0;
        padding: 0;
    }
    .invoice-header .invoice-header-left h1 {
        margin: 0 0 0.5rem;
        padding: 0;
        font-size: 30px;
    }
    .invoice-header .invoice-header-left h3 {
        margin: 0 0 1rem;
        padding: 0;
    }
    .invoice-header .invoice-header-left h3 {
        margin: 0 0 0.5rem;
        padding: 0;
    }

    .invoice-header .invoice-header-left h4 {
        margin: 0 0 0.5rem;
        padding: 0;
        font-size: 19px;
    }
    .invoice-header .invoice-header-left p.invoice-addres {
        border: 3px solid lightgray;
        padding: 20px 30px;
        line-height: 1.5rem;
        margin: 4rem 0 0 0;
    }

.invoice-header .invoice-header-right {
    width: 50%;
}
    .invoice-header .invoice-header-right table {
        margin: 0;
        width: 80%;
        float: right;
    }
    .invoice-header .invoice-header-right td {
        background-color: #f1f2f2;
        padding: 0.75rem;
    }
    .invoice-header .invoice-header-right p {
        margin: 0;
    }
    .invoice-header .invoice-header-right .header-box td {
        color: white;
        background-color: #414042;
        text-align: center;
        line-height: 2rem;
    }
    .invoice-header .invoice-header-right .header-box h3 {
        margin: 0;
        padding: 0.5rem 0 0 0;
    }
    .invoice-header .invoice-header-right .header-showing td {
        background-color: #dcddde;
    }
    .invoice-header .invoice-header-right .header-status td {
        color: white;
        background-color: #46ac4e;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.25rem;
    }
    .invoice-header .invoice-header-right .header-status.header-bad td {
        background-color: orangered;
    }

/* ########################################################################################## */
/* Images previews */
.image-display-mobile > img {
    height: 129px; /* 186px; */
    width: 520px; /* 750px; */
    border: 2px solid #BCE0FD;
    border-radius: 3px;
}

.image-display-web > img {
    height: 176px; /*220px;*/
    width: 204px; /*255px;*/
    border: 2px solid #BCE0FD;
    border-radius: .25rem;
}

.image-display-icon > img {
    height: 260px;
    width: 260px;
    border: 2px solid #BCE0FD;
    border-radius: 3px;
}

.icon-preview-apple > img {
    border-radius: 50px;
}

.icon-preview-android > img {
    border-radius: 130px;
}

.image-display-launch > img {
    height: 424px;
    width: 424px;
    border: 2px solid #BCE0FD;
    border-radius: 3px;
}

.launch-device-preview {
    height: 1000px;
    width: 424px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .launch-device-preview > img {
        border: 0px;
    }

.image-display-book > img {
    height: 852px;
    width: 393px;
    border: 2px solid #BCE0FD;
    border-radius: 3px;
}

.image-display-book-tablet > img {
    height: 796px;
    width: 556px;
    border: 2px solid #BCE0FD;
    border-radius: 3px;
}

.image-display-recipe > img {
    height: 424px;
    width: 424px;
    border: 2px solid #BCE0FD;
    border-radius: 3px;
}

.image-display-appimage > img {
    width: 250px;
    border: 2px solid #BCE0FD;
    border-radius: 3px;
}

.image-display-appimage-small > img {
    width: 100px;
    border: 2px solid #BCE0FD;
    border-radius: 3px;
}