/*------------------------------------------------------------------------
 Solidres - Hotel booking extension for Joomla
 ------------------------------------------------------------------------
 @Author    Solidres Team
 @Website   http://www.solidres.com
 @Copyright Copyright (C) 2013 Solidres. All Rights Reserved.
 @License   GNU General Public License version 3, or later
 ------------------------------------------------------------------------*/

.solidres-module-filter .processing {
    background: url(../images/ajax-loader2.gif) no-repeat 50% 50%;
    width: 14px;
    height: 14px;
}

#solidres-module-filter.solidres-module-filter ul {
    margin-bottom: 15px;
}

.room-type-row {
    font-size: 12px;
}

.triggerfiltering {
    display: block;
    text-decoration: none;
}

.triggerfiltering:hover {
    background: #EEE;
    text-decoration: none;
}

a.dashboard-shortcut {
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
    min-height: 110px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    margin: 0 0 15px 0;
}

a.dashboard-shortcut.teal {
    background: #008299;
}

a.dashboard-shortcut.purple {
    background: #8C0095;
}

a.dashboard-shortcut.darkpurple {
    background: #5133AB;
}

a.dashboard-shortcut.green {
    background: #008A00;
}

a.dashboard-shortcut.skyblue {
    background: #094AB2;
}

a.dashboard-shortcut.orange {
    background: #D24726;
}

a.dashboard-shortcut:hover {
    text-decoration: none;
    color: #fff;
    outline: #999 solid 3px;
}

a.dashboard-shortcut i {
    font-size: 60px;
    width: 100%;
    margin-bottom: 15px;
}

.nouncheck {
    cursor: default;
}

.nouncheck i {
    color: #999;
}

.main-edit-info {
    padding: 15px 15px 0;
    background: ivory;
    border: 1px dashed burlywood;
    margin: 0 0 15px 0;
}

.room-type-row {
    border-top: 1px solid #EEE;
}

#solidres .room-type-row .inner {
    margin: 5px;
}

.asset-row {
    margin-bottom: 15px;
}

.asset-row h3 .rating {
    font-size: 13px;
}

.asset-row-list h3 {
    margin-top: 0;
}

.room-type-row i.fa-user {
    width: 7px;
}

.show_location_map {
    display: block;
}

#inline_location_map {
    width: 100%;
    height: 100vh;
    position: absolute;
}

.rt_expand_trigger,
.rt_expand_trigger:hover,
.rt_expand_trigger:focus {
    text-decoration: none;
}

#solidres .hub-navbar .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

#solidres .hub-navbar .navbar-inner {
    padding-left: 5px;
    padding-right: 5px;
}

.sr-distance {
    font-style: italic;
    border-bottom: 1px dotted;
}

.sr-distance:hover {
    cursor: default;
}

#search-results .highLighted {
    background: #e9f0fa;
}

#search-results .highLighted .carousel {
    margin-bottom: 0;
}

#search-results .asset-row-grid .highLighted > div:nth-child(2) {
    padding: 5px;
    box-sizing: border-box;
}

.sr-list-icon svg[class^="sr-icon-"] {
    float: left;
    margin-right: 5px;
    fill: teal;
}

html[dir="rtl"] .sr-list-icon [class^="sr-icon-"] {
    float: right;
    margin-left: 5px;
}

.sr-list-icon li {
    line-height: 24px;
    clear: left;
    margin: 0 10px 10px 0;
    color: teal;
}

/* For back end */
.sr-list-icon li label {
    line-height: 24px;
}

/* For sort bar */
#solidres .sortfilterbar-xs {
    display: none;
}
@media (max-width: 767px) {
    #solidres .sortfilterbar-xs {
        display: block;
        margin: 0 0 10px 0;
    }
    #solidres .sortfilterbar-xs.filter-sticky {
        margin: 0;
        background: #ccc;
    }
    #solidres .sortbar-md {
        display: none;
    }
}
.sortfilterbar {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.sortfilterbar > li {
    list-style: none;
    border: 1px solid #EEE;
    flex-grow: 1;
}

.sortfilterbar > li > a {
    display: block;
    padding: 10px;
    text-align: center;
}
.sortfilterbar li.sortfilterbar-filter {
    flex-grow: 2;
}
.sortfilterbar-dropdown {
    position: absolute;
    min-width: 160px;
    background: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 999;
    margin: 0;
}

.sortfilterbar-dropdown > li {
    list-style: none;
    padding: 10px;
}

#filter_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ccc;
    z-index: 10;
    border-top: 1px solid #999;
}

#filter_bottom {
    padding: 15px;
}

.filter-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.filter-sticky .sortfilterbar-dropdown {
    bottom: 44px;
}

.solidres-quantity-input {
    min-width: 150px;
    max-width: 180px;
}
.solidres-quantity-input .btn,
.solidres-quantity-input input {
    border-color: #6d757e;
}
.solidres-quantity-input input {
    border-left: none;
    border-right: none;
}
.solidres-quantity-input .btn-decrease {
    border-right: none;
}
.solidres-quantity-input .btn-increase {
    border-left: none;
}