/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

table.wide pre {
    margin: 0;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled],
    html .btn[disabled],
    html .btn.disabled {
        cursor: default;
        font-style: italic;
        color: #999;
        border-color: #999;
    }

        button[disabled]:hover,
        html .btn[disabled]:hover,
        html .btn.disabled:hover,
        html input[type="button"][disabled]:hover,
        html input[type="submit"][disabled]:hover,
        html input[type="reset"][disabled]:hover {
            background-color: #fff;
        }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}






/*! HTML5 Boilerplate v5.2.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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-size: 13px;
    font-family: sans-serif;
}

a {
    color: #000;
}
/*
	Hidden elements
*/
/*#Loading {
    display: none;
}*/

.popupContainer {
    position: relative;
    display: inline-block;
}

.popupLink {
    cursor: pointer;
}

.popupContent,
.boxDropDown {
    display: none;
    width: 300px;
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    top: 22px;
    color: #222;
    text-align: left;
    z-index: 9999;
}

.popupOnHover:hover .popupContent {
    display: block !important
}

.popupContainer .popupContent h2 {
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 13px;
}
.popupContainer .popupContent p {
    overflow-wrap: break-word;
}
.popupCloseLink:after {
    display: inline-block;
    content: "ico";
    color: transparent;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("../gfx/icons-sprite.png");
    background-position: -80px -720px;
}

.popupCloseLink:hover:after {
    background-position-x: -104px;
}

.popupAction2,
.popupCloseLink {
    display: inline-block;
    position: absolute;
    top: -1px;
    z-index: 1000;
}

.popupAction2 {
    padding: 4px 0 0 3px;
    right: 24px;
    width: 17px;
    height: 16px;
}

.popupCloseLink {
    right: 0;
    top: 0;
    cursor: pointer;
}


.rightBoxNoJavascript:hover .boxDropDown {
    display: block;
}

.serviceWindowInformation {
    position: absolute;
    display: block;
    left: 190px;
    height: 30px;
    width: 100%;
    padding: 10px 0 0 10px;
    background: #f2dede;
    color: #a94442;
    font-size: 16px;
    font-weight: bold;
    z-index: 1 !important;
}

/* Grid */
#container {
    min-width: 1280px;
}

#HeaderLogo {
    float: left;
    width: 190px;
    height: 125px;
}

    #HeaderLogo a {
        display: block;
        height: 120px;
    }

#HeaderDealerLogoDiv {
    float: left;
    width: 190px;
    height: 125px;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: #222730 no-repeat center;
}

#usermenu {
    height: 125px;
}

#usermenu-inner {
    float: left;
    width: 915px;
    text-align: right;
    margin-top: 10px;
}

    #usermenu-inner > span {
        position: relative;
        z-index: 1000;
    }

#DealerInfo {
}

#topcustomername {
    width: 400px;
    position: absolute;
    left: 705px;
    top: 38px;
}

    #topcustomername > div > .popupLink {
        display: inline-block;
        padding-left: 20px;
        float: right;
    }

#navmenu {
    clear: both;
    float: left;
    width: 190px;
}

#content {
    position: relative;
    float: left;
    z-index: 100;
    min-height: 800px;
}

    #content > div:nth-child(4) > h1:first-child,
    #content .title {
        position: absolute;
        top: -121px;
        left: 0px;
    }

#BreadcrumbPath {
    position: absolute;
    top: -130px;
    left: 0px;
    width: 600px;
}

#footer {
    clear: left;
}

/* Design */
body {
    /* Support IE9+ http://caniuse.com/#feat=css-boxshadow */
    box-shadow: inset 190px 0 0 #222730;
}

#container {
}

#HeaderLogo {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: #222730 url("../gfx/JetAdvice-rgba-icon.svg") center/80px 80px no-repeat;
}

#usermenu {
    background: #198FCE;
}

    #usermenu,
    #usermenu a {
        color: #D0E6F2;
    }

        #usermenu a {
            display: inline-block;
            text-decoration: none;
        }

            #usermenu a:hover,
            #usermenu a:focus {
                text-decoration: underline;
            }

#usermenu-inner .popupContent {
    text-align: left;
}

#topcustomername {
    color: #D0E6F2;
    text-align: right;
}

    #topcustomername .popupContent {
        text-align: left;
    }

.popupContent.right {
    text-align: left;
    right: 0;
}

#topusername {
    display: inline-block;
}

#DealerInfo {
    display: inline-block;
}

    #DealerInfo .popupContent {
        display: none;
    }

#navmenu {
    background: #222730;
    color: #fff;
}

.sf-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sf-menu li {
        list-style: none;
    }

    .sf-menu > li > a {
        text-transform: uppercase;
        border-left: 5px solid transparent;
        padding: 6px 10px 6px 10px;
        display: block;
    }

        .sf-menu > li > a > .icon {
            margin-right: 10px;
        }

    .sf-menu a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .sf-menu .adminMenuItem a,
    .sf-menu > li > ul > li.admin > a {
        color: #F58238;
    }

    .sf-menu > li > ul {
        display: none;
        padding-bottom: 10px;
        padding-left: 0;
    }

        /*.sf-menu > li:hover > ul {*/
        .sf-menu > li > ul.open {
            display: block;
        }

        .sf-menu > li > ul > li > a {
            padding-left: 47px;
        }

    .sf-menu > li > a:hover {
        background: #2e3137;
    }

    .sf-menu > li > ul > li > a:hover {
        background: #2e3137;
        color: #b3d4fc;
    }

    .sf-menu > li > ul > li.current > a {
        background: url("../gfx/arrow-menu.png") no-repeat right;
    }

        .sf-menu > li > ul > li.current > a:hover {
            background: #2e3137 url("../gfx/arrow-menu.png") no-repeat right;
        }

    .sf-menu > li.current > a {
        background-color: #393D45;
    }

    .sf-menu > li > a:hover {
        color: #b3d4fc;
    }

    .sf-menu > li.current > a {
        border-left: 5px solid #198FCE;
    }

    .sf-menu > li.current > ul {
        display: block;
    }





#content {
    padding: 10px 15px;
}

#BreadcrumbPath {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

    #BreadcrumbPath > li {
        float: left;
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0;
    }

        #BreadcrumbPath,
        #BreadcrumbPath > li > a {
            color: #D0E6F2;
        }

            #BreadcrumbPath > li > a {
                display: inline;
                height: 15px;
                vertical-align: bottom;
                text-decoration: none;
            }

                #BreadcrumbPath > li > a > .icon.home {
                    top: -5px;
                }

            #BreadcrumbPath > li:first-child {
                position: relative;
                top: 0;
            }

            #BreadcrumbPath > li > a:hover,
            #BreadcrumbPath > li > a:focus {
                text-decoration: underline;
            }

            #BreadcrumbPath > li:before {
                margin: 0 5px 0;
                content: ">";
                /*font-size:8px;*/
            }

            #BreadcrumbPath > li:first-child:before {
                content: "";
                margin: 0;
            }

#content > div:nth-child(4) > h1:first-child,
#content .title {
    color: #fff;
    margin: 0;
    padding: 0;
}

h2 {
    color: #198FCE;
    margin: 26px 0 13px;
}

    .h1box.first > .inline,
    .h2box.first > .inline,
    .h1box.first > .right,
    .h2box.first > .right,
    h1.first,
    h2.first,
    h3.first,
    p.first {
        margin-top: 0 !important;
    }

.h1box,
.h2box,
.h3box {
    position: relative;
}

    .h1box > .inline,
    .h2box > .inline,
    .h3box > .inline {
        display: inline-block;
        bottom: 0;
    }

    .h1box > .inline {
        margin: 18px 10px 18px 0;
    }

    .h2box > .inline {
        margin: 16px 10px 16px 0;
    }

    .h3box > .inline {
        margin: 10px 10px 10px 0;
    }

    .h1box.title > .inline,
    .h2box.title > .inline,
    .h3box.title > .inline {
        margin-top: 0;
    }

    .h1box > .right,
    .h2box > .right,
    .h3box > .right {
        float: right;
    }

    .h1box > .right {
        margin: 30px 0 18px 10px;
    }

    .h2box > .right {
        margin: 20px 0 16px 10px;
    }

    .h3box > .right {
        margin: 13px 0 10px 10px;
    }

.h1sub,
.h2sub,
.h3sub {
    vertical-align: bottom;
}

.h2sub {
    padding: 0 0 17px;
}


#footer {
    background: #222730;
    color: #fff;
}

#footer-inner {
    padding: 35px 0;
    text-align: center;
}

    #footer-inner .popupContent {
        text-align: left;
    }

#footer a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

    #footer a:hover,
    #footer a:focus {
        text-decoration: underline;
    }

#footer .popupContainer {
    display: inline-block;
}

/* 
	btn 
*/

.btn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    line-height: 15px;
    padding: 2px 5px;
    margin: 0;
    min-width: 120px;
    box-sizing: border-box;
    color: #198FCE;
    background: #fff;
    border: 1px solid #198FCE;
    border-radius: 5px;
    border-color: #198FCE;
    cursor: pointer;
}

    .btn:hover,
    .btn:focus {
        outline: none;
        background-color: #E6F0F7;
    }

    .btn:active,
    .btn:active {
        /*TODO: STYLE ON CLICK*/
    }

    .btn.black {
        color: #fff;
        border-color: #000;
        background: #000;
    }

        .btn.black:hover,
        .btn.black:focus {
            background-color: #444;
        }

    .btn.highlighted {
        color: #fff;
        background-color: #198FCE;
    }

        .btn.highlighted:hover,
        .btn.highlighted:focus {
            background-color: #3384BD;
        }

    .btn.selected {
        background-color: #CCE1EE;
    }

        .btn.selected:hover,
        .btn.selected:focus {
            background-color: #CCE1EE;
        }

    .btn > .icon {
        margin-right: 5px;
    }


/* ==========================================================================
   Tables
   ========================================================================== */

table {
    width: 100%;
}

    table tr th {
        text-align: left;
    }

    table tr th,
    table tr td {
        vertical-align: top;
        /*line-height: 2;*/
        padding: 1px 3px;
    }

    /*
	Tables from bootstrap
*/
    .wide, table.compact {
        border-spacing: 0;
        border-collapse: collapse;
    }

    .wide, table.compact {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

        .wide > * > tr > td,
        .wide > * > tr > th,
        table.compact > * > tr > td,
        table.compact > * > tr > th {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
        }

        table.compact > * > tr > td,
        table.compact > * > tr > th {
            padding: 5px;
        }

        .wide > thead > tr > th,
        table.compact > thead > tr > th {
            vertical-align: bottom;
            text-align: center;
            border-bottom: 2px solid #ddd;
            background: #198FCE;
            color: #fff;
        }

        .wide th,
        table.compact th {
            vertical-align: bottom;
            background: #198FCE;
            color: #fff;
        }

            .wide th a,
            table.compact th a {
                color: #fff;
            }

        .wide > tbody + tbody,
        table.compact > tbody + tbody {
            border-top: 2px solid #ddd;
        }

        .wide .wide,
        table.compact table.compact {
            background-color: #fff;
        }

        /* 
    Tables styling
*/

        /* Column styling - 5 neutral + 5 colored (5 of same color) */
        /*table.compact  > tbody > tr > td:nth-child(10n+6),
table.compact  > tbody > tr > td:nth-child(10n+7),
table.compact  > tbody > tr > td:nth-child(10n+8),
table.compact  > tbody > tr > td:nth-child(10n+9),
table.compact  > tbody > tr > td:nth-child(10n+10),
table.wide  > tbody > tr > td:nth-child(10n+6),
table.wide  > tbody > tr > td:nth-child(10n+7),
table.wide  > tbody > tr > td:nth-child(10n+8),
table.wide  > tbody > tr > td:nth-child(10n+9),
table.wide  > tbody > tr > td:nth-child(10n+10) { background:#F3F6F8 !important; }*/

        /* Row styling - 4 neutral + 1 colored (every 5th is colored) */
        table.compact > thead > tr > th,
        table.wide > thead > tr > th {
            background: #198FCE
        }

        table.compact > tbody > tr:nth-child(n) > td,
        table.wide > tbody > tr:nth-child(n) > td {
            background: #FFF
        }

    table.wide > tbody > tr.rowSummaryFooter > td {
        background: #FFF !important
    }

    table.compact > tbody > tr:nth-child(5n) > td,
    table.wide > tbody > tr:nth-child(5n) > td {
        background: #F3F6F8
    }

    table.compact > thead > tr > th.Red,
    table.compact > thead > tr > th.highlighted,
    table.wide > thead > tr > th.Red,
    table.wide > thead > tr > th.highlighted {
        background: #A90000
    }

    table.compact > tbody > tr:nth-child(n) > td.Red,
    table.compact > tbody > tr:nth-child(n) > td.highlighted,
    table.wide > tbody > tr:nth-child(n) > td.Red,
    table.wide > tbody > tr:nth-child(n) > td.highlighted {
        background: #F6E6E6
    }

    table.compact > tbody > tr:nth-child(5n) > td.Red,
    table.compact > tbody > tr:nth-child(5n) > td.highlighted,
    table.wide > tbody > tr:nth-child(5n) > td.Red,
    table.wide > tbody > tr:nth-child(5n) > td.highlighted {
        background: #EECCCC
    }

    table.compact > thead > tr > th.Green,
    table.compact > thead > tr > th.dealer,
    table.wide > thead > tr > th.Green,
    table.wide > thead > tr > th.dealer {
        background: #00A917
    }

    table.compact > tbody > tr:nth-child(n) > td.Green,
    table.compact > tbody > tr:nth-child(n) > td.dealer,
    table.wide > tbody > tr:nth-child(n) > td.Green,
    table.wide > tbody > tr:nth-child(n) > td.dealer {
        background: #E6F6E8
    }

    table.compact > tbody > tr:nth-child(5n) > td.Green,
    table.compact > tbody > tr:nth-child(5n) > td.dealer,
    table.wide > tbody > tr:nth-child(5n) > td.Green,
    table.wide > tbody > tr:nth-child(5n) > td.dealer {
        background: #CCEED1
    }

    table.compact > thead > tr > th.Blue,
    table.compact > thead > tr.selectedRow > th,
    table.compact > thead > tr.editRow > th,
    table.wide > thead > tr > th.Blue,
    table.wide > thead > tr.selectedRow > th,
    table.wide > thead > tr.editRow > th {
        background: #198FCE
    }

    table.compact > tbody > tr:nth-child(n) > td.Blue,
    table.compact > tbody > tr.selectedRow:nth-child(n) > td,
    table.compact > tbody > tr.editRow:nth-child(n) > td,
    table.wide > tbody > tr:nth-child(n) > td.Blue,
    table.wide > tbody > tr.selectedRow:nth-child(n) > td,
    table.wide > tbody > tr.editRow:nth-child(n) > td {
        background: #E6F0F6
    }

    table.compact > tbody > tr:nth-child(5n) > td.Blue,
    table.compact > tbody > tr.selectedRow:nth-child(5n) > td,
    table.compact > tbody > tr.editRow:nth-child(5n) > td,
    table.wide > tbody > tr:nth-child(5n) > td.Blue,
    table.wide > tbody > tr.selectedRow:nth-child(5n) > td,
    table.wide > tbody > tr.editRow:nth-child(5n) > td {
        background: #CCE1EE
    }

    table.compact > thead > tr > th.Orange,
    table.compact > thead > tr > th.Admin,
    table.compact > thead > tr > th.admin,
    table.wide > thead > tr > th.Orange,
    table.wide > thead > tr > th.Admin,
    table.wide > thead > tr > th.admin {
        background: #D17000
    }

    table.compact > tbody > tr:nth-child(n) > td.Orange,
    table.compact > tbody > tr:nth-child(n) > td.Admin,
    table.compact > tbody > tr:nth-child(n) > td.admin,
    table.wide > tbody > tr:nth-child(n) > td.Orange,
    table.wide > tbody > tr:nth-child(n) > td.Admin,
    table.wide > tbody > tr:nth-child(n) > td.admin {
        background: #FAF1E6
    }

    table.compact > tbody > tr:nth-child(5n) > td.Orange,
    table.compact > tbody > tr:nth-child(5n) > td.Admin,
    table.compact > tbody > tr:nth-child(5n) > td.admin,
    table.wide > tbody > tr:nth-child(5n) > td.Orange,
    table.wide > tbody > tr:nth-child(5n) > td.Admin,
    table.wide > tbody > tr:nth-child(5n) > td.admin {
        background: #F6E2CC
    }
    /*
    Tables wide
*/
    table.wide > * > tr > td {
        white-space: nowrap;
    }

    table.wide td .popupContent {
        white-space: normal;
    }

    /*
    Tables pagination
*/
    table > * > tr.listNav > td {
        background: #FFF;
        text-align: center;
    }

        table > * > tr.listNav > td > table {
            display: inline-block;
            width: auto;
        }

/*
    Tables group by
*/
#content div.box table.wide tr.rowHeader1 td {
    padding: 20px 0 5px;
    margin: 0;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    color: #7B182E;
    background: #fff;
}

#content div.box table.wide tr.rowHeader2 td {
    background: #4C6C8B;
    border-top: 1px solid #4C6C8B;
    border-right: 0;
    border-bottom: 2px solid #198FCE;
    border-left: 1px solid #4C6C8B;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}


/* ==========================================================================
   Tabs
   ========================================================================== */
.ui-tabs-nav {
    position: absolute;
    top: -85px;
    left: 0;
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
    background-color: #198FCE;
    list-style: none;
}

    .ui-tabs-nav > li {
        display: inline-block;
        margin: 0 20px 0 0;
    }

    .ui-tabs-nav.compact > li {
        margin: 0;
    }

    .ui-tabs-nav > li:hover {
        border-bottom: 3px solid #fff;
        padding-bottom: 3px;
    }

    .ui-tabs-nav > li.ui-state-active {
        border-bottom: 6px solid #fff;
        padding-bottom: 0px;
    }

    .ui-tabs-nav > li > a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
        padding: 0 10px;
    }

    .ui-tabs-nav.compact > li > a {
        padding: 0 5px;
    }

    .ui-tabs-nav > li > a.admin {
        color: #ffda88;
    }

.ui-tabs-hide {
    display: none;
}

/* ==========================================================================
   box /w boxLeft + boxRight
   ========================================================================== */

#content div.box {
    min-width: 1px;
    width: 900px;
    min-height: 21px;
    margin-right: 20px;
}

    #content div.box,
    #content div.box.tekst,
    #content div.boxWide {
        position: relative;
    }

        #content div.box div.boxLeft,
        #content div.box div.boxLeft div.box {
            width: 240px;
        }

        #content div.box div.boxLeft {
            min-width: 0;
            float: left;
            margin: 0 10px 0 0;
        }

        #content div.box div.boxRight {
            min-width: 0;
            width: 650px;
            float: right;
        }

#content div.rightBox {
    float: right;
    margin: 0px 0px 0px 10px;
    position: relative;
}

    #content div.rightBox > .popupContent {
        right: 0;
    }

        #content div.rightBox > .popupContent .right {
            text-align: right;
        }

#content div.spacer {
    height: 10px;
}

#content > div.spacer:nth-child(1) {
    height: 0;
}

/* ==========================================================================
   Input methods
   ========================================================================== */
input.text {
    vertical-align: bottom;
    width: 144px;
    line-height: 17px;
    border: 1px solid #A9A9A9;
}

    input.text:hover,
    input.text:focus {
        outline: none;
        border: 1px solid #198FCE; /*#198FCE;*/
    }

    input.text.small {
        width: 70px;
    }

    input.text.medium {
        width: 266px;
    }

textarea {
    width: 264px;
    border: 1px solid #A9A9A9;
}

    textarea:hover,
    textarea:focus {
        outline: none;
        border: 1px solid #198FCE; /*#198FCE;*/
    }

select {
    vertical-align: bottom;
    height: 21px;
    border: 1px solid #A9A9A9;
}

    select:hover,
    select:focus {
        outline: none;
        border: 1px solid #198FCE;
    }

.inputSpacing {
    margin-right: 5px;
    margin-bottom: 5px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * Do NOT use "!important" - then "jQuery.show()" doesn't work
 */
.hide,
.hidden {
    display: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * 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:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.admin {
    color: #F58238;
}

.link {
    cursor: pointer;
}

    .link:hover {
        text-decoration: underline;
    }

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.maxWidth400 {
    max-width: 400px;
}



/* ==========================================================================
   TreeView (expand/collapse)
   ========================================================================== */
div.treeview,
#content div.AspNet-TreeView {
    overflow: hidden;
}

    div.treeview ul,
    #content div.AspNet-TreeView ul {
        list-style: none;
        padding: 0 0 0 5px;
        margin-top: 0;
    }

        div.treeview ul ul {
            list-style: none;
            padding: 2px 0 0 0;
        }

        #content div.AspNet-TreeView ul ul {
            list-style: none;
            padding: 2px 0 0 20px;
        }

    div.treeview li,
    #content div.AspNet-TreeView li {
        position: relative;
        display: block;
        padding: 0 0 2px 0;
    }

    div.treeview li {
        padding: 0 0 2px 20px;
    }

        div.treeview li.expanded span.switch,
        div.treeview li.collapsed span.switch,
        #content .supplyLvlList span.TreeView-Expand,
        #content .supplyLvlList span.TreeView-Collapse {
            cursor: pointer;
            display: block;
            position: absolute;
            left: 0;
            top: -1px;
            width: 20px;
            height: 20px;
            background-image: url("../gfx/icons-sprite.png");
            background-position: 0px -72px;
            background-repeat: no-repeat;
            z-index: 2;
        }

#content .supplyLvlList span.TreeView-Expand,
#content .supplyLvlList span.TreeView-Collapse {
    top: -2px;
}

div.treeview li.expanded span.switch,
#content .supplyLvlList span.TreeView-Collapse {
    background-position-x: -40px
}

    div.treeview li.expanded span.switch:hover,
    /*#content div.AspNet-TreeView span.AspNet-TreeView-Collapse:hover*/
    #content .supplyLvlList span.TreeView-Collapse:hover {
        background-position-x: -60px
    }

div.treeview li.collapsed span.switch,
/*#content div.AspNet-TreeView span.AspNet-TreeView-Expand*/
#content .supplyLvlList span.TreeView-Expand {
    background-position: 0px -72px
}

    div.treeview li.collapsed span.switch:hover,
    /*#content div.AspNet-TreeView span.AspNet-TreeView-Expand:hover*/
    #content .supplyLvlList span.TreeView-Expand:hover {
        background-position-x: -20px
    }

div.treeview input,
#content div.AspNet-TreeView input {
    position: absolute;
    left: 15px;
    width: 13px;
    height: 13px;
    z-index: 2;
}

div.treeview a {
    position: relative;
    font-weight: normal;
    z-index: 1;
    display: inline-block;
}

#content div.AspNet-TreeView a {
    position: relative;
    left: 30px;
    font-weight: normal;
    z-index: 1;
    display: inline-block;
}

div.treeview li.selected > a,
#content .NoCheckBoxes li.AspNet-TreeView-Selected > a {
    font-weight: bold;
}

#content div.NoCheckBoxes div.AspNet-TreeView a {
    left: 20px;
}

div.treeview li.collapsed > ul,
.AspNet-TreeView-Hide {
    display: none;
}


/* ==========================================================================
   Icons
   ========================================================================== */

.icon {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 13px;
    margin: 0;
}

    .icon:before {
        background-repeat: no-repeat;
        content: "ico";
        color: transparent;
        display: inline-block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: -1px;
        left: 0;
        background-image: url("../gfx/icons-sprite.png");
    }

    .icon.m {
        width: 22px;
        height: 16px;
    }

        .icon.m:before {
            width: 24px;
            height: 24px;
            top: -1px;
            left: 0;
        }

.miss.icon:before {
    background-position: 0px -0px
}

.link:hover .miss.icon:before, .btn:hover .miss.icon:before, a:hover .miss.icon:before {
    background-position: -20px -0px
}

.delete.icon:before {
    background-position: 0px -24px
}

.link:hover .delete.icon:before, .btn:hover .delete.icon:before, a:hover .delete.icon:before {
    background-position: -20px -24px
}

.edit.icon:before {
    background-position: 0px -48px
}

.link:hover .edit.icon:before, .btn:hover .edit.icon:before, a:hover .edit.icon:before {
    background-position: -20px -48px
}

.selected .edit.icon:before {
    background-position: -40px -48px
}

.link:hover .selected .edit.icon:before, .selected.btn:hover .edit.icon:before, a:hover .selected .edit.icon:before {
    background-position: -60px -48px
}

.edit.white.icon.m:before {
    background-position: -128px -48px
}

.link:hover .edit.white.icon.m:before, .btn:hover .edit.white.icon.m:before, a:hover .edit.white.icon.m:before {
    background-position: -152px -48px
}

.expand.icon:before {
    background-position: 0px -72px
}

.link:hover .expand.icon:before, .btn:hover .expand.icon:before, a:hover .expand.icon:before {
    background-position: -20px -72px
}

.selected .expand.icon:before {
    background-position: -40px -72px
}

.link:hover .selected .expand.icon:before, .selected.btn:hover .expand.icon:before, a:hover .selected .expand.icon:before {
    background-position: -60px -72px
}

.mail.icon:before {
    background-position: 0px -96px
}

.link:hover .mail.icon:before, .btn:hover .mail.icon:before, a:hover .mail.icon:before {
    background-position: -20px -96px
}

.selected .mail.icon:before {
    background-position: -40px -96px
}

.link:hover .selected .mail.icon:before, .selected.btn:hover .mail.icon:before, a:hover .selected .mail.icon:before {
    background-position: -60px -96px
}

.duplicate.icon:before {
    background-position: 0px -120px
}

.link:hover .duplicate.icon:before, .btn:hover .duplicate.icon:before, a:hover .duplicate.icon:before {
    background-position: -20px -120px
}

.log.icon:before {
    background-position: 0px -144px
}

.link:hover .log.icon:before, .btn:hover .log.icon:before, a:hover .log.icon:before {
    background-position: -20px -144px
}

.log.white.icon.m:before {
    background-position: -128px -144px
}

.link:hover .log.white.icon.m:before, .btn:hover .log.white.icon.m:before, a:hover .log.white.icon.m:before {
    background-position: -152px -144px
}

.csv.icon:before {
    background-position: 0px -168px
}

.link:hover .csv.icon:before, .btn:hover .csv.icon:before, a:hover .csv.icon:before {
    background-position: -20px -168px
}

.selected .csv.icon:before {
    background-position: -40px -168px
}

.link:hover .selected .csv.icon:before, .selected.btn:hover .csv.icon:before, a:hover .selected .csv.icon:before {
    background-position: -60px -168px
}

.csv.icon.m:before {
    background-position: -80px -168px
}

.link:hover .csv.icon.m:before, .btn:hover .csv.icon.m:before, a:hover .csv.icon.m:before {
    background-position: -104px -168px
}

.selected .csv.icon.m:before {
    background-position: -128px -168px
}

.link:hover .selected .csv.icon.m:before, .selected.btn:hover .csv.icon.m:before, a:hover .selected .csv.icon.m:before {
    background-position: -152px -168px
}

.xml.icon:before {
    background-position: 0px -192px
}

.link:hover .xml.icon:before, .btn:hover .xml.icon:before, a:hover .xml.icon:before {
    background-position: -20px -192px
}

.selected .xml.icon:before {
    background-position: -40px -192px
}

.link:hover .selected .xml.icon:before, .selected.btn:hover .xml.icon:before, a:hover .selected .xml.icon:before {
    background-position: -60px -192px
}

.xml.icon.m:before {
    background-position: -80px -192px
}

.link:hover .xml.icon.m:before, .btn:hover .xml.icon.m:before, a:hover .xml.icon.m:before {
    background-position: -104px -192px
}

.selected .xml.icon.m:before {
    background-position: -128px -192px
}

.link:hover .selected .xml.icon.m:before, .selected.btn:hover .xml.icon.m:before, a:hover .selected .xml.icon.m:before {
    background-position: -152px -192px
}

.xls.icon:before {
    background-position: 0px -216px
}

.link:hover .xls.icon:before, .btn:hover .xls.icon:before, a:hover .xls.icon:before {
    background-position: -20px -216px
}

.selected .xls.icon:before {
    background-position: -40px -216px
}

.link:hover .selected .xls.icon:before, .selected.btn:hover .xls.icon:before, a:hover .selected .xls.icon:before {
    background-position: -60px -216px
}

.xls.icon.m:before {
    background-position: -80px -216px
}

.link:hover .xls.icon.m:before, .btn:hover .xls.icon.m:before, a:hover .xls.icon.m:before {
    background-position: -104px -216px
}

.selected .xls.icon.m:before {
    background-position: -128px -216px
}

.link:hover .selected .xls.icon.m:before, .selected.btn:hover .xls.icon.m:before, a:hover .selected .xls.icon.m:before {
    background-position: -152px -216px
}

.xlsx.icon:before {
    background-position: 0px -216px
}

.link:hover .xlsx.icon:before, .btn:hover .xlsx.icon:before, a:hover .xlsx.icon:before {
    background-position: -20px -216px
}

.selected .xlsx.icon:before {
    background-position: -40px -216px
}

.link:hover .selected .xlsx.icon:before, .selected.btn:hover .xlsx.icon:before, a:hover .selected .xlsx.icon:before {
    background-position: -60px -216px
}

.xlsx.icon.m:before {
    background-position: -80px -216px
}

.link:hover .xlsx.icon.m:before, .btn:hover .xlsx.icon.m:before, a:hover .xlsx.icon.m:before {
    background-position: -104px -216px
}

.selected .xlsx.icon.m:before {
    background-position: -128px -216px
}

.link:hover .selected .xlsx.icon.m:before, .selected.btn:hover .xlsx.icon.m:before, a:hover .selected .xlsx.icon.m:before {
    background-position: -152px -216px
}

.pdf.icon:before {
    background-position: 0px -240px
}

.link:hover .pdf.icon:before, .btn:hover .pdf.icon:before, a:hover .pdf.icon:before {
    background-position: -20px -240px
}

.selected .pdf.icon:before {
    background-position: -40px -240px
}

.link:hover .selected .pdf.icon:before, .selected.btn:hover .pdf.icon:before, a:hover .selected .pdf.icon:before {
    background-position: -60px -240px
}

.pdf.icon.m:before {
    background-position: -80px -240px
}

.link:hover .pdf.icon.m:before, .btn:hover .pdf.icon.m:before, a:hover .pdf.icon.m:before {
    background-position: -104px -240px
}

.selected .pdf.icon.m:before {
    background-position: -128px -240px
}

.link:hover .selected .pdf.icon.m:before, .selected.btn:hover .pdf.icon.m:before, a:hover .selected .pdf.icon.m:before {
    background-position: -152px -240px
}

.export.icon:before {
    background-position: 0px -264px
}

.link:hover .export.icon:before, .btn:hover .export.icon:before, a:hover .export.icon:before {
    background-position: -20px -264px
}

.export.white.icon:before {
    background-position: -40px -264px
}

.link:hover .export.white.icon:before, .btn:hover .export.white.icon:before, a:hover .export.white.icon:before {
    background-position: -60px -264px
}

.export.icon.m:before {
    background-position: -80px -264px
}

.link:hover .export.icon.m:before, .btn:hover .export.icon.m:before, a:hover .export.icon.m:before {
    background-position: -104px -264px
}

.export.white.icon.m:before {
    background-position: -128px -264px
}

.link:hover .export.white.icon.m:before, .btn:hover .export.white.icon.m:before, a:hover .export.white.icon.m:before {
    background-position: -152px -264px
}

.search.icon:before {
    background-position: 0px -288px
}

.link:hover .search.icon:before, .btn:hover .search.icon:before, a:hover .search.icon:before {
    background-position: -20px -288px
}

.help.icon:before {
    background-position: 0px -312px
}

.link:hover .help.icon:before, .btn:hover .help.icon:before, a:hover .help.icon:before {
    background-position: -20px -312px
}

.help.white.icon:before {
    background-position: -40px -312px
}

.link:hover .help.white.icon:before, .btn:hover .help.white.icon:before, a:hover .help.white.icon:before {
    background-position: -60px -312px
}

.help.icon.m:before {
    background-position: -80px -312px
}

.link:hover .help.icon.m:before, .btn:hover .help.icon.m:before, a:hover .help.icon.m:before {
    background-position: -104px -312px
}

.help.white.icon.m:before {
    background-position: -128px -312px
}

.link:hover .help.white.icon.m:before, .btn:hover .help.white.icon.m:before, a:hover .help.white.icon.m:before {
    background-position: -152px -312px
}

.history.icon:before {
    background-position: 0px -336px
}

.link:hover .history.icon:before, .btn:hover .history.icon:before, a:hover .history.icon:before {
    background-position: -20px -336px
}

.history.white.icon:before {
    background-position: -40px -336px
}

.link:hover .history.white.icon:before, .btn:hover .history.white.icon:before, a:hover .history.white.icon:before {
    background-position: -60px -336px
}

.home.icon:before {
    background-position: 0px -360px
}

.link:hover .home.icon:before, .btn:hover .home.icon:before, a:hover .home.icon:before {
    background-position: -20px -360px
}

.home.white.icon:before {
    background-position: -40px -360px
}

.link:hover .home.white.icon:before, .btn:hover .home.white.icon:before, a:hover .home.white.icon:before {
    background-position: -60px -360px
}

.home.icon.m:before {
    background-position: -80px -360px
}

.link:hover .home.icon.m:before, .btn:hover .home.icon.m:before, a:hover .home.icon.m:before {
    background-position: -104px -360px
}

.home.white.icon.m:before {
    background-position: -128px -360px
}

.link:hover .home.white.icon.m:before, .btn:hover .home.white.icon.m:before, a:hover .home.white.icon.m:before {
    background-position: -152px -360px
}

.info.icon:before {
    background-position: 0px -384px
}

.link:hover .info.icon:before, .btn:hover .info.icon:before, a:hover .info.icon:before {
    background-position: -20px -384px
}

.info.white.icon:before {
    background-position: -40px -384px
}

.link:hover .info.white.icon:before, .btn:hover .info.white.icon:before, a:hover .info.white.icon:before {
    background-position: -60px -384px
}

.info.icon.m:before {
    background-position: -80px -384px
}

.link:hover .info.icon.m:before, .btn:hover .info.icon.m:before, a:hover .info.icon.m:before {
    background-position: -104px -384px
}

.info.white.icon.m:before {
    background-position: -128px -384px
}

.link:hover .info.white.icon.m:before, .btn:hover .info.white.icon.m:before, a:hover .info.white.icon.m:before {
    background-position: -152px -384px
}

.severity-1.icon:before {
    background-position: 0px -408px
}

.link:hover .severity-1.icon:before, .btn:hover .severity-1.icon:before, a:hover .severity-1.icon:before {
    background-position: -20px -408px
}

.severity-2.icon:before {
    background-position: 0px -432px
}

.link:hover .severity-2.icon:before, .btn:hover .severity-2.icon:before, a:hover .severity-2.icon:before {
    background-position: -20px -432px
}

.severity-3.icon:before {
    background-position: 0px -456px
}

.link:hover .severity-3.icon:before, .btn:hover .severity-3.icon:before, a:hover .severity-3.icon:before {
    background-position: -20px -456px
}

.severity-4.icon:before {
    background-position: 0px -480px
}

.link:hover .severity-4.icon:before, .btn:hover .severity-4.icon:before, a:hover .severity-4.icon:before {
    background-position: -20px -480px
}

.filter.icon:before {
    background-position: 0px -504px
}

.link:hover .filter.icon:before, .btn:hover .filter.icon:before, a:hover .filter.icon:before {
    background-position: -20px -504px
}

.selected .filter.icon:before {
    background-position: -40px -504px
}

.link:hover .selected .filter.icon:before, .selected.btn:hover .filter.icon:before, a:hover .selected .filter.icon:before {
    background-position: -60px -504px
}

.filter.icon.m:before {
    background-position: -80px -504px
}

.link:hover .filter.icon.m:before, .btn:hover .filter.icon.m:before, a:hover .filter.icon.m:before {
    background-position: -104px -504px
}

.selected .filter.icon.m:before {
    background-position: -128px -504px
}

.link:hover .selected .filter.icon.m:before, .selected.btn:hover .filter.icon.m:before, a:hover .selected .filter.icon.m:before {
    background-position: -152px -504px
}

.settings.icon:before {
    background-position: 0px -528px
}

.link:hover .settings.icon:before, .btn:hover .settings.icon:before, a:hover .settings.icon:before {
    background-position: -20px -528px
}

.settings.icon.m:before {
    background-position: -80px -528px
}

.link:hover .settings.icon.m:before, .btn:hover .settings.icon.m:before, a:hover .settings.icon.m:before {
    background-position: -104px -528px
}

.settings.white.icon.m:before {
    background-position: -128px -528px
}

.link:hover .settings.white.icon.m:before, .btn:hover .settings.white.icon.m:before, a:hover .settings.white.icon.m:before {
    background-position: -152px -528px
}

.reports.icon:before {
    background-position: 0px -552px
}

.link:hover .reports.icon:before, .btn:hover .reports.icon:before, a:hover .reports.icon:before {
    background-position: -20px -552px
}

.reports.icon.m:before {
    background-position: -80px -552px
}

.link:hover .reports.icon.m:before, .btn:hover .reports.icon.m:before, a:hover .reports.icon.m:before {
    background-position: -104px -552px
}

.reports.white.icon.m:before {
    background-position: -128px -552px
}

.link:hover .reports.white.icon.m:before, .btn:hover .reports.white.icon.m:before, a:hover .reports.white.icon.m:before {
    background-position: -152px -552px
}

.alerts.icon:before {
    background-position: 0px -576px
}

.link:hover .alerts.icon:before, .btn:hover .alerts.icon:before, a:hover .alerts.icon:before {
    background-position: -20px -576px
}

.alerts.icon.m:before {
    background-position: -80px -576px
}

.link:hover .alerts.icon.m:before, .btn:hover .alerts.icon.m:before, a:hover .alerts.icon.m:before {
    background-position: -104px -576px
}

.alerts.white.icon.m:before {
    background-position: -128px -576px
}

.link:hover .alerts.white.icon.m:before, .btn:hover .alerts.white.icon.m:before, a:hover .alerts.white.icon.m:before {
    background-position: -152px -576px
}

.assessment.icon:before {
    background-position: 0px -600px
}

.link:hover .assessment.icon:before, .btn:hover .assessment.icon:before, a:hover .assessment.icon:before {
    background-position: -20px -600px
}

.assessment.icon.m:before {
    background-position: -80px -600px
}

.link:hover .assessment.icon.m:before, .btn:hover .assessment.icon.m:before, a:hover .assessment.icon.m:before {
    background-position: -104px -600px
}

.assessment.white.icon.m:before {
    background-position: -128px -600px
}

.link:hover .assessment.white.icon.m:before, .btn:hover .assessment.white.icon.m:before, a:hover .assessment.white.icon.m:before {
    background-position: -152px -600px
}

.advice.icon:before {
    background-position: 0px -624px
}

.link:hover .advice.icon:before, .btn:hover .advice.icon:before, a:hover .advice.icon:before {
    background-position: -20px -624px
}

.advice.icon.m:before {
    background-position: -80px -624px
}

.link:hover .advice.icon.m:before, .btn:hover .advice.icon.m:before, a:hover .advice.icon.m:before {
    background-position: -104px -624px
}

.advice.white.icon.m:before {
    background-position: -128px -624px
}

.link:hover .advice.white.icon.m:before, .btn:hover .advice.white.icon.m:before, a:hover .advice.white.icon.m:before {
    background-position: -152px -624px
}

.groups.icon:before {
    background-position: 0px -648px
}

.link:hover .groups.icon:before, .btn:hover .groups.icon:before, a:hover .groups.icon:before {
    background-position: -20px -648px
}

.groups.icon.m:before {
    background-position: -80px -648px
}

.link:hover .groups.icon.m:before, .btn:hover .groups.icon.m:before, a:hover .groups.icon.m:before {
    background-position: -104px -648px
}

.groups.white.icon.m:before {
    background-position: -128px -648px
}

.link:hover .groups.white.icon.m:before, .btn:hover .groups.white.icon.m:before, a:hover .groups.white.icon.m:before {
    background-position: -152px -648px
}

.archive.icon:before {
    background-position: 0px -672px
}

.link:hover .archive.icon:before, .btn:hover .archive.icon:before, a:hover .archive.icon:before {
    background-position: -20px -672px
}

.selected .archive.icon:before {
    background-position: -40px -672px
}

.link:hover .selected .archive.icon:before, .selected.btn:hover .archive.icon:before, a:hover .selected .archive.icon:before {
    background-position: -60px -672px
}

.checkbox.icon:before {
    background-position: 0px -696px
}

.link:hover .checkbox.icon:before, .btn:hover .checkbox.icon:before, a:hover .checkbox.icon:before {
    background-position: -20px -696px
}

.selected .checkbox.icon:before {
    background-position: -40px -696px
}

.link:hover .selected .checkbox.icon:before, .selected.btn:hover .checkbox.icon:before, a:hover .selected .checkbox.icon:before {
    background-position: -60px -696px
}

.close.icon:before {
    background-position: 0px -720px
}

.link:hover .close.icon:before, .btn:hover .close.icon:before, a:hover .close.icon:before {
    background-position: -20px -720px
}

.close.icon.m:before {
    background-position: -80px -720px
}

.link:hover .close.icon.m:before, .btn:hover .close.icon.m:before, a:hover .close.icon.m:before {
    background-position: -104px -720px
}

.more.icon:before {
    background-position: 0px -744px
}

.link:hover .more.icon:before, .btn:hover .more.icon:before, a:hover .more.icon:before {
    background-position: -20px -744px
}

.admin.icon:before {
    background-position: 0px -768px
}

.link:hover .admin.icon:before, .btn:hover .admin.icon:before, a:hover .admin.icon:before {
    background-position: -20px -768px
}

.admin.icon.m:before {
    background-position: -80px -768px
}

.link:hover .admin.icon.m:before, .btn:hover .admin.icon.m:before, a:hover .admin.icon.m:before {
    background-position: -104px -768px
}

.retry.icon:before {
    background-position: 0px -792px
}

.link:hover .retry.icon:before, .btn:hover .retry.icon:before, a:hover .retry.icon:before {
    background-position: -20px -792px
}

.view.icon:before {
    background-position: 0px -816px
}

.link:hover .view.icon:before, .btn:hover .view.icon:before, a:hover .view.icon:before {
    background-position: -20px -816px
}

.unarchive.icon:before {
    background-position: 0px -840px
}

.link:hover .unarchive.icon:before, .btn:hover .unarchive.icon:before, a:hover .unarchive.icon:before {
    background-position: -20px -840px
}

.selected .unarchive.icon:before {
    background-position: -40px -840px
}

.link:hover .selected .unarchive.icon:before, .selected.btn:hover .unarchive.icon:before, a:hover .selected .unarchive.icon:before {
    background-position: -60px -840px
}

.fix.icon:before {
    background-position: 0px -864px
}

.link:hover .fix.icon:before, .btn:hover .fix.icon:before, a:hover .fix.icon:before {
    background-position: -20px -864px
}

.cancel.icon:before {
    background-position: 0px -888px
}

.link:hover .cancel.icon:before, .btn:hover .cancel.icon:before, a:hover .cancel.icon:before {
    background-position: -20px -888px
}

.checkboxwhite.icon:before {
    background-position: 0px -912px
}

.link:hover .checkboxwhite.icon:before, .btn:hover .checkboxwhite.icon:before, a:hover .checkboxwhite.icon:before {
    background-position: -20px -912px
}

.selected .checkboxwhite.icon:before {
    background-position: -40px -912px
}

.link:hover .selected .checkboxwhite.icon:before, .selected.btn:hover .checkboxwhite.icon:before, a:hover .selected .checkboxwhite.icon:before {
    background-position: -60px -912px
}

.ok.icon:before {
    background-position: 0px -936px
}

.link:hover .ok.icon:before, .btn:hover .ok.icon:before, a:hover .ok.icon:before {
    background-position: -20px -936px
}

.ok.icon.m:before {
    background-position: -80px -936px
}

.link:hover .ok.icon.m:before, .btn:hover .ok.icon.m:before, a:hover .ok.icon.m:before {
    background-position: -104px -936px
}

.editwhite.icon:before {
    background-position: 0px -960px
}

.link:hover .editwhite.icon:before, .btn:hover .editwhite.icon:before, a:hover .editwhite.icon:before {
    background-position: -20px -960px
}

.editwhite.icon.m:before {
    background-position: -80px -960px
}

.link:hover .editwhite.icon.m:before, .btn:hover .editwhite.icon.m:before, a:hover .editwhite.icon.m:before {
    background-position: -104px -960px
}

.json.icon:before {
    background-position: 0px -984px
}

.link:hover .json.icon:before, .btn:hover .json.icon:before, a:hover .json.icon:before {
    background-position: -20px -984px
}

.selected .json.icon:before {
    background-position: -40px -984px
}

.link:hover .selected .json.icon:before, .selected.btn:hover .json.icon:before, a:hover .selected .json.icon:before {
    background-position: -60px -984px
}

.json.icon.m:before {
    background-position: -80px -984px
}

.link:hover .json.icon.m:before, .btn:hover .json.icon.m:before, a:hover .json.icon.m:before {
    background-position: -104px -984px
}

.selected .json.icon.m:before {
    background-position: -128px -984px
}

.add.icon:before {
    background-position: 0px -1008px
}

.link:hover .add.icon:before, .btn:hover .add.icon:before, a:hover .add.icon:before {
    background-position: -20px -1008px
}

.add.icon.m:before {
    background-position: -80px -1008px
}

.link:hover .add.icon.m:before, .btn:hover .add.icon.m:before, a:hover .add.icon.m:before {
    background-position: -104px -1008px
}

.critical.icon:before {
    background-position: 0px -408px
}

.error.icon:before {
    background-position: 0px -432px
}

.warning.icon:before {
    background-position: 0px -456px
}

.information.icon:before {
    background-position: 0px -480px
}



/* ==========================================================================
   REPORT COLUMNS DESIGNER
   ========================================================================== */

/* Header With Tags (dragable view columns) */

ul.headerWidthTags,
ul.headerWidthTags li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.headerWidthTags {
    border: 1px solid #198FCE;
    border-bottom: none;
}

#cvFieldContainer {
    padding-top: 5px;
}

ul.availableFields {
    /*margin-top:20px;*/
    width: 326px
}

ul.selectedFields {
    width: 408px;
}

ul.headerWidthTags li {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #198FCE;
    border-top: none;
    height: 25px;
}

    ul.headerWidthTags li.ui-sortable-helper,
    ul.headerWidthTags li.ui-sortable-helper {
        border-top: 1px solid #198FCE;
    }

    ul.headerWidthTags li.ui-sortable-placeholder,
    ul.headerWidthTags li.ui-sortable-placeholder {
        border-bottom: 1px solid #198FCE;
    }

    ul.headerWidthTags li div {
        display: inline;
    }

    ul.headerWidthTags li > div {
        display: block;
        float: left;
    }

        ul.headerWidthTags li > div.fieldName > div {
            display: block;
            padding: 6px 0 0 5px;
            width: 279px;
            white-space: nowrap;
            overflow: hidden;
        }

        ul.headerWidthTags li > div.fieldDescription {
            display: none;
            left: 336px;
            top: -1px;
            z-index: 10;
        }

ul.selectedFields li > div.fieldDescription {
    left: 418px;
}

ul.headerWidthTags li > div > div.FieldNameEdit {
    display: none;
    padding: 2px 0 0 3px;
    width: 281px
}

ul.headerWidthTags li:hover {
    background: #F2F7FF;
}

    ul.headerWidthTags li:hover > div.fieldDescription {
        display: block;
    }

ul.headerWidthTags li .tag {
    width: 40px;
    height: 25px;
    top: 0;
    border-left: 1px solid #198FCE;
    text-align: center;
}

ul.headerWidthTags li .fieldStyle,
ul.headerWidthTags li .fieldPeriod {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 19px;
    padding: 6px 0 0;
}

    ul.headerWidthTags li .fieldStyle.Red {
        background-color: #facaca;
        background-color: #f9bdbd;
    }

    ul.headerWidthTags li .fieldStyle.Green {
        background-color: #cffaca;
        background-color: #c3f9bd;
    }

    ul.headerWidthTags li .fieldStyle.Blue {
        background-color: #dae0e8;
        background-color: #ced9e7;
    }

ul.headerWidthTags li > .fieldAdd > a,
ul.headerWidthTags li > .fieldRemove > a {
    display: block;
    font-weight: bold;
    font-size: 11px;
    height: 25px;
    text-decoration: none;
}

ul.headerWidthTags li > .fieldAdd > a {
    background-color: #c3f9bd;
    font-size: 18px;
    height: 24px;
    padding: 1px 0 0;
}

    ul.headerWidthTags li > .fieldAdd > a:hover {
        background-color: #cffaca;
        color: #7b9abd;
        text-decoration: none;
    }

ul.headerWidthTags li > .fieldRemove > a {
    background-color: #f9bdbd;
    color: #7B182E;
    height: 21px;
    padding: 4px 0 0;
    font-size: 14px;
}

    ul.headerWidthTags li > .fieldRemove > a:hover {
        background-color: #facaca;
        text-decoration: none;
    }


.helpExtendedTooltip {
    display: none;
    width: 250px;
    position: absolute;
    top: 0;
    left: 18px;
    padding: 3px 6px;
    border: 1px solid #198FCE;
    background: #F2F7FF;
    text-align: left !important;
    white-space: normal;
}

    .helpExtendedTooltip .helpExtendedTooltipClose {
        border-left: 1px solid #7B182E;
        border-bottom: 1px solid #7B182E;
        background: #7B182E;
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 0 5px 1px;
        right: -6px;
        top: -3px;
        font-weight: bold;
        font-size: 10px;
        color: #ffffff;
    }

    .helpExtendedTooltip p {
        margin: 3px 0 !important;
        text-align: left !important;
    }

    .helpExtendedTooltip p {
        font-size: 10px !important;
        font-weight: normal !important;
        color: #198FCE !important;
    }

    .helpExtendedTooltip h2 {
        margin: 3px 0 0 !important;
        padding: 0 !important;
        font-size: 10px !important;
        font-weight: bold !important;
        color: #7B182E !important;
    }



/* ==========================================================================
   Supply Level
   ========================================================================== */

table.supplyLvlList td {
    position: relative;
    padding: 0 !important;
    height: auto !important;
}

    table.supplyLvlList td:first-child {
        padding-top: 4px !important;
    }

div.supplyLvl {
    position: relative;
    margin: 2px 0px;
    border: 1px solid #799ABC;
    width: 50px;
    overflow: hidden;
}

    div.supplyLvl div {
        color: #198FCE;
        height: 14px;
    }

    div.supplyLvl span {
        /*background-color: transparent;*/
        /*background-color: rgba(255, 255, 255, 0.5);*/
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        padding: 1px 0 0 3px;
        margin: 0;
        font-weight: bold;
        color: #000;
    }

div.box table.compact div.supplyLvl {
    margin: 0;
    display: inline-block;
}

    div.box table.compact div.supplyLvl span {
        font-weight: normal;
        font-size: 10px;
    }

div.supplyLvl.supplyInfoSmall {
    width: 75px;
}

div.supplyLvl.supplyInfoMedium {
    width: 125px;
}

div.supplyLvl.supplyInfo,
div.supplyLvl.supplyInfoLarge {
    width: 175px;
}

div.supplyLvl.supplyInfoXLarge {
    width: 225px;
}

div.supplyLvl.supplyInfoXXLarge {
    width: 275px;
}

div.supplyLvl.supplyInfo span,
div.supplyLvl.supplyInfoMedium span
div.supplyLvl.supplyInfoLarge span {
    left: 0;
    right: auto;
}

div.supplyLvl.other div,
div.supplyLvl.black div {
    background-color: gray;
}

div.supplyLvl.cyan div {
    background-color: cyan;
}

div.supplyLvl.magenta div {
    background-color: magenta;
    color: #000;
}

div.supplyLvl.yellow div {
    background-color: yellow;
}

/* ==========================================================================
   DIV / OTHER
   ========================================================================== */

#PopupBG {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    z-index: 999;
}

#PopupMsg {
    /*border: 1px solid #198FCE;*/
    background: #fff;
    position: fixed;
    top: 150px;
    left: 240px;
    padding: 3px 6px;
    width: 500px;
    z-index: 1000 !important;
}

    #PopupMsg.loading {
        width: 250px;
        left: 385px;
        padding: 15px;
        text-align: center;
    }

        #PopupMsg.loading img {
            padding: 0 10px 4px;
        }

        #PopupMsg.loading .h2box .inline {
            margin: 0 10px;
            vertical-align: middle;
        }

/* Multi Select */
.multiSelect div {
    position: relative;
    text-align: left;
}

.multiSelect span.icon.checkbox {
    position: absolute !important;
    margin: 0 !important;
    right: 10px;
}

.multiselect.disabled div {
    background-color: #D6D6D6;
}

    .multiselect.disabled div.selected {
        background-color: #767676;
    }


/* Multi Option Table*/
.multiOptionTable span {
    position: relative;
    text-align: left;
}

    .multiOptionTable span.icon.selected {
        position: absolute !important;
        margin: 0 !important;
        right: 10px;
    }

.multiOptionTable.disabled span {
    background-color: #D6D6D6;
}

    .multiOptionTable.disabled span.selected {
        background-color: #767676;
    }



#content div.box table.customerGrid td .loading {
    display: none;
    position: relative;
    right: 20px;
    bottom: 5px;
}

    #content div.box table.customerGrid td .loading:before {
        background-image: url('../gfx/icon-loading.gif') !important;
        width: 16px;
        height: 16px;
    }

/* Message */
.msg {
    background-color: #CCE1EE;
    padding: 1px 20px;
    margin: 0 0 10px;
}

    .msg.succes {
        background-color: #CCEED1;
    }

    .msg.failure {
        background-color: #EECCCC;
    }

    .msg.warning {
        background-color: #FAF1E6;
    }

/* AjaxCalendar */
.AjaxCalendar .ajax__calendar_container {
    border: 1px solid #000;
    background-color: #fff;
}

    .AjaxCalendar .ajax__calendar_container table td,
    .AjaxCalendar .ajax__calendar_container table th {
        padding: 0;
        height: auto;
    }

        .AjaxCalendar .ajax__calendar_container table td.ajax__calendar_other {
            color: #aaa;
        }

/* Change Customer */
.changeCustomer > ul {
    list-style: none;
    padding: 0;
}
    /*.changeCustomer .link:hover,
.changeCustomer > ul > li:hover {
    text-decoration:underline;
    cursor:pointer;
}*/
    .changeCustomer > ul > li.current {
        font-weight: bold;
    }


/* TOOLTIP on hover */
.tooltip {
    position: relative;
}
    /*.tooltip:after,*/
    .tooltip:hover:after {
        background: #333;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        bottom: 26px;
        color: #fff;
        content: attr(tooltip);
        left: -20%;
        padding: 5px 15px;
        position: absolute;
        z-index: 9998 !important;
        width: 200px;
    }
    /*.tooltip.nowrap:after,*/
    .tooltip.nowrap:hover:after {
        width: auto;
        white-space: nowrap;
    }
    /*.tooltip:before,*/
    .tooltip:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 6px 6px 0 6px;
        bottom: 20px;
        content: "";
        left: 25%;
        position: absolute;
        z-index: 9999 !important;
    }

#content div.box table.selectFile-btn {
    margin-top: 1px;
    width: 100%
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        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,
    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;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*.GVFixedHeader
{
    position: relative;
    top:expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}*/
table.wide > tbody > tr > th.middle,
table.wide > tbody > tr > td.middle {
    vertical-align: middle;
}