[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

body{
    margin-top: 51px;
    margin-bottom: 58px;
    background-color: #ebebeb;
}

/** Panel (Card) **/
.panel {
  border: #cecece 1px solid;
}
.panel, .panel-heading, .panel-footer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.panel-heading {
  margin: 4px 4px;
}
.panel-footer {
  border: none;
}
/** FIM - Panel (Card) **/

.modal-body {
  padding: 5px 3px;
}
.modal-body > .panel {
  border: none;
}

/** Modal xl **/
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

/** Para selecionar uma linha(tr) na table **/
.trselected {
    background-color: #D9EDF7;
    color:#31708F;
    font-weight:bold;
}

.panel-destaq {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-destaq:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-destaq-fixo {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

/** Espaço maior no topo do conteúdo das abas - tabpanel **/
.tab-content{
    margin-top: 15px;
}


/** Box Conta do Usuário em Navbar topo **/
.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}
.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.navbar-login .icon-size
{
    font-size: 87px;
}
/** FIM - Box Conta do Usuário em Navbar topo **/

/** Alert - Bootstrap Growl **/
.alert-success {
	border-color: #3D763E;
}
.alert-danger {
	border-color: #A84341;
}

/** BOX MENU HOME - PAG. HOME **/
#box-menu-home {    
    display: flex; 
    justify-content: space-between;
}
#box-menu-home > .panel {
  border-radius: 20px; 
  width: 100%; 
  margin: 0px 15px;
  border: none;
  padding-bottom: 10px;
}
#box-menu-home > .panel > .panel-body {
  border-radius: 20px; 
  background-color: #5BC0DE; 
  color: #FFF; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  opacity: 0.7;
  height: 85px;
  transition: 0.3s; 
}
#box-menu-home > .panel > .panel-body > a {
  color: #FFF; 
  text-decoration: none; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
  width: 100%;
  height: 100%;
}
#box-menu-home > .panel > .panel-body:hover {  
  border: 6px solid #FFF;
  opacity: 1.0;
}

.group-btns-acesso-rapido a{
  opacity: 0.3;
}
.group-btns-acesso-rapido a:hover{
  opacity: 1.0;
}

/** TABLES **/
th, td {
  vertical-align: middle !important;
}
/** FIM - TABLES **/
