/*

*/


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f8f8f8;
  background-clip: border-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  margin-bottom: 2em;
}

/**
Card status
 */
.card-status {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2.5px;
  border-radius: 3px 3px 0 0;
  background: rgba(0, 40, 100, 0.12);
}


.bg-gold {
  background-color: #CCAB00 !important;
}


.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.03);*/
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}


.card-header .card-title {
  margin-bottom: 0;
}

.card-title {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1em;
  color:#C92706;
}

.card-title a {
  color: inherit;
}

.card-title:only-child {
  margin-bottom: 0;
}

.card-title small,
.card-subtitle {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}


.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  text-transform:uppercase;
  color:#C92706;
/*  background:#f8f8f8;*/
  padding-bottom: 1.5 em;
}

/* NAV BAR TWEAK*/
#nav-breadcrumb {
    margin: 0 0 15px 15px;
}