@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600,700);

/**
 * Sticky Footer
 */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
    overflow: hidden;
}
footer, #push {
    min-height: 50px; /* #push must be the same height as footer */
}

/**
 * Base Styles
 */

body {
    overflow: -moz-scrollbars-vertical;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.no-margin {
    margin: 0;
}

.box {
    background: #EEE;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    color: #555;
    margin-bottom: 8px;
    padding: 8px;
}

/**
 * Text Styles
 */

a {
    color: #0066ff;
    outline: none;
    text-decoration: none;
}

abbr, acronym {
    font-size: 85%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted black;
    cursor: help;
}

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted #CCC;
    cursor: help;
}

.padds{margin-left:20px !important;}
.padds1{padding-left:15px !important;padding-top:5px !important;padding-bottom:5px !important;}
code, kbd, samp, pre, tt, var, .code {
    font-family: Monaco, 'Panic Sans', 'Lucida Console', 'Courier New', Courier, monospace, sans-serif;
}
h1,h2,h3,h4,h5,h6,p {
    margin:1em 0;
}
h1,h2,h3,.h3 {
  font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6,b,strong,caption,thead,dt,legend{
    font-weight:500; 
}

ul, ol {
    padding-left: 2em;
}

li ul, li ol, ul ul, ol ol, dl dd {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.al {
    text-align: left;
}
.ar {
    text-align: right;
}

.leading {
  margin-top: 20px;
}

/**
 * Login
 */
body.login {
    background-color:#EEEEFF;
    height:0;
    overflow: hidden;
}
#loginbox, #signupbox {
    min-height: 300px;
    margin: 0 auto;
    margin-top: -237px;
    margin-left: -200px;
    position: absolute;
    top: 50%;
    left: 50%;
    width:400px;
}

#loginbox h1, #signupbox h1 {
    text-align: center;
    font-size: 26px;
}

#loginbox .panel, #signupbox .panel {
    background: #FFFFFF;
    background: -moz-linear-gradient(top,  #E1F2FC 0%,  #F6F6F6 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1F2FC), color-stop(0.5, #F6F6F6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1F2FC', endColorstr='#F6F6F6');
}

/**
 * Header
 */
#page-header {
    background: #2d91c3;
    background: -moz-linear-gradient(top,  #1d507d 0%,  #2d91c3 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1d507d), color-stop(0.5, #2d91c3));
    box-shadow: rgba(0,0,0,0.6) 0px 2px 3px; -moz-box-shadow: rgba(0,0,0,0.6) 0px 2px 3px; -webkit-box-shadow: rgba(0,0,0,0.6) 0px 2px 3px; -khtml-box-shadow: rgba(0,0,0,0.6) 0px 2px 3px;
    margin-bottom: 30px;
}
#page-header .navbar-brand {
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 3px #000;
    font-size: 20px;
}

#page-subheader {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d1d1d1));
    background: -moz-linear-gradient(top,  #eee,  #d1d1d1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d1d1d1');
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
    z-index: 0;
}
    
    #page-subheader h2 {
        line-height: 50px;
        font-size: 18px;
        margin: 0;
        text-shadow: 0 1px 0 #fff;
    }

    #page-subheader .wrapper {
        position: relative;
    }

    #page-subheader input {
        float: right;
        margin-top: 13px;
        border: 1px solid #ccc;
        width: 225px;
        border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px;
        box-shadow:0 1px 0 rgba(255,255,255,0.5);
        -moz-box-shadow:0 1px 0 rgba(255,255,255,0.5);
        -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5);
        -khtml-box-shadow:0 1px 0 rgba(255,255,255,0.5);
        padding: 3px 5px;
    }

#main-nav.navbar-nav>li>a {
    white-space: nowrap;
}

/**
 * Content
 */
#content {
    min-height: 300px;
    margin-bottom: 30px;
}

.tab-content {
    padding:15px 10px;
    border:1px solid #ddd;
    border-top:0;
    min-height:100px;
    background-color:#fff;
}

ul.action-buttons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.action-buttons li {
    display: inline;
}
ul.action-buttons li a {
    margin-bottom: 4px;
}
ul.action-buttons li a i.fa {
    width: 12px;
}


/**
 * Footer
 */
#page-footer {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d1d1d1));
    background: -moz-linear-gradient(top,  #eee,  #d1d1d1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d1d1d1');
}
    #footer-inner {
        border-top: 1px solid #bbb;
    }
    #footer-inner p {
        line-height: 25px;
    }


@media only screen and (min-width: 768px) {
  #page-header nav {
    padding-top: 60px;
    margin: 0;
    background: none;
    border: none;
  }
  #page-header nav .navbar-collapse {
    padding: 0;
  }
  #page-header nav .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0;
  }
  #page-subheader {
    margin-top: -1px;
  }
  #main-nav {
    width: 100%;
    display: block;
  }
  #main-nav {
      position: relative;
      z-index: 999;
  }

  #main-nav.navbar-nav>li:not(:last-child) {
    margin-right: 4px;
  }  
  #main-nav.navbar-nav>li>a {
      background: #d1d1d1;
      background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#d1d1d1));
      background: -moz-linear-gradient(top,  #ddd,  #d1d1d1);
      color: #000;
      display: block;
      font-size: 12px;
      line-height: 32px;
      padding: 0 15px;
      text-shadow: 0 1px 0 #fff;
      text-decoration: none;
  
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      border-radius: 5px 5px 0px 0px;
  }
  
  #main-nav.navbar-nav>li>a:hover {
      background: #eee;
      background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d1d1d1));
      background: -moz-linear-gradient(top,  #eee,  #d1d1d1);
  }
  
  #main-nav.navbar-nav>li.active>a {
      background: #eee;
      background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#eee));
      background: -moz-linear-gradient(top,  #f1f1f1,  #eee);
      border-bottom: 1px solid #eee;
      margin-bottom: -1px;
  }
  #util-nav {
      position: absolute;
      right: 0;
      top: 0;
      color: #efefef;
      line-height: 25px;
      font-size: 11px;
  }
  #util-nav .navbar-text {
      padding: 5px 10px;
      line-height: 20px;
      margin: 0;
      color: #fff;
  }
  #util-nav ul li {
      display: inline-block;
      list-style-type: none;
      padding: 0 5px;
  }
  #util-nav a {
      color: #fff;
      padding: 5px 10px;
  }
  #util-nav a:hover{
      background: none;
      text-decoration: underline;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
  #page-header nav {
    background: none;
    border: none;
  }
  #page-header nav .navbar-toggle {
    border: none;
  }
  #page-header nav a {
    color: #fff;
    font-size: 14px;
  }
  #page-header nav a:hover {
    background-color: #333;
  }
  #page-header nav .navbar-text {
    font-size: 14px;
    padding: 10px 15px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin: 0;
  }
  #page-header nav li.pull-right {
    float: none !important;
  }
}
.rb{margin:5px;}

td, th {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #183eb730;
  }
  
   #roomcat thead tr:nth-child(1) {
    background-color: #fff;
  }
  #roomcat tbody tr:nth-child(even) {
    background-color: transparent;
  }
   #roomcat tbody tr:nth-child(3n) {
    background-color: #f4433614;
  }
  #roomcat tbody tr:nth-child(3n+2) {
    background-color: #8bc34a26;
  }
  #roomcat tbody tr:nth-child(3n+1) {
    background-color: #2196f31f;
  }
   
  
  .paging-nav{ float:right;}
  .paging-nav a{margin: auto 1px;
    text-decoration: none;
    display: inline-block;
    padding: 1px 7px;
    background: #91b9e6;
    color: white;
    border-radius: 3px;}
    .danger-bg{background-color:#f2dede;}
    .danger-bg h4{color:#a94442 !important;text-decoration: none !important;}




    .padding {
        padding: 5rem
    }
   
    .card {
        background: #fff;
        border-width: 0;
        border-radius: .25rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
        margin-bottom: 1.5rem
    }
   
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(19, 24, 44, .125);
        border-radius: .25rem
    }
   
    .card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(19, 24, 44, .03);
        border-bottom: 1px solid rgba(19, 24, 44, .125)
    }
   
    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }
   
    card-footer,
    .card-header {
        background-color: transparent;
        border-color: rgba(160, 175, 185, .15);
        background-clip: padding-box
    }
    .border{border:1px solid;}
    .border-info{border-color:#2d91c3}
    .border-success{border-color:forestgreen}
    .border-danger{border-color:maroon}


#sale{
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}


#sale tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

#sale th,
#sale td {
    padding: .625em;
    text-align: center;
}

#sale th {
    background-color: #ddd;
    font-size: .90em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    #sale {
        border: 0;
    }

    #sale thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #sale tr {
        border-bottom: 3px solid #607D8B;
        display: block;
        margin-bottom: .625em;
    }
    #sale tr:nth-child(even) {
    background-color: #dedede;
  }

    #sale td {
        border-bottom: 1px solid #fff;
        display: block;
        font-size: 1em;
        text-align: right;
    }
     #sale .out {
        border-bottom: 1px solid #fff;
        display: block;
        font-size: 1.2em;
        text-align: center;
    }

    #sale td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: normal;
        text-transform: uppercase;
    }

    #sale td:last-child {
        border-bottom: 0;
    }
}
.sd{padding:10px;border:1px solid #ddd;background-color:#fff;display:block;position:relative;border-radius:4px 4px 0 0; border-bottom-color: transparent;}
@media screen and (max-width: 480px) {
    #sb{float:left !important;
        margin:10px;
    }
    .sd{border:none !important;}
}


.progress-bar-green{background-color:#b1ff7f;}
.hk-bar{background-color:#e398ff;}
.mt-bar{background-color:#7fb1ff;}
.compli-bar{background-color:#e5ff7f;}