/* html, body {
  max-width: 100%;
  overflow-x: hidden;
} */
/* @font-face { font-family:  "Lucida Handwriting", cursive; src: url("fonts/lucidahandwriting_italic.ttf"); } */
@font-face { font-family:  "Great Vibes", cursive; src: url("fonts/teste.otf"); }

body {
  background-color:  #e6f7ff;
}

footer{
  margin: 0;
  padding: 0;
  height: 10px;   
}

footer.mainColors{
  border-top: 1px solid grey;
}

ul > li.dropdown{
  border: 1px white solid;
  border-radius: 10px;
  margin: 0 3px;
  padding: 3px;
}

li.dropdown > div.dropdown-menu{
  background-color: rgb(76, 124, 197);
  border-radius: 15px;
}

a.dropdown-item{
  color: white;
}

div#navbarNavDropdown > ul > li, div#navbarNavDropdown > ul.navbar-nav > li.nav-item >a.nav-link{
  padding: 2px;
  margin: 2px;
}

ul > li.dropdown:hover{
  background-color: rgba(0, 0, 0, 0.2);
}

div.dropdown-menu > a.dropdown-item:hover{
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
  color: white;
}

nav.mainColors {
  border-radius: 0 0 10px 10px;
}

div.mainColors {
  border-radius: 10px 10px 0 0;
}

button.mainColors{
  color: white;
}

textarea#bibliotecaCodigo {
  font-family: 'Courier New', Courier, monospace;
}

.mainItem {
  min-height: calc(100vh - 62px)
}

.tabulator-header-filter{
  margin-left: -4px !important
}

.tabulator-cell{
  padding: 5px 0px;
}

.mainColors{
  background-color: rgb(76, 124, 197);
}

.homeIcon{
  padding: 2px;
  margin-left: 10px;
  margin-right: 1px;
  border-radius: 25px;
}
.homeIcon:hover{
  background-color: rgba(0, 0, 0, 0.3);
}

/* .imgLogo{
  max-width: 70px;
  margin-left: 2px;
  border-radius: 50%;
} */

#mainMessages{
  overflow : hidden;
  position : fixed;
  width : auto;
  max-width : 50;
  top : 0;
  right : 0;
  z-index : 999999;
  font-size : 1.2rem;
  display : inline-block;
  margin: 0;
  padding: 0;
}

#mainTable{
  font-size: 14px;
}
/* Nav */
.userItemTextNav{
  border: 1px solid black;
  border-radius: 50% !important;
  font-size: 12.5px;
  width: 36px;
  height: 36px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.userItemTextSmall{
  border: 1px solid black;
  border-radius: 50% !important;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.userItemText{
  border: 1px solid black;
  border-radius: 50% !important;
  font-size: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}