@media print{
	body {
		-webkit-print-color-adjust: exact;
	}
}
@media (min-width: 768px){
	.sidebar {
		width: 200px;
	}
	#page-wrapper{
		margin-left: 200px;
	}
}
.abtn{
	background: #337ab7;
	padding: 3px 5px;
	text-transform: uppercase;
	border-radius: 5px;
	color: #fff;
}
body {
	-webkit-print-color-adjust: exact;
	margin: 0px;
	padding: 0px;
}
.datepicker, .datepicker-2{
	width: 100px;
}
.itenary-title{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.nav>li>a{
	padding: 10px 5px;
}
.sidebar .nav-second-level li a{
	padding-left: 15px;
}
.bottom-right{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
.itenary-head img{
	max-width: 100px;
	max-height: 30px;
	position: absolute;
	right: 90px;
}
.head{
	color: #ffffff;
}
.head.ticket th{
	background: #CC1A26;
}
.head.transportation th{
	background: #016CA4;
}
.head.inter_city th{
	background-color: 	#008080;
}
.head.room th{
	background: purple;
}
.head.booking_ferry th{
	background-color: 	#008080;
}
.t180{
	-webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(180deg);        /* FF */
	-o-transform: rotate(180deg);          /* Opera */
	-ms-transform: rotate(180deg);         /* IE9 */
	transform: rotate(180deg);             /* W3C compliant browsers */
	/* IE8 and below */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}

.t90{
	-webkit-transform: rotate(90deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(90deg);        /* FF */
	-o-transform: rotate(90deg);          /* Opera */
	-ms-transform: rotate(90deg);         /* IE9 */
	transform: rotate(90deg);             /* W3C compliant browsers */
	/* IE8 and below */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
.t270{
	-webkit-transform: rotate(270deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(270deg);        /* FF */
	-o-transform: rotate(270deg);          /* Opera */
	-ms-transform: rotate(270deg);         /* IE9 */
	transform: rotate(270deg);             /* W3C compliant browsers */
	/* IE8 and below */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}