﻿.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;
}