/**   
    *   Arquivo organizado de acordo com o tipo de referência em Ordem Alfabética
    *   A ordem dos tipos é:
    *   - BODY
    *   - AGRUPAMENTO DE ID'S
    *   - IDENTIFICADORES       (#ID)
    *   - CLASSES AGRUPADAS     (mesmo estilo para 2 ou mais referências)
    *   - CLASSES ESPECÍFICAS   (aplicável a elementos definidos)
    *   - CLASSES GERAIS        (aplicável a todos os elementos)
    *   - ELEMENTOS AGRUPADOS   (mesmo estilo para 2 ou mais referências)
    *   - ELEMENTOS
    *   - VARIADOS
    */

body {
  margin: 0;
  padding: 0;
  background: #F7F7F7 url(imagens/background/img04.jpg) repeat-x left top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #787878;
}

footer {
  clear: both;
  background-color: #e2e2e2;
  font-size: .8em;
  height: 100px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
  color: #000;
  font-family: Arial, Helvetica;
}

h1 {
  font-size: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
}

h2 {
  padding: 0 0 10px 0;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  color: rgb(12, 55, 178);
  font-size: small;
  font-weight: 600;
  padding: 1.5em 0px 0em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
  margin-top: 0;
}

/*      Logo        */
#logo {
  color: #000000;
}

/*                                     AGRUPAMENTO DE ID'S
----------------------------------------------------------*/
.logoPrefeitura {
  height: 110px;
  cursor: pointer;
  width: 90px;
  float: left;
  padding: 1em 0 0 0;
  /*background-color:azure;*/
}

.logoSistema {
  height: 110px;
  cursor: pointer;
  width: 170px;
  padding: 0 1.2em;
  float: right;
}

  .logoSistema img {
    margin-top: 1.5em;
    width: 100%;
  }


#header h1 {
  font-size: 1.8em;
  color: white;
  padding: 2em 0 0 0;
  /*background-color:chocolate;*/
  text-align: center;
}



/*  ID para colorir o tipo de Ambiente (homologação, simulação, outros) */
#sidebar h3.homologacao, #empresa-ativa h3.homologacao {
  color: Red;
}

#sidebar h3.simulacao, #empresa-ativa h3.simulacao {
  color: Green;
}

#sidebar h3.outro, #empresa-ativa h3.outro {
  color: Black;
}

#table-nfe, #lista-notas, #lista-faixas, #lista-protocolos, #table-servicos, #lista-versoes, #lista-itens, #lista-aidf, #lista-guias {
  border-color: #D6D3CE;
  background-color: #FFFFFF;
}

  #table-nfe th, #table-servicos th, #lista-usuarios th, #lista-faixas th, #lista-protocolos th, #lista-notas th, #lista-itens th, #lista-guias th, #lista-versoes, #lista-ocorrencias th {
    background-color: #E0E0E0;
  }

#titulo-lista-nf-left, #titulo-lista-nf-right {
  width: 50%;
  float: left;
}

#topo table td, #acesso table td {
  padding: 0px;
}



/*Button*/
.XLargePaddingRight {
  margin-right: 20px;
}

.editor-field img {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
  position: relative;
  background-color: rgba(182, 182, 182, 0.7);
  padding: .5em 1em;
  margin: 0 .2em;
  font-size: inherit;
  color: rgb(33, 33, 33);
  border: 0px none;
}

  input[type="button"], input[type="submit"], input[type="reset"], button, button:active {
    background-color: #5c87b2;
    color: rgb(255, 255, 255);
  }

    input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
      background-color: #487199;
      cursor: pointer;
      outline: 1px solid #7DEBFF;
      outline-offset: 0px;
    }

    input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {
      background-color: #487199;
      cursor: pointer;
      outline: 1px solid #7DEBFF;
      outline-offset: 0px;
    }

    input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled {
      background-color: rgb(192, 192, 192);
      cursor: default;
      color: White;
    }

.createTable input['option'], .detailsTable input['option'], .editTable input['option'] {
  width: auto;
}

input[type="text"], input[type="password"], input[type='file'], textarea {
  padding: .2em 0;
}

input[type="text"], input[type="password"], input[type='file'], textarea, option {
  font-size: .99em;
  width: 100%;
  min-height: 1.2em;
}

input[type="text"], input[type="password"], input[type='file'], textarea, select {
  min-height: 1.2em;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
}

input[type='file'] {
  min-height: 2em;
}
/*
input[type="text"]:focus, input[type="password"]:focus, input[type='file']:focus, textarea:focus
{
    background: #B6CEE7;
    border-color: #ccc;
}
*/
select {
  width: 100%;
  min-height: 1.5em;
}


input[type="checkbox"] {
  margin: .2em .5em;
  vertical-align: middle;
}


/*                                         IDENTIFICADORES
----------------------------------------------------------*/

#acesso {
  min-width: 1000px;
  width: 100%;
  height: 22px;
  padding-top: 3px;
  vertical-align: middle;
  background-color: #035A91;
  text-align: right;
  color: #FFFFFF;
  clear: both;
  position: relative;
  float: left;
}

  #acesso a {
    color: #FFFFFF;
  }

#acesso-left {
  float: left;
  vertical-align: top;
  width: 25%;
  padding-left: 20px;
  padding-top: 4px;
}

#acesso-right {
  float: right;
  vertical-align: top;
  width: 65%;
  padding-right: 10px;
}

/*      Calendar        */
#calendar_wrap {
  padding: 20px;
}

#calendar #next {
  text-align: right;
}

#calendar table {
  width: 100%;
}

#calendar tbody td {
  text-align: center;
}

#content-left {
  float: left;
  width: 665px;
  margin-right: 1px;
}

#conteudo {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
}

#dados-empresa {
  width: 75%;
  text-align: right;
  vertical-align: top;
  float: right;
  right: 0;
  top: 2px;
  margin-right: 1.2em;
}

#discr-servicos th {
  background-color: #E0EBF5;
}

#div-voltar {
  width: 100%;
  text-align: right;
}

#divDetails {
  float: left;
  clear: both;
  width: 100%;
}

#divForm {
  background: #DCDCDC;
  padding: 10px;
  width: 100%;
}

#divHelp {
  padding: 5px;
  border: 1px solid #CCCCCC;
}

#divMenu {
  width: 100%;
  vertical-align: bottom;
  float: right;
  right: 0;
  top: 0;
  margin-right: 0px;
  margin-bottom: 5px;
}

#empresa-ativa {
  float: right;
  color: #FFFFFF;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}

  #empresa-ativa h2 {
    color: #000000;
    font-size: 20px;
    margin: 0;
  }

  #empresa-ativa span {
    color: #000000;
    font-size: 11px;
  }

    #empresa-ativa span .nao-informado {
      color: #800000;
      font-size: 11px;
    }

#featured .slide {
  padding: 50px 33px 34px 40px;
}

#fieldsettro {
  background-color: #FFFFFF;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

#filtro th {
  background-color: #E0E0E0;
  padding: 10px 7px;
}

#filtro tr {
  background: #FAF7C9;
}

#filtroConsultas {
  background-color: #FFFFFF;
  width: 100%;
}

  #filtroConsultas th {
    background-color: #FFFFFF;
    padding: 10px 7px;
  }

  #filtroConsultas tr {
    background: #E0E0E0;
  }

#footer {
  min-width: 1024px;
  width: 100%;
  background: #ECECEC;
  border-top: 1px solid #DEDEDE;
}


  #footer .content-footer {
    width: 1024px;
    margin: 0 auto;
    padding: 1em 0;
  }

    #footer .content-footer .data-footer {
      padding: 0 1.2em;
    }

      #footer .content-footer .data-footer h1 {
        font-size: 1.6em;
        margin-bottom: 0;
        color: #888;
      }

      #footer .content-footer .data-footer p {
        line-height: 150%;
        color: #888;
        margin: auto auto 0 auto;
      }

    #footer .content-footer .direitos-footer {
      padding: 2em 1.2em 0 0;
      float: right;
      text-align: right;
      color: #888;
    }



#header {
  min-width: 940px;
  height: 122px;
  margin: 0 auto;
}

#lista-contatos {
  width: 30%;
  min-width: 175px;
  float: left;
  margin: 5px;
}

#lista-notas {
  width: 100%;
}

#lista-ocorrencias {
  color: #000000;
  border: #333;
}

#lista-protocolos {
  width: 100%;
}

#lista-versoes {
  width: 20%;
}

#listaEmpresa {
  background-color: #E0E0E0;
}


#main {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  clear: both;
}

#master {
  width: 100%;
  height: 100%;
}

#mensagem-faixa {
  width: 99%;
  margin-right: 10px;
  padding: 1px 5px;
  background-color: #FAF7C9;
}

/*      Menu        */
#menu-vertical {
  width: 20%;
  float: left;
  margin: 0px;
  vertical-align: top;
}

#menu_in {
  height: 39px;
  margin: 0;
  padding: 0;
}

#menu {
  min-width: 940px;
  height: 38px;
  margin: 0 auto;
  padding: 0;
}

  #menu a {
    display: block;
    width: 130px;
    height: 28px;
    padding-top: 10px;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
  }

  #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
  }

  #menu li {
    float: left;
    border-left: 1px solid #4E9CE9;
  }

ul.dropdown li.sair {
  float: right;
}

#menu .current_page_item a {
  background: #4E9CE9;
  padding-left: 0;
}

#menu a:hover, #menu .current_page_item a {
  background: #4E9CE9;
  text-decoration: none;
}

/*      Page        */
#page {
  min-width: 940px;
  margin: 0 auto;
  padding: 0;
}

#page-bgtop {
  padding: 0px;
}

#page-bgbtm {
  margin: 0 auto;
  width: 100%;
}

  #page-bgbtm > tbody > tr > td {
    vertical-align: top;
    padding: 0 1.2em;
  }

#principal {
  padding: 0px 20px 0px 20px;
  margin: 0px;
  vertical-align: top;
}

#principal2 {
  width: 75%;
  float: left;
  padding: 0px 20px 0px 20px;
  margin: 0px;
  vertical-align: top;
}

#rodape {
  color: #004068;
  font-size: 10px;
  text-align: right;
  min-width: 1000px;
  width: 100%;
  height: 30px;
  background: url(../../Content/imagens/background/bg-rodape.jpg) repeat-x bottom;
  clear: both;
  bottom: 0;
  margin: 0px;
  margin-top: 20px;
  position: relative;
  float: left;
}

  #rodape a {
    font-size: 10px;
  }

/*      Search      */
#search-submit {
  width: 50px;
  height: 22px;
  border: none;
  background: #B9B9B9;
  color: #000000;
}

#search-text {
  width: 170px;
  padding: 6px 5px 2px 5px;
  border: 1px solid #DEDEDE;
  background: #FFFFFF;
  text-transform: lowercase;
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #5D781D;
}

#search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

#search form {
  height: 41px;
  margin: 0;
  padding: 10px 0 0 20px;
}

/*      Services        */
#services {
  width: 100%;
}

  #services .even {
    margin-left: 1px;
    width: 40%;
  }

  #services .lastrow {
    background: none;
  }

  #services .noticia {
    width: 80%;
    padding-left: 100px;
    text-align: justify;
  }

/*      Sidebar     */
#sidebar {
  float: right;
  width: 280px;
  padding: 0px;
  color: #787878;
  background: #FFFFFF;
  margin: 1px 0px 0px 0px;
}

  #sidebar a {
    border: none;
  }

    #sidebar a:hover {
      text-decoration: underline;
      color: #8A8A8A;
    }

  #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #sidebar li {
    margin: 0;
    padding: 0;
    border-left: 1px solid #E2E2E2;
  }

    #sidebar li ul {
      margin: 0px 0px;
      padding-bottom: 30px;
    }

    #sidebar li li {
      line-height: 35px;
      border-bottom: 1px dashed #D1D1D1;
      margin: 0px 30px;
      border-left: none;
    }

      #sidebar li li span {
        display: block;
        margin-top: -20px;
        padding: 0;
        font-size: 11px;
        font-style: italic;
      }

  #sidebar h2 {
    height: 38px;
    padding: 0 30px;
    letter-spacing: -.5px;
    font-size: 1.8em;
  }

  #sidebar p {
    margin: 0 0px;
    padding: 0px 30px 20px 30px;
    text-align: justify;
  }

#titulo-lista-nf {
  width: 100%;
  clear: both;
  height: 30px;
}

#titulo-lista-nf-right {
  float: right;
  text-align: right;
  margin-top: 10px;
}

#topo {
  min-width: 1000px;
  width: 100%;
  background: #EDF3FE url(../../Content/imagens/background/bg-topo.jpg) repeat-x top;
  position: relative;
  float: left;
  clear: both;
  padding: 0px;
  margin: 0px;
  z-index: 10;
}

#totais-nf {
  border: none;
  color: #555555;
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

  #totais-nf input[type="text"] {
    width: 100%;
    height: 100%;
    min-width: 100px;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }

#usuario-ativo {
  color: #000000;
  background-color: #FBFBFB;
}

#usuario-inativo {
  color: #FF0000;
  background-color: #E0E0E0;
}

#wrapper {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}


/*                                     CLASSES ESPECÍFICAS
----------------------------------------------------------*/

a.figura {
  width: 25%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  vertical-align: text-top;
  padding: 8px;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  height: 64px;
  width: 64px;
}

img.thumbnail {
  background: url(images/thumb-bg.png) no-repeat;
  padding: 8px 9px 10px 8px;
  margin-top: 7px;
}

img.figura {
  vertical-align: middle;
  padding-top: 8px;
}

img.sair {
  cursor: pointer;
}

/*                                       CLASSES AGRUPADAS
----------------------------------------------------------*/

h2.placar, #sidebar h2.placar {
  color: Teal;
  font-family: AR CENA;
  font-size: 30px;
}

.validation-summary-errors, .validation-summary-errors-temp-data {
  font-weight: bold;
  color: #FF0000;
  font-size: 1.1em;
}


/*                                          CLASSES GERAIS
----------------------------------------------------------*/

.avisoIndex {
  color: #6699CC;
  font-size: 14px;
  font-weight: bold;
  padding: 3px;
}

.avisoIndexVersoes {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  padding: 3px;
}

.class-h2 {
  border-bottom: 1px solid #E2E2E2;
  height: 38px;
}

.class-h3 {
  border-bottom: 1px solid #E2E2E2;
  height: 21px;
}

.acesso-texto-destacado {
  font-weight: bold;
  font-size: 14px;
}

.aviso-excluir-nota {
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
}

.bg-status-nota {
  padding: 5px;
}

.botao-relatorios {
  border: none;
  background: none;
  cursor: pointer;
}

.botao-relatorios {
  background: url(../../Content/imagens/icone/aidf.png) no-repeat;
  height: 18px;
  width: 18px;
}

.botao-visualizar {
  background: url(../../Content/imagens/icone/busca.gif) no-repeat;
  height: 18px;
  width: 18px;
}

.campo {
  padding: 2px;
  border: none;
}

.campo-Ok {
  background-image: url(../../Content/imagens/icone/validNo.png);
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
}

.campo-NO {
  background-image: url(../../Content/imagens/icone/validYes.png);
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
}

.campo-obg {
  background-image: url(../../Content/imagens/uteis/marcador-obg.png);
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
}

.campo-readonly {
  background: #FAF7C9;
  color: #555555;
  width: 100%;
}

.contato-descricao {
  line-height: 10pt;
  color: #333333;
  font-size: 10px;
  padding-right: 3px;
  word-spacing: 0.3pt;
}

.contato-email {
  line-height: 10pt;
  color: #035a91;
}

.contato-nome {
  font-weight: 700;
}

.contato-titulo-principal {
  border-bottom: 2px solid #CCCCCC;
  line-height: 30px;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  cursor: pointer;
}

/*      Content      */
.content-login {
  float: left;
  min-width: 960px;
  width: 100%;
  padding: 0px 0px 1.6em 0px;
}

.content-logoff {
  float: left;
  min-width: 620px;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.descricao-servico {
  color: #777777;
  font-style: italic;
}

.display-label {
  padding: 3px;
  background-color: #EEEEEE;
  color: #111111;
}

.divError {
  z-index: 10px;
  position: absolute;
  float: left;
  padding: 5px;
  text-align: center;
  border: 2px solid #F00;
  color: #F00;
  font-size: 11px;
  font-weight: bold;
  background-color: #FFF;
}

.field-validation-error {
  color: #FF0000;
}

.field-validation-valid {
  display: none;
}

.focus {
  background: #B6CEE7;
}


.font-placar-count {
  font-weight: bold;
  color: #32639A;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

.img-class-48 {
  float: left;
  width: 10%;
}

.img-class-48-960 {
  float: left;
  width: 7%;
}

.img-class-64 {
  float: left;
  width: 15%;
}

.input-validation-error {
  border: 1px solid #FF0000;
  background-color: #FFeeee;
}

.legendas {
  font-size: 9px;
  margin-left: 4%;
  font-weight: bold;
  float: left;
}

.links {
  padding-top: 20px;
  font-size: 12px;
  font-weight: bold;
}

.links2 {
  font-size: 12px;
  font-weight: bold;
}

.lista-faixa-titulo {
  text-align: center;
  background-color: #FAF7C9;
}

.lista-faixa-valor {
  text-align: center;
}

.master-td {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.nova-legenda {
  width: 11px;
  height: 11px;
  float: left;
}

.obs {
  font-size: 10px;
}

.paginacao {
  position: fixed;
  width: 100px;
  height: 100px;
}

.post {
  margin-bottom: 15px;
}

  .post .entry {
    padding: 0px 0px 20px 0px;
    padding-bottom: 20px;
    text-align: justify;
    text-indent: 2em;
  }

  .post .title {
    height: 38px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
    padding: 12px 0 0 0px;
    font-size: 1.5em;
    letter-spacing: -.5px;
    color: #000000;
  }

    .post .title a {
      color: #32639A;
      border: none;
    }

  .post .meta {
    padding: 5px 0px 15px 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
  }

    .post .meta .date {
      float: left;
    }

    .post .meta .posted {
      float: right;
    }

.search {
  text-align: center;
  font-size: 18px;
  width: 270px;
  height: 34px;
  padding: 25px 5px 10px 5px;
  background: #E2E2E2;
  border-bottom: 1px solid #FFFFFF;
  margin: 1px 0px 0px 0px;
}

.service {
  width: 90%;
  float: left;
  position: relative;
  padding: 33px 37px 28px 5%;
}

  .service img.icon {
    position: absolute;
    top: 31px;
    left: 16px;
  }

  .service img.icon-index {
    float: left;
    padding: 0px 20px 10px 0px;
  }

  .service div.height-fixo {
    padding: 0px 10px;
    overflow: hidden;
    max-height: none;
    background-color: white;
    border-top: solid rgba(78, 166, 217, 0.90);
  }

  .service div.height-aviso {
    border-top: solid rgba(190, 46, 44, 0.90);
  }


  .service div.height-fixo div.aviso-content {
    padding: 1.8em;
  }

  .service div.cursor-pointer {
    cursor: pointer;
  }

  .service div.dftc {
    cursor: default;
  }

  .service table.legenda {
    width: 25%;
    margin-top: 10px;
    border-top: 2px solid #CCC;
  }

#popup .service {
  width: 100%;
  float: none;
  padding: 0;
}

  #popup .service div.height-fixo {
    margin: 0;
    padding: .5em;
    cursor: default;
    overflow: auto;
    max-height: 600px;
    max-width: 860px;
    width: 100%;
    border-top: solid white;
  }

#popup .nav-btn {
  width: 1em;
  cursor: pointer;
  color: #32639A;
  position: static;
  text-align: center;
  vertical-align: middle;
  font-size: xx-large;
}

  #popup .nav-btn:hover {
    width: 1em;
    cursor: pointer;
    color: #4486C7;
    position: static;
    text-align: center;
    vertical-align: middle;
    font-size: xx-large;
  }

#popup .header {
  background: #32639a;
  padding: .5em;
  color: white;
}

#popup .service div.height-fixo h4 {
  margin: 0;
}

#popup .service div.height-fixo p.signature {
  padding: 0;
  margin: 0;
}

.notificacao {
  border-top: .4em solid rgba(78, 166, 217, 0.90);
}

  .notificacao div.aviso-content {
    padding: 1em .5em 0 0;
    max-height: 9em;
    overflow-y: hidden;
  }

  .notificacao .n-data {
    color: white;
    font-size: x-small;
    font-weight: bolder;
    background-color: rgba(78, 166, 217, 0.90);
  }

    .notificacao .n-data .day {
      margin: 0 auto;
      font-size: x-large;
    }

    .notificacao .n-data .year {
      color: #D6E8FF;
    }

.notificacao-aviso {
  border-top-color: rgba(190, 46, 44, 0.90);
}

  .notificacao-aviso .n-data {
    background-color: rgba(190, 46, 44, 0.90);
  }

    .notificacao-aviso .n-data .year {
      color: #ffe4e1;
    }


.title-data {
  margin: 0 0 10px 10px;
  width: 40px;
  height: 40px;
  float: right;
  color: white;
  background-color: rgba(78, 166, 217, 0.90);
  text-align: center;
  vertical-align: middle;
  font-size: xx-small;
  padding-top: 5px;
  font-weight: bolder;
  text-transform: capitalize;
}

.title-data-aviso {
  background-color: rgba(190, 46, 44, 0.90);
}

.title-data span.day {
  margin: 0 auto;
  font-size: x-large;
}

.title-data span.year {
  color: #D6E8FF;
}

.title-data.title-data-aviso span.year {
  color: #ffe4e1;
}

.suporte-online {
  border-bottom: 1px solid #035a91;
  font-size: 12px;
  font-weight: 900;
  color: #035a91;
  cursor: pointer;
}

.text-box {
  width: 30em;
}

  .text-box.multi-line {
    height: 6.5em;
  }

.text-class-48 {
  float: right;
  width: 90%;
}

.text-class-48-960 {
  float: right;
  width: 93%;
}

.text-class-64 {
  float: right;
  width: 85%;
}

.TextAreaForm {
  width: 99%;
  height: 100px;
  overflow: scroll;
}

.total-notas {
  background-color: #D1E1E9;
  color: #000000;
}

.tri-state {
  width: 6em;
}

.validation-summary-errors-temp-data {
  padding: 10px 0px;
}

.validation-summary-errors ul li {
  list-style: none;
  background-image: url(/../../Content/imagens/icone/atencao.png);
  background-repeat: no-repeat;
  background-position: -1px -1px;
  padding: 0;
  text-indent: 24px;
}

.validation-summary-valid {
  display: none;
}


/*                                     ELEMENTOS AGRUPADOS
----------------------------------------------------------*/

/*input[type="button"], input[type="submit"]
{
    padding: 3px;
    cursor: pointer;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
}

input[type="text"], input[type="password"], input[type='file'], textarea, select
{
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 0px 2px;
}*/

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #32639A;
}

p, ul, ol {
  margin-top: 0;
  line-height: 180%;
}


/*                                               ELEMENTOS
----------------------------------------------------------*/

a {
  text-decoration: none;
  color: #4486C7;
}

fieldset {
  border: 1px solid #000000;
  position: relative;
  min-width: 80%;
  clear: both;
}

  fieldset p {
    margin: 2px 12px 10px 10px;
    text-indent: 2em;
  }

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
  padding-top: 1em;
}

h3 {
  font-size: 1.4em;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px 4px 8px 0px;
}

/*table
{
    border-collapse: collapse;
}*/

table td {
  padding: 5px;
}

table tr th {
  color: Black;
  background-color: lightgray;
}

table th {
  font-weight: normal;
  font-size: 12px;
  padding: 6px 5px;
  text-align: left;
  color: #111111;
}

textarea {
  font-family: Arial, Verdana, Tahoma;
}



/*                                                VARIADOS
----------------------------------------------------------*/

.telefone {
  width: 100%;
}

.crc {
  width: 100%;
}

.cep {
  width: 100%;
}

.cpf {
  width: 100%;
}

.cnpj {
  width: 100%;
}

.numerico {
  width: 100%;
}

.data-simples {
  width: 100%;
}

#iconesLink {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.resultTable {
  margin-top: 30px;
}

/*****************************************************************
                CSS de templates do módulo Gestao
******************************************************************/

.createTable input['option'], .detailsTable input['option'], .editTable input['option'] {
  width: auto;
}

.filtroTable {
  background-color: #EEE;
}

  .createTable table, .detailsTable table, .editTable table, .filtroTable table {
    width: 100%;
  }

    .createTable table tr td.createTD, .detailsTable table tr td.detailsTD, .editTable table tr td.editTD, .filtroTable table tr td.filtroTD {
      width: 25%;
      padding-left: 10px;
      padding-right: 15px;
    }

tr.pesq_fields td {
  width: auto !important;
}

tr.filtroRodape {
  padding: 1px;
  background-color: #faf7c9;
}

  tr.filtroRodape td {
    padding: 0px;
  }

    tr.filtroRodape td ul {
      padding-left: 5px;
      margin: 5px 0px;
    }

      tr.filtroRodape td ul li {
        display: inline;
        list-style-type: none;
        padding-right: 12px;
      }

.buttonTD {
  padding-top: 30px;
}

.filtroTD {
  padding-top: 10px;
  font-weight: bold;
}

.createTable h5, .editTable h5 {
  margin-bottom: 10px;
}

#legenda-inline-block {
  width: 100%;
  display: block;
}

.break-word {
  word-wrap: break-word;
}

div.height-fixo {
  max-height: 8em;
  margin-bottom: 10px;
  overflow: auto;
}

#Avancado {
  margin-top: 1em;
  display: block;
}

  #Avancado.hidden {
    display: none;
  }

  #Avancado input[type='text'] {
    width: 98%;
  }

  #Avancado input[type='submit'] {
    padding: 2px 20px;
  }

tr.servico {
  background-color: #FFFF99;
}

tr.principal {
  background-color: #6699CC;
  color: Whitesmoke;
}

.detailsMainContent fieldset {
  border: 1px solid black;
}

.createTable input['option'], .detailsTable input['option'], .editTable input['option'] {
  width: auto;
}

.filtroTable table {
  background-color: #EEE;
}

.createTable table, .detailsTable table, .editTable table, .filtroTable table {
  width: 100%;
}

  .createTable table tr td.createTD, .detailsTable table tr td.detailsTD, .editTable table tr td.editTD, .filtroTable table tr td.filtroTD {
    width: 25%;
    padding-left: 10px;
    padding-right: 15px;
  }

tr.pesq_fields td {
  width: auto !important;
}

tr.filtroRodape {
  padding: 1px;
  background-color: #faf7c9;
}

  tr.filtroRodape td {
    padding: 0px;
  }

    tr.filtroRodape td ul {
      padding-left: 5px;
      margin: 5px 0px;
    }

      tr.filtroRodape td ul li {
        display: inline;
        list-style-type: none;
        padding-right: 12px;
      }

.buttonTD {
  padding-top: 10px;
  padding-left: 10px;
}

.filtroTD {
  padding-top: 10px;
  font-weight: bold;
}

.createTable h5, .editTable h5, .detailsTable h5 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.createTable h6, .editTable h6 {
  margin-bottom: 2px;
}

.webgrid {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
  font-size: 11px;
}



  .webgrid th {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-bottom: 2px solid #3966A2;
    height: 20px;
    border-top: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
  }



  .webgrid tfoot {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-top: 2px solid #3966A2;
    height: 30px;
    border-bottom: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
  }



.webgrid-alternating-row {
  background-color: #f2f2f2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 2px solid #D6E8FF;
  border-right: 2px solid #D6E8FF;
}



.webgrid td {
  border-bottom: 1px solid #d2d2d2;
  border-left: 2px solid #D6E8FF;
  border-right: 2px solid #D6E8FF;
}

.webgrid-selected-row {
  font-weight: bold;
}

.text-class-48 p {
  text-align: justify;
}

/* Holder - Dialog de avisos do sistema */
.Holder {
  padding: 12px;
  background-color: #F8F8F8;
  color: #111;
}


.buttonHolder {
  margin-top: 1.5em;
  border-top: 1px Solid #5c87b2;
  padding-top: 0.5em;
  text-align: right;
}

.titleHolder {
  font-size: 1.4em;
  background-color: #5c87b2;
  color: rgb(255, 255, 255);
  padding: 3px 12px 5px;
  border: 0px none;
}

  .titleHolder img {
    float: left;
    padding-right: 5px;
    padding-top: 1px;
  }

  .titleHolder span {
    vertical-align: middle;
  }

/*////////-----------------------------------------------------///////////////
| Solicitação de usuários	|
//////////-----------------------------------------------------/////////////*/
#Progdicator {
  font-family: Verdana;
  font-size: 90%;
}

#bucket1, #bucket2, #bucket3, #bucket4, #bucket5, #bucket6, #bucket7 {
  display: inline-block;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 190px;
  margin: -3px;
  background-repeat: no-repeat;
  background-position: center bottom;
  vertical-align: top;
  height: 50px;
}

.ProgText {
  display: inline-block;
  text-align: center;
  width: 190px;
  /*vertical-align:top;*/
  position: relative;
  top: 0px;
  padding-top: 45px;
}

#bucket2.future, #bucket3.future, #bucket4.future, #bucket5.future, #bucket6.future {
  background-image: url('Style/img/center-future_196_wide.gif');
}

#bucket7.future {
  background-image: url('Style/img/right-future_196_wide.gif');
}


#bucket1.skipped {
  background-image: url('Style/img/left-skipped_196_wide.gif');
}

#bucket2.skipped, #bucket3.skipped, #bucket4.skipped, #bucket5.skipped, #bucket6.skipped {
  background-image: url('Style/img/center-skipped_196_wide.gif');
}

#bucket7.skipped {
  background-image: url('Style/img/right-skipped_196_wide.gif');
}


#bucket1.current {
  background-image: url('Style/img/left-current_196_wide.gif');
  font-weight: bold;
}

#bucket2.current, #bucket3.current, #bucket4.current, #bucket5.current, #bucket6.current {
  background-image: url('Style/img/center-current_196_wide.gif');
  font-weight: bold;
}

#bucket7.current {
  background-image: url('Style/img/right-current_196_wide.gif');
  font-weight: bold;
}


#bucket1.complete {
  background-image: url('Style/img/left-complete_196_wide.gif');
}

#bucket2.complete, #bucket3.complete, #bucket4.complete, #bucket5.complete, #bucket6.complete {
  background-image: url('Style/img/center-complete_196_wide.gif');
}

#bucket7.complete {
  background-image: url('Style/img/right-complete_196_wide.gif');
}

.skipped .ProgText {
  color: gray;
}

.PassosBody {
  background-color: rgb(255, 255, 255);
  padding: 10px 7px 5px 10px;
}

.content {
  padding-top: 30px;
}

.marcadores-laranja ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

  .marcadores-laranja ul p {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .marcadores-laranja ul li {
    background-image: url(Style/img/seta_laranja.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }

    .marcadores-laranja ul li ul {
      list-style-type: none;
      padding-left: 14px;
    }

      .marcadores-laranja ul li ul li {
        background-image: url(Style/img/bullet_laranja.gif);
      }

.container-check {
  border: 1px solid #ccc;
  width: auto;
  height: auto;
  vertical-align: middle;
  padding: 5px;
}

.botao-visualizar, .botao-transparente {
  border: none !important;
  background-color: transparent !important;
  cursor: pointer !important;
  text-align: center !important;
  padding: 0 !important;
}

.success {
  color: green;
}

.rf-lgnd {
  padding: 5px;
  margin: 5px;
}

.etapas-homologacao .lista-epatas {
  background-color: White;
  border: 1px solid #E2E2E2;
  width: 900px;
  height: 400px;
  margin: 0 auto;
}

.etapas {
  margin-left: 1.5em;
  width: 95% !important;
}

/*BEGIN bootstrap alert*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

  .alert h4 {
    margin-top: 0;
    color: inherit;
  }

  .alert .alert-link {
    font-weight: bold;
  }

  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }

    .alert > p + p {
      margin-top: 5px;
    }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

  .alert-success hr {
    border-top-color: #c9e2b3;
  }

  .alert-success .alert-link {
    color: #2b542c;
  }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

  .alert-info hr {
    border-top-color: #a6e1ec;
  }

  .alert-info .alert-link {
    color: #245269;
  }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

  .alert-warning hr {
    border-top-color: #f7e1b5;
  }

  .alert-warning .alert-link {
    color: #66512c;
  }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

  .alert-danger hr {
    border-top-color: #e4b9c0;
  }

  .alert-danger .alert-link {
    color: #843534;
  }

/*END alert bootstrap*/

.webgrid2 {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
  font-size: 11px;
}

  .webgrid2 th {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    height: 20px;
    border: 1px solid grey;
  }

  .webgrid2 tfoot {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border: 1px solid grey;
    height: 30px;
  }

.webgrid2-alternating-row {
  background-color: #f2f2f2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 2px solid #D6E8FF;
  border-right: 2px solid #D6E8FF;
}

.webgrid2 td {
  padding: 3px;
}

.webgrid2-selected-row {
  font-weight: bold;
}

