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

.solidres-module-filter ul {
	margin: 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;
}

#sr-wishlist {

}

#sr-wishlist .rating {
    color: #f7ba0c;
    font-size: 13px;
    width: 7px;
}

#sr-wishlist .review_stars,
#sr-wishlist .review_count {
    display: inline-block;
    font-weight: 700;
    float: right;
}

#sr-wishlist .room-type-row {
    border-top: 1px solid #eee;
    font-size: 11px;
    padding-top: 5px;
}

#sr-wishlist .name {
    margin-top: 0;
}

#sr-wishlist .asset-row {
    position: relative;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease;
}

#sr-wishlist .asset-row:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#sr-wishlist .asset-row a.icon {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    padding: 3px 0 0 3px;
}

#sr-wishlist.bs3 .asset-row a.icon {
    width: 30px;
    height: 30px;
}

#sr-wishlist .asset-row:hover a.icon {
    display: block;
}

#share-box:after,
.sr-wish-list:after {
    display: table;
    content: "";
    clear: both;
}

.bs2 .sr-wish-list > a {
    width: 20px;
    height: 20px;
}

.bs3 .sr-wish-list > a {
    width: 30px;
    height: 30px;
}

.sr-wish-list > a,
.sr-wish-list > a:hover,
.sr-wish-list > a:focus {
    display: inline-block;
    background: #efefef;
    font-size: 1.2em;

    line-height: 20px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    overflow: visible;
}

#share-box a,
#share-box a:hover,
#share-box a:focus {
    display: block;
    font-size: 1.2em;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-align: center;
    overflow: visible;
}

#share-box,
#share-box * {
    outline: 0 !important;
}

#share-box {
    width: 250px;
}

#share-box .name {
    margin-top: 0;
    padding-left: 10px;
}

#share-box > a {
    float: left;
    color: #fff;
    margin: 5px;
    border-radius: 4px;
}

#share-box > .facebook {
    background: #325BA0;
}

#share-box > .twitter {
    background: #009FD3;
}

#share-box > .google-plus {
    background: #B42214;
}

.sr-wish-list a i.added {
    color: red;
}

#search-results .fa-heart.added {
    color: red;
}

.sr-wish-list {
    text-align: right;
}

@media (max-width: 767px){
    .sr-wish-list {
        text-align: left;
        padding: 5px 0;
    }

}

.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;
}

#sr-wishlist.bs3 .asset-row {
    margin: 0;
}

#sr-wishlist .room-type-row .inner {
    padding: 5px;
}

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

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

/* Coupons */
select#jform_customer_group_id {
    height: 150px;
}