body {
  padding-top: 20px;
}

.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.nopadding{padding: 0px;}
.minHeight100{min-height: 100px;}
/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  background-color: #e5e5e5; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #fff;
    border-right: 1px solid #d5d5d5;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
}

.empty-room {
    color:#cfcfcd;
}


/* Hayath CSS */
.scroll-matter {
    overflow-y:scroll;
    height:230px;
}

.scroll-emp {
    overflow:auto;
    height:530px;
}

.scroll-room {
    overflow:auto;
    height:300px;
}

.handy_pointer{
    cursor:pointer;
}

.c-product-list{
    border-style:dotted;
    border-width:1px;
    border-color:#98bf21;
}

.blue{
    color:blue;
}

.red{
    color:red;
}

.purple{
    color:purple;
}

.font-250{
    font-size:150% !important;
}

/* Modal window CSS for Bill Editing */
.modal-lrg{
    width: 60%;
}

.modal-lrg-eighty{
    width: 80%;
}

.has_error{
    background-color: red;
}

.text_error{
    color: red;
}

.valid_custom{
    background-color: green;
}

.calendar {
	width: 850px;
}

.bordered {
    border: 2px solid #a1a1a1;
    padding: 10px 10px;
    border-radius: 5px;
}

.width-50 {
    width: 50% !important;
}

.room-editing {
    background-color:#9E86D9 !important;
}

/* Below for check in */

@media (min-width: 768px) {
    .bs-glyphicons {
        margin-left: 0;
        margin-right: 0;
    }
    .bs-glyphicons li {
        font-size: 12px;
        width: 12.5%;
    }
}

.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden;
}

.bs-glyphicons-list {
    list-style: outside none none;
    padding-left: 0;
}

.bs-glyphicons li {
    background-color: #f9f9f9;
    border: 1px solid #fff;
    float: left;
    font-size: 10px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 25%;
}

.bs-glyphicons .glyphicon {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.bs-glyphicons li:hover {
    background-color: #563d7c;
    color: #fff;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.div-striped:nth-child(odd) {
  background-color: #f9f9f9;
}

.div-deactivate{
    background-color: #e0e0eb;
    font-color: #666699;
}

.b-radius-7 {
  border-radius: 7px;
}

.color-green{
  color: green;
}

.panel-top{
  display: flex;
  align-items: baseline;
}

.font-medium{
  font-size: medium;
}

.label-green{
  background-color: #8fbd75e0;
}

.label-blend{
  background-color: #b19c9c;
}

.inline-element {
    display: inline;
}

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