﻿@media (max-width:1023px) {
    #projectGrid tr td:nth-child(4), #projectGrid tr th:nth-child(4) { display: none; }
    #projectGrid tr td:nth-child(5), #projectGrid tr th:nth-child(5) { display: none; }
    #orderGrid tr td:nth-child(1), #orderGrid tr th:nth-child(1) { display: none; }
    #orderGrid tr td:nth-child(4), #orderGrid tr th:nth-child(4) { display: none; }
    #orderGrid tr td:nth-child(5), #orderGrid tr th:nth-child(5) { display: none; }
    #orderGrid tr td:nth-child(6), #orderGrid tr th:nth-child(6) { display: none; }
    #orderGrid tr td:nth-child(7), #orderGrid tr th:nth-child(7) { display: none; }
}

@media all and (min-width: 1024px) {
    #projectGrid tr td:nth-child(4), #projectGrid tr th:nth-child(4) { display: table-cell; }
    #projectGrid tr td:nth-child(5), #projectGrid tr th:nth-child(5) { display: table-cell; }
    #orderGrid tr td:nth-child(1), #orderGrid tr th:nth-child(1) { display: table-cell; }
    #orderGrid tr td:nth-child(4), #orderGrid tr th:nth-child(4) { display: table-cell; }
    #orderGrid tr td:nth-child(5), #orderGrid tr th:nth-child(5) { display: table-cell; }
    #orderGrid tr td:nth-child(6), #orderGrid tr th:nth-child(6) { display: table-cell; }
    #orderGrid tr td:nth-child(7), #orderGrid tr th:nth-child(7) { display: table-cell; }
}

.thumbnail .caption { margin-left: 0; }
.thumbnail { padding: 15px; }

/* Image cropper */
.image-cropper-img {  }
/* File list */
.margin-bottom { margin-bottom: 15px; }
.file-list-container { position: relative; height: 175px; overflow: hidden; background: #f7f7f7; }
    .file-list-container .remove-button { position: absolute; right: 0; top: 0; }
    .file-list-container .icon-container { text-align: center; padding-top: 52px; }
        .file-list-container .icon-container i { font-size:5em; }
    .file-list-container .caption { background: rgba(50, 60, 68, 0.5); padding: 10px; color: #fff; position: absolute; bottom: 0; left: 0; width:100%; }
/* Barcode */
.barcode-img { max-width:200px; }