body {
    background: #00a651;
}

header {
    background: #00a651 url('/images/banner.jpg') no-repeat right top;
}

.navbar-container {
    padding: 0 !important;
    background: transparent !important;
}

.navbar-default {
    border-color: #45aa75;
    background: #fcb857;
    background: -webkit-linear-gradient(#fcb857, #f7941e);
    background: -o-linear-gradient(#fcb857, #f7941e);
    background: -moz-linear-gradient(#fcb857, #f7941e);
    background: linear-gradient(#fcb857, #f7941e);
}

.navbar-header {
    float: right;
}

.navbar-brand {
    padding: 8px 0;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-default .navbar-nav > li > a:hover {
    text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #cce7d3;
}

.wrap > .container {
    padding: 30px;
    background: white;
    border-radius: 4px;
}

#enterprise {
    margin-top: 20px;
    width: 350px;
}

.grid-view th {
    white-space: pre-wrap;
}

.tt-menu {
    width: auto;
}

.table-responsive {
    overflow-x: visible;
}

.big-font {
    font-size: 120%;
    font-weight: bold;
}

.crop {
    width: 145px;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
}

.crop img {
    width: 145px;
    height: 100px;
    object-fit: cover;
}

.star-rating{
    display: inline-block;
    background-image:url('/images/star-rating.png');
    height:14px;
    min-width:74px;
    margin: 5px 0 5px -2px;
}
.star1{background-position:0 -14px;}
.star1-5{background-position:0 -28px;}
.star2{background-position:0 -42px;}
.star2-5{background-position:0 -56px;}
.star3{background-position:0 -70px;}
.star3-5{background-position:0 -84px;}
.star4{background-position:0 -98px;}
.star4-5{background-position:0 -112px;}
.star5{background-position:0 -126px;}
.star6{background-position:0 -126px;}

.hasspo {
    background-color: #fafafa;
}

div#hotels-list > ul.sorter {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#hotels-list > ul.sorter > li, div#hotels-list > div.sort-title {
    float: left;
    margin:  0 20px 20px 0;
}

span.warning {
    font-weight: bold;
    color: red;
}

span.note {
    padding-left: 5px;
    font-size: 90%;
    color: #aaa;
}

.form-inline > .form-group > * {
    float: left;
    clear: left;
}

.krajee-datepicker.form-control[readonly] {
    background-color: white;
}

.no-padding-right {
    padding-right: 0;
}

.btn-gallery {
    width: 145px;
    margin-left: 5px;
    margin-right: 12px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}
