﻿.tt-query {/* UPDATE: newer versions use tt-input instead of tt-query */
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}
.tt-hint {color: #999;}
.tt-menu {
	margin-top: 8px;
	padding: 8px 0;
	background-color: #fff;
	/* border: 1px solid #ccc; */
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {padding: 3px 20px; font-size: 18px; line-height: 24px; cursor: pointer;text-align: left !important;}
.tt-suggestion:hover {color: #f0f0f0; background-color: #00aee1;}
.tt-suggestion p {margin: 0;}
/*#scrollable-dropdown-menu .tt-menu {max-height: 150px; overflow-y: auto;}
#scrollable-dropdown-menu .typeahead {display:inline-block; padding:0; font-size: 14px; line-height: 1.42857143; color: #555; background-color:transparent; background-image: none; border:0px solid #ccc; /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
outline:none;}
#scrollable-dropdown-menu  .twitter-typeahead{float:left; width:88%;}
#scrollable-dropdown-menu .typeaheadbtn {padding:0; color:#606060; text-align: center; cursor: pointer; border: transparent; background-color:transparent; font-size: 14px; text-transform: uppercase; vertical-align: top; margin: 0px !important; width:12%; line-height:1.4; outline:none; position:absolute; right: 6px; transition:all 0.5s ease-in-out;}
#scrollable-dropdown-menu .typeaheadbtn .fas{line-height:1.4;}*/


#progress {
	position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
}

#progress-bar1 {
	position: absolute;
	background: lightgray;
	height: 5px;
	width: 0%;
	top: 50%;
	left: 0;
}
#progress-bar {
	position: absolute;
	background: lightseagreen;
	height: 5px;
	width: 0%;
	top: 50%;
	left: 0;
}

#progress-num {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

	#progress-num::before {
		content: "";
		background-color: lightgray;
		position: absolute;
		top: 50%;
		left: 0;
		height: 5px;
		width: 100%;
		z-index: -1;
	}

	#progress-num .step {
		border: 2px solid lightgray;
		border-radius: 100%;
		width: 35px;
		height: 35px;
		line-height: 25px;
		text-align: center;
		background-color: #fff;
		font-family: sans-serif;
		font-size: 14px;
		position: relative;
		z-index: 1;
		padding: 0px 0px 0px 0px !important;
	}

		#progress-num .step.active {
			border-color: lightseagreen;
			background-color: lightseagreen;
			color: #fff;
		}
#progress ul li:before {
	
	font-size: 16px;
	content: '';
	
}