﻿.modal-print-toolbar {
    background-color: #D3E8F2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
}

.print-toolbar-size {
    width: 8.5in;
    height: 0.5in;
}

.size-letter {
    height: 11in;
    width: 8.5in;
}

.pdf-page {
    background-color: #fff;
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    margin: 0 auto;
    position: relative;
}

.print-toolbar-container {
    display: block;
}

.print-toolbar-bottom {
    padding-top: 30px !important;
}

#order-modal-customer .small {
    font-size: 12px !important;
}

/*@media print {
    body > * {
        display: none !important;
    }

    body > .k-window {
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        border-width: 0;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
       
    }

    .k-window .k-window-titlebar {
        display: none;
    }
}*/
