@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap'); */

.divScroll {
    overflow:scroll;
    height:400px;
    width:100%;
}

header h1 {
    font-size: 24px;
    color: black;
}
header h2 {
    font-size: 20px;
}

body {
    background-color: #f2f1ec;
}

main {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}


.bdi label {
    display: inline-block;
    width: 200px;
    text-align: right;
    padding-top: 2px;
  }

.panel-footer.panel-custom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(197, 197, 197, 0.548);
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 14px;
}

header a {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
    color: black;
}

h1  {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.dropdown-menu {
    max-height: 280px;
    max-width: 100%;
    overflow: auto;
}
#dropdown_input {
  padding: 20px;
  margin-top: -6px;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
}


#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99999;
}
  
#gif_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;

}

.texto-bem-vindo {
    font-size: 20px;
    color: #365b6d;
}

* {
    font-family: 'Barlow';
}

table * {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}

.btn-green, .btn-success {
    background-color: #41c1ba;
    border-color: transparent;
}

.btn-green:hover, .btn-success:hover {
    color:#ffffff;
    background-color: #339691;
    border-color: #008789;
}

.popover {
    background-color: rgb(213, 245, 255);
    border-color: black;
    border-width: 2px;
    margin-top: 5px;
    text-align: justify;
} 
.popover .arrow:after {
    position: absolute;
    left: 50%;
    top: -7px;
    content: '';
    width: 15px;
    height: 15px;
    background: #333;
    transform: rotate(45deg);
}

.sticky-filter {
    position: sticky; 
    top:0; 
    z-index:100; 
    background-color:#f2f1ec; 
    width:100%;
}

.titulo-pagina, body h1 {
    color: #365b6d;
    /* background-image: linear-gradient(#365b6d, #767789); */
    /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
    font-family: 'Barlow',Calibri, 'Gill Sans';
    
}

.item-ferramenta {
    background-color: #f2f1ec; 
    color: #365b6d;
    border-radius: 8px;
    /* border-color: #b2b2b2;  */
    border-color: transparent;
    /* border-style: solid;
    border-width: 1px; */
    /* box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);  */
    padding: 10px;
    cursor: pointer;
    user-select: none;
    margin-left: 10px;
}
.item-ferramenta:hover {
    background-color: #365b6d; 
    color: #41c1ba;
}

.ck-editor__editable {
    font-size: 13px;
    line-height: normal;
}