﻿.errorMessage {
    position:absolute;
    padding: 5px;
    background-color: #E03930;
    color:white;
    top:0px;
    left:270px;
}
input.ng-invalid, input.ng-invalid-unique, input.ng-invalid-required {
  border-left: 5px solid #E03930 !important;
}

input.ng-valid, input.ng-valid-required {
    border-left: 5px solid #57A83F;
}

select.ng-invalid, select.ng-invalid-unique, select.ng-invalid-required {
    border-left: 5px solid #E03930 !important;
}

select.ng-valid, select.ng-valid-required {
    border-left: 5px solid #57A83F;
}


.overlayContainer { 
    display: none;
}

.overlayBackground { 
    top:0px; 
    left:0px; 
    padding-left:0px;
    position:absolute; 
    z-index:3000;
    height:100%;
    width:100%;
    background-color:#808080;
    opacity:0.3;
}

.overlayContent { 
    position:absolute; 
    border: 1px solid #000; 
    background-color:#fff; 
    font-weight: bold;
    height: 100px;
    width: 300px;
    z-index:3001;
    text-align:center;
}

.pad-top-10
{
    padding-top: 10px;
}
.pagination a
{
    cursor: pointer;
}

.reqField
{
    font-size: 18px;
    line-height: 1.3333;
    font-weight: bold;
}

#navbarCollapse a
{
    color: white;
    background-color: #36507F;
    margin: 5px 5px 5px 5px;
    border-radius: 2px 2px 2px 2px;
}

#navbarCollapse a:hover, #navbarCollapse a:focus
{
    background-color: #5A86D5;
    margin: 5px 5px 5px 5px;
    border-radius: 2px 2px 2px 2px;
}

#navbarCollapse li.active a
{
    background-color: #6495ED;
    margin: 5px 5px 5px 5px;
    border-radius: 2px 2px 2px 2px;
}

.featuredProd {
    min-height: 270px;
    border: 1px solid gray;
    text-align: center;
    margin-top: 10px;
}

.featuredProdInfo {
    height: 150px;
}

.discountCoupon {
    border: 1px solid black;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.discountCouponCode {
    font-weight: bold;
    font-size: 20pt;
    border: 1px solid black;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.pad-lr {
    margin-left: 5px;
    margin-right: 5px;
}

.pad-r {
    margin-right: 5px;
}

.glyph-button
{
    padding-top: 0px !important;
}

footer{
    margin-top: 10px;
    background-color: darkgrey;
    color: white;
    height: 50px;
    width: 100%;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: darkgray;
}
.footerContents {

    vertical-align: middle;
    height: 60px;
}

.footerContents:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.footer a {
    color: white;
}

.ics-navbar-top
{
    background-color: white;
}

.logoHeader
{
    padding-bottom: 10px;
}

.headerBtn
{
    white-space: nowrap;
    color: black;
}

.headerBtn:not(:last-child) {
    margin-right: 20px;
}

@media(max-width:768px) {
    pad-xs-bottom-10 {
        padding-bottom: 10px;
    }
}
@media(min-width:768px) {
    .bottomAlignContainer {
        display: table;
        height: 120px;
    }
}

.menu-icon
{
    padding-right: 10px;
}

.ics-well-contents
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.wizard
{
    margin-left: 0;
}

.wizard-step
{
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    background-color: white;
    height: 42px;
    line-height: 42px;
    position: relative;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}
    
.wizard-step.wizard-selected {
    background-color: #1A458B;
    color: white;
}

.wizard-selected .badge {
    background-color: white;
    color: #1A458B;
}

.wizard .wizard-step:nth-of-type(1) {
    border-left: 1px solid #ACACAC;
    margin-left: -20px;
}

.wizard .wizard-step:last-of-type {
    border-right: 1px solid #ACACAC;
}

.well-no-top-padding {
    padding-top: 0px;
}

.wizard-body {
    clear: both;
    padding-top: 20px;
}

.ics-table-hstripe-odd {
    background-color: #f9f9f9;
}

.no-hover-underline:hover {
    text-decoration: none;
}

@media screen {
    .termsArea {
        max-height: 500px;
        overflow: auto;
    }
}

.help-icon {
    cursor: help;
}

input[type="number"].no-spinner::-webkit-outer-spin-button,
input[type="number"].no-spinner::-webkit-inner-spin-button {
    display: none;    
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].no-spinner{
    -moz-appearance: textfield;
}

.card-terms {
    max-height: 350px;
    background-color: #f0f0f0;
    border: solid 1px gray;
    padding: 3px;
    margin-bottom: 5px;
    overflow: auto;
    white-space: pre-line;
}

.cookie_consent_container {
    position: relative;
    z-index: 1000;
}

.cookie_consent {
    color: #fff;
    background: #000;
    padding: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-animation: PopUp 1.5s;
    -moz-animation: PopUp 1.5s;
    animation: PopUp 1.5s;
}

@-webkit-keyframes PopUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-moz-keyframes PopUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes PopUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
heartland-payment-form iframe[style] {
    height: 51px !important; 
}

heartland-payment-form #ss-banner {
    background: transparent url("../assets/processor/heartland/images/ss-shield@2x.png") no-repeat center;
    height: 60px;
    background-size: 490px 60px;
    margin-bottom: 7px;
}

heartland-payment-form div.billing-zip {
    padding-bottom: 15px;
}

#heartland-modal-cancel {
    display: block;
    width: 50%;
    margin: 20px auto;
}

#heartland-billing-zip {
    font-family: sans-serif;
    box-sizing: border-box;
    display: block;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    width: 50%;
    margin: auto;
    letter-spacing: 3px;
}

#heartland-billing-zip:focus {
    border: 1px solid #3989e3;
}

.grecaptcha-badge {
    z-index: 999;
}