﻿
/* Styles for validation helpers
-----------------------------------------------------------*/
span.input-validation-error {
    border: none;
    background-color: transparent;
    color: #f00;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.bg-muted {
    background-color: #888 !important;
}


/* #region Styles for datatable ---------------------------------------------------------------------*/

div.datatable {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

table.dataTable tr td a.btn.btn-sm.disabled {
    pointer-events: all;
}

.pagination > li > a, .pagination > li > span {
    margin-left: -1px;
    border-color: #ddd;
}

table.dataTable tr.odd td.sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable tr.even td.sorting_1 {
    background-color: #f9f9f9;
}

.line-dotted {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    margin-bottom: 15px;
}

td.details-datatable {
    background: url('vendor/datatables/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-datatable {
    background: url('vendor/datatables/images/details_close.png') no-repeat center center;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
}

.captcha {
    margin: 0;
}

    .captcha img {
        max-width: 100%;
        margin-top: 0px;
        height: 45px;
    }

/* #endregion */
.controllJStree {
    position: relative;
    top: -5px;
    text-align: right;
    float: right;
}

.btn-modal {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc #ccc #c7c7c7;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.tt-dropdown-menu {
    cursor:pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    width:100%;
}

.tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    margin-bottom: 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

    .tt-suggestion > p:hover,
    .tt-suggestion > p:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

.tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #428bca;
}

.no-border-tt{
    width: 100%;
    border:none;
}
    .no-border-tt, .no-border-tt:focus {
        box-shadow: none;
        outline: 0;
    }



    .input-group .tt-dropdown-menu {
        top: 32px !important;
    }

.input-group.input-group-lg .tt-dropdown-menu {
    top: 44px !important;
}

.input-group.input-group-sm .tt-dropdown-menu {
    top: 28px !important;
}

p{text-indent:50px;line-height:25px; font-size:1em; text-align: justify}
.legTable{text-align:center;font-size:0.8em;}
.docTecTit1{font-weight:bold;font-size:1.2em;}
.docTecTit2{font-weight:bold;font-size:1em;}

.ocultar {
    visibility: hidden;
}

.text-danger {
    font-size: 10.5px;
}