
/* ------------------------------------------------------------------------------------------------------------------ */

@media (min-width: 1600px) {

    #view-content-wrapper {
        /*max-width: 1440px;*/
        text-align: left;
        padding-bottom: 50px;
    }

    #view-component-wrapper {
        /*max-width: 1440px;*/
        text-align: left;
    }

    table.static-component-table {
        /*max-width: 1440px;*/
        text-align: left;
    }

}

.component-head-title {

}

.component-head-entity-name {
}

.component-head-description {
    max-width: 75%;
}

/* ------------------------------------------------------------------------------------------------------------------ */

/*
 * TableComponent
 */
table.static-component-table {}

/*
 * striped rows
 */
table.static-component-table > tbody > tr:nth-child(odd) {
    background-color: rgba(0,0,0,0);
}
table.static-component-table > tbody > tr:nth-child(even) {
    background-color: rgba(0,0,0,.05);
}
table.static-component-table > tbody > th {}

/*
 * Action button
 */
.table-action-button:not(:first-child) {
    margin-left: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------ */

/*
 * FormComponent
 */
form.static-component-form {}

/* corrent left margin in standard boostrap styling */
.form-check-input {
    margin-left: 0;
}

form.static-component-form .form-check-input {
    width: auto;
}

/* ------------------------------------------------------------------------------------------------------------------ */

/*
 * FormPictures
 */
div.static-component-pictures {}

div.static-component-pictures div.picture-tile {
    display: inline-block;
}

div.static-component-pictures div.picture-tile img {
    max-height: 480px;
}

div.static-component-pictures div.picture-tile .picture-tile-footer {
    padding-top: 10px;
    text-align: left;
}

form.dropzone {
    border: 2px dashed #212529;
    border-radius: 5px;
    /*background: lightgray;*/
}

div.static-component-pictures div.product-detail-img {
    height: 450px;
    width: 450px;
    background-size: contain;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------------------------------------------------ */

/*
 * Formvideos
 */
div.static-component-videos {}

div.static-component-videos div.video-tile {
    display: inline-block;
}

div.static-component-videos div.video-tile img {
    max-height: 480px;
}

div.static-component-videos div.video-tile .video-tile-footer {
    padding-top: 10px;
    text-align: left;
}

form.dropzone {
    border: 2px dashed #212529;
    border-radius: 5px;
    /*background: lightgray;*/
}

div.static-component-videos div.product-detail-img {
    height: 450px;
    width: 450px;
    background-size: cover;
    background-color: transparent;
    background-position: center;
}

/* ------------------------------------------------------------------------------------------------------------------ */

/*
 * FormDocuments
 */
div.static-component-documents {}

div.static-component-documents div.document-tile {
    display: inline-block;
}

div.static-component-documents div.document-tile img {
    max-height: 480px;
    max-width: 480px;
}

div.static-component-documents div.document-tile .document-tile-footer {
    padding-top: 10px;
    text-align: left;
}

div.static-component-documents iframe.document-iframe {
    max-height: 480px;
    max-width: 480px;
    height: 480px;
    width: 480px;
}

form.dropzone {
    border: 2px dashed #212529;
    border-radius: 5px;
    /*background: lightgray;*/
}

/* ------------------------------------------------------------------------------------------------------------------ */
