﻿/* INICIO GERAL */

body {
}

button {
    outline: none !important;
    cursor: pointer;
}

hr {
    border: 1px solid #eee;
}

.alert-warning {
    background-color: #fff4bd;
}

.left {
    float: left;
}

.right {
    float: right;
}

.input-senha input[type="password"] {
    margin-top: 10px;
}

.botao-emitir-termo button {
    margin-bottom: 10px;
}

select option:checked {
    background-color: #81A08F;
    color: #fff;
    text-decoration: none;
}

.botao-emitir-lote button {
    margin-bottom: 10px;
}

.botao-voltar a {
    margin-bottom: 10px;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #81A08F;
    border-color: #486754;
}

.datepicker table tr td.today,
.datepicker table tr td.range.today {
    color: #fff;
    background-color: #B1C3B7;
    border-color: #81A08F;
}

.input-daterange input:last-child {
    border-radius: 5px !important;
}

.bg-primary {
    background-color: #b1c3b7;
}

.btn-download {
    color: #337ab7;
    font-size: 30px;
}

/*option:hover {
    background-color: black !important;
}*/

.dados-auto {
    border-left: solid 1px lightgrey;
}

/* FIM GERAL */

/* INICIO AUTOS.CSHTML */

.titulo {
    color: #6f6f6f;
}

.contadores {
    background-color: #B1C3B7;
    color: #fff;
    min-height: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contadores p {
    margin-bottom: 0px;
}

p span {
    padding: 4px;
}

.filtro-pesquisa {
    margin-top: 10px;
}

.row.box-auto:hover {
    background-color: #d1e0d6;
}

a:focus, a:hover {
    text-decoration: none;
}

.box-visualizar-auto .col-xs-12.col-md-6:hover {
    background-color: #ececec;
}

.box-visualizar-auto .box-dados .col-xs-12.col-md-6:hover {
    background-color: #ececec;
}

.exibe-autos {
    border: solid lightgrey 0.035pc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 240px;
    overflow-y: auto;
}

.exibe-autos-dou {
    border: solid lightgrey 0.035pc;
    border-radius: 5px;
    max-height: 240px;
    overflow-y: auto;
}

.box-auto {
    margin-bottom: 5px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.publicacao-dou-box-auto {
    align-items: center;
    justify-content: center;
}

    .publicacao-dou-box-auto p {
        margin: 0px;
    }

.check-auto {
    top: 85px;
    height: 20px;
}

.round-check {
    position: relative;
}

    .round-check label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 26%;
        position: absolute;
        top: -2px;
        width: 28px;
    }

@media screen and (min-width: 768px) {
    .round-check label {
        left: 40%;
    }
}

.round-check label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    width: 12px;
}

.round-check input[type="checkbox"] {
    visibility: hidden;
}

    /*.round-check input[type="checkbox"]:checked + label {
            background-color: #217A3E;
            border-color: #217A3E;
        }*/

    /*.round-check input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }*/

    .round-check input[type="checkbox"]:checked + input[type="hidden"] + label {
        background-color: #217A3E;
        border-color: #217A3E;
    }

        .round-check input[type="checkbox"]:checked + input[type="hidden"] + label:after {
            opacity: 1;
        }

.round-check .label-checkall {
    left: 20px;
    top: 3px;
}

.round-check p {
    margin-left: 50px;
}

.round-check-checked {
    background-color: #217A3E !important;
    border-color: #217A3E !important;
}

    .round-check-checked:after {
        opacity: 1 !important;
    }

.x-check {
    position: relative;
}

    .x-check label {
        background-color: #ec0d0d;
        border: 1px solid #af0d0d;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 26%;
        position: absolute;
        top: -2px;
        width: 28px;
    }

@media screen and (min-width: 768px) {
    .x-check label {
        left: 40%;
    }
}

.x-check label:after {
    height: 6px;
    left: 6px;
    opacity: 1;
    position: absolute;
    top: 6px;
    content: '\e014';
    width: 12px;
    color: white;
}

.x-check input[type="checkbox"] {
    visibility: hidden;
}

    /*.x-check input[type="checkbox"]:checked + label {
            background-color: #217A3E;
            border-color: #217A3E;
        }*/

    /*.x-check input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }*/

    .x-check input[type="checkbox"]:checked + input[type="hidden"] + label {
        background-color: #217A3E;
        border-color: #217A3E;
    }

        .x-check input[type="checkbox"]:checked + input[type="hidden"] + label:after {
            opacity: 1;
        }

.x-check .label-checkall {
    left: 20px;
    top: 3px;
}

.x-check p {
    margin-left: 50px;
}

.x-check-checked {
    background-color: #d00f0f !important;
    border-color: #9e100b !important;
}

.x-check-checked {
    opacity: 1 !important;
}

.x-check {
    position: relative;
}

    .x-check label {
        background-color: #ec0d0d;
        border: 1px solid #af0d0d;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 26%;
        position: absolute;
        top: -2px;
        width: 28px;
    }
    @media screen and (min-width: 768px) {
        .x-check label {
            left: 40%;
        }
    }
        .x-check label:after {
            height: 6px;
            left: 6px;
            opacity: 1;
            position: absolute;
            top: 6px;
            content: '\e014';
            width: 12px;
            color: white;
        }

    .x-check input[type="checkbox"] {
        visibility: hidden;
    }

        /*.x-check input[type="checkbox"]:checked + label {
            background-color: #217A3E;
            border-color: #217A3E;
        }*/

            /*.x-check input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }*/

        .x-check input[type="checkbox"]:checked + input[type="hidden"] + label {
            background-color: #217A3E;
            border-color: #217A3E;
        }
            .x-check input[type="checkbox"]:checked + input[type="hidden"] + label:after {
                opacity: 1;
            }

.x-check .label-checkall {
    left: 20px;
    top: 3px;
}

.x-check p {
    margin-left: 50px;
}

.x-check-checked {
    background-color: #d00f0f !important;
    border-color: #9e100b !important;
}

.x-check-checked {
    opacity: 1 !important;
}

.check-label {
    font-weight: 600;
    color: #888888;
}

.dados-auto p,
.dados-auto-dou p {
    margin: 0;
}

.dados-auto .numero-auto-processo,
.dados-auto-dou .numero-auto-processo {
    font-weight: bold;
}

.dados-auto .nome-autuado,
.dados-auto-dou .nome-autuado {
    font-weight: bold;
    color: #565656;
}

.dados-auto .subtipo-fiscal,
.dados-auto-dou .subtipo-fiscal {
    font-style: italic;
    font-size: small;
    font-weight: bold;
    color: #888888;
}

.dados-auto .data-auto,
.dados-auto-dou .data-auto {
    font-weight: bold;
    font-size: small;
    color: #9e9e9e;
}

.dados-auto .data-infracao,
.dados-auto-dou .data-infracao {
    font-weight: bold;
    font-size: small;
    color: #9e9e9e;
}

.dados-auto .codigo-infracao,
.dados-auto-dou .codigo-infracao {
    font-weight: bold;
    font-size: small;
    color: #9e9e9e;
}

.dados-documento p {
    margin: 0;
}

.dados-documento .numero-protocolo {
    color: #337ab7;
    font-weight: bold;
}

.dados-documento .tipo-documento {
    font-weight: bold;
    color: #565656;
}

.dados-documento .data-documento {
    font-size: small;
    font-weight: bold;
    color: #888888;
}

.dados-documento .data-protocolo,
.dados-documento .data-documento {
    font-weight: bold;
    font-size: small;
    color: #9e9e9e;
}

.dados-documento .numero-paginas {
    font-weight: bold;
    font-size: small;
    color: #9e9e9e;
}

.box-documentos {
    border: solid lightgrey 0.035pc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
}

.box-info-documentos {
    display: table-cell;
    background-color: #F6F6F6;
    border: solid lightgrey 0.035pc;
    border-radius: 5px;
    max-height: 300px;
}

.box-info-documentos p {
    font-weight: bold;
}

.btn-carregar-mais {
    color: #fff;
    background-color: #81A08F;
    border-color: #81A08F;
    border-radius: 0px;
}

    .btn-carregar-mais:hover {
        color: #fff;
        background-color: #96B0A1;
        border-color: #96B0A1;
    }

    .btn-carregar-mais:active {
        color: #fff;
        background-color: #81A08F;
        border-color: #81A08F;
    }

        .btn-carregar-mais:active:hover {
            color: #fff;
            background-color: #96B0A1;
            border-color: #96B0A1;
        }

    .btn-carregar-mais:focus {
        color: #fff;
        background-color: #618471;
        border-color: #618471;
    }

.label-checkall {
    margin-top: 10px;
    display: inline-block;
}

    .label-checkall input[type="checkbox"] {
        height: 15px;
        width: 15px;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        position: relative;
        top: 2px;
        overflow: hidden;
    }

form#form_autos_preclusao_defesa label {
    font-weight: bold;
    color: #888888;
}

#div_emitir_termo_lote .qtde-autos {
    font-weight: bold;
    color: #888888;
}

/* FIM AUTOS.CSHTML */

/* INICIO VISUALIZARAUTO.CSHTML */

.box-visualizar-auto {
    overflow-y: auto;
}

    .box-visualizar-auto .numero-processo {
    }

.borda {
}

.itens-detalhes-auto {
    float: left;
    color: #989898;
    padding-right: 5px;
    margin: 0;
}

.dados-detalhes-auto {
    font-weight: bold;
    color: #848484;
}

.borda-campo-textarea {
    border: solid thin #d6d6d6;
    border-radius: 3px;
    padding-left: 5px;
    background-color: #f9f9f9;
}

.texto-detalhe-infracao {
    text-align: justify;
}

.emitir-termo-auto {
    position: absolute;
    bottom: 0px;
}

texto-detalhe-infracao,
.termo-preclusao-defesa {
    text-align: justify;
}

/* FIM VISUALIZARAUTO.CSHTML */

.bloco-selecao-coordenacao {
    background-color: #F4F4F4;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px !important;
    display: inherit;
}

    .bloco-selecao-coordenacao hr {
        border: 1px solid #dedede;
    }

.botao-emitir-lote button {
    margin-bottom: 10px;
}

label {
    margin-bottom: 2px;
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 4px 6px;
}

.form-horizontal .control-label {
    padding-top: 8px;
    padding-bottom: 5px;
}

.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important;
}

legend {
    font-size: 18px;
    color: inherit;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px;
}

    .form-control-feedback.left {
        border-right: 1px solid #ccc;
        left: 13px;
    }

    .form-control-feedback.right {
        border-left: 1px solid #ccc;
        right: 13px;
    }

.form-control.has-feedback-left {
    padding-left: 45px;
}

.form-control.has-feedback-right {
    padding-right: 45px;
}

.form-group {
    margin-bottom: 8px;
}

.validate {
    margin-top: 10px;
}

.invalid-form-error-message {
    margin-top: 10px;
    padding: 5px;
}

    .invalid-form-error-message.filled {
        border-left: 2px solid #E74C3C;
    }

.col-md-55,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.text-viewer {
    min-height: 68px;
    height: auto;
}

.noresize {
    resize: none;
}
