body {
    padding-top:80px;
}

.image-container {
    padding:5px;
    background-color: #3c4d68;
    color:#fff;
}

.preview-container img {
    display: inline-block;
    max-width:100%;
    height:auto;
    max-height:200px;
}


.error {
    display:none;
}


#tableSignaturePosition {
    background-image:url(images/templates/signature_positions_bg.jpg);
}

#tableSignaturePosition td {
    /*border:1px solid #ccc;*/
    padding:5px;
    text-align:center;
    cursor:pointer;
}

#tableSignaturePosition input[type="radio"] {
    /*border:1px solid #ccc;*/
    transform:scale(1.5);
}

#tableModelBGControl.bgDisabled {
    background-image:url(images/templates/bg_remove_control_bg_with_bg.png);
    background-size:cover;
    color:white;
    text-shadow: 1px 1px 2px black;
    font-weight: bold;
    text-transform:uppercase
}

#tableModelBGControl.bgEnabled {
    background-image:url(images/templates/bg_remove_control_bg_without_bg.png);
    background-size:cover;
    color:white;
    text-shadow: 1px 1px 2px black;
    font-weight: bold;
    text-transform:uppercase;
}

#cogBasedTexturesTable {
    display:none;
}
#tableModelBGControl td {
    padding:5px;
    text-align:center;
    cursor:pointer;
}

.card img {
    height:250px;
    object-fit: cover;
}

.card {
    min-width: 100% !important;
}

.home-page-card .card:hover {
    cursor: pointer;
    border-color: blue;
}