/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Global Styles */
.navbar {
  border-radius: 0;
  margin-bottom: 0; }

.table-bordered > tbody > tr > td:not(:first-child) {
  border: 1px solid #DDD; }

.grid-data {
  min-height: 75px;
  max-height: 75px; }

div.grid-talk-title {
  padding-bottom: 10px; }

div.grid-cell-col {
  padding-left: 0;
  padding-right: 0; }

.header {
  position: relative;
  min-height: 80px; }

.header-content {
  bottom: 0;
  left: 0; }

.slot-confirmed {
  background: #DFF0D8; }

.slot-empty {
  background: #d9edf7; }

table {
  width: 100%; }

td, th {
  padding: 0.75em 1.5em;
  text-align: left;
  vertical-align: top; }

table tbody td {
  padding: 0.75em 0.75em; }

th {
  background-color: white;
  font-weight: bold;
  font-size: 11.5px; }

td {
  font-size: 12.5px; }

thead th:first-child {
  background-color: #666;
  color: #eee; }

tbody tr:nth-child(2n-1) {
  background-color: #f5f5f5;
  transition: all .50s ease-in-out; }

/* For appearance */
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%; }

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .100s ease-in-out;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */ }

.sticky-wrap .sticky-thead {
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
  z-index: 100;
  width: 100%;
  /* Force stretch */ }

.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150; }

.sticky-wrap .sticky-intersect th {
  /*
  background-color: #666;
  color: #eee;
*/ }

.sticky-wrap td,
.sticky-wrap th {
  box-sizing: border-box;
  border: 1px solid #DDD; }

.sticky-wrap.overflow-y {
  overflow-y: auto; }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table {
    width: 50px; } }
