.project-container {
  background-color: #777;
  color: white;
  font-weight: 700;
  display: block;
  float: left;
  height: 10em;
  width: 10em;
  overflow: hidden;
  border: thin solid transparent;
  border-radius: 5px;
  margin: 1em 1em 0 0;
  cursor: pointer;
  vertical-align: top;
}
.project-container:hover {
  color: #777;
  background-color: white;
  border: thin solid #777;
  text-decoration:none;
}
.project-container.project {

}
.project-container.add {
  opacity: .5;
}
.project-container.add:hover {
  opacity: 1;
}
.project-centred-caption {
  display: block;
  text-align: center;
  position: relative;
  top: 40%;
}
.tpws-success {
  margin: 0 auto;
}
.btn-group.tpws-main-btn-group {
  margin-top: 13px;
}
/* .navbar-brand {
   height: 60px;
  padding: 3px 15px 3px 15px;
}

.navbar-text {
   margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 0;
  line-height: 1.2em;
}

.navbar-text strong {
  font-size: 1.3em;
  color: #333;
}

.navbar-text .desc {
  margin-left: 2px;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
*/
/*.tpws-livemode-btn {
  border: 2px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block !important;
  margin-left: 20px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.tpws-livemode-off {
  color: #bbb;
  border-color: #ccc;
}*/

#wheel_status {
  text-decoration: none;
  position: relative;
  font-size: 200%;
}

#wheel_status:hover span {
  display: block;
  position: fixed;
  overflow: hidden;
}

#wheel_status span {
  display: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  background-color: white;
  padding: 10px;
  border: thin solid gray;
  border-radius: 5px;
  z-index: 100;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
    overflow: hidden;
}
.footer * {
  margin-bottom: 0;
}

/*.comma:not(:first-child) {
    margin-left: -.1em;
}*/

.comma:empty {
    display: none;
}

.comma:not(:first-child):before {
    content: ", ";
}

.error-message-container {
    padding-top: 50px;
}

/*.edit {

    display: none;
}*/

.edit {
    display: inline-block;
    position: relative;
    right: -2px;
    top: 0;
}

.system-title {
    display: inline-block;
    position: relative;
}

.system-title:hover .edit {
    display: inline-block;
}
/* 
.btn {
    margin-right: 5px;
} */

.panel-body#project_timeline_panel {
    padding-left: 1px;
    padding-right: 0px;
    padding-top: 0px;
}
