#ibj {
    width: 100%;
    margin: auto;
}
#ibj * {
    -webkit-font-smoothing: antialiased;
}
#ibj label {
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding-bottom: 5px;
    line-height: 36px;
    margin: 0 10px 0 0;
    font-family: Arial, Helvetica, sans-serif;
}
#ibj label span.required {
    color: #cb0000;
}
#ibj input {
    display: block;
}
#ibj input[type="text"],
#ibj input[type="email"],
#ibj input[type="password"],
#ibj select {
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    border: 0px none;
    margin: 0 0 10px 0;
    background-color: #ddd;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2);
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    max-width: 250px;
}
#ibj select {
    height: 35px;
}
#ibj input[type="button"] {
    background: #3490dc;
    background: linear-gradient(to bottom, #7192bb 0%, #26528f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7192bb', endColorstr='#26528f', GradientType=0);
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    margin: auto;
    margin-bottom: 10px;
    border: 0px solid #26528f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 14px;
    font-weight: normal;
    width: 160px;
    cursor: pointer;
    outline: none;
    display: block;
    width: 200px;
    float: none;
}
#ibj br {
    line-height: 18px;
}
#ibj ol.instructions {
    margin-bottom: 20px;
}
#ibj.container {
    max-width: 584px;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}
#ibj #form_lookup {
    width: 100%;
    margin: auto;
}
#ibj #form_lookup h1 {
    display: block;
    color: #255aab;
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 0;
}
#ibj #lookup_container {
    width: 250px;
    margin: auto;
}
#ibj.container p span {
    width: 26px;
    height: 24px;
    border-radius: 13px;
    text-align: center;
    color: #fff;
    background: #8ac639;
    margin-right: 10px;
    display: block;
    padding-top: 2px;
}
#ibj.container p {
    font-family: "Roboto", "Arial", sans-serif;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 15px;
    line-height: 20px;
}
#ibj .form label {
    display: block;
    text-align: right;
    line-height: normal;
}
#ibj .form .half {
    width: 44%;
}
#ibj h2,
#ibj h1 {
    border-bottom: solid 1px #3490dc;
    border-top: solid 4px #3490dc;
    font-size: 16px;
    margin: 0 0 18px 0;
    padding: 8px 0;
    font-family: Arial, Helvetica, sans-serif;
}
#ibj h2 span {
    color: #3490dc;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
}
#ibj h2 span:hover {
    text-decoration: underline;
}
#ibj #registration-h2,
#ibj #email-h2 {
    display: none;
}
#ibj #email-alert {
    background-color: #fdf4e3;
    border: solid 1px #e1c18a;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    margin: auto;
    width: 70%;
    display: none;
}
#ibj #email-alert p {
    margin: 0;
    padding: 0 0 10px 0;
}
#ibj .option {
    color: #3490dc;
    text-decoration: underline;
    cursor: pointer;
}
#ibj .column {
    box-sizing: border-box;
    float: left;
    padding: 10px 10px 0 10px;
}
#ibj .half {
    width: 50%;
}
#ibj .full {
    width: 100%;
}
#ibj .clear {
    clear: both;
}
#ibj .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#ibj #loading {
    text-align: center;
}
.alert {
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.error {
    background-color: #e7d3d3;
    border: solid 1px #d7abac;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 14px;
}
.error p {
    color: #802613;
    margin-top: 0;
    margin-bottom: 0;
}
#ibj .error a {
    color: #802613;
}
.error ul {
    color: #802613;
    margin-bottom: 0;
}
.error ul li {
    color: #802613;
}
.error li {
    color: #802613;
}
.success {
    background-color: #d2f0ce;
    border: solid 1px #b6d4b3;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: none;
}
.success p {
    color: #334d32;
    margin: 0;
}
.info {
    background-color: #d7e3f3;
    border: solid 1px #96a7be;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.info p {
    color: #475568;
    margin: 0;
}
table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%;
}
.cart {
    font-size: 14px;
}
#ibj .cart label {
    padding-bottom: 0;
}
.cart th {
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-right: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
}
.cart th:last-child {
    border-right: 1px solid #e8e8e8;
}
.cart div.total {
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    padding: 0;
    min-width: 120px;
    text-align: center;
    float: right;
    margin-top: 20px;
}
.cart div.total label {
    display: inline-block;
}
.proceed-checkout {
    background: -moz-linear-gradient(center top, #ffab39 0%, #c76f00 100%)
        repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(top, #ffab39 0%, #c76f00 100%);
    background: -ms-linear-gradient(top, #ffab39 0%, #c76f00 100%);
    background: -o-linear-gradient(top, #ffab39 0%, #c76f00 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 10px;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    text-shadow: none;
    text-decoration: none;
    border: solid 1px #884201;
    float: right;
    cursor: pointer;
    outline: none;
}
.cart-action,
.cart-quantity,
.cart-unit_price,
.cart-price {
    text-align: center;
    padding: 5px;
}
.cart-title {
    padding: 10px;
}
.cart-items td {
    border-bottom: 1px solid #e8e8e8;
}
.cart-items td:first-child {
    border-left: 1px solid #e8e8e8;
}
.cart-items td:last-child {
    border-right: 1px solid #e8e8e8;
}
#ibj .text-right {
    text-align: right;
    float: right;
}
#ibj .text-center {
    text-align: center;
}
#ibj #userExist {
    background-color: #fdf4e3;
    border: solid 1px #e1c18a;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    margin: auto;
    width: 60%;
    box-sizing: border-box;
    display: none;
}
#ibj #userExist p {
    margin: 0;
    padding: 0 0 10px 0;
}
#ibj .link {
    color: #3490dc;
    cursor: pointer;
}
#ibj .link:hover {
    text-decoration: underline;
}
#ibj a {
    color: #3490dc;
    text-decoration: none;
}
#ibj a:hover {
    text-decoration: underline;
}
#ibj .remove {
    cursor: pointer;
}
#ibj .address-review {
    float: left;
    width: 25%;
    min-width: 200px;
    margin-bottom: 20px;
}
#ibj .tab-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ibj .tab-menu ul li {
    display: inline-block;
    margin-bottom: 10px;
}
#ibj .tab-menu ul li a {
    background-color: #d7e3f3;
    color: #254b8b;
    display: block;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#ibj .tab-menu ul li a.active {
    background-color: #4169ae;
    color: #fff;
}
#ibj .tab-menu ul li a.active:hover {
    text-decoration: none;
}
.component {
    display: none;
}
@media (max-width: 583px) {
    #ibj .column {
        padding: 0;
    }
    #ibj .half {
        width: 100%;
    }
    #ibj .form .half {
        width: 100%;
    }
    #ibj .form label {
        text-align: left;
    }
    #ibj input[type="text"],
    #ibj input[type="password"],
    #ibj input[type="email"],
    #ibj select {
        width: 100%;
        max-width: 100%;
    }
    #ibj h2 span {
        font-size: 10px;
    }
    #ibj #userExist {
        width: 100%;
    }
    #ibj .form em {
        padding-bottom: 10px;
    }
}
[v-cloak] {
    display: none;
}
