html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
.btn {
  vertical-align: top!important;
}
.error {
  /*color: #b94a48;*/
  color: #FF0000!important;
}
header {
  margin-top: 30px;
}
.navbar {
  margin-top: 10px;
  margin-bottom: 30px;
}
.time-allocation-dialog {
  width: 800px!important;
}
#time_slider {
  margin-top: 10px;
}
.panel-tab {
  border-top: 0px!important;
  padding: 10px!important;
  border-color: #c5006e!important;
  min-height: 450px!important;
}

.panel {
  border-radius: 0px!important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
 border-top-color: #c5006e!important; 
 border-left-color: #c5006e!important;
 border-right-color: #c5006e!important;
 border-radius: 0px!important;
}
.nav > li > a {
  color: #000000!important;
}
.nav > li > a:hover {
  color: #FFFFFF!important;
  background-color: #c5006e!important;
}
#fieldTabs {
  border-color: #c5006e!important;
}
#time_selection {
  font-size: small;
  color: #c5006e;
}
.brookfield-slider {
  margin-top: 5px!important;
}
.brookfield-bold {
  color: #c5006e!important;
  font-weight: bold!important;
}
.brookfield-star {
  color: #c5006e!important;
  font-size:x-small; 
  vertical-align:top;
}
.navbar {
  margin-bottom: 0px!important;
}
.new_project_textarea {
  width: 100%!important;
}
.breadcrumb a {
  color: #c5006e!important;
}
.panel-danger .panel-heading {
  background-color: #c5006e!important;
  color: #FFFFFF!important;
}
.brookfield-list {
  background-color: #c5006e!important;
  border-color: #c5006e!important;
  color: #FFFFFF!important;

}

.brookfield-star-active {
  color: gold!important;
}
/* Sticky footer styles
-------------------------------------------------- */
.label-primary {
  background-color: #428BCA;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}