/**
 * @Project NUKEVIET 4.x
 * @Author Thinhweb Blog <thinhwebhp@gmail.com>
 * @Copyright (C) 2019 Thinhweb Blog. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Thursday, 17 October 2019 04:50:21 GMT
 */

.money {
	color:#f76015;
    font-size: 16px;
    font-weight: 700;
}
.price span .money{
    font-size: 18px;
}
.discounts_money {
	color: #000000;
	font-weight: normal;
	text-decoration: line-through;
}
.viewgrid .panel-body{
    padding: 10px;
}
.viewgrid .caption,
.hotel_list_show .caption{
    /* border: 1px solid #e7e7e7; */
    padding-right: 5px;
	padding-left: 5px;
    background-color: #d8f0e9;
}
.viewgrid .caption h3,
.hotel_list_show .caption h3{
    margin-bottom: 5px;
}
.viewgrid p,
.hotel_list_show p{
    margin-bottom: 9px;
}
.vertical{
    display: inline-table;
}
.vertical .vcenter{
    display: table-cell;
    vertical-align: middle
}

#imageGallery img{
    margin: 0px;
}
#hotel_detail h1{
    margin-bottom: 3px;
	color: #0e9b9a;
}
.rating{
    color: #F6AB3F;
    margin-bottom: 2px;
}
.rating span{
    color: #333;
}

.hotel_detail_well .input-group .select2 .select2-selection{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.hotel_detail_title{
    margin-top: 15px;
    margin-bottom: 10px;
}
.hotel_detail_title h2{
    text-transform: uppercase;
}
.label-hotel{
    text-align: center;
    display: block;
    padding: 5px 0px 0px;
}
.select_rooms .select2-container{
    width: 100px !important;
}
.select_rooms .form-group.margin-bottom{
    margin-bottom: 5px;
}

.payment {
    color: #ff0000;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    border: 1px solid #ff0000;
    padding: 3px;
    text-transform: uppercase;
}

/* PRINT */
#print {
    padding: 10px;
}

#print table.rows2 {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

#print table.rows {
    width: 100%;
    border: 1px solid #F5F5F5;
}

#print table.rows td {
    padding: 5px;
    border: 1px solid #F5F5F5;
}

#print table.rows td img {
    width: 60px;
    padding: 2px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

#print table.rows tr.bg {
    background: #f3f3f3;
}

#print table.rows tr.bgtop {
    background: #CCCCCC;
    line-height: 22px;
}

#total {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

.information{
    margin-bottom: 15px;
}
.mss-selectors-horizontal .mss-thumbnails .mss-selector{
    width: 100% !important;
    height: auto !important;
    min-width: 60px;
}
.mss-thumbnails .mss-selectors-container{
    position: absolute !important;
}
.result_search img.ui-datepicker-trigger{
    position: absolute;
    top: 9px;
    right: 15px;
}

.hotel_list_show_div .btn-success {
    color: #fff;
    background-color: #0e9b9a;
    border-color: #0e9b9a;
}
.panel-default-hotel {
    border-color: #ddd;
}
.panel-hotel {
    margin-bottom: 18px;
    background-color: #fff;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}