/* -------------------------------------------------*/
/* ---------->>> TELA DE LOGIN COSMO <<<-----------*/
/* -------------------------------------------------*/
#btnLogin,
#btnLogin button {
  border-top-left-radius: 63%;
  border-bottom-left-radius: 63%;
  display: block !important;
  box-shadow: none !important;
}

#formLogin {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  animation: fade 1000ms;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 576px) {
  #formLogin {
    height: 481px !important;
    width: 617px !important;
  }
}

@media (max-width: 575.98px) {
  #formLogin {
    top: 4rem !important;
    width: 95% !important;
    height: 80% !important;
  }
}

/**
* @Media Queries -TELA DE LOGIN
*/

@media (max-width: 575.98px) {
  #btnLogin,
  #btnLogin button {
    display: block !important;
    box-shadow: none !important;
    border-radius: 0.25rem !important;
    height: 80px !important;
  }

  #topoLogin {
    width: 80% !important;
    margin: auto;
  }
}

/* -------------------------------------------------*/
/* ---------->>> TELA PRINCIPAL COSMO <<<-----------*/
/* -------------------------------------------------*/

#toast-container-br {
  bottom: 5rem !important;
}

#Aba {
  position: fixed !important;
  width: 100% !important;
  height: calc(100% - 81px) !important;
  margin: auto !important;
  left: 0 !important;
}

/* DEFINIÃ?Ã?ES DE CORES
//////////////////////////////////////*/

#icons-content,
#iconsPrincipal div.navbar-header {
  background-color: var(--light);
}

#iconsPrincipal {
  background-color: transparent !important;
}

a:not(.page-link):not(.fc-event) {
  text-decoration: none !important;
  color: black;
}

/* ------------------------------------------------*/
/* ---------->>> ANIMAÃ?Ã?O DOS ICONES <<<-----------*/
/* ------------------------------------------------*/

#atalhosListaContainer i:hover,
#icons i:hover {
  filter: drop-shadow(0px 1px 2px rgb(184, 184, 184));
  transform: translateY(-3px);
}

/* -----------------------------------------------------*/
/* ---------->>> MENU ICONS - MENU USERS  <<<-----------*/
/*          OPÃ?Ã?ES DO SITEMA / MENU DO USUARIO
/* -----------------------------------------------------*/

#icons  {
  width: initial !important;
}

#icons .nav-link {
  flex-direction: column;
}

#icons .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='grip-horizontal' class='svg-inline--fa fa-grip-horizontal fa-w-14' role='img' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M96 288H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM96 96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z'/%3E%3C/svg%3E") !important;
}

#icons .navbar-toggler {
  width: 4rem;
  height: 2.8rem;
}

#icons .navbar-header {
  border-radius: 0.25rem;
  margin: auto;
}

#icons-content button {
  padding: 0.3rem !important;
  font-size: 0.9rem !important;
}

#icons-content {
  position: absolute;
  width: 13rem !important;
  top: 3.6rem !important;
  background-color: #2b4dab;
  
}

#iconsPrincipal {
  justify-content: center !important;
}

#iconsPrincipal a.nav-link i.menu-icon {
  font-size: 2rem;
  margin: 0.3rem;
  display: block;
  text-align: center;
}

#iconsPrincipal .menu-item-text,
#atalhosListaContainer .menu-item-text {
  white-space: normal !important;
  text-align: center;
}

/* OPÃ?Ã?ES DO SISTEMA - MENU
//////////////////////////////////////*/

#userImage img{
  border-radius: 50% !important;
}

#optionsUser {
  width: auto !important;
  left: 0 !important;
  position: relative;
  top: 5rem !important;
}

#IconButtonContainer {
  left: 78% !important;
  top: 0 !important;
}

#optionsUserPrincipal {
  display: none;
  border-radius: 0.3rem;
}

#optionsUserPrincipal .menu-icon {
  float: left;
}

.user-button {
  top: 0 !important;
  min-height: unset !important;
  height: 80px !important;
}

#icons ul {
  max-height: 80vh !important;
  overflow: auto !important;
  flex-wrap: initial !important;
}

.user-button:hover #optionsUserPrincipal {
  display: block !important;
  width: 14rem;
  float: right;
}

#optionsUserPrincipal li {
  width: 100%;
  text-align: center;
}

#optionsUserPrincipal a {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  text-decoration: none;
  border-radius: 0.3rem;
}

#optionsUserPrincipal a {
  padding-left: 1.5rem;
}

/**
* PesonalizaÃ§Ã£o da Barra de Rolagem - MENU ICONS
*/

#icons ul::-webkit-scrollbar-thumb {
  background-color: #dad7d7;
}

#icons ul::-webkit-scrollbar {
  width: 5px !important;
}

/* -------------------------------------------------*/
/* ---------->>>  ATALHOS DO SISTEMA  <<<-----------*/
/*            FAB - FLOAT ACTION BUTTON 
/* -------------------------------------------------*/

@keyframes fadeLista {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#atalhosListaContainer {
  width: 50% !important;
  max-height: 75% !important;
  min-height: auto !important;
  left: unset !important;
  top: inherit !important;
  bottom: 5.5rem !important;
  right: 1.5rem !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #003650 !important;
  z-index: 99999999 !important;
  padding: 5px !important;
  box-shadow: 10px 10px #617d8b;

}

#atalhosListaContainer a {
  margin-bottom: 1rem;
  animation: fadeLista 200ms ease-out;
  animation-fill-mode: both;
}

#atalhosListaContainer a .menu-item-text {
  font-size: 0.95rem;
  max-width: 100% !important;
  color: #fff;
}

#atalhosFAB {
  width: 64px !important;
  height: 64px !important;
  top: inherit !important;
  bottom: 1.5rem;
  left: unset !important;
  right: -2.7rem !important;
  z-index: 100000000 !important; 
}

#atalhosFAB:focus-within {
  width: 64px !important;
  height: 64px !important;
  top: inherit !important;
  bottom: 1.5rem;
  left: unset !important;
  right: 1.5rem !important;
  z-index: 100000000 !important;   
  transition: right 500ms ease-in-out;
}

#atalhosFAB .fa-chevron-left{
    right: 45px;
    bottom: 24px;
    position: absolute;
}

#atalhosFAB button[aria-expanded="true"] .fa-chevron-left, 
#atalhosFAB:focus-within .fa-chevron-left{
  display: none;
}

#atalhosListaContainer .menu-shortcut:focus-within{
  filter: drop-shadow(0px 8px 2px rgb(184, 184, 184));
}

#atalhosFAB button {
  box-shadow: none !important;
}

#atalhosFAB button[aria-expanded="true"] .fa-reply-all {
  display: none;
}

#atalhosFAB button[aria-expanded="false"] .fa-times {
  display: none;
}

#atalhosFAB + [data-original-title="HTMLButton"] {
  display: none !important;
}

#atalhosListaContainer a:nth-child(2n + 1) {
  animation-delay: 50ms;
}

#atalhosListaContainer a:nth-child(2n) {
  animation-delay: 150ms;
}

.backdrop-shortcut {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  background-color: #fff; 
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.backdrop-shortcut.show {
  opacity: 0.85;
  pointer-events: all;
}

/**
* PesonalizaÃ§Ã£o da Barra de Rolagem - ATALHOS
*/

#atalhosListaContainer::-webkit-scrollbar-thumb {
  background-color: #dad7d7;
}

#atalhosListaContainer::-webkit-scrollbar {
  width: 2px !important;
}

/* ---------------------------------------------------*/
/* ---------->>> COSMO MENU LATERAL <<<---------------*/
/* ---------------------------------------------------*/

#MenuLateralCosmoPrincipal,
#MenuLateralCosmo {
/*  min-height: 75vh !important; */
  width: 40vw !important;
}

#MenuLateralCosmo a:hover {
  cursor: pointer;
  text-decoration: none;
}

/**
* @Media Queries -TELA PRINCIPAL
*/

@media (max-width: 575.98px) {
  #MenuLateralCosmoPrincipal,
  #MenuLateralCosmo {
    width: auto !important;
  }

  #atalhosListaContainer .menu-item-text {
    max-width: unset !important;
  }

  #MenuLateralCosmo,
  .menu-collapse-button {
    top: -7.2rem !important;
  }

  .user-button {
    width: 40% !important;
    margin: auto !important;
  }

  #optionsUser {
    left: -50% !important;
    top: 5.1rem !important;
	z-index: 100000000 !important; 

  }

  #userImageContainer::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: white;
    content: "\f0dd";
    margin-top: 5px;
    position: absolute;
    margin-left: 40px !important;
  }

  #icons-content {
	left: 15%;
  
  }  

  #userName{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #userImage{
    margin-right: 0 !important;
    margin-left: -21px !important;
    width: 44% !important;
  }

  #userName div {
    justify-content: start !important;
  }

  #userImageContainer{
    width: 36% !important;
  }

  #userImageContainer,
  .user-button {
    border: none !important;
    padding: 0rem !important;
    top: 1.2rem !important;
	left: 65% !important;
  }

  #EDTSOMENTEATIVOS {
	top: 0 !important;
	left: 60% !important;
  }
  
  #optionsUserPrincipal .collapse:not(.show) {
    display: block !important;
  }

  #optionsUserPrincipal .navbar-header {
    display: none !important;
  }

  #IconButtonContainer {
    top: 2.2rem !important;
    position: fixed !important;
    width: 20% !important;
	left: 0 !important;
	z-index: 999999999 !important;
	display: none !important;
  }

  #icons ul {
    max-height: 70vh !important;
  }

  #icons .navbar-toggler {
    width: 3.5rem !important;
    height: 2.5rem !important;
  }

  #Aba {
    width: 96vw !important;
    top: 82px !important;
    height: calc(100% - 81px) !important;
    position: fixed !important;
    left: 2vw !important;
  }

  #Aba .nav-item {
    height: auto !important;
  }
}

.navbar-expand {
  background-color: #4467c7 !important;
}

.navbar-expand-sm {
  background-color: #4467c7 !important;
}

.nav-tabs {
  background-color: #4467c7 !important;
}

.nav-tabs a {
  color: #ffffff !important;
}



.nav-link.active {
  color: white !important;
  background-color:  #ffc107 !important;
  border: none;
}
.nav-tabs .nav-link {
  color: #ffffff !important;
  margin-top:0.3rem !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;    
  
}

#navbarMenu .generic-btn {
  padding-top: 0.060rem !important;
  padding-bottom: 0.060rem !important;    
}

#navbarMenu .navbar-nav .fas {
  color: white;
  font-size: 1.0rem !important;   

}

#navbarMenu .navbar-nav .far {
  color: white;
  font-size: 1.0rem !important;   

}

.grid table tbody tr td div[role="presentation"] {
    white-space: break-spaces !important;
}
