.login {
  float: none;
  margin: auto;
}
.avatar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 5px;
}
.modal-body {
  height: auto;
  max-height: 600px;
  overflow: auto;
}
#modal-confirmation .modal-backdrop {
  z-index: 1050;
}
.nav-tabs {
  margin-bottom: 10px;
}
nav ul li hr {
  border-bottom: 1px solid #525151;
  border-top: 1px solid #1a1817;
  margin-bottom: 5px;
  margin-top: 5px;
}
.radio,
.checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.datepicker {
  margin-top: 0 !important;
}

.bootstrap-timepicker-widget {
  z-index: 10000;
}
table#table-events em.label {
  margin-left: 4px;
}
table#table-results tbody tr {
  cursor: move;
}
.term-circle {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  height: 8px;
  margin: 5px 5px 5px 0;
  width: 8px;
}
.term-circle.future {
  background: #739e73;
}
.term-circle.past {
  background: #a90329;
}
.term-circle.present {
  background: #adadad;
}
.ui-autocomplete {
  width: 400px;
  z-index: 1100;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
ul.thumbnails li {
  list-style: none;
  margin-left: 10px;
  padding: 0;
}
h5#upload-list-header {
  clear: both;
}
ul.thumbnails#upload-list {
  clear: both;
}
#photo-thumbnail {
  position: relative;
}
#photo-thumbnail:before {
  color: #ddd;
  content: "\e090";
  font-family: "Glyphicons Halflings";
  font-size: 100px;
  line-height: 230px;
  margin-left: 60px;
  text-align: center;
  display: inline-block;
}
#photo-thumbnail img {
  left: 4px;
  position: absolute;
  top: 4px;
}
#loader {
  background: #fafaff url("/img/share/ajax-loader.gif") no-repeat center center;
  display: none;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
table.scheduler-table {
  margin: 0;
}
table.scheduler-table thead th,
table.scheduler-table tbody td {
  border: 1px solid #bbbbbb;
  height: 60px;
  line-height: 60px;
}
table.scheduler-table thead th {
  height: 30px;
  line-height: 30px;
}

table.scheduler-table .court-name {
  max-width: 120px;
  overflow: hidden;
  padding: 0 5px;
  white-space: nowrap;
  width: 120px;
}
table.scheduler-table thead th.court-name {
  background-color: transparent;
  border-width: 0 1px 1px 0;
}
table.scheduler-table thead th.court-time-unit {
  background-color: #cccccc;
  font-size: 70%;
  overflow: hidden;
  padding-left: 5px;
  text-align: left;
}
table.scheduler-table tbody td.court-time-unit {
  background-color: #eeeeee;
  position: relative;
}
table.scheduler-table .reservation {
  background: #fa8200;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 70%;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
table.scheduler-table .reservation.special {
  background: #111111;
  color: #ffffff;
}
table.scheduler-table .reservation.group {
  background: #3d87b8;
}
table.scheduler-table .reservation.event {
  background: #5cb85c;
  top: 30px;
}
table.scheduler-table .reservation.event.event-1 {
  background: #ddb600;
}
table.scheduler-table .reservation.event.event-2 {
  background: #ddb600;
}
table.scheduler-table .reservation.event.event-3 {
  background: #5cb85c;
}
table.scheduler-table .reservation:hover {
  background: #fa9200;
}
table.scheduler-table .reservation.special:hover {
  background: #222222;
}
table.scheduler-table .reservation.group:hover {
  background: #3c73b8;
}
table.scheduler-table .reservation.event:hover {
  background: #5ca85c;
}
table.scheduler-table .reservation.event.event-1:hover {
  background: #ddc600;
}
table.scheduler-table .reservation.event.event-2:hover {
  background: #ddc600;
}
table.scheduler-table .reservation.event.event-3:hover {
  background: #5ca85c;
}
table.scheduler-table .reservation div.reservation-inner {
  border: 2px solid #d86f6f;
  line-height: 26px;
}
table.scheduler-table .reservation.special div.reservation-inner {
  border-color: #000000;
}
table.scheduler-table .reservation.group div.reservation-inner {
  border-color: #534da8;
}
table.scheduler-table .reservation.event div.reservation-inner {
  border-color: #478500;
}
table.scheduler-table .reservation.event.event-1 div.reservation-inner {
  border-color: #dd9702;
}
table.scheduler-table .reservation.event.event-2 div.reservation-inner {
  border-color: #dd9702;
}
table.scheduler-table .reservation.event.event-3 div.reservation-inner {
  border-color: #478500;
}
table.scheduler-table .reservation:hover div.reservation-inner {
  border-color: #ff0000;
}
table.scheduler-table .reservation.special:hover div.reservation-inner {
  border-color: #000000;
}
table.scheduler-table .reservation.group:hover div.reservation-inner {
  border-color: #563fa8;
}
table.scheduler-table .reservation.event:hover div.reservation-inner {
  border-color: #2b542c;
}
table.scheduler-table .reservation.event.event-1:hover div.reservation-inner {
  border-color: #dd7805;
}
table.scheduler-table .reservation.event.event-2:hover div.reservation-inner {
  border-color: #dd7805;
}
table.scheduler-table .reservation.event.event-3:hover div.reservation-inner {
  border-color: #2b542c;
}
.popover {
  width: 300px;
}
