/* .label-primary {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
  background: #36bc9b;    
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-style: italic;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.label-danger {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
  background: #E74C3C;    
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-style: italic;
  font-family: "Lato", Helvetica, Arial, sans-serif;
} */

.article em {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
    background: #E74C3C;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    font-style: italic;
}

.article em>a {
    color: #fff;
}

.article em>a:hover {
    color: #fff;
}

.article strong {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
    background: #f0ad4e;
    font-weight: 700;
    line-height: 1;
    /* white-space: nowrap; */
    text-align: center;
    font-style: italic;
}

.article code {
    background-color: #34495E;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: baseline;
    border-radius: .25em;
}

.article img {
    border: 1px solid #ddd;
    border-bottom: 3px solid #999999;
    border-radius: 5px;
}

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;
    font-size: 18px;
}


/* .article table {
  font-size: 14px;
} */


/* linguens no pre */

code.lang-cmd.hljs.dos {
    background-color: transparent;
    color: #2C3E50;
    font-family: courier;
    font-size: 15px;
    font-weight: lighter;
}

span.hljs-built_in {
    color: #2980b9;
}

code.lang-xml.hljs {
    color: #2C3E50;
    background-color: transparent;
    font-size: 16px;
}

span.hljs-tag {
    color: #C0392B;
}

span.hljs-title {
    color: #2980b9;
}

.bash .hljs-shebang,
.hljs-comment,
.java .hljs-javadoc,
.javascript .hljs-javadoc,
.rust .hljs-preprocessor {
    color: #16A085;
    font-size: 12px;
    font-weight: 100;
}


/* fim das linguens no pre */


/* ícones de soma, subtração e outros */

.mais:before {
    content: "+";
    border: 1px solid #16a085;
    background-color: #16a085;
    color: #fff;
    border-radius: 10px;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    font-style: normal;
    font-weight: 900;
}

.menos:before {
    content: "-";
    border: 1px solid #E74C3C;
    background-color: #E74C3C;
    color: #fff;
    border-radius: 10px;
    padding: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 5px;
    font-style: normal;
    font-weight: 900;
}

.igual:before {
    content: "=";
    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;
}

div.calculos>hr {
    margin: 5px;
    width: 270px;
}


/* fim dos ícones de soma, subtração e outros */


/* Definições para o grupo de combustíveis */

.grupoComb0,
.grupoComb1,
.grupoComb2 {
    color: #fff;
}

.grupoComb0:before,
.grupoComb1:before,
.grupoComb2:before {
    color: #2c3e50;
}

.grupoComb0:before {
    content: "0 - Não obriga grupo de combustíveis para NFC-e com CFOP de combustível";
}

.grupoComb1:before {
    content: "1 - Obriga somente o grupo de combustíveis para NFC-e com CFOP de combustível";
}

.grupoComb2:before {
    content: "2 - Obriga grupo de combustíveis e informação do Encerrante na venda de combustível";
}

#infoGrupoComb {
    font-size: 15px;
}


/* Fim das Definições para o grupo de combustíveis */