.support-section .nav-tabs li .avatar {
	padding-left: 10px;
}

.support-section .nav-tabs li a {
padding-right: 0px;
}

.support-section .notification {
	right: 5px;
	top: 5px;
	position: absolute;
}

.dropdown-menu li>a {
	padding: 5px 0 5px 5px;
}

tr.marked {
	background: #FFCC99 !important;
}

td.value{
	background-color: #F2C4C4 !important;
}

/* flight result */
.price-big{
	font-size: 20px;
	font-weight: bold;
}

/*Slider Menu*/
.slider-menu .overview li span.slider-date{
	font-weight:bold;
	font-size:13px;
	color:#2D6784;
}
.slider-menu .overview li span.slider-price{
	font-size:11px;
	color:green;
}
.slider-menu .overview li span.slider-date-active{
	font-weight:bold;
	font-size:13px;
	color:red;
}
.slider-menu .overview li span.slider-price-active{
	font-size:11px;
	color:#2D6784;
}
.slider-menu .overview li{ 
	background: #EBF1F5;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F6F9FB), color-stop(100%, #EBF1F5));
	background-image: -webkit-linear-gradient(#F6F9FB, #EBF1F5);
	background-image: -moz-linear-gradient(#F6F9FB, #EBF1F5);
	background-image: -o-linear-gradient(#F6F9FB, #EBF1F5);
	background-image: -ms-linear-gradient(#F6F9FB, #EBF1F5);
	background-image: linear-gradient(#F6F9FB, #EBF1F5);
}
.slider-menu .overview li.active{ 
	background: #EBF1F5;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F6F9FB), color-stop(100%, #F7F495));
	background-image: -webkit-linear-gradient(#F6F9FB, #F7F495);
	background-image: -moz-linear-gradient(#F6F9FB, #F7F495);
	background-image: -o-linear-gradient(#F6F9FB, #F7F495);
	background-image: -ms-linear-gradient(#F6F9FB, #F7F495);
	background-image: linear-gradient(#F6F9FB, #F7F495);	
	border-top: 1px solid #C5D7DD;
	border-bottom: 1px solid #C5D7DD;
	border-left: 1px solid #FFF;
	border-right: 1px solid #C5D7DD;
}

/* calendar */
.cal-table {
	width:320px;
}
.cal-body a {
	/*line-height: 40px !important;*/
}
.nav {
	margin-bottom:10px !important;
	margin-left:1px !important;
	margin-top: 3px;
}
.listFooter {
	float:left;
	width:100px;
	height:60px;
	font-weight:bold;
}
.listFooter img {
	height:35px;
}
.mainFooter-menu{
/*
	width:100%;
	margin-left:auto !important;
	margin-right:auto !important;
	*/
	margin-left:27%;
}
.cal-header  a{
	line-height:25px !important;
	color:#101514;
}
.red a{
	color:#D80000 !important;
}
a .cal-date {
	border: #F08427 solid 1px !important;
}

.cal-date {
	background: #D6D6D6;
	color: #2C2B29;
	height: auto;
	width: 15px;
	float: left;
	padding-left:1px;
	padding-right:1px;
	font-size: 10px;
	text-align: center;
	font-weight: bold !important;
	border: #F08427 solid 1px;
	border-radius: 5px;
}
.cal-date-active {
	background: #69A849;
	color:#000000;
}

.cal-date-selected {
	background:#F08427;
	border: #30302F solid 1px !important;
	font-weight:bold;
}

a:hover .cal-date{
	background:#F08427;
	border: #30302F solid 1px !important;
	font-weight:bold;
}

.cal-icon {
	float:right;
	padding-right:2px;
	width:22px !important;
	height:20px !important;
	background: white;
	text-align:center;
}
a:hover .cal-icon {
	/*background:#F08427;*/
}
.cal-icon img{
	max-width:14px;
	max-width:20px;
	background: white;
	text-align:center;
}
.cal-price {
	float:left;
	width:100% !important;
	height:22px !important;
	background: white;
	text-align:center;
}
a:hover .cal-price {
	/*background:#F08427;*/
}
.bigPrice {
	font-size:11px;
	color:#D80000;
}

a:hover .bigPrice {
	font-size:13px;
}

.smalPrice {
	font-size:7px;
	color:#3E702A;
	margin-left:-2px;
}
.cal-body td{
	background:white;
}
.cal-off {
	height:40px;
}
.cal-off .cal-date {
	font-weight:normal !important;
	border:none !important;
}