/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  background-color: #000000;
  color: #fff;
}

.footer-content {
  margin-top: 18px;
  text-align: right;
}

.navbar-default {
  background-color: #000000;
  border-color: #000000;
}

.navbar-default .navbar-brand {
  color: #a0edff;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #a0edff;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.back-button {
  position: absolute;
  right: 20px;
  top: 6px;
}

.table-button-bar {
  margin-bottom: 10px;
  text-align: right;
}

.dataTables_length {
  float: left;
}

.dataTables_info {
  float: left;
}

.artist-like-panel {
  min-height: 80px;
  max-height: 100px;
  overflow-y: scroll;
}

.like-chip {
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.like-chip-good {
  background-color: #acfc8f;
}

.like-chip-bad {
  background-color: #f9acac;
}

.closebtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
  padding-top: -4px;
}

.closebtn:hover {
  color: #000;
}

.info-overlay {
  z-index: 100;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 300px;
  text-align: center;
}

.unselectable-artist {
  font-style: italic;
  cursor: not-allowed;
}

/* Image upload styling */

.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.image-preview-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.image-preview-input-title {
  margin-left: 2px;
}

/* Ends */

/* table specific styling */

/* dashboard list table */

#unconfirmed-table td:nth-child(5),
#unconfirmed-table th:nth-child(5) {
  text-align: center;
}

#unconfirmed-table td:nth-child(6),
#unconfirmed-table th:nth-child(6) {
  text-align: center;
}

#unconfirmed-table td:nth-child(7),
#unconfirmed-table th:nth-child(7) {
  text-align: center;
}

#unbooked-table td:nth-child(4),
#unbooked-table th:nth-child(4) {
  text-align: center;
}

#unbooked-table td:nth-child(5),
#unbooked-table th:nth-child(5) {
  text-align: center;
}

/* booking list table */

#bookings-table td:nth-child(5),
#bookings-table th:nth-child(5) {
  text-align: center;
}

#bookings-table td:nth-child(6),
#bookings-table th:nth-child(6) {
  text-align: center;
}

/* user list table */

#users-table td:nth-child(3),
#users-table th:nth-child(3) {
  text-align: center;
}

#users-table td:nth-child(4),
#users-table th:nth-child(4) {
  text-align: center;
}

#users-table td:nth-child(5),
#users-table th:nth-child(5) {
  text-align: center;
}

/* venue list table */

#venues-table td:nth-child(3),
#venues-table th:nth-child(3) {
  text-align: center;
}

#venues-table td:nth-child(4),
#venues-table th:nth-child(4) {
  text-align: center;
}

#venues-table td:nth-child(5),
#venues-table th:nth-child(5) {
  text-align: center;
}

#venues-table td:nth-child(6),
#venues-table th:nth-child(6) {
  text-align: center;
}

#venues-table td:nth-child(7),
#venues-table th:nth-child(7) {
  text-align: center;
}

/* artist view table */

#artist-view-table td:nth-child(4),
#artist-view-table th:nth-child(4) {
  text-align: center;
}

/* artist view table */

#booking-view-table td:nth-child(5),
#booking-view-table th:nth-child(5) {
  text-align: center;
}

/* activity view table */

#activity-table td:nth-child(7),
#activity-table th:nth-child(7) {
  text-align: center;
}

#agents-table td:nth-child(4),
#agents-table th:nth-child(4) {
  text-align: center;
}

#agents-table td:nth-child(5),
#agents-table th:nth-child(5) {
  text-align: center;
}

/* Venue edit booking list */

#venue-booking-history table {
  width: 100%;
}

#venue-booking-history thead,
#venue-booking-history tbody,
#venue-booking-history tr,
#venue-booking-history td,
#venue-booking-history th {
  display: block;
}

#venue-booking-history tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

#venue-booking-history thead th {
  height: 30px;
  /*text-align: left;*/
}

#venue-booking-history tbody {
  height: 200px;
  overflow-y: auto;
}

#venue-booking-history thead {
  /* fallback */
}

#venue-booking-history tbody td,
#venue-booking-history thead th {
  width: 33%;
  float: left;
}

/* Booking Create Liked Artist booking list */

.booking-create-scroll-table table {
  width: 100%;
}

.booking-create-scroll-table thead,
.booking-create-scroll-table tbody,
.booking-create-scroll-table tr,
.booking-create-scroll-table td,
.booking-create-scroll-table th {
  display: block;
}

.booking-create-scroll-table tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.booking-create-scroll-table thead th {
  height: 30px;
  /*text-align: left;*/
}

.booking-create-scroll-table tbody {
  height: 120px;
  overflow-y: auto;
}

.booking-create-scroll-table thead {
  /* fallback */
}

.booking-create-scroll-table tbody td,
.booking-create-scroll-table thead th {
  width: 33%;
  float: left;
}

#all-artists tbody {
  height: 200px;
  overflow-y: auto;
}

#agent-artists tbody {
  height: 237px;
  overflow-y: auto;
}

#booking-history tbody td,
#booking-history thead th,
#agents tbody td,
#agents thead th,
#email-history tbody td,
#email-history thead th {
  width: 50%;
  float: left;
}

#booking-history tbody,
#email-history tbody {
  height: 200px;
  overflow-y: auto;
}

.stylish-input-group .input-group-addon {
  background: white !important;
}

.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}

.stylish-input-group button {
  border: 0;
  background: transparent;
}

.booking-create-artist-field {
  padding-top: 8px;
  display: block;
}

.selectable-artist,
.delete-artist,
.selectable-agent {
  cursor: pointer;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: yellow;
}

.navbar-brand {
  padding: 10px 10px;
}

.export-buttons {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: right;
  }
}

div.dataTables_wrapper div.dataTables_processing {
  position: relative;
  background-color: #efefef;
  color: #666666;
  top: 50%;
  left: 50%;
}

.small-input {
  width: 100px;
}

.scolling-notes {
  height: 140px;
  overflow-y: auto;
}

/* Ends */
