.w-input {
	background: #E9E9E9;
	border: medium none;
	color: #45474A;
	font: bold 12px/26px Arial,sans-serif;
	height: 31px;
	padding: 5px 30px 5px 5px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-shadow: inset 1px 1px 0px 0px #CCC;
	-moz-box-shadow:    inset 1px 1px 0px 0px #CCC;
	box-shadow:         inset 1px 1px 0px 0px #CCC;
	line-height:21px;

}
.sidebar .bus-tickets {
	width:100%;
}
.w-input2 {
	background: url('/img/cal.png') no-repeat scroll 7px center #E9E9E9;
	border: medium none;
	color: #45474A;
	font: bold 12px/26px Arial,sans-serif;
	height: 31px;
	padding: 5px 5px 5px 32px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-shadow: inset 1px 1px 0px 0px #CCC;
	-moz-box-shadow:    inset 1px 1px 0px 0px #CCC;
	box-shadow:         inset 1px 1px 0px 0px #CCC;
	line-height:21px;
}
.w-tabs a {
	display:block;
	position:relative;
	width:49%;
	height:42px;
	line-height:42px;
	text-decoration:none;
	text-align:center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    border:1px solid #D8D8D8;
	background:#EFEFEF;
	color: #45474A;
    font-size: 11px;
    font-weight: bold;
    -webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		/* Šitais nesmuki izskatās :D; */
		-webkit-box-shadow: inset 0px 2px 0px 0px #fff;
	-moz-box-shadow:    inset 0px 2px 0px 0px #fff;
	box-shadow:         inset 0px 2px 0px 0px #fff;
}
.w-tabs a:first-child {
	width:50%;
}
.w-tabs a.selected {
	background:white;
	border-bottom:none;
}
.w-tabs div.w-line {
	width: 1%;
	float:left;
	border-bottom:1px solid #D8D8D8;
	height: 42px;
	padding:0;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.w-tabs .left {
	float:left;
}
.w-tabs .right {
	float:right;
}

.sidebar .bus-tickets .w-tabs a.right span.lv {
    background: url("https://bezrindas.lv/img/fp-cal-new-lv.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sidebar .bus-tickets .w-tabs a.right span {
    height: 34px;
    position: absolute;
    right: -3px;
    top: -2px;
    width: 34px;
}
.w-tabs {
	clear:right;
}
.sidebar .bus-tickets a.buy-here-lv,.sidebar  .bus-tickets a.buy-here-en,.sidebar  .bus-tickets a.buy-here-ru {
	position:relative;
	display:block;
	float:right;
	margin:-15px 0 0;
}
.right-side, .sidebar .bus-tickets {
	overflow:visible;
}
.ui-corner-all
{
    /*-moz-border-radius: 4px 4px 4px 4px;*/
}
.ui-widget
{
	color: #484848;
	font: 12px/18px Arial,sans-serif;
}
.ui-widget-content
{
    position: absolute;
	list-style: none outside none;
	z-index: 9999!important;
	background:none;
	background-color: #FFFFFF;
	font-size: 11px;
	border-radius: 3px 3px 3px;
	border: 1px solid #BABABA;
	max-height: 250px;
	margin-top: -2px;
	width: 218px;
	overflow-y:scroll;

}
.ui-menu
{
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}
.ui-autocomplete
{
    cursor: default;
    position: absolute;

}
.ui-menu .ui-menu-item
{
    clear: left;
    float: left;
    margin: 0;
	padding: 0;
	border:0;
    border-style: solid;
    border-color: transparent;
}
.ui-menu .ui-menu-item a
{
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    background-color: white;
    border-color: transparent;
}
.ui-menu .ui-menu-item a:hover
{
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    background-color: #EEE;
	border-color: transparent;
    border-style: solid 0px;
}
.ui-widget-content a
{
    color: #484848;
}
.ui-menu-item span {
	text-overflow: ellipsis;
    overflow: hidden;
    display:block;

}
.ui-menu-item > a.ui-corner-all {
	display: block;
	clear: both;
	font-weight: normal;
	white-space: nowrap;
	background-image: none;

}
/*.ui-menu .ui-menu-item a:hover {
	color: #ffffff ;
	text-decoration: none ;
	background-color: #EEE ;
	border-radius: 0px ;
	-webkit-border-radius: 0px ;
	-moz-border-radius: 0px ;
	background-image: none ;
}
*/