/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*  Custom rncal.css builder added 2016 LD-Agilysys */
/*  new for LMS v7.3.3 and ResNet v7.3.3.700+  */
/* stop use of full blown caltemp in Lansa for style delivery */
/* Below variables are customized for each install and compiled into the css  */
/* trailing semicolons MUST be tight                                          */
/* Custom variables added and splattered throughout the build                 */
/* All changes built by Agilysys 2014-2016 and provided as part of ResNet     */
/* Any modification to the source CSS files is outside normal support         */
/* all below $cal variable used in the calendar legend and _RNCAL.SCSS builder */
/* Below variables are customized for each install and compiled into the css  */
/* trailing semicolons MUST be tight                                          */
/* Custom variables added and splattered throughout the build                 */
/* All changes built by Agilysys 2014-2016 and provided as part of ResNet     */
/* Any modification to the source CSS files is outside normal support         */
/* all below $cal variable used in the calendar legend and _RNCAL.SCSS builder */
.date {
  font-size: 10px;
  text-align: left !important;
  vertical-align: text-top !important;
  color: #000;
}

.date A:LINK {
  font-size: 10px;
  text-decoration: none;
  color: #000;
  /*#12757b; */
}

.date A:VISITED {
  font-size: 10px;
  text-decoration: none;
  color: #000;
}

.rate {
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.slsh {
  font-size: 12px;
  /* text-align: center; */
  display: block;
  font-weight: normal;
  text-decoration: line-through;
}

.date .slsh {
  text-align: center;
}

.rateCalendar {
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
  background-color: #f5f5f5;
  border: 0px solid #575757;
  border-collapse: collapse;
  border-spacing: 0;
  /*text-align: center;*/
  /*
        -moz-border-radius-bottomleft:12px;
        -webkit-border-bottom-left-radius:12px;
        border-bottom-left-radius:12px;

        -moz-border-radius-bottomright:12px;
        -webkit-border-bottom-right-radius:12px;
        border-bottom-right-radius:12px;

        -moz-border-radius-topright:12px;
        -webkit-border-top-right-radius:12px;
        border-top-right-radius:12px;

        -moz-border-radius-topleft:12px;
        -webkit-border-top-left-radius:12px;
        border-top-left-radius:12px;
  */
}

.rateCalendar tr:first-child td:last-child {
  /*
        -moz-border-radius-topright:12px;
        -webkit-border-top-right-radius:12px;
        border-top-right-radius:12px;
  */
}

.rateCalendar tr:last-child td:last-child {
  /*
        -moz-border-radius-bottomright:12px;
        -webkit-border-bottom-right-radius:12px;
        border-bottom-right-radius:12px;
  */
}

.rateCalendar tr:first-child td:first-child {
  /*
        -moz-border-radius-topleft:12px;
        -webkit-border-top-left-radius:12px;
        border-top-left-radius:12px;
  */
}

.rateCalendar tr:last-child td:first-child {
  /*
        -moz-border-radius-bottomleft:12px;
        -webkit-border-bottom-left-radius:12px;
        border-bottom-left-radius:12px;
  */
}

.rateCalendar tr:nth-child(2) td {
  background-color: #242322;
  /*8e8bc1*/
  color: #ffffff;
  font-size: 13px;
  padding: 0px;
  text-transform: uppercase;
}

.rateCalendar tr td:hover {
  /*
      background-color:#d2232a;
  */
}

.rateCalendar td {
  vertical-align: middle;
  /*background-color:#dab756;*/
  border: 1px solid #575757;
  border-width: 0px 1px 1px 0px;
  text-align: center;
  padding: 0px 4px 16px 2px;
  height: 30px;
  width: 14%;
  /*font-size: 14px;*/
  /*font-family: Trebuchet MS, Arial, Helvetica;*/
  /*font-weight: bold;*/
  color: #000000;
}

.rateCalendar tr:last-child td {
  border-width: 0px 1px 0px 0px;
}

.rateCalendar tr td:last-child {
  border-width: 0px 0px 1px 0px;
}

.rateCalendar tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}

.rateCalendar tr:first-child td {
  /*
  background:-o-linear-gradient(bottom, #4c4b7f 5%, #8e8bc1 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4b7f), color-stop(1, #8e8bc1));
  background:-moz-linear-gradient( center top, #4c4b7f 5%, #8e8bc1 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4b7f", endColorstr="#8e8bc1");background: -o-linear-gradient(top,#4c4b7f,8e8bc1);
  */
  background-color: #040707;
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border: 0px solid #000000;
  text-align: center;
  border-width: 0px 0px 0px 0px;
  padding: 7px;
  text-shadow: 1px 2px 1px #999999;
}

.rateCalendar tr:first-child:hover td {
  /*
      background:-o-linear-gradient(bottom, #4c4b7f 5%, #8e8bc1 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4b7f), color-stop(1, #8e8bc1) );
      background:-moz-linear-gradient( center top, #4c4b7f 5%, #8e8bc1 100% );
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4b7f", endColorstr="#8e8bc1"); background: -o-linear-gradient(top,#4c4b7f,8e8bc1);
      background-color:#4c4b7f;
  */
}

.rateCalendar tr:first-child td:first-child {
  /*border-width:0px 0px 0px 0px;*/
}

.rateCalendar tr:first-child td:last-child {
  /*border-width:0px 0px 0px 0px;*/
}

.calsection .carousel-control {
  /* HHR overrides */
  width: 18%;
  height: 36px;
  font-size: 28px;
}

.carousel-indicators {
  display: none;
}

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table {
  margin-bottom: 0;
}

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/* added in departure date style from Caltemp in lansa */
.departureDate {
  /* change 50% on $click-bg to less than 50% for gradient */
  background: #d05014;
  background: -webkit-gradient(left top, right bottom, color-stop(50%, #d05014), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(-45deg, #d05014 50%, #ffffff 50%);
  background: -webkit-linear-gradient(315deg, #d05014 50%, #ffffff 50%);
  background: linear-gradient(135deg, #d05014 50%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$click-bg', endColorstr='$click-bg-depart', GradientType=1 );
  font-size: 10px;
  text-align: left !important;
  vertical-align: text-top !important;
  color: #a09fb1;
}

.departureDate a {
  text-decoration: none;
  color: #3c3c3c;
}

@media (max-width: 600px) {
  .rateCalendar td {
    padding: 3px;
    height: 30px;
    font-size: 10px;
    font-weight: normal;
    width: 12%;
  }
  .rate {
    font-size: 10px;
    font-weight: normal;
  }
  .slsh {
    font-size: 9px;
    font-weight: normal;
    text-decoration: line-through;
  }
  .departureDate .rate {
    font-size: 10px;
    display: block;
    font-weight: normal;
  }
  .departureDate .slsh {
    font-size: 9px;
    display: block;
    font-weight: normal;
  }
}
