/* Page */

html {
  position: relative;
  min-height: 100%;
}

.text-sm {
  font-size: 12px;
}

.text-md {
  font-size: 14px;
}

.noshow {
  display: none;
}

/* Header */

.header {
  height: 100px;
  background-position: center top;
  background-size: cover;
  font-family: Raleway;
}

.header-btn {
  margin-top: 25px;
  margin-right: 10px;
}

.menubar {
  background: #ffffff;
  color: #000000;
  font-family: Raleway;
  border-top-color: #cccccc;
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.menuitem, .menuitem:visited {
  color: #000000;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

.menuitem:hover {
  color: #337ab7;
}

.menuline {
  border-top-color: #cccccc;
  border-top-style: solid;
  border-top-width: 2px;
}

/* Footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  color: white;
  background: url('https://d3fyh08pplkhdr.cloudfront.net/img/foot-bg.png') repeat;
}

.push {
  height: 100px;
}

.footer-share {
  border-left: 1px solid #545454;
  text-align: center;
}

.inline-list {
  padding-left: 0px;
  list-style: none;
}

.inline-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* Navbar */

.navbar-title {
  float: left;
  padding-top: 10px;
  padding-left: 25px;
  font-size: 24px;
}

.navbar-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.content {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Space between components */

.ver-gap-sm {
  margin-top: 5px;
}

.ver-gap-md {
  margin-top: 25px;
}

.ver-gap-lg {
  margin-top: 50px;
}

.ver-gap-md-bottom {
  margin-bottom: 25px;
}

.hor-gap-xs {
  margin-left: 5px;
}

.hor-gap-sm {
  margin-left: 10px;
}

.hor-gap-sm-right {
  margin-right: 10px;
}

.hor-gap-md {
  margin-left: 20px;
}

.hor-gap-lg {
  margin-left: 40px;
}

.zero-pad {
  padding: 0px;
}

.hor-pad-md {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.nowrap {
  white-space: nowrap;
}

.slim {
  margin-top: 5px;
  margin-bottom: 5px;
}

.row-space {
  margin-bottom: 7px;
}

/*
.row-label {
	background-color: #dce6f2; 
}
*/

/* Text positioning */

.block {
  display: inline-block;
}

.form-label {
  padding-top: 7px;
  padding-bottom: 7px;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

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

/* Tooltip */

.hinted {
  border-bottom: 1px dotted #ff6600;
}

.tooltip-inner {
  max-width: 500px !important;
}

.tooltip.bottom .tooltip-arrow {
  border-top-color: orange;
}

/* Text formatting */

.title {
  font-size: 24px;
  font-weight: bold;
}

.subtitle {
  font-size: 18px;
  font-weight: bold;
}

.change-new {
  font-weight: bold;
}

.change-old {
  color: #555555;
  text-decoration: line-through;
}

.text-white {
  color: #ffffff;
}

.disabled {
  background: #bdbdbd;
  color: #ffffff;
}

/* Form */

.input-clear {
  position: absolute;
  right: 20px;
  top: -20px;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 20px;
  cursor: pointer;
  color: #ccc;
  font-weight: bold;
}

/* Progress bar */

.progress-item {
  text-align: center;
  margin-bottom: 10px;
}

.progress-actual {
  color: green;
  font-weight: bold;
  background-color: #c9e2b3;
  border-bottom: 5px solid green;
}

.progress-actual:hover {
  color: green;
  font-weight: bold;
  background-color: #d0e9c6;
  border-bottom: 5px solid green;
}

.progress-active {
  color: green;
  border-bottom: 5px solid green;
}

.progress-active:hover {
  color: green;
  background-color: #dff0d8;
  border-bottom: 5px solid green;
}

.progress-inactive {
  color: #e6e6e6;
  border-bottom: 5px solid #e6e6e6;
}

/* Table formatting */

.table-header {
  background: #bdbdbd;
  font-weight: bold;
}

.table {
  border-spacing: 0px;
}

.td {
  padding: 2px;
}

.tbl-header {
  border-top: 0px !important;
  text-align: center;
}

.tbl-justified {
  width: 100%;
  table-layout: fixed;
}

.table-gap {
  padding-right: 10px;
}

.col-main {
  width: 100%;
}

/* File upload */

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* Page specific */

.btn-book {
  width: 75px;
}

.rate-day {
  margin: 2px;
  border: 1px solid black;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
    pointer-events: all;
}
.gray {
	color: gray;
}
a.gray:hover {
	color: darken(gray, 15%);
}

a:hover { 
  cursor: pointer;
}

.preferred-hotel-panel-body {
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.preferred-hotel-table > thead {
	background-color: #d9d9d9;
}

.preferred-hotel-table > thead > tr > *:not(:first-child) {
	max-width: 75px;
}

.preferred-hotel-table > tbody {
	background-color: #dce6f2;
}

.preferred-hotel-center {
	text-align: center;
}

.main-footer-left {
	margin-left: 1em;
}

.main-footer-right {
	margin-right: 1em;
}

.hotel-thumbnail {
	max-height:80px;
	margin-bottom: 3px;
}
