/* Linha HR personalizada */

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));
}


/* Fim da linha HR personalizada*/


/* Notícia - Aviso */

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid steelblue;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #1abc9c;
}

.notice-success>strong {
    color: #1abc9c;
}

.notice-info {
    border-color: #34495E;
    color: #34495E;
}

.notice-info>strong {
    color: #34495E;
}

.notice-warining {
    border-color: #FEAF20;
}

.notice-warining>strong {
    color: #FEAF20;
}

.notice-danger {
    border-color: IndianRed;
}

.notice-danger>strong {
    color: IndianRed;
}


/* Fim da Notícia - Aviso*/


/* Posts Recentes */

.panel-info>.panel-heading {
    background-color: #34495E;
    border-color: #34495E;
}

.panel-title {
    color: white;
}

.panel-info {
    border-color: 1px solid #f0f0f0;
}


/* Fim dos Posts Recentes */

article [img] {
    position: relative;
    display: block;
}


/* Marca D'agua para as imagens */

.marca {
    position: relative;
    top: -77px;
    left: 0px;
    color: white;
    font: bold 24px/45px Helvetica, Sans-Serif;
    background: rgba(3, 54, 73, 0.55);
    background-image: url(../images/ilustra.png);
    height: 25px;
    width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
}

.marca-sem {
    position: relative;
    top: -46px;
    left: 0px;
    color: white;
    font: bold 24px/45px Helvetica, Sans-Serif;
    background: rgba(3, 54, 73, 0.55);
    background-image: url(../images/ilustra.png);
    height: 25px;
    width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
}

.marca-pk {
    position: relative;
    top: -27px;
    left: 0px;
    color: white;
    font: bold 24px/45px Helvetica, Sans-Serif;
    background: rgba(3, 54, 73, 0.55);
    background-image: url(../images/ilustrapk.png);
    height: 13px;
    width: 156px;
    background-size: cover;
    background-repeat: no-repeat;
}

.marca-msg {
    position: relative;
    top: -32px;
    left: 0px;
    color: white;
    font: bold 24px/45px Helvetica, Sans-Serif;
    background: rgba(3, 54, 73, 0.55);
    background-image: url(../images/ilustra.png);
    height: 25px;
    width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Fim da Marca D'agua para as imagens */

blockquote {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    padding: 15px;
    background-color: #fafafa;
    color: #34495E;
    border-left: 6px solid #34495E;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    border-radius: 6px;
}

blockquote p {
    display: inline;
}

.article img {
    border: 1px solid #ddd;
    border-bottom: 3px solid #999999;
    border-radius: 5px;
}

.article img:hover {
    border: 1px solid #ddd;
    border-bottom: 3px solid #999999;
    border-radius: 5px;
}


/* Títulos para os artigos */

.h5,
h5 {
    font-size: 18px;
    font-weight: bold;
}

del {
    text-align: center;
    font-style: italic;
}


/* Fim dos Títulos para os artigos */


/* Bloqueio de CTRL+P */

@media print {
    .visible-print {
        display: inherit !important;
    }
    .hidden-print {
        display: none !important;
    }
    .h1,
    h1 {
        display: none !important;
    }
    .h2,
    h2 {
        display: none !important;
    }
    .h3,
    h3 {
        display: none !important;
    }
    .h4,
    h4 {
        display: none !important;
    }
    .h5,
    h5 {
        display: none !important;
    }
    .h6,
    h6 {
        display: none !important;
    }
    blockquote {
        display: none !important;
    }
    .panel {
        display: none !important;
    }
    hr {
        display: none !important;
    }
    table {
        display: none !important;
    }
    .notice {
        display: none !important;
    }
    pre {
        display: none !important;
    }
    sup {
        display: none !important;
    }
    .btn {
        display: none !important;
    }
    .label {
        display: none !important;
    }
    p {
        display: none !important;
    }
    br {
        display: none !important;
    }
    ul {
        display: none !important;
    }
    li {
        display: none !important;
    }
    .tooltip.top .tooltip-arrow {
        display: none !important;
    }
    .tooltip-inner {
        display: none !important;
    }
    .tabelanfce {
        display: none !important;
    }
    .container {
        display: none !important;
    }
    .intro {
        display: none !important;
    }
    .cards-wrapper {
        display: none !important;
    }
}


/* Fim do Bloqueio de CTRL+P */


/* Libera o CTRL+P - Tem que desativar o bloqueio e ativar o libera */


/* @media print {
    .visible-print { display: none !important; }
} */


/* Fim do Libera CTRL+P */


/* Linha divisória dos textos comparativos, normalmente usado para os parâmetros, indicando o funcionamento do parâmetro habilitado ou desabilitado */

.divider-outer {
    position: relative;
}

.divider-outer .col {
    padding: 0px 30px;
}

.divider {
    position: absolute;
    width: 1px;
    background: #ddd;
    top: 0;
    bottom: 0;
    left: 50%;
}

.divider:after {
    content: 'OU';
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 12px;
    color: #666;
    background: #fff;
    border: 1px solid #f0f0f0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
}


/* Fim da linha divisória dos textos comparativos */


/* Ícones e Botões dos Sistemas */

.caixa-impressora {
    color: transparent;
    border-radius: 5px;
    border: 1px solid #e6e9ee;
    background-color: #f3f3f3;
    background-image: url("../images/IconesSistema/caixa_impressora.png");
    background-repeat: no-repeat;
}

.atualizar-taxa {
    color: transparent;
    border-radius: 5px;
    border: 1px solid #e6e9ee;
    background-color: #f3f3f3;
    background-image: url("../images/IconesSistema/atualizar_taxa.png");
    background-repeat: no-repeat;
}

.lupa {
    color: transparent;
    border-radius: 5px;
    border: 1px solid #e6e9ee;
    background-color: #f3f3f3;
    background-image: url("../images/IconesSistema/lupa.png");
    background-repeat: no-repeat;
}

.globo {
    color: transparent;
    border-radius: 5px;
    border: 1px solid #e6e9ee;
    background-color: #f3f3f3;
    background-image: url("../images/IconesSistema/globo.png");
    background-repeat: no-repeat;
}

.confirmar {
    color: transparent;
    border-radius: 5px;
    border: 1px solid #e6e9ee;
    background-color: #f3f3f3;
    background-image: url("../images/IconesSistema/confirmar.png");
    background-repeat: no-repeat;
    padding: 2px;
    padding-right: 15px;
}


/* Fim dos Ícones e Botões dos Sistemas */


/* Mensagens de Erro Windows */

.msg-alerta-win-g {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    color: #34495e;
    border-radius: 5px;
    width: 719px;
    background-color: #f3f3f3;
}

span.h19-win {
    margin-left: 5px;
    font-size: 26px;
    font-weight: bold;
}

.texto-alerta-win {
    margin-left: 0px;
    font-size: 18px;
    margin-top: -41px;
    margin-bottom: -13px;
    padding-left: 20px;
    width: 719px;
}

span.glyphicon.glyphicon-remove.pull-right.icon-sis {
    background-color: #db4453;
    color: #fff;
    padding: 3px;
    margin-right: -20px;
    margin-top: -6px;
    border-radius: 5px;
}

span.glyphicon.glyphicon-ban-circle.icon-sis {
    color: #db4453;
    padding: 3px;
    font-weight: 900;
}

.msg-border {
    border: 1px solid #ddd;
    border-bottom: 4px solid #999999;
    width: 721px;
    height: 169px;
    border-radius: 5px;
    margin-top: 19px;
}


/* Fim das Mensagens de Erro Windows */


/* Mensagens do Sistema */

.msg-atenção {
    padding: 25px;
    padding-left: 65px;
    padding-top: 21px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 65px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 510px;
    background: #dbecfe;
    background-image: url(../images/MsgSistema/Atenção.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.msg-atenção-p {
    padding: 25px;
    padding-left: 65px;
    padding-top: 30px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 100px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 467px;
    background: #dbecfe;
    background-image: url(../images/MsgSistema/Atenção.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.msg-aviso {
    padding: 25px;
    padding-left: 65px;
    padding-top: 21px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 65px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 510px;
    background: #fefccb;
    background-image: url(../images/MsgSistema/Aviso.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.msg-aviso-m {
    padding: 25px;
    padding-left: 78px;
    padding-top: 25px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 76px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 595px;
    background: #fefccb;
    background-image: url(../images/MsgSistema/Aviso.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.msg-sucesso-p {
    padding: 25px;
    padding-left: 65px;
    padding-top: 30px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 100px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 467px;
    background: #d4ffcd;
    background-image: url(../images/MsgSistema/Sucesso.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.msg-erro-p {
    padding: 25px;
    padding-left: 65px;
    padding-top: 30px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 100px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 467px;
    background: #ffdaff;
    background-image: url(../images/MsgSistema/Erro.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.msg-erro-m {
    padding-left: 80px;
    padding-top: 41px;
    padding-right: 50px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 103px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 595px;
    background: #ffdaff;
    background-image: url(../images/MsgSistema/Erro.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: left;
}

.msg-erro {
    padding: 25px;
    padding-left: 65px;
    padding-top: 21px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 65px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 510px;
    background: #ffdaff;
    background-image: url(../images/MsgSistema/Erro.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.msg-erro-gg {
    padding: 25px;
    padding-left: 86px;
    padding-top: 21px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 70px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 641px;
    background: #ffdaff;
    background-image: url(../images/MsgSistema/Errogg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.msg-erro-EXG {
    padding-left: 71px;
    padding-top: 32px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 100px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 560px;
    background: #ffdaff;
    background-image: url(../images/MsgSistema/ErroEXG.png);
    background-size: 550px;
    background-repeat: no-repeat;
}

.msg-erro-EXGECF {
    padding-left: 75px;
    padding-top: 32px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-right: 35px;
    padding-bottom: 100px;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 4px solid #999;
    border-radius: 5px;
    width: 665px;
    background: #ffdaff;
    background-image: url(../images/MsgSistema/ErroEXGECF.png);
    background-size: auto;
    background-repeat: no-repeat;
}

article li:last-child {
    margin-bottom: 15px;
}


/* Fim das Mensagens do Sistema */


/* Inicio das Definições para LOAD do JS (uma página dentro da outra) */

article#_content table {
    font-size: 14px;
    width: 100%;
}

article#_content td,
article#_content th {
    border: 1px solid #ddd;
    padding: 5px;
}

article#_content thead,
article#_content thead tr:hover {
    background-color: #eee;
    border-bottom: 2px solid #ddd;
}

article#_content tr:hover {
    background-color: #f6f6f6;
}

article#_content th:nth-child(2) {
    min-width: 80px;
}


/* FIM das Definições para LOAD do JS (uma página dentro da outra) */

/* Definições para o grupo de combustíveis */
.grupoComb0, 
.grupoComb1,
.grupoComb2,
.grupoComb0:hover, 
.grupoComb1:hover,
.grupoComb2:hover {
    color: #fff;
}

.grupoComb0:before,
.grupoComb1:before,
.grupoComb2:before {
    color: #2c3e50;
}

a.grupoComb0:before,
a.grupoComb1:before,
a.grupoComb2:before {
    color: #16a085;
}

.grupoComb0:before {
    content: "0 - Não obriga grupo";
}

.grupoComb1:before {
    content: "1 - Obriga somente o grupo";
}

.grupoComb2:before {
    content: "2 - Obriga grupo e encerrante";
}


/* Fim das Definições para o grupo de combustíveis */

/* exceto para simples nacional */
simplesNac::before, .simplesNac::before {
    content: "exceto optantes do Simples Nacional";
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #999999;
    font-size: 75%;
}

noRef::before {
    content: "Não existe um ticket de referência";
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background-color: #777;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
}

noRef:hover::before {
    opacity: 0.6;
}

offlineNFCe::before {
    content: "Contingência Offline";
}

naoinforma::before {
    content: "Não Informado";
}

/* icones Glyphicons */
iconInfo, iconError {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
table iconInfo, table iconError {
    opacity: 0.6;
    color: #999;
}
iconInfo::before {
    content: "\e086";
}

iconError::before {
    content: "\e014";
}

.btn-spi {
	background-color: #34495e;
	color: white;
	border-color: #34495e;
}

.btn-mega {
	background-color: #e74c3c;
	color: white;
	border-color: #e74c3c;
}

.btn-site {
	background-color: #16a085;
	color: white;
	border-color: #16a085;
}

.btn-spi:hover, .btn-mega:hover, .btn-site:hover {
	opacity: 0.8;
}

/* Inicio Ícones */

/* Total de Docs */

.total-docs:before {
    content: "119";
    border: 1px solid #3498db;
    background-color: #3498db;
    color: #fff;
    border-radius: 10px;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    font-style: normal;
    font-weight: 900;
}


/* Fim di Total de Docs */