/* Minification failed. Returning unminified contents.
(56,1): run-time error CSS1019: Unexpected token, found '@import'
(56,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Roboto&display=swap')'
 */
/* 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: 12px;
    font: inherit;
    /*vertical-align: baseline;*/
    font-family: 'Roboto', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.dxtc-leftIndent {
    display: none !important;
}

.dxtc-rightIndent {
    display: none !important;
}

body {
    font-family: 'Roboto', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    line-height: normal;
    background-attachment: fixed;
    background-color: #000000;
    font-size: 13px; 
    margin: 5px;
    padding: 5px;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
    text-align: start;
    /*    border-spacing: 2px;*/
    border-color: gray;
    font-variant: normal;
    font-family: 'Roboto', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

a:link {
    text-decoration: none;
    color: #005FA9;
}

a:hover {
    text-decoration: none;
    color: #FF0000
}

a:active {
    text-decoration: none;
    color: #FFFF00;
}

a:visited {
    text-decoration: none;
    color: #336699;
}


p {
    margin: 5px;
    padding: 5px;
    font-family: 'Roboto', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

h1 {
    font-weight: bold;
    color: #334d55;
    margin: 5px;
    padding: 5px;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

h2 {
    color: #000000;
    margin: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
}

h3 {
    color: #006699;
    margin: 5px;
    padding: 5px;
    font-style: oblique;
    font-weight: bold;
    font-size: 14px;
}

h4 {
    color: #333333;
    margin: 5px;
    padding: 5px;
}

h5 {
    color: #334d55;
    margin: 5px;
    padding: 5px;
}



.PlatformHeaderBlue {
    font-size: 24px;
    color: #7cdcf8;
    line-height: 30px;
    text-align: left;
}

.PlatformHeaderYellow {
    font-size: 24px;
    color: #fcdd10;
    line-height: 30px;
    text-align: left;
}

.PlatformHeaderWhite {
    font-size: 24px;
    color: #FFF;
    line-height: 30px;
}

.secondaryHeaderWhite {
    font-size: 18px;
    color: #FFF;
    line-height: 22px;
}

.blueLink {
    font-size: 12px;
    color: #7cdcf8;
    line-height: 18px;
}

    .blueLink:Hover {
        color: #333;
        background-color: #FFF;
    }


.yellowLink {
    font-size: 12px;
    color: #fcdd10;
    line-height: 18px;
}

    .yellowLink:Hover {
        color: #333;
        background-color: #FFF;
    }

.btnInline {
    display: inline-table;
}

.imageTable {
    height: auto;
    overflow: visible;
    width: 200px
}



/* default layout */
.ajax__tab_default .ajax__tab_header {
    white-space: nowrap;
}

.ajax__tab_default .ajax__tab_outer {
    display: -moz-inline-box;
    display: inline-block
}

.ajax__tab_default .ajax__tab_inner {
    display: -moz-inline-box;
    display: inline-block
}

.ajax__tab_default .ajax__tab_tab {
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block
}

/* xp theme */
.ajax__tab_xpdvm .ajax__tab_header {
    font-family: verdana,tahoma,helvetica;
    font-size: 12px;
    background: url("../images/tab-line.gif") repeat-x bottom;
}

.ajax__tab_xpdvm .ajax__tab_outer {
    padding-right: 0px;
    background: url("../images/tab-hover-right.gif") no-repeat right;
    height: 21px;
}

.ajax__tab_xpdvm .ajax__tab_inner {
    padding-left: 3px;
    background: url("../images/tab-left.gif") no-repeat;
}

.ajax__tab_xpdvm .ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url("../images/tab.gif") repeat-x;
}

.ajax__tab_xpdvm .ajax__tab_hover .ajax__tab_outer {
    background: url("../images/tab-hover-right.gif") no-repeat right;
}

.ajax__tab_xpdvm .ajax__tab_hover .ajax__tab_inner {
    background: url("../images/tab-hover-left.gif") no-repeat;
}

.ajax__tab_xpdvm .ajax__tab_hover .ajax__tab_tab {
    background: url("../images/tab-hover.gif") repeat-x;
}

.ajax__tab_xpdvm .ajax__tab_active .ajax__tab_outer {
    background: url("../images/tab-active-right.gif") no-repeat right;
}

.ajax__tab_xpdvm .ajax__tab_active .ajax__tab_inner {
    background: url("../images/tab-active-left.gif") no-repeat;
}

.ajax__tab_xpdvm .ajax__tab_active .ajax__tab_tab {
    background: url("../images/tab-active.gif") repeat-x;
}

.ajax__tab_xpdvm .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 12px;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}

/* scrolling */
.ajax__scroll_both {
    overflow: scroll
}

.ajax__scroll_auto {
    overflow: auto
}

.warningIcon {
    float: left;
    padding-right: 8px;
}

.box {
    /*display: flex; 
    align-items: center;
    justify-content: center;*/
    width: 400px;
    padding-left: 50px;
}

.boxPasswords {
    display: flex;
    align-items: center;
}

strong {
    font-weight: bold;
}
.formatTable {
    margin: 5px;
    padding: 5px;
    line-height: 2;
    border-spacing: 2px;
}
td.formatTable {
    padding: 5px;
}

.shortList {
}

ol.shortList {
    list-style-type: square;
}
