﻿/*---------------------------------------------------------/
|	
|	Author: Copyright (c) 2009 Acro Media Inc. 
|	Purpose: CSS For MemberSuite
| Info: Site is Left Aligned, Max Width: 100%;
|  
+---------------------------------------------------------*/

/*---------------------------------------------------------/
|	Global Elements 
+---------------------------------------------------------*/

:root {
    --font-family: Mulish, Geneva, Arial, Helvetica, sans-serif;
    --main-background-color: #FAF5F0;
    --light-background-color: #F0F0F7;
    --main-font-color: #3C454F;
    --link-color: #53297f;
    --font-12: 12px Mulish, "Segoe UI", Arial, sans-serif;
    --font-12-bold: bold 12px Mulish, "Segoe UI", Arial, sans-serif;
    --font-13: 13px Mulish, "Segoe UI", Arial, sans-serif;
    --font-14: 14px Mulish, "Segoe UI", Arial, sans-serif;
    --font-14-bold: bold 14px Mulish, "Segoe UI", Arial, sans-serif;
    --font-16: 16px Mulish, "Segoe UI", Arial, sans-serif;
    --font-16-bold: bold 16px Mulish, "Segoe UI", Arial, sans-serif;
}

html {
    margin: 0;
    padding: 0;
    border: none;
    font-family: var(--font-family);
    color: var(--main-font-color) !important;
    height: 100%;
}



.currentAssociation {
    padding-right: 5px !important;
    font-weight: bolder;
    color: #3C454F !important;
}

#hlSwitchAssociation {
    padding-left: 4px;
}

html * {
    outline: none;
}

#bodyTag {
    background-color: var(--main-background-color);
    font-size: 40px;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

    body > #siteContainerWrap {
        height: auto;
        min-height: 100%;
    }

form {
    height: 100%;
}

#siteContainerWrap {
    overflow: auto;
    width: 100%;
    min-width: 1280px;
    height: 100%;
    margin: 0;
    background-color: var(--main-background-color);
    vertical-align: top;
}

#siteWrap {
    /*padding-bottom: 67px; /* must be same height as the footer CHANGED*/
    min-width: 100%;
}

a {
    text-decoration: none; /* font-weight: normal;  Removed on 11/14/09 to make bold on the searchResultsWidget work*/
    text-decoration: underline;
    outline: none;
    color: var(--link-color) !important;
    font: var(--font-13);
}

    a:hover {
        text-decoration: underline;
        font-weight: bolder !important;
    }

p {
    margin: 0 0 17px 0;
    padding: 0;
}

    p.noMarg {
        margin: 0;
        padding: 0;
    }

img {
    border: 0px;
}

form, sup {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0 0 17px 6px;
}

    ul li {
        padding: 0 0 0 11px;
        margin: 0 0 3px 0;
    }

ol {
    margin: 0 0 17px 19px;
    padding: 0;
    list-style: decimal;
}

    ol li {
        padding: 0;
        margin: 0;
        background: none;
    }

        ol li ol {
            list-style: lower-alpha;
        }



h1 {
    font: var(--font-16-bold);
    line-height: 21px;
    /* */
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}

h4 {
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 6px 0;
}

h5 {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h6 {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.center {
    text-align: center;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

.clearBothNoSPC {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    float: none;
}

.HR {
    padding: 0;
    margin: 4px 0 10px 0;
    border-top: 1px solid #e0e0e0;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

.indent {
    padding-left: 20px;
}

.imgLT {
    margin-right: 10px;
    margin-bottom: 4px;
}

.imgRT {
    margin-left: 30px;
    margin-bottom: 4px;
}

.imgBLK {
    display: block;
    position: relative;
}

.imgBrdr {
    border: 1px solid #8c8c8c;
}

.footnote {
    font: normal 9px Mulish, Geneva, Arial, Helvetica, sans-serif;
}

table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    font-family: Mulish, Geneva, Arial, Helvetica, sans-serif;
}

    table thead {
    }

    table tbody {
    }

    table tr {
    }

        table tr.even td {
        }

        table tr.odd td {
            /*background: #fff;*/
        }

        table tr td.rowHead {
            font-weight: bold;
        }

        table tr td.colEven {
        }

        table tr td.colOdd {
            /**/
        }

        table tr td {
            /**/
            vertical-align: top;
        }



.killTablePadding table tr td {
    padding: 0px 0px 0px 0px;
    padding: 0;
}

.killAutoWidth table {
    width: 650px;
}

table.killTablePadding tr td {
    padding: 0px 0x 0px 0px;
    padding: 0;
}




/* -- Footer Fix - Clears Main Container -- */
.footerFix:after {
    content: ".";
    display: block;
    height: 100%;
    clear: both;
    visibility: hidden;
}

.footerFix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .footerFix {
    height: 1%;
}

.footerFix {
    display: block;
}
/* End hide from IE-mac */

/*---------------------------------------------------------/
|	Site Container / Wrapper 
+---------------------------------------------------------*/

/* -- Site Header -- */

#headerWrapper {
    clear: both;
    float: left;
    width: 100%;
    height: 86px;
    position: relative;
    overflow: hidden;
}
#search-results-flyout {
    position: fixed !important;
    z-index: 99999;
}
#header {
    clear: both;
    width: 100%;
    height: 100%;
    vertical-align: top;
    padding-bottom: 10px;
}

#memberSuiteLogo {
    float: left;
    padding-left: 24px;
    padding-top: 10px
}

    #memberSuiteLogo img {
        transform: scale(0.05);
        transform-origin: left top;
    }

/* -- User Navigation Container - Top Right -- */

/*#userNavContainer {
    float: right;
    width: 80%;
    height: 81px;
}*/
#userNavContainer {
    position: absolute;
    right: 0;
    width: calc(100% - 209px);
    height: auto;
    float: none;
    height: auto;
}

#userNavContent {
    padding: 0 19px 0 0;
}

    #userNavContent a {
        color: #5c9294;
        text-decoration: none;
    }

        #userNavContent a:hover {
            text-decoration: underline;
        }

    #userNavContent ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #userNavContent ul li {
            float: left;
            margin: 0;
            padding: 0 8px 0 0;
            color: #5c9294;
            background: none;
        }

            #userNavContent ul li.last {
                padding: 0 !important;
            }


#userNavTopContainer ul {
    float: right;
    padding-top: 5px !important;
}

.userTitle {
}

/* -- User Navigation Container - Top Right - Bottom Row -- */

#userNavBottomContainer {
    clear: both;
    height: 37px;
    padding: 0;
    overflow: visible;
}


.userNavBottomContent /* - This is purposely class, NOT an ID */ {
    /*    width: 100%;*/
    float: right;
    padding: 7px 0 0 0;
}

    .userNavBottomContent text /* - This is purposely class, NOT an ID */ {
        width: 300px;
    }

#userNavSearchLabel {
    float: left;
    padding: 2px;
}

#userNavDropDown1 {
    float: left;
    width: 150px;
    margin: 3px 5px 0 0;
}

    #userNavDropDown1 select {
        width: 150px;
    }

#userNavDropDown2 {
    float: left;
    width: 124px;
    margin: 3px 5px 0 0;
}

#bUserNavSearch {
    position: relative;
    margin-top: -23px;
    margin-left: 560px
}

/* -- Column Container -- */
.fullHeight {
    margin: 0px !important;
    height: 100%; /*	top: 23px; 	bottom: 0px; 	width: 100%; 	position: absolute;*/
}

.height100Absolute {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    padding: 0 0 0 0;
}




.height100AbsoluteForPageLayout {
    top: 80px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    padding: 0 0 0 0;
}

.mainContent {
    top: 70px;
    bottom: 20px !important;
    bottom: 20px !important;
    bottom: 20px;
    left: 19px;
    right: 19px;
    position: absolute;
}

.iframeContent {
    top: 20px;
    left: 0px;
    right: 0px;
    position: absolute;
    overflow: hidden;
}



.reportContent {
    top: 70px;
    bottom: 4px;
    left: 0px;
    right: 0px;
    position: absolute;
}

.siteContentWrap {
    padding: 0 20px 0 20px;
    background-color: var(--main-background-color);
}

.absoluteSize {
    position: absolute;
    top: 100px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}


#breadcrumbTableContainer {
    padding: 15px 0 0 0;
}

/* -- Column Mask - Site Content Container Which Cuts Off Overflowing Elements -- */

.colmask {
    position: relative;
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}

/* -- 2 Column Left Menu  -- */

.leftmenu {
}

    .leftmenu .colright {
        float: left;
        width: 200%;
        position: relative;
        left: 287px;
        /*background: #fff;*/
    }

    .leftmenu .col1wrap {
        float: right;
        width: 50%;
        position: relative;
        right: 287px;
        padding-bottom: 1em;
    }

    .leftmenu .col1 {
        margin: 0 0 0 297px;
        position: relative;
        right: 100%;
        overflow: hidden;
    }

    .leftmenu .col2 {
        float: left;
        width: 287px;
        position: relative;
        right: 287px;
    }

/* -- Breadcrumbs -- */

#breadcrumbContainer {
    /* height: 50px;
    margin: 0 0 10px 0;*/
}

#breadcrumbContent {
    float: left;
    /*padding: 6px 0 0 16px;*/
}

#breadcrumbs {
    font: normal 13px var(--font-family);
    padding: 15px 0 5px 0;
}

    #breadcrumbs a {
        text-decoration: underline;
    }

        #breadcrumbs a:hover {
            text-decoration: none;
        }

.curPage {
}

#breadcrumbContent h2 {
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
}




.sandbox {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
}


/* -- Footer -- */

#footer {
    position: relative;
    clear: both;
    width: 100%;
    min-width: 985px;
    height: 67px;
    overflow: hidden;
    margin-top: -67px;
}

#footerContent {
    padding: 11px 29px 0 0;
}

#footerCopyCont {
    float: right;
    padding: 10px 22px 0 0;
}

    #footerCopyCont a {
        /**/
        text-decoration: none;
    }

        #footerCopyCont a:hover {
            /**/
            text-decoration: underline;
        }

#logoMembersuiteFooter {
    float: right;
    display: block;
    padding: 0 !important;
    padding: 0 0 10px 0;
}

/*---------------------------------------------------------/
|	> Site Header 
+---------------------------------------------------------*/

#siteHeader {
    margin: 0;
    padding: 0;
    height: 60px;
}

/*---------------------------------------------------------/
|	> > Primary Navigation 
+---------------------------------------------------------*/

#priNavContainerWrap {
    clear: both;
    padding: 0 20px 0 20px;
    z-index: 99;
    border-bottom: 2pt solid #3C454F;
    border-radius: 3px / 3px;
}

#priNavContainer {
    /*float: left;*/
    position: relative;
    z-index: 99;
}

#priNavEnd {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 30px;
}

#priNav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #priNav li {
        float: left;
        margin: 0;
        padding: 0;
        background: none;
    }

        #priNav li a {
            display: block;
            margin: 0;
            padding: 0;
            width: auto !important;
            width: 1px;
            font: var(--font-12-bold);
            text-decoration: none;
        }

            #priNav li a .rmLeftImage {
                margin: 4px; /* Telerik Override */
                width: 20px !important;
                height: auto;
            }

            #priNav li a .rmText {
                background-image: none; /* Telerik Override*/
                color: #3C454F;
                font: var(--font-16-bold);
            }

            #priNav li a:hover, #priNav li.sfHover a {
                cursor: default;
                font-weight: bolder !important;
            }

            #priNav li a.active {
            }

            #priNav li a.moreItem {
                background-color: Transparent !important;
                padding: 0px 20px 0 14px !important;
            }

                #priNav li a.moreItem span {
                    background-position: -15px 0px !important;
                    width: 40px;
                }

            #priNav li a span {
                display: block;
                padding: 8px 12px 0 0px;
                height: 22px;
                cursor: pointer;
            }

/* -- Primary Navigation - Right Two Menu Items -- */

#priNavRightMenuWrap {
    float: right;
    width: 90px;
    height: 30px;
    position: relative;
    z-index: 999;
}

#priNavRightMenuCont {
    /*position: absolute;
    top: 0;
    right: 20px;
    width: 70px;*/
    z-index: 999;
}

#priNavRightMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #priNavRightMenu li {
        float: left;
        margin: 0;
        padding: 0;
        background: none;
    }

        #priNavRightMenu li .rmLink {
            /*Telerik override*/

            color: #3C454F !important;
            cursor: pointer;
        }

            #priNavRightMenu li .rmLink:hover {
                /*Telerik override*/
                color: #53297f !important;
                cursor: pointer;
            }

    #priNavRightMenu div.RadMenu {
        /*Telerik override*/

        height: 28px !important;
    }

    #priNavRightMenu li a {
        padding: 0;
    }

        #priNavRightMenu li a:hover, #priNavRightMenu li.sfHover a {
            /*background: url(/console/images/navigation/bg_pri_nav_item_tile.gif) 0 -30px repeat-x;*/
        }

        #priNavRightMenu li a.active {
            /*background: url(/console/images/navigation/bg_pri_nav_item_tile.gif) 0 -60px repeat-x !important;*/
        }

    #priNavRightMenu div ul.rmHorizontal {
        /*Telerik override*/


        width: 100px;
        float: right;
    }





.history {
    display: inline;
    width: 20px !important;
    height: 20px;
    text-align: left;
    text-indent: -9999px;
    /**/
    background-position: 0 0px;
}

    .history:hover {
        cursor: pointer;
    }

.favorite {
    display: inline;
    width: 20px !important;
    height: 20px;
    text-align: left;
    text-indent: -9999px;
    /**/
    background-position: 0 0px;
}

    .favorite:hover {
        cursor: pointer;
    }

.tab-icon {
    display: inline;
    width: 20px !important;
    height: 20px;
    text-align: left;
}

img.favorite:active {
    background-position: 0 -60px !important;
}

/* -- Dropdown Styles -- */

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: none;
    position: absolute !important;
    z-index: 99 !important;
}

    .sf-menu li ul li {
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
        width: 159px !important;
        float: left !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 99 !important;
    }

        .sf-menu li ul li a {
            display: block !important;
            padding: 5px 14px 5px 14px !important;
            text-decoration: none !important;
            height: 100% !important;
            font: normal 11px Mulish, Geneva, Arial, Helvetica, sans-serif !important;
            width: auto !important;
            border-bottom: 1px solid #9dc8ca !important;
            border-left: none !important;
        }

            .sf-menu li ul li a:hover {
                color: #fff !important;
                text-decoration: none !important;
                font-weight: normal !important;
            }

            .sf-menu li ul li a span {
                padding: 0 !important;
                margin: 0 !important;
                background: none !important;
                display: inline !important;
                height: auto !important;
            }


/* -- Page Actions Specific Dropdown Styles -- */

#pageActionsContainer .sf-menu li ul {
    width: 192px !important;
}

    #pageActionsContainer .sf-menu li ul li a:hover {
    }

    #pageActionsContainer .sf-menu li ul li a {
        padding: 5px 14px 5px 14px !important;
    }

/*---------------------------------------------------------/
|	> Content Specific
+---------------------------------------------------------*/

/* -- Section Header Container -- */

.sectionHeaderContainer {
    position: relative;
    clear: both;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
}

    .sectionHeaderContainer.last {
        margin: 0 !important;
    }

.sectionHeaderTopTitle {
    float: left;
    height: 25px;
}

.sectionHeaderTopTitleContent {
    padding: 8px 0 0 15px;
    color: #fff;
    font: 10px Mulish, Geneva, Arial, Helvetica, sans-serif;
}

.sectionHeaderRightCorner {
    float: right;
    width: 50px;
    height: 25px;
    /*background: url(/console/images/skins/lightblue/bg_section_header_right.gif) top right no-repeat;*/
}

    .sectionHeaderRightCorner a {
        float: left;
        margin: 7px 5px 0 0;
    }

.sectionHeaderTitle {
    clear: both;
    margin: 0;
    height: 31px;
    background-color: var(--light-background-color);
    padding: 0 0 0 15px;
    overflow: hidden;
}

    .sectionHeaderTitle h1 {
        float: left;
        margin: 0;
        padding: 7px 0 0 0;
    }

.sectionHeaderLinks {
    float: right;
    padding: 12px 15px 0 0;
    font: bold 11px Mulish, Geneva, Arial, Helvetica, sans-serif;
}

    .sectionHeaderLinks ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sectionHeaderLinks ul li {
            padding: 0 6px 0 0;
            margin: 0;
            float: left;
            background: none;
        }

            .sectionHeaderLinks ul li.last {
                padding: 0;
            }

    .sectionHeaderLinks a {
        font: bold 11px Mulish, Geneva, Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

        .sectionHeaderLinks a:hover {
            text-decoration: underline;
        }

/* -- Section Body Container - Section Contents -- */

.sectionBodyContainer {
    clear: both;
    border: 1px solid #ddd;
    border-top: none;
    /*background: #fff;*/
}

.sectionBodyContent {
    padding: 13px 25px 10px 13px;
}

    .sectionBodyContent ul {
        margin-left: 3px;
        position: relative;
    }


/* -- Section Form Options -- */

.sectionFormOptions {
    float: right;
    width: 641px;
    position: relative;
}

.sectionFormRadios {
    float: right;
    padding: 5px 31px 0 0;
}

    .sectionFormRadios label {
        position: relative;
        padding-right: 10px;
        top: -4px;
    }

.sectionFormButton {
    float: right;
}


/* -- Section Bottom Options - Button Navigational Items -- */

.sectionBottomOptions {
    clear: both;
}

    .sectionBottomOptions.insideTable {
        position: relative;
        top: 2px;
    }

    .sectionBottomOptions ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sectionBottomOptions ul li {
            float: left;
            margin: 0;
            padding: 0 24px 0 0;
            background: none;
        }

            .sectionBottomOptions ul li.last {
                padding: 0 !important;
            }

    .sectionBottomOptions.vertical ul li {
        clear: both;
        margin: 0;
        padding: 0 0 3px 0;
        background: none;
    }
/*.sectionBottomOptions a { float: left; } Changed to make the search output Add/Cancel buttons on SearchView.cs work */

/* -- Header Containers -- */

.headerContainer {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 2px !important;
    position: relative;
}

.headerLeftCorner {
    float: left;
    width: 10px;
    height: 14px;
}

.headerRightCorner {
    float: right;
    width: 10px;
    height: 14px;
}

.headerTitle {
    clear: both;
    height: 31px;
    margin: 0;
}

    .headerTitle h1 {
        float: left;
        margin: 0;
        padding: 7px 0 0 15px;
    }

.headerSectionBodyContent {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 9px 10px 0 10px;
}

/* -- Horizontal List Row -- */

.listRow {
    margin: 0 0 17px 0;
    padding: 0;
    list-style: none;
    background: none;
}

    .listRow li {
        float: left;
        padding: 0 20px 0 0;
        margin: 0;
    }

/* -- Button Styles -- */

.iconBtn {
    display: inline-block;
    width: auto;
    padding: 15px 15px 0 21px;
    text-decoration: none;
}

    .iconBtn span {
        color: #939393;
        text-decoration: underline;
    }

    .iconBtn:hover {
        text-decoration: none;
    }

        .iconBtn:hover span {
            text-decoration: underline;
        }

.plainButtonSpan {
    padding: 5px 0 0 21px;
    text-decoration: none;
}
/* -- Standard Button -- */

/* -- Standard Button -- */

.sBtnCont {
    display: table;
    margin: 0 auto;
}

    .sBtnCont .sBtn {
        margin: 0 5px 0 0;
    }

/*.sBtn {
display: inline-block;
}*/



.sBtn {
    text-decoration: none;
    line-height: 11px;
    font: 11px/11px Mulish, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}

    /*.sBtn:hover {
color: #fff;
background-position: 100% -40px;
text-decoration: none;
}*/

    .sBtn span {
        line-height: 11px;
        background-color: #53297f !important;
        color: #fff !important;
        font: var(--font-13);
        min-width: 150px;
        max-width: 250px;
        cursor: pointer;
        padding: 10px 5px;
        border-radius: 4px;
        display: inline-block;
        margin: 4px;
    }

    .sBtn:hover span {
        color: #fff;
        background-position: 0 -40px;
    }

.sBtnDown {
    color: #e6e6e6 !important;
    background-position: 100% -80px !important;
}

    .sBtnDown .sBtnDown, .sBtnDown span {
        color: #e6e6e6 !important;
        background-position: 0 -80px !important;
    }



/* -- Standard Button Dark -- */

.sBtnDark {
    font: bold 11px Mulish;
    padding: 4px 5px 4px 5px;
    text-decoration: none;
}

    .sBtnDark:hover {
        color: #fff;
        text-decoration: none;
    }

.bMinimize {
    display: block;
    width: 12px;
    height: 11px;
    text-align: left;
    text-indent: -9999px;
}

.bClose {
    display: block;
    width: 11px;
    height: 11px;
    text-align: left;
    text-indent: -9999px;
    /*background: url(/console/images/b_close.gif) no-repeat;*/
}

.bRefresh {
    display: block;
    width: 12px;
    height: 11px;
    text-align: left;
    text-indent: -9999px;
    /*background: url(/console/images/b_refresh.gif) no-repeat;*/
}

/* -- Form Elements -- */

select {
    font: var(--font-13);
    padding: 0;
    z-index: 1;
    position: relative;
}

.inputText {
    font: var(--font-13);
    border: 1px solid #7e9db9;
    padding: 2px 3px 2px 3px;
}

textarea {
    font: var(--font-13);
    border: 1px solid #7e9db9; /*margin: 0 0 10px 0;*/ /*padding: 0 0 0 9px;*/
    text-align: left;
    line-height: 20px;
}

/* -- Misc -- */

.horizontalList {
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
    position: relative;
}

    .horizontalList li {
        padding: 0 20px 0 0;
        margin: 0;
        background: none;
        float: left;
        position: relative;
    }

.noBorder {
    border: none !important;
}

.verticalList {
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
}

    .verticalList li {
        clear: both;
        padding: 0;
        margin: 0;
        background: none;
        float: none;
    }

.checkBoxList input {
    position: relative;
    top: 1px;
}

.indentContent {
    margin: 0 0 0 17px;
}

.h4inline {
    font-size: 11px;
    font-weight: bold;
}

.h1inline {
    font-size: 14px;
    font-weight: bold;
}

.tableTopHeader {
    font-size: 14px;
    font-weight: bold;
}

/* -- Sections With Full Body Borders -- */

.siteBorderCont {
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    background: none;
    font-size: inherit;
}

.siteBorderContTd {
    margin: 0;
    padding: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font: normal 11px/18px Mulish, Geneva, Arial, Helvetica, sans-serif;
}

.siteBorderContTdFull {
    margin: 0 0 10px 0;
    font: normal 11px/18px Mulish, Geneva, Arial, Helvetica, sans-serif;
}

/* -- Calendar Input Styles -- */

.calendarInputCont {
}

    .calendarInputCont input, .calendarInputCont a {
        float: left;
    }

    .calendarInputCont a {
        margin: 2px 0 0 5px;
    }

.rowHeadGreen td {
    font-weight: bold;
}

.colHeadGreen {
    font-weight: bold;
}

.txtCenter {
    text-align: center;
}

.deliveryEmail {
    padding: 0 0 0 25px !important;
}

.twoColumnSectionTable {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .twoColumnSectionTable tr td {
        margin: 0;
        padding: 0;
    }

.headerSectBottomCont {
    width: 50%;
    float: left;
}

    .headerSectBottomCont.bottomRow {
        margin-top: 10px !important;
    }

.headerSectBottomContLast {
    padding: 0 0 0 11px;
}

/* -- Calendar Table -- */

.calendarTable {
    margin: 0;
    padding: 0;
    border: 1px solid #86a3bd;
}

    .calendarTable tr td {
        padding: 4px 6px 3px 6px;
        border: 1px solid #86a3bd !important;
        /*background: #fff;*/
        text-align: center;
        font-size: 10px !important;
    }

    .calendarTable tr.calendarHeader td {
        background: #f2f7f7 !important;
    }

    .calendarTable tr.calendarWeekDays td {
        background: url(/console/images/bg_calendar_cells.gif) 0 0 no-repeat !important;
    }

    .calendarTable tr td.calendarWeekendDay {
        /*background: url(/console/images/bg_calendar_cells.gif) 0 -29px no-repeat !important;*/
    }

    .calendarTable tr td a {
        display: block;
        width: 100%;
        height: 100%;
        background: none;
        text-decoration: none;
    }

        .calendarTable tr td a:hover {
            /*background: url(/console/images/bg_calendar_cells.gif) 0 -58px no-repeat !important;*/
            color: #fff;
            text-decoration: none;
        }

/* -- Additional Form Elements -- */

.dropMenuCont {
    clear: both;
}

.dropMenuItems {
    float: left;
    margin: 0 0 10px 0;
}

    .dropMenuItems select {
        margin: 0 0 0 5px;
    }

.dropMenuIcons {
    float: right;
}

    .dropMenuIcons a {
        float: left;
        /*margin: 0 5px 0 0;*/
        position: relative;
        /*  top: 2px;*/
    }

        .dropMenuIcons a.last {
            margin: 0 !important;
        }

.textInputCont {
    clear: both;
}

    .textInputCont input {
        margin: 0 0 0 5px;
    }

.radioInputCont {
    clear: both;
}

    .radioInputCont label {
        position: relative;
        top: -2px;
    }

.checkboxInputCont {
    clear: both;
    position: relative;
}

    .checkboxInputCont label {
        position: relative;
        top: -2px;
    }

.labelCheckbox {
    position: relative;
    top: -2px;
}

.textareaCont {
    clear: both;
    width: 410px;
}

    .textareaCont textarea {
        width: 400px;
        height: 120px;
        background: #fff;
    }

    .textareaCont a {
        float: right;
    }

/*DIAGNOSTIC/DEBUG MODE*/
#breadcrumbBarRightMostColumn {
    float: right;
    height: 25px;
    padding: 0;
    font-weight: 900;
    color: red;
    top: 0px;
}

.messageBanner {
    font-weight: bold;
    float: left;
    background-color: var(--light-background-color);
    color: var(--main-font-color);
    font-weight: 900;
}

    .messageBanner A {
        color: var(--link-color) !important;
        font-weight: bold;
    }


.errorBanner {
    background-color: #FF0000;
    color: #FFFF00;
    font-weight: bold;
    text-align: center;
    clear: both;
}

.requiredField {
    color: Red;
}


.comboBoxColumnLarge {
    float: left;
    width: 300px;
    margin: 0;
    list-style-type: none;
}

.comboBoxColumn {
    float: left;
    width: 150px;
    margin: 0;
    list-style-type: none;
}

.separatorLabel {
    font: var(--font-16-bold);
    line-height: 16px;
    margin-top: 50px !important;
}

.quickSearchTable {
    text-align: left;
    table-layout: fixed;
    cursor: default;
}

    .quickSearchTable td {
        overflow: hidden;
    }

.tableHeaderRow {
    font-weight: bold !important;
    text-decoration: none !important;
    background-color: var(--light-background-color) !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

div.RadComboBoxDropDown, div.RadComboBox,
div.RadComboBox .rcbInput {
    cursor: pointer;
}
/*teleric override*/
.rcbItem, .rcbInput {
    font-family: Mulish !important;
}

.RadMenu_Default .rmRootGroup {
    background-position: 0 -408px;
    background-color: transparent !important;
    border: none !important;
    background-repeat: repeat-x;
    background-position: 0 -408px;
}

.RadMenu_Default .rmRootGroup, .RadMenu_Default a.rmLink, .RadMenu_Default .rmGroup .rmText, .RadMenu_Default .rmVertical .rmText,
.RadMenu_Default .rmLeftArrow, .RadMenu_Default .rmRightArrow, .RadMenu_Default .rmTopArrow, .RadMenu_Default .rmBottomArrow {
    background-image: none !important;
    background-color: transparent;
}

.RadMenu_Default .rmGroup,
.RadMenu_Default .rmMultiColumn,
.RadMenu_Default .rmGroup .rmVertical {
    border: 1px solid #979797;
    background-image: none !important;
}

.RadMenu .rmItem {
    padding-right: 10px !important;
}

.RadMenu_Default .rmSlide {
    margin: 10px !important;
    top: 30px !important;
}

.RadGrid_Default {
    color: #979797;
}

/*.RadMenu_Default .rmRootGroup {
    width: 100% !important;
}*/

.RadComboBox_Default,
.RadComboBox_Default .rcbInput,
.RadComboBoxDropDown_Default {
    font: 2px Mulish, "Segoe UI", Arial, sans-serif;
}

.RadTabStripTop_Default .rtsLevel .rtsLink, .RadTabStripTop_Default .rtsLevel .rtsOut, .RadTabStripBottom_Default .rtsLevel .rtsLink, .RadTabStripBottom_Default .rtsLevel .rtsOut, .RadTabStripTop_Default_Baseline .rtsLevel, .RadTabStripBottom_Default_Baseline .rtsLevel {
    background-color: var(--light-background-color) !important;
    background-image: none !important;
    font-size: 14px;
}

.RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
    color: #000;
    font: 12px/26px Mulish,"Segoe UI", Arial, sans-serif;
    min-width: 100px;
    background-color: transparent;
    border-radius: 5px;
    margin-right: 4px;
}

.RadTabStrip_Default .rtsLI,
.RadTabStrip_Default .rtsLink {
    font: 12px/26px Mulish,"Segoe UI", Arial, sans-serif;
}


.RadTabStrip .rtsLevel .rtsOut, .RadTabStrip .rtsLevel .rtsIn, .RadTabStrip .rtsLevel .rtsTxt {
    text-decoration: inherit;
}

.rstLink .tab .tabHover {
    background-color: var(--link-color) !important;
}


.RadTabStripTop_Default .rtsSelected .rtsOut {
    background-color: #FFF !important;
    font-family: Mulish;
    margin-right: 4px;
    font-size: 14px;
}

.RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
    background-color: transparent !important;
}

.RadTabStripTop_Default .rtsLI .rtsSelected {
    background-color: #fff !important;
    font-weight: bolder;
}


.RadCalendar_Default .rcRow .rcToday {
    border-color: #898989 !important;
}

.RadCalendar_Default .rcMain .rcOtherMonth a {
    color: #898989 !important;
}

.RadCalendar_Default .rcMain .rcOutOfRange span {
    color: #898989 !important;
}

.RadCalendar_Default .rcRow .rcHover {
    border-color: #c4c4c4 #b2b2b2 #9e9e9e;
    background-color: var(--main-background-color) !important;
}

.RadCalendar_Default .rcMainTable {
    background-color: var(--main-background-color) !important;
}

.rmItem a span {
    font: bold 15px var(--font-family);
}

.rmSlide ul li a span {
    font: bold 14px var(--font-family) !important;
}

.rmSlide ul li a:hover {
    background-color: var(--light-background-color) !important;
}

.RadMenu_Default, .RadMenu_Default a.rmLink {
    font: bold 14px var(--font-family) !important;
}


.RadMenu .rmText {
    color: var(--main-font-color) !important;
}


.RadMenu_Default a.rmLink, .RadMenu_Default a.rmDisabled, .RadMenu_Default a.rmDisabled:hover {
    background-position: 0 -72px;
    padding-bottom: 10px !important;
}

.RadMenu .rmGroup .rmText {
    padding: 0 !important;
}

#favs ul li .rmItem {
    background-color: transparent !important;
    border-bottom: 1px solid #9dc8ca !important;
    padding-left: 14px !important;
    padding-top: 4px !important;
}

    #favs ul li .rmItem:hover {
        background-color: var(--light-background-color) !important;
    }

.RadGrid_Default,
.RadGrid_Default .rgMasterTable,
.RadGrid_Default .rgDetailTable,
.RadGrid_Default .rgGroupPanel table,
.RadGrid_Default .rgCommandRow table,
.RadGrid_Default .rgEditForm table,
.RadGrid_Default .rgPager table,
.GridToolTip_Default {
    font: var(--font-14) !important;
}

.RadListBox_Default .rlbText, .RadListBox_Default .rlbItem, .RadListBox_Default .rlbButtonText, .RadListBox_Default .rlbEmptyMessage {
    font: var(--font-14) !important;
}



.killPadding tr td:last-child .RadComboBox,
.killPadding tr td:last-child input,
.killPadding tr td:last-child select {
    margin-left: 10px;
    min-width: 300px;
}

p {
    white-space: pre-line;
}
/*.rgHeaderDiv table thead tr:first-of-type th:last-of-type {
    white-space: nowrap !important;
}
.rgHeaderDiv table colgroup col:last-of-type {
    float: right;
    padding-left: 0 !important;
    padding-right: 7px;
}*/
