﻿/* Markup Content Styles */
body {
    font-size: 12px;
    position: relative;
    font-family: Roboto, sans-serif, Arial;
    min-width: 950px;
    background-color: white;
    color: #4D4D4D;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    padding-left: 10px;
}

h1 {
    font-size: 138.5%;
}

h2 {
    font-size: 21px;
    padding-left: 0;
    text-shadow: 0 1px 1px #EEE;
}

h3 {
    font-size: 16px;
    padding-left: 0;
    margin-left: 0;
}

h4 {
    padding-left: 0;
}

h5 {
    padding-left: 0;
    font-size: 15px;
}

h1, h2, h3 {
    margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6, strong i {
    font-weight: 700;
}

p {
    margin: 0 0 10px;
    font-size: 12px;
}

a {
    color: #005F9B;
}

    a:focus, a:hover {
        color: #f47920;
        text-decoration: underline;
    }

em {
    font-style: italic;
}

li ul, li ol {
    margin: 0;
}

ul, ol {
    margin: 0 10px 10px 0;
    padding-left: 15px;
}

    ul li {
        list-style-type: disc;
        padding: 5px 0;
    }

    ol li {
        list-style-type: decimal;
    }

table {
    margin-bottom: 5px;
    width: auto;
}

th, td {
    padding: 5px 6px;
}

th {
    font-weight: 700;
}

    th a {
        font-weight: 100;
    }

th, td {
    vertical-align: top;
}

td {
    padding: 5px 6px;
}

tfoot {
    font-style: italic;
}

.EntryGrid th {
    padding: 9px 6px 5px 6px;
}

td.NormalCell {
    padding: 9px 6px 5px 6px;
}

.small, small {
    font-size: 12px !important;
}

label {
    font-weight: 700;
    font-size: 12px;
}

input[type=text], input[type=number], input[type=date], input[type=datetime], input[type=datetime-local], input[type=time], input[type=password], input.text, input.title, select, textarea {
    font-size: 12px;
    font-weight: normal;
    background-color: white;
    padding: 2px 2px 2px 2px;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #999;
    border-radius: 2px;
    margin: 0;
}

input[type=text], input[type=number], input[type=password], input.text, input.title, select, textarea {
    width: 200px;
}

input[type=date] {
    width: 130px;
}

input[type=datetime], input[type=datetime-local] {
    width: 195px;
}

label.Checkbox {
    margin-right: 10px;
}

input[type=password][disabled] {
    color: #aaa;
    background-color: #eee;
}

table a.disabled {
    color: #aaa !important;
    background: #eee url() no-repeat 0 0 !important;
    border: 1px solid #ddd;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border: 1px solid #cccccc;
}

input[type=text][disabled=disabled], input[type=text][readonly=readonly], textarea[disabled], textarea[readonly] {
    background-color: #F0F0F0;
}

textarea {
    width: 390px;
    padding: 2px;
}

table textarea {
    position: initial;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
    position: relative;
    top: 2px;
}

form label {
    font-size: 12px;
}

    form label[disabled=disabled] {
        color: #999;
    }
/* 
 *
 * 
 * START LAYOUT - header first 
 *
 *
 */
.headerWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 0 5px black;
}

#custom_header {
    float: left;
}

#layout_header {
    display: block;
    left: 0px;
    height: 60px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #4D4D4D;
    background-image: url();
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: white;
    z-index: 13;
}

    #layout_header h1 {
        color: #000;
        display: inline-block;
        position: relative;
        top: 17px;
        left: 70px;
        font-size: 19px;
    }

    #layout_header h1 {
    }

.layout_header_tag {
    display: inline;
    float: left;
    background: none;
    position: relative;
    color: #000;
    font-weight: 100;
}
/*
* Checkout container in header
*/
.checkout-container {
    float: right;
    padding: 7px;
    z-index: 101;
    background-color: white;
    font-size: 13px;
}

    .checkout-container a {
        text-decoration: none;
    }

        .checkout-container a:focus, .checkout-container a:hover {
            text-decoration: underline;
        }

    .checkout-container label {
        font-size: 13px;
    }

/* Horizontal Menu */
#layout_menu {
    background: #ddd url()repeat-x;
    width: 100%;
    height: 30px;
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
}

#layout_menu, body .ui-widget-header {
    color: white;
    font-weight: 100;
    position: relative;
}

#layout_menu {
    z-index: 12;
}

#layout_header #layout_logo, #layout_header > a, #layout_header h1, #layout_header .layout_header_tag {
    text-shadow: none;
}

#layout_menu > li {
    display: block;
    float: left;
    background-color: transparent;
    position: relative;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    z-index: 10;
}

.layout_right_button {
    float: right;
    margin-right: 10px;
    margin-top: 0px;
}

#layout_menu > li > a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    height: 18px;
    font-weight: normal;
    font-size: 15px;
    padding: 5px;
    letter-spacing: normal
}

    #layout_menu > li > a > span {
        display: block;
        word-break: break-all;
        overflow: hidden;
        cursor: pointer;
        padding: 0 8px;
        line-height: 20px;
    }

/* System Options tabs */
#tabs {
    margin-top: 43px;
}

    #tabs .ui-widget-header {
        position: relative;
        top: -37px;
    }

    #tabs .ui-state-active {
        background: #ffffff !important;
        border: 1px solid #999999;
        border-bottom: none;
    }

    #tabs .ui-widget-header .ui-state-default {
        border: 1px solid #C5C5C5;
        border-bottom: none;
        background: #eeeeee;
    }

        #tabs .ui-widget-header .ui-state-default:hover {
            border: 1px solid #AEAEAE;
            border-bottom: none;
            background: #dddddd;
        }

.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    background: transparent url();
    border: 0;
}

.SystemOptions {
    position: relative;
    top: -20px;
}

.BigNav {
    font-size: 13px;
}

/*
    ############################
    #    Mini Nav Test CODE    #
    ############################

@media (min-width: 600px) {
    .BigNav {
        display: block;
    }
    .MiniNav {
        display: none;
    }
}

@media (max-width: 600px){
    .BigNav {
        display: none !important;
    }
    .MiniNav {
        display: block;
        background-color: #ddd;
        position: relative;
    }
    .DropDown {
        display: none;
        background-color: #eee;              
        position: absolute;
        top: 0;
        left: 100px;
        right: 0
    }
    .MiniDropDown {
        position: initial;
    }
    .MiniDropDown:hover {
        background-color: #eee;
    }
    .MiniDropDown:hover .DropDown {
        display: block;
    }
}*/

/*@media (max-width: 650px) {
   body div #layout_menu {
        border: none;  
        height:auto;       
    }
}

@media (max-width: 1000px) and (min-width: 650px){
    #layout_menu > li > a > span {
        padding: 0;
        font-size: 10px;
    }
}

@media (max-width: 650px) {
    .headerWrapper {
        position: relative;
    }

    .layout_content_wrapper {
        padding-top: 10px;
    }

    #layout_menu > li {
        display: block;
        width: 100%;
    }

    #layout_menu > li > a  {
        padding: 0;
        font-size: 10px;  
        display: block;
        width: 100%;
        text-align: center;
    }

    #layout_menu > li > a > span {
        padding: 0;
        font-size: 10px;       
        width: 100%;
        background-color: #04A3E8;
    }
}*/


#layout_menu > li:hover, #layout_menu > li.layout_on {
    background-color: #aaa;
    background-image: none;
    background-repeat: repeat-x;
    /*box-shadow: 1px 1px 5px #000;
	border-left: 1px solid #7DC9F2;*/
}

.HideNav2 {
    display: none;
}
/*
 *
 * Content Wrapper
 *
 */
.layout_content_wrapper {
    width: 100%;
    min-height: 400px;
    position: relative;
    font-size: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    padding-top: 91px;
}

.SubMenuExists .layout_content_wrapper {
    padding-top: 115px;
}
.ShowMemberProfile.SubMenuExists .layout_content_wrapper {
    padding-top: 93px;
    width: calc(100% - 155px);
}
.ShowMemberProfile .layout_content_wrapper {
    padding-left: 155px
}
/* Main Content */
.layout_content {
    background-color: #ffffff;
    padding: 10px 10px 20px 15px;
    color: #4D4D4D;
}

#MemberInfoSection {
    width: 155px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 92px;
    word-wrap: break-word;
    border-right: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #eeeeee;
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
}

    #MemberInfoSection .Balances td {
        padding-left: 0;
    }
    #MemberInfoSection ul {
        margin-left: 0;
        padding-left: 0;        
    }
        #MemberInfoSection ul li {
            list-style-type: none;
            padding-top: 2px;
        }

#MemberInfoSection p .MemberName {
    font-size: 14px;
}

.MemberProfileShowHide {
    /*display: none;
    position: fixed;
    z-index: 100;
    top: 82px;
    left: 10px;
    width: 15px;
    height: 10px;*/
    padding: 1px 6px 2px 4px;
}
.ShowMemberProfile .MemberImageThumb {
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    background-size: cover;
    box-shadow: 0px 0px 8px #9c9c9c;
    border: solid 1px #b5b2b2;
    margin-bottom: 10px;
}

.MemberImageThumbSmall {
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16%;
    background-size: cover;
    box-shadow: 0px 0px 5px #eee;
    border: solid 1px #5a5a5a;
}
.ShowMemberProfile .nav3Wrapper {
    display: none;
}
.ShowMemberProfile iframe {
    margin-left: 12px;
}

/*
 *
 * Footer
 *
 */
#layout_footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 5px 0px 0px 0;
    padding-left: 5px;
    border-top: 1px solid #fff;
    height: 30px;
    background-color: #DDDDDD;
    font-size: 8pt;
    box-shadow: 0 0 5px #000;
}
/*
 *
 * Drop down menu (new)
 *
 */

.dropdownWrapper {
    position: absolute;
    top: 30px;
    left: -1px;
    display: none;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 5px #111; /* CSS3 */
    z-index: 2000;
}

.HideItems {
    display: none;
}

#layout_menu .blind {
    position: absolute;
    top: 25px;
    left: 0px;
    padding-top: 6px;
    background-color: grey;
    width: 100%;
    z-index: 3000;
    display: none
}

.dropdownWrapper > div {
    float: left;
    padding-bottom: 10px;
}

.dropdownWrapper h4 {
    margin-top: 10px;
    padding: 0 0 5px 5px;
}
/*
 * #layout_menu li:hover .dropdownWrapper {
    display: block;
 }
 */
.dropdownWrapper ul, .dropdownWrapper li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.dropdownWrapper ul {
    width: 200px;
    position: relative;
    z-index: 10;
}

.dropdownWrapper li.Header {
    font-weight: bold;
}

.dropdownWrapper li {
    display: block;
    overflow: hidden;
}

    .dropdownWrapper li a {
        color: black;
        display: block;
        width: 100%;
        text-decoration: none;
    }

        .dropdownWrapper li a span {
            display: block;
            padding: 3px 5px;
        }

        .dropdownWrapper li a:hover {
            background-color: #dddddd;
        }

.dropdownWrapper h4 {
    margin-top: 10px;
    padding: 0 0 5px 5px;
    color: black;
}
/*
 *
 * Drop down menu (old)
 *
 */
/*.dropdown_menu {
    z-index: 10;
}
.dropdown_menu ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    box-shadow: 1px 1px 3px black;
    list-style: none;
    padding: 3px 0 0 0;
    width:200px;
}
.dropdown_menu ul li {
    list-style: none;
    background-color: #eee;
}
.dropdown_menu ul li:hover {
    background-color: #ddd;
}
.dropdown_menu ul li a {
    color: #000;
    padding:0px;
    padding-left: 10px; 
    display:table-cell;
    vertical-align:middle;  
    width: 200px;
    font-weight: 100;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    float: none;
    background-image: url();
    background-position: 4px center;
    background-color: transparent;
    background-repeat: no-repeat;
    overflow: hidden;
}*/
li:hover .dropdown_menu ul {
    display: block;
}

li .dropdown_menu ul li.layout_on {
    background-color: #bbb;
}
/* ------------------- Notifier ------------------ */
.nav3Wrapper {
    display: block;
    background-color: #eee;
    border-top: 1px solid #aaa;
}

    .nav3Wrapper ul, .nav3Wrapper li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav3Wrapper ul {
    }

    .nav3Wrapper li {
        display: inline-block;
        padding: 3px 0;
    }

        .nav3Wrapper li:first-child {
            margin-left: 5px;
        }

        .nav3Wrapper li a {
            text-decoration: none;
        }

            .nav3Wrapper li a:hover {
                color: #f47920;
                text-decoration: underline;
            }

        .nav3Wrapper li:not(:last-child):after {
            color: #aaa;
            content: "|";
            padding: 0px 2px;
        }

.nav3HeightLayoutContent {
    padding-top: 113px;
}
/* ------------------- Notifier ------------------ */
#notifier-container {
    position: fixed;
    text-align: center;
    left: 50%;
    top: 5px;
    z-index: 100;
    display: none;
}

#notifier-message {
    padding: 5px 10px;
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin: 0 auto;
    margin-left: -100%;
}
/* ----- Error and Info messages ----- */
.error {
    margin: 0 0 8px 0;
    background-image: url(/Static/Images/Icons/Error.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #C00;
}

div.error {
    min-height: 25px;
}

div.error2 {
    color: #C00;
}

div.error2 span {
    font-weight: normal !important;
}

.invalid-color {
    color: #C00 !important;
}

.warning-color {
    color: darkorange !important;
}

.info {
    background-image: url(/Static/Images/Icons/Ok.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: green;
}

div.info {
    min-height: 25px;
}
/* 
 *
 * Content
 *
 */
table.FieldSet {
    margin-right: 30px;
}

    table.FieldSet td {
        vertical-align: top;
        padding-right: 30px;
    }

.FieldSetField {
    padding-top: 9px !important;
}

table.FieldSet td a.fancy, table.FieldSet td input.fancy {
    font-size: 100%;
}

table.FieldSet th {
    text-align: left;
    font-weight: 700;
    vertical-align: top;
    font-size: 12px;
    padding-left: 6px;
    padding-top: 9px;
    white-space: nowrap;
}
table.FieldSet th.enable-wrap {
    white-space: unset;
}

    table.FieldSet th.Header {
        padding: 2px 20px;
        border: 1px solid #aaa;
        font-size: 1.2em;
        text-align: center;
        background-color: #eee;
    }

table.FieldSet tr.hr {
    border-top: 1px solid #4D4D4D;
}

table.FieldSet h3 {
    margin: 5px 0;
}

table.FieldSet span {
    font-weight: 700;
    font-size: 12px;
}

table.FieldFilter th, table.FieldFilter td {
    white-space: normal;
}
td.TextOnly {
    padding-top: 9px;
}
.ui-tabs .ui-tabs-panel {
    padding: 1em !important;
}
/* ----------- IMG Controls ------------ */
.float-left {
    float: left;
    margin: 0 10px 10px 0;
    width: 75px;
}
/* --------- Page divider styles --------- */
.divide {
    width: 100%;
    position: relative;
    clear: both;
}

.half {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

.no-margin .half, .no-margin .third, .no-margin .two-thirds, .no-margin .three-quarters {
    margin-left: 0%;
    margin-right: 0%;
}

.half {
    width: 48%;
}

.float-right {
    float: right;
    top: -14px;
}

.float {
    clear: both;
    margin-bottom: 15px;
}

.clear {
    clear: both;
}
/* remove margin from any element */
.m0 {
    margin: 0 !important;
}
/* ---------------------- */
hr {
    clear: both;
    margin: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 0;
}
/*--------- Grey Box with rounded corners. --------*/
.grey-box {
    border: 1px solid #ddd;
    border-right: 1px solid #888;
    border-bottom: 2px solid #AAA;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #ccc,1px 1px 0 #fff inset;
    width: 98%;
    margin-left: 0%;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 10px;
    text-shadow: 0px 1px 0px #fff;
    background: #F1F1F1;
    background: -moz-linear-gradient(top,rgba(241, 241, 241, 1) 0%,rgba(253, 253, 253, 1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(241, 241, 241, 1)),color-stop(100%,rgba(253, 253, 253, 1)));
    background: -webkit-linear-gradient(top,rgba(241, 241, 241, 1) 0%,rgba(253, 253, 253, 1) 100%);
    background: -o-linear-gradient(top,rgba(241, 241, 241, 1) 0%,rgba(253, 253, 253, 1) 100%);
    background: -ms-linear-gradient(top,rgba(241, 241, 241, 1) 0%,rgba(253, 253, 253, 1) 100%);
    background: linear-gradient(top,rgba(241, 241, 241, 1) 0%,rgba(253, 253, 253, 1) 100%);
}

.fullWidth {
    margin-right: 0;
    width: 100%;
    padding: 0;
}

.padding {
    padding: 10px;
}
/* 
 *
 * button styles 
 *
 * /

/* Button font size */
input[type=button], input[type=submit], input.fancy, a.fancy, .icon-button, input.fancy-cancel, a.fancy-cancel, .current-purchase .link a.fancy-cancel, .ui-button-text, .cancel-dialog {
    font-size: 13px;
}
/*Purple gradient button*/
input[type=button], input[type=submit], input.fancy, a.fancy, .ui-button-text {
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #aaa, 1px 1px 1px #fff6e2 inset;
    cursor: pointer;
    white-space: nowrap;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #ddd;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0px 2px !important;
}

/*Hover standard button*/
input[type=button]:hover, input[type=submit]:hover, input.fancy:hover, a.fancy:hover, .ui-button-text:hover {
    background-color: #dadada;
}
/*Disabled standard button*/
input[type=button][disabled=disabled] {
    border-radius: 3px;
    box-shadow: 1px 1px 3px #aaa, 1px 1px 1px #fff6e2 inset;
    cursor: default;
    background: rgb(238,238,238); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
/* Fancy button */
input.fancy-cancel, a.fancy-cancel, .current-purchase .link a.fancy-cancel {
    font-weight: normal;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #AAA, 1px 1px 1px #FFF6E2 inset;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    background-color: #1D84C3;
    text-shadow: none;
}
    /* Fancy button hover */
    input.fancy-cancel:hover, a.fancy-cancel:hover, .current-purchase .link a.fancy-cancel:hover {
        background-color: #007AC1;
        color: #fff;
    }
/* -------------- current-purchase details table ---------------- */
.current-purchase {
    width: auto;
    font-size: 12px;
    margin-bottom: 0px;
}

    .current-purchase th {
        font-weight: 700;
        text-align: left;
    }

    .current-purchase td {
        font-weight: normal;
        vertical-align: top;
        padding-top: 0;
        padding-right: 20px;
    }

    .current-purchase table td {
    }

    .current-purchase tr.border {
        border: 1px solid #4d4d4d;
    }

    .current-purchase small {
        font-size: 90%;
        font-weight: normal;
        color: #aaa;
    }

    .current-purchase .icon {
        vertical-align: top;
    }

        .current-purchase .icon img {
            width: 20px;
            height: 20px;
            margin: 0 5px 0;
            float: left;
        }

    .current-purchase .link {
        text-align: left;
        width: auto;
    }

        .current-purchase .link a {
            font-weight: normal;
        }

        .current-purchase .link .fancy-cancel {
            line-height: 30px;
        }

    .current-purchase .message {
        width: 19%;
    }

    .current-purchase .thumbnail-small {
        width: 25px;
    }
/* Data Table font size */
#data-table, #data-table a, #data-table input, #data-table th, table.display thead th {
    font-size: 12px;
}

table.data-table {
    border: 1px solid #969696;
    margin-top: 10px;
}

.VableView {
    padding: 0 !important;
}

.TableView .layout_content {
    padding: 0px 0px 20px 0px;
}

.TableView.ShowMemberProfile .layout_content {
    padding: 0px 0px 20px 161px;
}
.TableView.ShowMemberProfile. hcontrol-inner-wrapper {
    padding-left: 10px;
}

table.data-table th {
    background: #DEDEDE url(/Static/Images/th-slice.png) repeat-x 0 center;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #4d4d4d;
    padding: 2px;
    color: #000;
    font-weight: normal;
    vertical-align: top;
}

table.data-table tbody tr:hover {
    background-color: #F1E4F2;
}

table.data-table th:hover {
    background: #DEDEDE url(/Static/Images/th-slice-hover.png) repeat-x 0 center;
}

table.data-table td {
    border: 1px solid #ccc;
    padding: 2px 4px;
    color: #000;
    vertical-align: top;
}

table.display tbody td {
    padding: 5px;
    font-size: 12px !important;
}

#table-wrapper {
    position: relative;
}

tr.TableRowLink td, table.TableRowLink tr td {
    cursor: pointer;
}
/* ------------------- Status List ------------------ */
.icon ul {
    padding-left: 0;
}

    .icon ul li {
        background-position: left 7px;
        background-repeat: no-repeat;
        padding-left: 17px;
        list-style: none;
    }

        .icon ul li.message {
            margin-left: -20px;
            width: auto;
        }

li.status-okay {
    background-image: url(/Static/Images/Icons/Ok-small.png);
}

li.status-warn {
    background-image: url(/Static/Images/Icons/Warning-small.png);
}

li.status-error {
    background-image: url(/Static/Images/Icons/Error-small.png);
}

li.hide {
    display: none;
}
/* Special Link styles with icons */
.add-link {
    font-weight: normal;
}

.add-link-right {
    position: absolute;
    right: 16%;
    top: 5px;
}
/* Option Select */
.option-select-type {
    font-weight: 700;
    padding: 10px 25px 0 0;
    display: block;
}

.type-selected {
    background: transparent url(/Static/Images/Icons/Yes.png) no-repeat right 4px;
}

.add-new-option {
    display: table;
    width: auto !important;
}

.option input[type="radio"] {
    display: none;
}

.option div div input[type="button"] {
    font-size: 115%;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.option div div .grey-box {
    font-size: 88%;
    width: 200px !important;
    height: 175px;
    float: left;
    overflow: hidden;
    padding-top: 0;
}

.option .FieldSet {
    width: auto;
}

.option-select-subtitle {
    font-size: 75%;
    font-weight: 700;
}

.option-select-small {
    font-size: 75%;
    font-style: italic;
}

.block {
    display: block;
}

.validateTips {
    border: 1px solid #eeeeee;
    padding: 3px;
}

.hide input[type=text] {
    border: 0;
    padding: 0;
    display: inline;
    width: auto;
}

.contact-box {
    font-size: 13px;
}
/* Options toggle */
.option-opentoggle {
    background-image: url(/Static/Images/Icons/dropdown.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    padding-bottom: 3px;
}

    .option-opentoggle:hover {
        background-image: url(/Static/Images/Icons/dropdown-active.png);
    }

.option-open {
    background-image: url(/Static/Images/Icons/dropdownopen.png);
}

    .option-open:hover {
        background-image: url(/Static/Images/Icons/dropdownopen-active.png);
    }
/* hover block is used for a block area that needs enclosed when moused over */
.selectBlockWrapper {
    font-size: 11px;
}

.selectBlock {
    width: 200px;
    float: left;
    padding-bottom: 30px;
    padding-left: 100px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

    .selectBlock .fancy {
        position: absolute;
        bottom: 0px;
    }

.selectTable {
    position: absolute;
    left: 0;
    margin: 0;
    margin-bottom: 10px;
    z-index: 2;
}

/*-----*/
.middle {
    vertical-align: middle;
}

    .middle img {
        vertical-align: middle;
    }

.sub {
    padding: 10px;
    display: block;
}
/*
 *
 * Wait is a canvas that is used to cover the content area when waiting for something to load.
 *
 */
#wait {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(/Static/Images/waiting.gif) !important;
    background-position: center 240px !important;
    background-repeat: no-repeat;
    background-color: #fff;
    display: block;
    z-index: 999999;
}

    #wait span {
        display: block;
        position: fixed;
        top: 220px;
        left: 50%;
        margin-left: -30px;
        font-weight: bold;
    }
/**/
.usedBy {
    margin-right: 20px;
}

.waitImage {
    display: block;
    width: 24px;
    height: 24px;
    margin: 100px auto;
}

.tableWrapper {
    overflow: hidden;
    padding: 5px 8px;
}

.printShow {
    display: none;
}

.printHide {
    display: block;
}
/* ======= */
.dataSet {
}

    .dataSet th {
        font-weight: bold;
        text-align: left;
    }

.printShowTR {
    display: none;
}
/*Form filter style*/
form.formClass label {
    font-weight: 700;
    font-size: 12px;
}

/* Button font size */
form.formClass input[type=button], form.formClass input[type=submit], form.formClass a.fancy, form.formClass a.fancy-cancel {
    font-size: 13px;
}

form.block label {
    display: inline-block;
}

form.block div.horizontal-form-filter {
    padding: 5px 10px 5px 0px;
    padding-top: 0;
    float: left;
    height: 32px;
}

form.block #Search {
    margin: 5px;
}

form.block div.horizontal-form-filter.new-line {
    clear: both;
}

form.block div.horizontal-form-filter label {
    display: block;
    margin-right: 5px;
}

/*Cancel Link*/
.cancel-dialog, #productDetailDialog a.cancel-dialog {
    padding-left: 3px;
}
/*Go Back Link*/
.go_back {
    font-size: 11px;
    padding-right: 3px;
}
/*Pagination*/
body .paging_full_numbers a.paginate_button {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0;
    cursor: pointer;
    color: #333 !important;
    background-color: #fff;
    border: 1px solid transparent;
}

    body .paging_full_numbers a.paginate_button:hover {
        background-color: #fff;
        border: 1px solid #aaa;
    }

body .paging_full_numbers a.paginate_active {
    font-weight: bold;
    background-color: #fff;
    text-decoration: none;
}
/*Pop up boxes*/
.ui-widget-header {
    background-image: url(/Static/Images/nav_blue.png);
    background-repeat: repeat-x;
    height: 20px;
    display: block;
    margin: 0;
    padding: 0;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        color: #1D84C3;
    }

        .ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
            background-color: White;
        }
/* Contact information lists */
.dColumn {
    display: inline-block;
    vertical-align: top;
}

.dColumnTitle a {
    font-weight: 100;
    font-size: 14px;
}

.dColumn .dBox {
    border-radius: 3px;
    box-shadow: 1px 1px 0px #CCC,1px 1px 0 white inset;
    margin: 0 10px 6px 0;
    background: #eeeeee;
    width: 300px;
}

    .dColumn .dBox > div {
        padding: 10px;
    }

.dColumn .dTitle {
    font-size: 13px;
    font-weight: bold;
    float: left;
    padding-bottom: 2px;
}

.dColumn .dLinks {
    float: right;
}

    .dColumn .dLinks .disabled {
        color: gray;
    }

.dColumn .dNote {
    font-size: 10px;
    color: gray;
    margin-top: 5px;
}
/* Input note */
.inputNote {
    padding-top: 5px;
    font-style: italic;
    display: inline-block;
}
/* Highlight text */
.highlight {
    background-color: yellow;
    color: #4D4D4D;
}
/*Displaying Details*/
.AccountBalance {
    font-size: 13px;
    z-index:1;
    float: right;
}
.AccountBalanceTableCell {
    white-space: nowrap;
}
.hcontrol-inner-wrapper-header-table {
    width: 100%;
}

/*Displaying Details*/
.RelationshipCount {
    float: right;
    font-size: 11px;
}

.display-details th, .display-details td {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}

.display-details td {
    padding-right: 20px;
}

.member-details hr {
    margin: 9px 0;
}

.display-details .thumbnail {
    width: 75px;
}

table.display-details {
    margin-bottom: 0;
}

.edit-details th {
    padding-left: 5px;
}

.IndexDetails th, .IndexDetails td {
    padding-top: 1px;
    padding-bottom: 1px;
}

.even_row {
    background-color: white;
}

.odd_row {
    background-color: #F0F0F0;
}

.even_row th, .even_row td {
    background-color: white;
}

.odd_row th, .odd_row td {
    background-color: #F0F0F0;
}
/*Family Overview */
.family-overview {
    width: auto;
}

    .family-overview th, .family-overview td {
        vertical-align: top;
        padding: 0px 30px 0px 0px;
    }

.family-overview-sub th, .family-overview-sub td {
    padding: 3px 15px 5px 0px;
}

.family-overview-sub th {
    white-space: nowrap;
}

.family-overview .thumbnail {
    width: 75px;
}

.noPadding-right td {
    padding-right: 0px;
}

.MemberHidden {
    color: #C00;
}
/*Member Overview */
.memberOverview th, .memberOverview td {
    padding: 2px;
}

.memberOverview .thumbnail {
    width: 75px;
}

/* Every other row */
table.every_other_row {
    border: 1px solid #F0F0F0;
}

.every_other_row > tbody > tr:nth-child(even) {
    background-color: #ffffff;
}

.every_other_row > tbody > tr:nth-child(odd):not(.even_row) {
    background-color: #F0F0F0;
}

table.every_other_row tr.override-background-color-a {
    background-color: #ffffff;
}

table.every_other_row tr.override-background-color-b {
    background-color: #F0F0F0;
}

/* Every other row invert */
table.every_other_row_invert {
    border: 1px solid #F0F0F0;
}

.every_other_row_invert > tbody > tr:nth-child(even) {
    background-color: #F0F0F0;
}

.every_other_row_invert > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
}

.PriceColor {
    color: #C00;
}

/* Cart Widget*/
.cartWidgetWrapper {
    width: 196px;
    overflow: hidden;
}

.cartWidget {
    padding: 0;
    margin: 10px 0 0 0;
    width: 195px;
    font-size: 10px;
}

    .cartWidget th {
        border-top: 1px solid #CCC;
        padding: 2px 0 5px 0;
        background-color: #fff;
    }

        .cartWidget th a {
            font-size: 12px;
        }

    .cartWidget td {
        padding: 3px 0;
        white-space: nowrap
    }

        .cartWidget td span {
            display: block;
            width: 145px;
            overflow: hidden;
            position: relative;
        }

        .cartWidget td:last-child {
            text-align: right;
        }

        .cartWidget td:only-child {
            text-align: left;
            background-color: #fff;
        }

    .cartWidget tr:hover {
        background-color: #EDDAEF
    }

    .cartWidget tr td .removeWidgetItem {
        position: absolute;
        top: -1px;
        right: 0;
        display: none;
        cursor: pointer;
        background-color: #EDDAEF;
        height: 15px;
    }

    .cartWidget tr:hover td .removeWidgetItem {
        display: block;
    }

    .cartWidget tr td.cartMemberName {
        font-weight: bold;
    }

#cartCount {
    display: inline-block;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    background: #005F9B;
    color: white;
    vertical-align: middle;
}
a:hover #cartCount {
    background: #f47920;
}

.CartItem {
    font-size: 13px;
}

.deleted-row {
    display: none;
}
.EnableShowDeletedRows tr.deleted-row {
    display: table-row;
}
/**/
.hide {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
}
/* Days display on product details */
.DaysSelection label {
    display: inline-block;
    padding: 5px;
    /*background-color: #fff;*/
}

    .DaysSelection label small, label.DaysSelection small {
        color: green;
    }

    label.Wait small,
    label.Future small{
        color: #F77F00;
    }

    .DaysSelection label.NotEnrolled small {
        color: #C00;
    }

#DetailsYellow {
    background-color: #fbe39e;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#AlreadyPurchasedInfo {
    background-color: #bbe7a1;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.searchCriteria {
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}

    .searchCriteria th {
        padding-right: 0px;
        vertical-align: middle;
    }

    .searchCriteria td {
        padding-right: 20px;
    }

table.searchCriteria > tbody > tr > th {
    font-size: 14px;
    color: #4D4D4D;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

input[readonly][type=text], input[readonly=readonly][type=text],
input[disabled][type=text], input[disabled=disabled][type=text],
input[readonly][type=date], input[readonly=readonly][type=date],
input[disabled][type=date], input[disabled=disabled][type=date],
input[readonly][type=time], input[readonly=readonly][type=time],
input[disabled][type=time], input[disabled=disabled][type=time],
input[readonly][type=datetime-local], input[readonly=readonly][type=datetime-local],
input[disabled][type=datetime-local], input[disabled=disabled][type=datetime-local],
input[readonly][type=number], input[readonly=readonly][type=number],
input[disabled][type=number], input[disabled=disabled][type=number],
input[readonly][type=email], input[readonly=readonly][type=email],
input[disabled][type=email], input[disabled=disabled][type=email],
[disabled], [disabled=disabled] {
    background-color: #F0F0F0;
    color: #000;
}

/* Disabled Links Class */
a.Disabled, div.nav3Wrapper a.Disabled, div.nav3Wrapper a.Disabled:hover, div.nav3Wrapper a.Disabled:active, div.nav3Wrapper a.SearchDisabled, div.nav3Wrapper a.SearchDisabled:hover, div.nav3Wrapper a.SearchDisabled:active, #LinkContainer .Disabled, .LinkDisabled, .LinkDisabled:hover, .LinkDisabled:active {
    color: gray;
    text-decoration: none;
}

    a.Disabled:hover {
        color: gray;
        text-decoration: none;
    }

/* Formate table tools */
#relocatetools #data-table_filter {
    width: auto;
    float: none;
    text-align: left;
}

#relocatetools .DTTT_container {
    z-index: 1;
    width: auto;
    float: right;
    text-align: right;
    margin-bottom: 5px !important;
    position: relative !important;
    bottom: 0;
    right: 0;
}

#relocatetools .ColVis {
    z-index: 1;
    width: auto;
    float: right;
    text-align: right;
    margin: 0;
    margin-bottom: 5px !important;
}

#relocatetools .ColVis_Button:hover {
    background-color: #F0F0F0;
}

button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover, button.DTTT_button, div.DTTT_button, a.DTTT_button {
    background: none !important;
}

#relocatetools .ToolBarButtons, #relocatetools .ToolBarButtons:hover, #relocatetools .ToolBarButtons_Hover, #relocatetools .ColVis_Button, #relocatetools .ColVis_Button:hover, #relocatetools .ColVis_Button:hover {
    background-color: white !important;
    border: 0 !important;
    color: #005F9B !important;
    padding: 0 !important;
    text-decoration: underline !important;
    font-size: 11px;
    box-shadow: 0 0 0 white;
}

    #relocatetools .ToolBarButtons:hover, #relocatetools .ToolBarButtons_Hover, #relocatetools .ColVis_Button:hover {
        color: #f47920 !important;
    }

div.ColVis_collection {
    background-color: #F2F2F2 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: 1px 1px 5px #111;
}

    div.ColVis_collection button.ColVis_Button {
        background-color: transparent !important;
        width: 100% !important;
        float: none !important;
        margin-bottom: 0px !important;
        border: 0px solid transparent !important;
    }

        div.ColVis_collection button.ColVis_Button:hover {
            border: 0px solid transparent !important;
            background-color: #DDD !important;
        }

div.ColVis_collectionBackground {
    background-color: transparent !important;
}

body div.ColVis_collection button.ColVis_Button {
    height: auto;
    display: block;
    padding: 5px;
}

.ColSpan {
    padding-bottom: 5px;
    overflow: visible;
    border-right: 0;
    white-space: nowrap;
}

    .ColSpan span:first-child {
        display: block;
        position: relative;
        overflow: visible;
        border-right: 0;
        white-space: nowrap;
    }

        .ColSpan span:first-child a {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            z-index: 20;
        }

.dialogWaitingWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.69) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0.69)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.69) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.69) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.69) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#b0ffffff',GradientType=0 );
}

.dialogWaitingWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 5px #aaa;
}

    .dialogWaitingWrapper span {
        font-weight: bold;
        position: absolute;
        top: 43px;
        left: 45px;
    }

div.dialogWaitingWrapper .dialogWaiting {
    position: absolute !important;
    top: 61px !important;
    left: 61px !important;
}
/* Recent members dialog style */
#RecentMembersDialog {
    max-height: calc(100vh - 380px) !important;
}

#RecentMembersDialog ul {
    position: relative;
}

#RecentMembersDialog ul, #RecentMembersDialog ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#RecentMembersDialog ul li a {
    padding: 5px 0px;
    display: block;
}

#RecentMembersDialog ul li a:hover {
    background-color: #ddd;
}

#RecentMembersDialog #ShowMoreRecentMembers {
    float: right;
}

#RecentMembersDialog div.RecentMemberImage {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 17%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
}

#RecentMembersDialog span.RecentMemberName {
    position: static;
    top: -35px;
    left: 10px;
    width: 190px;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

#RecentMembersDialog span.RecentMemberID {
    font-weight: normal;
    font-size: 11px;
}

/* Filter column */
.FilterColumn form {
    margin-top: 0px;
    padding-bottom: 5px;
}

.FilterColumn .FilterSection {
    width: 336px;
    position: fixed;
    left: 0;
    bottom: 26px;
    z-index: 10;
    background-color: #fff;
    padding: 0px;
    padding-top: 0;
    border-right: 1px solid #aaa;
    overflow-x: hidden;
    overflow-y: auto;
}

.ShowMemberProfile.FilterColumn .FilterSection {
    left: 161px;
}
.ResultSection .error {
    margin: 10px;
}

.FilterColumn .ResultSection, .FilterColumn .Rrror {
    padding-left: 336px;
}

.FilterColumn .DataTables_Wrapper {
}

.FilterColumn #hcontrol {
    border-bottom: 2px solid #aaa;
}

.FilterSection p {
    padding: 5px;
}

.FilterColumn div table.FieldSet {
    float: none;
}

.Pipe {
    padding: 0px 4px 0 1px;
}

.HelpLink {
    position: absolute;
    top: 5px;
    right: 5px;
}
/**/
.ImagePreview.original {
    position: absolute;
    margin-top: 20px;
    left: 0;
    z-index: 2;
    border: 1px solid #AAA;
    border-top: 0;
    max-height: 200px;
}

.ImagePreview {
    position: absolute;
    left: 0;
    z-index: 2;
    border: 1px solid #AAA;
    max-height: 155px;
}

#ButtonWrapper {
    width: 300px;
}

.Tools.Button {
    text-decoration: none;
}

    .Tools.Button img {
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

ul.context-menu-list li {
    list-style: none;
    padding: 5px;
}

.handsontable .typeahead li {
    list-style: none;
    padding: 5px;
    list-style-type: none;
    margin: 0;
}

.Clean {
    margin: 0;
    padding: 0;
}

    .Clean li {
        margin: 0;
        list-style: none;
        padding: 0;
    }

legend {
    padding: 5px;
    font-weight: bold;
}

fieldset {
    border: 1px solid #ddd;
    padding: 10px;
}

/* STAFF CSS */

/* INPUT-ORGANIZE IS USED FOR TEXT FIELDS AND THEIR TITLES WITHOUT USING TABLES */
/* Reindex header */
.TableView div.layout_content {
    position: absolute;
    left: 0;
    right: 0;
    /*top: 150px;*/
}

.headerWrapper {
    z-index: 100;
}

.input-organize strong {
    width: 150px;
    text-align: right;
    display: table-cell;
    float: left;
    vertical-align: middle;
    padding: 8px 3px;
}

.input-organize input[type="text"], .input-organize select, .input-organize input[type="file"] {
    display: table-cell;
    float: left;
    margin: 5px 0px;
}

.input-organize p {
    clear: both;
}

/**/
#payment-total {
    width: 400px;
    font-size: 85%;
}

#payment-total-title {
    margin-top: 20px;
    font-size: 85%;
}

#totals {
    width: 200px;
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 20;
}

    #totals td, #totals th {
        padding: 0 10px 4px 0;
    }

#facility-access-totals {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

table.mid-align th, table.mid-align td {
    vertical-align: middle;
}

.larger {
    font-size: 13px;
}

.search-icon-wrapper {
    position: relative;
}

.search-icon {
    background-image: url(/Static/Images/phpThumb_generated_thumbnailpng.png);
    background-position: -160px -112px;
    text-decoration: none;
    border: none;
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 5px;
    right: 0px;
}

.TotalsTable td, .TotalsTable th {
    padding: 1px 6px;
    font-size: 13px;
}

/* Program Filter Box */
.filter {
}

    .filter ul, .filter li {
        margin: 0 0 0 0;
        list-style-type: none;
        padding: 2px;
    }

    .filter a {
        color: #333;
        text-decoration: none;
    }

    .filter label, .filter a {
        font-size: 100%;
        font-weight: normal;
        display: block;
        cursor: pointer;
        padding: 3px;
    }

        .filter label:hover, .filter a:hover {
            background-color: #bbb;
            color: #333;
        }

    .filter li.disabled label, .filter li.disabled a {
        font-size: 100%;
        font-weight: normal;
        display: block;
        cursor: none;
        color: #ccc;
    }

a.hidden {
    padding: 0;
}

.filter li.disabled label:hover, .filter li.disabled a:hover {
    background-color: #ddd;
    color: #eee;
}

.filter ul {
    padding: 0;
    margin: 0;
}

.filter input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 0px;
}

.filter input[type="text"], .filter input[type="button"] {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.filter-options-buttons {
    text-align: right;
    display: block;
}

/**/
.ui-dialog hr {
    margin: 10px 0;
    border-top: 1px solid #CCC;
    border-bottom: 0;
}

#data-table2_filter {
    padding: 10px 0 5px;
}

#data-table2_wrapper .DTTT_container {
    position: absolute;
    top: 8px;
    left: 0;
}

form.formClass select {
    padding-top: 1px;
    padding-bottom: 1px;
}

.FieldSet input[type="text"][name="SortOrder"] {
    width: 35px;
}

.memberIdMessage {
    color: #C00;
    font-size: 75%;
    margin-top: 5px;
}

.member-details th, .member-details td {
    padding: 0px 12px;
}

table.display label {
    font-size: 100%;
    font-weight: 100;
}

table.display tbody td {
    padding: 4px 5px;
}

table.MoreInfo tbody td {
    padding: 0 !important;
}

table.display tfoot tr {
    background-color: #F2F2F2
}

table.display tfoot td {
    border-top: 1px solid #aaa;
    font-style: normal;
}

table.display tfoot tr td:first-child, table.display tfoot tr td:last-child {
    border-right: 1px solid #aaa;
}

.TableView #hcontrol {
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    position: fixed;
    border-bottom: 1px solid #ccc;
}

    .ShowMemberProfile.TableView #hcontrol {
        left: 161px;
    }
    .TableView #hcontrol > div {
        padding: 10px;
    }

/* Footer */
#layout_footer {
    height: 20px;
}

/* SystemOptions */
th.SystemOptions, td.SystemOptions {
    padding-top: 0px;
    padding-bottom: 6px;
}

.TopBorder {
    border-top: 1px solid #ccc;
}

.BottomBorder {
    border-bottom: 1px solid #ccc;
}

table.SystemOptions > tbody > tr > th {
    width: 155px;
}

table.SystemOptions > tbody > tr > th, table.SystemOptions > tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 3px;
}

.JangoMailTable, .SMTPTable {
    display: none;
    margin-top: 10px;
}

.EmailMethodShow {
    display: block;
}

.member-info table, .contact-info table {
}

/* Adjust height of option box button */
input[type="button"].hjsel_ddButton {
    padding: 2px;
}


/* MEMBER CSS */

/* -------------- Box type lists and list items ------------------ */
.box-list-container {
    width: 100%;
    position: relative;
}

    .box-list-container .box-list-item {
        width: 250px;
        padding: 10px;
        float: left;
        display: inline;
        border: 1px solid #cccccc;
        border-radius: 10px;
        box-shadow: 1px 1px 5px #ccc;
        margin: 5px;
        font-size: 80%;
        background-color: #F8F8F8;
    }

        .box-list-container .box-list-item img {
            width: 45px;
            float: left;
            margin: 0 10px 10px 0;
        }

        .box-list-container .box-list-item h3 {
            text-align: left;
            font-weight: bold;
            font-size: 97%;
        }

        .box-list-container .box-list-item .member {
            width: 100%;
            padding: 0;
            margin: 0;
            text-align: left;
            clear: both;
        }

            .box-list-container .box-list-item .member .icon {
                width: 40px;
                height: 40px;
                background-position: center center;
                background-repeat: no-repeat;
                float: left;
                margin: 0 10px 0 0;
                border: 1px solid #cccccc;
            }
    /* Profile box */
    .box-list-container .profile-item {
        width: 300px;
        padding: 10px;
        float: left;
        display: inline;
        border: 1px solid #cccccc;
        border-radius: 10px;
        box-shadow: 1px 1px 5px #ccc;
        margin: 5px;
        background-color: #F8F8F8;
        word-wrap: break-word;
    }

    .box-list-container .profile-item-no-background {
        width: 300px;
        padding: 10px;
        float: left;
        display: inline;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 5px;
        font-size: 80%;
        background-color: #ffffff;
        word-wrap: break-word;
    }

    .box-list-container .profile-item img.thumb {
        width: 100px;
        border: 1px solid #cccccc;
    }

    .box-list-container .profile-item div.img-box {
        width: 100px;
        float: left;
        margin: 0 10px 10px 10px;
        text-align: center;
        height: 175px;
        position: relative;
    }

    .box-list-container .profile-item h3 {
        text-align: left;
        font-weight: bold;
    }

        .box-list-container .profile-item h3 span {
            font-weight: normal;
            display: inline;
        }

    .box-list-container .profile-item span {
        display: block;
        word-wrap: break-word;
        width: 175px;
        float: left;
    }

    .box-list-container .simple {
        background: none;
        border-radius: 0px;
        box-shadow: none;
        border: none;
        height: 0;
        padding: 0;
        margin: 0;
    }

        .box-list-container .simple img {
            margin: 0 10px 0 0;
        }

    .box-list-container table, .box-list-container table td {
        border-collapse: collapse;
    }
    /* Payment box */
    .box-list-container .payment-item {
        width: 325px;
        padding: 10px;
        float: left;
        display: inline;
        border: 1px solid #cccccc;
        border-radius: 10px;
        box-shadow: 1px 1px 5px #ccc;
        margin: 5px;
        font-size: 80%;
        background-color: #F8F8F8;
        word-wrap: break-word;
    }

        .box-list-container .payment-item img {
            width: 75px;
        }

        .box-list-container .payment-item h3 {
            text-align: left;
            font-weight: bold;
            font-size: 90%;
        }

            .box-list-container .payment-item h3 span {
                font-weight: normal;
            }

        .box-list-container .payment-item span {
            display: block;
            word-wrap: break-word;
            width: 175px;
            float: left;
        }

/*----------- ICON SPANS -------------- */
.edit-icon {
    padding: 2px 6px;
    background-image: url(/Static/Images/phpThumb_generated_thumbnailpng.png);
    background-position: -64px -112px;
    text-decoration: none;
}

.payment-mothod-edit {
    text-decoration: none;
    color: #4d4d4d;
}

a:hover > .edit-icon {
    background-color: #c3efb3;
    border-radius: 3px
}


/* ----------- member plain list ------------- */
.box-list-container .box-list-member {
    width: 480px;
    padding: 10px;
    font-size: 80%;
}

    .box-list-container .box-list-member hr {
        margin: 5px 0;
    }

    .box-list-container .box-list-member input[type="radio"] {
        position: absolute;
        right: 10px;
        top: 19px;
    }

    .box-list-container .box-list-member img {
        width: 45px;
        float: left;
        margin: 0 5px 5px 0;
    }

    .box-list-container .box-list-member h3 {
        text-align: left;
        font-weight: bold;
        font-size: 97%;
    }

    .box-list-container .box-list-member .member {
        width: 470px;
        padding: 0;
        margin: 0;
        text-align: left;
        clear: both;
        padding: 5px;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 10px;
        box-shadow: 1px 1px 5px transparent;
        display: block;
        position: relative;
    }

        .box-list-container .box-list-member .member:hover {
            background-color: #F5E6FA;
            border: 1px solid #cccccc;
            border-radius: 10px;
            box-shadow: 1px 1px 5px #ccc;
        }

        .box-list-container .box-list-member .member .thumbnail {
            width: 40px;
            height: 40px;
            background-position: center center;
            background-repeat: no-repeat;
            float: left;
            margin: 0 10px 0 0;
            border: 1px solid #cccccc;
        }

        .box-list-container .box-list-member .member .icon {
            position: absolute;
            top: 10px;
            right: 5px;
            width: 32px;
        }

        .box-list-container .box-list-member .member td.table-icon {
            width: 32px;
        }

            .box-list-container .box-list-member .member td.table-icon img {
                border: none;
                width: 32px;
            }

        .box-list-container .box-list-member .member img.expired {
            width: 15px;
            display: inline;
            float: none;
            margin: 0;
            position: relative;
            top: 3px;
        }

        .box-list-container .box-list-member .member table {
            margin: 0;
        }

            .box-list-container .box-list-member .member table td {
                vertical-align: middle;
            }
/* ---------------------- product-detail */
.product-detail {
    width: 100%;
    font-size: 90%;
}

    .product-detail small {
        font-size: 80%;
        font-weight: bold;
    }

    .product-detail th {
        text-align: right;
        padding: 5px;
        font-weight: bold;
        text-align: left;
    }

    .product-detail td {
        vertical-align: top;
        text-align: left;
        padding: 5px;
        font-size: 83%;
    }

    .product-detail img {
        vertical-align: middle;
        float: left;
        margin: 5px 5px 5px 0;
    }

    .product-detail tr.border {
        border-top: 1px solid #4d4d4d;
    }

    .product-detail td.no-border {
        border-top: 0;
    }

    .product-detail tr.hover:hover {
        background-color: #F5E0FF;
    }
    /* product-detail button styles */
    .product-detail input.fancy, .product-detail a.fancy {
        background-color: #ccc;
        color: #032247;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 10px;
        border: 1px solid #aaa;
        border-radius: 10px;
        box-shadow: 1px 1px 5px #aaa;
    }

        .product-detail input.fancy:hover, .product-detail a.fancy:hover {
            background-color: #dddddd;
            color: #032247;
        }

    .product-detail input.fancy-cancel, .product-detail a.fancy-cancel {
        background-color: #F69C9C;
        color: #7B0404;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 10px;
        border: 1px solid #F66262;
        border-radius: 10px;
        box-shadow: 1px 1px 5px #aaa;
    }

        .product-detail input.fancy-cancel:hover, .product-detail a.fancy-cancel:hover {
            background-color: #D52323;
            color: #032247;
        }

    .product-detail .member {
        width: 200px;
        height: 50px;
        float: left;
        margin-right: 10px;
    }

        .product-detail .member .icon {
            width: 40px;
            height: 40px;
            background-position: center center;
            background-repeat: no-repeat;
            float: left;
            margin: 0 10px 0 0;
            border: 1px solid #cccccc;
        }

.price-text {
    font-size: 75%;
    color: #4d4d4d;
}

.price {
    font-size: 90%;
    color: #E47911;
    font-weight: bold;
}
/* ---------- Welcome page styles ---------- */
.welcome-my-details img {
    float: left;
    width: 100px;
    border: 1px solid #cccccc;
}

.welcome-my-details h3 {
    font-weight: bold;
    display: inline;
    padding-left: 0;
    margin-left: 0;
}

.fixed-250 {
    width: 250px;
}
/* --------- Price table --------- */
.price {
    display: inline;
}

    .price th {
        font-size: 75%;
        color: #4d4d4d;
        border: 0;
        padding: 3px;
    }

    .price td {
        font-size: 90%;
        color: #E47911;
        font-weight: bold;
        text-align: right;
        border: 0;
        padding: 3px;
    }

input[type="button"].small {
    font-size: 70%;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
}
/* Make Payment table */
.payment-list {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0px;
}

    .payment-list tr {
    }

    .payment-list th {
        font-weight: 700;
        text-align: left;
    }

    .payment-list td {
        font-weight: normal;
        vertical-align: middle;
        padding-top: 20px;
        border-bottom: 1px dotted #C7C7C7;
    }
/* Product Filter Box */
.filter {
}

    .filter ul, .filter li {
        margin: 0 0 0 0;
        list-style-type: none;
        font-size: 90%;
    }

    .filter label {
        font-size: 100%;
        font-weight: normal;
        padding: 3px;
        display: block;
        cursor: pointer;
    }

        .filter label:hover {
            background-color: #bbb;
        }

.filter-options {
}

    .filter-options ul {
        padding: 0;
        margin: 0;
        width: 200px;
        float: left;
    }

.filter input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 0px;
}

.filter input[type="text"], .filter input[type="button"] {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.filter-options-buttons {
    text-align: right;
    display: block;
}
/* Product Filter Results */

.filterResult {
    width: 100%;
    box-shadow: 1px 1px 5px #ccc;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

    .filterResult td {
        font-size: 75%;
        vertical-align: top;
        padding-right: 10px;
    }

.sectionTitle {
    font-weight: bold;
}

.extra-info {
    border-bottom: 1px solid #ddd;
}

.open-state-all .extra-info, .extra-info {
    display: none;
    background-color: #fefefe;
    border-left: 1px solid #f5f5f5;
    border-top: 0;
}

.open-state-all .extra-info {
    display: table-row;
}

.extra-info td {
    padding-bottom: 5px;
    padding-top: 0px;
}

    .open-state-all .extra-info td:first-child, .extra-info td:first-child {
        background-color: #fafafa;
        border-right: 1px solid #f5f5f5;
    }

.filter-result-info {
    background-color: #eee;
    border-top: 1px solid #f5f5f5;
}

    .filter-result-info:hover {
        background-color: #fefefe;
    }

        .filter-result-info:hover td:first-child {
            background-color: #fafafa;
        }

    .filter-result-info td:first-child {
        background-image: url(/Static/Images/Icons/dropdown.png);
        background-repeat: no-repeat;
        background-position: 5px center;
        background-color: #e5e5e5;
        border-right: 1px solid #f5f5f5;
        width: 12px;
    }

.open-state-all .filter-result-info, .open-state {
    border-bottom: 0;
    background-color: #fefefe;
}

    .open-state-all .filter-result-info td:first-child, .open-state td:first-child {
        background-image: url(/Static/Images/Icons/dropdownopen.png);
        background-color: #fafafa;
    }

.filter-title-cell, .cart-button-cell {
    width: 50%;
    float: left;
}

.cart-button-cell {
    text-align: right;
}

/* Filter Results Buttons */
.in-cart-for {
    font-size: 95%;
}

input[type="button"].delete-in-cart {
    background-image: url("/Static/Images/Icons/DeleteSmallActive.png");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 0px transparent;
    margin: 0;
}

    input[type="button"].delete-in-cart:hover {
        background-image: url("/Static/Images/Icons/DeleteSmall.png");
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
    }

input[type="button"].shopping-cart-add {
    background-image: url("/Static/Images/Icons/ShoppingCartSmall.png");
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 0px transparent;
    margin: 0 0 0 10px;
    padding-left: 20px;
    color: blue;
    font-size: 95%;
    text-decoration: underline;
}

    input[type="button"].shopping-cart-add:hover {
        background-image: url("/Static/Images/Icons/ShoppingCartSmallActive.png");
        background-color: transparent;
        background-repeat: no-repeat;
        color: red;
        background-position: left center;
    }

.box-list-title {
    font-size: 90%;
}

    h3.box-list-title, .box-list-title h3 {
        margin-bottom: 5px;
    }

h3.box-list-title {
    font-size: 14px;
}

.box-list-title .right {
    font-size: 70%;
}
/* ---- */
.option-toggle small {
    font-weight: normal;
}

.option-toggle {
    cursor: pointer;
    margin-bottom: 5px;
}

    .option-toggle h3 {
        display: inline;
    }

        .option-toggle h3:hover {
            text-decoration: underline;
        }

body .ui-widget {
    font-family: Roboto, sans-serif, Arial;
    font-size: 12px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 12px !important;
}

.ui-widget input[type='submit'] {
    font-size: 13px !important;
}

.ui-dialog .ui-dialog-title {
    font-size: 14px;
}

.action-link {
    display: inline-block;
    padding: 2px;
}

    .action-link:hover {
        color: Red;
    }

body .highlight-checkout {
    border: 1px solid #B372B3;
}

.confirmation {
    font-size: 135%;
    color: Green;
    padding-left: 30px;
    background-image: url(/Static/Images/Icons/Yes.png);
    background-repeat: no-repeat;
}

/* Make payment select payment */
.selected {
    background: transparent url(/Static/Images/Icons/Yes.png) no-repeat 0 0;
}

.check {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
}

    .check input[type=radio] {
        display: none;
    }

a.select-payment-method {
    position: absolute !important;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
}

/* Cart item list */

.item-list > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.item-list > tbody > tr > td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 5px;
}

.item-list > tbody > tr {
    border-left: 1px solid #ddd;
}

    .item-list > tbody > tr:first-child {
        border: 0;
        border-bottom: 1px solid #ddd;
    }

    .item-list > tbody > tr > td table th {
        font-weight: 100;
    }

/* Data Table Styles for Member Area */
.dataTables_wrapper .dataTables_info {
    float: left;
}

.dataTables_wrapper #data-table_paginate {
    padding-top: 10px;
}

.dataTables_wrapper #data-table_info {
    padding-top: 10px;
}

.dataTables_wrapper .dataTables_scroll {
    border-left: 1px solid #aaa;
}

/**/
.products-filter {
    font-size: 11px;
    padding-bottom: 0px;
    width: 200px;
}
/*
.dataTables_length 
{
    position: absolute;
    bottom: 0px;
    right: 10px;
    text-align: right;
    width: 150px !important;
}
*/
.ui-widget-content {
    background-color: #fff !important;
    background-image: none !important;
}

body .ui-widget {
    box-shadow: 1px 1px 4px #aaa;
}

.tag-title {
    display: block;
    width: 188px;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 1px;
    margin-top: 5px;
    font-weight: bold;
}

.showing {
    padding: 1px 2px;
    margin: 0px 0px 0px 2px;
    display: inline-block;
    border: 1px solid transparent;
    padding-right: 4px;
}

    .showing:hover {
        background-color: #eee;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding-right: 4px;
    }

.green-tag span span, .green-tag .tag-title {
    background-color: #E8FFE7;
}

.purple-tag span span, .purple-tag .tag-title {
    background-color: #EEEAFF;
}

.pink-tag span span, .pink-tag .tag-title {
    background-color: #FFE7E7;
}

.yellow-tag span span, .yellow-tag .tag-title {
    background-color: #FFFBE7;
}

.showing .close {
    padding: 1px 4px;
    vertical-align: 0px;
    margin-left: 0px;
    cursor: pointer;
    display: none;
}

.showing:hover .close {
    background-image: url(/Static/Images/Delete.png);
    display: inline;
}

.tag-title .edit {
    background-image: url(/Static/Images/phpThumb_generated_thumbnailpng.png);
    background-position: -64px -112px;
    padding: 0px 5px;
    vertical-align: 0px;
    margin-left: 2px;
    cursor: pointer;
    text-decoration: none;
}

.showing:hover .close {
    background-color: transparent;
}
/**/
.OpenAdvanced {
    position: absolute;
    right: 0px;
    top: -5px;
    z-index: 1;
    font-size: 11px;
    border: 0;
    background-color: transparent;
    padding: 0;
    display: inline;
    width: auto;
}

.day {
    width: 13px;
    text-align: center !important;
    padding: 4px;
}

.address-row input[type=text] {
    margin: 2px 0;
}

.clear-form {
    color: #A1A1A1;
    font-style: italic;
}

.route-no-padding td {
    padding: 0;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 1px dashed #ddd;
}

    .route-no-padding td:first-child {
        border: 0;
    }

.route-checkbox-padding td {
    padding: 2px 6px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

    .route-checkbox-padding td:first-child, .route-checkbox-padding td:first-child + td {
        padding: 0px 4px 4px 0px;
        border: 0;
        border-right: 1px dashed #ddd;
    }

.underline {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.no-underline-icon, .no-underline-icon:hover {
    text-decoration: none;
}

.fas, .fas:hover {
    text-decoration: none;
}

td.OptionIcons i.fas, td.OptionIcons i.fa-solid {
    margin-right: 4px;
    font-size: 14px;
}

.column-color {
}

.sub th {
}

#totals {
    width: 200px;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 20;
}
/* disable buttons */
td input[disabled="disabled"], td input[disabled="disabled"]:hover {
    background: rgb(238,238,238); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
    border: 1px solid #ddd;
    color: #aaa !important;
}

/* User Image */
#user_img {
    width: 28px;
    height: 28px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 6px 12px;
}
/*Totals*/
#totals {
    position: absolute;
    top: -34px;
    right: 0;
}

    #totals td, #totals th {
        padding: 0 10px 4px 0;
    }

.align-right {
    text-align: right;
}

#amounttotal {
    width: 400px;
    position: absolute;
    top: -31px;
    right: 10px;
    text-align: right;
}

#renderfilter {
    z-index: 1;
    width: 725px;
}

#data-table_length {
    font-size: 11px;
}

    #data-table_length label select, #data-table_length label input {
        font-weight: 100;
    }

div.overview {
    padding: 5px;
}

.overview span:first-child {
    padding-bottom: 2px;
    display: inline-block;
}

.productDetails {
    padding-left: 25px;
}

    .productDetails li {
        padding-bottom: 2px;
    }

.PriceLabel {
    display: block;
    font-weight: normal;
    padding-bottom: 5px;
}

.ProductDetailsPriceLabel {
    color: #C00;
    font-weight: bold;
    font-size: 14px;
}

div.products-filter p label {
    font-weight: 100;
}

div.products-filter p {
    margin: 0 0 5px 0;
}

    div.products-filter p:last-of-type {
        margin: 0;
    }

/*
#productList .dataTables_length 
{
  position: absolute;
  top: -50px;
  text-align: left;
  width: 100%;
  z-index: 100;
}*/

.productWrapper {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .productWrapper a.fancy {
        font-size: 10px;
    }

.productWrapper2 {
    float: left;
    width: 200%;
    position: relative;
    left: 200px;
    background: white;
}

.productListWrapper {
    float: right;
    width: 50%;
    position: relative;
    right: 200px;
}

.productList {
    margin: 0 0 0 205px;
    padding-bottom: 10px;
    position: relative;
    right: 100%;
    overflow: hidden;
}

.productFilterWrapper {
    float: left;
    width: 200px;
    position: relative;
    right: 200px;
    padding: 0;
}

#productList .dataTables_wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    clear: both;
    zoom: 0;
}

#productList .paging_full_numbers {
    width: auto;
    height: 24px;
    line-height: 22px;
    top: -5px;
}

.showRows {
    position: absolute;
    left: 220px;
    top: 10px;
    z-index: 1;
}

    .showRows select, .showRows label {
        font-size: 11px;
        font-weight: 100;
    }

    .showRows select {
        width: 75px;
    }

#data-table .add {
    padding: 2px 0px;
    display: block;
    width: 85px;
    text-align: center;
    position: relative;
    top: -2px;
}

    #data-table .add:disabled {
        border: 2px solid #ddd !important;
    }

.data-table-footer {
    padding: 5px;
}

.data-subtable-footer {
    padding: 5px 0 0 0;
}

/* ---------- Cart multi product display --------- */
.registerMultiProduct, .MultiEditInterface {
    position: absolute;
    top: 0;
    left: 50%;
    width: 475px;
    margin-left: -200px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #eee;
    display: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 1px 1px 5px #111;
    text-align: center;
    z-index: 5;
}

/* slight variation of above style */
.layout_content .MultiEditInterface {
    position: fixed;
    top: 92px;
    z-index: 100;
}

#productCount, .MultiEditInterface .MultiEditCount {
    color: red;
}

.saveListWrapper {
    display: inline-block;
    margin-left: 20px;
}

.saveListWrapper a {
    font-weight: bold;
}

input.RemoveOneProduct {
    display: none;
}

.sub th, .sub td {
    padding: 2px 6px;
}

.MembershipFamilyMembers td {
    padding: 2px 6px;
}

.ProductDetailsGrid td {
    padding: 1px 6px;
}

.ProductDetailsGrid label, .ReplaceActiveMembership label, .MembershipFamilyMembers label {
    font-weight: normal;
    padding: 0;
}

ul.ReplaceActiveMembership li {
    list-style-type: none;
    font-size: 12px;
    padding: 3px 0px;
}

ul.ReplaceActiveMembership {
    padding-left: 0;
}

ul.MembershipFamilyMembers li {
    list-style-type: none;
    font-size: 12px;
    padding: 3px 0px;
}

ul.MembershipFamilyMembers {
    padding-left: 0;
}

.Preferred {
    color: green;
    font-size: 10px;
    font-weight: bold;
    display: block;
    clear: both;
}
/* Anything Slider */
.anythingSlider-default.activeSlider .anythingWindow {
    border: white 0px !important;
    background-color: transparent;
}

div .anythingSlider-default .anythingControls ul a {
    display: inline-block;
    text-decoration: none;
    padding: 0px;
    height: 7px;
    width: 7px;
    margin: 0 5px 0 0;
    text-align: center;
    outline: 0;
    background: white url() center;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #aaa;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: transparent;
    font-size: 1px;
    box-shadow: 1px 1px 2px grey;
}

.anythingSlider-default.activeSlider .anythingControls a {
    background-color: transparent !important;
}

.anythingSlider-default .anythingControls a.cur {
    color: transparent !important;
    background-color: grey !important;
}
/* This is used in data tables when the th does not have any content */
.SpaceHolder {
    display: inline-block;
    width: 3px;
}
/* TableParagraphContainer is used when a paragraph needs to be placed in a data table data cell
   <td><span class="TableParagraphContainer"> CONTENT </span></td>
*/
.TableParagraphContainer {
    display: block;
    width: 350px;
    white-space: normal !important;
    padding-bottom: 2px;
    overflow-wrap: break-word;
}
/* TableParagraphContainer is used when a paragraph needs to be placed in a data table data cell
   <td><span class="TableParagraphContainer"> CONTENT </span></td>
*/
.TableParagraphContainerLong {
    display: block;
    max-width: 350px;
    white-space: normal !important;
    padding-bottom: 2px;
    overflow-wrap: break-word;
}
/* This waiting cloak is used by the $().cloak(); function */
.dialogWaitingWrapperCloak {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.6;
}
/* Hide show hcontrol */

#toggleHcontrolWrapper {
    position: absolute;
    bottom: -3px;
    right: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#toggleHcontrol {
    background-color: #fff;
    border: 1px solid #aaa;
    display: inline-block;
    height: 8px;
    width: 50px;
    cursor: pointer;
}

    #toggleHcontrol:hover {
        background-color: #ddd;
    }

a.thcWithLabel, a.showthc {
    margin-left: 5px;
}

a.showthc {
    padding-top: 5px;
    padding-bottom: 10px;
    display: inline-block;
}

#layout_menu #toggleHcontrolWrapper {
    bottom: -15px;
}

.dropdownWrapper li a.Disabled span {
    color: gray;
}
/* Play Sound Style */
.PlayAudio {
    cursor: pointer;
}
/*Add padding between radio buttons*/
label.spacing {
    margin-right: 5px;
}
/* Hide Rows */
.HideRow {
    display: none;
}

.AuditLink {
    font-size: 11px !important;
    padding-bottom: 10px;
}
/* Search Form Formating */
.SearchSection th, .SearchSection td {
    padding: 2px 6px;
}

table.SearchSection > tbody > tr > td {
    padding: 10px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

table.SearchSection .ButtonBox {
    vertical-align: middle;
}
/* Move the table tools including the dropdown for showing rows into hcontrol */
.PageInFooter #data-table_length {
    display: inline !important;
    width: auto !important;
    float: right;
    margin-right: 5px;
    top: -4px;
}

    .PageInFooter #data-table_length label {
        font-weight: 100 !important;
    }

.PageInFooter #relocatetools {
    position: absolute !important;
    bottom: -12px !important;
    right: 10px !important;
}

.PageInFooter .dataTables_wrapper #data-table_info {
    width: 300px;
}
/* Move pagination into the footer, adjust the style to make the buttons contrast with footer. Move the restult info as well */
.PageInFooter .dataTables_wrapper #data-table_paginate {
    width: 300px;
}

.PageInFooter .dataTables_wrapper #data-table_paginate {
    position: fixed;
    bottom: 3px;
    right: 5px;
    z-index: 1000;
    text-align: right;
    width: auto;
}

.PageInFooter .paginate_button {
    border: 1px solid #474747;
    margin-right: 3px !important;
}

.PageInFooter .paginate_active {
    border: 1px solid #000;
}
/* Pagination button style */
.PageInFooter .layout_content_wrapper .paging_full_numbers a.paginate_button, .PageInFooter .layout_content_wrapper .paging_full_numbers a.paginate_active {
    border: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 0px !important;
    padding: 0px !important;
    margin: 0 !important;
    margin-right: 5px !important;
    cursor: pointer;
    color: #005F9B !important;
    background-color: transparent !important;
}

    .PageInFooter .layout_content_wrapper .paging_full_numbers a.paginate_button:hover, .PageInFooter .layout_content_wrapper .paging_full_numbers a.paginate_active:hover {
        color: #f47920 !important;
        text-decoration: underline !important;
    }
/* Pagination processing message */
.dataTables_processing {
    position: fixed !important;
    color: #555 !important;
    border-color: #555 !important;
    font-weight: 700 !important;
}
/* Align text */
.aRight {
    text-align: right;
}

.aLeft {
    text-align: right !important;
}

.eRight {
    text-align: right;
}

th.eRight {
    text-align: left;
}

/* Multi Step Process Styles */
ul.StepMenu .DisabledLink {
    font-weight: normal;
    font-size: 12px;
    color: gray;
}

ul.StepMenu .CurrentStep {
    font-weight: bold;
    font-size: 16px;
}
ul.StepMenu .Step {
    font-weight: normal;
    font-size: 15px;
}

table.ProductSteps th, table.ProductSteps td {
    padding: 0px 8px;
    font-size: 12px;
}

table.ProductSteps th > a, table.ProductSteps td > a {
    text-decoration: none;
    font-weight: bold;
}

table.ProductSteps {
    display: inline-block;
    margin-bottom: 10px;
}

ul.StepMenu {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0 0 5px 0;
}

    ul.StepMenu li {
        display: inline-block;
        width: auto;
        list-style-type: none;
        padding: 5px;
        margin: 0;
    }

        ul.StepMenu li > div:first-child {
            display: table-cell !important;
            vertical-align: middle;
            height: 30px;
            padding-right: 5px;
            font-weight: 700;
        }

        ul.StepMenu li > div + div {
            display: table-cell !important;
            vertical-align: middle;
            height: 30px;
        }

.StepButtons .fancy {
    width: 55px;
    text-align: center;
    margin-right: 5px;
}

.StepButtons input.fancy {
    width: 77px;
}

.StepIsAddMode {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    color: gray;
    font-size: 11px;
}
/* Indent */
.Indent {
    padding-left: 20px;
}

.Bold {
    font-weight: 700;
}

.SubmenuHeader {
    font-weight: 700;
}
/* Pick List Classes */
.PickListWrapper .PickListOpenerMagnifyingGlass {
    position: absolute;
    top: 4px;
    right: 3px;
    cursor: pointer;
}

.PickListWrapper .PickListOpenerButton, .PickListWrapper .PickListOpenerButton:hover {
    background-image: url(/Static/Images/magnifying_glass.png);
    background-position: center center;
    background-repeat: no-repeat;
    white-space: normal;
    color: transparent;
}

.PickListWrapper [type=text] {
    top: -2px;
}

.PickListWrapper {
    display: inline-block;
    position: relative;
}

[name=MemberPickListForm] input {
    margin: 0 5px 5px 0;
}
/* */
.PickListFilterWrapper {
    margin-bottom: 5px;
}

table.PickList {
    margin: 0;
    clear: both;
    width: auto;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-collapse: separate;
}

    table.PickList tr {
        font-weight: normal;
        text-decoration: none;
        border: 1px solid #BDE6FC;
        cursor: pointer;
        background-repeat: repeat-x;
        background-position: 0 0;
    }

    table.PickList th {
        font-weight: bold;
        cursor: pointer;
        box-shadow: 1px 1px 0 #eee inset;
        border-right: 1px solid #aaa;
        border-top: 1px solid #aaa;
        white-space: nowrap;
        vertical-align: bottom;
        background: #eee;
    }

    table.PickList td {
        padding: 5px;
        border-right: 1px solid lightGrey;
        border-top: 1px solid lightGrey;
        white-space: nowrap;
        cursor: pointer;
    }

    table.PickList tr:nth-child(even) {
        background-color: #F0F0F0;
    }

.PickListOpener {
    position: absolute;
}

.PickListOpenerButton {
    padding: 4px 9px 0px !important;
    margin-left: 5px;
    background: #691C7F url(/Static/Images/magnifying_glass_white.png) no-repeat center center !important;
    color: #841982;
}

    .PickListOpenerButton:hover {
        color: #841982;
    }

a#MemberPickListOpener {
    margin: 0 0 0 10px;
    position: relative;
    top: -3px;
}

[name=Blind] {
    position: fixed;
    top: -100000px;
}

.LinkContainer {
    padding-top: 3px;
}

    .LinkContainer a {
        position: relative;
        margin-right: 9px;
        display: inline-block;
        font-size: 13px;
    }

        .LinkContainer a:not(:last-child):not(.no-bar):after {
            content: "|";
            color: #4D4D4D !important;
            text-decoration: none;
            position: absolute;
            top: 0;
            right: -8px;
        }

[name=MemberPickListForm] .SearchSection input[type=text] {
    width: 135px;
}

.ChangesWillNotBeSavedMessage {
    color: #C00;
    font-size: 11px !important;
    padding: 0 8px 7px 8px;
}
/* GrideView */
#saveProduct .GridViewWrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    width: auto;
}

#saveProduct .GrideView {
    border-left: 1px solid #d3d3d3;
}

#MinDownPayment {
    display: block;
}

.PaymentWrapper {
}

/* Individual member messages section at the top. Apply styles to messages here. */
.MemberMessage {
    color: #000;
    font-size: 12px;
}

.div-MemberMessages .fas {
    font-size: 13px;
    color: #aaa;
}

    .div-MemberMessages .fas:hover {
        color: #f47920;
    }

.MemberMessageName {
    font-size: 11px;
    white-space: nowrap;
    width: 38px;
    vertical-align:middle;
    /*position: relative;
    top: 11px;*/
}
.MessageContent {
    vertical-align:middle;
}
/* Member messages section at the top, including the Resolve link */
.div-MemberMessages {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
    width: 100%;
}

    .div-MemberMessages div {
        margin-bottom: 5px;
    }

/* Style of member messages at check-in */
.MemberCheckInMessage {
    font-size: 16px;
    font-weight: bold;
}
/* Protect Description */
.ProtectDescriptionRow th {
    vertical-align: top !important;
}

.ProtectDescriptionRow td > textarea {
    width: 200px;
}
/* This is used for fixing the save, cancel, etc buttons to the bottom of the page */
.FixedPageControls {
    position: fixed;
    bottom: 25px;
    left: 0;
    right: 0;
    padding: 10px 10px 10px 15px;
    background-color: #eee;
    box-shadow: 0 0 3px #000;
}
/* Provides some visual seperation of page and body */
body.CenterColumn {
    text-align: center;
    background: #eee;
}

.CenterColumn .PageWrapper {
    width: 1024px;
    display: inline-block;
    text-align: left;
    box-shadow: 0 0 5px #aaa;
    background: white;
}

.StaffComment {
    color: gray;
    font-style: italic;
}

.HelpText {
    vertical-align: top !important;
    color: gray !important;
    font-size: 11px !important;
    font-weight: normal !important;
    margin-left: 2px;
    white-space: normal;
}

.HelpHeader {
    vertical-align: top !important;
    color: gray !important;
    font-size: 11px !important;
    font-weight: normal !important;
    margin-left: 2px;
    white-space: normal;
    padding-bottom: 10px;
}

.Captitalize {
    text-transform: capitalize;
}

.PositiveColor {
    color: green;
}

.NegativeColor {
    color: #C00;
}

.EditableGrid {
    font-size: 12px;
}

    .EditableGrid td {
        vertical-align: middle;
    }

.TooManyResults {
    padding: 5px;
}
/* -----DatePicker----- */
button.ui-datepicker-trigger {
    position: relative;
    top: 1px;
    left: 1px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    padding: 0;
}

.productWrapper .ColVis_Button.TableTools_Button.ColVis_MasterButton {
    background-color: transparent;
    border: none;
    color: #005F9B;
    font-weight: bold;
}

    .productWrapper .ColVis_Button.TableTools_Button.ColVis_MasterButton:hover {
        color: #f47920
    }
/*Anything slider*/
.anythingControls {
    position: absolute;
    top: 5px;
    left: 5px;
}

div.productDescription .anythingSlider-default .anythingControls ul a {
    box-shadow: 1px 1px 2px transparent;
    border: 1px solid #424242;
}

.red, .required {
    color: #C00;
}

.green {
    color: #3c763d;
}

.black {
    color: #4D4D4D;
}

/* CKEditor */
.cke_editable.cke_editable_themed {
    min-width: 0px;
}

/*Modal Processing Message*/
.Processing {
    display: block;
    opacity: .8;
}

div.Processing#wait div.ModalOverlay {
    opacity: 1;
}

    div.Processing#wait div.ModalOverlay span.Message1 {
        margin-left: -36px;
    }

    div.Processing#wait div.ModalOverlay span.Message2 {
        top: 283px;
        margin-left: -138px;
    }

@media print {
    #FilterSection, #hcontrol, #MemberInfoSection {
        display: none;
    }

    .TableView.ShowMemberProfile .layout_content {
        padding: 0px 0px 20px 0px!important;
    }
    
    .ShowMemberProfile .layout_content_wrapper {
        padding-left: 50px;
    }

    div#ResultSection {
        padding-left: 0;
    }
}

#AttachmentNbr {
    font-weight: normal;
}

table.table-misc-info-compact {
    max-width: 500px;
}

table.table-misc-info-compact.MemberForms td,
table.table-misc-info-compact.MemberForms th
{
    word-wrap: normal;
    white-space: normal;
}

table.table-misc-info-compact.MemberForms td.td-misc-info-links {
    white-space: nowrap;
}

.HideMemberMessage {
    position: relative;
    top: 2px;
}

a {
    text-decoration: none;
}

a.fas, a.fas:hover {
    text-decoration: none;
}

/*Adjustments Dialog*/
.PermissionDenied img {
    opacity: 0.5;
}

/* DataTables buttons */
a.dt-button {
    font-size: 14px;
}

.TermsConditions p {
    font-size: 11px !important;
    font-style: italic;
    font-weight: normal;
    line-height: 12px;
}

.PaymentImage {
    font-size: 30px;
    vertical-align: middle;
}

.multiple-product-select {
    display: none;
    position: absolute;
    z-index: 999;
}

.multiple-show-button {
    display: block;
    padding: 4px;
    text-align: left;
    background-color: white;
    border: 1px solid #999;
    border-radius: 2px;
    background-image: url('/Static/Images/combo-arrow.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 6px 6px;
}

div.dropdownWrapper.user-menu {
    width: auto;
    white-space: nowrap;
}

div.dropdownWrapper.user-menu ul {
    width: unset;
}

#layout_header {
    overflow: visible !important;
}
@media (max-width: 761px) {
    #TopUserMenu {
        display:none !important;
    }
}

/* Emoji Text Area*/
.TextMessageWithEmojis {
    padding-right: 25px;
}

.EmojiButton {
    position: absolute;
    right: 9px;
    background-color: #ffffff;
    border: 0px;
    top: 7px;
    font-size: 18px;
    cursor: pointer;
}

/* Product Settings Tabs */
.ProductSettings_StepMenu_Container .CurrentStep {
    border: 1px solid #C5C5C5;
    border-bottom: 2px solid #ffffff;
    padding: 0.5em 1em 0.38em 1em;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    text-decoration: none;
}

    .ProductSettings_StepMenu_Container .CurrentStep:hover {
        color: #005F9B;
        cursor: default;
    }

.ProductSettings_StepMenu_Container .Step {
    border: 1px solid #C5C5C5;
    border-bottom: none;
    background: #eeeeee;
    padding: 0.5em 1em;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    text-decoration: none;
}

    .ProductSettings_StepMenu_Container .Step:hover {
        border: 1px solid #AEAEAE;
        background: #fefefe;
        cursor: pointer;
        border-bottom: 1px solid #ffffff;
    }

.ProductSettings_StepMenu_Container .StepMenu {
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 16px;
    padding-bottom: 0px;
}

.ProductSettings_StepMenu_Container ul.StepMenu li > div:first-child {
    height: 27px;
    padding-right: 0px;
}

.ProductSettings_StepMenu_Container .StepMenu li {
    padding-bottom: 0px;
    padding-left: 0px;
}

.MemberMenuWrapper_Item a {
    display: flex;
}

.MemberMenuWrapper_Item span {
    justify-content: center;
    display: flex;
    font-size: 14px;
    min-width: 20px;
    text-align: center;
    margin-right: 2px;
}

#HomeBranchDialog label {
    font-size: 12px;
}

.MemberMenuWrapper {
    font-size: 13px;
}

.member-section, .membership-section {
    font-size: 13px;
}

ul.family-list {
    font-size: 13px;
}
