﻿.template-thumbs-container {
    text-align: center;
}

.template-thumb-wrapper {
    display: inline-block;
    background-color: #f9f9f9;
    margin: 5px 5px;
    padding: 4px;
}

    .template-thumb-wrapper img, .template-thumb-details {
        width: 247px;
    }

.template-thumb-details {
    margin-top: 5px;
    padding: 0 5px;
    text-align: left;
}

    .template-thumb-details thead tr th {
        font-size: 9pt;
        padding: 2px;
    }

    .template-thumb-details tbody tr td {
        font-size: 10pt;
        padding: 2px;
    }



.row-details {
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

    .row-details.row-details-close {
        background: url("../img/datatable-row-openclose.png") no-repeat 0 0;
    }

    .row-details.row-details-open {
        background: url("../img/datatable-row-openclose.png") no-repeat 0 -23px;
    }

.details-row {
    background-color: #FAFAFA;
}


.thumb {
    display: inline-block;
    min-height: 24px;
    min-width: 24px;
   
    background-size: 24px 24px;
    background-position: center;
    margin-left: 5px;
    margin-right: 5px;
}

.thumb-fixed-size {
    height: 320px;
    width: 204px;
}

.thumbstrip {
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
   
}

/*@media screen and (max-width: 1680px) {
    .thumbstrip {
        max-width: 1300px;
    }
}

@media screen and (max-width: 1366px) {
    .thumbstrip {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1280px) {
    .thumbstrip {
        max-width: 900px;
    }
}

@media screen and (max-width: 1200px) {
    .thumbstrip {
        max-width: 1180px;
    }
}

@media screen and (max-width: 1024px) {
    .thumbstrip {
        max-width: 670px;
    }
}

@media screen and (max-width: 768px) {
    .thumbstrip {
        max-width: 620px;
    }
}

@media screen and (max-width: 640px) {
    .thumbstrip {
        max-width: 720px;
    }
}

@media screen and (max-width: 480px) {
    .thumbstrip {
        max-width: 660px;
    }
}


@media screen and (max-width: 320px) {
    .thumbstrip {
        max-width: 500px;
    }
}*/
