:root {
    --cor-principal: #004F9F;
    --cor-principal-rgb: 0, 79, 159;
    --cor-principal-escura: #004489;
    --cor-principal-escuro: #20286d;
    --cor-fonte-branca: #f1f1f2;
    /*--cor-fonte-escura: #3a3f46;*/
    --cor-fonte-escura: #39536e;

    --bs-primary: var(--cor-principal);
    --bs-primary-rgb: var(--cor-principal-rgb);

    /* tag para impedir navegador forçar modo escuro color-scheme: light*/
    color-scheme: light;
}

/* Forando o comportamento correto nos botes primrios */
.btn-primary {
    --bs-btn-bg: var(--cor-principal);
    --bs-btn-border-color: var(--cor-principal);
    --bs-btn-hover-bg: var(--cor-principal-escura);
    --bs-btn-hover-border-color: var(--cor-principal-escura);
    --bs-btn-focus-shadow-rgb: var(--cor-principal-rgb);
    --bs-btn-active-bg: var(--cor-principal-escuro);
    --bs-btn-active-border-color: var(--cor-principal-escuro);
}

/* Garantindo que as classes utilit�rias de texto e fundo usem sua cor */
.text-primary {
    color: var(--cor-principal) !important;
}

.bg-primary {
    background-color: var(--cor-principal) !important;
}

/* Poppins */
body {
    font-family: var(--bs-body-font-family) !important;
}

/* ######################### PADRONIZA��O BOT�ES CONFIRMAR  ########################## */
.btn-outline-confirmacao-principal {
    /*background-color: var(--cor-principal);*/
    color: var(--cor-principal);
    border-color: var(--cor-principal);
}

.btn-outline-confirmacao-principal:hover {
    background-color: var(--cor-principal);
    color: var(--cor-fonte-branca);
    border-color: var(--cor-principal);
}

.btn-confirmacao-principal {
    background-color: var(--cor-principal);
    color: var(--cor-fonte-branca);
    border-color: var(--cor-principal);
}

.btn-confirmacao-principal:hover {
    background-color: var(--cor-principal-escura);
    color: var(--cor-fonte-branca);
    border-color: var(--cor-principal-escura);
}

/* ######################### sobrescrevendo class e IDs  ########################## */
.borda {
    border: 1px solid #ccc !important;
}


/* CSS personalizado para customizar a classe .card e .card-title na nova interface */
.card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 0px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.custom-card-title {
    background-color: var(--cor-principal);
    /* background-image: linear-gradient(135deg, var(--cor-principal) 0%, #0066cc 100%); */
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    border-bottom: none;
}

.custom-card-title h4 {
    margin: 0 !important;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: 0;
    color: #ffffff;
}

.custom-card-title h4 i {
    font-size: 1.1rem;
    color: var(--cor-principal);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.card-body {
    padding: 1.5rem;
}

.card-footer {
    background-color: #ffffff;
    /* Footer limpo e branco */
    border-top: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
}



.nav>li>a {
    /*color: #007C3C;*/
    color: var(--cor-principal-escuro);
}

.mt-3 {
    margin-bottom: 15px;
    border: 0px solid #c00;
}


.portal-img-responsive {
    width: 100%;
    height: auto;
}

.borda-debug {
    border: 1px #c00 solid !important;
}



h2.cor-verde {
    font-size: 1.9em;
    padding-bottom: 4px;
    border-bottom: 2px solid #007c3c;
    color: #007c3c;
    clear: both;
    border-color: #007c3c;
}

h4.cor-verde {
    font-size: 1.7em;
    padding-bottom: 4px;
    border-bottom: 2px solid #007c3c;
    color: #007c3c;
    clear: both;
    border-color: #007c3c;
}

h5.cor-verde {
    padding-bottom: 1px;
    border-bottom: 2px solid #007c3c;
    color: #007c3c;
    clear: both;
    border-color: #007c3c;
}

h3.cor-verde-normal {
    font-size: 1.9em;
    padding-bottom: 4px;
    color: #007c3c;
    clear: both;
}



/*######################### CUSTOMIZA��O MENU TOP  ########################## */

/* barra do topo */

.navbar-top {
    background-color: #f1f1f1;
    color: #004F9F !important;
    box-shadow: 0px 0px 20px 0px #00091226;
}

.navbar-fonte-color {
    font-size: 14px;
    color: var(--cor-principal-escuro) !important;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 0px 0px 1px #024f9f40;
}

.navbar-fonte-color:focus,
.navbar-fonte-color:hover {
    text-shadow: 0px 0px 1px #024f9f61;
}

.dropdown-menu {
    border: 0px !important;
}

.dropdown-menu li a {
    color: var(--cor-principal-escuro) !important;
}

.sb-page-header {
    /*background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: contain;*/
}


.portal-navbar-menu-link-a {
    padding-top: 5px;
    color: #007C3C !important;
    padding-right: 5px;
    text-decoration: none;
}

.portal-navbar-menu-link-a:focus,
.portal-navbar-menu-link-a:hover {
    color: #fff;
    text-shadow: #1838644f 0px 0px 1px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.portal-navbar-menu-span {
    padding-top: 5px;
    padding-right: 5px;
}

.portal-navbar-menu-span-text {
    color: var(--cor-fonte-escura);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    display: block;
    padding-top: 0px;
}

/*######################### MENU HEADER  ########################## */

.menu-header a {
    display: inline-block;
    text-decoration: none !important;
    color: var(--cor-fonte-escura) !important;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}


/*######################### MENU LATERAL  ########################## */
.sidebar-logo {
    padding: 10px 15px 10px 15px;
    font-size: 20px;
    background-color: var(--cor-principal) !important;
    color: var(--cor-fonte-branca);
    font-weight: bold;
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0 !important;
}

.sidebar-body {
    border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px) !important;
}

.menu-icon-cor {
    color: var(--cor-fonte-escura) !important;
}

.text-menu-cores a {
    font-weight: bold;
    color: var(--cor-fonte-escura) !important;
    text-shadow: none;
}

.text-menu-cores a:hover {
    color: var(--cor-fonte-escura) !important;
    background-color: hwb(0deg 90% 10%);
}


/*######################### MENU IMAGENS HOME  ########################## */

.portal-thumbnail-menu {
    /*padding: 4px;*/
    padding-bottom: 20px;
    padding-inline: 8px;
    border: 0px solid #eee;
    /* display: block;
   
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out; */
}

.portal-thumbnail-menu img {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);*/
    transition: 0.3s;
    border-radius: 1px;
    /*padding: 4px;*/
    /*background-color: #F5F5F5;*/
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
}


.portal-thumbnail-menu img:hover {
    cursor: pointer;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);*/
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
}



/*######################### MENU IMAGENS DEFAULT  ########################## */


a.portal-thumbnail-default {
    border: 0px;
    text-decoration: none;
}

a.portal-thumbnail-default.active,
a.portal-thumbnail-default:focus,
a.portal-thumbnail-default:hover {
    border: 0px;
}

.portal-thumbnail-default {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
}

.portal-thumbnail-default-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 0px;
    background-color: #F5F5F5;
    border: 0px solid #c00 !important;
}

.portal-thumbnail-default-box:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.portal-thumbnail-default img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    border-radius: 1px;
    padding: 4px;
    background-color: #F5F5F5;
    width: 72px;
    height: 72px;
}

.portal-thumbnail-default h4 {
    font-size: 18px;
    color: var(--cor-principal) !important;
    min-height: 50px
}



/*######################### BANNER ATIVOS LOGIN  ########################## */

.sidebar-login {
    background: var(--cor-principal) !important;
    color: var(--cor-fonte-branca) !important;
    font-size: 18px;
    font-weight: bold;
    box-shadow: none !important;
}


.login-options {
    color: var(--cor-fonte-escura) !important;
    font-weight: bold !important;
    text-decoration: none;
    border-radius: 4px;
}


.login-options li:hover {
    z-index: 1;
    background: #e6e6e6;
    text-decoration: none;
    border-radius: 4px
}

.portal-thumbnail-banner-login {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.portal-thumbnail-banner-login .portal-img-responsive {
    width: 100%;
    height: auto;
    border-radius: 5px;
}


.carousel-item img {
    border-radius: 5px;
}

/*######################### MENU IMAGENS LOGIN  ########################## */
.portal-thumbnail-login-img {
    padding: 5px;
    border: 0px solid #ddd;
}

.portal-thumbnail-login-img img {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);*/
    transition: 0.3s;
    border-radius: 1px;
    /*padding: 4px;*/
    /*background-color: #F5F5F5;*/
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
}

.portal-thumbnail-login-img img:hover {
    cursor: pointer;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);*/
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
}



/*######################### OVERLAY LOADING ########################## */

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}


.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/*######################### CUSTOMIZA��O DE FORMULARIOS ########################## */

.field-validation-error {
    font-size: 11px;
    font-weight: bold;
    color: #b94a48;
    display: inline-block;
    /* *display: inline; */
    padding-left: 5px;
    vertical-align: middle;
    /* *zoom: 1; */
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #b94a48;
}

.validation-summary-errors {
    font-weight: bold;
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


.datepicker {
    z-index: 2000;
}

[class^="custom-"] {
    display: inline-block;
    /* *margin-right: .3em; */
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

[class^="custom-"]:last-child,
[class*=" custom-"]:last-child {
    margin-left: 0;
}

/**::-moz-selection {
    background: #009649;*/
/*---Cor de fundo--*/
/*color: #ffffff;*/
/*--cor da fonte--*/
/*}

*::selection {
    background: #009649;*/
/*---Cor de fundo--*/
/*color: #ffffff;*/
/*--cor da fonte--*/
/*}*/


.number-right {
    text-align: right;
}


/*######################### CUSTOMIZA��O DE BUTTONS  ##########################*/


.input-group-btn .btn-group {
    display: flex !important;
}

/*
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}*/




/*######################### TOOLTIP  ##########################*/

.tooltip.right {
    min-width: 100px;
}

/*######################### Bot�o de Impress�o  ########################## */

.impressora-btn {
    width: 100%;
    position: relative;
    content: " ";
}

.impressora-btn a {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 99;
    border: 1px solid gray;
    border-radius: 4px;
    color: gray;
    padding: 4px 8px;
}

.impressora-btn a:hover {
    border-color: #000;
    color: #000;
}




i {
    font-size: 16px;
}

.thumbnails {
    list-style-type: none;
}


/*######################### responsive imagem  ########################## */



/*#########################  CUSTOMIZA��O DE class e ID�s  ########################## */

.btn-cursor {
    cursor: pointer !important;
}


/* count indicator near icons */
.nav1>li .count {
    position: absolute;
    bottom: 12px;
    right: 6px;
    font-size: 9px;
    background: rgba(51, 200, 51, 0.55);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1em;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.clickable .glyphicon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
}

.clickable {
    cursor: pointer;
}

a.clickable {
    color: inherit;
}

a.clickable:hover {
    text-decoration: none;
}

.clickable-er {
    cursor: pointer;
    color: #337ab7;
    text-decoration: none !important;
}

.clickable-er:hover {
    color: #007C3C;
    text-decoration: none !important;
}

.alert-infos {
    color: #31708f;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.texto-vizualizar {
    font-weight: bold;
}

div#mesangemJson {
    display: none;
}

.requerido {
    color: red !important;
}

.texto-centralizado {
    text-align: center !important;
}

.texto-direito {
    text-align: right !important;
}

.box-spn-top {
    margin: 10px;
}




.alignnone {
    float: left;
    padding-right: 15px;
}

.author .locality {
    width: 219px;
}

.componente_materia {
    margin: 0 1.75em 2.5em 0;
}

.saibamais {
    padding: 0;
    padding-bottom: 1.165em;
    border: 1px solid #EEE;
    padding-left: 2px;
}

.saibamais strong {
    border-bottom: 1px solid #DDD;
    border-top: 4px solid #333;
    display: block;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -0.05em;
    margin: 0 !important;
    padding: .25em 0 .4em;
}

.saibamais ul {
    clear: both;
    padding: 0 !important;
    margin: 0 !important;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.saibamais ul li {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    overflow: hidden;
    padding: .66em 0;
}

.saibamais ul li a {
    font-weight: bold;
    font-size: 1.06em;
    color: #007C3C;
    margin: 0 0 18px;
}

.saibamais ul li a:hover {
    text-decoration: underline;
}

.midia-largura-620 {
    font-family: arial, helvetica, freesans, sans-serif;
    margin: 0px 1.75em 2.5em 0px;
    outline: 0px;
    padding: 0px;
    overflow: hidden;
    zoom: 1;
    float: left;
    color: #000000;
    line-height: 12px;
}

.foto strong {
    background: #EEE;
    display: block;
    font-weight: normal;
    padding: .67em;
    text-align: left;
}

.foto img {
    display: block;
}


.panel-heading span.spnpnl {
    margin-top: -38px;
    font-size: 15px;
    margin-right: -9px;
}


hr.message-inner-separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}



/*######################### CUSTOMIZA��O DE ICONES DO PORTAL  ########################## */
.custom-calc {
    background: url("img/calc.png");
    background-position: center center;
    background-size: 100% 100%;
    height: 14px;
    width: 14px;
}

.custom-visualizar {
    background: url("img/show.png");
    background-position: center center;
    background-size: 100% 100%;
    height: 14px;
    width: 14px;
}

.icon-servico {
    background-image: url('img/servicos.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.icon-acesso-info {
    background-image: url('img/ace_info.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.icon-senha-acesso {
    background-image: url('img/senha_acesso.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.icon-info-rend {
    background-image: url('img/info_ren.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.icon-validar-contracheque {
    background-image: url('img/validarcontracheque.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.icon-emissao-contracheque {
    background-image: url('img/emicontracheque.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.icon-margem-consig {
    background-image: url('img/margemconsig.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.icon-dados-funci {
    background-image: url('img/dadosfunci.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.glyphicon-transparencia {
    background-image: url('img/spriteIcons.png');
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    background-position: -0px -28px;
}

.glyphicon-iconFaq {
    background-image: url('img/spriteIcons.png');
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    background-position: -18px -28px;
}

.glyphicon-iconWebmail {
    background-image: url('img/spriteIcons.png');
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    background-position: -56px -28px;
}

.glyphicon-lgpd {
    height: 16px;
    width: 16px;
    background-image: url('img/lgpd-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.glyphicon-dados-cadastrais {
    background-image: url('img/dados-cadastrais.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.glyphicon-dados-financeiro {
    background-image: url('img/dados-financeiro.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.glyphicon-ferias {
    background-image: url('img/ferias.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.glyphicon-requerimentos {
    background-image: url('img/requerimentos.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}

.glyphicon-saude-do-servidor {
    background-image: url('img/saude-do-servidor.png');
    background-position: center center;
    height: 18px;
    width: 18px;
}


/*######################### BANNER LATRAL  ##########################*/


.portal-banner-widget {
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.2857142857;
    margin-bottom: 30px;
    width: 100%;
    word-wrap: break-word;
}


.portal-content-banner .portal-banner-widget .portal-banner-title {
    /* border-top: 2px solid #004f9f0d; */
    color: var(--cor-fonte-escura);
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 18px;
    padding-top: 7px;
    text-transform: uppercase;
}

.portal-content-banner .portal-banner-widget a {
    color: #28A8D2;
}








@media (max-width: 991px) {

    #tblGrid thead tr .tblGridtrhide1,
    #tblGrid tbody tr .tblGridtrhide1 {
        display: none;
    }
}

@media (max-width: 600px) {

    #tblGrid thead tr .tblGridtrhide0,
    #tblGrid tbody tr .tblGridtrhide0 {
        display: none;
    }
}

#tabelaValores tbody tr td,
#tabelaIniciais tbody tr td,
#tabelaCompulsorios tbody tr .valor,
#tabelaPreferenciais tbody tr .valor,
#tabelaFacultativos tbody tr .valor,
#tabelaFinais tbody tr td,
#tabelaParciais tbody tr td {
    text-align: right;
}





#portal-notificacoes a {
    color: #2870ad;
    text-decoration: none;
}


/*######################### CUSTOM BOX DIV VIZUALIZAR NOTICIAS ########################## */
.portal-materia-titulo {
    margin-bottom: 2.5em;
}

.portal-materia-titulo h1 {
    color: #333;
    font-size: 3.16em;
    font-weight: bold;
    letter-spacing: -0.06em;
}

.portal-materia-titulo h2 {
    color: #929292;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    padding-top: .3em;
}

.portal-materia-assinatura {
    min-width: 200px;
    color: rgb(128, 128, 128);
    font-size: 12px;
}

.portal-materia-assinatura-linha {
    border-top: 1px solid #EBEBEB;
    overflow: hidden;
    padding-top: 16px;
    width: 100%;
}

.portal-materia-assinatura p span {
    display: block;
    padding-top: .1em;
}

.portal-materia-conteudo p {
    color: #333;
    font-size: 1.06em;
    letter-spacing: -0.02em;
    line-height: 1.45em;
    padding-bottom: 1.5em;
}

.portal-materia-conteudo p a {
    font-weight: bold;
}

.portal-materia-conteudo p a:hover {
    text-decoration: underline;
}



/*######################### CUSTOM BOX DIV VISUALIZAR MENSAGENS ########################## */
.visualizar-mensagem-titulo {
    margin-bottom: 2.5em;
}

.visualizar-mensagem-titulo h1 {
    color: #333;
    font-size: 2.09em;
    font-weight: bold;
    letter-spacing: -0.06em;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
    margin-left: 10px;
    margin-right: 10px;
}





/*######################### CUSTOM BOX DIV NOTICIAS ULTIMAS NOTICIAS ########################## */

.list.portal-noticias .list-group-item {
    border: none;
}

.pre:hover,
.next:hover {
    opacity: 0.5;
}

.viewport {
    overflow: hidden;
    height: 575px;
}

.data-extenso {
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dotted #CCC;
    font-size: 16px;
    color: #999;
    line-height: 32px;
    letter-spacing: -1px;
}


/*######################### CUSTOM BOX DIV NOTICIAS  ########################## */

.portal-noticias {
    padding: 0px 10px 10px 10px;
    margin-top: 0;
    border: 0px solid #009649;
}

.portal-noticias .noticia {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
}

.portal-noticias .noticia .hora {
    float: left;
    width: 48px;
    font: 11px arial;
    line-height: 20px;
    background-color: #FFF;
    color: #999;
    text-align: center;
    border: 0px solid #ccc;
    margin-top: 5px;
    margin-right: 10px;
}

.portal-noticias .noticia h5 {
    color: #808080 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.portal-noticias .noticia p {
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #337ab7;
    !important;
}

.portal-noticias .noticia .titulo-small {
    font-size: 12px;
    font-weight: bold;
    color: #808080;
    text-decoration: none;
    padding: 2px;
    margin-left: 50px;
    word-wrap: break-word;
}

.portal-noticias .list-group-item:hover a {
    border: 1px solid #009649;
}

.portal-noticias .list-group-item:hover p {
    text-decoration: underline;
    color: #009649;
}



/*######################### CUSTOM BOX DIV PESQUISAR NOTICIAS ########################## */

.video-list-thumbs>li {
    margin-bottom: 12px;
    border: 0px solid #c00;
    min-width: 230px;
}

.video-list-thumbs>li>a {
    display: block;
    position: relative;
    background-color: #111;
    color: #fff;
    padding: 8px;
    border-radius: 3px transition: all 500ms ease-in-out;
    border-radius: 4px;
}

.video-list-thumbs>li>a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    text-decoration: none;
}

.video-list-thumbs h2 {
    bottom: 0;
    font-size: 14px;
    height: 33px;
    margin: 8px 0 0;
}

.video-list-thumbs .glyphicon-play-circle {
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    transition: all 500ms ease-in-out;
}

.video-list-thumbs>li>a:hover .glyphicon-play-circle {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.video-list-thumbs .duration {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    left: 12px;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 12px;
    transition: all 500ms ease;
}

.video-list-thumbs>li>a:hover .duration {
    background-color: #000;
}

.video-list-thumbs>li>a img {
    height: 114px;
    width: 100%;
}





@media (min-width:320px) and (max-width: 480px) {
    .video-list-thumbs .glyphicon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}


/*######################### TABELA DE MENSAGEM  ########################## */

.content-msg h1 {
    text-align: center;
}

.content-msg .content-footer p {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}

.content-msg .content-footer p a {
    color: inherit;
    font-weight: bold;
}

.media-meta {
    font-size: 11px;
    color: #999;
}

.title {
    color: var(--cor-principal);
    /*color: #2BBCDE;*/
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}

.table-filter {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.table-filter tbody tr:hover {
    cursor: pointer;
    background-color: #eee;
}

.table-filter tbody tr td {
    padding: 10px;
    vertical-align: middle;
    border-top-color: #eee;
}

.table-filter tbody tr.selected td {
    background-color: #eee;
}

.table-filter tr td:first-child {
    width: 38px;
}

.table-filter tr td:nth-child(2) {
    width: 35px;
}


@media screen and (min-width: 768px) {
    /*#adv-search {
        width: 500px;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
     }

    */
}



/******************************************************************
    NOVO ADMIN
******************************************************************/

.coluna_lado_a::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
}

.coluna_lado_a::-webkit-scrollbar {
    width: 6px;
}

.coluna_lado_a::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(90, 90, 90, 0.7);
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}




.root:hover>.dropdown-menu {
    display: block;
}


.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}


.menu-img {
    max-width: 100%;
    height: auto;
    width: 100%;
}


.list-group-item {
    border: none !important;
}


/*


.coluna_lado_a {
    border: 0px solid #c00;
    margin: 0;
    padding: 0;
    min-height: 200px;
    max-height: 670px;
    overflow-x: auto;
    overflow-y: auto;
}

.coluna_lado_a .list-group-item:hover .square {
    border: 1px solid #009649;
}

.coluna_lado_a .list-group-item:hover p {
    text-decoration: underline;
    color: #009649;
}

.titulo_lada_a h3 {
    font-size: 20px;
    font-weight: bold;
    border-top: 3px solid #009649;
    color: #009649;
}

.bloco-box-noticia img {
    height: 100%;
    width: 100%;
}

.bloco-box-noticia p {
    font-size: 16px;
    font-weight: bold;
    color: #337ab7;
    text-decoration: none;
}

.bloco-box-noticia {
    margin-bottom: 125px;
}

.bloco-box-noticia.bloco-primary {
    min-height: 93px;
    height: auto;
    margin-bottom: 0px !important;
    border-bottom: 2px solid #009649 !important;
}

.bloco-box-noticia .square {
    width: 100px;
    text-align: center !important;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    padding: 10px 0;
    min-height: 50px;
    margin-right: 10px;
}

    .bloco-box-noticia .square:hover {
        border: 1px solid #009649 !important;
    }

.bloco-box-noticia a {
    font-size: 16px;
    font-weight: bold;
}

.bloco-box-noticia a:hover {
    color: #009649;
}

.pull-left {
    float: left !important;
}




.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}






.menu-links-container ul {
    list-style: none;
}

.menu-links-container li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 0 9px;
}



.banner-gov .bannerThumb180 {
    max-width: 100%;
}

.banner-gov a img {
    width: 186px !important;
    border: 0px solid #ccc;
}



.navbar-static-top {
    margin-bottom: 20px;
}


.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}




#bloco-busca-noticias {
    border: 0px solid #c00;
    padding: 5px;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}



#bloco-search-result-noticias {
    overflow: auto;
    height: 615px;
    margin-top: 10px;
}

#bloco-search-result-noticias img {
    height: 100%;
    width: 100%;
}

.search-result .thumbnail100 {
    border-radius: 0 !important;
}

.search-result .imgam-quadro {
    border-radius: 0 !important;
    border: 1px solid #ccc;
    padding: 4px;
}

    .search-result .imgam-quadro:hover {
        background-color: #337ab7 !important;
    }

.search-result:first-child {
    margin-top: 0 !important;
}

.search-result {
    margin-top: 20px;
}

.search-result .col-md-2 {
    border-right: 1px dotted #ccc;
    min-height: 140px;
}

.search-result ul {
    padding-left: 0 !important;
    list-style: none;
}

.search-result ul li {
    font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;
    line-height: 30px;
}

.search-result ul li i {
    padding-right: 5px;
}

.search-result .col-md-7 {
    position: relative;
}

.search-result h3 {
    font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.search-result h3 > a, .search-result i {
    color: #248dc1 !important;
}

.search-result h3 > a:hover {
    color: #009649 !important;
}

.search-result p {
    font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif;
}

.search-result span.plus {
    position: absolute;
    right: 0;
    top: 126px;
}

.search-result span.plus a {
    background-color: #248dc1;
    padding: 5px 5px 3px 5px;
}

.search-result span.plus a:hover {
    background-color: #414141;
}

.search-result span.plus a i {
    color: #fff !important;
}

.search-result span.border {
    display: block;
    width: 97%;
    margin: 0 15px;
    border-bottom: 1px dotted #ccc;
}





.form-horizontal {
    margin-left: 0;
    margin-right: 0;
}




.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

.btn-register:hover, .btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}




.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu .pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #eee;
    color: #007C3C;
}

.dropdown-menu > li > a {
    color: #333333;
    text-transform: none;
    min-width: 158px;
    height: auto;
}


.thumbnail-slider {
    padding: 0px;
    border: 0px solid #ddd;
}

/*
a.thumbnail {
    border: 0px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border: 0px;
}

*/

.thumbnail img {
    display: block;
    width: 70%;
    height: auto;
}

.alerta-Mensagem {
    background-color: #d2e8ff;
    color: #284269;
    box-shadow: #d2e8ff4a 0px 0px 3px;
    font-size: 15px;
}