body {
  padding-top: 70px;
}

.nav-bar, .navbar-form {
  padding-top: 5px;
}


.navbar {
  box-shadow: 0px 3px 24px 6px #ccc;
}

.navbar .brand {
  padding: 0;
}
.logo {
  height: 50px;
}

/* Utility classes */
.center-block {
  display: block;
  margin: auto;
}

.spacing-base {
  margin-bottom: 10px !important;
}

.spacing-none {
  margin-bottom 0 !important: 
}

.spacing-top-base {
  margin-top: 10px !important;
}

.spacing-top-none {
  margin-top: 0 !important;
}

.offscreen {
  display: block;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  margin: 0 !important;
  text-indent: -9999em;
  outline: 0;
}


/* Change some Bootstrap colors to be our colors to add some branding */
.progress-striped .bar {
  background-color: #6ac7c4;
}

.table tbody tr.info>td {
  background-color: #DDF2F1;
}

.table tbody tr.error>td {
  background-color: #FCE4DD;
}

/* Grabbing button colors from Comfy web app */
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.btn-custom.disabled, 
.btn-custom[disabled], 
.btn-custom, 
a.btn-custom {
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: white;
}

.btn:focus {
  outline: 0; 
}

.btn:hover, 
.btn:focus {
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  transition: 0.1s ease-out; 
}

.btn-custom:active {
  -webkit-box-shadow: inset 8px 8px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 8px 8px 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 8px 8px 8px rgba(0, 0, 0, 0.15); 
}

.btn-custom:active.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}

.btn.btn-cool, .btn.btn-cool:active {
  background-color: #6ac7c4;
  border: 1px solid #019b97; 
}

.btn.btn-cool:hover, 
.btn.btn-cool:focus {
  background-image: -webkit-linear-gradient(top, #6ac7c4, #019b97);
  background-image: -moz-linear-gradient(top, #6ac7c4, #019b97);
  background-image: -ms-linear-gradient(top, #6ac7c4, #019b97);
  background-image: -o-linear-gradient(top, #6ac7c4, #019b97);
  background-color: #6ac7c4;
  border: 1px solid #006666;
  background-position: 0; 
}

.btn.btn-cool.disabled:hover, 
.btn.btn-cool.disabled:active, 
.btn.btn-cool.disabled {
  background-color: #bbf9f1;
  border: none;
  background-image: none; 
}

.btn.btn-warm, 
.btn.btn-warm:active {
  background-color: #f0592c;
  border: 1px solid #b73e29; 
}

.btn.btn-warm:hover, 
.btn.btn-warm:focus {
  background-image: -webkit-linear-gradient(top, #f0592c, #b73e29);
  background-image: -moz-linear-gradient(top, #f0592c, #b73e29);
  background-image: -ms-linear-gradient(top, #f0592c, #b73e29);
  background-image: -o-linear-gradient(top, #f0592c, #b73e29);
  background-color: #f0592c;
  border: 1px solid #993333;
  background-position: 0; 
}

.btn.btn-warm.disabled:hover, 
.btn.btn-warm.disabled:active, 
.btn.btn-warm.disabled {
  background-color: #f4b0a0;
  border: none;
  background-image: none; 
}

.btn.btn-comf, 
.btn.btn-comf:active {
  background-color: #9f9f9f;
  border: 1px solid #818282; 
}

.btn.btn-comf:hover, 
.btn.btn-comf:focus {
  background-image: -webkit-linear-gradient(top, #9f9f9f, #818282);
  background-image: -moz-linear-gradient(top, #9f9f9f, #818282);
  background-image: -ms-linear-gradient(top, #9f9f9f, #818282);
  background-image: -o-linear-gradient(top, #9f9f9f, #818282);
  background-color: #9f9f9f;
  border: 1px solid #4c4c4c;
  background-position: 0; 
}

.btn.btn-comf.disabled:hover, 
.btn.btn-comf.disabled:active, 
.btn.btn-comf.disabled {
  background-color: #c1c1c1;
  border: none;
  background-image: none; 
}

#standby-warning {
  display: inline-block;
  font-weight: bold;
  padding: 10px;
  color: #993333;
}

#site-name {
  vertical-align: top;
}

.lastcount, .lastpct {
    font-weight: italic;
    font-size: 8pt;
    padding: 6px;
}

.modal-radio-inline {
    /* Django wraps radio buttons in ul/li elements, which typically
    have indentation, but we don't want that in this case */
    margin: 0px !important;
}
.modal-radio-inline li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

