a {
	text-decoration: none;
	color: inherit;
}

p {
	-webkit-margin-before: .5em;
    -webkit-margin-after: .5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.top-header-top-bar {
 	height: 55px;
 	width: 100%;
 	box-sizing: border-box;
 	border-top: 2px solid #D6002a;
}

div.corona-header-logo-container {
	width: 400px !important;
}


.corona-header-logo, .corona-header-menu-wrapper {
    flex: 0 0 400px;
}
    
.corona-header-logo {
	/* background: url('./corona/img/ProductLogo.svg') no-repeat; */
	background-position: left;
	background-size: auto 35px;
}

@media (max-width: 500px), (max-width: 700px) and (orientation: landscape) {
	div.corona-header-logo-container {
		width: 260px !important;
	}
	
	.corona-header-logo, .corona-header-menu-wrapper {
	    flex: 0 0 260px;
	}
}

@media(max-width: 1000px) {
	.corona-header-menu-wrapper {
		flex: 0 0 auto;
		width: auto;
	}
}

.corona-subheader-left,
.corona-subheader-right {
	flex: 1 1 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}

.corona-subheader-left {
	justify-content: flex-start;	
}

.corona-subheader-right {
	justify-content: flex-end;
}

.corona-subheader-title {
	background: #006D89;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding: 0 10px;
	margin-left: 0px;
	border: 1px solid #5b5b5b;
	border-width: 0 1px 0 0;
	cursor: default;
	user-select: none;
}

.corona-subheader-btn {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding: 0 10px;
	margin-left: 0px;
	cursor: pointer;
	border: 1px solid #5b5b5b;
	border-width: 0 1px;
	height: 100%;
}

.corona-subheader-btn[disabled] {
	cursor: default;
	background: rgba(255,255,255,.2);
}

.corona-subheader-btn + .corona-subheader-btn,
.corona-subheader-title + .corona-subheader-btn,
.corona-header-bottom-bar > .corona-subheader-btn:first-child {
	border-left-width: 0px;
}

.corona-subheader-btn:hover {
	border-color: #222;
}

.corona-subheader-btn + .corona-subheader-btn:hover,
.corona-subheader-title + .corona-subheader-btn:hover {
	margin-left: -1px;
	border-left-width: 1px;
}

.corona-subheader-btn:not([disabled]):hover,
.corona-subheader-tab.active {
	background-color: #53575C;
}

.corona-subheader-btn > i + span {
	margin-left: 6px;
}

.corona-subheader-btn[disabled] > i {
	color: #ddd !important;
}

.corona-subheader-btn:hover > i {
	color: #CCCCCC;
}

.corona-subheader-btn:hover > i.ihsm-hover-red {
	color: #F4364C;
}

.corona-subheader-btn:hover > i.ihsm-hover-light-green {
	color: #006D89;
}

.corona-subheader-btn:hover > i.ihsm-hover-blue {
	color: #00A9E0;
}

i.ihsm-orange {
	color: #f57b14;
}

i.ihsm-light-blue {
	color: #00A9E0;
}

.multi-select-dropdown {
	color: #444;
	padding: 10px;
	font-size: 13px;
}

.dropdown-title {
	font-style: italic;
}

.search-wrapper {
	display: flex;
	align-items: stretch;
	background: #53575C;
	position: relative;
}

.subheader-search {
	border: none;
	background: linear-gradient(0deg, rgba(255,255,255,.25), rgba(255,255,255,.2));
	font-size: 13px;
	padding: 0 8px;
}

.subheader-search::placeholder {
	color: #fff;
}

.subheader-search:hover, 
.subheader-search:active,
.subheader-search:focus {
    background: #53575C;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.4);
    outline: none !important;
    border: none;
}

.search-box-icon {
	position: absolute;
	right: 5px;
	top: 4px;
}

.search-term {
	text-decoration: underline;
}

.corona-subheader-message {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding: 0 10px;
	margin-left: 0px;
	border: 1px solid rgba(0,0,0,.3);
	border-width: 0 1px 0 0;
	cursor: default;
}

.corona-subheader-tab:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 2px;
	background-color: #D6002A;
	transition: all 300ms ease;
}

.corona-subheader-tab.active:before {
	left: 0%;
	width: 100%;
}

ng-view > *,
ng-view > * > ng-form {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-flow: column nowrap;
}

.list-view-wrapper {
	flex: 1 1 0px; 
	display: flex;
	flex-flow: row nowrap;
}

.column-container {
	flex: 0 1 auto; 
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	align-content: flex-start;
}

.list-container {
	flex: 1 0 145px;
	position: relative;
	border-right: 2px solid #ddd;
	z-index: 2;
}

.list-view-table {
	bottom: 1px !important;
}

.list-footer {
    position: absolute; /* Keep this as absolute */
    bottom: 0;
    left: 0;
    right: 0;
    height: 29px;
    background: #f1f1f2;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    z-index: 10; /* Ensure it stays on top */
}

.summary-container {
	flex: 0 0 420px;
	min-width: 420px;
	position: relative;
	background: #f1f1f2;
	overflow-y: auto;
}

.summary-title-bar {
	width: 100%;
	padding: 4px 8px;
	font-size: 12px;
	color: #888;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.summary-title-close {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	padding: 3px;
	width: 14px;
	height: 13px;
	color: #888;
	font-size: 12px;
	cursor: pointer;
	z-index: 2;
}

.summary-title-close:hover {
	color: #F4364C;
	background: linear-gradient(to left top, rgba(0,0,0,.08), rgba(0,0,0,.12));
}

.summary-card {
	display: block;
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: 0px 0px 6px rgba(0,0,0,.18);
}

.summary-card-title {
    padding: 5px 10px 5px 10px;
    color: #fff;
    background-color: #006D89;
    border-bottom: 1px solid #006D89;
    cursor: default;
    user-select: none;
}

.summary-card-title > i {
	font-size: 15px;
	float: right;
	padding-top: 3px;
}

.summary-card-body {
	
}

.summary-buttons {
	flex: 0 0 auto;
	display: flex;
	flex-flow: row nowrap;
	margin: 5px 5px 10px 0;
}

.summary-button {
	background-color: #006D89;
	padding: 5px 10px;
	cursor: pointer;
	/* border: 1px solid #006D89;  */
	color: #fff;
 /* 	width: 100px;  */
    text-align: center;
    box-shadow: 1px 1px 6px rgba(0,0,0,.12);
}

.summary-button + .summary-button {
	margin-left: 5px;
}

/* .summary-button:hover {
	box-shadow: 1px 1px 9px rgba(0,0,0,.35);
} */

.summary-button[disabled]::after {
       content: '';
       background: #fff;
       opacity: .5;
       position: absolute;
       left: 0;
       right: 0;
       bottom: 0;
       top: 0;
       border: none;
       cursor: default;
       box-shadow: none;
       z-index: 3;
}

.text-button-icon {
	margin-right: 5px;
}

login {
	border-top: 1px solid lightgrey;
}

.blinker {
	background: linear-gradient(to left top, rgba(255,255,255,.4), rgba(255,255,255,.7));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.summary-container > .sidebar-tabs {
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

.sidebar-tabs {
	flex: 0 0 40px;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: flex-start;
	height: 40px;
	padding: 0 6px;
	background: #fff;
}

.sidebar-tab {
	position: relative;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0px 12px 2px;
	box-sizing: border-box;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size: 15px;
	color: #00B140;
	color: #006D89;
	transition: all 300ms ease;
}

.sidebar-tab:hover {
	border-left-color: #e7e7e7;
    border-right-color: #e7e7e7;
    background-color: #f8f8f8;
}

.sidebar-tab:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 2px;
	background-color: #00b140;
	background-color: #006D89;
	transition: all 300ms ease;
}

.sidebar-tab.active {
	color: #414141;
}

.sidebar-tab.active:before {
	left: 0%;
	width: 100%;
}

.dropdown-menu > li > i {
	color: #53575C;
	margin-right: 6px;
	margin-left: -2px;
}

.list-wrapper {
	flex: 0.5 0 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: flex-start;
}

.list-wrapper > * {
	flex: 0 0 auto;
}
.list-table-wrapper {
	flex: 1 0 0px;
	position: relative;
}

input[type=radio][disabled] + span {
	color: var(--mid-grey);
}

.flex-column {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
}

.abs-fill {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.blank-area-message {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: var(--text-dark-grey);
	padding: 8px;
	
}

.blank-price-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

.price-label {
	font-weight: bold;
	font-size: 15px;
	user-select: none;
}

.dealer-zip-wrapper-scroll {
    flex: 1 0 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto; 
    max-height: 240px; /* Reduce this to force scrolling with your current content */
}


.list-wrapper-scroll {
	flex: 1 0 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: flex-start;
	overflow-y: auto; 
}

.source-wrapper {
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: flex-start;
	overflow-y: auto; 
	padding-bottom: 5px;
}

.navigate-button {
	background-color: #006D89;
	padding: 5px 10px;
	cursor: pointer;
	border: 1px solid #006D89; 
	color: #fff;
 	width: 150px; 
    text-align: center;
    box-shadow: 1px 1px 6px rgba(0,0,0,.12);
    margin-left: 5px;
}


.navigate-button[disabled]{
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}

.apply-button {
	background-color: #006D89;
	cursor: pointer;
	border: 1px solid #006D89; 
	color: #fff;
 	width: 150px; 
    text-align: center;
    box-shadow: 1px 1px 6px rgba(0,0,0,.12);
    margin-left: 5px;
    height: 25px;
}


.apply-button[disabled] {
    background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}

.pointer{
	cursor:pointer;
}

.calendar-button {
	background-color: #006D89;
	cursor: pointer;
	border: 1px solid #006D89;
	color: #fff;
	text-align: center;
	box-shadow: 1px 1px 6px rgba(0,0,0,.12);
	margin-left: 5px;
}

.moveList {
	list-style: none outside none;
	margin: 10px 0 30px;
}

.sub-moveList {
	list-style: none outside none;
	margin: 10px 0 5px;
}

.moveFragment{
	background-color:#FFFFFF;
	border: 1px solid #D7D7D7; 
	border-radius: 4px;
	/* display:inline-block; */
	margin: 5px 0;
	padding-left:5px;
	padding-bottom: 5px;
	position: relative;
	min-height:30px;
	cursor: move;
}

.sub-moveFragment{
	background-color:#FFFFFF;
	border: 1px solid #D7D7D7; 
	border-radius: 4px;
	display:inline-block;
	min-height:25px;
	cursor: move;
}

.moveOptionBox{
	background-color: #F9F9F8; 
	min-height:45px; 
	border-radius: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-right:10px;
}

.sub-moveFragment{
	background-color:#E9EFF9;
	border: 2px solid #E9EFF9; 
	border-radius: 4px;
	position: relative;
	margin-right: 5px;
}

.remove-move-fragment{
	display:inline-block;
	position: relative;
	margin-right: 5px;
	padding-left: 5px;
}

input[type='checkbox']:checked {
    background-color: #fff;
    padding-bottom: 12px;
    width: 14px;
    font-weight: bold;
}

input[type='checkbox']:focus{
	outline: none;
}

input[type='checkbox']:checked:after {
  content: '\2713';
  color: #cb1a1a;

}

input[type='checkbox']{
  text-align: center;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  appearance:none;
  border: 1px solid #999999;
  box-shadow: none;
  font-size: 11px;
}

.corona-dropdown-menu-content{
	font-family:sp_akkurat_normal_font;
    display: flex;
    padding-top: 20px;
    justify-content: center;
}

.corona-dropdown-menu-title{
	display: flex;
	width: 100%;
    height: 40px;
    align-items: center;
    padding-left: 15px;
    font-size: 16px;
    color: black;
}

.corona-dropdown-menu-content-checkbox{
	margin-right: 30px;
    display: flex;
    align-items: center;
}

.payment-download-dropdown-toggle{
    display: flex;
    align-items: center;
    background-color: #006D89;
	padding: 5px 10px;
	cursor: pointer;
	border: 1px solid #006D89; 
	color: #fff;
    text-align: center;
    box-shadow: 1px 1px 6px rgba(0,0,0,.12);
    margin-left: 5px;
}

.corona-dropdown-toggle-icon{
	margin-left: 5px;
}

.corona-dropdown-toggle-content{
	    font-size: 12px;
	    margin-left: 5px;
}

.corona-dropdown-menu-payment-button{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.checkmark{
	margin-left: 5px;
	color: black;
}