//body {
//  background: #ffffff url(../../../images/booking_bg.jpg) no-repeat fixed center !important;
//}

.callout {
  border-radius: 5px !important;
}

.semitransparent {
  opacity: 0.9;
}

.box {
  background: #71fdbc;
  display: inline-block;
  border: 1px solid #cdcdcd;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0px;
  transition: box-shadow .3s;
  margin-top: 10px;
  border-radius: 15px !important;
}

.box img.thumbnail {
  box-shadow: 0 0 0 0;
}

.box_text {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  text-align: center;
  border: 0px;
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.box_text p {
  color: #353535;
}

.box_image {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  text-align: center;
  overflow: hidden;
  padding: 5px;
  border: 0px;
}

.center {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box_name {
  display: inline-table;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  border: 0;
  word-wrap: break-word;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.box_name h5{
  font-size: 16px;
}

.box_price {
  display: block;
  height: 30px;
  border: 0px;
  overflow: hidden;
}

.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.tdbg {
  background-color: #f5f5f5;
}

.tdbg td:hover{
  background-color: #a9a9a9;
}

.rounded {
  border-radius: 5px !important;
  padding: 5px;
  margin: 2px;
}

.link {
  margin-left: 5px;
  margin-right: 5px;
}

li.current {
  border-radius: 5px !important;
  color: white !important;
  padding: 2px !important;
  margin: 2px !important;
}

.pagination {
  color: #353535;
  cursor: pointer;
}
.pagination a:hover {
  border-radius: 5px !important;
  background-color: #1779ba !important;
  color: white !important;
}

#weekid td:nth-child(odd){background: #d3d3d3 !important;};
#weekid td:nth-child(even) {background: white !important;};

.timebutton
{
  color: #ffffff!important;
  background-color: #1779ba !important;
  font-size: 75% !important;
}

.timebutton:hover
{
  color: #ffffff;
  background-color: #21a1f7;
  font-size: 75%;
}

//#banner
//{
//  background: #ffffff url(../../../images/start_banner.jpg) no-repeat fixed center !important;
//  height: 400px;
//}

#banner .caption
{
  position: absolute;
  border-radius: 15px;
  top: 10%;
  right: 5%;
  width: 300px;
  padding: 30px;
  background-color: #353535;
}

#banner .captiontext
{
  color: #ffffff;
}

.list-group {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.list-group > :last-child {
  margin-bottom: 0;
}

.list-group-item {
  padding: 0.5rem;
  border-bottom: 1px solid #e6e6e6;
}

.list-group-item > :last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.list-group-item.active {
  color: #fefefe;
  background-color: #1779ba;
  border-color: 1px solid #1779ba;
}

.list-group-item:hover, .list-group-item:focus {
  background-color: #e6e6e6;
}

.list-group-item:hover.active, .list-group-item:focus.active {
  background-color: #1779ba;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus, .list-group-item[disabled], .list-group-item[disabled]:hover, .list-group-item[disabled]:focus {
  color: #8a8a8a;
  cursor: not-allowed;
  background-color: #fefefe;
}

// RESPONSIVE TABLE

.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {

  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.0;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}

// TIPS
.tips {
  text-decoration:none;
  position:relative;
}

.tips span {
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
  font-size: 75%;
}

.tips:hover span {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:auto;
  height:auto;
  max-width:320px;
  min-height:50px;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}

.labelarea {
  width: 100%;
  background-color: #4d4d4d;
}

.trheader {
  background-color: #cfcfcf;
  color: #353535;
}

.line-full {
  min-width: 100%;
  border-top: #cfcfcf solid 1px;
  margin-bottom: 10px;
}

.calendarcontainer{
	width: 100%;
}

.calendar{
	margin: 0;
	padding: 0;
}

.calendar tbody th, .calendar tbody td {
	padding: 5px;
	font-size: 10px;
}

.calendar_header
{
        background: #2e9afe;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 15px;
}

.calendar_header a
{
        text-decoration: none;
        color: #ffffff;
}

.calendar_content
{
        background: #ffffff;
        color: #353535;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 15px;
}

.calendar_week
{
        background: #ececec;
        color: #353535;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 15px;
	cursor: pointer;
}

.calendar_weekname
{
        background: #ececec;
        color: #353535;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 15px;
	width: 12.5%;
}


.calendar_datename
{
        background: #ececec;
        color: #353535;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 15px;
	width: 12.5%;
}


.calendar_date
{
        background: #ffffff;
        color: #353535;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 15px;
	cursor: pointer;
}

.calendar_currentdate
{
        background: #abd100;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
	cursor: pointer;
}

.calendar_event
{
        background: #2e9afe;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
}


.weekTable
{
	border-spacing: 5px;
	border-collapse: separate;
	margin: 5px;
}

.valign-top td {
	vertical-align: top;
}

.p-margin-zero p {
	margin: 0px;
}

.p-description p {
	font-size: 75%;
}

.p-75 p {
	font-size: 75%;
}

.fontsize75 {
	font-size: 75%;
}

#leftbottomid {
	position: absolute;
	width: 100%;
  	bottom: 0px;
	//font-size: 75%;
}";

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.disabled {
  pointer-events: none;
  cursor: default;
  color: #cdcdcd !important;
}
