
.zilo-katiso-plugin{
    
}
.zilo-katiso-plugin h2{
    text-align: center;
}
.zilo-katiso-plugin select{
    padding-left: 5px;
}
.katiso-input{
    width: 100%!important;
    height: 41px;
    vertical-align: super;
    border-radius: 3px!important;
    border: 1px solid #666!important;
}
.katiso-input::placeholder{
    color: #000;
}
.zilo-katiso-plugin table tbody>tr:nth-child(odd)>td, .zilo-katiso-plugin table tbody>tr:nth-child(odd)>th{
    background-color: transparent;
}
.zilo-katiso-plugin .bookingui_stopSelection_step1 h4{
    color: #000;
    font-size: 20px;
}
.zilo-katiso-plugin [type=checkbox], .zilo-katiso-plugin [type=radio]{
    height: 25px;
    width: 25px;
    accent-color: #30fc4e;
}
.zilo-katiso-plugin .bookingUI_cbisreturn {
	width: 80px;
	height: 26px;
	background: #333;
	margin: 10px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.zilo-katiso-plugin .bookingUI_cbisreturn:after {
	content: 'NO';
	font: 12px/26px Arial, sans-serif;
	color: #fff;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.zilo-katiso-plugin .bookingUI_cbisreturn:before {
	content: 'YES';
	font: 12px/26px Arial, sans-serif;
	color: #30fc4e;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.zilo-katiso-plugin .bookingUI_cbisreturn label {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.zilo-katiso-plugin .bookingUI_cbisreturn input[type=checkbox]:checked + label {
	left: 43px;
}
.zilo-katiso-plugin .bookingUI_cbisreturn input[type=checkbox] {
        display:none;
}
.zilo-katiso-plugin .booking_ui_css_head button {
    font-size: 17px;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 30px 20px 30px;
    font-family: Jost;
    font-weight: 400;
    line-height: 17px;
    margin: 18px 3px 0px;
    outline:0;
}
.zilo-katiso-plugin .booking_ui_css_head button:hover, .zilo-katiso-plugin .booking_ui_css_head button:focus, .zilo-katiso-plugin .booking_ui_css_head button:active {
    color: #30fc4e;
    background-color: #23282e;
    border: 0px;
}
.zilo-katiso-plugin .bookingui_tripselection_tbl table, .zilo-katiso-plugin .bookingui_tripselection_tbl tr, .zilo-katiso-plugin .bookingui_tripselection_tbl th, .zilo-katiso-plugin .bookingui_tripselection_tbl td{
    border: 0px;
}
.zilo-katiso-plugin .bookingui_tripselection_tbl th{
    border-bottom: 1px solid #e0e0e0;
    color: #30fc4e;
}
.zilo-katiso-plugin table tbody tr:hover>td/*, .zilo-katiso-plugin table tbody tr:hover>th*/{
    background-color: #e9e9e978;
}
.zilo-katiso-plugin .bookingui_stopselection_tbl th{
    color: #30fc4e;
}
/* ROUNDED ONE */
.zilo-katiso-plugin .roundedOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 8px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.zilo-katiso-plugin .roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.zilo-katiso-plugin .roundedOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.zilo-katiso-plugin .roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.zilo-katiso-plugin .roundedOne input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.zilo-katiso-plugin .roundedOne input {
    display:none;
}
.zilo-katiso-plugin .booking_ui_css_head .trip-selected-tr-active {
    background-color: #30fc4e45;
}
.zilo-katiso-plugin .bookingUI_trip_reserving_seats{
    color: #30fc4e;
}
.zilo-katiso-plugin .bookingui_passenger_input_tbl th{
    color: #000;
}
.zilo-katiso-plugin .booking_ui_css_head label{
    color: #000;
}
.zilo-katiso-plugin #bookingui_reservation_timeleft_counter{
    color: #fc9b30;
}
.zilo-katiso-plugin .reservation_expiry_warning{
    color: #ff0000 !important;
    font-weight: inherit;
}
.zilo-katiso-plugin .bookingUI_payment_external_party_content{
    background-color: transparent;
}
.zilo-katiso-plugin table tbody tr:hover>td, .zilo-katiso-plugin table tbody tr:hover>th{
    background-color: transparent!important;
}
.zilo-katiso-plugin .bookingui_ticket_tbl th{
    color: #30fc4e;
}
