body,
html {
    font-family: Open Sans;
    height: 100%;
}

.dropdown-menu {
    padding-bottom: 0;
    margin-top: 0px;
    min-width: 200px;
}

.dropdown-menu:after,
.dropdown-menu:before {
    bottom: 100%;
    right: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.toggel-side-bar {
    cursor: pointer;
    height: 54px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    display: block;
    color: #bebebe;
}

.navbar-left.closed .toggel-side-bar {
    text-align: right;
}

.navbar-left.closed .toggel-side-bar .material-icons {
    margin-right: 22px;
}


.dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-right: -24px;
}

.dropdown-menu:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 12px;
    margin-right: -26px;
}

.dropdown-menu>li>a {
    padding: 7px 10px;
    color: #777;
    font-weight: 600;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #3498DB;
    color: #fff;
}

.hotel-select.dropdown .dropdown-menu:after,
.hotel-select.dropdown .dropdown-menu:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.hotel-select.dropdown .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -24px;
}

.hotel-select.dropdown .dropdown-menu:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 12px;
    margin-left: -26px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #555;
    text-decoration: none;
    cursor: pointer;
    opacity: 1 !important;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-header .close {
    margin-top: -2px
}

.slim-loading-bar-progress {
    position: absolute;
    z-index: 20;
}

.tooltip {
    font-weight: 600;
    font-size: 12px;
}

.tooltip-inner {
    text-align: left !important;
    padding: 5px 10px;
}