body{
    background: #ffffff;
    font-family: Calibri, sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
}
.table-map-container{
    position: relative;
    overflow: auto;
    min-width: 660px;
    min-height: 660px;
}
.table-map .map{
    margin: 0;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}
.table-map .sbook-rect {
    display: block;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 1000;
    background-color: #2a6ab2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    text-decoration: none !important;
}
.table-map .sbook-busy {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    background-color: #b6cadf;
    cursor: default;
}
.table-map .sbook-available {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.panel-left{
    background: #f5f5f5;
    padding: 15px;
}

.panel-right{
    border: solid 2px #f5f5f5;
    padding: 15px;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.pt-10{
    padding-top: 10px;
}

.pt-20{
    padding-top: 20px;
}

.pt-30{
    padding-top: 30px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-signin select {
    display: inline;
    width: auto;
}

.form-signin .required{
    background: red;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 10px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.profile{
    max-width: 700px;
}

.profile label{
    margin-top: 10px;
}

.formRow .form-control{
    width: 100%;
}

.formRow .formRight{
    width: 100%;
}

.pull-right{
    float: right;
}

.dropdown-menu{
    margin-left: -100px;
}

.hidden{
    display: none;
}

.clearfix{
    clear: both;
}

@media (max-width: 480px) {
    .hidden-xs {
        display: none !important;
    }
    .hidden{
        display: inherit !important;
    }
  }

#reservation-warning{
    border-radius: 3px;
    color: red;
    font-size: 14px;
}

div.error {
	border-radius: 3px;
	display: none;
	margin-top: 5px;
    padding: 5px;
    color: red;
    font-size: 14px;
}

div.success {
	border-radius: 3px;
	display: none;
	margin-top: 5px;
    padding: 5px;
    margin-bottom: 5px;
    color: green;
    font-size: 14px;
}

div#verifyCode {
	display: none;
}
form#verifyCode {
	display: none;
}

.topics{
    margin: 0px;
    padding: 0px;
}

.topics li{
    list-style: none;
}

.topics li span{
    font-size: 14px;
    color: #666;
}

#stars .rating-group {
display: inline-flex;
}
#stars .rating__icon {
pointer-events: none;
}
#stars .rating__input {
position: absolute !important;
left: -9999px !important;
}
#stars .rating__input--none {
display: none;
}
#stars .rating__label {
cursor: pointer;
padding: 0 0.1em;
font-size: 18px;
}
#stars .rating__icon--star {
color: orange;
}
#stars .rating__input:checked ~ .rating__label .rating__icon--star {
color: #ddd;
}
#stars .rating-group:hover .rating__label .rating__icon--star {
color: orange;
}
#stars .rating__input:hover ~ .rating__label .rating__icon--star {
color: #ddd;
}
input:not([type="file"]).error,
textarea.error,
select.error {
  border: 1px solid red !important;
}

input:not([type="file"]).no-error,
textarea.no-error,
select.no-error {
  border: 1px solid green !important;
}

div.error-field {
  color: red;
  font-size: small;
  text-align: left;
  margin-bottom: 10px;
}