﻿.ticket {
    padding: 10px;
    border-radius: 4px;
    margin: 10px 2px;
    box-shadow: 0 0 4px 0 #d3d8dd;
    box-sizing: border-box;
    width: 60%;
    clear: both;
}

    .ticket.userMsg {
        background-color: #e9e9e9;
        float: left;
    }

    .ticket .ticketTop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

        .ticket .ticketTop b {
            color: #484848;
            font-size: 12px;
        }

        .ticket .ticketTop span {
            font-size: 10px;
        }

    .ticket .ticketBody {
        margin: 0;
    }

.greenBtn {
    background-color: #72b01d !important;
}

.buttons input[type=image] {
    width: 40px;
    box-sizing: border-box;
    padding: 5px;
    user-select: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#_spanDonwloadPdf {
    background-color: var(--mainColor);
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    float: left;
    cursor: pointer;
}

#_divContractHtml {
    /*width: 210mm;*/
    width: 200mm;
    height: auto;
    /*width: 1748px;*/
    /*height: 2480px;*/
}

.signature {
    width: 200px;
    margin-right: 125px;
}

#_divContractImage {
    text-align: center;
}

header .big.full {
    width: 100%;
}

header .big .companyName {
    width: auto;
}

header nav .link {
    margin: 0 5px;
}

@media only screen and (max-width: 768px) and (min-width: 0) {
    .ticket {
        width: calc(100% - 4px);
    }

    header .big.full {
        display: block;
    }

    header nav {
        text-align: center;
    }
}
