#module-csi_quickorder-display-form-01 input {
    width : 100%
}

#module-csi_quickorder-display-form-01.row {
    padding : 2px
}

#module-csi_quickorder-display input {
    font-size : 12px !important;
    padding : 4px
}

.printLogo {
    max-width: 100%;
    height: auto;
    text-align: center;
}

.modal-body {
}

.modal-body p{
    margin-top:1rem;
}

.modal-body textarea {
    width:100%;
    height:12rem;
}

.logoPrint {
    width : auto
}

.card-quick-order .row {
    padding: 4px;
}

.card-quick-order input {
    font-size: 12px;
}

div[class="col-xs-1"] button {
    margin-left : 20px !important
}

.grandTotal {
    padding : 20px
}

@media print {

    .card-quick-order *, #header, #footer {
        display : none
    }

    .printable {
        display : block;
        visibility : visible;
    }
}

@media screen {
    .printable, .notvisable {
        display: none;
    }

}
