﻿

.is-number {
    text-align: right;
}


table div.secondary {
    margin-top: .25rem;
    font-size: .8rem;
    color: #999;
}

/*
    button Styles
*/
.button.keyboard, .button.keyboard:hover, .button.keyboard:focus {
    color: hsl(204, 91%, 38%);
    background-color: hsl(204, 50%, 95%);
}

.button.alert.keyboard {
    color: hsl(0, 91%, 38%);
    background-color: transparent;
    background-color: hsl(0, 50%, 95%);
    padding: 9px;
}

    .button.alert.keyboard:hover, .button.alert.keyboard:focus {
        background-color: hsl(0, 50%, 95%);
    }

.button.clear {
    border: 1px solid #1779ba;
    color: #1779ba;
    box-shadow: none;
}

    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border-color: transparent;
    }

        .button.clear, .button.clear:hover, .button.clear:focus {
            background-color: transparent;
        }

/*
        Style the controls the same when disabled or readonly
    */
select:disabled, input[type=text]:disabled, textarea:disabled,
select[readonly], input[type=text][readonly], textarea[readonly] {
    background-color: #f5f7f8; /*rgba(0,0,0,0.04);*/
    cursor: default;
    /*border: none;*/
    background-image: none !important;
    /*color: #818686 !important;*/
}

/*
    Dashboard Panel
*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel {
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.2);
    border-color: #fff !important;
}

.panel-body {
    padding: 25px;
}

.in-bold, .in-large, .in-thin {
    font-size: 26px;
}

.in-thin {
    font-weight: 100;
    color: #404040;
}

.in-bold {
    font-weight: 700;
}


/* Version 2 Visual Design */
.js-ui-button,
.js-ui-button:focus,
.js-ui-button:hover {
    background-color: #24334a !important;
    /*box-shadow: 0 2px 5px 0 #A4ADBA !important;*/
    /*box-shadow: 0 2px 5px 0 hsl(210, 31%, 80%) !important;*/
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    /*text-transform: uppercase;*/
    border: 1px solid #24334a !important;
}

.white,
.white:focus,
.white:hover {
    background-color: #fff !important;
    color: #24334a !important;
    border: 1px solid #24334a !important;
    /*box-shadow: 0 2px 5px 0 hsl(210, 31%, 80%) !important;*/
}

.button.dropdown.white::after {
    border-color: #24334a transparent transparent;
}

.red,
.red:focus,
.red:hover {
    background-color: #F74969 !important;
    color: white !important;
    border: 1px solid #F74969 !important;
}

.red-hollow,
.red-hollow:focus,
.red-hollow:hover {
    background-color: white !important;
    color: #F74969 !important;
    border: 1px solid #F74969 !important;
}

.red-fixed,
.red-fixed:focus,
.red-fixed:hover {
    min-width: 130px !important;
}

.yellow,
.yellow:focus,
.yellow:hover {
    background-color: hsl(48, 94%, 68%) !important; /*#10cfbd !important;*/
    border: 1px solid hsl(48, 94%, 68%) !important;
    color: hsl(22, 82%, 39%) !important;
    min-width: 130px;
}


.green,
.green:focus,
.green:hover {
    background-color: #0BC2B0 !important; /*#10cfbd !important;*/
    color: white !important;
    border: 1px solid #0BC2B0 !important;
}

.green-fixed,
.green-fixed:focus,
.green-fixed:hover {
    min-width: 130px !important;
}

.flat_button,
.flat_button:focus,
.flat_button:hover {
    background-color: #fff !important;
    color: #24334a !important;
    border: 1px solid #fff !important;
    box-shadow: none;
}

    .flat_button:hover {
        background: #f0f0f0 !important;
    }

.table-responsive {
    overflow-y: hidden !important;
    overflow: auto;
}

.table.js-ui-table {
    overflow: auto;
}

.js-ui-table-head,
table.js-ui-table thead th,
table.js-ui-table tbody th {
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #efefef;
}

    .js-ui-table-head .button {
        margin: 10px !important;
    }

/*table.js-ui-table tbody td,
table.js-ui-table tbody th,
table.js-ui-table thead tr {
    padding: 15px;
}*/

table.js-ui-table,
table.js-ui-table tbody,
table.js-ui-table tfoot,
table.js-ui-table thead {
    border: none !important;
    /*box-shadow: 0 2px 5px 0 rgba(164, 173, 186, .25);*/
}

    table.js-ui-table tbody th,
    table.js-ui-table thead th,
    table.js-ui-table thead tr {
        font-weight: 700 !important;
        border-bottom: 2px solid rgba(222, 227, 231, .75); /*#24334a;*/
        border-top: 2px solid rgba(222, 227, 231, .75);
        border-right: 2px solid rgba(222, 227, 231, .75);
        padding: .5rem 1rem !important;
    }

    table.js-ui-table tbody tr {
        /*padding-top: 15px;
        padding-bottom: 15px;*/
        border-bottom: 1px solid #e6e6e6;
    }

    table.js-ui-table tbody th:first-child,
    table.js-ui-table thead th:first-child,
    table.js-ui-table thead tr:first-child {
        border-left: 2px solid rgba(222, 227, 231, .75);
    }

.js-ui-delete-text {
    color: #F67C93 !important;
    font-weight: 600 !important;
}

.ui-label {
    color: hsl(209, 28%, 39%);
    text-transform: uppercase;
}

.title-bar {
    padding: .5rem;
    /*background: hsl(205, 100%, 21%) !important;*/
    background: #24334a !important;
    color: hsl(205, 97%, 85%) !important;
}

input:checked ~ .switch-paddle {
    background: #0BC2B0 !important;
}

.js-ui-label {
    display: block;
    margin-bottom: 8px;
    color: #575757;
    font-size: 12px;
    font-weight: 700;
}

.label {
    background: #bee3f8;
    color: #2a4365;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.label.success {
    background: #c6f6d5;
    color: #22543d;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.label.warning {
    background: #feebc8;
    color: #7b341e;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.label.primary {
    background: #bee3f8;
    color: #2a4365;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.label.alert {
    background: #fed7d7;
    color: #742a2a;
    font-weight: 600;
    text-align: center;
}

.dashboard-number-delta {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    bottom: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 0.7;
    position: absolute;
    right: 25px;
    color: #1779ba;
}

    .dashboard-number-delta i {
        margin-right: 5px;
        width: 0.6rem;
    }

.dashboard-number-area {
    bottom: 6px;
    color: #1779ba;
    font-size: 13px;
    left: 25px;
    margin-bottom: 0;
    position: absolute;
}

.dashboard-number {
    position: relative;
}





.marketing-site-footer-bottom {
    position: absolute;
    bottom: 0;
}

    .marketing-site-footer-bottom p,
    .marketing-site-footer-bottom .menu {
        margin-bottom: 0;
        color: #fff;
    }

    .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
            color: #8aa0ae;
        }

@media screen and (max-width: 63.9375em) {
    .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 63.9375em) {
    .marketing-site-footer-bottom {
        text-align: center;
    }
}

.GridPager,
.GridPager table,
.GridPager td {
    border: none !important;
}

    .GridPager a,
    .GridPager span {
        display: inline-block;
        padding: 6px 12px;
        margin-right: 4px;
        border-radius: 3px;
        border: solid 1px #c0c0c0;
        background: #2c3840;
        font-size: .875em;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

    .GridPager a {
        color: #fff;
        border: 1px solid #969696;
        width: 100%;
    }

    .GridPager span {
        background: dodgerblue;
        /*box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);*/
        border: 1px solid #3AC0F2;
        width: 100%
    }


.list-group {
    margin: 0px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
    box-shadow: 0 2px 5px 0 rgba(164, 173, 186, .25);
    margin-top: 10px;
}

    .list-group > :last-child {
        margin-bottom: 0;
    }

.list-group-item {
    padding: 0.5rem;
    display: flex;
}

    .list-group-item > :last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .list-group-item.active {
        color: #fefefe;
        background-color: #1779ba;
        border: 1px solid #1779ba;
    }

    .list-group-item .button {
        margin: 0px;
        font-weight: 700;
    }






.multi-step-checkout-process-step {
    margin-top: 20px;
    margin-bottom: 3rem;
}

@media screen and (max-width: 39.9375em) {
    .multi-step-checkout-process-step {
        padding-right: 0rem;
    }
}

.multi-step-checkout-process .accordion-title {
    color: #3e3e3e;
    font-size: 1.25rem;
    transition: color 0.5s ease;
    border: none;
    font-family: 'Droid serif', serif;
}

    .multi-step-checkout-process .accordion-title:hover, .multi-step-checkout-process .accordion-title:active, .multi-step-checkout-process .accordion-title:focus {
        color: #242424;
        transition: color 0.5s ease;
        background: none;
    }

.multi-step-checkout-process :last-child:not(.is-active) > .accordion-title {
    border: none;
}

.multi-step-checkout-process .accordion-item {
    border-bottom: 1px solid #e6e6e6;
    padding-right: 0.8rem;
}

    .multi-step-checkout-process .accordion-item:first-child() {
        border-top: 1px solid #e6e6e6;
    }

    .multi-step-checkout-process .accordion-item.is-active {
        border: 1px solid #e6e6e6;
        border-top: 3px solid #1779ba;
        border-radius: 3px;
        box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    }

    .multi-step-checkout-process .accordion-item .accordion-title {
        font-weight: 400;
    }

        .multi-step-checkout-process .accordion-item .accordion-title::before {
            right: 0.5rem;
        }

.multi-step-checkout-process .accordion-content {
    border: none;
    padding-left: 35px;
}

.multi-step-checkout-process :last-child > .accordion-content:last-child {
    border-bottom: none;
}

.multi-step-checkout-step-title-subheader {
    color: #a4a4a4;
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 10px;
    font-family: 'Open sans', serif;
}

.multi-step-checkout-step-subheader {
    color: #3e3e3e;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Open sans', sans-serif;
}

.multi-step-checkout-step-subdesc {
    color: #8a8a8a;
    font-size: 0.9rem;
}

.multi-step-checkout-shipping-option {
    margin-bottom: 10px;
}

.multi-step-checkout-step-section {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.multi-step-checkout-shipping-option-selection {
    position: absolute;
    margin-top: 0.2rem;
}

.multi-step-checkout-shipping-option-title {
    display: block;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-left: 1.6rem;
    margin-bottom: 0.8rem;
}

.multi-step-checkout-shipping-option-desc {
    font-size: 0.9rem;
    color: #8a8a8a;
    margin-left: 25px;
    margin-top: -10px;
}

.multi-step-checkout-shipping-cost {
    text-align: right;
}

.multi-step-checkout-form-divider {
    border-bottom: 1px dashed #e6e6e6;
}

.multi-step-checkout-form input {
    background: #f8f8f8;
}

.multi-step-checkout-enews-sign-up label {
    position: relative;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.multi-step-checkout-enews-sign-up-checkbox {
    position: absolute;
    margin-top: 0.4rem;
}

.multi-step-checkout-credit-card-info label span {
    color: #a4a4a4;
}

.multi-step-checkout-payment-icons {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1rem;
}

    .multi-step-checkout-payment-icons li {
        display: inline;
    }

.multi-step-checkout-billing-address .multi-step-checkout-billing-address-list {
    list-style: none;
    margin-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    color: #8a8a8a;
    font-size: 0.9rem;
}

.multi-step-checkout-billing-address .multi-step-checkout-billing-address-checkbox {
    position: absolute;
    margin-top: 0.4rem;
}

.multi-step-checkout-billing-address label {
    margin-left: 1.5rem;
}

.multi-step-checkout-create-account {
    margin-top: 2rem;
}

@media screen and (max-width: 39.9375em) {
    .multi-step-checkout-create-account {
        margin-top: 0.5rem;
    }
}

.multi-step-checkout-create-account .create-account-desc {
    font-size: 0.9rem;
    color: #8a8a8a;
}

.multi-step-checkout-logo {
    width: 118px;
    height: 38px;
}

.multi-step-checkout-arrow {
    height: 13px;
    width: 13px;
}

.no-results {
    background: #F5F5F5;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    color: #ccc;
    letter-spacing: -2px;
    padding: 50px 50px;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: capitalize;
    line-height: 1em;
}


/* Tool Tip*/
.ui-tooltip {
    background-color: rgba(0, 0, 0, 0.75) !important;
    color: #fff !important;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-align: left;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}


/* Utilities that stay at the bottom as they over-ride everything else */
.bt-1-gray {
    border-top: 1px solid #DADEE3;
}

.bt-1-primary {
    border-top: 1px solid #1779ba !important;
}

.b-primary {
    border: 1px solid #1779ba !important;
}

.bb-1-gray {
    border-bottom: 1px solid #DADEE3 !important;
}

.bb-1-primary {
    border-bottom: 1px solid #1779ba !important;
}

.bb-1-blue-3 {
    border-bottom: 1px solid hsl(205, 82%, 33%) !important;
}

.b-0, .b-0:hover {
    border: 0px solid #1779ba !important;
}

.w-100 {
    width: 100% !important;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-AddButton {
    margin-top: 24px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.fw-250 {
    min-width: 250px !important;
}

.fw-150 {
    min-width: 150px !important;
}