﻿:root {
    --color-blue: #0b509f;
    --color-green: #3ca851;
    --color-red: #cf2a27;
    --color-orange: #ff9900;
    --color-dgray: #ddd;
    --color-lgray: #eee;
    --color-gray-bg: #edeff0;
    --color-light: #f5f5f5;
}

.call-to-action h2 {
    font-weight: 300;
    font-size: 45px;
    line-height: normal;
    position: relative;
    color: white;
    text-transform: uppercase;
}

    .call-to-action h2:after, .tileDisplay h3:after {
        content: none;
    }

.ui-accordion.ui-widget.ui-helper-reset h2:after {
    border-bottom: none;
}

.dashboardText {
    position: absolute;
    left: 50%;
    top: 15%;
    padding: 0px;
    margin: 0px;
    transform: translate(-50%, -50%);
    color: var(--color-blue);
    font-size: 1rem;
    font-weight: bold
}

.dashboardBadgeNumber {
    position: absolute;
    left: 50%;
    top: 47%;
    padding: 0px;
    margin: 0px;
    transform: translate(-50%, -50%);
    color: var(--color-green);
    font-size: 6rem;
    top: 60% !important;
}

.dashboardBadgeDate {
    position: absolute;
    left: 50%;
    top: 47%;
    padding: 0px;
    margin: 0px;
    transform: translate(-50%, -50%);
    color: var(--color-green);
    font-size: 1.5rem;
    line-height: 22px
}

.showAlerts {
    float: right;
    margin-top: -40px !important;
    border-radius: 0 !important;
    position: relative;
    z-index: 99999;
    padding: 0 10px !important;
}

.fade.infoBox {
    opacity: 1;
}

.infoBox {
    padding: 15px 45px !important;
    border-radius: 4px !important;
    margin-bottom: 15px !important;
    position: relative !important;
    font-size: 16px !important;
}

    .infoBox.green::before {
        content: "\f00c" !important;
        font-family: 'FontAwesome' !important;
        position: absolute !important;
        left: 10px !important;
        font-size: 25px !important;
        top: 15% !important;
    }

.close {
    float: right;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none !important;
    opacity: 1 !important;
}


.infoBox.closable.green::after, .infoBox.closable.orange::after, .infoBox.closable.red::after {
    content: "\f057";
    position: absolute;
    font-family: 'FontAwesome';
    right: 5px;
    font-size: 25px;
    top: 15%;
    color: #333;
}


.infoBox.green {
    background: #b7e3b5;
    background: var(--color-green);
    color: var(--color-green);
    color: #FFF
}

.infoBox.orange {
    background: #f4bf88;
    color: #000
}

.infoBox.red {
    background: #cf2a27;
    color: #fff
}

.button.orange {
    background: #f4bf88 !important;
    color: #000
}


.infoBox.orange::before {
    content: "\f06a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 10px;
    font-size: 25px;
    top: 15%;
    color: #a14a00
}

.infoBox.red::before {
    content: "\f06a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 10px;
    font-size: 25px;
    top: 15%
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.tabbed-nav.nav.nav-tabs:before {
    display: table;
    content: " ";
}

.tabbed-nav.nav.nav-tabs {
    overflow: hidden !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        border-color: #2d499d;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 0 !important;
}

.tabbed {
    font-size: 16px
}

.call-to-action, .tabbed {
    box-shadow: none !important;
    border: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }

        .nav-tabs > li > a:hover {
            border-color: #eee #eee #ddd;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #555 !important;
        cursor: default;
        border: 1px solid transparent;
        border-bottom-color: transparent;
    }

.nav-tabs > li {
    border-right: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
}

.tabbed .tabbed-nav li a {
    border-radius: 0 !important;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    font-size: 18px;
    color: var(--color-blue);
    padding: 0 10px;
    text-decoration: none;
}

.dashBoard.tabbed .tabbed-content.tab-content {
    border: 0;
    padding: 2em;
    background-color: white;
}

.btnSearch, .btnSearch:hover {
    padding: 10px 5px !important;
    position: absolute;
    right: 5px;
    text-decoration: none
}

    .btnSearch:before {
        content: "\f002";
        font-family: 'FontAwesome'
    }

.filter_status, .filter_status_cre {
    width: auto;
    float: left
}

.searchField {
    max-width: 291px;
    float: right
}

table.courseGrid td {
    background: #fff
}

.filter_status, .filter_status_cre {
    padding-left: 0 !important;
    margin-right: 20px;
    width: auto;
    float: left;
    margin-top: 15px;
}

.btnspan {
    float: left;
    margin-left: 6px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: white;
    display: none
}



body {
    line-height: 1.25;
}

table.courseGrid, table.certsGrid {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table.courseGrid caption, table.certsGrid caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table.courseGrid tr, table.certsGrid tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table.courseGrid th,
    table.courseGrid td, table.certsGrid th, table.certsGrid td {
        padding: .625em;
        text-align: center;
    }

    table.courseGrid th, table.certsGrid th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

.openMods a, .button.mods {
    width: 100%;
    text-align: center
}

.button,
input[type=submit] {
    font-size: 1rem;
    text-transform: none;
    padding: 7px 25px !important;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 19px;
}

    input[type=submit].btnCart {
        background-color: var(--color-green);
    }

    .button:hover,
    input[type=submit]:hover {
        background-color: #efefef;
        border: 1px solid var(--color-blue);
        border: 1px solid transparent;
        color: var(--color-blue);
    }

    .button.red {
        background-color: var(--color-red);
        color: #fff !important;
    }

    .button.green {
        background-color: var(--color-green);
        color: #fff !important;
    }

    .button.ghost {
        background-color: #fff !important;
        color: #000;
    }

    .button.disabled {
        opacity: 0.5;
        pointer-events: none;
    }

    .button.red:hover, .button.green:hover, .button.ghost:hover {
        opacity: 0.8
    }
.locked {
    opacity: 0.4;
    pointer-events: none !important;
}
    .button.locked, .button.locked {
        background-color: #ccc !important;
        opacity: 0.4;
        pointer-events: none !important;
    }

    .button.course-review, .button.course_review {
        opacity: 0.4;
    }

.userCourseDetailContent img {
    width: initial;
}

.snipcart-checkout {
    background: transparent;
    border: 0;
    position: absolute;
    top: -14px;
    cursor: pointer;
}

    .snipcart-checkout:before {
        content: "\f07a";
        font-family: FontAwesome;
        font-size: 30px
    }

.snipCartIcon {
    float: right;
    margin-top: -0;
    padding-right: 48px;
}

.adjustBtn {
    padding: 0;
    margin: 0;
    float: right;
    /*margin-right: -30px;*/
    position: relative;
}

.snipcart-items-count {
    height: 20px;
    width: 20px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0;
    background-color: var(--color-green);
    border-radius: 50%;
    padding: 2px;
    text-align: center;
    top: -14px;
}

.form-row table.list-control {
    width: 100%;
}

.form-row input[type="checkbox"], .form-row input[type="radio"] {
    float: left;
    margin: 0.3rem 0 0 0;
    margin-top: 0.3rem;
    height: 1.1rem;
    width: auto;
}

.tabbed-content.tab-content .tab-pane {
    height: auto;
    transition: height 4s;
    overflow: hidden;
}

.clearBoth {
    clear: both;
}

.tileDisplay li.span-4 {
    width: 31% !important;
    min-width: 31% !important;
}

.tileDisplay .span-4 {
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.tileDisplay ul li {
    background: #fff;
    background: var(--color-light);
    border: 1px solid #ddd;
    list-style: none;
    float: left;
    padding: 15px;
}

.theAnswer td .validation {
    border: none;
}

.theAnswer tr td {
    padding-top: 0;
}

.panelBarChildQuestionGroup li {
    font-size: 17px;
}

.tileDisplay .span-4 > * {
    padding: 5px 15px;
}

.snip-layout {
    background: rgba(251, 251, 251, 0.75) !important;
    transition: all 0s !important
}

    .snip-layout .snip-header {
        background: #fff !important;
    }

    .snip-layout .snip-header {
        color: #000 !important;
    }

    .snip-layout span {
        font-family: Roboto, Helvetica, Arial, sans-serif !important;
    }

#snipcart-title {
    /*font-family: 'Playfair Display', serif !important;*/
    text-transform: capitalize;
    left: 0 !important;
}

.snip-header__total-label {
    /*font-family: 'Playfair Display', serif !important;*/
    text-transform: capitalize;
}

.snip-layout .snip-header__total-label {
    color: #000 !important;
    font-weight: 500;
    font-size: 22px;
}

.snip-layout .snip-layout__main-container {
    background: #fff;
    position: absolute !important;
    right: 0;
    top: 0;
    height: 100%;
    box-shadow: 0px 0px 15px 10px #a2a2a2;
}

.snip-layout {
    z-index: 99999 !important;
}

    .snip-layout .snip-header__total {
        background: #fff !important;
    }

    .snip-layout .snip-product__description,
    .snip-layout .snip-product__name {
        font-family: Roboto, Helvetica, Arial, sans-serif !important;
    }

.snip-actions {
    border: 0 !important;
    padding-right: 0 !important;
}

#snipcart-previous,
.snip-btn {
    background: var(--color-blue) !important;
    color: #fff !important;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    padding: 5px 20px 40px 20px !important;
    padding: 7px 25px !important;
    border-radius: 0.5rem !important;
}

.snip-layout .snip-btn--highlight {
    background: var(--color-orange);
    color: #222;
}

#snipcart-previous:hover,
.snip-btn--highlight:hover {
    background: #003360 !important;
    border-color: #003360 !important;
    color: #fff !important;
    cursor: pointer;
}




.snip-layout .snip-ico--close.snip-product__remove:before {
    content: url("/HPCO/Assets/Images/trash-solid.svg") !important;
    width: 22px;
    height: 22px;
    display: block;
}

#snipcart-main-content {
    padding: 50px;
    background: #fff;
}

.snip-layout .snip-ico--close:before {
    content: "" !important;
}

.snip-layout .snip-quantity-trigger__btn--duplicate {
    background-color: var(--color-orange) !important;
}

.snip-layout .snip-quantity-trigger__btn:hover {
    background-color: var(--color-orange) !important;
}

.snip-layout .snip-loader--bar:before {
    background-color: var(--color-orange) !important;
}

.snip-layout .snip-flash__item--warn {
    background-color: var(--color-orange) !important;
}

.snip-layout .snip-badge--warn {
    background-color: var(--color-orange) !important;
}



/*
     background: #036cb6;
    color:#fff;
           }

           .smaller:hover{
    background: #003360 !important;
    border-color:#003360 !important;
    color:#fff !important;
    cursor:pointer;
           }
 */

.snip-layout .snip-product__remove {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    padding-top: 8px !important;
    color: #F15F99 !important;
    float: right !important;
}

.snip-quantity-trigger > span,
.snip-table__cell--right > span {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

.snip-layout .snip-table td,
.snip-layout .snip-table th,
.snip-layout .snip-table tr {
    padding-right: 0 !important;
    padding-left: 0 !important;
    min-width: 100px;
}

.snip-layout #snipcart-main-content .snip-header {
    height: auto;
}

.snip-layout #snipcart-main-content .snip-header__title {
    width: 100%;
    position: relative;
    line-height: normal;
}

.snip-layout #snipcart-main-content .snip-header__total {
    display: block;
    margin-top: 10px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 30px;
}

.snip-layout #snip-layout-cart-content .snip-layout__close {
    top: 50px;
    right: 50px;
}


@media (max-width: 767px) {



    #snipcart-main-content {
        padding: 25px;
    }

    .snip-layout #snipcart-main-content .snip-header__total {
        margin: 0px;
    }

    .snip-layout #snip-layout-cart-content .snip-layout__close {
        top: 40px;
        right: 20px;
    }

    .snip-layout .snip-header {
        padding: 1em 1em 1em 0 !important;
    }

    .snip-layout .snip-discount__remove, .snip-layout .snip-product__remove {
        position: static !important;
    }

    .snip-layout .snip-table__small-col {
        margin-top: 0em !important;
    }

    #snipcart-previous, .snip-btn--highlight, .snip-layout .snip-btn {
        padding: 5px 30px 40px 30px !important;
        background: #036cb6 !important;
    }

    .snip-layout .snip-col {
        padding: 1em 0 !important;
    }

    .snip-layout .snip-actions {
        padding: 1em 0 !important;
    }
}


.snip-layout {
    display: block !important;
    visibility: hidden;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

    .snip-layout.snip-active {
        visibility: visible;
    }

    .snip-layout .snip-layout__main-container {
        right: -100%;
        opacity: 0;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
    }

    .snip-layout.snip-active .snip-layout__main-container {
        right: 0px;
        opacity: 1;
    }

#snipcart-close {
    width: 42px;
    height: 42px;
    background: url('/HPCO/Assets/Images/snipClose.png') no-repeat center center;
}

#snipcart-footer {
    display: none !important;
}

.snip-layout .snip-product__name::after {
    content: none;
}

.snip-btn.snip-btn--highlight.snip-btn--full {
    font-size: 1rem !important;
}

.profile-content-area .tabbed-content.tab-content {
    background-color: inherit;
    border: none;
}

.profile-content-area .form-group label {
    width: 20% !important;
    padding-right: 5px;
    float: left;
}

.profile-content-area .form-builder input, .profile-content-area .form-group input, .profile-content-area .form-group select {
    width: 80% !important;
    float: left;
}

.profile-content-area .form-group .radioButtonList input {
    width: 2% !important;
    margin: .5rem 1rem 0 0.5rem !important;
}

.profile-content-area .validation {
    border: none !important;
}

.profile-content-area .form-row input[type="checkbox"] + label, .profile-content-area .form-row input[type="radio"] + label {
    float: left;
    width: 90% !important;
    text-align: left !important;
    margin: .5rem 1rem 0 0.5rem !important;
}

.hide {
    display: none !important;
}

.tab-content > .tab-pane {
    display: none;
}

.profile-content-area .form-builder .Userbutton input {
    width: auto !important;
    float: left;
}

.profile-content-area.create-user .form-row input[type="radio"] + label {
    width: 80% !important;
}

.profile-content-area.create-user .form-group .radioButtonList input {
    width: 4% !important;
    margin: .5rem 1rem 0 0.5rem !important;
}


.ui-accordion-header-active {
    background: #f5f5f5 !important
}

.nav-tabs {
    border-bottom: 0 !important;
}

.tabbed {
    font-size: 16px
}

.call-to-action, .tabbed {
    box-shadow: none !important;
    border: 0px solid #ccc
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid #ccc;
        border-radius: 4px 4px 0 0;
    }

        .nav-tabs > li > a:hover {
            border-color: var(--default-blue);
            color: var(--default-blue) !important
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #fff !important;
        cursor: default;
        border: 1px solid transparent;
        border-bottom-color: transparent;
    }

.nav-tabs > li {
    border-right: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
}

.tabbed .tabbed-nav li a {
    border-radius: 0 !important;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    font-size: 18px;
    color: var(--color-blue);
    padding: 0 10px;
    text-decoration: none;
}



.tabbed .tabbed-nav li a {
    padding: 10px 15px;
}

.tabbed .tabbed-nav li {
    background: #fff;
    /* border-bottom: 0; */
    color: #333;
    height: 50px !important;
    width: auto;
    margin: 5px
}

.tabbed-nav li.active {
}

.nav-tabs > li > a {
    border-radius: 0
}

.tabbed .tabbed-nav li a {
    color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0
}

.nav-tabs {
    /* border-bottom: 0*/
}

.tabbed-content.tab-content {
    background: #f5f5f5;
    margin: 5px;
    border: 1px solid #ccc !important;
}

.tabbed .tabbed-nav li.active, .nav-tabs > li.active > a {
    background-color: #ff0 !important;
    background: var(--default-blue) !important;
    color: #fff !important;
}

.nav-tabs {
    border-bottom: 0
}
