/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.twitter-tweet {
  border-color: rgba(50, 118, 177, 0.2);
}

.entidade-nome {
  float: right;
  color: #fff;
  margin-top: 18px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 18px;
}

.title-box {
  position: absolute;
  width: 60% !important;
  margin: 0 0%;
  color: #fff;
  text-align: center;
}

#header {
  height: 65px;
  background-color: #2a4c60;
  background-image: none;
}

#left-panel {
  padding-top: 64px;
  background-color: #2a4c60;
  background-image: none;
}

#show-shortcut span {
  color: white;
}

.login-info a {
  margin-top: 10px;
  width: 100%;
  
}

.login-info a span {
    max-width: 200px !important;
}

a {
  background: 0 0;
}

.minifyme {
    border-bottom: 1px solid #c0bbb7;
    background: #c0bbb7;
    color: #2a4c60;
  }

.jarviswidget-color-blueDark > header {
    background: #2a4c60;
    border-color: #2a4c60;
}

.table-loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

#modal-loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../img/carregando.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
 the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
  pointer-events: none;
}

  /* Anytime the body has the loading class, our
 modal element will be visible */
  body.loading #modal-loading {
      display: block;
  }

.swal-text {
  text-align: center;
}