/* CUSTOM */
html,body {
    height:100%;
}
.fa-angle-right, .fa-angle-down {
  cursor: pointer;
}
.danger-text {
  color: #ff0000;
}
.warning-text {
  color: #ffa500;
}
#authorizeModalLabel.modal-title {
  color:#ff0000;
}
#bug-report {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding:15px;
}
#report-errors {
  color:#ff0000;
}
.navbar-center
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    overflow: visible;
    height: 0;
    color:#ff0000 !important;
}

.i-checks.inline {
  display: inline;
  margin-left:24px;
}