﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#newLayoutModalContainer .modal-dialog {
    min-width: 800px;
}

#newLayoutModalContainer .control-label {
    white-space: nowrap;
}

#newLayoutModalContainer input, #newLayoutModalContainer select {
    max-width: inherit !important;
    margin-bottom: 15px;
}

.btn-template, .btn-template:hover, .btn-template:active {
    color: transparent;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.div-template-etiqueta {
    background-color: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
}

.template-container {
    margin-top: 20px;
    height: 210px;
    width: 210px;
    transition: all ease-in-out 200ms;
}

    .template-container .caption {
        text-decoration: none;
        color: #989898;
        transition: all ease-in-out 200ms;
    }

    .template-container .thumbnail-placeholder {
        height: 180px;
        transition: all ease-in-out 200ms;
    }

        .template-container .thumbnail-placeholder img {
            margin: auto;
            max-height: 100%;
            opacity: 0.8;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            transition: all ease-in-out 200ms;
        }

    .template-container:hover {
        -webkit-box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.75);
    }

        .template-container:hover .caption {
            margin-top: 10px;
            color: black;
        }

        .template-container:hover .thumbnail-placeholder img {
            opacity: 1;
        }

label.inkjetOnly:after
{
     content: "*";
     color: red;
     margin-left: 5px;
}