
:root {
    --background: #fff;
    --font: Arial, Helvetica, sans-serif;
    --fontColor: #303030;
    --corporateColor: #0054a6;
    --primaryColor: #0054a6;
    --primaryFontColor: #fff;
    --secondaryColor: #add8e6;
    --secondaryFontColor: #303030;
    --selectableColor: #4f5c5d;
    --selectableFontColor: white;
    --selectedFontColor: white;
    --errorTextColor: #d8001c;
    --errorAlertColor: #d8001c;
    --errorAlertFontColor: #fff;
    --errorAlertBorderColor: #d8001c;
    --textBoxFillColor: white;
    --textBoxFontColor: black;
    --progressBackground: #4f5c5d;
    --progressIconNotSelected: var(--background);   
    --progressIconSelected: #fff;   
}

.blockMsg {
    color: var(--fontColor) !important;
    background-color: var(--background) !important;
}

/*Google typahead*/
.pac-item:hover {
    color: var(--corporateColor) !important; 
}

.pac-item:hover .pac-item-query {
    color: var(--corporateColor) !important;
}

.info-icon {
    color: white;
}

#priority-confirmed {
    color: black;
}

.payment-left-padding {
    padding-left: 0px;
}

.payment-item-left-padding {
    padding-left: 8px;
}

.confirmation-message::after {
    content: "To track the progress of this job, and to manage more equipment please download the free SKOPE Services app from the Apple AppStore or Google Play Store. Use your email address and the password you chose during Checkout to login to the app.";
}

.modal-footer .btn-previous{
	height: 38px;
	width: 230px;
}

.modal-footer .btn-next{
	height: 38px;
	width: 230px;
}

.footer-iframe {
	height: 100px;
	overflow: hidden;
	border: none;
	width: 100%;
}

.header-iframe {
	height: 80px;
	overflow: hidden;
	border: none;
	width: 100%;
}

.main-content {
	min-height: calc(100vh - (80px + 150px))
}






