@font-face {
    font-family: Roboto-Regular;
    src: local("y"), url(../content/fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Roboto-Black;
    src: local("y"), url(../content/fonts/Roboto-Black.ttf) format("truetype");
}

@font-face {
    font-family: Roboto-Bold;
    src: local("y"), url(../content/fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: OpenSans-Regular;
    src: local("y"), url(../content/fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: OpenSans-ExtraBold;
    src: local("y"), url(../content/fonts/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: OpenSans-Bold;
    src: local("y"), url(../content/fonts/OpenSans-Bold.ttf) format("truetype");
}

html {
    height: 100%;
}

body {
    background-color: #B4B4B4;
    color: #333;
    font-size: 9pt;
    font-family: Roboto-Regular, Sans-Serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    height: 100%;
}

.fed-hermes-logo {
    height: 85px;
    text-align: center;
    width: 200px;
    padding-left: 30px;
}

.section-header {
    font-family: OpenSans-ExtraBold, Sans-Serif;
    font-size: 28px;
    color: #012169;
}

#menu-header {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.menu-section-row {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    padding-left: 20px;
}

.menu-section {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.section-link-icon {
    font-size: 22px;
    padding-right: 10px;
}

.section-link {
    font-size: 1.2em;
}

.menu-section div {
    padding-top: 10px;
}

.logo-edge {
    font-size: 48px;
    font-weight: bold;
    font-family: Roboto-Black, sans-serif;
    color: #012169;
}

.logo-net {
    font-size: 38px;
    font-style: italic;
    font-family: times new roman, arial, sans-serif;
    color: #00A3E0;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

a {
    color: #25497a;
    text-decoration: none;
}

    a:hover {
        color: #007dae;
        text-decoration: underline;
    }

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

form {
    display: inline;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.no-padding {
    padding: 0;
}

.padding-top-small {
    padding-top: 10px;
}

h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    color: #336699;
    font-size: 2em;
}

h2 {
    font-weight: bold;
    color: #336699;
    font-size: 1.5em;
}

h3 {
    color: #336699;
    font-weight: bold;
    font-size: 1.2em;
}

h4 {
    color: #336699;
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

h3.fieldset-header, .fieldset-header {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.even-height {
    float: left;
}

.column-spacer {
    width: 40px;
    display: inline-block;
}

.column-spacer-narrow {
    width: 30px;
    display: inline-block;
}

tr.row-spacer > td {
    padding-top: 10px;
    padding-bottom: 10px;
}

table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.required {
    color: red;
    display: inline;
    font-weight: bolder !important;
    font-size: 1.0em !important;
}

.required-field:before {
    content: "* ";
    color: red;
    display: inline;
    font-weight: bolder !important;
    font-size: 1.0em !important;
}

.dataTables_scrollHead th.required-header:before {
    content: "* ";
    color: red;
    display: inline;
    font-weight: bolder !important;
    font-size: 1.0em !important;
}

hr.ba {
    height: 1px;
    border-top: 1px solid #999999;
}

hr.sidebar-body-seperator {
    width: 160px;
    height: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px dotted #999999;
    margin-top: 5px;
    display: block;
}

div.sidebar-body-header {
    margin: 8px;
    padding: 5px 0 5px 0;
    width: 160px;
    border-bottom: 1px dotted #336699;
    border-top: 1px dotted #336699;
    display: block;
    color: #336699;
    font-size: 10pt;
    font-family: Roboto-bold, sans-serif;
}

a.sidebar-link {
    display: block;
    padding-bottom: 3px;
}

div.breadcrumb-marker {
    margin-left: 12px;
}

span.breadcrumb-marker {
    display: inline-block;
    width: 6px;
}

span.sidebar-link, span.sidebar-body {
    margin-left: 12px;
    display: block;
}

img.sidebar-link {
    border: none;
    margin-top: 5px;
    margin-top: 5px;
}

select#fileMappings {
    width: 415px;
}

#content {
    width: 100%;
    background-color: white;
}

#content-header {
    margin: 20px 15px 0 15px;
    text-align: left;
}

#content-body {
    margin: 5px 15px 0 15px;
    min-height: 400px; /* this is just a default and over-ridden via javascript based on client height */
}

#content-footer {
    padding-bottom: 5px;
    padding-top: 5px;
}

#loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 999999;
    display: none;
}

    #loader img {
        position: relative;
        top: 50%;
    }

header .wrapper {
    padding-top: 0;
    margin-left: 0;
}

div#header-container {
    width: 100%;
    background-color: #25497a;
}

input[type="file"] {
    width: 500px;
}

input[type="button"] {
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
}

input[type="submit"] {
    -moz-min-width: 80px;
    -ms-min-width: 80px;
    -o-min-width: 80px;
    -webkit-min-width: 80px;
    min-width: 80px;
}

.warning {
    color: red;
    font-size: 12pt;
    line-height: normal !important;
}

.information {
    color: black;
    font-size: 12pt;
    line-height: normal !important;
}

.odd-item, .selected-item {
    background-color: #ffffee;
}

.even-item {
    background-color: #ffffff;
}

.border-bottom {
    border-bottom: 2px solid #cbcdd3;
}

.border-bottom-thin {
    border-bottom: 1px solid #cbcdd3;
}

.border-top {
    border-top: 2px solid #cbcdd3;
}

.hidden, .javascript-disabled .javascript-required {
    display: none;
}

/** :-msclear is the pseudo-element which displays the X in text inputs*/
.suppress-ms-clear::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fixed-space-12pt {
    line-height: 12px;
}

.full-width {
    width: 100%;
}

.eighty_five_pct_width {
    width: 85%;
}

.seventy_five_pct_width {
    width: 75%;
}

.monospace {
    font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace;
}

.no-wrap {
    white-space: nowrap;
}

.no-scroll {
    overflow: hidden;
}

.scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
}

img.image-no-border {
    border: none;
}

img.image-link-with-right-text {
    vertical-align: middle;
    margin-right: 10px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        display: block;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
        overflow: hidden;
        width: auto;
    }

    .site-title img {
        width: 310px;
        height: 65px;
        border: none;
        overflow: hidden;
    }

span.copyright {
    color: #999999;
    font-size: 8pt;
    display: block;
}

span.impersonation {
    color: red;
    display: inline-block;
    font-size: 10pt;
    margin-bottom: 10px;
    font-weight: bold;
}

.impersonation-tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #999999;
    color: #fff;
    text-align: center;
    padding: 4px 5px;
    border-radius: 6px;
    top: -5px;
    left: 105%;
    content: "Stop Impersonating";
}

span.impersonation:hover .impersonation-tooltip-text {
    visibility: visible;
}

/* menu overrides based on where the content is
-----------------------------------------------*/
/*#menu-body ul {
    text-align: left;
}*/

#menu-support ul {
    text-align: left;
    width: 335px;
    padding-left: 15px;
}

#menu-support li {
    margin-bottom: 10px;
}

#menu-support a {
    padding-left: 0px;
}

#menu-body li {
    display: block;
}

    #menu-body li a {
        display: inline-block;
    }

ul.feature-menu {
    font-size: 11pt;
    margin-bottom: 20px;
    margin-left: 17px;
    font-weight: bold;
}

ul.standard-menu {
    font-size: 10pt;
    margin-bottom: 20px;
    margin-left: 17px;
    font-weight: normal;
}

#menu-body li span.feature-menu a {
    padding-left: 20px;
    background-image: url('../Images/BlueArrowLg.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 13px;
}

    #menu-body li span.feature-menu a:hover {
        text-decoration: underline;
        padding-left: 20px;
        background-image: url('../Images/GreenArrowLg.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        margin-bottom: 13px;
    }

#menu-body li span.standard-menu a {
    padding-left: 20px;
    background-image: url('../Images/BlueArrow.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 8px;
}

    #menu-body li span.standard-menu a:hover {
        text-decoration: underline;
        padding-left: 20px;
        background-image: url('../Images/GreenArrow.jpg');
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom: 8px;
    }

/* menu default styles
----------------------*/
ul.menu {
    margin: 0;
    padding: 0;
    text-align: right;
}

    ul.menu li {
        list-style: none;
        padding: 0;
        display: inline;
    }

        ul.menu li a {
            display: inline;
            background: none;
            color: #25497a;
            padding-bottom: 5px;
            border: none;
            font-family: "Source Sans Pro",arial,helvetica,sans-serif;
            font-weight: normal;
            font-variant: normal;
        }

            ul.menu li img, ul.menu li a img {
                border: none;
            }

            ul.menu li a:hover {
                text-decoration: underline;
            }

#left-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
}

#right-header {
    position: absolute;
    right: 10px;
    height: 65px;
    background-color: #295984;
}

#menu-tabstrip {
    padding-top: 10px;
    -moz-min-width: 450px;
    -ms-min-width: 450px;
    -o-min-width: 450px;
    -webkit-min-width: 450px;
    min-width: 450px;
}

/* page elements
----------------------------------------------------------*/
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* ordered list */
ol.letter {
    list-style-type: lower-alpha;
}

    ol.letter li {
        padding-left: 0 !important;
    }

ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round > li {
        margin: 25px 0;
        padding-left: 45px;
        min-height: 30px;
    }

    ol.round li.zero {
        background: url("../Images/orderedList0.png") no-repeat;
    }

    ol.round li.one {
        background: url("../Images/orderedList1.png") no-repeat;
    }

    ol.round li.two {
        background: url("../Images/orderedList2.png") no-repeat;
    }

    ol.round li.three {
        background: url("../Images/orderedList3.png") no-repeat;
    }

    ol.round li.four {
        background: url("../Images/orderedList4.png") no-repeat;
    }

    ol.round li.five {
        background: url("../Images/orderedList5.png") no-repeat;
    }

    ol.round li.six {
        background: url("../Images/orderedList6.png") no-repeat;
    }

    ol.round li.seven {
        background: url("../Images/orderedList7.png") no-repeat;
    }

    ol.round li.eight {
        background: url("../Images/orderedList8.png") no-repeat;
    }

    ol.round li.nine {
        background: url("../Images/orderedList9.png") no-repeat;
    }

.no-bullet {
    list-style-type: none;
}

ul.no-bullet > li {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

div.ui-datepicker {
    font-size: 10px;
}

.date-picker, .label-standard-width {
    width: 150px;
}

.label-wide {
    width: 300px;
}

.label-narrow {
    width: 100px;
}

#sidebar-content-container {
    height: 100%;
}

#sidebar {
    min-width: 20%;
}

#sidebar-header {
    margin: 20px 5px 5px 10px;
    text-align: left;
}

div.sidebar-body {
    width: 160px;
    margin: 5px 5px 5px 8px;
    text-align: left;
}

aside.sidebar {
    background-color: white;
    border-right-color: #b4b4b4;
    border-right-style: solid;
    border-right-width: 1px;
}

aside.sidebar-home {
    background-color: #04538E;
}

    aside.sidebar-home a {
        color: white;
    }


div.sidebar-image {
    background: url("../Images/homeleftside2.jpg") no-repeat left center;
    min-height: 350px;
    -moz-min-width: 176px;
    -ms-min-width: 176px;
    -o-min-width: 176px;
    -webkit-min-width: 176px;
    min-width: 176px;
}

.sidebar-text {
    font-size: 1em;
    color: black;
}

.sidebar-bullet-cell {
    vertical-align: top;
    padding: 0 5px 0 0;
}

.sidebar-text-cell {
    padding: 0 0 0 0;
}

/* login page */
#logon {
    float: left;
}

    #logon .validation-error {
        display: block;
        margin-left: 15px;
    }

    #logon .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #logon .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #logon input {
        width: 250px;
    }

        #logon input[type="checkbox"],
        #logon input[type="submit"],
        #logon input[type="button"],
        #logon button {
            width: auto;
        }

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

div.radiobutton, div.checkbox {
    margin-top: 3px;
    margin-bottom: 3px;
}

    div.radiobutton label, div.checkbox label {
        display: inline;
        font-weight: normal;
        font-size: 1em;
        vertical-align: middle;
    }

    div.radiobutton input, div.checkbox input {
        font-weight: normal;
        font-size: 1em;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
        width: 20px;
        border: none;
    }

div.input-parameter, div.input-parameter div.dropdownlist {
    width: 100%;
    margin-bottom: 10px;
}

    div.input-parameter label {
        font-size: 1em;
        vertical-align: middle;
        display: inline;
    }

    div.input-parameter input[type='text'], div.input-parameter option, div.input-parameter div.dropdownlist #FORMAT {
        display: block;
        width: 100%;
        outline: none;
        /**prevents padding from increasing element width **/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.input-parameter div select {
        width: 100%;
    }

div.multi-select-list {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 196px;
    border: 1px solid #e2e2e2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

/*** don't enable field highlighting on the ChangePassword fields **/
input, textarea, select, #ChangePassword input[type='password'].input-validation-error {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

option {
    font-size: 1em;
}

input[type="radio"] {
    border: none;
    width: 30px;
    outline: none;
}

    input[type="radio"]:focus {
        border: none;
        outline: none;
    }

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #999999;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px 7px 5px 7px;
    margin-right: 16px;
    width: auto;
    color: #000;
}

    button:hover {
        background-color: #999999;
        border: 1px solid #000;
        color: #FFF;
    }

input[disabled=''][type="submit"],
input[disabled=''][type="button"],
button {
    background: #F5F5F5;
    color: #000;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-error-large {
    clear: both;
    color: #e80c4d;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

.error-row {
    color: #e80c4d;
    font-weight: bolder;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, select.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.1em;
    text-align: left;
    border: none 0;
    padding-left: 0;
}

th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '?';
        }

        th.desc a:after {
            content: '?';
        }
td {
    padding: 0.25em 2em 0.25em 0;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

tr.disabled-row {
    color: #c0c0c0
}

td.col-navlink, th.col-navlink {
    width: 265px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

table.medium-font th {
	font-size: 1.3em;
}

table.medium-font td {
	font-size: 1.2em;
}

/** announcement table and dialog specifics
-----------------------------------------------**/
td.announcement {
    line-height: 10pt;
    font-size: 10pt;
}

th.announcement {
    padding: 10px 0 10px 0;
}

table.announcement {
    width: 592px;
    table-layout: fixed;
}

/** the dialog popup width*/
div.announcement {
    width: 623px !important;
    color: #333;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/** information delivery
-----------------------------------------------**/
table.information-delivery {
    width: 100%;
    clear: left;
}

ul.scheduled-request-item {
    list-style-type: none;
    display: block;
    margin: 10px 0 0 10px;
    border: 0;
    padding: 0;
}

    ul.scheduled-request-item li a {
        display: inline-block;
    }

        ul.scheduled-request-item li a div {
            margin-right: 5px;
        }

div.request-icon {
    display: inline-block;
    height: 21px;
    width: 35px;
    vertical-align: middle;
}

div.reportbin {
    background: url("/Images/SmallReportBin.gif") no-repeat center;
}

div.email {
    background: url("/Images/envelope.gif") no-repeat center;
}

div.rptbinemailnotif {
    background: url("/Images/RptBinNotif.gif") no-repeat center;
}

div.pushpin {
    background: url("/Images/pushpin.png") no-repeat center;
}

div.newitem {
    background: url("/Images/newitem.png") no-repeat center;
}

td.delete {
    padding-right: 0;
}

div.delete {
    background-color: white;
    font-weight: bold;
    border: 1px solid black;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    width: 15px;
    display: inline-block;
}

    div.delete a {
        color: gray;
    }

        div.delete a:hover {
            text-decoration: none;
            color: white;
            background-color: red;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
        }

input[name=report-submit] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.glossary-column-term {
    width: 800px;
}

.glossary-column-definition {
    width: 800px;
}

.folder-open-icon {
    background-position: center !important;
    background-image: url('/images/folder_open.png') !important;
}

.folder-closed-icon {
    background-position: center !important;
    background-image: url('/images/folder_closed.png') !important;
}

.document-icon {
    background-position: center !important;
    background-image: url('/images/document.png') !important;
}

.document-shared-icon {
    background-position: center !important;
    background-image: url('/images/document-share.png') !important;
}

.reportbin-tooltip {
    max-width: 500px !important;
}

.schedule-request-submit {
    margin-top: 20px;
}

.compliance-disclaimer {
    font-style: italic;
    color: black;
}

.compliance-disclaimer-agreebox {
    font-weight: 600 !important;
    font-size: 1em;
}

/*************************************************************************/
/** report-options && report-parameters should be no larger than 754px, **/
/** which is the size of their parent container                         **/
/*************************************************************************/
#report-options {
    width: 400px;
}

#report-parameters {
    width: 312px;
}

    #report-parameters #report-parameters-footer {
        display: inline-block;
    }

#report-request-name {
    margin-top: 5px;
    margin-left: 10px;
}

    #report-request-name input[type="text"] {
        width: calc(100% - 10px); /*width minus the margin to keep input from extending outside the box*/
    }


/*****************************************************************************/
/** schedule-options && schedule-parameters should be no larger than 754px, **/
/** which is the size of their parent container                             **/
/*****************************************************************************/
#schedule-options {
    width: 350px;
}

#schedule-parameters {
    width: 370px;
}

/** Report Export Layout
-----------------------------------------------**/
table.export-layout {
    width: 100%;
    max-width: 700px;
    table-layout: fixed;
    border: 2px solid black;
    border-collapse: collapse;
}

th.export-layout {
    padding: 10px 0 10px 0;
    border-bottom: 2px solid black;
    text-align: center;
}

td.export-layout {
    line-height: 10pt;
    font-size: 10pt;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-bottom: 1px dotted gray;
}

table.export-layout thead tr th.col-one {
    width: 30px;
}

table.export-layout thead tr th.col-two {
    width: 50px;
}

table.export-layout thead tr th.col-three {
    width: 20px;
}

table.export-layout thead tr th.col-four {
    width: 150px;
    padding-left: 5px;
    text-align: left;
}

table.export-layout tbody tr td.col-one {
    width: 30px;
}

table.export-layout tbody tr td.col-two {
    width: 50px;
    border-left: 1px dotted gray;
}

table.export-layout tbody tr td.col-three {
    border-left: 1px dotted gray;
    width: 20px;
}

table.export-layout tbody tr td.col-four {
    width: 150px;
    border-left: 1px dotted gray;
    padding-left: 5px;
    text-align: left;
}


/** section headers
-----------------------------------------------**/
.section-header-double-underline {
    border-bottom: 5px double #cbcdd3;
}

.section-header-underline {
    border-bottom: 2px solid #cbcdd3;
}

.section-sub-header-underline {
    font-weight: bold;
    border-bottom: 2px solid #cbcdd3;
    margin-bottom: 10px;
}

.section-sub-header {
    font-weight: bold;
}

.anchor a, .anchor a:active, .anchor a:hover {
    text-decoration: none;
    padding-left: 0px;
    color: inherit;
}

.back-to-top, .small-text {
    font-size: .8em;
}

/** application form download page
-----------------------------------------------**/
.application-form-column {
    width: 370px;
}

a.application-form-link-image {
    background: no-repeat center right;
    display: block;
    height: 48px;
    width: 48px;
    margin: auto;
}

span.application-form-preferred {
    font-size: .8em;
    font-weight: bold;
    color: #999999;
}

span.application-form-doc-types {
    font-size: .9em;
    font-weight: bold;
    color: #e4795d;
}

/** online inquiry
-----------------------------------------------**/
.search-area label, .search-area select {
    float: left;
    font-size: 1em;
    margin-right: 5px;
}

.search-area label {
    padding-top: 11px;
    width: 85px;
}

.search-area select {
    width: 100px;
}

.search-area input {
    width: 135px;
    font-size: 1em;
    height: 16px;
}

.search-result-container {
    overflow-y: scroll;
    height: 475px;
}

.search-result-header-containter {
    margin-right: 15px;
}

.acct-search-result-table th, .acct-search-result-table td {
    width: 16.5%;
    padding-bottom: 5px;
    font-size: 1em;
}

div.label-value {
    width: 100%;
    margin-bottom: 2px;
}

    div.label-value label {
        font-size: 1em;
        vertical-align: middle;
        display: inline;
    }


div.label-value-two-column {
    width: 45%;
    margin-bottom: 2px;
    display: inline-block;
}

    div.label-value-two-column label {
        font-size: 1em;
        vertical-align: middle;
        display: inline-block;
    }

.open_purchase_result_col_width60 {
    width: 60px;
    max-width: 60px;
}

.table_column_width20 {
    width: 20px;
    max-width: 20px;
}

.table_column_width25 {
    width: 25px;
    max-width: 25px;
}

.table_column_width30 {
    width: 30px;
    max-width: 30px;
}

.table_column_width40 {
    width: 40px;
    max-width: 40px;
}

.table_column_width45 {
    width: 45px;
    max-width: 45px;
}

.table_column_width55 {
    width: 55px;
    max-width: 55px;
}

.table_column_width60 {
    width: 60px;
    max-width: 60px;
}

.table_column_width70 {
    width: 70px;
    max-width: 70px;
}

.table_column_width75 {
    width: 75px;
    max-width: 75px;
}

.table_column_width80 {
    width: 80px;
    max-width: 80px;
}

.table_column_width110 {
    width: 110px;
    max-width: 110px;
}

.table_column_width130 {
    width: 130px;
    max-width: 130px;
}

.table_column_width140 {
    width: 140px;
    max-width: 140px;
}

.table_column_width150 {
    width: 150px;
    max-width: 150px;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    word-wrap: break-word; /* IE */
}

/** over-ride the jquery theme default**/
.ui-widget-content a {
    color: #0000FF !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/** make sure our bookmark anchor titles are the correct color **/
.ui-widget-content h1 a {
    color: inherit !important;
}

.ui-widget-content h2 a {
    color: inherit !important;
}

.ui-widget-content h3 a {
    color: inherit !important;
}

.ui-widget-content h4 a {
    color: inherit !important;
}

/** DataTables stuff**/
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd:not(.row-disabled) {
    background-color: #ffffee !important;
    white-space: nowrap;
}

.details-control {
    background: url("./DataTables/images/details_open.png") no-repeat center center;
}

tr.shown td.details-control {
    background: url("./DataTables/images/details_close.png") no-repeat center center;
}

tr.shown th.details-control {
    background: url("./DataTables/images/details_close.png") no-repeat center center;
}

.new_row_control {
    background: url("../Images/newitem.png") no-repeat center center;
}

.error-row {
    color: red;
}

table.childRowTable {
    border: 0px;
    margin-left: 50px;
    margin-top: 0px;
}

    table.childRowTable tbody td {
        padding: 2px !important;
    }

        table.childRowTable tbody td.childRowTitle {
            font-weight: bold;
        }

table.openPurchaseChildRowTable {
    border: 0px;
    margin-left: 27px;
    margin-top: 0px;
}

table.dialog_table th {
    font-size: 1em;
}

table.dialog_table td {
    font-size: .9em;
}

input.details-control {
    height: auto;
    width: auto;
    border-style: hidden;
    background: url("./DataTables/images/details_open.png") no-repeat center center;
}

input.shown {
    height: auto;
    width: auto;
    border-style: hidden;
    background: url("./DataTables/images/details_close.png") no-repeat center center;
}

.footnote {
    padding-top: 7px;
    font-size: 9pt;
}

.inline_block {
    display: inline-block;
}

input[readonly="readonly"] {
    background-color: #E8E8E8;
}

select[disabled="disabled"] {
    background-color: #E8E8E8;
    color: #000;
}

    /*IE specific disabled font color*/
    select[disabled='disabled']::-ms-value {
        color: #000;
    }

.padding-top-five-px {
    padding-top: 5px;
}

.padding-top-ten-px {
    padding-top: 10px;
}

.padding-bottom-ten-px {
    padding-bottom: 10px;
}

.font-red-bold {
    color: red;
    font-weight: bold;
    padding-left: 0;
}

a.font-red-bold:visited {
    color: red;
    font-weight: bold;
}

a.font-red-bold:hover {
    color: black;
    font-weight: bold;
}

button.dt-button.columnOptions {
    margin-bottom: 10px;
    margin-top: 20px;
}

button.dt-button.postSession, button.dt-button.deleteSession, button.dt-button.columnOptions {
    width: 110px;
}

button.dt-button.deleteSession {
    margin-left: 200px;
}

.buttons-columnVisibility {
    width: 100%;
}

.list-spacer > * {
    padding-bottom: 10px;
}

.font-size-thirteen {
    font-size: 13px;
}

.font-size-nine-light {
    font-size: 9pt;
    font-weight: 500;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flex-grow {
    flex-grow: 1;
}

/**Account form styling**/
#accountform label, #accountform select, #accountform input {
    font-size: 0.85em;
}

.accountform-header input, .accountform-header div {
    padding-bottom: 10px;
    padding-right: 10px;
}

#accountform option {
    font-size: 1.1em;
}

.accountform-section {
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
    padding-bottom: 10px;
}


.component-inline > label {
    display: inline-block;
    padding-right: 5px;
}

.input-large {
    width: 240px;
}

.input-medium {
    width: 170px;
}

.input-small {
    width: 130px;
}

/* Overriding default datatable search input field styling to match the page */
.dataTables_filter input {
    font-size: 13px;
}

/* Overriding default datatable search label field styling to match the page */
.dataTables_filter label {
    font-size: 9pt;
    font-weight: 500;
}

/* Overriding default row colors for disabled rows */
table#resultsTable.stripe.dataTable tbody tr.row-disabled, table#resultsTable.display.dataTable tbody tr.row-disabled {
    background-color: #c0c0c0;
}

/* Overriding default row colors for disabled rows */
table.display.dataTable tbody tr.odd.row-disabled > .sorting_1, table.stripe.order-column.dataTable tbody tr.odd.row-disabled > .sorting_1 {
    background-color: #c0c0c0;
}

/* Overriding default row colors for disabled rows */
table.display.dataTable tbody tr.odd.row-disabled, table.stripe.order-column.dataTable tbody tr.odd.row-disabled {
    background-color: #c0c0c0;
}

/* Overriding default row colors for disabled rows */
table.display.dataTable tbody tr.even.row-disabled > .sorting_1, table.stripe.order-column.dataTable tbody tr.even.row-disabled > .sorting_1 {
    background-color: #c0c0c0;
}

/* Overriding default row colors for disabled rows */
table.display.dataTable tbody tr.even.row-disabled, table.stripe.order-column.dataTable tbody tr.even.row-disabled {
    background-color: #c0c0c0;
}

.dt-button-collection button.buttons-columnVisibility:before,
.dt-button-collection button.buttons-columnVisibility.active span:before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

.dt-button-collection button.buttons-columnVisibility:before {
    content: ' ';
    margin-top: -6px;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 3px;
}

.dt-button-collection button.buttons-columnVisibility.active span:before {
    content: '\2714';
    margin-top: -11px;
    margin-left: 12px;
    text-align: center;
    text-shadow: 1px 1px #DDD, -1px -1px #DDD, 1px -1px #DDD, -1px 1px #DDD;
}

.dt-button-collection button.buttons-columnVisibility span {
    margin-left: 20px;
}

/** input element placeholder styles
-----------------------------------------------**/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c3c3c3;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c3c3c3;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c3c3c3;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c3c3c3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c3c3c3;
}

/* Hide the clear X's on the search inputs '*/
.input-no-clear::-ms-clear {
    width: 0;
    height: 0;
}

.exportDropdownContainer {
    display: inline-block;
    min-height: 40px;
}

.exportDropdownButton {
    border: none;
    min-height: 40px;
}

.exportDropdownIcon {
    pointer-events: none;
    color: #336699;
    font-size: 1.3em;
}

.exportDropdownIconDisabled {
    pointer-events: none;
    color: #999999;
    font-size: 1.3em;
}

.exportButton {
    border: none !important;
    height: 25px;
    width: 100%;
    text-align: left;
}

    .exportButton:hover {
        color: #000;
        background-color: #d3dce0;
    }

.noHover {
    pointer-events: none;
}

.file-type-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    z-index: 1;
    max-width: 230px;
    margin-left: 50px;
}

.show {
    display: block;
}


/**editable table styling**/

table.display.dataTable.editable thead th {
    font-size: .9em;
}

table.display.dataTable.editable thead th {
    padding: 10px 31px 10px 5px;
}

table.display.dataTable.editable tbody td {
    font-size: 9pt;
}

table.display.dataTable.editable tbody td {
    padding: 0px 2px 0px 2px;
    margin: 2px 0px 0px 0px;
}

table.display.dataTable.editable input,
table.display.dataTable.editable textarea,
table.display.dataTable.editable select {
    margin: 3px 0 3px 0;
    padding: 0px 0px 0px 0px;
    display: table-cell;
    width: 100%;
}

/*** required for editable datatables (ui.dataTablesEditViewRenderer.js) ***/
textarea.item-editor {
    overflow: hidden;
    resize: none;
    height: 1.6em;
}

textarea.item-editor,
input.item-editor,
select.item-editor,
button.list-editor {
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: bottom;
    max-width: 100%;
    display: inline-block;
}

.editable-field {
    box-sizing: border-box;
    border: 1px solid #ccc;
    max-width: 100%;
    background: white;
    height: 18px;
}

#BnyTradeBalanceEntry div.dataTables_scrollBody {
    border-bottom-width: 0;
}

#BnyTradeBalanceEntry #updateItemsTable_wrapper .dataTables_scroll {
    border-bottom-width: 0;
    position: relative;
    top: -45px;
}

#BnyTradeBalanceEntry #updateItemsTable_wrapper #updateItemsTable_filter {
    position: relative;
    top: -45px;
}

#BnyTradeBalanceEntry tr {
    height: 20px;
}

#BnyTradeBalanceEntry select {
    font-size: 9pt;
}

.cell-error {
    box-shadow: inset 0px 0px 0px 2px #f00;
}
/***************************************************************************/

/* Navbar container */
.navbar {
    overflow: hidden;
    background-color: white;
    text-align: center;
    height: 90px;
    padding-top: 10px;
    border-bottom-color: #04538E;
    border-bottom-style: solid;
    border-bottom-width: 20px;
    display: flex;
    justify-content: space-between
}

/* Links inside the navbar */
#BottomLinks a {
    font-size: 1.25rem;
    color: #112369;
    text-align: center;
    padding: 14px 16px;
    font-family: "segoe ui",arial,helvetica,sans-serif;
    font-stretch: condensed;
    font-style: normal;
    font-weight: bold;
    padding-right: 10px;
}

#TopLinks a {
    font-size: 1.0rem;
    color: #112369;
    text-align: center;
    font-family: "segoe ui",arial,helvetica,sans-serif;
    font-stretch: condensed;
    font-style: normal;
    padding-right: 15px;
}

/* Add some margins for each label */
.form-inline label {
    margin: 5px 10px 5px 0;
}

.form-inline div {
    margin: 3px 10px 3px 0;
}

.form-inline select {
    width: 150px;
}

div.right-justify-content {
    display: flex;
    justify-content: flex-end
}

.regenerate-button {
    background-color: #d3dce0 !important;
    border: 1px solid #999999 !important;
    cursor: pointer !important;
    font-size: 1.2em !important;
    font-weight: normal !important;
    padding: 5px 7px 5px 7px !important;
    margin-right: 16px !important;
    width: auto !important;
    color: #000 !important;
    background-image: none !important;
}

    .regenerate-button:hover {
        background-color: #999999 !important;
        border: 1px solid #000 !important;
        color: #FFF !important;
    }

/*Trade Ticket/Add account/ Change account dialog class */
a.TradeTicket {
    color: #0339f8;
    font-weight: bold;
    text-decoration: underline;
}

.filter-margin-bottom {
    margin-bottom: 40px;
}

.ttDialog {
    background: #D0E8F5 !important;
    border-width: medium !important;
}

    .ttDialog .ui-widget-content {
        background: none;
    }

.thin-border {
    border: thin solid black;
    border-radius: 4px;
}

/********************************************************/

a.sessionTotalsExportButton {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50px;
}

    a.sessionTotalsExportButton span {
        display: table-cell;
        vertical-align: middle;
        color: #000000;
    }


.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.success-icon {
    color: #32cd32;
    width: 20px;
    height: 20px;
}

.warning-icon {
    color: #ffd700;
    width: 20px;
    height: 20px;
}

.error-icon {
    color: red;
    width: 20px;
    height: 20px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.no-close .ui-button {
    display: none;
}

.high-visibility-font {
    color: #B30000;
}

.underline-font {
    text-decoration: underline;
}
