body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #464646;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.625em;
    font-size: 16px;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    color: #8da22f;
}

p {
    text-align: left !important;
}

.title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.21;
    color: #5E9332;
}

.margin-right-10 {
    margin-right: 10px;
}

ul.cob-bullets {
    margin: 0 0 1.5em 0px;
    padding: 0;
}

ul.cob-bullets li {
    margin: 0 0 2px 0;
    padding: 0 0 0 14px;
    list-style: none;
}

ul.cob-bullets li:before {
    content: "";
}

/* Form */
form {
    width: 100%;
    margin: 40px auto;
}

fieldset {
    border: none;
}

/* legend {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 15px 0 20px;
   
    width: 100%;
    border: none;
} */

label {
    font-weight: bold;
    padding-right: 10px;
    position: relative;
}

label[data-error]:before {
    color: rgba(200, 50, 50, 0.8);
    content: attr(data-error);
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 2px;
    top: 0px;
}

.small-label {
    width: 100% !important;
}

.label-fee {
    vertical-align: top;
}

.clear-all {
    clear: both;
}

select {
    height: 31px;
}

input[type="text"],
select {
    border: 1px solid #999999;
    display: block;
    padding: 5px;
}

input[disabled='true'] {
    background-color: #eaeaea;
    border: 1px solid #999999;
}

input[readonly='readonly'] {
    background-color: #eaeaea;
    border: 1px solid #999999;
}

/* Removing. Duplicates
input[type="submit"] {
  height: auto !important;
  width: auto;
  padding: 10px 5px;
  color: #fff;
  background-color: #8ca13b;
  border: 2px solid #8ca13b;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="submit"] :hover {
  background-color: #fff;
  color: #8ca13b;
  border: 2px solid #8ca13b;
  background-image: none;
}

input[type="button"] {
  height: 36px;
  width: auto;
  color: #fff;
  background-color: #8ca13b;
  border: 2px solid #8ca13b;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="button"] :hover {
  background-color: #fff;
  color: #8ca13b;
  border: 2px solid #8ca13b;
  background-image: none;
}
*/
.btn.btn-default,
input[type="button"],
input[type="submit"] {
    height: auto !important;
    width: auto;
    padding: 10px 5px;
    color: #fff;
    background-color: #8ca13b;
    border: 2px solid #8ca13b;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 10;
}

.btn.btn-default:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn.btn-default:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background-color: #fff;
    color: #8ca13b;
    border: 2px solid #8ca13b;
    background-image: none;
    outline: none;
    outline-offset: 0;
    border-radius: 10;
}

.small {
    font-size: 75%;
    display: block;
    text-align: left;
    width: 45%;
}

.error {
    display: block;
    padding-left: 48%;
    margin-bottom: 7px;
    text-align: left;
    font-weight: bold;
    margin-top: -12px;
}

span.valerror[style*="inline"] {
    display: block !important;
    margin-bottom: 7px;
    text-align: left;
    font-weight: bold;
    font-size: .9em;
}

.gotcha {
    display: contents;
    margin: 15px auto;
    text-align: left;
    width: 304px;
}

/* Removing.  Duplicates
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus {
    background: #e0e0e0;
    border: 1px solid #999;
}

input[type="button"]:focus,
input[type="submit"]:focus {
    outline: 1px solid #eaeaea;
    outline-offset: -4px;
}

input[type="button"]::active,
input[type="submit"]::active {
    transform: scale(0.99);
}
*/
#TextBox_Inv_No::-ms-clear {
    display: none !important;
}

/* Steps */
ul.steps {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

ul.steps li {
    display: inline-block;
    margin: 2px 0;
}

ul.steps li.step {
    text-align: center;
    padding: 20px 8px;
    color: #fff;
    background-color: #afc076;
}

ul.steps li.step.last {
    background-color: #d0d0d0;
}

ul.steps li.step.active {
    background-color: #8ca13b;
}

ul.steps li.step .description {
    display: none;
}

/* Header */
.cob-header {
    background: url("../images/utilitybar-bg.jpg") center;
    padding: 20px 0;
}

.cob-header h1.title {
    color: #c9d6a4;
    margin-top: 18px;
    letter-spacing: -0.01em;
    text-align: center;
    font-size: 28px;
}

.cob-header h1.title span {
    color: #f3f6ea;
    font-weight: normal;
    display: inline-block;
}

.cob-header a.homeLink {
    display: block;
    text-align: center;
}

.page-content {
    position: relative;
    padding-bottom: 40px;
    min-height: 100vh;
}

.main-content {
    padding-bottom: 40px;
}

/* Footer */
/* .footer {
    background-color: #463014;
    padding: 10px 0;
    margin: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
} */
.footer {
    bottom: 0;
    color: #707070;
    height: 2em;
    left: 0;
    position: relative;
    font-size: small;
    width: 100%;
}


.footer span {
    color: #ffffff;
    text-decoration: none;
}

.footer .col-sm-6 {
    text-align: center;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    color: #e6e6e6;
    text-decoration: underline;
}

/* Content */
.main-page-content {
    margin-bottom: 100px;
}

span.info a img {
    width: 27px;
    display: inline-block;
    text-decoration: none;
    float: right;
    margin-left: auto;
    margin-right: auto;
}

/* Receipt page */
.receipt {
    width: 100%;
    margin-bottom: 20px;
}

.receipt td,
.receipt th {
    border: 1px solid black;
    text-align: center;
    padding: 10px;
}

/* Print */
.logo-print {
    display: none;
}

.upper-case {
    text-transform: uppercase;
}

@media (min-width: 460px) {
    p label {
        width: 35%;
    }

    label {
        /*width: 35%;*/
        /* text-align: right; */
        display: inline-block;
    }

    span.valerror[style*="inline"] {
        padding-left: 38%;
    }

    input[type="text"],
    select {
        width: 45% !important;
        display: inline-block !important;
    }

    .small {
        display: block;
        text-align: right;
    }

    ul.steps li.step {
        padding: 10px 8px;
    }

    ul.steps li.step .description {
        display: block;
        width: 70px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .cob-header h1.title {
        text-align: right;
        font-size: 28px;
    }

    .cob-header h1.title span {
        color: #f3f6ea;
    }

    .cob-header a.homeLink {
        text-align: left;
    }

    form {
        max-width: 1000px;
    }

    /*.intro {
        max-width: 500px;
    }*/

    .footer {
        position: absolute;
        text-align: left;
    }

    .footer .col-sm-6 {
        text-align: left;
    }

    .footer .col-sm-6.text-right {
        text-align: right;
    }

    .receipt {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
        padding-left: 0;
    }
}

/* Print styles */
@media print {
    .logo-print {
        display: block;
        text-align: center;
    }

    /* Hidden */
    .cob-logo,
    .btn,
    .footer,
    a.homeLink,
    h1.title {
        display: none;
    }

    a[href].homeLink:after {
        display: none;
        content: none;
    }
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #464646;
}