﻿@media print {
    .form-control {
        border: none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        transition: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent !important;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent !important;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent !important;
    }

    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent !important;
    }

    input[type="date"]::-webkit-input-placeholder {
        visibility: hidden !important;
    }

    div[class^=col-] {
        padding: 0;
        display: inline-block;
    }

    .form-group {
        padding: 0;
    }

    footer {
        display: none;
    }

    /* SCHEDA FORNITORE */
    #supplierForm .panel-heading, #supplierForm. panel-collapse {
        padding: 0;
        margin: 0 auto;
    }

    #supplierForm > br, #supplierForm .panel-heading {
        display: none;
    }

    #supplierForm .panel, #supplierForm .panel-body {
        border: 0;
    }
}
