html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    /*overflow: auto;*/
}

html,
body {
    background: #fff;
}

body {
    position: relative;
    overflow: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    /*-webkit-transform: translate3d(0, 0, 0);*/
    -webkit-transform: none;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}


*,
:after,
:before {
    box-sizing: border-box;
}

/* general style */

a {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/* Overlay */

#overlay {
    position: fixed;
    display: none;
    z-index: 970;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

/* Header */

header {
    /*position: fixed;*/
    z-index: 10000;
    width: 100%;
    height: 3em;
    top: 0;
    left: 0;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
    background: #002e5d;
    color: #fff;
}

header .container {
    max-width: 80rem;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.5em;
}

header .row {
    height: 100%;
}

header .col,
header .col img {
    vertical-align: middle;
}

header .col:first-child {
    width: 12.5em;
}

header .col:last-child {
    padding-left: 0.5em;
    text-align: right;
}

header .col:last-child span {
    position: relative;
    display: inline-block;
    line-height: 3.45;
    font-size: 0.875rem;
}

header .col:last-child .user--cart {
    margin-right: 0.5em;
}

header .col:last-child .user--cart a {
    position: relative;
    height: 100%;
    line-height: 1;
}

header .col:last-child .user--cart .fa {
    position: relative;
    vertical-align: sub;
    font-size: 1.5em;
}

header .col:last-child .user--cart a span {
    position: absolute;
    top: auto;
    right: -0.5em;
    min-width: 1.25em;
    padding: 0.125em;
    border-radius: 50%;
    background: #02b2ff;
    line-height: 1;
    text-align: center;
    color: #fff;
}

header .col:last-child .info--manuals {
    margin-right: 0.5em;
}

header .col:last-child .user--info {
    margin-right: 0.5em;
}

header .col:last-child .info--manuals .manuals--dropdown--opts {
    display: none;
    background: #4d667e;
}

header .col:last-child .info--manuals--title:hover {
    cursor: pointer;
}

header .col:last-child .info--manuals:hover .manuals--dropdown--opts {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    margin: 0;
    padding: 0.75em;
    -webkit-transition: height .25s ease-in-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25), 0 0 2px 0 rgba(0, 0, 0, .25);
    transition: height .25s linear;
    white-space: nowrap;
    z-index: 10;
    text-align: left;
}

header .col:last-child .manuals--dropdown--opts ul {
    margin: 0;
    padding: 0;
}

header .col:last-child .manuals--dropdown--opts ul li {
    display: block;
    margin-top: 0.75em;
    line-height: 1.25;
}

header .col:last-child .manuals--dropdown--opts ul li:first-child {
    margin-top: 0;
}

header .col:last-child .manuals--dropdown--opts ul li.user--sign--out {
    display: none;
}

header .col:last-child .manuals--dropdown--opts ul li a {
    display: block;
}

header .col a {
    color: #fff;
}

header .col:last-child .fa {
    margin-right: 0;
    vertical-align: middle;
    font-size: 125%;
}

header .col:last-child a:hover {
    color: #bddfff;
}

header .tcml:before {
    background: #002e5d;
}

header .col:last-child .help {
    margin-right: 0.5em;
}

header .col:last-child .user--icon {
    display: none;
}

header .col:last-child .user--icon .fa {
    font-size: 1.875em;
}

header .col:last-child .info--manuals label {
    display: none;
}

header .col:last-child .info--manuals input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

header .col:last-child span:last-child a.opts--sign-in span {
    font-size: 1rem;
}

header .col:last-child span:last-child a.opts--sign-in i {
    margin-top: -0.125em;
    margin-right: 0.2em;
}

.dxtcLite_MaterialCompact > .dxtc-stripContainer .dxtc-tab {
    text-transform: none;
}

.dxtcLite_MaterialCompact.dxtc-top > .dxtc-stripContainer .dxtc-activeTab {
    text-transform: none;
}

.dxmLite_MaterialCompact .dxctToolbar_MaterialCompact.dxm-main.dxmtb {
    padding-top: 0;
    padding-bottom: 0;
}

.dxgvGroupPanel_MaterialCompact, .dxgvHeader_MaterialCompact {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dxgvControl_MaterialCompact .dxgvADSB::before {
    height: 32px;
    width: 32px;
}

.dxgvControl_MaterialCompact .dxgvADSB::before {
    height: 16px;
}

.dxgvControl_MaterialCompact .dxgvADSB > img {
    margin-top: -16px;
}

.dxtcLite_MaterialCompact > .dxtc-stripContainer .dxtc-link {
    padding-left: 14px;
    padding-right: 14px;
    padding-right: 14px;
}

.dxgvControl_MaterialCompact *, .dxgvDisabled_MaterialCompact * {
    font-size: 0.875rem;
}

.dxgvControl_MaterialCompact td.dxgv {
    padding: 8px;
}

.report--filter {
    display: block;
    margin-bottom: 0.25em;
    font-weight: 700;
}

/*! Copyright (c) 2014-2016 Chris Nager  https://github.com/chrisnager/ungrid (The MIT License (MIT)) */
.row,
.nd--row {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.col,
.nd--col {
    display: table-cell;
}

/* Breadcrumb */

.breadcrumb {
    display: block;
    margin: 0.25em 0 1.25em;
    padding: 0;
}

    .breadcrumb ul,
    .breadcrumb ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .breadcrumb li {
        position: relative;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0.5em 0 0.5em;
        vertical-align: middle;
        white-space: nowrap;
    }

        /* separator added from the second item */
        .breadcrumb li + li::before {
            font-weight: normal;
            font-style: normal;
            padding: 0 0.25em;
            content: '/';
        }

        .breadcrumb li h1,
        .breadcrumb li span,
        .breadcrumb li a {
            display: inline;
            margin: 0;
            padding: 0;
            font-weight: 300;
            font-size: 1em;
        }

        .breadcrumb li a {
            color: #000;
        }

            .breadcrumb li a:hover {
                color: #0040b5;
            }

/* Main content container */



main {
    /*position: relative;*/
    z-index: 0;
    height: 100%;
    max-width: 80rem;
    margin: 50px auto 0;
    padding: 0;
    background: #fff;
    /*-webkit-overflow-scrolling: touch;*/
}

.inner-container {
    padding: 0.25em 0.5em;
}

/* Sections */
.section {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}

/* Section content */

.section--content {
    margin-bottom: 3em;
}

/*** Heading ***/

.section h1 {
    font-size: 1rem;
}

/*!
 * Clearfix: contain floats - https://github.com/h5bp/html5-boilerplate MIT License
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix-flex:before,
.clearfix-flex:after {
    content: " ";
    flex-basis: 0;
    order: 1;
}

.ie9 .clearfix-flex:before,
.ie9 .clearfix-flex:after {
    display: table;
    clear: both;
    overflow: auto;
    box-shadow: none;
    content: "";
    flex-basis: unset;
    order: unset;
}

.clearfix:before,
.breadcrumb:before,
.box:before,
.clearfix:after,
.breadcrumb:after,
.box:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.breadcrumb:after,
.box:after {
    clear: both;
}

/* Messages */

.nd--msg-container, .col--resend-comfirmation-email {
    margin: 1em 0;
    text-align: center;
}

.nd--msg {
    margin: 0.25em 0;
}

.nd--msg-error {
    color: #f00;
}

.nd--msg-success {
    color: #00bf00;
}

.nd--msg-warning {
    color: #ff7100;
}

.nd--msg-info {
    color: #0076ff;
}

/* pretty inputs */

.pretty {
    white-space: inherit;
}

    .pretty .state label {
        text-indent: 0;
    }

        .pretty .state label:not(.modal--popup) {
            padding-left: 1.5rem;
        }

        .pretty .state label:after,
        .pretty .state label:before {
            top: 0;
        }

/* popup modal */

label[modal--popup]:hover,
label[modal--popup] span:hover {
    cursor: pointer;
}

/* Tooltip */

.tooltip-container {
   padding-right: 20px;
}

.tooltip-container-position {
    position: absolute;
    display: inline-block;
    margin-left: 10px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    width: 125px;
    bottom: 125%;
    left: 50%;
    margin-left: -62.5px;
    padding: 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: opacity 0.3s;
    background: rgba(0,0,0,0.75);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .9));
    background: linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .9));
    text-align: center;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
}

.tooltip .tooltiptext::after {
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    margin-left: -5px;
    content: "";
}

/* positions - right bottom */
.tooltip .tooltiptext.rb {
    right: 0;
    left: auto;
    width: auto;
}

    .tooltip .tooltiptext.rb::after {
        right: 0;
        left: auto;
    }

/* hover */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Truncate text */

.tc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*
 * Pure CSS for multiline truncation with ellipsis
 * Copyright (c) 2017 by Natalia Onischuk (https://codepen.io/natonischuk/pen/KpNKQZ) MIT License
 */

.tcml {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 6em; /* 5 lines [5 x 1.2] */
    /* fix problem when last visible word doesn't adjoin right side */
    text-align: left;
    margin-right: 0;
}

    .tcml:before {
        position: absolute;
        right: 0;
        bottom: 0;
        /*height: 1em;*/
        width: 0.75em;
        padding: 0;
        content: '...';
        background: #fff;
        text-align: right;
        letter-spacing: -1.5px;
    }

.ua-ie .tcml:before {
    width: 0.875em;
}

.tcml:after {
    position: absolute;
    right: 0;
    width: 0.75em;
    height: 1em;
    margin-top: 0.2em;
    content: '';
    background: #fff;
}

.ua-ie .tcml:after {
    width: 0.875em;
}

/* number of multiline text ellipsis */
.tcml.ml1 {
    max-height: 1.2em;
}

.tcml.ml2 {
    max-height: 2.4em;
}

.tcml.ml3 {
    max-height: 3.6em;
}

.tcml.ml4 {
    max-height: 4.8em;
}

.tcml.ml5 {
    max-height: 6em;
}

.hidden {
    display: none;
}

/* legal */

.legal--container .pretty label {
    font-size: 0.875rem;
}

.right {
    text-align: right;
}

.legal--container .pretty span {
    position: relative;
    display: inline-block;
    z-index: 3;
    color: #648cc7;
}

.legal--container .pretty a,
.legal--container .pretty span {
    z-index: 5;
    pointer-events: initial !important
}

.legal--container .pretty span em {
    font-style: normal;
}

.legal--container .pretty span:hover,
.legal--container .pretty span em:hover {
    cursor: pointer;
    color: black;
}

/* Footer */

main footer p {
	line-height: 1.25;
	font-size: 0.75rem;
	font-style: italic;
	color: #002e5d;
}

/* IE11 scroll bar fix */

@-ms-viewport {
    width: auto !important;
}

/* Media Queries */

@media only screen and (max-width: 345px) {
    header .col:first-child {
        width: 10.5em;
    }
}
@media only screen and (max-width: 480px) {
    /* Header */
     header .col > span {
        line-height: 100% !important;
    }
    
    header .col:last-child span {
        vertical-align: middle;
    }

    header .col:last-child .user--info {
        display: none;
    }

    /*header .col:last-child > span:not(:last-child) {
        margin-right: 0.5em;
    }*/

    header .col:last-child .info--manuals {
        padding-right: 0.25em;
        padding-left: 0.25em;
    }

    header .col:last-child .fa { 
        font-size: unset;
    }

    header .col > span {
        font-size: 1.25rem !important;
    }

    header .col:last-child .fa,
    header .col .fa {
        font-size: 150%;
    }

    header .col .info--manuals > span .fa {
        font-size: 200%;
    }

    header .col:last-child .info--manuals:hover .manuals--dropdown--opts {
        right: 0;
        left: auto;
    }

    /* Breadcrumb */
    .breadcrumb {
        text-align: center;
    }

    .breadcrumb ul,
    .breadcrumb ol {
        display: inline-block;
    }

    .breadcrumb li {
        float: unset;
    }
}

@media only screen and (min-width: 481px) {
    header .col:last-child span.info--manuals {
        margin-right: 0;
        padding-right: 0.5em;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    header .col:last-child .info--manuals:hover .manuals--dropdown--opts {
        right: auto;
        left: auto;
        width: 12.5em;
        white-space: initial;
    }
}

@media only screen and (max-width: 600px) {
    /* Header */
    header .col:last-child .user--icon {
        line-height: initial;
    }

    header .col:last-child .user--icon {
        margin-left: 0.3em;
        font-size: 0.875rem;
    }

    header .col:last-child span:last-child a.opts--sign-in i {
        margin-left: 0.125em;
        font-size: 1.75rem;
    }

    header .col:last-child .signout span {
        display: none;
    }

    /* Breadcrumb */
    .breadcrumb {
        display: block;
    }

        .breadcrumb li {
            line-height: 1;
        }

            .breadcrumb li span,
            .breadcrumb li a {
                padding: 1em 0 0.938em;
            }
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/*
Print styles (Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
*/

@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
 * Printing Tables:
 * http://css-discuss.incutio.com/wiki/Printing_Tables
 */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.ModalPopupBG {
    height: 100%;
    background-color: #EBEBEB;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.PopupContainer {
    background-color: #fff;
    border: 1px solid #002e5d;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.25);
    background: -webkit-linear-gradient(45deg, rgba(217, 217, 217, 1) 0%, rgba(237, 237, 237, 1) 24%, rgba(240, 240, 240, 1) 24%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(217, 217, 217, 1) 0%, rgba(237, 237, 237, 1) 24%, rgba(240, 240, 240, 1) 24%, rgba(255, 255, 255, 1) 100%);

}

.PopupHeader {
    padding: 7px 15px;
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    background: #002e5d;
    color: #fff;
}

.PopupBody {
    padding: 7px 15px;
    font-size: 14px;
}

.PopupContainer,
.PopupBody table {
    margin: 0;
    padding: 0;
}

.PopupBody input[type="text"] {
    width: 100%;
    margin-top: 5px;
}

.PopupBody .PopupButtons td input {
    margin-top: 5px;
}

.PopupContent {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    overflow: auto;
    max-height: 70%;
}

.CompanyTitle {
    font-weight: bold;
    font-size: 20px;
}
