﻿/* / * http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
* /

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/ * HTML5 display-role reset for older browsers * /
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}*/

html, body {
    height: 100%;
}

/* Reset */
html, body, form, div, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset,
p, blockquote {
    margin: 0;
    padding: 0;
}

.dxpc-content {
    background-color: #F0F3F5;
}

.EditForm > tbody > tr > td {
    padding: 4px 2px;
}

table.popuplayout {
    height: 100%;
    width: 100%;
}

    table.popuplayout > tbody > tr > td {
        padding: 0 3px 3px 3px;
    }

    table.popuplayout > tbody > tr:first-child > td {
        padding-top: 3px;
    }

    table.popuplayout > tbody > tr.popupcommandrow {
        height: 1px;
    }

        table.popuplayout > tbody > tr.popupcommandrow > td > div.popupcommandswrapper {
            display: table;
            width: 100%;
        }

            table.popuplayout > tbody > tr.popupcommandrow > td > div.popupcommandswrapper > table {
                float: right;
            }

                table.popuplayout > tbody > tr.popupcommandrow > td > div.popupcommandswrapper > table > tbody > tr > td {
                    padding: 0 0 0 3px;
                }

.dxss-ci:before, .dxss-cc, .dxss-cl {
    display: none;
}

.HeaderCheckboxPaddingOverride {
    padding-left: 0px !important;
}

.Hidden {
    display: none !important;
}

iframe#ExportFileHelper,
iframe#ADAuthFrame {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border: none;
}

div.DropDownButton div.dxb {
    padding-left: 0;
    padding-right: 0;
}

div.CommandButton {
    padding: 0;
}

    div.CommandButton div.dxb {
        padding: 2px;
    }

.IncludeWhitespace {
    white-space: pre;
}

div.mainlayout {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

    div.mainlayout > div#mainlayout_pane2 {
        flex: 1 1 auto;
    }

div.sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #F0F3F5;
}

    div.sidebar > div.sidebarheader {
        background-color: #e3e6e8;
        padding-top: 6px;
        padding-bottom: 4px;
        padding-left: 12px;
        margin: 0;
        border-top: 1px solid #868b91;
        border-left: 1px solid #868b91;
        border-bottom: 1px solid #868b91;
    }

        div.sidebar > div.sidebarheader > div.sidebarheadertitle {
            margin-left: 0px;
            margin-right: 27px;
            line-height: 11px;
            height: 15px;
            padding: 1px 0px;
        }

            div.sidebar > div.sidebarheader > div.sidebarheadertitle > span {
                color: #3b3b3b;
                display: inline-block;
                font-family: Verdana, Geneva, sans-serif;
                font-size: 11px;
                font-weight: 400;
                line-height: 11px;
                padding: 2px 0px;
            }

        div.sidebar > div.sidebarheader > div.sidebarheadertogglebutton {
            padding: 2px 6px 2px 6px;
            float: right;
        }

            div.sidebar > div.sidebarheader > div.sidebarheadertogglebutton > img {
                width: 16px;
            }

    div .sidebar > div.sidebarcontent {
        border-left: 1px solid #868b91;
        border-bottom: 1px solid #868b91;
        background-color: #F0F3F5;
        flex-grow: 1;
        overflow: auto;
    }

.sheetIsActive {
    font-weight: bold;
}

.dxss-ast {
    display: none;
}

.clearfix {
    overflow: auto;
}

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

.gridviewcontainer {
    height: 100%;
    width: 100%;
    background-color: red;
    overflow-x: auto;
}

div.flexlayoutcontainer {
    display: flex;
    height: 100%;
    width: 100%;
}

    div.flexlayoutcontainer > div.flexlayoutpaneflexible {
        flex: 1 1 auto;
        overflow: hidden;
    }

div.popuppanelayout {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

    div.popuppanelayout > div.popuppanelayoutheader {
    }

    div.popuppanelayout > div.popuppanelayoutcontent {
        flex: 1 1 auto;
        overflow: hidden;
    }

    div.popuppanelayout > div.popuppanelayoutfooter {
    }

div.rowslayout {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

div.columnslayout {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

    div.rowslayout > div.layoutfiller,
    div .columnslayout > div.layoutfiller {
        flex: 1 1 auto;
        overflow: hidden;
    }

.columnlayoutwrapper:after {
    content: "";
    display: table;
    clear: both;
}

.columnlayoutwrapper .columnlayoutleft,
.columnlayoutwrapper .columnlayoutcenter,
.columnlayoutwrapper .columnlayoutright {
    float: left;
    width: 33.33%;
}

.transactioncount {
    background-color: #4682B4;
    color: #FFF;
}

    .transactioncount .columnlayoutleft,
    .transactioncount .columnlayoutcenter,
    .transactioncount .columnlayoutright {
        float: left;
        width: 33.33%;
        vertical-align: middle;
        line-height: 20px;
    }

    .transactioncount .columnlayoutleft {
        text-align: left;
        padding-left: 5px;
    }

    .transactioncount .columnlayoutcenter {
        text-align: center;
    }

    .transactioncount .columnlayoutright {
        text-align: right;
        padding-right: 5px;
    }

.NoPadmeAmidala,
.NoPadmeAmidala > td {
    padding: 0 !important;
}

table.CustomFooter > caption {
    text-align: left;
}

tr.focused td.FocusBeacon {
    /*background-color: goldenrod !important;*/
}


.InputGrid tr td.InputEditable {
    background-color: #FFFFFF;
}

.InputGrid tr.dxgvFocusedRow_Office2010Silver td.InputEditable {
}

.InputGrid tr td.InputEditableReadOnly {
    background-color: #F0F0F0;
}

.InputGrid tr.dxgvFocusedRow_Office2010Silver td.InputEditableReadOnly {
}

.InputGrid tr td.InputUneditable {
    background-color: #DCDCDC;
}

.InputGrid tr.dxgvFocusedRow_Office2010Silver td.InputUneditable {
}

.InputGrid tr td.DisplayOnly {
    background-color: #F4F5F8;
}

.InputGrid tr.dxgvFocusedRow_Office2010Silver td.DisplayOnly {
}

.StandardFormHeader {
    background-color: #4682B4;
    color: #FFF;
    /*vertical-align: middle;*/
    line-height: 20px;
    text-align: center;
}

span.StandardFormHeaderPlain {
    line-height: 20px;
    display: inline-block;
    text-align: left;
}


.tabpage {
    /*display: flex;
    flex-flow:column;*/
    padding: 5px;
    /*background-color: springgreen;*/
    height: 100%;
    box-sizing: border-box;
}

.tabpagecontent {
    /*flex: 1 1 auto;
    background-color:royalblue;
    padding:5px 2px 2px 2px;*/
}

.PageSquatter {
    /*background-color: royalblue;*/
    padding: 5px 2px 2px 2px;
    height: 100%;
    box-sizing: border-box;
}

.toolstrip {
    /*background-color: red;*/
    display: flex;
    flex-direction: row;
    padding: 1px 0px;
}

.formlabel {
    margin-left: 2px;
    margin-right: 8px;
}

.toggled {
    background-color: #E5F3FF !important;
    border-color: #99D1FF !important;
}


table.StandardEditForm {
    /*margin: auto;*/
}

    table.StandardEditForm > tbody > tr > td {
        padding: 5px 2px;
    }

    table.StandardEditForm .StandardInput {
        height: 15px;
    }

div#divDXGVCalibrationWidths:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

table.gridcalibrator {
    border-spacing: 0px;
}

    table.gridcalibrator td {
        padding: 0 !important;
        white-space: pre;
    }

.customcommandbutton > div.dxb {
    padding: 2px !important;
}

    .customcommandbutton > div.dxb > img {
        margin: 0 !important;
    }

.NoPaddingLeft,
table.NoPaddingLeft > tbody > tr > td {
    padding-left: 0 !important;
}

    table.NoPaddingLeft > tbody > tr > td > span {
        margin-left: 0 !important;
    }

table#SearchWindow,
table.InputForm {
}

    table#SearchWindow > tbody > tr > td,
    table#SearchWindow > thead > tr > th,
    table.InputForm > tbody > tr > td,
    table.InputForm > thead > tr > th {
        padding: 2px;
    }

        table#SearchWindow > tbody > tr > td.first,
        table.InputForm > tbody > tr > td.first {
            padding-left: 8px;
        }

.VerticallyCentered {
    vertical-align: middle;
}

.dxgv:focus {
    outline: none;
}

.MainGridFooter > td {
    padding: 3px !important;
}

.BackgroundImageLeftEdge img {
    float: left;
}

.RightSide {
    float: right;
}

.LoginInput {
    width: 200px;
}

.LoginInputLarge {
    width: 250px;
}

.AuthenticationMethodSeparator {
    text-align: center;
    padding: 5px 0px;
}

.LoginPopup .ProductLogo {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.LoginSection {
    margin: 2px 0px;
    border: solid 1px transparent;
}

.LoginInputSection {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px
}

    .LoginInputSection table.InputTable {
        width: 100%;
    }

        .LoginInputSection table.InputTable > tbody > tr > td {
            vertical-align: middle;
            padding: 2px 0px;
        }

.LoginSectionHighlight {
    border-color: #DADBDC;
}

.LoginStatusBar {
    height: 20px;
    background-color: #FCFCFC;
    border-top: 2px solid #EBEBEB;
    padding: 0px 4px;
}

    .LoginStatusBar > span {
        line-height: 20px;
    }

.HiddenColumnHeaders .dxeHLC,
.HiddenColumnHeaders .dxeHC,
.HiddenColumnHeaders .dxeHFC {
    display: none;
}
