/**
 * @Project NUKEVIET 4.x
 * @Author hongoctrien (contact@mynukeviet.net)
 * @Copyright (C) 2016 hongoctrien. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Sun, 08 May 2016 07:42:57 GMT
 */
.money {
	color: #CC3300;
	font-weight: bold;
}

.discounts_money {
	color: #000000;
	font-weight: normal;
	text-decoration: line-through;
}

.viewgrid .items .tour-info {
	margin-top: 5px;
	height: 52px
}

.viewgrid .items .tour-info span {
	display: block
}

.viewgrid .items .tour-title {
	display: block;
	height: 40px
}
.viewgrid .items .tour-title{
	font-weight:500
}
.viewgrid .items .tour-info .money.no-discount {
	margin-top: 10px
}

.viewcat .cat-info .image {
	margin-right: 7px;
    
}

.flex-caption {
	width: 100%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(transparent, rgba(5, 146, 5, 1)), none;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    text-align: justify;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0
}

.detail .dl-horizontal dt {
	text-align: left;
	margin-bottom: 5px
}

.detail .tour-price {
	text-align: center
}

.detail .money {
	display: block
}

.detail .tour-price .money {
	font-size: 25px
}

.setup-content>.btn-booking,.detail .tour-price .booking {
     margin-top: 10px;
    background: #cd9a2b;
    padding: 10px 52px;
    border-radius: 0;
    border-color: #cd9a2b;
    text-transform: uppercase;
    font-size: 16px;
}

.detail .tab-pane {
	padding: 10px;
    	text-align: justify;
}

.detail .nav-tabs>li.active>a, .detail .nav-tabs>li.active>a:hover,
	.detail .nav-tabs>li.active>a:focus {
	font-weight: bold
}

.divTable {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px
}

.divTable .divTitle {
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.divTable .divHeading {
	display: table-row;
	font-weight: bold;
	border-bottom-width: 2px;
}

.divTable .divHeading .Cell {
	border-bottom-width: 2px;
}

.divTable .Row {
	display: table-row;
}

.divTable .Row:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.divTable .Row:hover {
	background-color: #f5f5f5;
	cursor: default
}

.divTable .Cell {
	display: table-cell;
	border: 1px solid #ddd;
	border-width: thin;
	padding: 8px;
}

.divTable h3, .services h3 {
	color: green;
}

#price .money {
	display: table-cell
}

.detail ul.tour-plan li {
	padding: 10px;
	cursor: pointer;
}

.detail ul.tour-plan li:hover {
	background-color: #e9e9f3;
	border-left: 2px solid #CC3300
}

.fb-like, .fb-share-button {
	margin: 0 25px 0 10px;
	top: -5px;
}

.fb-like {
	height: 30px;
	margin-right: 50px;
}

.socialicon {
	height: 20px
}

#theFixed {
	position: fixed;
	top: 345px;
	right: 0
}

.booking .panel .panel-heading {
	font-weight: bold
}

input[type="checkbox"], input[type="radio"] {
	margin-top: 0
}

.btn-booking {
	 margin-top: 10px;
    background: #cd9a2b;
    padding: 10px 52px;
    border-radius: 0;
    border-color: #cd9a2b;
    text-transform: uppercase;
    font-size: 16px;
}

.rule_agree {
	color: red
}

.booking .hidden {
	display: none
}

.payment .money h2{
	font-size: 20px
}

.payment .payment-status-box{
	border: solid red 1px;
	padding: 20px
}

.ajax-load-qa {
	background: url("../images/tours/loading.gif") no-repeat center center
		rgba(255, 255, 255, 0.5);
	position: fixed;
	z-index: 9999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.viewgrid .thumbnail{
	position: relative;
}

.viewgrid .thumbnail .label-sale{
    position: absolute;
    top: 14px;
    left: 0;
}

.booking .contact-info .form-group .input-quantity{
	width: 65px
}

.tour-image img{
	width:100%
}

.block_bxslider_carousel .flexslider{
	margin-bottom: -6px
}

.detail .viewlist .money{
	display: inline-block;
}

.panel-primary>.panel-heading span a{
	color: #fff
}
.star{
	display: inline-block;
}

.star-icon{
	width: 16px;
	height: 16px;
	display: block;
	background: url('../images/tours/star.png') no-repeat
}