﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*@import url("cor_custom.min.css");*/

.modulo_J {
    color: var(--modulo_J);
}

.modulo {
    color: var(--modulo);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
label {
    margin-top: 10px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.logo_fde {
    width: 80%;
    height: auto;
}

.logo_estado {
    width: 80%;
    height: auto;
    float: right;
}

.menuModulos {
    width: 100%;
    height: 45px;
    padding: 9px;
    background-image: linear-gradient(#3c3c3c, #272727);
    position: fixed;
    z-index: 10000000
}

.botao_menu_modulos {
    font-size: 1.5rem;
    color: #ffffff;
}

    .botao_menu_modulos :hover {
        color: #cecece;
    }

    .botao_menu_modulos :link, :after, :visited {
        /*color: #ffffff;*/
    }

.botao_menu_modulos_interno {
    font-size: 1.5rem;
    color: #333333;
}

    .botao_menu_modulos_interno :hover {
        color: #cecece;
    }

    .botao_menu_modulos_interno :link, :after, :visited {
        /*color: #ffffff;*/
    }

.menumodulos_interno {
    width: 100%;
    height: 50px;
    padding: 3px 10px 10px 15px;
    background-color: #000;
}

#janelamodulo {
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #efefef;
    display: none;
    z-index: 10000010;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px
}

.content_menumodulos_interno {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #efefef;
}

.menu_modulos {
    width: 100%;
    height: auto;
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

    .menu_modulos li {
        margin-top: 0.8em;
    }

    .menu_modulos a {
        color: #333;
        font-size: 1.0em;
        line-height: 1.8em;
        font-weight: 700;
    }

        .menu_modulos a:hover {
            color: #cecece;
            font-size: 1.0em;
        }

    .menu_modulos i {
        width: 42px;
        height: 34px;
        font-size: 1.3em;
        padding: 8px 10px 8px 8px;
        background-color: #fff;
        border: 1px solid #cecece;
        border-radius: 4px;
        margin-right: 5px;
        text-align: center
    }

.titulo_moldulos {
    font-size: 1.5em;
    font-weight: 600;
    color: #333333;
    padding-bottom: 7px;
    border-bottom: 1px solid #cecece;
}

.cor_01 {
    color: var(--modulo_A);
}

.cor_02 {
    color: var(--modulo_B);
}

.cor_03 {
    color: var(--modulo_C);
}

.cor_04 {
    color: var(--modulo_D);
}

.cor_05 {
    color: var(--modulo_A);
}

.cor_06 {
    color: var(--modulo_F);
}

.cor_07 {
    color: var(--modulo_G);
}

.cor_08 {
    color: var(--modulo_H);
}

.cor_09 {
    color: var(--modulo_I);
}

.cor_10 {
    color: var(--modulo_J);
}

.cor_11 {
    color: var(--modulo_K);
}

.box_form {
    background-color: #f5f7fa;
    padding: 20px;
    margin-top: -15px;
}
.box_form_light {
    background-color: #ffffff;
    padding: 20px;
    margin-top: -15px;
    border: 1px solid #E6E9ED;
}

.table_poder_juduciario {
    background-color: #ffffff;
    margin-top: 20px;
}

    .table_poder_juduciario thead {
        background-color: #333333;
        color: #ffffff;
    }

.foto_prestador {
    width: 120px;
    height: 120px;
    border: 4px solid #dee2e6;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.rounded-circle {
    border-radius: 50% !important;
}

.legenda_dados {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 0.5rem;
    color: #007bff;
}

.texto_dados {
    font-size: 0.8rem;
    font-weight: normal;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    width: 90%;
    float: left;
}