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

.solidres-module-filter ul {
    margin: 0;
    padding-left: 0;
}

.solidres-module-filter ul li {
    list-style: none;
}

.solidres-ajaxloading {
    background: rgba(255, 255, 255, .8) url(../images/ajax-loader.gif) 50% 15% no-repeat;
}

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

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

#solidres .room-type-row [class*="span"] {
    line-height: 15px;
    min-height: 15px;
}

.triggerfiltering {
    display: block;
    vertical-align: middle;
}

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

a.dashboard-shotcut {
    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-shotcut.teal {
    background: #008299;
}

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

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

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

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

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

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

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

.navbar .dashboard-logout .btn {
    margin-top: 0;
}

.nouncheck {
    cursor: default;
}

.nouncheck i {
    color: #999;
}

.btn-toolbar .btn-wrapper {
    display: inline-block;
    margin: 0 5px 5px 0;
}

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

.btn-toolbar > .btn {
    margin-bottom: 5px;
}

.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;
    width: 7px;
}

.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: 100%;
    position: absolute;
}

.calendar-filter-field {
    width: 250px;
}

.calendar-filter-field .input-group {
    width: 200px;
    float: left;
}

.calendar-filter-field .input-group .input {
    width: 100%;
}

.calendar-filter-field {

}

.bs3 .room_occupancy_field .form-control {
    width: auto;
    display: inline-block;
}

.bs3 .coupons-wrapper-line input[type="checkbox"],
.bs3 .extras-wrapper-line input[type="checkbox"],
.bs3 #limitbookingdetails_holder input[type="checkbox"] {
    margin-left: 0;
    margin-right: 5px;
    position: inherit;
}

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

.btn-toolbar > .btn {
    margin-bottom: 5px;
}

#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 front-end dashboard */
#item-form input[type="text"],
#item-form input[type="number"],
#item-form input[type="email"],
#adminForm input[type="text"],
#adminForm input[type="number"],
#adminForm input[type="email"] {
    max-width: 99%;
}

#plugin-collapse a {
    display: inline-block;
    white-space: normal;
    width: 450px;
    max-width: 100%;
    word-wrap: break-word;
}