	/* Chrome, Safari, Edge, Opera */
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
	-webkit-appearance: none;
		margin: 0;
	}
	
	.start-tour-search:hover{
		background-color:#45b042;
	}
	.start-tour-search a{
		color:#fff;
		text-decoration: none !important;
	}
	/* Firefox */
	input[type=number] {
		-moz-appearance: textfield;
	}
	th{
		border-bottom 2px;
		text-align:left;
	}
	table.default, table.light, table.table, table.wTable {
		margin-bottom: 2.4rem;
	}
	.table, table.default, table.light, table.table, table.wTable {
		margin-bottom: 2.4rem;
		color: #212529;
		background:#fff;
		z_index:999;
	}
	table.default>tbody>tr>td, table.light>tbody>tr>td, table.table>tbody>tr>td, table.wTable>tbody>tr>td {
		line-height: 2.4rem;
		border: none;
	}
	table.default td, table.default th, table.light td, table.light th, table.wTable td, table.wTable th, #search-tour-schedule {
		line-height: 2.4rem;
		border:0;
	}
	.hidden{
		display:none;
	}
	#zip-list{
		border:0;
	}
	#zip-search-filed, #search-tour{
		width:100%
	}
	#tour-search-modal{
		height: 220px;
		min-width: 320px;
	}
	.blocker {
		z-index:2;
	}
	#tour-search-error{
		margin-top:40px;
		text-align:center;
	}
	
	/*Loader*/
	.lds-dual-ring {
		/*display: inline-block;*/
		width: 80px;
		height: 80px;
		position: absolute;
		left: 43%;
	}
	.lds-dual-ring:after {
		content: " ";
		display: block;
		width: 64px;
		height: 64px;
		margin: 8px;
		border-radius: 50%;
		border: 6px solid #000;
		border-color: #000 transparent #000 transparent;
		animation: lds-dual-ring 1.2s linear infinite;
	}
	@keyframes lds-dual-ring {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}