html, body {
          height: 100%;
          min-height: 100%;
        }
        
        .jconfirm-holder{
            max-width: 50%;
            margin-left: 25%;
        }
        
        .header_bg {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 170px;
        }

        .acessibilidade {
            cursor: pointer;
        }

        .lista_menu {
            list-style:none;
        }

        /* .fontDestaque {
            color: #FEDB00;
        }*/

     /*Inicio do Contraste Eduardo Barros30-06-2021*/
        .menosazul {           
         /* position: fixed; top:0; left:0; z-index:9999;
               height:100vh; width:100vw;
               pointer-events: none;
               background-color: rgba(255,255,0,0.2); 
               mix-blend-mode: multiply;*/
        }

        .fontDestaque {
            color: #f8f9fa !important;
        }

    .fontContrastTd {
           color: #000 !important;
       font-weight: 600;
        }

    .dropdownFaq{
       border: 1px solid #29A9EF !important;
           border-bottom-color: #136795 !important;
          /* font-size: 1.077em;      */     
    }

    .fontDark{
            color: #f8f9fa !important;
    }
     .dark_color {
        background: #000 !important;
            color: #f8f9fa;
        }

       .contraste_color {
        background: #000 !important;
            
        }
      /*   fim contraste  */
      /*barra superior*/


        .text-color-top-bar {

           color: #FFFFFF !important;

        }

        .mainmenu {
            background: #FFFFFF !important; 
            /*border-top: 1px solid #e5e7eb !important;  
            border-bottom: 1px solid #e5e7eb !important;*/
            border-top: 1px solid #bdc6d8 !important;
            border-bottom: 1px solid #bdc6d8 !important;
            
        }

        .mainmenu li a {
         /*color: #000000 !important;*/
         /*color: hsl(199.08deg 100% 33.92%) !important;**/
         font-weight: 500 !important;
      
         /*font-weight: 500 !important;*/
        }

        .mainmenu .fontDestaque li a{
         color: #f8f9fa !important;         
        }

        .fontDestaque ::placeholder{
          color: #f8f9fa !important; 
        } 

        #homeMenu { 
                     
         }
        .mainmenu li a:hover {
         /*color: #FFFFFF !important;*/
         font-weight: 500 !important;
        }

        nav.mainmenu>ul>li.current-menu-item>a {
         /*color: #FFFFFF !important;*/
         font-weight: 500 !important;
         border-bottom: 3px solid #1a90c7 !important;
         background: #ffffff !important;
         /*color: hsl(199.08deg 100% 33.92%) !important;*/
         height: 24px !important;
        }

        nav.mainmenu>ul>li {
          margin-left: 0px !important;
        }

       /*FIM barra superior*/

            h1 > a, h2 > a, h4 > a{
                color:#01426a;
            }
            h1 > span, h2 > span, h3 > span {
                color:#01426a;
            }

  



        @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
        /*02-07-2017 usando https*/

      
      #filtrarBibliotecasHome{
          border: 0px !important; /*eduardo barros 09-02-2021*/
          width: 450px; /*eduardo Barros 09-02-2021*/
          /*margin:0 auto;*/
          /*margin-top:8px;*/
          /*margin-bottom:2%;*/
          transition:opacity 1s;
          -webkit-transition:opacity 1s;
          position: absolute;
          z-index: 99999;
          background: #FFFFFF;
          border: 10px #FFFFFF solid;
          /*margin-top: 150px;*/
          /*margin-left: 33%;*/
          top:50%;
          left:50%;
          margin-top:-200px;
          margin-left:-229px;
              border-radius: 7px;           
      }


      #filtrarBibliotecasHome h1{
          background:#212529;
          padding:20px 0;
          font-size:140%;
          font-weight:300;
          text-align:center;
          color:#fff;
          margin-top: 0px;
          margin-bottom: 0px;
            border-radius: 7px;
              border-bottom-right-radius: 0px;
              border-bottom-left-radius: 0px;
      }


      #login{
          border: 0px !important; /*eduardo barros 09-02-2021*/
          width: 450px; /*eduardo Barros 09-02-2021*/
          /*margin:0 auto;*/
          /*margin-top:8px;*/
          /*margin-bottom:2%;*/
          transition:opacity 1s;
          -webkit-transition:opacity 1s;
          position: absolute;
          z-index: 99999;
          background: #FFFFFF;
          border: 10px #FFFFFF solid;
          /*margin-top: 150px;*/
          /*margin-left: 33%;*/
          top:50%;
          left:50%;
          margin-top:-200px;
          margin-left:-229px;
              border-radius: 7px;           
      }


      #login h1{
          background:#212529;
          padding:20px 0;
          font-size:140%;
          font-weight:300;
          text-align:center;
          color:#fff;
          margin-top: 0px;
          margin-bottom: 0px;
            border-radius: 7px;
              border-bottom-right-radius: 0px;
              border-bottom-left-radius: 0px;
      }

      #form-login{
          background:#f0f0f0;
          padding:6% 4% 0% 4%;
      }

      #form-login input[type="text"], #form-login input[type="password"]{
          width:92%;
          background:#fff;
          margin-bottom:4%;
          border:1px solid #ccc;
          padding:4%;
          font-family:'Open Sans',sans-serif;
          font-size:95%;
          color:#555;
      }

      #form-login input[type="submit"]{
          width:100%;
          background:#3399cc;
          border:0;
          padding:4%;
          font-family:'Open Sans',sans-serif;
          font-size:100%;
          color:#fff;
          cursor:pointer;
          transition:background .3s;
          -webkit-transition:background .3s;
      }

      #form-login button{
          margin: 2px 0px 5px 0px;
          width:100%;
          background:#212529;
          border:0;
          padding:4%;
          font-family:'Open Sans',sans-serif;
          font-size:100%;
          color:#fff;
          cursor:pointer;
          transition:background .3s;
          -webkit-transition:background .3s;
      }

      #form-login input[type="reset"]{
          width:100%;
          background:#C92B28;          
          border:0;
          padding:4%;
          font-family:'Open Sans',sans-serif;
          font-size:100%;
          color:#fff;
          cursor:pointer;
          transition:background .3s;
          -webkit-transition:background .3s;
      }

      #form-login input[type="submit"]:hover{
          background:#2288bb;
      }

      #toTop { background: none repeat scroll 0 0 #f7f7f7; border: 1px solid #ccc; bottom: 10px; color: #333; cursor: pointer; display: none; font-family: verdana; font-size: 11px; padding: 5px; position: fixed; right: 10px; text-align: center; /*width: 100px;    */width: 30px;
      }

      .overlay{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(0,0,0,0.5); /*dim the background*/
      }

      .translate {
        padding-right: 10px;
        position: fixed;
        max-width: 95vw;
        right: 0;
        top: 48%;
        margin-top: -32vh;
        z-index: 99999999;
        display: grid;
        font-family: Arial;
        color: #000;
      }
     
     .banner-lgpd-consent-container {
      position: fixed;
      top: 87% !important;
      left: 0;
      bottom: 10px;
      display: flex;
      width: 100vw;
      justify-content: center;
      z-index: 1050;    
     }

     .banner-lgpd-consent--show {    
       animation: show 1s both;
      }

      .banner-lgpd-consent__column  {
      padding: 0 60px;
      margin: 0 -30px;
      color: #fff!important;
      font-size: 14px;
      font-weight: 400!important;
      line-height: 16px;}

     .banner-lgpd-consent__link {
      color: inherit;
      text-decoration: underline;}


     .banner-lgpd-consent{
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      width: calc(100vw - 20px);
      max-width: 1326px;
      height: 70px;
      padding: 27px;
      background-color: rgba(64,64,64,.9);
      box-shadow: 0 8px 6px 0 rgb(0 0 0 / 41%);
      border-radius: 5px;
      overflow: hidden;
      transform: translate3d(0,0vh,0);
      text-align: center;  
    
      -webkit-overflow-scrolling: touch;
      outline: 0;
     }     
     
    #usu-list ul {
    display: none;
    position: absolute;
    top: 80%;
    width: 150px;
    margin: 0;
    padding: 10px 0 10px;
    background: #fff;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
    font-weight: 400;
    font-family: "Arial",sans-serif;
   }

  #usu-list:hover > ul {
      display: block;
      z-index: 99999999;
  }
  

  .background-sky {
    background-color: #1976d2;
    background: linear-gradient(145deg,#0d47a1,#42a5f5);
    color: #fff;
}
.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    min-height: 480px;
    height: 80vh;
    max-height: 560px;
    box-sizing: border-box;
    padding: 48px 48px 32px;
    overflow: hidden;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.chave{
        text-align: right; color: #3f3f3f !important;font-weight: 400;width:200px;
 }
 .chave td{
         color: #3f3f3f !important;font-weight: 400;width:200px;
 }

#argBuscaTopo span.select {
    border-left: none !important;
    border-top: none;
    border-bottom: none;
    width: 100% !important;
    border-right: 1px solid #d1d5db !important;    
    border-radius: 0px;
}

#Opcaotipocampos span.select {
 border-left: 1px solid #d1d5db !important;  

}

#argBuscaTopo input::placeholder {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}

span.select {
    width: 43%;
}

span.select span.value span {

  color:rgb(75 85 99 / var(--tw-text-opacity, 1));
}
ul.tabs a.selected {
    background: #097fb5 
}

header.h8 nav.mainmenu>ul>li:hover>a {
    background: #0076ad !important;
}

nav.mainmenu>ul>li>a {
  font: 400 1.231em / 20px "Signika", sans-serif;
}

#pesq_avan .select {
  width: 29% !important;   
}

#filtro_busca .select {
  width: 99% !important;   
}
  .location-text {
      display: flex;
      align-items: center;
      font-size: 1.1em; /* Adjust as needed */
      color: #0076ad; /* A blue similar to Google's blue */
      text-decoration: none; /* If it's a link, remove underline */
      font: 350 1.300em / 20px "Signika", sans-serif;
  }
  .location-icon {
      margin-right: 3px; /* Space between icon and text */
      color: #0076ad; /* Color of the pin icon */
      font-size: 1.3em; /* Adjust icon size */
  }


  #1 {
    animation-duration: .2s;
    transition-duration: .2s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
     --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    border-width: 1px;
    border-radius: 9999px;
    align-items: center;
    display: flex; 
  }

  .no-border-left {
    border-left: none !important;
  }

  .no-border-right {
    border-right: none !important;
  }
 
  nav.mainmenu>ul>li:hover>a {
  border-bottom: 3px solid #1a90c7 !important;
  background: #ffffff !important;
  color: hsl(199.08deg 100% 33.92%)!important;
  height: 39px !important;
  transition: all 0.1s ease;
  }

  nav.mainmenu>ul>li:hover {
    height: 35px !important;
    transition: all 0.1s ease;
  }

  #BotaoBuscaAvancada:hover>a {
   /* background-color: #0076ad !important;*/
    background: linear-gradient(to bottom, rgb(50, 168, 223) 0%, rgb(0, 118, 173) 100%)  !important;
    color: #fff !important;
    transition: all 0.1s ease
  }
  #argBuscaTopo:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);
     box-shadow: var(-0 0 #0000, 0 0 #0000), var(0 0 #0000, 0 0 #0000), var(--tw-shadow);    
  }
  #aba_padrao, #aba_refer, #aba_marc {
    width: 833px !important;
  }

  .dataTables_length{
    float: right;
    width: 50%;
  }
    
  .dataTables_length label{
    width: 69%;
  }

  .dataTables_filter{
    float: left;
    width: 50%;
  }

  .dataTables_info{
    float: right;
    margin-top: 10px;
  }

  .dataTables_paginate a {
    cursor: pointer;
  }

  .dataTables_paginate {
    float: left;
    margin-top: 10px;
  }

  table, th, td {
    border: 1px solid #ccc;
    font-size: 14px;
  }


  tbody tr:nth-child(odd) {
    background-color: #E6E6E6;
  }

  table tr:hover {
    cursor: pointer;
    background-color: #E6E6E6;
  }

  #table_linha, th, td {
      border: 1px solid #fff;
    font-size: 14px;
    padding: 4px 4px;
  }

  #table_linha, tbody tr:nth-child(odd) {
      background-color: #fff;
  }

  .table thead {
    background: #E6E6E6;
  }
  #formato_ficha {
      overflow: hidden;
      width: 600px;
      height: 300px;
      resize: none;
      font-family: "fontepadrao";
      font-size: 14px;
      margin-left: 0px;
  }

  #furoFormatoFicha {
      width: 10px;
      height: 10px;
      margin: 0 auto;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-width: 2px;
      border-color: #000;
      border-style: solid;
      margin-top: 5px;
  }
/* Estilos para conteúdo IA */
.ia-content-paragraph {
    line-height: 1.6;
    margin-bottom: 15px;
}

.ia-highlight {
    color: #0056b3;
    font-weight: bold;
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

.technical-term {
    background-color: #fff3cd;
    padding: 2px 4px;
    border-radius: 3px;
}

.ia-actions {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}


.book:hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
      
}
.book {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 13px 13px 8px 0px rgba(151, 146, 153,0.6);
  -moz-box-shadow: 13px 13px 8px 0px rgba(151, 146, 153,0.6);
  box-shadow: 13px 13px 8px 0px rgba(151, 146, 153,0.6);
}

/* Modificar o botão de fechar do jconfirm */
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: auto !important;
    width: 67px !important;
    background-color: red; 
    color: white; 
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px !important;
    text-transform: uppercase;
    border: none;
    right: 16px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    opacity: 1 !important;
}

/* Adicionar texto ao botão */
.jconfirm .jconfirm-box div.jconfirm-closeIcon:before {
    content: "Fechar ";
    font-family: 'Arial', sans-serif;
        text-transform: none !important;
}

#table_linha > tbody > tr> td > a{
    color: #0076AD;
} 

#usu-list:hover > ul {
    display: block !important;
    z-index: 99999999;
    left: 0;
  width: 200px; /* Adjust the width as needed */
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Soft shadow */
  padding: 10px 0;
  z-index: 1000;
   
}
#usu-list > ul > li:nth-child(1) > a{

  text-decoration: none;
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.text-info .font-weight-bold {
  color:#136795;
}
#aba_frbr > div > b > span{
  color:#136795;
}