﻿
/* ---------------------------- */
/* DEFAULT VALUES FOR ELEMENTS  */
/* ---------------------------- */

:root {
  --ToolbarSize: 16px;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

}

html, body, form
{
    margin: 0px;
    padding: 0px;
}

a, b, body, div, fieldset, form, h1, h2, h3, input, label, legend, li, p, select, span, th, td, textarea
{
    font-family: Arial;
    font-size: 10pt;
}

    a, a:visited
    {
        color: #00386B;
    }

img
{
    border: 0px;
}

table
{
    border-collapse: collapse;
}

th, td
{
    padding: 0px;
}

br
{
}

h1
{
    color: #666666;
    font-size: 16pt;
    margin: 0px;
}

h2
{
    color: #666666;
    font-weight: bold;
    font-size: 11pt;
    margin: 0px;
    border-bottom: 1px solid #666666;
    margin-bottom: 4px;
    margin-top: 4px;
    display: block;
}

h3
{
    font-size: 10pt;
}

hr
{
    height: 1px;
    margin: 0px;
    padding: 0px;
}

fieldset
{
    border: 1px solid #336699;
    color: #006688;
    padding: 8px;
    width: 500px;
}

label
{
    color: Black;
}

legend
{
    margin: 0px;
    font-weight: bold;
}

mark {
    background-color: lightgreen;
    color: black;
}

/* ========== small ============= */

.link-small
{
    font-size: 90%;
    font-weight: normal;
    text-decoration: underline;
}

.text-small
{
    font-size: 90%;
    font-weight: normal;
}

.text-normal
{
    font-weight: normal;
}

.highlight
{
    background-color: rgba(0,120,0,0.4);
    color: black;
}

/* ==================== EDIT.css ====================== */

.readonly
{
    background-color: #D8D8D8;
}

input.disabled
{
    background-color: #D8D8D8;
}

/* ============= PROPERTY ================== */

/* used on cells where the names of the property is displayed, in view and edit pages */
.property-name
{
    border: 0px;
    font-weight: normal;
    padding: 4px 2px 2px 2px;
    text-align: left;
    vertical-align: top;
    min-width: 200px;
    min-height: 12px;
}

.property-name-level2
{
    border: 0px;
    font-weight: normal;
    padding: 2px 2px 4px 2px;
    text-align: left;
    vertical-align: top;
    width: 126px;
    padding-left: 24px;
    min-height: 12px;
}

.property-name-level3
{
    border: 0px;
    font-weight: normal;
    padding: 6px 2px 6px 2px;
    text-align: left;
    vertical-align: top;
    width: 102px;
    padding-left: 48px;
    min-height: 12px;
}

/* used on the cells where the property value is displayed, in view and edit pages */
.property-value
{
    border: 0px;
    font-weight: bold;
    text-align: left;
    padding: 2px;
	min-height: 12px;
    /* vertical-align: middle;
    line-height: 18px;*/
}

.property-value-literal
{
    border: 0px;
    font-weight: bold;
    text-align: left;
    padding: 2px;
    min-height: 12px;
    height: 16px;
    vertical-align: top;
    padding-top: 5px;
}

.property-option
{
    border: 0px;
    text-align: left;
    padding: 2px;
    vertical-align: middle;
    min-height: 12px;
}

.property-hint
{
    margin: 2px 0px 4px 0px;
}

.cabinet-level
{
    vertical-align: middle;
    background-color: #F0F0F0;
    width: 150px;
    text-align: center;
}

/* styles use in EmailDocument, EmailDocLink */

.email-recipient-button
{
    width: 60px;
    margin: 1px;
    margin-right: 4px;
}

.email-recipient-text
{
    width: 600px;
    margin: 1px;
}

.email-attachments
{
    padding: 2px;
    margin: 1px;
    vertical-align: middle;
    color: Gray;
    float: left;
    width: 600px;
}

.email-message
{
    padding: 8px;
    width: 700px;
    height: 150px;
}

/* dashed line used to separate the context from page content */

.context-line
{
    border-top: 1px dashed #336699;
}

/* moved here from ~/Roles/editPermissions.aspx */

.SelectedNodeCssClass
{
    background-color: orange;
    padding: 0px 4px 0px 4px;
}

.removed
{
    text-decoration: line-through;
    color: Gray;
}

.new
{
    font-weight: bold;
}

/* style used in the areas in Roles - Select Users, Users - Select Roles with Add | Remove */

.select-header-left
{
    padding: 2px;
}

.select-header-right
{
    padding: 2px;
}

.select-body-left
{
    padding: 2px;
}

.select-body-right
{
    padding: 2px;
}

.select-buttons-left
{
    text-align: right;
    padding: 2px;
}

.select-buttons-right
{
    text-align: left;
    padding: 2px;
}


/* use this to style a hr that usually separates the context information from the rest of the body. */
.context-separator
{
    border: 0;
    border-bottom: 1px dashed #336699;
    margin: 8px 0px 8px 0px;
}

/* moved here from ~/Captures/editCapture.aspx 
    and ~/Captures/newCapture.aspx
    and ~/QuickStart/newLifecycle.aspx */

.checkbox-list
{
}

    /* Class for the checkboxlist items. */
    .checkbox-list label
    {
        font-weight: normal;
    }

/* moved here from ~/Documents/workflowInfo.aspx */

span.active
{
    font-weight: bold;
    color: green;
}

span.completed
{
    font-weight: bold;
    color: blue;
}

span.inactive
{
    font-weight: bold;
    color: Gray;
}

/* Styles used in basic filters: Connectors, Users, Storage Locations, Batches, Global Search control, Global Search page, Document Retrieval Basic & Advanced Search */
.search-field
{
    border: 0px;
    font-weight: normal;
    padding: 2px 16px 3px 2px;
    text-align: left;
    min-height: 20px;
    /*white-space: nowrap;*/
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap !important;
}

.search-value
{
    border: 0px;
    font-weight: bold;
    text-align: left;
    padding: 2px;
    vertical-align: middle;
    min-height: 20px;
}

.search-buttons
{
    padding: 2px;
}

/* Styles used in Data / View Records page. */
.data-search-field
{
    border: 0px;
    font-weight: normal;
    padding: 4px 2px 2px 2px;
    text-align: left;
    vertical-align: top;
    min-height: 20px;
}

.data-search-input
{
    border: 0px;
    font-weight: bold;
    text-align: left;
    padding: 2px;
    vertical-align: middle;
    min-height: 20px;
}

.data-search-buttons
{
    padding: 2px;
}

/* Moved here from Retrieve/getTree.aspx */

.node
{
    padding: 0px 1px 0px 1px;
}

    .node a, .node a:visited
    {
        text-decoration: none;
    }

        .node a:hover
        {
            color: black;
            font-weight: bold;
        }

.tree img
{
    width: 16px;
    height: 16px;
}

.selnode
{
    background-color: Navy;
}

    .selnode a, .selnode a:visited, .selnode a:hover
    {
        color: White;
    }

/* style moved here from: Cabinets\editCabinet.aspx and other places ... */

.checkbox-list {
    overflow: scroll;
    width: 400px;
    height: 200px;
    border: 1px solid #ced4da;
    border-radius: 0.50rem;
    line-height: 1.5;
    padding: .25rem;
}

/* moved here from Logs\viewLog.aspx*/

.log-header
{
    vertical-align: top;
    text-align: left;
    background-color: #CECE9C;
    border: 1px solid #336699;
    padding: 4px 8px 4px 8px;
    min-width: 100px;
}

.log-cell
{
    padding: 4px 8px 4px 8px;
    border: 1px solid #336699;
}

.log-cell-bold
{
    padding: 4px 8px 4px 8px;
    border: 1px solid #336699;
    font-weight: bold;
}

/* moved from Stations\ImportCertificate.aspx*/

.message
{
    padding: 2px 4px 2px 4px;
    border: 1px solid #336699;
    background-color: #FFEEEE; /* ??? some kind of pink */
    margin-bottom: 4px;
}

.message-icon
{
    vertical-align: top;
    padding: 4px;
}

.message-text
{
    padding: 4px;
}

/* moved here from TopFrame.master */

.topframe-body
{
    background-color: #336699;
    color: White;
    padding: 8px;
    padding-left: 16px;
}

.topframe-title
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

/* used in the noFrames.master footer */

.footer
{
    padding: 4px 8px 4px 8px;
    border-top: 1px solid #336699;
    background-color: #EEEEEE;
}

/* moved from tree.master */

.splitter
{
    width: 6px;
    padding: 3px;
    background-color: #336699;
    cursor: pointer;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    float: left;
    display: inline-block;
}

/* moved here from newQuery.aspx */

.newquery-topbar
{
    padding: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid gray;
}

.newquery-bottombar
{
    padding: 3px;
    margin-top: 6px;
    border-top: 1px solid gray;
}

/* moved here from viewStation.aspx */

.error
{
    font-weight: bold;
    color: Red;
}

/* style used when disabling links from javascript */
.js-link-disabled
{
    color: gray;
}

/* moved from ~/UserControls/GridHeader.ascx */
.gridheader-left
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: black;
    white-space: nowrap;
}

.gridheader-right
{
    text-align: left;
    color: white;
    width: 100%;
    padding-left: 20px;
}

/* moved from ~/UserControls/MessageBox.ascx */
.messagebox
{
    padding: 4px 4px 4px 4px;
}

.messagebox-image
{
    width: 16px;
    padding-right: 4px;
}

.messagebox-text
{
    border-bottom: 1px solid #446688;
    color: #666666;
    font-weight: bold;
    font-size: 100%;
}

.messagebox-details
{
    padding-top: 4px;
}

/* moved from ~/UserControls/SectionMessageBox.ascx */

.section-messagebox
{
    padding: 4px;
    border: 1px solid gray;
    background-color: #FFEEEE;
}

.section-messagebox-image
{
    padding-right: 4px;
    vertical-align: top;
}

.section-messagebox-text
{
}

/* moved from ~/Users/editUse./aspx*/

.protected
{
    border: 1px solid gray;
    background-color: lightyellow;
    padding: 4px 8px 4px 8px;
}

/* moved from ~UserControls/ProgressBar.ascx */

.progressbar
{
    width: 200px;
    border: 1px solid gray;
}

.progressbar-value
{
    /*background-color: navy;*/
    width: 0%;
}

.progressbar-text
{
    padding-left: 4px;
}

/* ================== HEADER.css ======================== */

/* TABS LEVEL 1 */

table.tabsLevel1
{
    width: 100%;
    border-collapse: collapse;
}

    table.tabsLevel1 td.active
    {
        background-color: #336699;
        border: 1px solid #336699;
        border-bottom: 0px solid #336699;
        padding: 4px 8px 4px 8px;
    }

        table.tabsLevel1 td.active a, table.tabsLevel1 td.active a:visited
        {
            color: #ffffff;
            font-weight: bold;
            font-family: Arial, Helvetica, Geneva, sans-serif;
            font-size: 12px;
            text-decoration: none;
            white-space: nowrap;
        }

            table.tabsLevel1 td.active a:hover
            {
            }

    table.tabsLevel1 td.enabled
    {
        background-color: #cccc99;
        border: 1px solid #336699;
        border-bottom: 0px solid #336699;
        padding: 4px 8px 4px 8px;
    }

        table.tabsLevel1 td.enabled a, table.tabsLevel1 td.enabled a:visited
        {
            color: #003366;
            font-weight: bold;
            font-family: Arial, Helvetica, Geneva, sans-serif;
            font-size: 12px;
            text-decoration: none;
            white-space: nowrap;
        }

            table.tabsLevel1 td.enabled a:hover
            {
                text-decoration: underline;
            }


    table.tabsLevel1 td.leftfill
    {
        width: 100%;
        background-color: transparent;
    }

    table.tabsLevel1 td.rightfill
    {
        border-bottom: 0px solid gray;
        background-color: transparent;
    }

/* TABS LEVEL 2 */

td.TabsLevel2
{
    background-color: #336699;
    padding: 4px 8px 4px 8px;
    font-size: 1px;
}

.SeparatorLevel2
{
    color: #99CCFF;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

a.activeTabLevel2, a.activeTabLevel2:visited
{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a.tabLevel2, a.tabLevel2:visited
{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color: #cccc99;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

/* Side Navigation (Left Tabs) */

td.leftPanel
{
    padding: 0px 0px 8px 8px;
    vertical-align: top;
    width: 150px;
}

div.LeftTabs
{
    background-color: #FFFFCC;
    padding: 8px;
    border: 1px solid #336699;
    border-top: 0px;
}

    div.LeftTabs a
    {
        display: block;
        padding: 4px 8px 4px 8px;
    }

        div.LeftTabs a.selected, div.TabsLevel3 a.selected:visited
        {
            background-color: #336699;
            color: White;
        }

/* ================ INNERTABCONTROL.css ====================== */

table.innerTabControl
{
    margin-bottom: 4px;
    display: block;
    background-color: lightgray;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0.50rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

/* sometimes the selected item is a plain text */
td.innerTabItemSelected
{
    padding: 6px 6px 6px 6px;
    border: 1px solid gray;
    /*font-size: 13px;*/
    font-weight: bold;
    background-color: gray;
    color: white;
    white-space: nowrap;
    display: inline-block;
    margin: 2px 0px 2px 2px;
    font-family: Arial;
    font-size: 12px;
    border-radius: 0.50rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

    /* otherwise the selected item is inside an anchor */
    td.innerTabItemSelected a, td.innerTabItemSelected a:visited
    {
        color: white;
        font-weight: normal;
        padding: 6px 6px 6px 6px;
        font-weight: bold;
        white-space: nowrap;
        text-decoration: none;
    }

td.innerTabItem
{
    padding: 6px 6px 6px 6px;
    border: 1px solid gray;
    color: gray;
    white-space: nowrap;
    display: inline-block;
    margin: 2px 0px 2px 2px;
    background-color: white;
    font-family: Arial;
    font-size: 12px;
    border-radius: 0.50rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

    td.innerTabItem a, td.innerTabItem a:visited
    {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: gray;
    }

td.innerTabFiller
{
    border-bottom: 1px solid gray;
    display: inline-block;
}

div.tabPageContent
{
    padding-left: 24px;
    padding-top: 16px;
}

/* ================ LISTBOX.css ========================== */


input.img16
{
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}

input.up
{
    background: url( '../images/navigation/up.png' );
}

input.up2
{
    background: url( '../images/navigation/up2.png' );
}

input.right
{
    background: url( '../images/navigation/right.png' );
}

input.right2
{
    background: url( '../images/navigation/right2.png' );
}

input.down
{
    background: url( '../images/navigation/down.png' );
}

input.down2
{
    background: url( '../images/navigation/down2.png' );
}

input.left
{
    background: url( '../images/navigation/left.png' );
}

input.left2
{
    background: url( '../images/navigation/left2.png' );
}

input.plus
{
    background: url( '../images/navigation/plus.png' );
}

input.minus
{
    background: url( '../images/navigation/minus.png' );
}


/* documents - view comments page */

table.comments
{
    border: 1px solid #336699;
    background-color: #F7F7E7;
}

    table.comments td
    {
        width: 100%;
        vertical-align: top;
        padding: 4px;
        border: 1px solid gray;
    }

    table.comments th
    {
        border: 1px solid gray;
        background-color: #cccc99;
    }

table.comments-info
{
}

    table.comments-info td
    {
        font-size: 70%;
        white-space: nowrap;
        padding: 2px;
        border: 0px;
    }

/* table cells where we highlight words. 
    Global Search: Document Indexes, Document Text
*/
div.highlightarea
{
    display: inline-block;
    width: 400px;
}


/* ================== OLD STUFF ============================= */
/* ... to be deleted after checking usage ... */

/* TODO: verify the usage of each style, remove unused styles  */

/* TODO: rename the styles to match the naming convention */

a.disabled, a.disabled:visited
{
    color: Gray;
    text-decoration: underline;
}

input.disabled, select.disabled, textarea.disabled
{
    background-color: #D8D8D8;
    color: gray;
}

span.h2
{
    font-size: 110%;
    color: #666666;
    margin: 0px;
    border-bottom: 1px solid #666666;
    margin-bottom: 4px;
    margin-top: 4px;
    display: block;
    font-weight: bold;
}

h2 table td
{
    font-size: 13px;
    font-weight: bold;
    color: #006688;
    white-space: nowrap;
}

hr
{
    height: 1px;
    margin: 0px;
    padding: 0px;
}

div.info
{
    padding: 4px 8px 4px 8px;
    border: none;
    font-size: 90%;
    background-color: transparent;
}

div.error
{
    padding: 4px 8px 4px 8px;
    border: none;
    font-size: 90%;
    background-color: transparent;
    text-align: left;
}

div.inlinedivs
{
}

    div.inlinedivs div
    {
        display: inline;
        vertical-align: middle;
    }

td.instructiontext
{
    vertical-align: top;
    padding: 0px;
}

td.actnavbuttons
{
    white-space: nowrap;
    text-align: right;
    padding-left: 8px;
    height: 22px;
}

table.normal
{
}

    table.normal td, table.normal td input, table.normal td select
    {
        font-weight: normal !important;
    }

table.searchctrl
{
}

    table.searchctrl td
    {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        table.searchctrl td.indexname
        {
            text-align: left;
            white-space: nowrap;
            padding-left: 4px;
            padding-right: 4px;
            width: 160px;
        }

div.attrgroup
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #808080;
    border-bottom: 2px solid #808080;
    margin-bottom: 8px;
}



a.activeSubTab, a.activeSubTab:visited
{
    font-weight: bold;
    color: white;
    text-decoration: none;
}

a.inactiveSubTab, a.inactiveSubTab:visited
{
    font-weight: bold;
    color: #D8D8D8;
    text-decoration: none;
}

/* table style used in View Object pages */
table.readonly
{
}

    table.readonly td
    {
        font-weight: bold;
        padding: 4px;
    }

    table.readonly th
    {
        font-weight: normal;
        text-align: right;
        padding: 4px;
    }

/* ORA related */

.GlobalPageHeader
{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 13pt;
}

.Header
{
}

/* expand/collapse sections */
h2.expanded
{
    padding-left: 18px;
    /*background-image: url( '../images/other/hideshow_infoshown_gray.gif' );*/
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" class="bi bi-dash-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg>');
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}

h2.collapsed
{
    padding-left: 18px;
    /*background-image: url( '../images/other/hideshow_infohidden_gray.gif' );*/
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" class="bi bi-plus-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/></svg>');
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}


/* edit indexes validation */
div.validator
{
    background-image: url('../images/other/invalid.ico');
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 4px 4px 20px;
    font-weight: normal;
}

.sticky
{
    background-color: #FFFFDD;
}

.readonly
{
    background-color: #F0F0F0;
    color: Black;
}

.autosize
{
    position: absolute;
    display: none;
    overflow: auto;
    width: 1px;
    height: 1px;
}

td.buttonsbar
{
    border-top: 1px solid gray;
    background-color: #cccc99;
    padding: 4px;
    text-align: right;
}

div.overlay
{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background-image: url('../images/transparent.png');
}

.item-hidden
{
    display: none;
}

/* jquery overrides */
.ui-tooltip
{
    font-size: 70%;
}

.ui-widget-header
{
    color: white !important;
}

    .ui-widget-header .ui-state-default
    {
        /*background-color: #00386B !important;*/
        /*background-image: url("../scripts/jquery-ui/1.12.1/images/ui-icons_ef8c08_256x240.png") !important;*/
    }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus
    {
        border: 1px solid #fbcb09;
        /*background: #fdf5ce url("../scripts/jquery-ui/1.12.1/images/ui-icons_ef8c08_256x240.png") 50% 50% repeat-x;*/
        font-weight: bold;
        color: #c77405;
    }

.ui-icon
{
    background-color: white !important;
}

/* modal dialog fixes for ios */

.iframe-wrapper
{
}

    .iframe-wrapper iframe
    {
        height: 100%;
        width: 100%;
    }

    .iframe-wrapper.ios
    {
        overflow-x: auto !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

        .iframe-wrapper.ios iframe
        {
            height: 100%;
            min-width: 100%;
            width: 100px;
            *width: 100%;
        }

/* input file custom design */
.inputfile
{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label
    {
        border: 1px solid black;
        background-image: linear-gradient(gray, black) !important;
        color: white;
        padding-top: 5px;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 5px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 3px;
        display: inline-block;
        cursor: pointer; 
        white-space: nowrap;
        font-weight: 400;
        text-align: center; 
        vertical-align: middle;    
        line-height: 1.5;
        border-radius: 0.50rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .inputfile + label span
        {
            font-family: Arial;
            font-size: 12px;
            font-weight: normal;
        }    

        .inputfile:focus + label,
        .inputfile + label:hover
        {
            border: 1px solid gray;
            background-color: gray;
            cursor: pointer;
        }

    .inputfile:focus + label,
    .inputfile.has-focus + label{
        box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
    }


/* flat buttons */
.buttonFlat
{
    border: 1px solid black;
    background-image: linear-gradient(gray, black) !important;
    color: white;
    font-family: Arial;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 400;
    text-align: center; 
    vertical-align: middle;    
    line-height: 1.5;
    border-radius: 0.50rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .buttonFlat:hover
    {
        border: 1px solid black;
        background-color: gray;
        cursor: pointer;
    }

.buttonFlatDisabled {
    border: 1px solid gray;
    color: black;
    font-family: Arial;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 0.50rem;
}

/* Focused Index in Batches indexing screens. */
.focusedIndex
{
    border: 2px solid #4290D5;
}

.indexingButtonsBar
{
    padding: 4px;
    position: fixed;
    bottom: 0;
    z-index: 20;
    white-space: nowrap;
}

/* Loading modal popup */

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #E0E0E0;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading
{
    padding-top: 12px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    border: 5px solid gray;
    width: 200px;
    height: 200px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.loading-section
{
    padding-top: 12px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    width: 100%;
    height: 200px;
    background-color: White;
    text-align: center;
}

/* confirm box*/
.confirmBox
{
    display: none;
    background-color: white;
    border-radius: 5px;
    border: 3px solid silver;
    position: fixed;
    width: 400px;
    left: 50%;
    margin-left: -150px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}

    .confirmBox .button
    {
        background-color: #ccc;
        display: inline-block;
        border: 1px solid white;
        padding: 4px;
        text-align: center;
        width: 80px;
        cursor: pointer;
    }

        .confirmBox .button:hover
        {
            background-color: #ddd;
        }

    .confirmBox .message-panel
    {
        text-align: left;
        margin-bottom: 8px;
        padding: 8px 8px 8px 8px;
        border-bottom: 1px solid silver;
    }

/* progress bar in Cabinets/editIndex2.aspx */
div.progressOut {
    width: 50%;
    height: 16px;
    /* colors will be overwritten */
    background-color: white;
    border: 1px solid gray;
}

div.progressIn {
    height: 12px;
    vertical-align: middle;
    margin: 2px;
    /* colors will be overwritten */
    background-color: navy;
}


/* select */

select{
    height:calc(1.75rem + 2px) !important;
    padding:.25rem;
    line-height:1.5;
    color:#495057;
    vertical-align:middle;
    background-size:8px 10px;
    border:1px solid #ced4da;
    border-radius:.50rem;
}

select:focus, input:focus, textarea:focus{
    /*border-color:#80bdff;*/
    border-color:#6c757d;
    outline:0;
    /*box-shadow:0 0 0 .2rem rgba(128,189,255,.5)*/
    box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}

select:focus::-ms-value{
    color:#495057;
    background-color:#fffs
}

select[multiple],select[size]:not([size="1"]){
    height:auto;
    padding-right:.75rem;
    background-image:none
}

select:disabled{
    color:#6c757d;
    background-color:#e9ecef
}

select::-ms-expand{
    opacity:0
}

option {
    font-size: 12px;
}

input[type="text"], textarea, input[type="password"], input[type="number"] {
    padding: .25rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .50rem;
}

::-webkit-resizer {
    display: none;
}

/* classes to highlight the indexes autocompleted at lookup */
.highlighted-textbox {
    background-color: antiquewhite !important;
}

.normal-textbox {
    /* do not set the color to white as the sticky indexes have to revert back to yellow.*/
    /*background-color: white;*/
}
