
html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding-bottom: 60px;
  background-color: #f1f1f1!important;
}

.fc-daygrid-event {
  white-space: break-spaces!important;
}

.fc-event-title {
  font-weight: 650!important;
  font-size: 13px!important;
  text-transform: capitalize!important;
}

/* MENU */
.dropdown-submenu {
  position: relative;
}
  
 .dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
} 
  
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown-menu li a:hover{
  background-color: #5BA69D;
  color: #FFF;
}
/*FIM MENU*/
.spaceN .input-group-prepend .input-group-text {
  white-space: normal!important;
}

.navbar{
  background-color: #5BA69D
}

.navbar .nav-link, .navbar .navbar-brand{
  color: #FFF;
}

.bg-header-default{
  background-color: #5BA69D;
  color: #FFF;
}

.border-default{
  border: solid#5BA69D 1px;
}

.img-previw-slite img {
  max-width: 500px;
  max-height: 180px!important;
}

#modalGnfe .close{
  visibility: hidden!important;
}
.img-reload{
	z-index: 9999;
	position: fixed;
  top: 45%;
  left: 50%;
}
.img-reload:before {
  content: '';
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998;
}

.titulo-pagina {
  /* margin-top: -25px */
}

.titulo-pagina h4{
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #5BA69D
}

.titulo-pagina .jumbotron{
  padding: 2px 0;
  border-radius: 0
}

.logo-starling-rodape{
  height: 40px !important
}

@media screen and (max-width: 3000px) and (min-width: 991px) {
  .mt-planilha{
    margin-top: 410px;
  }
}

.bg-light-2 {
  background-color: #cecece!important;
}
.bg-light-3 {
  background-color: #f1f1f1!important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #cecece!important;
}
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #e1e1e1!important;
}

div.border {
  border: 1px solid #c3c3c3 !important;
}

.wdt4 {
  width: 45%!important;
}

.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #F1F5E4;
  font-size:0.8em;
  z-index: 1000
}

#siteseal img{
  height: 40px
}

.rodape-nome-sistema, .rodape-logo-starling, .rodape-copyright{
  margin: 10px 0;
  /* font-size: 16px;
  margin-top: 15px; */
}

.rodape-nome-sistema{
  font-size:24px
}

.versao-sistema-rodape{
  font-size:24px
}

.logo-rodape{
  height: 70px !important
}

.rodape-logo-starling{
  text-align: center
}

.rodape-copyright{
  margin-top: 10px;
  text-align: center
}

.rodape-sistema-label{
  font-size:24px;
}

.rodape-selo{
  margin-top: 10px
}

.background-person{
  height: 80vh;
}

#navbarNetsics{
  height: 70px
}

.dados-usuario-rodape{
  font-size: 13px;
}

.dados-usuario-rodape hr{
  display: none
}

.tbl-agendamentos .reg-agendado{
  background: #cbf6e3;
  color: #1e5c47;
  font-weight: bold;
}
.tbl-agendamentos .reg-cancelado{
  background: #feb0af;
  color: #bf0603;
  font-weight: bold;
}

/*retira a quebra de linhas na células das tabelas*/
.tabela-sem-quebra .b-table{
  min-width: max-content;
}
/* fim*/

.botaoMsg{
  width:125px;
  white-space:normal;
  height:90px;
}


.dropdown-toggle::after{
  position: initial
}

@media (max-width: 767.98px) { 
  body {
    /* padding-bottom: 20% */
    padding-bottom: 0 !important
  }

  main{
    padding-bottom: 60px
  }

  .fc .fc-toolbar {
      display: block!important;
  }

  .ajusteMobile1{
    text-align: center;
  }

  .ajusteMobile2{
    text-align: center;
    margin-top: 14px;
  }
  
  .fc-event-title  {
    font-size: 16pt!important;
  }

  .removeMobile{
    display: none;
  }

  .botaoMsg{
    width:100%!important;
    white-space:normal;
    height:90px;
  }
  .rodape-nome-sistema{
    /* margin-top: 10px */
    margin: 0;
    text-align: center;
    font-size:18px !important;
    display: block !important
  }

  .versao-sistema-rodape{
    font-size:18px
  }

  .logo-rodape{
    height: 50px !important
  }

  .rodape-logo-starling{
    margin: 0;
    text-align: right
  }

  .rodape-copyright{
    /* margin: 10px 0 */
    margin: 0;
    font-size: 0.7em;
    margin-bottom: 5px;
    text-align: center
  }

  .dados-usuario-rodape{
    font-size: smaller;
    margin: 0;
    padding: 0;
    margin-left: -25px;
  }

  .separador-dados-usuario-rodape{
    display: none
  }

  .dados-usuario-rodape hr{
    display: block
  }

  .logo-starling-rodape{
    height: 20px !important
  }

  .rodape-sistema-label{
    font-size:18px;
  }

  .background-person{
    max-height: 100%;
  }

  #navbarNetsics{
    height: initial
  }

  .navbar .navbar-brand{
    margin-right: 0;
  }

  #logomarca{
    padding-right: 0
  }

}