﻿
.error {
    border: 1px dotted red;
}

label.error {
    color: red;
    border: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.date {
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: left !important;
}

.CampoRequerido:before {
    content: "* ";
    color: red;
}

.CampoRequeridoInput:before {
    content: "*";
    color: red;
    left: 6px;
    position: absolute;
}

.CampoRequeridoInput > .form-control {
    float: right;
}

.chk.CampoRequeridoInput:before {
    top: 12px;
}

#loadingTmsSol {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 1202px) {
    .modal-lg {
        width: 1200px;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.field-validation-error {
    color: #b94a48 !important;
    display: inline-block !important;
    padding-left: 5px !important;
    vertical-align: middle !important;
}

.input-validation-error {
    color: #b94a48 !important;
    border-color: #b94a48 !important;
}

#forma {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.printList {
    padding-left: 0;
    list-style: none;
}

    .printList li {
        float: left;
        width: 25%;
        height: 65px;
        padding: 10px;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
        background-color: #f9f9f9;
        border: 1px solid #fff;
        white-space: pre-line;
        cursor: pointer;
    }

@media (min-width: 768px) {
    .printList {
        margin-right: 0;
        margin-left: 0;
    }

        .printList li {
            font-size: 12px;
        }
}

textarea {
    resize: vertical;
}
