/*VARIABLES*/
/*COMMON*/
.jumbo-text {
  font-size: 144px; }

.indicator .text-warning {
  color: #ffb752; }

.cursor-pointer {
  cursor: pointer; }

.top-navbar .nav > li > a {
  color: inherit; }

.donut-chart path {
  cursor: pointer; }

.primary-donut {
  max-height: 250px; }

.secondary-donut {
  max-height: 200px; }

.tab-content {
  background-color: #fff;
  padding: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.active > .color-icon-button {
  color: #fff; }

.branding {
  font-family: 'Ubuntu', sans-serif;
  text-transform: none !important; }

.nav > li > a > span {
  margin-right: 10px; }

p {
  font-size: inherit;
  padding-top: 0; }

.nav-no-link {
  background-color: #32323a; }

.navbar-header {
  background-color: #32323a; }

/*HOME*/
#bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/home-background.jpeg); }
  #bg #bg-filter {
    height: 100%;
    width: 100%;
    background-color: rgba(127, 127, 127, 0);
    display: table; }
    #bg #bg-filter .error-notification {
      color: #fff; }
      #bg #bg-filter .error-notification h2 {
        color: #fff; }
    #bg #bg-filter .login-card {
      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
      max-width: 400px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      border: 0 !important; }
      #bg #bg-filter .login-card input {
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #AAA; }
      #bg #bg-filter .login-card .panel-heading {
        margin-bottom: 15px;
        background-color: rgba(255, 255, 255, 0);
        border: 0; }
      #bg #bg-filter .login-card h2 {
        color: rgba(0, 0, 0, 0.6) !important; }

.bgwidth {
  width: 100%; }

.bgheight {
  height: 100%; }

.page-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: table-cell;
  vertical-align: middle; }

.hero-button {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 0; }
  .hero-button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0; }

.uib-day .btn-default {
  border-color: #fff; }

.error-border {
  border: 1px solid #df3939; }

/*

    PRINT

*/
td.success {
  background-color: aquamarine; }

@media print {
  * {
    -webkit-print-color-adjust: exact; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
    .table td.success {
      background-color: #dff0d8 !important; }
    .table td.danger {
      background-color: #f2dede !important; }
    .table td.warning {
      background-color: #fcf8e3 !important; }
    .table td.text-muted {
      color: #777777 !important; }
      .table td.text-muted strong {
        color: #777777 !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #BBB !important; } }
/*.highlight {
    box-shadow: black, 2px 2px;
}*/
.hidden {
  display: none; }

.recent-notification.transparent-background td {
  background-color: #ffb737 !important; }

/*# sourceMappingURL=styles.css.map */
