table.evo-table th {
	background-color: #E5E5E5 !important;
	position: sticky;
	top: 0px;
}

table.evotable td {
	color: #666666 !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 24px;
	height: 24px;
}

.carousel-control-next, .carousel-control-prev {
    width: 30px;
}

/* BREADCRUMB */
#bc {
    display: none;
    z-index: 0;
}

@media (min-width: 768px) {
	#bc {
	    display: block;
	}
	
	#HeaderPerm {
		display: none;
	}
}

#bsprogressrow #step.complete {
	background-color: #eeeeee;
}

#bsprogressrow #step.active {
	background-color: rgb(183, 32, 42, 0.25);
	border-color: rgb(183, 32, 42, 0.25) !important;
}

#bsprogressrow #step.active .progsteptext {
	font-weight: 700;
	font-size: 16px;
}

@media (max-width: 991px) {
	#bsprogressrow #step.active .progsteptext {
		font-size: 13px;
	}
	#bsprogressrow #step .progsteptext {
		font-size: 12px;
	}
}

#appprogresstable {
	width:100%;
	table-layout: fixed;
	margin:0 auto;
}
	
#appprogresstable td {
	text-align:center;
}

#appprogresstable #step {
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
    border-radius: 1.25rem;
    font-size: 1.5rem;
    padding-top: 7px;
    display: none;
    line-height: 20px;
}

#appprogresstable #step.active {
    opacity: 0.9;
    display: block;
}

#appprogresstable #step.complete {
    display: block;
}

#progressrow {
	background: linear-gradient(to bottom,#ffffff,#ffffff 43%,#787878 47%,#787878 53%,#ffffff 57%,#ffffff);
}

#appprogresstable #step.active {
    background-color: #B7202A;
    color: #ffffff;
}

#appprogresstable #step.complete {
    background-color: #767676;
    color: #767676;
}


/****************************************************************************************/
/* APPLICATION TYPE */


/****************************************************************************************/
/* APPLICATION ORDER */

.totalsDivContainer {
	position: sticky;
	top: 0px;
	z-index: 1;
	background-color: #ffffff;
}

#order-total,
#orderASH-total {
	position: relative;
}

#order_total_menu,
#ash_order_total_menu,
.order_total_menu_close,
.ash_total_menu_close {
	cursor: pointer;
}

.order_total_menu_list, .ash_total_menu_list {
    display: none;
    position: absolute;
    z-index: 2;
}

.flip {
  	transform: rotate(-180deg);
}

.accent {
    color: #B7202A;
    font-size: 14px;
}

#StartUpKitCarousel,
#FavoritesCarousel {
	z-index: 0;
}

.StarterKitBubbleimg,
.FavoritesBubbleImg,
.AdditionalItemBubbleimg {
	height: 200px;
}


.active_day, .selected_day, .inactive_day {
	padding: 12px;
	text-align: center;
	border-radius: 30px;
	width: 45px;
}

.selected_day {
	background-color: #B7202A;
}

.selected_day a div {
	color: #ffffff;
	text-align: center;
}

.inactive_day {
	background-color: #d3d3d3;
}

.starterkitcard {
	min-height: 450px;
}

.starterkitcard img {
    max-width: 100%;
}

.autoshipordersummary {
    background-color: #f9f9f9;
}
