@charset "ISO-8859-1";
#breadcrumb-tabs {
	box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%) !important;
	border-radius: 10px 10px 0px 0px !important; 
	min-height: 65px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.breadcrumb-new {
	padding: inherit;
	margin-bottom: inherit;
	list-style: inherit;
	background-color: inherit;
	border-radius: inherit;
	margin-left: 0px!important;
	width: 100%!important;
}

.breadcrumb-new li {
	background-color: #147EAF !important;
	list-style-type: none;
	height: 65px;
	text-align: center;
	width: -webkit-fill-available;
	width: 100%;
} 

.breadcrumb-new .middle {
	display: none;
}

.breadcrumb-new ul {
	width: 100%;
	display: flex;
	padding: 0 !important;
}

.breadcrumb-new li a{
    display: inline-flex;
	height: 62px;
	text-decoration: none;
} 

.breadcrumb-new li.current {
	background-color:#147EAF !important;
	border-bottom: 3px solid white!important;
}

.breadcrumb-new li.next {
	background-color: #327ea2!important;
}

.breadcrumb-new span {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px !important;
}

.breadcrumb-new li.list-group-item {
	overflow-x: hidden;
	overflow-y: hidden;
	border: none;
	width: 100%;
}

.breadcrumb-new .double {
	padding-top: 5px;
}

.breadcrumb-new .single {
    padding-top: 10px;
}

.breadcrumb-new li.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px; 
}

@media screen and (max-width: 1023px) {	
	.breadcrumb-new .double {
		white-space: nowrap;
	}
}

.breadcrumb-new ul.list-group {
	border-radius: 0rem;
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

.list-group-horizontal-sm {
	-ms-flex-direction: row;
	flex-direction: row
} 

.form-control-picker {
	width: auto;
}

.form-control-width {
	   height: 33px !important;
	   width: 60% !important;
	   border-radius: 0.3rem !important;
	}
	
.form-control-phone{
	width: 100% !important;
	 border-radius: 0.3rem !important;
	 height: 37px !important;
}	

@media screen and (min-width: 1300px) {
	.form-control-lg {
		height: calc(1.5em + 1rem + 2px);
		padding: 0.5rem 1rem;
		line-height: 1.5;
		border-radius: 0.3rem;
		width: 60%;
	}
}

.calendar-button-new {
	width: 30px;
} 

.row-ml {
	margin-left: 40px!important;
}

@media screen and (max-width: 400px) {
	.row-ml {
		margin-left: 20px!important;
	}
}


.signup-radio-btn {
	width: 100%;
}

div.colWrapper {
	background-color: inherit;
}

button.calendarButton > img {
	width: 24px;
	height: 24px;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
     padding:0px;
    font-size: 14px !important;
    border-radius: .3rem;
}
.form-control-width-dd {
	height: 33px !important;
	min-height: 33px !important;
	padding: 0px;
	line-height: 1.5;
	border-radius: 0.3rem;
	width: 60%;
	font-size: 16px;
}