@font-face {
    font-family: 'Gotham';
    src: url('/Fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
    src: url('/Fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/Fonts/Gotham-Book.woff2') format('woff2'), /* Super Modern Browsers */
         url('/Fonts/Gotham-Book.woff') format('woff'), /* Pretty Modern Browsers */
         url('/Fonts/Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/Fonts/Gotham-Book.svg#svgFontName') format('svg'), /* Legacy iOS */
         url('/Fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html { /*av*/
    height: 100%;
}


body {
    font-family: Arial;
    font-size: 12px;
    color: black;
    background-color: white;
    margin: 0;
    padding: 0;
    height: 100%; /*av*/
}

.imgLogo {
    padding: 5px 0 0 20px;
    height: 105px;
    vertical-align: bottom;
}

form {
    margin: 0;
    padding: 0;
    height: 100%; /*av*/
}

#MainLayout
{
    height: 100%;
    width: 99%;
}

#Body {
    width: 100%;
}

#Header {
    padding: 25px 0;
}

#HeaderText {
    padding: 20px 20px;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    color: #63666A;
}

#TopMenu {
    font-size: 13px;
    font-weight: bold;
    background-color: white;
    color: white;
    vertical-align: middle;
    padding: 0 10px 0 10px;
}

#TopMenu a {
    color: white;
    text-decoration: none;
}

#TopMenu a:hover {
    color: white;
    text-decoration: underline;
}

#MenuName {
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    color: black;
    /*padding: 0px 10px 3px 15px;*/
    padding: 0 10px 0 15px;
    text-transform: uppercase;
    height: 53px;
}

#tblTopDelimeter {
    width: 100%;
}

#tblTopDelimeter hr {
    width: 100%;
    height: 4px;
    background-color: #DC4405;
}

#tblTopDelimeter #tdStart {
    width: 80%;
}

#tblTopDelimeter .TopMenu {
    text-align: right;
    white-space: nowrap; 
}

#tblTopDelimeter #tdEnd {
    width: 4%;
}



#tblMiddleLeft {
    text-align: center;
}

#tblMiddleLeft span.menuItem {
    display: block;
    line-height: 15px;
}

#tblMiddleLeft span.notes {
    font-size: 10px;
    color: black;
    line-height: normal;
    margin: 4px 5px 0 10px;
    display: block;
}

#tblMiddleLeft a {
    font-size: 13px;
    font-family: Gotham;
    font-weight: normal;
    margin: 7px 10px 7px 0;
    min-width: 160px;
    min-height: 30px;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 20px;
    background: #63666A;
    color: white;
    user-select: none;
    white-space: nowrap;
    padding: 0 10px 0 10px;
}

#tblMiddleLeft a:hover {
    background: #DC4405;
    color: white;
}

#tblMiddleLeft a.Active {
    background: #898D8D;
    cursor: default;
}

#tblMiddleLeft a.Active:hover {
    background: #898D8D;
    cursor: default;
}

#tblMiddleLeft a.notable {
    background: darkred;
    cursor: default;
}

#tblMiddleLeft a.notable:hover {
    background: #DC4405;
    color: white;
}

    #tblMiddleLeft a.topMargin5 {
        margin-top: 5em;
    }

#LeftMenu {
    vertical-align: top;
    line-height: 12px;
    align-items: flex-start;
}

#tdAdditionalMenu {
    vertical-align: bottom;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
}

#trMenuDelimiter {
    display: inline-block;
    align-items: flex-start;
}


#TopNote {
    vertical-align: top;
    text-align: center;
    padding-top: 11px;
    color: Black;
    font-weight: bold;
}

#CopyRight {

    font-size: 10px;
    text-align: right;
    white-space: nowrap; 
    /*vertical-align: bottom;*/
    padding: 0 15px 0 8px;
    width: 100%;
}


#AdditionalMenuTop {
    float: right;
    color: black;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

    #AdditionalMenuTop a {
        font-family: Gotham;
        width: 80px;
        display: inline-block;
        line-height: 20px;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        outline: none;
        border: none;
        border-radius: 12px;
        background: #DC4405;
        color: white;
        user-select: none;
    }

#MainContent {
    color: Black;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
    background-color: white;
    padding: 0;
    height: 100%;
}

    #MainContent table {
        font-size: 12px;
        border: none;
        border-collapse: collapse;
    }

    #MainContent td {
        color: black;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 1px; /*av*/
        padding-bottom: 1px; /*av*/
    }

    #MainContent .number {
        font-size: 34px;
        color: #63666A;
        font-weight: bold;
        /*float: left;*/
    }

    #MainContent a.tab {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        font-size: 13px;
    }

    #MainContent table.section {
        width: 100%;
        text-decoration: none;
    }

    #MainContent td.content {
        border-top: none;
        border-left: 2px solid #63666A;
        border-bottom: 2px solid #63666A;
        border-right: 1px solid #63666A;
        margin: 0;
        padding: 5px;
        vertical-align: top;
        font-size: 13px;
    }

    #MainContent td.spacer {
        border-bottom: 1px solid #63666A;
        margin: 0;
    }

    #MainContent td.activeTab {
        border: 1px solid #63666A;
        margin: 0;
        padding-left: 5px;
        text-align: left;
    }

    #MainContent td.inactiveTab {
        border: 1px solid #63666A;
        background-color: #D1E8F0;
        margin: 0;
        padding-left: 5px;
        text-align: left;
    }

#Account {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    padding: 0 15px 0 15px;
    vertical-align: middle;
}

#Navigate {
    color: Black;
    font-size: 11px;
    font-weight: bold;
    height: 60px;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 10px;
}

#tblHomeMenu table {
    width: 100%;
}

#tblHomeMenu div {
    align-content: center;
    text-align: center;
}

#tblHomeMenu div.header 
{
    height: 60px;
    min-width: 160px;
}

#tblHomeMenu div.item
{
    height: 180px;
    font-size: 15px;
    min-width: 160px;
}

    #tblHomeMenu div.item.large {
        height: 360px;
        font-size: 30px;
    }

        #tblHomeMenu div.item.large input {
            height: 260px;
        }

#tblHomeMenu span.header {
    text-align: center;
    min-width: 160px;
}

span.large {
    font-size: 20px;
    font-weight: bold;
}

#tblHomeMenu input {
    border-width: 0;
    height: 130px;
}

#tblHomeMenu table.delimiter {
    min-width: 10px;
    display: block;
    height: 100%;
}

#tblHomeMenu hr.delimiter{
    width: 2px;
    height: 240px;
    border: none;
    background: #63666A;
}

#tblHomeMenu .delimiter-caption {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
}

#tblHomeMenu .new-caption {
    position: absolute;
    margin-top: -12px;
    margin-left: -26px;
    font-size: 16px;
    font-weight: bold;
    color: #DC4405;
}

div .training-delimiter hr {
    width: 2px;
    height: 400px;
    border: none;
    background: #63666A;
}

.maximized {
    width: 100%;
    height: 100%;
}

.maximized-width {
    width: 100%;
}

.maximized-height {
    height: 100%;
}

p {
    margin-top: 4px;
}

h1 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}

h2 {
    color: black;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 3px;
}

h3 {
    color: black;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 3px;
}

h4 {
    color: #DC4405;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 3px;
}

hr {
    color: #DC4405;
    height: 1px;
    overflow: hidden;
    background-color: #DC4405;
    border: 1px solid #DC4405;
}

    hr.top {
        height: 5px;
        color: #DC4405;
        background-color: #DC4405;
        border: 1px solid #DC4405;
        border: none;
        text-align: right;
    }

a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #1133AA;
}

    a.text {
        text-decoration: underline;
        color: #1133AA;
    }

label {
    font-weight: normal;
}

span.bold label {
    font-weight: bold;
}

.primary-text {
    color: #63666A;
    font-weight: bold;
}

.secondary-text {
    color: #DC4405;
    font-weight: bold;
}

.red {
    color: red;
}

/*av*/
table.standard {
    border: 0;
    border-collapse: collapse;
}

    table.standard td {
        padding: 0;
    }

table.sparsed1 {
    border-spacing: 1px;
    border-collapse: separate;
}

    table.sparsed1 td {
        padding: 1px;
    }

table.maximized {
    width: 100%;
    height: 100%;
}

table.noborder {
    border: 0;
    border-collapse: collapse;
}

table.sparsed td {
    padding: 2px;
}

table.leftpadded td {
    padding-left: 10px;
}
/*eof av*/

table.data {
    border: 1px solid #222;
    font-size: 11px;
}

    table.data td {
        border: 1px solid #222;
    }

        table.data td.colored, table.data tr.colored {
            background-color: #E3E3F0;
        }

    table.data th, table.data tr.header {
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #222;
        padding-left: 3px;
        padding-right: 3px;
        text-align: left;
        background-color: #63666A;
        color: white;
    }

        table.data th a {
            font-size: 12px;
            font-weight: bold;
            color: white;
        }

    table.data td a {
        font-weight: normal;
        color: #663366;
    }

    table.data tr.cursor {
        background-color: #B0ED51;
    }

    table.data tr.over {
        background-color: white !important;
    }

    table.data tr.green {
        background-color: #5DE787;
    }

    table.data tr.yellow {
        background-color: #FFF27D;
    }

    table.data tr.orange {
        background-color: #FFA87D;
    }

    table.data tr.red {
        background-color: #FF6A53;
    }

    table.data tr.purple {
        background-color: #9290EA;
    }

table.centered th, table.centered td {
    text-align: center;
}

table .accountLabel,
table .donorInfoLabel{
    width: 220px;
}

table .account,
table .donorInfo {
    width: 200px;
}

span.validator {
    font-weight: bold;
    color: Red;
}

span.attention {
    font-size: 16px;
    font-weight: bold;
    color: Red;
}

.asterisk {
    color: red;
}

.training {
    font-size: 12px;
    margin-bottom: 5px;
    color: Red;
}

ul {
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 2px;
}

li {
    list-style-type: none;
    margin-left: 10px;
}

    li a.icon {
        font-size: 14px;
        text-decoration: none;
        color: Green;
    }

a.levels {
    font-size: 12px;
    color: #333;
}

li span.icon {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

table.checkbox input, input.checkbox, span.checkbox input, table.radio input {
    border: 0;
    text-align: center;
    font-weight: bold;
    vertical-align: -3px !important;
}

table.logincheckbox input, input.logincheckbox, span.logincheckbox input, table.radio input {
    border: 0;
    text-align: center;
    font-weight: bold;
    vertical-align: -3px;
}

.Date {
    width: 80px;
}

.Time {
    width: 45px;
}

input, textarea, select {
    font-size: 12px;
    border: 1px solid #63666A;
    vertical-align: bottom;
    margin: 0 0 0 0 !important;
}

input[type=radio] {
    margin: 2px 5px 8px 0 !important;
}

input[type=checkbox] {
    position: static !important;
    margin: 0 5px 7px 0 !important;
}

option:hover {
    background-color: #63666A;
}

option:checked {
    background: #63666A;
}

section:checked {
    background: #63666A;
}

div.Section {
    border: 1px solid #DC4405;
    padding: 8px;
    margin-bottom: 8px;
    width: 100%;
}

div.SectionFilled {
    border: 1px solid #DC4405;
    padding: 8px;
    margin-bottom: 8px;
    width: 100%;
    background-color: #63666A;
}

div.TitleForPage {
    font-size: 16pt;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Arial;
}

.width-8 {
    width: 8em;
}

.main-input {

}

input.button,
input.back,
input.next,
button.basic {
    font-size: 12px;
    font-weight: normal;
    font-family: Gotham;
    border: 1px solid #63666A;
    background-color: #63666A;
    border-radius: 15px;
    border: none;
    color: white;
    padding-left: 5px;
    height: 30px;
    min-width: 100px;
    text-align: center;
}


input.button:hover,
input.back:hover,
input.next:hover,
button.basic:hover {
    background-color: #DC4405;
}

a.button-desktop {
    font-size: 12px;
    font-family: Gotham;
    font-weight: normal !IMPORTANT;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: White !IMPORTANT;
    text-align: center;
    text-decoration: none !IMPORTANT;
    border: none;
    min-width: 110px;
    min-height: 25px;
    width: auto !IMPORTANT;
    background: #63666A;
    white-space: nowrap;
    border-radius: 20px;
    line-height: 25px;
}

/*av ie10-11 fix*/
input[disabled="disabled"] {
    color: #898D8D;
}

span.phone {
    color: #EA6E34;
    font-weight: bold;
}

.training-mode {
    padding: 2px 3px 2px 5px;
    color: #ff6600;
    background-color: #ffcc99;
    font-size: 16px;
    font-weight: bold;
    border: #ff6600 1px solid;
    margin-bottom: 10px;
}

.color-red {
    color: Red !important;
}

.newsBox {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 20px;
    background:#898D8D;
    color: white;
    user-select: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.presentation {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    color: white;
    user-select: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#divInfoContent {
    border: 1px solid #898D8D;
    background: white;
    position: absolute;
    display: none;
    visibility: hidden;
    text-align: right;
}

    #divInfoContent a {
        margin: 3px;
        font-size: 14px;
        text-decoration: none;
    }

div.AspNet-TreeView {
    margin: 0;
    padding: 0;
}

    div.AspNet-TreeView ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.lock {
    padding-right: 20px !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
    position: relative;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(137, 141, 141, 0.35);
    opacity: .35;
    width: 100%;
    height: 100%;
}

.AspNet-TreeView-Hide {
    display: none;
}

.CssTreeView div.AspNet-TreeView ul li {
    white-space: nowrap;
    padding: 3px 0 2px 0;
}

.CssTreeView div.AspNet-TreeView ul ul {
    margin: 2px 0 2px 10px;
}

.CssTreeView div.AspNet-TreeView ul li img {
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.CssTreeView div.AspNet-TreeView li a {
    text-decoration: none;
}

.CssTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf {
    margin-left: 18px;
}

.CssTreeView div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink {
    cursor: pointer;
}

.CssTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse {
    background: url('../images/collapse.gif') 0 -2px no-repeat;
    width: 15px;
    float: left;
    cursor: pointer;
}

.CssTreeView div.AspNet-TreeView .AspNet-TreeView-Expand {
    background: url('../images/expand.gif') 0 -2px no-repeat;
    width: 15px;
    float: left;
    cursor: pointer;
}

.CssTreeView .AspNet-TreeView-Selected {
    background-color: #FAFAD2 !important;
}

.CssTreeView .AspNet-TreeView-ChildSelected {
    background-color: #F5FFFA !important;
}

.CssTreeView .AspNet-TreeView-ParentSelected {
    background-color: #FFE4E1 !important;
}

.InfoMessage {
    background-color: #CCFFFF;
    border: 1px double black;
    padding: 10px;
}

.m-1 {
    margin: 1rem;
}

.nowrap {
    white-space: nowrap;
}

.custom_pagination {
    font-weight: normal;
    color: #663366;
}

.custom_pagination_active {
    font-weight: normal;
    color: #663366;
    text-decoration: none;
}