/* ==================
 * $TYPOGRAPHY
 * ================== */
/* ==================
 * $POLARIS
 * ================== */
/* ==================
 * $TINSLEY
 * ================== */
/* ==================
 * $SHERMAN
 * ================== */
.tinsley-gradient {
  background: #21348a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMzQ4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzMzNjZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzY2Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #21348a 0%, #3366cc 42%, #3366cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #21348a), color-stop(42%, #3366cc), color-stop(100%, #3366cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #21348a 0%, #3366cc 42%, #3366cc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #21348a 0%, #3366cc 42%, #3366cc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #21348a 0%, #3366cc 42%, #3366cc 100%);
  /* IE10+ */
  background: linear-gradient(to right, #21348a 0%, #3366cc 42%, #3366cc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21348a', endColorstr='#3366cc',GradientType=1 );
  /* IE6-8 */
}

.schedule .icon-key:before,
.schedule .icon-cancel:before,
.schedule .icon-locked:before,
.schedule .icon-unlocked:before {
  top: 10px;
}

.icon-redo:before {
  content: "-";
}

.icon-undo:before {
  content: ",";
}

.icon-reply:before {
  content: "U";
}

/* ==================
 * CSS Transitions
 * ================== */
/* @include transition(all,2s,ease-out); */
form {
  display: inline;
}

/* ==================
 * Header
 * ================== */
.menu ul input[type="submit"] {
  color: #d6e0f5;
}

.badge {
  color: white;
  margin-left: -1em;
}
.badge:before {
  content: attr(data-badge);
  background: #e2624f url("../textures/noise.png");
  border-radius: 10px;
  padding: 0 6px;
}

/* ==================
 * Controls
 * ================== */
.datebar {
  font-family: Georgia, serif;
  background: white;
  box-shadow: inset 0 1px 3px 0 #333;
}

a.cal_link {
  float: left;
  text-decoration: none;
  color: white;
}
a.cal_link .calendar-date {
  border-right: 1px solid #e88576;
  float: left;
  height: 100%;
  margin-right: 0.3em;
  text-shadow: rgba(85, 85, 85, 0.5) 2px 2px 4px;
  width: 2.5em;
}
a.cal_link .date {
  font-size: 1.5em;
  line-height: 0.6;
}
a.cal_link .day {
  font-size: 1.1em;
  line-height: 2.7;
}
a.cal_link .month {
  font-size: 1em;
  line-height: 2;
  position: relative;
  top: -0.5em;
}

.today a, .tomorrow a, .later a, .form-heading {
  font-family: Georgia, serif;
  font-size: 1.7em;
  height: 31px;
  padding: 0 0.2em;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.today a:hover, .today a:active, .today a:focus, .tomorrow a:hover, .tomorrow a:active, .tomorrow a:focus, .later a:hover, .later a:active, .later a:focus, .form-heading:hover, .form-heading:active, .form-heading:focus {
  border-left: 3px solid #e88576;
  color: white;
}

/* ==================
 * Today */
.today a {
  background: #3366cc url("../textures/noise.png");
  border-left: 3px solid #5cacd3;
  border-top-left-radius: 4px;
}
.today a:hover, .today a:active, .today a:focus {
  background: #5882d5 url("../textures/noise.png");
}

.today.active a {
  background: #21348a url("../textures/noise.png");
  border-left: 3px solid #5882d5;
}

/* ==================
 * Tomorrow */
.tomorrow a {
  background: #87bfbd url("../textures/noise.png");
  border-left: 3px solid #a5cfcd;
  border-top-right-radius: 4px;
}
.tomorrow a:hover, .tomorrow a:active, .tomorrow a:focus {
  background: #a5cfcd url("../textures/noise.png");
}

.tomorrow.active a {
  background: #a5cfcd url("../textures/noise.png");
  border-left: 3px solid #cae2e2;
}

/* ==================
 * Calendar Button */
.later a {
  color: #444;
  cursor: pointer;
  font-size: 2em;
  margin-top: -3px;
  text-shadow: rgba(85, 85, 85, 0.5) 1px 1px 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.later a:hover, .later a:active, .later a:focus, .later a.active {
  border-left: none;
  color: #e2624f;
}

/* ==================
 * Filter / Browse */
.form-heading {
  background: #6c6c6c url("../textures/noise.png");
  border-left: 3px solid #50afdf;
  color: white;
  float: left;
  position: relative;
}

.filter {
  color: #555555;
}
.filter .icon-morning, .filter .icon-afternoon, .filter .icon-evening {
  font-size: 42px;
  text-shadow: rgba(85, 85, 85, 0.5) 1px 1px 2px;
}
.filter input[type="radio"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.filter label {
  font-size: 21px;
  line-height: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.filter label:hover, .filter label:active, .filter label:focus, .filter label .active {
  color: #50afdf;
}

.js .two-week-calendar {
  display: none;
}

.js .two-week-calendar[data-view="is-later"] {
  display: block;
}

input[id="see-reservations"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

input[id="see-reservations"] + label {
  color: #e2624f;
  cursor: pointer;
  line-height: 1;
  position: absolute;
}

.two-week-calendar a {
  color: #555555;
  height: 3em;
  margin: 1px auto;
  padding: 5px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.two-week-calendar a:hover, .two-week-calendar a:focus, .two-week-calendar a:active {
  color: #3899C9;
}

.two-week-calendar a.active {
  color: #3899C9;
}

.page-label {
  color: #555555;
  position: relative;
  bottom: -7px;
  font-size: 1.7em;
  text-align: center;
  line-height: 1.6;
  height: 38px;
}
.page-label .cancel {
  padding: 0 5px;
  color: white;
  background: #ce3828 url("../textures/noise.png");
  margin-left: -6px;
}
.page-label .group {
  padding: 0 5px;
  color: white;
  background: #e2624f url("../textures/noise.png");
  margin-left: -6px;
}
.page-label .room {
  padding: 0 5px;
  color: white;
  background: #87bfbd url("../textures/noise.png");
}

/* ==================
 * Content
 * ================== */
img {
  margin: 0 auto;
  max-width: 100%;
}

video, object {
  max-width: 100%;
}

/* ==================
 * Schedule Globals
 * ================== */
.schedule-header {
  background: #555555 url("../textures/gray-noise.png");
  margin: 0 auto 1em;
  height: 2.5em;
  box-shadow: 0 2px 10px 0 #555555;
  color: white;
  padding: 0 1px;
}
.schedule-header h2 {
  margin: 0 0.2em;
}
.schedule-header small {
  float: right;
}
.schedule-header span {
  margin-right: 1em;
}
.schedule-header .legend.red {
  background: #e2624f url("../textures/noise.png");
  width: 1em;
  height: 1em;
  margin-top: 0.4em;
  display: inline-block;
}
.schedule-header .legend.green {
  background: #87bfbd url("../textures/noise.png");
  width: 1em;
  height: 1em;
  margin-top: 0.4em;
  display: inline-block;
}

.schedule_cell {
  font-family: Georgia, serif;
  background: white url("../textures/noise.png");
  border: 2px solid #555555;
  box-shadow: 0 2px 10px 0 #555555;
  padding: 1px;
  text-align: center;
}

.schedule a, .reserved, .cancel_link, .cancel_hover {
  float: right;
  width: 96%;
  color: white;
  margin: 0 auto 5px;
  padding: 5px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 2px 2px 0 #555555;
}
.schedule a [class^="icon-"]:before, .schedule a [class*=" icon-"]:before, .reserved [class^="icon-"]:before, .reserved [class*=" icon-"]:before, .cancel_link [class^="icon-"]:before, .cancel_link [class*=" icon-"]:before, .cancel_hover [class^="icon-"]:before, .cancel_hover [class*=" icon-"]:before {
  float: left;
}

/* ==================
 * Room Labels
 * ================== */
.room_label {
  float: left;
  color: #555555;
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
}

.capacity {
  float: right;
  color: #555555;
  font-size: 1.5em;
}

/* ==================
 * Public, Unreserved */
a.unlog_schedule_link, a.schedule_link {
  background: #3899c9 url("../textures/noise.png");
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
a.unlog_schedule_link:hover, a.unlog_schedule_link:active, a.unlog_schedule_link:focus, a.schedule_link:hover, a.schedule_link:active, a.schedule_link:focus {
  color: white;
  background-color: #5cacd3;
}

/* ==================
 * Public, Reserved */
.reserved {
  background: #555555 url("../textures/noise.png");
  box-shadow: 0 0 3px 1px #222 inset;
}

/* ==================
 * Logged, Cancel */
.cancel_link {
  background: #e2624f url("../textures/noise.png");
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cancel_link .icon-cancel {
  color: rgba(226, 98, 79, 0.6);
  text-shadow: 1px 4px 6px #e2624f, 0 0 0 #555555, 1px 4px 6px #e2624f;
}
.cancel_link:after {
  content: "Your reservation.";
}
.cancel_link:hover, .cancel_link:active, .cancel_link:focus {
  background: #ce3828 url("../textures/noise.png");
}
.cancel_link:hover .icon-cancel, .cancel_link:active .icon-cancel, .cancel_link:focus .icon-cancel {
  color: white;
  text-shadow: none;
}
.cancel_link:hover:before, .cancel_link:active:before, .cancel_link:focus:before {
  content: "Delete";
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  text-shadow: 1px 2px 4px #555555;
}
.cancel_link:hover:after, .cancel_link:active:after, .cancel_link:focus:after {
  content: "your reservation?";
  margin-left: 3.6em;
}

.cancel_link.inactive {
  cursor: default;
  box-shadow: inset 0 0 3px 1px #555555;
  background: #e2624f url("../textures/noise.png");
}
.cancel_link.inactive:hover, .cancel_link.inactive:active, .cancel_link.inactive:focus {
  color: white;
  text-shadow: 1px 4px 6px #e2624f, 0 0 0 #555555, 1px 4px 6px #e2624f;
}
.cancel_link.inactive:hover:after, .cancel_link.inactive:active:after, .cancel_link.inactive:focus:after {
  content: "Your reservation.";
  margin-left: 0;
}
.cancel_link.inactive:hover:before, .cancel_link.inactive:active:before, .cancel_link.inactive:focus:before {
  content: "";
}
.cancel_link.inactive:hover .icon-cancel, .cancel_link.inactive:active .icon-cancel, .cancel_link.inactive:focus .icon-cancel {
  color: rgba(226, 98, 79, 0.6);
  text-shadow: 1px 4px 6px #e2624f, 0 0 0 #555555, 1px 4px 6px #e2624f;
}

.cancel_link:hover .icon_cancel {
  color: white;
  text-shadow: none;
}

/* ==================
 * Staff View */
.reserved_patron {
  background: #555555 url("../textures/noise.png");
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.reserved_patron .icon-cancel {
  color: white;
}
.reserved_patron:hover, .reserved_patron:active, .reserved_patron:focus {
  background: #ce3828 url("../textures/noise.png");
}
.reserved_patron:hover .icon-cancel, .reserved_patron:active .icon-cancel, .reserved_patron:focus .icon-cancel {
  color: white;
  text-shadow: none;
}

/* ==================
 * Acknowledgment / Terms of Service
 * ================== */
.acknowledgment {
  margin: 1em auto;
}

.acknowledgment table {
  font-size: 1.1428em;
  margin-bottom: 0.5em;
}

.acknowledgment tr.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.acknowledgment input[type=submit] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 0;
  position: absolute;
}

.acknowledgment input[type=submit] + label {
  background: #555555 url("../textures/gray-noise.png");
  border: none;
  color: white;
  cursor: pointer;
  font-size: 2em;
  padding: 0.2em;
  margin-right: 1px;
}
.acknowledgment input[type=submit] + label:hover, .acknowledgment input[type=submit] + label:active, .acknowledgment input[type=submit] + label:focus {
  background: #6c6c6c url("../textures/noise.png");
}

.acknowledgment table input[type=submit] + label {
  background: none;
  color: #555555;
  cursor: pointer;
  font-size: 1em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.acknowledgment table input[type=submit] + label:hover, .acknowledgment table input[type=submit] + label:active, .acknowledgment table input[type=submit] + label:focus {
  background: none;
  color: #e2624f;
}

.acknowledgment input[type=submit] + label.cancel {
  background: #ce3828 url("../textures/noise.png");
}
.acknowledgment input[type=submit] + label.cancel:hover, .acknowledgment input[type=submit] + label.cancel:active, .acknowledgment input[type=submit] + label.cancel:focus {
  background: #dc5748 url("../textures/noise.png");
}
.acknowledgment input[type=submit] + label.cancel span {
  font-size: 24px;
}

.acknowledgment input[type='checkbox'],
.acknowledgment input[type='radio'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  float: right;
}

.acknowledgment input[type='checkbox'] + label,
.acknowledgment input[type='radio'] + label {
  background: #e2624f url("../textures/noise.png");
  color: white;
  cursor: pointer;
  font-size: 2em;
  padding: 0.2em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.acknowledgment input[type='checkbox'] + label:hover, .acknowledgment input[type='checkbox'] + label:active, .acknowledgment input[type='checkbox'] + label:focus,
.acknowledgment input[type='radio'] + label:hover,
.acknowledgment input[type='radio'] + label:active,
.acknowledgment input[type='radio'] + label:focus {
  background: #e88576 url("../textures/noise.png");
}
.acknowledgment input[type='checkbox'] + label:before,
.acknowledgment input[type='radio'] + label:before {
  font-family: 'icomoon';
  content: "f ";
}
.acknowledgment input[type='checkbox'] + label:after,
.acknowledgment input[type='radio'] + label:after {
  font-family: Georgia, serif;
  content: "Click to Agree";
}

.acknowledgment input[type='checkbox']:checked + label,
.acknowledgment input[type='radio']:checked + label {
  background: #87bfbd url("../textures/noise.png");
}
.acknowledgment input[type='checkbox']:checked + label:before,
.acknowledgment input[type='radio']:checked + label:before {
  content: "e ";
}
.acknowledgment input[type='checkbox']:checked + label:after,
.acknowledgment input[type='radio']:checked + label:after {
  content: "Great! Thanks";
}

.acknowledgment input#post_start + label {
  background: none;
  color: #555555;
  font-size: 2em;
  float: right;
  width: 195px;
}
.acknowledgment input#post_start + label:before {
  content: "";
}
.acknowledgment input#post_start + label:after {
  content: "";
}

.acknowledgment .agree {
  height: 2em;
  width: 2em;
  background: #ce3828 url("../textures/noise.png");
}

/* ==================
 * Ordered Lists
 * ================== */
ol {
  list-style-type: decimal;
  margin-left: 2.5em;
  padding-left: 0;
}

ol.a {
  list-style-type: lower-latin;
  margin-left: 3.5em;
  padding-left: 0;
}

/* ==================
 * Autosuggest
 * ================== */
#result, #result1 {
  height: 20px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #FFFF99;
}

#name, #name1 {
  padding: 3px;
  border: 1px #CCC solid;
  font-size: 15px;
}

.suggestionsBox {
  padding: 0px;
  border: 1px solid black;
  width: 25%;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
  display: none;
}

.hide {
  display: none;
}

.suggestionList {
  margin: 0px;
  padding: 0px;
}

.suggestionList {
  background-color: #eee;
  width: 25%;
}

.suggestionList {
  background-color: #0A246A;
  color: white;
}

.suggestionList ul li {
  margin: 0px;
  padding: 2px 2px;
  cursor: default;
  display: block;
  /* 
  if width will be 100% horizontal scrollbar will apear 
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /* 
  it is very important, if line-height not setted or setted 
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}

.suggestionList ul li:hover {
  background-color: #FC3;
  color: #000;
}

.load {
  background-image: url(loader.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#suggest {
  position: relative;
}

@media only screen and (min-width: 48em) {
  .schedule > .row {
    margin: 0 auto 1em;
  }

  #inner-content {
    min-height: 46em;
  }
}
@media only screen and (min-width: 64.375em) {
  a.cal_link .date {
    font-size: 2em;
  }
  a.cal_link .day {
    font-size: 1.2em;
    line-height: 1.7;
  }
  a.cal_link .month {
    font-size: 1.2857em;
  }
}
/* ==================
 * Large Viewing Size
 * ================== */
@media only screen and (min-width: 77.5em) {
  a.cal_link .day {
    font-size: 1.6em;
  }
}
/* ==================
 * Backward Compatibility
 * ================== */
/* ==================
 * Modernizr-dependent fixes */
.no-textshadow .schedule-cell [class^="icon-"]:before, .no-textshadow .schedule-cell [class*=" icon-"]:before {
  color: white;
}

.lt-ie9 .schedule > .row {
  margin-bottom: 14px;
}
