@charset "UTF-8";
/* CSS Document */
/* module: SolAce-WebFrontend, file: main.css */
/* CSS2 default styles reference: http://www.w3.org/TR/CSS2/sample.html */

/**
 * Default styles for standard HTML tags
 */

html {
    margin: 0;
    padding: 0;
}

/* can use margin: 0 10ex 0 10ex to get small border on left/right sides */
body {
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
    font-family: "Cabin", sans-serif;
    font-size: 10.5pt;
}

pre {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Lucida Console", "Roboto Mono", "Liberation Mono", "Oxygen Mono", "Ubuntu Mono", "Monospace", "Courier New", Courier, monospace;
    font-style: normal;
    font-size: .95em;
}

h1 {
    margin: 1ex 0 1ex 0;
    padding: 0;
    line-height: 3ex;
    font-weight: 900;
    color: #222;
}

h2 {
    margin: 2ex 0 1ex 0;
    padding: 0;
    line-height: 2ex;
    font-weight: 700;
    color: #555;
}

h3 {
    margin: 1ex 0 0.5ex 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: 700;
    color: #222;
}

h4 {
    margin: 1ex 0 0.5ex 0;
    padding: 0;
    font-size: 1.03em;
    font-weight: 700;
    color: #555;
}

h5 {
    margin: 0.5ex 0 0.5ex 0;
    padding: 0;
    padding-left: 5px;
    font-size: 0.98em;
    font-weight: 600;
    color: #555;
}

p {
    font-family: "Cabin", sans-serif;
    margin: 0 0 0 0;
    padding: 3px;
}

img {
    border: 0;
}

ul, ol {
    margin-top: 3px;
    margin-bottom: 6px;
}

li {
    font-family: "Cabin", sans-serif;
    margin: 0;
    padding: 0;
}

table {
    border-width: 0;
    empty-cells: show;
}

td, th {
    empty-cells: show;
    padding: .3ex .3ex;
    vertical-align: top;
    border-width: 0;
    border-spacing: 0; /*background-color: #f2f2f2;*/
}

th {
    font-weight: bold;
    background-color: #e2e2e2;
}

a,
a:visited,
a:link {
    color: #039;
    font-family: "Cabin", sans-serif;
}

a:hover {
    color: #69f;
}

a img {
    border: none;
    vertical-align: text-bottom;
}

h1.introText {
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16pt;
    color: #1ba6df;
    font-weight: bold;
    padding: 0;
    top: -5px;
    line-height: 120%;
    margin: 0 0 18px !important;
}

h2.introSubText {
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    color: #666;
    font-weight: normal;
    line-height: 1.76em;
    margin: 0 0 10px;
    padding-bottom: 14px;
    padding-top: 0;
}

@media screen {
    .screen-only {
        display: block;
    }

    .print-only {
        display: none;
    }
}

@media print {
    .print-only {
        display: block;
    }

    .screen-only {
        display: none;
    }
}

/**********************
 * Title, Context, and Tag Bar Styles
 */

ul.topnav {
    bottom: 20px;
    clear: right;
    float: right;
    list-style: none;
    margin: 17px 0 0 0;
    padding: 0;
    z-index: 999;
}

ul.topnav a:hover {
    text-decoration: none;
}

ul.topnav li.submenu,
ul.topnav li.menu_item {
    float: left;
    margin: 0 3px;
}

ul.topnav li.submenu a span,
ul.topnav li.menu_item a span {
    border: 2px solid #fff;
    height: 23px;
}

ul.topnav li.submenu a:hover span,
ul.topnav li.menu_item a:hover span {
    border: 2px solid #9fa0c2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

ul.topnav li a {
    cursor: pointer;
}

ul.topnav li a span {
    display: block;
    padding: 12px 15px 6px 15px;
    height: 20px;
}

/** Title of current view and menu/toolbar below page header */
#title-bar {
    display: block;
    height: 35px;
    width: 100%;
    /* don't wrap the title bar */
    overflow: hidden;
    background: #336699;
    /*border-width: 0 1px 0 1px; border-color: #000; border-style: solid;*/
    /*padding: 0 0 5px 0;*/
}

/* note view-icon width of 31 is shorter than needed but pulls view-title back to the left since 10px left padding is fine with no icon but too much when an icon is shown */
#title-bar #view-icon {
    float: left;
    height: 33px;
    width: 30px;
    padding-left: 5px;
    padding-top: 2px;
}

/* 250px horizontal space is reserved for view title */
#title-bar #view-title {
    float: left;
    height: 28px; /*width: 400px;*/
    font-size: 15pt;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding-left: 10px;
    padding-right: 50px;
    padding-top: 7px;
    overflow: hidden;
    white-space: nowrap;
}

#title-bar #view-subtitle {
    float: left;
    height: 28px;
    font-size: 10pt;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 12px;
}

/* used in batch list management page */
#title-bar-menu-textonly {
    float: left;
    height: 25px;
    padding-top: 10px;
}

ul#mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#mainmenu li {
    padding-left: 20px;
    display: inline;
}

ul#mainmenu a:link, ul#mainmenu a:visited {
    font-size: 10pt;
    color: #ddf;
    font-weight: normal;
    text-decoration: none;
}

ul#mainmenu a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Title bar has optional search and tool bars on it */
#search-bar {
    float: right;
    height: 35px;
}

/* Context bar styles */

#context-bar.button-style {
    width: 100%;
    height: 23px;
    background-color: #eee;
    border-width: 0 0 1px 0;
    border-color: #999;
    border-style: solid;
    /*background: url('/static/themes/emc/default/menubackground.jpg') repeat-x top left;*/
}

#context-bar.flat-style {
    width: 100%;
    height: 23px;
    background-color: #eee;
    border-width: 0 0 1px 0;
    border-color: #cacaca;
    border-style: solid;
    color: #5489d8;
}

.tag-bar {
    float: right;
    padding-right: 6px;
    padding-top: 4px;
}

.tag-bar .tag-label {
    font-size: 9pt;
}

.tag-bar .selected-tag-label {
    font-size: 9pt;
    font-weight: bold;
    background: #6f6993;
}

.left-chevron:before {
    content: "\2039";
}

.right-chevron:after {
    content: "\203A";
}

.left-double-chevron:before {
    content: "\2039\2039";
}

.right-double-chevron:after {
    content: "\203A\203A";
}

/** End Title, Context, and Tag Bar Styles **/

/**********************
 * Columnar layout styles
 */

/* content area with no sidebar in a containing div with id=contentPane */
#fullWidthView {
    width: 100%;
    overflow: auto;
}

#fullWidthView #contentPane {
    width: 100%;
    color: #444546;
    background-color: #fff;
    padding: 0;
    min-height: 450px;
}

/* content area with a sidebar and a right-hand pane with id=contentPane */
#twoColumnView {
    width: 100%;
    overflow: auto;
}

/* Fluid with a sidebar */
#twoColumnView #contentPane {
    float: left;
    color: #444546;
    margin-left: 8px; /*color: #333;*/
    background-color: #fff;
    min-height: 450px;
}

/* Margins for inner DIV inside each column to provide padding */
.innertube {
    margin: 0 7px 0 5px;
}

/**********************
 * Utility styles
 */

/** Float elements MUST have a height specified.  Elements coming after floats will be on the same line
as they are. Use this class on a div after floating divs to make sure a new block is started.
Details: http://www.positioniseverything.net/easyclearing.html */
.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
}

.clear-block {
    display: inline-block;
}

/**
 * Elements coming after floats will be on the same line as they are.
 * Use this self-contained div after the floaties to push elements to a new line down.
 */
div.end_floats {
    clear: both;
    width: 1px;
    height: 0;
    margin: 0;
    padding: 0;
}

/**********************
 * Page Header Styles
 */

#userLogoutLink {
    position: relative;
    color: #666;
    padding: 4px 8px 0 3px;
    height: 20px;
}

#userLogoutLink a {
    font-weight: normal;
    color: #444;
    text-decoration: none;
    font-size: .8em;
}

#userLogoutLink a img {
    vertical-align: text-bottom;
}

#userLogoutLink a:hover {
    font-weight: normal;
    color: #777;
    text-decoration: none;
}

#userContextInfo {
    position: absolute;
    top: 5px;
    left: 100%;
    margin-left: -400px;
    height: 60px;
    width: 200px;
    color: #444; /*color: #ddd; background-color: #777; */
    padding: 10px;
    border: 1px solid black;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    z-index: 300;
}

#pageTitleBlock {
    min-height: 35px;
}

#pageTitleBlock > .title {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 2px;
}

#pageTitleBlock > .title > img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

#pageTitleBlock > .subtitle {
    font-size: .96em;
    padding-bottom: 4px;
}

#pageTitleBlock > .buttons {
    float: right;
}

/***********************
 * Content Area Styles
 */

.box {
    position: relative;
    text-shadow: white 0 1px 0;
    border: 1px solid;
    border-bottom-color: #888;
    border-right-color: #888;
    background: #f6f6f6 url('/static/images/background/light-box-bg.png') repeat-x 0 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.dark-box {
    position: relative;
    text-shadow: white 0 1px 0;
    border: 1px solid;
    border-bottom-color: #555;
    border-right-color: #555;
    background: #cccccc url('/static/images/background/dark-box-bg.png') repeat-x 0 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.box button {
    background-color: #ddd;
    border: 1px solid #999;
    padding: 3px;
    background: #f6f6f6 url('/static/images/background/gradient-20-10-black-down.png') repeat-x 0 100%;
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    -webkit-box-shadow: white 0 1px 0; /*0px 2px 5px rgba(0, 0, 0, 0.25);*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.white-box {
    position: relative;
    text-shadow: white 0 1px 0;
    border: 1px solid;
    border-bottom-color: #888;
    border-right-color: #888;
    background: #f6f6f6 url('/static/images/background/gradient-20-50-white-up.png') repeat-x top left;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.shadowed {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

button img {
    vertical-align: text-bottom;
}

span img {
    vertical-align: text-bottom;
}

/* anchor tag with onclick instead of href */
.ajax-link {
    cursor: pointer;
}

.ajax-link > img {
    vertical-align: text-bottom;
}

.namebar-link {
    cursor: pointer;
}
.namebar-link:hover {
    text-decoration: none;
}

/* Messaging styles */
.highlight-bar {
    background: #feb url('/static/images/background/gradient-20-50-white-up.png') repeat-x top left;
    border-bottom: 1px double #e5c982;
    border-top: 1px solid #ffd;
    color: #640;
    padding: 7px 12px;
}

.highlight-bar img {
    vertical-align: text-top;
}

.lowlight-bar {
    background: transparent url('/static/images/background/gradient-20-50-white-up.png') repeat-x top left;
    border-top: 1px solid #ddf;
    padding: 7px 12px;
    background-color: #003;
    color: #fff;
    text-shadow: none;
}

.transparent-gradient-bar {
    background: transparent url('/static/images/background/gradient-20-50-white-up.png') repeat-x top left;
    border-top: 1px solid #ffd;
    padding: 7px 12px;
    text-shadow: #ffc 0 1px 0;
}

#mainMessagePane {
    position: absolute;
    left: 50%;
    width: 350px;
    margin: 3px;
    border: 2px solid #654c24;
    z-index: 100;
}

#messagePane {
    float: right;
    width: 300px;
    margin: 3px;
    margin-right: 20px;
    border: 2px solid #654c24;
    z-index: 100;
}

.message-header {
    background-color: #958c84;
    height: 20px;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
}

.message-body {
    background-color: #f4eae1;
    padding: 5px;
}

#todos {
    float: right;
    border: 2px solid #0d0;
    padding: 3px;
    background: #ddd;
    width: 300px;
    height: 120px;
    overflow: auto;
}

/* Content grouping styles */
.group-header {
    font-size: 1.4em;
    font-weight: bold;
    color: #2a2a8a;
    padding-top: 5px;
}

.subgroup-header {
    font-size: 1.15em;
    font-weight: bold;
    color: #3b3b9b;
    padding-top: 5px;
}

/* Text styles */
.newsprint {
    font-size: .93em;
    line-height: .965em;
}

.large-newsprint {
    font-size: .96em;
    line-height: 1.09em;
}

.strike {
    text-decoration: line-through;
}

code {
    font-size: 96% !important;
    background-color: #f8f8ff !important;
    color: #444 !important;
    padding: 0 .2em !important;
    border: 1px solid #dedede !important;
}

pre.framed {
    margin: 1em 0 !important;
    font-size: 90% !important;
    background-color: #f8f8ff !important;
    border: 1px solid #dedede !important;
    padding: .5em !important;
    line-height: 1.5em !important;
    color: #444 !important;
    overflow: auto !important;
    white-space: pre;
}

pre.framed code {
    padding: 0 !important;
    font-size: 100% !important;
    background-color: #f8f8ff !important;
    border: none !important;
}

/* Alignment modifiers */
.right-align {
    text-align: right;
}

/* Alternated row coloring */
tr.evenrow {
    background-color: #ffffff;
}

tr.oddrow {
    background-color: #eaf4ea;
}

/********************************
 * Specialized Content Styles
 */

.errorContentPane {
    width: 750px;
}

#errorMessage {
    font-size: 1.2em;
    font-weight: bold;
    color: #900;
    z-index: 300;
}

#informationalMessage {
    font-size: 1.2em;
    color: #333;
    z-index: 300;
}

.requiredField {
    border-left: #900 solid 2px;
    display: inline-block;
}

/*div.name-bar { background: #336699 url('/static/images/background/gradient-20-50-white-up.png') repeat-x top left;
    border-bottom: 1px double #c5c5f2; border-top: 1px solid #ddf; padding: 6px 10px;
    text-shadow: #003 1px 1px 0; /*min-width: 500px;*/
/*color: #fff; font-weight: bold;
   height: 1.4em; }*/
div.name-bar {
    background: #336699;
    border-bottom: 1px double #c5c5f2;
    border-top: 1px solid #ddf;
    padding: 6px 10px;
    text-shadow: #003 1px 1px 0; /*min-width: 500px;*/
    color: #fff;
    font-weight: bold;
    height: 1.4em;
}

div.name-bar.dark {
    background-color: #333333;
}

div.configuration-entry {
    padding: 5px;
    margin-left: 15px;
}

/* configuration-name style has different top/bottom margins compared to name-bar style and is used with
the configuration-entry style to cause everything below the name bar to be indented.  the two together
work perfectly with right-floated div's containing buttons to align nicely with the bar. */
/*div.configuration-name { background: #336699 url('/static/images/background/gradient-20-50-white-up.png') repeat-x top left;
    border-bottom: 1px double #c5c5f2; border-top: 1px solid #ddf; padding: 6px 10px;
    text-shadow: #003 1px 1px 0; /*min-width: 500px;*/
/*color: #fff; font-weight: bold;
   margin-top: 6px; margin-bottom: 3px; }*/
div.configuration-name {
    background: #336699;
    border-bottom: 1px double #c5c5f2;
    border-top: 1px solid #ddf;
    padding: 6px 10px;
    text-shadow: #003 1px 1px 0; /*min-width: 500px;*/
    color: #fff;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 3px;
}

div.configuration-name.dark {
    background-color: #333333;
}

/*div.configuration-name { color: #000; font-size: 1.05em; font-weight: bold; width: 550px; height: 18px;*/
/*background-color: #ddf; margin-top: 6px; padding-left: 7px; padding-top: 5px; vertical-align: text-bottom;*/
/*border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }*/
div.configuration-entry div.configuration-name {
    margin-left: -15px;
}

div.configuration-name-button {
    float: right;
    margin-top: 6px;
}

div.preview-pane {
    border-bottom-color: #888;
    border-right-color: #888;
    color: #000;
    overflow: auto;
    background: #f9f9f9 url('/static/images/background/gradient-20-50-white-up.png') repeat-x top left;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

#activityLogContainer {
}

div.activity-log-day {
    color: #fff;
    font-size: .95em;
    font-weight: bold;
    width: 600px;
    height: 18px;
    background-color: #666;
    margin-top: 6px;
    padding-left: 7px;
    padding-top: 3px;
    margin-bottom: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

div.activity-entry {
    margin-left: 7px;
    font-size: .9em;
    min-height: 15px;
    margin-bottom: 3px;
    clear: both;
    color: #000;
}

div.activity-entry .activity-event-type {
    float: left;
    width: 79px;
}

div.activity-entry .activity-time {
    float: left;
    width: 50px;
    padding-right: 4px;
    text-align: left;
}

div.activity-entry .activity-user {
    float: left;
    padding-right: 4px;
}

div.activity-entry .activity-summary {
    float: left;
    width: 400px;
    padding-bottom: 3px;
}

div.activity-entry .activity-details {
    clear: left;
    margin-left: 100px;
    padding-bottom: 6px;
}

div.text-preview {
    margin: 5px;
    font-size: .95em; /*line-height: .965em;*/
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Lucida Console", "Roboto Mono", "Liberation Mono", "Oxygen Mono", "Ubuntu Mono", "Monospace", "Courier New", Courier, monospace;
    font-weight: normal;
}

div.text-preview pre {
    background-color: #fff;
    border: none;
    font-size: 0.93em;
}

div.x12-preview {
    font-size: .95em; /*line-height: .965em;*/
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Lucida Console", "Roboto Mono", "Liberation Mono", "Oxygen Mono", "Ubuntu Mono", "Monospace", "Courier New", Courier, monospace;
    font-weight: normal;
}

/* default color for delimiters - other displayed values have specific styles */
div.x12-segment {
    color: #999;
    white-space: nowrap;
}

/* 32px for line numbers is room for 9999 */
div.line {
    display: inline-block;
    text-align: right;
    width: 32px;
    color: #888;
    background-color: #eee;
    padding-right: 3px;
}

div.segid {
    display: inline;
    padding-left: 4px;
    color: #000;
    font-weight: bold;
    padding-right: 1px;
}

div.elem {
    display: inline;
    color: #008;
    padding-left: 1px;
    padding-right: 1px;
}

div.sub {
    display: inline;
    color: #070;
    padding-left: 1px;
    padding-right: 1px;
}

div.interchangeInfo {
}

div.functionalGroupInfo {
    margin-left: 25px;
}

div.transactionSetInfo {
    margin-left: 25px;
}

/**
 * File and Folder Listings
 */

div.file-list {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    min-height: 200px;
    empty-cells: show;
    overflow: auto;
    max-height: 500px; /* height added because doesn't expand naturally beyond around 200px for some reason */
}

table.file-list {
    table-layout: fixed;
    border-spacing: 0;
    font-size: .88em;
    width: 100%;
}

table.file-list th {
    height: 14px;
    border: 1px solid #bbb;
    border-right-width: 0;
    padding: 3px;
    cursor: pointer;
    background: transparent url('/static/images/shuttle/file-header-background.png') repeat-x top left;
}

/* give label of Name column some left padding so it lines up with text and not icons */
/* wish we were to leave 15px on the right of column headers for a sort decorator */
table.file-list th.select-column-header {
    width: 16px;
}

table.file-list th.name-column-header {
    padding-left: 20px;
    width: 220px;
}

table.file-list th.modified-column-header {
    width: 90px;
}

table.file-list th.size-column-header {
    width: 45px;
    text-align: right;
}

table.file-list th.kind-column-header {
    width: 100px;
}

table.file-list th.claims-column-header {
    width: 45px;
}

table.file-list th.dollars-column-header {
    width: 60px;
    text-align: right;
}

table.file-list th.isaCtlNo-column-header {
    width: 50px;
    text-align: right;
}

table.file-list th.gsCtlNo-column-header {
    width: 50px;
    text-align: right;
}

table.file-list tr {
    cursor: pointer;
    height: 18px;
}

table.file-list tr td {
    background-color: #efeff8;
}

table.file-list tr.altrow td {
    background-color: #fff;
}

table.file-list td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

table.file-list td.name-column {
    overflow: hidden;
    white-space: nowrap;
}

table.file-list td.modified-column {
    text-align: center;
    padding-top: 2px;
}

table.file-list td.size-column {
    text-align: right;
    padding-top: 2px;
}

table.file-list td.kind-column {
    padding-top: 2px;
}

table.file-list td.claims-column {
    text-align: right;
    padding-top: 2px;
}

table.file-list td.dollars-column {
    text-align: right;
    padding-top: 2px;
}

table.file-list td.isaCtlNo-column {
    text-align: right;
    padding-top: 2px;
}

table.file-list td.gsCtlNo-column {
    text-align: right;
    padding-top: 2px;
}

tr.line-topped-row td {
    border-top: 1px solid #666;
}

/* icons in columns of class: table.file-list {td,th}.name-column{,-header} */
.foldericon-normal {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/folder.png') no-repeat top left;
}

.foldericon-blue {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/folder_blue.png') no-repeat top left;
}

.foldericon-coin {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/coins.png') no-repeat top left;
}

.foldericon-fav {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/folder_heart.png') no-repeat top left;
}

.foldericon-mailbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/mailbox.png') no-repeat top left;
}

.foldericon-sent {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/sent.png') no-repeat top left;
}

.foldericon-trash {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/trashcan.png') no-repeat top left;
}

.foldericon-vanilla {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/folder.png') no-repeat top left;
}

.fileicon-normal {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/page_white.png') no-repeat top left;
}

.fileicon-acknowledgment {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/page_white_acknowledgment.png') no-repeat top left;
}

.fileicon-claim {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/claim.png') no-repeat top left;
}

.fileicon-remit {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/invoice.png') no-repeat top left;
}

.fileicon-text {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/page_white_text.png') no-repeat top left;
}

.fileicon-zip {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/page_white_compressed.png') no-repeat top left;
}

.fileicon-pdf {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/page_white_acrobat.png') no-repeat top left;
}

.fileicon-document {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/page_white_word.png') no-repeat top left;
}

.fileicon-spreadsheet {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/page_white_excel.png') no-repeat top left;
}

.fileicon-graphic {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: transparent url('/static/images/icon/16x16/page_white_picture.png') no-repeat top left;
}

table.file-list th div.sorted-ascending {
    float: right;
    width: 12px;
    height: 12px;
    background: transparent url('/static/images/icon/12x12/sort-ascending.png');
    background-repeat: no-repeat;
    background-position: center left;
}

table.file-list th div.sorted-descending {
    float: right;
    width: 12px;
    height: 12px;
    background: transparent url('/static/images/icon/12x12/sort-descending.png') no-repeat top right;
}

#fileStats {
}

#fileStats > div {
    padding-right: 10px;
}

#fileStats > div > table {
    border-spacing: 0;
}

#fileStats > div > table td {
    padding: 3px;
    background-color: transparent;
}

/*
 * Separator bars
 */
.vertical-separator {
    border-width: 0 0 0 1px;
    border-color: #bbb;
    border-style: solid;
}

.vertical-spacer-10 {
    margin-top: 10px;
}

.vertical-spacer-20 {
    margin-top: 20px;
}

.horizontal-separator {
    border-width: 1px 0 0 0;
    border-color: #bbb;
    border-style: solid;
}

.horizontal-spacer-10 {
    margin-left: 10px;
}

.horizontal-spacer-20 {
    margin-left: 20px;
}

/*
 *  Rounded corner blocks (obsolete, from the old days)
 */
div.block_round_primary {
    color: #333;
    font-size: 12px;
}

div.block_round_primary div.lt {
    background: #edf2f6 url(/static/images/block/blue_lt.gif) left top no-repeat;
}

div.block_round_primary div.rt {
    background: url(/static/images/block/blue_rt.gif) right top no-repeat;
}

div.block_round_primary div.rb {
    background: url(/static/images/block/blue_rb.gif) right bottom no-repeat;
}

div.block_round_primary div.lb {
    background: url(/static/images/block/blue_lb.gif) left bottom no-repeat;
}

div.block_round_primary div.content {
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

div.block_round_secondary {
    color: #333;
    font-size: 13px;
}

div.block_round_secondary div.lt {
    background: #f0f0f0 url(/static/images/block/gray_lt.gif) left top no-repeat;
}

div.block_round_secondary div.rt {
    background: url(/static/images/block/gray_rt.gif) right top no-repeat;
}

div.block_round_secondary div.rb {
    background: url(/static/images/block/gray_rb.gif) right bottom no-repeat;
}

div.block_round_secondary div.lb {
    background: url(/static/images/block/gray_lb.gif) left bottom no-repeat;
}

div.block_round_secondary div.content {
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

/*
 *  Tabular form styles
 */

/* must use 5px because WebKit form fields have a 5px glow around them when they have the focus */
table.form {
    border-spacing: 5px;
}

table.form td {
    empty-cells: hide;
    vertical-align: middle;
}

table.ledger {
    background-color: #060;
    border-spacing: 1px;
    font-size: .88em;
}

table.ledger th {
    background-color: #dfd;
    empty-cells: show;
    vertical-align: bottom;
    padding: 2px;
}

table.ledger > tbody > tr {
    background-color: #eaf4ea;
    vertical-align: top;
}

table.ledger > tbody > tr > td {
    empty-cells: show;
    vertical-align: top;
    padding: 2px;
}

table.ledger > tbody > tr.evenrow {
    background-color: #ffffff;
}

table.ledger > tbody > tr.oddrow {
    background-color: #eaf4ea;
}

table.form td label,
table.form th label {
    white-space: nowrap;
    font-weight: bold;
    border-width: 0;
    border-spacing: 0;
    display: inline-block;
    padding-top: 3px;
}

table.form td.label label,
table.form th.label label {
    padding-top: 5px;
    padding-left: 3ex;
    padding-right: 1ex;
}

table.form td.label img {
    position: relative;
    top: 2px;
}

table.form td.field input,
table.form td.field textarea {
    border: solid #cacaca 1px;
    padding: 4px;
    font-size: 12px;
    /*background: #fff url(/static/images/input_bg.gif) left top repeat-x;*/
}

div.tr:hover,
div.tr.hover {
    background-color: #eaf4ea;
}

table.form td.field select {
    color: #1D7ABF;
    padding: 4px;
}

/*
 *  Inline form styles
 */
label {
    font-weight: bold;
}

label.nobold {
    font-weight: normal;
}

.tinyLabel {
    width: 80px;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 2ex;
    padding-right: 1ex;
    display: inline-block;
}

.shortLabel {
    width: 100px;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 2ex;
    padding-right: 1ex;
    display: inline-block;
}

.mediumLabel {
    width: 150px;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 2ex;
    padding-right: 1ex;
    display: inline-block;
}

.indent {
    margin: 0 0 0 3ex;
    padding: 0;
}

.bodytext {
    margin: 3px 0 6px 3ex;
    padding: 0;
}

.indent50 {
    margin: 0 0 0 55px;
    padding: 0;
}

.indent100 {
    margin: 0 0 0 105px;
    padding: 0;
}

.indent150 {
    margin: 0 0 0 150px;
    padding: 0;
}

.indent200 {
    margin: 0 0 0 200px;
    padding: 0;
}

/*
 * Custom drawn checkboxes
 */

div.checkbox {
    width: 13px;
    height: 13px;
    background: transparent url('/static/images/buttons/checkbox-states.png');
    background-position: left top;
}

div.checkbox:hover,
div.checkbox.hover {
    width: 13px;
    height: 13px;
    background: transparent url('/static/images/buttons/checkbox-states.png');
    background-position: left -13px;
}

div.checkbox.selected {
    width: 13px;
    height: 13px;
    background: transparent url('/static/images/buttons/checkbox-states.png');
    background-position: left -26px;
}

div.checkbox.selected:hover,
div.checkbox.selected.hover {
    width: 13px;
    height: 13px;
    background: transparent url('/static/images/buttons/checkbox-states.png');
    background-position: left -39px;
}

/* Eligibility Response styles */
div.eligResponseRecord {
    padding: 5px;
    border-bottom: 1px solid black;
}

div.eligResponseTitle {
    font-weight: bold;
    font-style: normal;
    font-size: 12pt;
    text-decoration: underline;
    padding: 2px 0;
    margin: 3px 0;
}

div.eligResponseSection {
    border-bottom-color: #888;
    border-right-color: #888;
    color: #000;
    overflow: auto;
    padding-bottom: 5px;
    margin-bottom: 6px;
    background: #fafaff url('/static/images/background/gradient-20-10-black-down.png') repeat-x top left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

div.eligResponseSection div.eligResponseTitle {
    border-bottom: 1px solid #aaa;
    text-decoration: none;
    padding: 0;
    padding-left: 3px;
    margin-bottom: 6px;
}

div.eligResponseSectionContent {
    margin-left: 20px;
}

div.eligResponseBenefitSection {
}

table.eligResponseDataTable {
}

table.eligResponseDataTable > tbody > tr {
    vertical-align: top;
}

table.eligResponseDataTable > tbody > tr > th {
    font-weight: bold;
    text-align: right;
}

table.eligResponseDataTable > tbody > tr > td {
    margin: 0;
    padding: 1px;
}

div.eligResponseHeader {
    border-bottom: 1px solid black;
    margin-bottom: 6px;
}

div.eligResponseBenefitSection {
    margin-left: 20px;
}

table.eligResponseCoverageGrid {
    background-color: #f0f0ff;
    border-collapse: collapse;
    width: 100%;
    min-width: 650px;
}

table.eligResponseCoverageGrid > thead > tr, table.eligResponseCoverageGrid > tbody > tr {
    vertical-align: top;
}

table.eligResponseCoverageGrid > thead > tr > th {
    background-color: #d3e9ff;
    text-align: left;
}

table.eligResponseCoverageGrid > thead > tr > th, table.eligResponseCoverageGrid > tbody > tr > td {
    border: 1px solid #888;
    margin: 0;
    padding: 1px;
}

table.eligResponseCoverageGrid > thead > tr > th.col1 {
    width: 12%;
}

table.eligResponseCoverageGrid > thead > tr > th.col2 {
    width: 10%;
}

table.eligResponseCoverageGrid > thead > tr > th.col3 {
    width: 11%;
    text-align: right;
    padding-right: 10px;
}

table.eligResponseCoverageGrid > thead > tr > th.col4 {
    width: 14%;
}

table.eligResponseCoverageGrid > thead > tr > th.col5 {
    width: 14%;
}

table.eligResponseCoverageGrid > thead > tr > th.col6 {
    width: 18%;
}

table.eligResponseCoverageGrid > thead > tr > th.col7 {
    width: 21%;
}

table.eligResponseCoverageGrid > tbody > tr > td.col1 {
    padding-left: 5px;
}

table.eligResponseCoverageGrid > tbody > tr > td.col2 {
    padding-left: 5px;
}

table.eligResponseCoverageGrid > tbody > tr > td.col3 {
    text-align: right;
    padding-right: 10px;
}

table.eligResponseCoverageGrid > tbody > tr > td.col4 {
    padding-left: 5px;
}

table.eligResponseCoverageGrid > tbody > tr > td.col5 {
    padding-left: 5px;
}

table.eligResponseCoverageGrid > tbody > tr > td.col6 {
    padding-left: 5px;
}

table.eligResponseCoverageGrid > tbody > tr > td.col7 {
    padding-left: 5px;
}

div.eligResponseRejection {
    margin-left: 15px;
}


