/* vcHelpViewer.css
Copyright (C) 2014 ValueCentric
=================================================================== 
page-level styles and the splitter that divides the window */

.jqx-splitter-splitbar-vertical {
    background: url('../Assets/nurble_blank.png');
}
.jqx-splitter-collapse-button-vertical {
    background: transparent url('../Assets/nurble_left.png') no-repeat 50% 50%;
}
.jqx-splitter-splitbar-collapsed .jqx-splitter-collapse-button-vertical {
    background-image: url('../Assets/nurble_right.png');
}

/*==================
navigation panels */

.index {
    padding: 0px;
    margin: 0px;
}
.index ul {
    padding: 0px 0px;
}
.index ul ul {
    padding: 0px 10px;
}
.index li {
    line-height: 1em;
}

.index .jqx-tree-dropdown-root {
    font-size: 8pt;
}

.viewer {
    width: 90%;
    overflow-y: scroll;
    overflow-x: auto;
}

.header {
    min-width: 305px;
    width: 60%;
    margin: 1px; padding: 5px;
    background: #eeeeee;
    border: 1px outset;
    /* border-radius: 10px; */
    font-size: 8pt;
    font-family: 'LaoUI', 'Geneva', 'Helvetica', sans-serif;
}
.header input[type="search"] {
    border-radius: 10px;
    border-width: 1px;
}
.header a {
    text-decoration: none;
    border: 1px solid #cccccc;
    background: #dddddd;
    padding: 2px 4px;
    border-radius: 5px;
}
/* fa button styles */
.header i { cursor: pointer; }
.header i.disabled { color: silver; }
.header .export { float: right; }
.header .export .fa, .header .export .fa-stack { margin-right: 5px; }
.header .export .fa-file { color: white; }
.header .export .fa-file-text-o { color: black; }
.header .export .fa-file-pdf-o { color: red; }


/* for preview pane */
.unsavedNotice {
    display: none;
    margin: 5px; padding: 10px;
    border: 1px solid red;
    background: #ffdddd;
    color: #660000;
    font-family: sans-serif;
    font-size: 14pt;
}
.unsavedNotice i { color: red; margin-right: 1em; }

/*================================
styles for the actual help text */

a[rel="video"] {
    padding-left: 20px;
    background: url('../Assets/video-icon.png') no-repeat 0% 50%;
}

.helpDocument {
    min-width: 554px;
    margin: 8px 2em;
    text-align: justify;
    font-family: 'Century Gothic', sans-serif;
    font-size: 10pt;
    margin-bottom: 2em;
}
.helpDocument > h1 {
    text-align: center;
    /* font-family: 'Lao UI'; */
}

.helpDocument ul.indexList {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style-type: none;
}
.helpDocument ul.indexList ul {
    padding-left: 2em;
}
.helpDocument ul.indexList a {
    text-decoration: none;
    font-weight: bold;
}

/* individual help sections */
section, .helpSection {
    border-top: 1px dotted silver;
    margin-top: 10px;
    padding-top: 10px;
}
section h1, .helpSection h1 {
    margin-top: 0px;
    text-align: left;
}
section h1 i, .helpSection h1 i {
    vertical-align: baseline;
    color: #6666ff;
    margin-right: 0.25em;
}

section.searchResult h1 {
    font-size: 14pt;
}

/* individual help sections App */
.helpSectionApp {
    margin: 0px 0px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
    font-family: 'Century Gothic', sans-serif;
    font-size: 10pt;
    margin-bottom: 2em;
}
.helpSectionApp h1 {
    margin-top: 0px;
    text-align: left;
}
.helpSectionApp h1 i {
    vertical-align: baseline;
    color: #6666ff;
    margin-right: 0.25em;
}
.helpSectionApp a {
    text-decoration: underline;
}



/*====================
print/pdf views */

html.printable {
    overflow: auto;
}
.printButton {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 10px;
}
.printFooter { display: none; }

@media print {

    .printButton { display: none; }

    .printHeader {
        text-align: right;
        font-size: 8pt;
        font-family: 'Lao UI', sans-serif;
    }
    .printFooter {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        position: running(footer);
        width: 100%;
        background: white;
        font-size: 8pt;
        font-family: 'Lao UI', sans-serif;
        text-align: center;
    }
    @page {
        margin: 0.5in;
        @bottom-center { content: element(footer); }
    }
}

/*====================
copyright notice */
.footer {
    text-align: center;
    font-family: 'LaoUI', 'Geneva', 'Helvetica', sans-serif;
    font-size: 8pt;
    margin-bottom: 10px;
}

/*===================
browser requirements page stuff */

.browserReqsWrapper {
    font-size: 12px;
    max-width: 900px;
}
.browserReqsWrapper table {
    font-size: 12px;
    text-align: left;
    border: 2px solid #666666;
    border-spacing:0;
    border-collapse:collapse;
}
.browserReqsWrapper td, .browserReqsWrapper th {
    border: 1px solid #999999;
    padding: 4px;
}
.browserReqsWrapper th {
    color: #000000;
    background-color: #e5e5e5;
}
.browserReqsWrapper .footnotes {
    font-style: italic;
    font-size: 10px;
}
.browserReqsWrapper .definitions {
    margin: 30px 0;
}
.browserReqsWrapper .notes {
    margin-top: 30px;
}
.browserReqsWrapper { margin: 5px; }

/*===================
FDB Disclaimer page stuff */

.fdbDisclaimerWrapper {
    font-size: 12px;
    margin: 5px;
}
