
@media (min-width: 768px) {
    .navbar-header {
        display: none;
    }
}

/* Print preview */
@media print {
    @page {
        margin-top:2mm;
        margin-bottom: 2mm;
    }
    html * {
        background-color: transparent;
    }
    body * {
        visibility: hidden;
        max-height: 100%;
        background-color: transparent;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
    canvas.chart-canvas {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto!important;
        width: auto!important;
    }

    #section-to-print div.ibox-tools, .dataTables_info, .dataTables_paginate, .ibox-footer {
        visibility: hidden !important;
        display: none !important;
    }
 
    .dataTable {
        font-size: 10px;
    } 
}


.field-validation-error {
    color: #ED5565;
}

@media (min-width: 768px) {
    .invoiceDetailsHeader {
        float: right;
    }
}


/* datatables row expand icon */
.dataTable td.details-tablecell {
    background: url('../Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

.dataTable tr.shown td.details-tablecell {
    background: url('../Images/details_close.png') no-repeat center center;
}

#dataDiv div.dt-buttons.btn-group {
    display: none; /* hide datatables print button */
}

.datetimepicker-table > tbody > tr > td, .datetimepicker-table > tbody > tr > th, .datetimepicker-table > tfoot > tr > td, .datetimepicker-table > tfoot > tr > th, .datetimepicker-table > thead > tr > td, .datetimepicker-table > thead > tr > th {
    padding: 5px;
}

.col-form-label {
    font-weight: 600;
}

legend {
    border-bottom: 1px solid #e5e5e5;
}


@media (max-width: 992px) {
    .file-box {
        height: inherit;
    }
}

.file-box small {
    display: -webkit-box;
}

span.select2-selection.select2-selection--single {
    font-size: 14px;
    border: 1px solid #e5e6e7;
    min-height: 30px;
}

div.dz-error-message { /* dropzone upload error message position */
    top: 145px !important;
}