/*Table styling*/
table.createTable th {
  text-align: center;
}
table.createTable tbody tr{
  display:none;
}
table.createTable tbody tr.row-visible,table.createTable tbody tr.tr-ignore{
  display:table-row;
}
tr.row-hidden{
	display: none;
}
tr.search-hidden{
	display: none;
}
table.createTable th{
	color: #fff;
}
table.createTable td {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
table.createTable {
    margin: 50px auto 15px auto;   
    max-width: 95%;
}
div.ct-content-holder{
  width: 95%;
  margin: 0 auto;
}
a.paginate_display_none{
  display: none!important;
}

.dataTables_wrapper{
  max-width:100%;
  /*overflow: auto;*/
}

div.hide-column-container {
  width: 200px;
  float:left;
  position: relative;
  cursor: pointer;
}

.hide-column-cb-container input {
  float: right;
  width: 20px;
  height: 20px;
  margin: 5px 0;
}

div.hide-column-cb-container label {
  float: left;
  width: 80%;
  margin: 0;
  height: 30px;
  line-height: 30px;
  text-align:left;
  overflow: hidden;
}

form.hide-column-form{
  position: absolute;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgb(136, 136, 136);
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,.5);
  z-index: 5;
}

div.hide-column-title{
    height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-radius: 5px;
}

table.createTable th.ct-hidden-column,table.createTable td.ct-hidden-column{
  display: none;
}

th.sort-header::-moz-selection { background:transparent; }
th.sort-header::selection      { background:transparent; }
th.sort-header { cursor:pointer; }
table th.sort-header:after {
  content:'';
  margin-top:7px;
  border-width:0 4px 4px;
  border-style:solid;
  border-color:#efefef transparent;
  visibility:hidden;
  }
table th.sort-header:hover:after {
  visibility:visible;
  }
table th.sort-up:after,
table th.sort-down:after,
table th.sort-down:hover:after {
  visibility:visible;
  opacity:0.4;
  }
table th.sort-up:after {
  border-bottom:none;
  border-width:4px 4px 0;
  }

table.createTable td.mobile-only,
table.createTable th.mobile-only {
    display: none;
  }

@media screen and (min-width: 769px){
  table span.more-content{
    display: none;
  }
}

@media screen and (max-width: 768px){
  div.hide-column-container{
    display: none;
  }
  table.createTable{
    border:none;
    box-shadow: none;
    margin-top: 10px;
  }
  table.createTable td {
    border-radius: 0;
  }
  table.createTable td:first-of-type {
    border-radius: 5px 5px 0 0;
  }
  table.createTable td.desktop-only {
    display: none;
  }

  table.createTable td {
      display:  block;
  }

  .dataTables_wrapper div.dataTables_filter{
    float:none;
    text-align:center;
  }

  tr.tr-ignore td {
    min-height: 0;
    border-radius: 0!important;
  }

  tr.tr-ignore{
    border-radius: 0;
  }
}

@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";
@media (min-width: 769px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  /*text-align: left;*/
}
@media (min-width: 769px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}

@media (max-width: 768px){

  .rwd-table {
  margin: 1em 0;
  max-width: 95%;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th);
  font-weight: bold;
  display: inline-block;
  text-align: left!important;
  float: left;
  clear: left;
  width: 50%;
  color: #aaa;
}
  
  td:first-of-type{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  td:last-of-type{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .rwd-table td{
    text-align: right!important;
    float: right;
    width: 100%;
    box-sizing: border-box!important;
    background: #555!important;
    color: #888;
    border-bottom: 1px solid #333333!important;
    border-top: 1px solid #777777!important;
    text-shadow: 1px 1px 1px #333333;
    min-height: 30px;
    line-height: 30px;
  }
  .rwd-table td a.link-button{
  }
  .rwd-table td a.link-button{
    margin: 0 auto!important;
    line-height: 1;
    float: none;
  }
  table td.list-booking-ids a {
    color: #70aae0;
    margin-right: 0;
    font-weight: bold;
  }
  tr[data-rowheader]:before {
    content: "#" attr(data-rowheader);
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 10px 0;
    font-size: 18px;
    background-color: #f9f9f9;
  }
  .dataTables_filter input[type="search"] {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  div.dataTables_paginate.paging_simple_numbers {
    margin-bottom: 10px;
  }

  span.more-content{
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    background-color: #333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    height: 30px;
    clear: both;
    border-top: 1px solid #777777!important;
    text-shadow: 1px 1px 1px #000;
  }

  tr.tr-part-hidden td:last-of-type{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  td[data-th]:before {
    display: block;
    content: attr(data-th);
    margin-bottom: 10px;
    font-weight: bold;
  }
  table.createTable td.mobile-only,
  table.createTable th.mobile-only {
    display: block;
  }
}

table.no-js-table tbody tr {
    display: table-row;
}