/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    margin-top: 100px;
    background-color: #222;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin-top: 20px;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.panel .panel-heading .btn-panel {margin: -4px -8px 0 0;}

.account-name {font-weight: bold;}

tr.border-row td {border-top: solid 1px #777 !important;}
li.border {border-top: solid 2px orange;}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}
td.currency {width: 120px;}
.panel-balance .panel-body {height:210px;}
.balance-label {font-size: 16px; }
.balance-amount {margin-left: 10px;}
tr.no-bottom-border td {border-bottom: none !important;}
.balance-amount {font-weight: bold; font-size: 32px; color: #337ab7;}

.remove-invoice-detail-btn {position:absolute; right: 0; color: #D03232;}

.total-row {border-top: solid 1px #777; padding: 8px 0; font-weight: bold; font-size: 1.3rem;}


tr.heading td {background-color: #f5f5f5; font-weight: bold;}
span.indent {margin-left: 3em;}





.room-container {
  background: #ddd;
  width: 800px;
}
.room-container .room-nav {
  background-color: #ccc;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  width: 800px;
  padding: 0 5px;
  -webkit-box-shadow: 0 4px 4px -2px #777;
}
.room-container .room-body {
  padding: 20px 12px;
}
.room-container .room {
  width: 300px;
  min-height: 240px;
  background-color: #f5f5f5;
  margin: 0 1em 1em 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.room-container .room .header {
  background-color: #ccc;
  color: #000;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
  width: 300px;
  padding: 0 5px;
}
.room-container .room .header span.room-number {
  float: right;
}
.room-container .room .room-footer {
  position: absolute;
  bottom: 0;
  height: 36px;
  opacity: .3;
  background-color: #000;
  vertical-align: middle;
  left: 0;
  right: 0;
}
.room-container .room .room-footer .fa {
  font-size: 2rem;
  color: #f5f5f5;
  margin: 8px;
}

.passenger-name {
  height: 40px;
  width: 300px;
  background-color: beige;
  border: solid 1px #777;
}
.room-container .room .header.room-full {
  background-color: #f2dede;
}
.room-container .room .header.room-empty {
    background-color: #dff0d8;
}
/* Tooltip container */
.custom-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.custom-tooltip .custom-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.custom-tooltip:hover .custom-tooltiptext {
    visibility: visible;
}
.custom-tooltip.fa {font-size: 2rem; color: #ccc;}
