/* Rates and availability */
.nav-year ul {
  list-style: None; }

.nav-year li {
  display: inline-block;
  color: #2DB5B3;
  cursor: pointer;
  text-align: center;
  padding: .5rem 1rem; }

.nav-year li.active {
  color: #FFFFFF;
  background-color: #2DB5B3;
  font-weight: 700; }

th, td {
  white-space: nowrap; }

div.dataTables_wrapper {
  margin: 0 auto; }

#rates-container h2,
#availability-container h2 {
  font-size: 1rem;
  color: #2DB5B3;
  font-weight: bold; }

.dt-buttons {
  display: none; }

.dataTables_filter label {
  color: #2DB5B3;
  font-weight: bold;
  margin-right: 1rem;
  font-size: .7rem; }

.dataTables_filter input {
  border: 0;
  border-bottom: solid 1px #2DB5B3;
  border-radius: 0;
  color: #333333;
  font-size: .7rem; }

.dataTables_filter input:hover,
.dataTables_filter input:focus {
  box-shadow: none; }

.rates-link:hover, .availability-link:hover {
  color: #BF4553 !important; }

div.dt-button-collection {
  min-width: 150px;
  width: auto !important; }

.boat-name {
  font-size: .6rem; }

.boat-model {
  font-size: .7rem; }

.day-availability {
  width: 27px;
  border: 1px solid #939393 !important;
  background-color: white;
  height: 27px;
  top: 3px; }

.weekday_5, .weekday_6 {
  background-color: #ddd; }

td.pl-0 {
  padding-right: 3px !important; }

.no-sort:nth-child(even) {
  background: #f1f1f1; }

.dataTables_wrapper button.dt-button {
  background-color: #2DB5B3;
  border: 2px solid #2DB5B3;
  color: #FFFFFF;
  padding: 0 18px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: none; }

.dataTables_wrapper button.dt-button:hover:not(.disabled),
.dataTables_wrapper button.dt-button:active:not(.disabled) {
  background-color: transparent;
  color: #2DB5B3;
  text-decoration: none;
  background-image: none;
  border: 2px solid #2DB5B3; }

.dataTables_wrapper td {
  font-size: .6rem;
  color: #333333; }

.dataTables_wrapper th {
  font-size: .7rem;
  color: #333333; }

@media (max-width: 767px) {
  table.dataTable.DTFC_Cloned {
    display: none; } }
