/* latin */
@font-face {
  font-family: 'Roboto';
  src: url(Roboto/Roboto-Light.ttf) ;
  
}

body p{
    font-family: Roboto;
   
}

body h4{
    font-family: Roboto;    
    line-height: normal;
}

body{
  background: #11758f;
}


.login{
	position: absolute;
  background: #5a5959; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/*@media (max-width: 800px) 
{
    .login{
    position: unset;
    background: url("../images/makeupbackground.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}*/

main{
  background: #fff;
}

#central{
  height: 100vh;
  overflow: auto;
}
body h1,h2,h3{
  font-family: Roboto !important;
  letter-spacing: 1px;
}

a{
  color: #fff;
}

.paginacao a{
  color: #333;
}
.brand{
  font-family: Roboto !important;
  letter-spacing: 2px;
}

.btn-primary {

    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #11758f;
    background-image: linear-gradient(to bottom, #11758f, #142b4e);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #3382f8;
  *background-color: #003bb3;
}

.botaoTattoo{
  width: 100% !important;
  position: relative;
  left: -12px;
}

#exibirData{
  font-family: Distant_Stroke_Medium;
    font-size: 27px;
   text-align: center;
}

.Highlighted a{
   background-color : red !important;
   background-image :none !important;
   color: White !important;
   font-weight:bold !important;
   font-size: 12pt;
}



.fundogold{
  background: #fff;
   
}

.sidebar-sticky{
  background: #343a40;
  height: -webkit-fill-available;

}

.stickbar{
  position: -webkit-sticky; /* Safari */
  position: sticky;  
}

.itemStick{
  top: 0;
}

.itemStick{
  top: 0;
}

.collapse a{
  color: #fff;
}

.sidebar-sticky a{
  color: #fff;
}

.dropdown-menu a{
  color: #333;
}

#datepicker .ui-datepicker{
  margin: auto;
  width: 100%;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #caa452;
    background: #d8c15c;
    font-weight: normal;
    color: #fff;
}

.sidebar{
  position: absolute;
  bottom: 0;
  top: 0;
 
  background: #343a40;
  width: 100%;
  height: 100vh;
  overflow: auto;
  border-right: 1px solid #fff;
}

.topmenu{
  background: #17a2b8;
  color: #fff;
}

.text-muted {

    color: #c2c9cf !important;

}

.tab-content{
  background: #e7ecf0;
border-radius: 0 4px 4px 4px;

}

.nav-tabs .nav-item{
  background: #f9fbfc;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  color: #595f66;
  border-top: #ccc 1px solid;
}

.nav-tabs .nav-item.active{
  background: #e7ecf0;
  border: 0px solid;
  
  color: #333;
 
}

#membros-familia{
  background-color: #fff;
  overflow: auto;
}

.familia,.fundoform{
  background-color: #fff;
  overflow: auto;
  border-radius: 5px;
}

.detalhesmembro{
  background: #ddd;
  padding: 3px 6px;
  border-radius: 15px;
  width: 100%;
}

#membros-familia .table{
  font-size: 12px;
}

.nav-link {
    display: block;
    padding: 7px;
}

#nav-tab{
  font-size: 13px;
}

.oculto{
  display: none;
}

.cadastrosgerias .card-header{
  font-size: 12px;

  padding: 0.75rem 0.3rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
  text-align: center;
}

.cadastrosgerias .card-text{
  font-size: 13px;
}

#dadosprontuario .table{
  font-size: 12px;
}

#dadosprontuario .form-control{
  min-height: 40px;
}

.msg_error .close{
  position: absolute;
  right: 15px;
  top: 10px;
}

.bg-secondary{
  background: #e7ecf0 !important;
}

.logo{
  object-fit: contain;
  height: 100px;
  width: 100px;
}


table td, .table th {
    padding: 0.15rem 0px !important;
    
}

table td, .table tr {
    line-height: 40px;
    
}

.ui-datepicker table td, .table tr {
    line-height: 20px;
}
.versao{
  position: fixed;
  bottom: 10px;
}

ul,li{
  list-style-type: none;
}

.maispermissoes{
  display: none;
  background: #c4e2ea;
  border-radius: 5px;
  
}

.plus:hover{
  cursor: pointer;
}


#arealistagem  thead, #arealistagem  tbody{
  display: block;  
}

#arealistagem  tbody{
  overflow-y: auto;
  height: 59vw;
  padding-right: 15px;
}


#arealistagem .table th,
#arealistagem .table td {
  padding: 0 1px !important;
  width:100em;
}

@media only screen and (max-height: 1500px){
  #painel  #central{
      height: 98% ;
   }

   #painel .topHided{
     height: 95% !important;
   }
 }

 @media only screen and (max-height: 1400px){
  #painel #central{
      height: 96% ;
   }

   #painel .topHided{
     height: 95% !important;
   }
 }

 @media only screen and (max-height: 1300px){
   #painel #central{
      height: 94% ;
   }

   #painel .topHided{
     height: 95% !important;
   }
 }

 @media only screen and (max-height: 1200px){
  #painel #central{
      height: 92% ;
   }

   #painel .topHided{
     height: 95% !important;
   }
 }

 @media only screen and (max-height: 1100px){
  #painel #central{
      height: 90% ;
   }

   #painel .topHided{
     height: 95% !important;
   }
 }
 
 @media only screen and (max-height: 1000px){
   
   #painel #central{
      height: 88% ;
   }

   #painel .topHided{
     height: 95% !important;
   }
 }

 @media only screen and (max-height: 900px){
   #painel #central{
      height: 86% ;
   }

   #painel .topHided{
     height: 95% !important;
   }
 }

 @media only screen and (max-height: 800px){
   #painel #central{
      height: 84% ;
   }

   #painel .topHided{
     height: 95% !important;
   }
 }

 @media only screen and (max-height: 700px){
   #painel #central{
     height: 82% ;
   }

   #painel .topHided{
     height: 95% !important;
   }
 }