html, body {
    height: 100%;
}

a, a:link, a:visited, a:active {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


ul, ol {
    margin: 0;
    padding: 0 0 0 0;
}

hr {
    margin: 0;
    padding: 0;
    height: 1px;
    background: #443884;
    border: 0 solid #443884;
}

img {
    max-width: 100%
}

/*override for the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

.dnnGrid img {
    min-width: 16px
}

.mark {
    background-color: transparent
}

#ControlBar .subNav {
    margin: 0 1px 0 0
}

.dnnDropDownList > div > a {
    min-height: 36px
}

.dnnFormItem input[type="text"], .dnnFormItem select {
    font-size: 14px
}

a.dnnPrimaryAction, a:visited.dnnPrimaryAction, a:active.dnnPrimaryAction, a:link.dnnPrimaryAction, a:visited.dnnPrimaryAction, a:active.dnnPrimaryAction {
    color: #fff;
}

ul.dnnAdminTabNav {
    height: 40px
}

.dnnGridItem td {
    min-width: 52px
}

.dnnDropDownList .selected-item a, .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active {
    height: auto !important
}

div.console-large h3 {
    font-size: 115%;
    font-weight: bold;
}
div.console-large div.console-large {
    height: 120px !important;
}
.ContentPane span.normal img {
    margin: 0 8px
}
/* helper classes */
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/* ADMIN */
#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}

    #ControlBar .subNav.advanced dl {
        padding-right: 0;
        width: 610px
    }

/*Search*/
.searchInputContainer a.pacSearchBoxClearText {
    top: 2px;
    right: 115px !important;
}

ul.searchSkinObjectPreview {
    position: absolute;
    right: initial;
    left: 0;
}

#dnn_dnnSEARCH_ClassicSearch {
    width: 100%
}

/* DNN Content Items */
.dnnTreeArea {
    width: 350px
}

.NavBG {
    border-top: 1px solid #428bca;
    background: #659fc7; /* Old browsers */
    background: -moz-linear-gradient(top, #659fc7 0%, #428bca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #659fc7 0%,#428bca 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #659fc7 0%,#428bca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659fc7', endColorstr='#428bca',GradientType=0 ); /* IE6-9 */
}

#dnn_UnderNavPane {
    border: 1px solid #bbb;
    padding: 0 6px;
    border-radius: 4px
}

.UnderNavPane img {
    width: 89%
}

.Footer {
    border-top: 1px solid #402f92
}
body, .normal, .Normal {
    font-size: 15px;
}
.Normal, .NormalDisabled, .NormalDeleted, .NormalBold, .NormalRed, .normalbold, .normal {
    line-height: 1.428
}

.NormalBold, .normalbold {
    font-weight: bold
}

.Normal li {
    margin-left: 15px
}

.Normal img {
    margin: 0 4px
}

.SubHead, .subhead {
    /*font-size: 113%;*/
    display: block;
    font-weight: bold
}

.SubSubHead {
    /*font-size: 100%;*/
    font-weight: bold
}

.NormalRed {
    color: Red
}

.NormalSmall {
    font-size: 94%;
    font-style: italic
}

a.CommandButton:link, a.CommandButton:active, a.CommandButton:visited {
    font-weight: bold;
    font-size: 100%;
    text-decoration: underline;
}

a.CommandButton:hover {
    font-weight: bold;
    color: #446FA2
}

.pacCommandButton, a.pacCommandButton:link, a.pacCommandButton:active, a.pacCommandButton:visited {
    font-weight: bold;
    font-size: 100%;
    color: #eea518;
}

a.pacCommandButton:hover {
    font-weight: bold;
    color: #446FA2;
    text-decoration: underline
}

ul.social_icons {
    float: right
}

    ul.social_icons li {
        list-style: none;
        padding: 8px 0
    }

.NormalRed {
    color: Red
}

.dnnLabel label {
    font-weight: bold
}

.dnnFormError {
    color: #fff !important
}

.dnnPrimaryAction {
    color: #fff !important;
}

h2.dnnFormSectionHead, .dnnFormSectionHead span {
    font-size: 130%
}

/* Content Import Theme Overrides */
.site-header.site-header--absolute + .site-content {
    padding-top: 125px;
}
body > form #ControlBar_ControlPanel {
    z-index: 99999 !important; /* set higher than module action menus */
}

/* Theme Content */
.Content {
    min-height: 350px;
}
.LogoutPane {
    margin-bottom: 10px;
}
/* Containers */
.pacProgramContainer {
    margin-bottom: 16px;
}

    .pacProgramContainer h2 {
        color: #023263;
        font-weight: normal;
        /*font-size: 1.2em;*/
    }

.WhiteTitle {
    padding: 8px
}

    .WhiteTitle span.Head {
        color: #fff;
    }

    .WhiteTitle a img {
        margin-bottom: 2px;
    }

.FullContainer {
    background: #fff600;
    width: 618px
}

.Top {
    background: url(images/top.jpg) no-repeat top
}

.Bottom {
    background: url(images/bottom.jpg) no-repeat bottom
}

.OrangeTitle, .OrangeTitle span.Head {
    color: #eea518;
}

    .OrangeTitle a img {
        margin-bottom: 2px;
    }

.BlueTitle span.Head {
    color: #044E6E;
}

.BlueTitle a img {
    margin-bottom: 2px;
}

.GreenTitle span.Head {
    color: #0d7319
}

.GreenTitle a img {
    margin-bottom: 2px;
}

.ContainerTextGrayBG {
    background-color: #EFEFEF;
    padding: 4px 4px 10px 4px
}

    .ContainerTextGrayBG, .ContainerTextGrayBG table, .ContainerTextGrayBG span, .ContainerTextGrayBG div {
        color: #666666;
    }

        .ContainerTextGrayBG span a:Link, .ContainerTextGrayBG span a:Active, .ContainerTextGrayBG span a:Visited {
            color: #C37E07;
            text-decoration: underline;
        }

        .ContainerTextGrayBG span a:Hover {
            color: #C37E07;
            text-decoration: none;
        }

/* ===== Shopping Cart ===== */
.ShoppingCart {
    width: 100%;
}

.ShoppingCartHeader {
    height: 35px
}

    .ShoppingCartHeader > div {
        color: #f2a21b;
        font-size: 150%;
        font-weight: bold;
        text-shadow: 0px 1px 0 #444;
    }

.CartSeparator {
    line-height: normal;
}

.CartSeparator {
    width: 100%;
    border-top: solid 1px #15477a;
    padding: 0 !important;
    height: 2px;
}

.ProductRow {
    clear: both;
}

    .ProductRow > div, .ShoppingCartHeader > div, .OrderHeader > div {
        float: left;
        margin: 6px 1%;
        vertical-align: middle
    }

.DiscountRow {
    text-align: right
}

div.PriceColumn {
    width: 11%;
    text-align: right;
    font-weight: bold
}

div.RemoveColumn {
    width: 10%
}

div.NameColumn {
    width: 13%
}

div.QtyColumn {
    width: 6%
}

div.ClassColumn {
    width: 49%
}

div.Discount {
    padding-left: 45%;
    text-align: right
}

    div.Discount .dnnLabel {
        width: 43%
    }

    div.Discount label {
        white-space: nowrap
    }

    div.Discount .DiscountButton {
        padding-left: 10px
    }

div.WithPriceLabel {
    text-align: right
}
.CheckOut {
    max-width: 980px;
    margin: 0 auto;
}
.Totals {
    float: right;
    margin-right: 1%;
}

.Total {
    font-weight: bold;
    font-size: 10pt;
    color: #333;
    text-align: right;
    width: 220px;
}

    .Total > div {
        margin-right: 10%;
        float: left;
        text-align: right;
        width: 80px;
    }

.Total {
    font-size: 110%
}

.Cart {
    padding: 0 2% 0 0
}

.CartInfo {
    margin-bottom: 8px
}

.Name {
    white-space: nowrap;
    min-width: 165px
}

.Price {
    padding-right: 0;
    padding-left: 6px;
    white-space: nowrap;
    text-align: right;
}

ul.ShoppingCartActions {
    width: 100%
}

    ul.ShoppingCartActions li {
        float: right
    }

.ClassList {
    float: left;
    width: 45%
}

.ClassInfo {
    float: left;
    width: 55%
}

.dnnFormItem .Prices {
    width: 100%;
}

.pacFormMessage {
    right: 0;
    left: 45%
}

.RotatorWrapper {
    padding: 0 0 15px 0;
}

    .RotatorWrapper div.DNNModuleContent > ul {
        z-index: 0
    }

    .RotatorWrapper ul {
        margin: 0;
        padding: 0;
    }

    .RotatorWrapper li a img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.RotatorNav {
    height: 40px;
    background: url(images/30black.png);
    margin: 0;
    padding: 0;
    list-style: none;
    clear: right;
    overflow: hidden
}

    .RotatorNav li {
        float: left;
        list-style: none;
        display: block;
        margin: 0 1% 0 1%;
        text-align: center
    }

        .RotatorNav li a {
            color: #999;
            line-height: 40px;
            text-decoration: none;
            font-size: 1.1em
        }

            .RotatorNav li a:hover {
                text-decoration: underline
            }

        .RotatorNav li.cycle-pager-active a {
            color: #fff
        }

li.cycle-slide {
    list-style: none;
    max-width: 100%;
    width: 100%;
}

.NotMe, .NotMe span a {
    font-size: 80%;
    font-style: italic;
}

    .NotMe span a {
        text-decoration: underline
    }

        .NotMe span a:hover {
            font-size: 80%;
        }

.PACHeader {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #FFD83A;
    border-color: #B59203;
    min-height: 63px;
}

.ContainerText .HeaderText {
    color: #FFF;
    text-shadow: 0px 0px 4px #666;
}

.AdminRewards {
    width: 100%;
    text-align: right;
}

.RewardHeader {
    padding: 0 8px;
    margin: 8px 0;
    border-radius: 6px;
}

    .RewardHeader h2 {
        color: #fff;
        line-height: 34px;
        font-size: 120%;
    }

.RewardOption1 {
    background-color: #1e0d73;
}

.RewardOption2 {
    background-color: #eea518;
}

.OrderSeparator {
    width: 100%;
    height: 1px;
    background-color: #446FA2;
    border: none 0px #ffffff;
    color: #446FA2;
}

.dnnPrimaryAction {
    white-space: nowrap
}

tr.GridHeader th {
    font-size: 100%;
    font-weight: bold;
    vertical-align: bottom
}

.Welcome {
    font-size: 125%;
}

.DisabledText {
    font-style: italic;
}
/* Modal Popup */
.modalBackground {
    background-image: url(images/filter.png);
}

.modalPopup {
    background-image: url(images/white.gif);
    border: solid 1px blue;
    padding: 10px;
    width: 340px;
    text-align: center;
    font-weight: bold;
}

.modalPopupHandle {
    cursor: move;
    background-color: #DDDDDD;
    border: solid 1px Gray;
    color: Black;
    text-align: center;
    font-weight: bold;
    font-size: 113%;
    padding: 3px;
}

.updateInfoPopup {
    background-image: url(images/white.gif);
    border: solid 1px blue;
    padding: 10px;
    width: 630px;
    text-align: center;
}

    .updateInfoPopup .dnnForm {
        width: 450px;
    }

.overridePopup {
    background-image: url(images/white.gif);
    border: solid 1px blue;
    padding: 10px;
    width: 300px;
    text-align: center;
    font-weight: bold;
}

.chooseProgramsPopup {
    background-image: url(images/white.gif);
    border: solid 1px blue;
    padding: 10px;
    width: 1050px;
    text-align: center;
    font-weight: bold;
}

.choosePrograms {
    height: 450px;
    overflow: scroll;
}

.chooseRewardPopup {
    background-image: url(images/white.gif);
    border: solid 1px blue;
    padding: 10px;
    width: 600px;
    text-align: center;
    font-weight: bold;
}

.termsPopup {
    background-image: url(images/white.gif);
    border: solid 1px blue;
    padding: 10px;
    width: 800px;
    height: 420px;
    text-align: center;
    font-weight: bold;
}

.termsContainer {
    width: 790px;
    overflow: auto;
    height: 370px;
    padding: 5px;
}

.fieldLabel {
    width: 192px;
    white-space: nowrap;
    vertical-align: top;
}

.fieldData {
    vertical-align: top;
    white-space: nowrap;
}

#MemberInfo {
    float: left
}

#UpdateInfoButton {
    float: right
}

td.OrderTitle, td.OrderTitle > div, .TeamTitle span {
    color: #1e0d73;
    font-weight: bold;
    font-size: 140%;
}

.pacTeamSignin {
    width: 700px;
}

    .pacTeamSignin p {
        margin-left: 230px;
    }

.pacSession, .pacProgramContainer {
    font-size: 15px;
}
    .pacProgramContainer h2 {
        font-size: 24px;
    }
    .highlight_section {
        opacity: .5;
        z-index: 0;
        filter: alpha(opacity=50);
        text-align: center;
        color: #90ee90;
        background-color: #90ee90;
    }

.open_section {
    z-index: 0;
    background-color: #c7f6c7;
    /*background-image: url(images/dataopenbg.png);*/
}

.highlight_section:hover {
    color: #222;
    background-color: #90ee90;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.busy_section {
    opacity: .5;
    z-index: 0;
    filter: alpha(opacity=50);
    text-align: center;
    color: #000;
    background-color: #999;
}

.highlight_massage_section {
    opacity: 0;
    z-index: 1;
    filter: alpha(opacity=0);
    text-align: center;
    color: #90ee90;
    background-color: #90ee90;
}

    .highlight_massage_section:hover {
        color: #222;
        background-color: #90ee90;
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

.dhx_cal_tab {
    display: none
}

.dhx_cal_event .dhx_body {
    width: 100% !important;
}

.dhx_cal_event .dhx_title {
    height: 20px !important;
}

.fileinput-upload {
    margin: 10px;
}

.fileinput-instruction-image {
    float: right;
    margin-right: 30px;
}

#errors {
    color: Red;
    font-weight: bold;
}

#progress .progress-bar {
    height: 22px;
    background: #afe14e;
}

#progress {
    border: 1px solid #dcdcdc;
}

.fileinput-instructions {
    float: left;
    font-style: italic;
    margin-left: 10px;
}

.dialog {
    margin: 5px;
}

.pacSubSectionHead {
    font-size: 113%;
    font-weight: bold;
    border-bottom: 1px solid #a1a1a1;
    margin: 15px 0 5px 0;
}

.profileImage img {
    width: 90%;
}

.pacActionRow {
    margin: 15px 0 0 0;
    text-align: center;
}

.pacFormItems {
    margin: 15px 0;
}

.pacForm fieldset {
    border: none;
}

.pacForm {
    margin: 5px;
}

.pacDropDowns {
    font-size: 120%;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pacDatePicker {
    width: 70%;
    float: right;
}

    .pacDatePicker > div {
        float: right;
        width: initial;
    }

.pacDataItem h2 {
    margin: 0 auto 0;
}

.pacModal {
    display: none;
}

    .pacModal p {
        padding: 5px;
    }

div.dnnRegistrationForm .dnnForm {
    width: 90%;
}

.pacFormColumn {
    width: 46%;
    float: left;
}

.pacSectionHead {
    font-size: 110%;
    font-weight: bold;
    display: block;
    margin: 9px 5px 3px 5px;
}

/*.pacFormColumn .dnnFormItem {
    clear: none;
}*/
.pacMinutesAccount > fieldset {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    margin: 5px;
    width: 46%;
    padding: 5px;
    height: 315px;
}

.pacMinutesAccount .dnnFormItem {
    clear: both;
}

    .pacMinutesAccount .dnnFormItem label {
        width: 100%;
        text-align: left;
    }

.dnnFormItem .ucLinkTypeRadioButtons label {
    font-size: 95%;
}

.pacFormItem label {
    width: 100%;
    text-align: left;
}

.pacSearch {
    text-align: right;
}

.pacGridHeader {
    background: url(images/nav.png) repeat-x;
    height: 22px;
}

    .pacGridHeader th, .pacGridHeader td {
        font-size: 108%;
        color: #fff;
        font-weight: bold;
        padding: 2px 4px;
    }

tr.pacGridItem td {
    padding: 2px 4px;
}

.pacGridFooter {
    background: #CCCCCC;
}

td.GridItem {
    clear: none !important;
    display: table-cell !important;
    width: initial !important;
}

.OrderCancelled {
    background: #ff0000
}

.pacMemberInfo {
    float: left;
}

.pacUserInfo {
    border: 1px solid #000099;
    display: block;
    float: right;
    width: 70%;
    margin: 10px 5px;
    padding: 4px 10px;
}

.pacGridSelectedRow {
    font-weight: bold;
    color: #fff;
    background: #000099;
}

.pacModule {
    padding: 8px;
    margin: 5px 0 5px 5px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 86%;
}

.pacRightColumn {
    float: right;
}

.pacLeftColumn {
    float: left;
}

ul.pacMyMembership {
    width: 100%;
    margin-bottom: 15px
}

    ul.pacMyMembership li {
        float: left;
        display: block;
        list-style: none;
        font-size: 90%
    }

        ul.pacMyMembership li INPUT {
            vertical-align: bottom;
        }

        ul.pacMyMembership li a:link, ul.pacMyMembership li a:active, ul.pacMyMembership li a:visited {
            font-size: 94%;
            color: Black;
            vertical-align: top;
            line-height: 22px;
        }

        ul.pacMyMembership li a:hover {
            text-decoration: none;
        }

.pacCheckbox input[type="checkbox"] {
    margin: 5px;
}

/*@media (max-width: 1199px) {
    adjustments for i5 template
    .topnav .menu-item > a {
        color: rgb(2, 50, 99) !important;
    }
}
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .Content h3 {
        font-size: 1.2em;
        margin-top: 20px
    }
    
    .searchInputContainer a.pacSearchBoxClearText {
        right: 75px !important;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .nav > li > a {
        padding: 14px 12px;
        font-size: 1em
    }

    .Content h3 {
        font-size: 1.4em
    }

    .HeaderRow div {
        text-align: center;
        color: #fff;
        font-size: 1.1em
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
    .HeaderRow div {
        text-align: center;
        color: #fff;
        font-size: 1.3em
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}