﻿/*
Theme: Theme Machine Responsive
Author: Orchard Team modified by Planet Telex – http://www.orchardproject.net, http://www.planettelex.net
Copyright: 2012, Orchard. All Rights Reserved
Acknowledgments: Modifications to TheThemeMachine for an enhanced mobile/responsive experience included snippets from: 
HTML5 BP (github.com/h5bp/html5-boilerplate), 
Normalize (git.io/normalize),
1140 Grid System (cssgrid.net/)
*/


/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af


/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup */
/* (Items) Tables
***************************************************************/
table.items {
    /*    margin:0 0 1.4em 0;*/
    background: #fff;
    border: 1px solid #eaeaea;
    border-bottom: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 0.846em;
}

    table.items caption {
        padding: 8px 0;
        text-indent: 0;
    }

    table.items col {
        border-spacing: 0;
        display: table-column;
    }

    table.items colgroup {
        border-spacing: 0;
        display: table-column-group;
    }

    table.items tbody {
        border-spacing: 0;
        vertical-align: middle;
    }

    table.items thead, table.items th {
        background: #eaeaea;
        overflow: hidden;
        white-space: nowrap;
    }

        table.items th.actions {
            width: 300px;
            text-align: right;
        }

        table.items th.checkbox {
            width: 50px;
        }

    /* todo: (heskew) hook back up */
    table.items tr.hover {
        background-color: #f0f3d6;
    }

    table.items tr.critical {
        background: #e68585;
        border: inherit;
    }

    table.items tr.warning {
        background: #fdf5bc;
        border: inherit;
    }

    table.items th, table.items td {
        border-bottom: 1px solid #eaeaea;
        border-spacing: 0px;
        display: table-cell;
        /*padding: 8px 12px;*/
        padding: 4px 8px;
    }

        table.items td .add {
            float: right;
        }

    table.items tr.internal * {
        background-color: #eee;
        color: grey;
    }

caption, th, td {
    text-align: center;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* HTML 5 elements as block */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary {
    display: block;
}

/* Embedded Content */
figure {
    margin: 0
}

img, object, embed, video {
    max-width: 100%;
    _width: 100%;
    height: auto;
}
/* Fluid images */
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
/* Improve IE's resizing of images */
svg:not(:root) {
    overflow: hidden
}
/* Correct IE9 overflow */
audio, canvas, video {
    display: inline-block;
}
    /* Corrects `inline-block` display not defined in IE 8/9. ! normalize.css v2.0.1 | MIT License | git.io/normalize */
    audio:not([controls]) {
        display: none;
        height: 0;
    }
/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. ! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* Links */
a:focus {
    outline: thin dotted;
}
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:active, a:hover {
    outline: 0;
}
/* Improves readability when focused and also mouse hovered in all browsers. */

/* Clearing Floats
***************************************************************/

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */ {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* General (Base styling for ALL devices and resolutions)
***************************************************************/

/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom. !normalize.css v2.0.1 | MIT License | git.io/normalize
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body {
    line-height: 1.33em;
    font-size: 100%; /* May need to adjust responsive navigation placement if you change this value was originally 81.3%*/
    color: #375b3a;
    background: #fff;
    font-family: Segoe UI,Trebuchet,Arial,Sans-Serif;
    margin: 0 auto;
    width: 95%;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: .6em 0;
}

h1 {
    font-size: 1.308em;
}

h2 {
    font-size: 1.231em;
}

h3 {
    font-size: 1.154em;
}

h4 {
    font-size: 1.077em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

    h1 img, h2 img, h3 img,
    h4 img, h5 img, h6 img {
        margin: 0;
    }

/* Aside Headings */
aside h1 {
    font-size: 1.154em;
}

aside h2 {
    font-size: 1.077em;
}

aside h3 {
    font-size: 1em;
}

aside h4 {
    font-size: 1em;
}

aside h5 {
    font-size: 1em;
}

aside h6 {
    font-size: 1em;
}

/* Lists */
li ul,
li ol {
    margin: 1.5em 2.03125%;
}

ul, ol {
    margin: 1.5em 2.03125%;
    line-height: 1.538em;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 2.03125%;
}

/* Text elements */
p {
    margin: 0 0 1em;
    line-height: 1.538em;
}

    p img.left,
    p img[align="left"],
    p img.right,
    p img[align="right"] {
        display: block;
        float: none;
        margin: 0.923em auto;
    }

a:focus,
a:hover {
    text-decoration: underline;
}

/*a {
    color: #ff6c0a;
    text-decoration: none;
}*/

    a:visited {
        color: #FFAE00;
        text-decoration: none;
    }

blockquote {
    margin: 0.923em 1.25%;
    color: #666;
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

mark {
    background: #ff0;
    color: #000;
}

sup, sub {
    line-height: 0;
}

abbr, abbr[title],
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 0.923em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 0.923em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.462em;
}



/* Forms
***************************************************************/

form {
    margin: 0;
    padding: 0;
}

legend {
    font-size: 1.231em;
    font-weight: normal;
    border: none;
}

fieldset {
    padding: .24em 0 0;
    margin: 0 0 .923em 0;
    border: 0px solid #dbdbdb;
}

label {
    font-weight: normal;
    display: block;
    padding: 0 0 0.3em 0;
}

    label.forcheckbox {
        margin: 0 0 0 .4em;
        display: inline;
    }

input[type="text"], input[type="password"] {
    display: block;
    width: 43.33333333333333%;
    padding: var(--txt-padding);
    text-align: inherit;
    border: 1px solid #cdcdcd;
    border-radius: var(--radius);
}

input[type="checkbox"] {
    margin: .2em 0 1.2em 0;
}

fieldset ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    fieldset ol li {
        margin: 0 0 .24em 0;
    }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
    display: inline;
}

    form.inline fieldset {
        margin: 0;
    }

.bulk-actions {
    display: inline;
    height: auto;
    margin: 0 4px 0 0;
    padding: 0 0 0 0;
}

    .bulk-actions input[type="text"] {
        display: inline-block;
        width: auto;
    }

    .bulk-actions select {
        width: auto;
    }

    .bulk-actions button {
        margin: auto;
        padding: .4em 1em;
        vertical-align: top;
    }

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: 1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight: normal;
}

.bulk-actions label, .bulk-items h3, label.sub {
    display: inline;
}

label.bulk-order {
    text-transform: lowercase;
}

label span {
    font-weight: normal;
}

label input {
    vertical-align: text-top;
}

.hint {
    display: block;
    font-size: 0.846em;
    color: #999;
    margin-top: 3px;
    padding: .2307em;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    width: 96%;
    font-family: inherit;
    padding: 3px;
    border: 1px solid #bdbcbc;
    font-family: inherit;
    font-size: inherit;
}

input.text, input.textMedium, input.text-box {
    line-height: 1.2em;
}
/*Are we using the two classes below?*/
input.text-small {
    width: 5.41666666666667%;
}

input.textMedium {
    width: 35.20833333333333%;
}

select {
    padding: 1px;
}

    select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus {
        border-color: #666d51;
    }

input.check-box {
    margin-left: 0;
    vertical-align: -.1em;
}

input.large.text, textarea, fieldset {
    clear: both;
}

textarea {
    min-height: 8em;
}

/* Structure
***************************************************************/
#layout-wrapper {
}

#layout-header, #layout-navigation, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    max-width: 960px;
    margin: 0 auto;
}

/* Navigation */
#layout-navigation {
    /*margin: -3.3em auto 0;*/
    display: block;
    border-bottom: none;
    z-index:9;
}

.lt-ie8 #layout-navigation {
    margin-top: -1em;
}
/* Fix IE7 responsive navigation positioning issue */

nav ul {
    position: relative;
    z-index: 9998;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    nav ul li {
        display: block;
        margin: 0 2px -1px 0;
        border: 1px solid #dbdbdb;
        background: none;
    }
/* Responsive Changes*/

nav > ul li.current {
    border-bottom: 1px solid #DBDBDB;
    background: #fff;
}

nav > ul li.dropdown:hover {
    background: #eee;
}

nav > ul li.dropdown li.dropdown:hover {
    background: #ddd;
}

nav li.last {
    margin-right: 2px;
}

nav ul li a {
    display: block;
    padding: .5em 18px;
    color: var(--nav-txt-color) !important;
    font-size: 1.077em;
    text-decoration: none;
    line-height: 24px;
}

/* first level */
nav > ul > li {
    float: none;
}

    nav > ul > li > a {
        float: none;
    }

    nav > ul > li:hover > ul {
        display: block;
    }

    nav > ul > li:hover {
    }

    /* second level */
    nav > ul > li > ul {
        margin: 0 0px 0px -1px;
        padding: 0px;
        display: none;
        position: relative;
        border: 1px solid #dbdbdb;
        border-width: 0 0 0 1px;
        width: 100%;
    }
        /* Responsive Changes */
        nav > ul > li > ul > li {
            list-style-type: none;
            margin: 0px;
            border: none;
        }

            nav > ul > li > ul > li > a {
                display: block;
                text-decoration: none;
                padding-left: 1.5em;
            }

                nav > ul > li > ul > li > a:before {
                    content: "→ ";
                }

            nav > ul > li > ul > li:hover > a {
            }

            nav > ul > li > ul > li:hover > ul {
                display: block;
            }

            /* third level */
            nav > ul > li > ul > li > ul {
                margin: 0;
                padding: 0px;
                display: none;
                position: relative;
                border: 1px solid #dbdbdb;
                border-width: 0;
                width: 100%;
            }
                /* Responsive Changes */
                nav > ul > li > ul > li > ul > li {
                    list-style-type: none;
                    margin: 0px;
                    border: none;
                }

                    nav > ul > li > ul > li > ul > li > a {
                        display: block;
                        text-decoration: none;
                        padding-left: 2.5em;
                    }

                        nav > ul > li > ul > li > ul > li > a:before {
                            content: "→ ";
                        }

                    nav > ul > li > ul > li > ul > li:hover > a {
                    }

                /* deeper levels */
                nav > ul > li > ul > li > ul ul {
                    display: none;
                }

/* responsive navigation */
#nav-collapsed { /* wrapper for collapsed navigation in mobile/small tablets */
    position: relative;
    z-index: 9999;
    display: block;
    float: left;
    margin: -.3em 2px -2px 0;
    padding: .5em 0;
    /*border: 1px solid #dbdbdb;*/ /* Change color as desired */
    /*background-color: #f1f1f1;*/ /* Change color as desired */
    /*color: #888;*/ /* "Menu" text for medium breakpoints */
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    width: 20px;
    height: 14px;
    margin-right:1em;
}

    #nav-collapsed.is-active { /* Clicked state for navigation button */
        /*padding-bottom: 1.5em;
        background-color: #fff;
        border-bottom: 1px solid #fff;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;*/
    }

    /* These bars are added markup for styling purposed only (three span tags)
 * You should consider changing to a background img (svg preferably with !Modernizr.svg fallback) */
    #nav-collapsed span.responsive-nav-bars {
        display: block;
        float: left;
        clear: both;
        margin: 1px auto;
        width: 20px;
        height: 3px;
        background-color: var(--header-admin-color); /* change color as desired for the three "nav bars" when in default state */
    }

    /*#nav-collapsed.is-active span.responsive-nav-bars {
        background-color: #666;
    }*/
    /* Change color of three "nav bars" when active */
    #nav-collapsed span.responsive-menu-text {
        display: none;
    }
/* "Menu" text for medium breakpoints */

/* Duplicate main navigation in footer. 
 * Only needed if set in ResponsiveChanges.js */
.footer-menu {
    display: block !important;
    margin: 0 !important;
}


/* Breadcrumb */
nav ul.breadcrumb {
    border: none;
    display: inline-block;
    margin: -9px;
    z-index: 9997;
}

    nav ul.breadcrumb li {
        border: none;
        background: none;
        display: block;
        float: left;
        margin: 0 2px -1px 0;
    }

        nav ul.breadcrumb li:after {
            content: "/"
        }

        nav ul.breadcrumb li.last:after {
            content: ""
        }

        nav ul.breadcrumb li a {
            padding: 0 9px;
            display: block;
            float: left;
            color: #5F97AF;
            font-size: 100%;
        }

            nav ul.breadcrumb li a:hover {
                text-decoration: underline;
            }

#layout-header {
}
div#header {
    position: relative;
}
#branding {
    float: left;
    width: 77%;
    font-family: 'Lobster', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

    #branding a {
        text-decoration: none;
        color: #434343;
    }

#layout-navigation {
}

#layout-featured {
}

#layout-before-main {
}

#layout-main {
}

#aside-first {
}

#layout-content {
}

#messages {
}

#before-content {
}

#content {
}

#after-content {
}

#aside-second {
}

#layout-after-main {
}

#layout-tripel {
}

#tripel-first {
}

#tripel-second {
}

#tripel-third {
}

#layout-footer {
}

#footer-quad {
}

#footer-quad-first {
}

#footer-quad-second {
}

#footer-quad-third {
}

#footer-quad-forth {
}

#footer-sig {
}

/* Zones */
.zone {
    padding: 1em; /* Zones variate on size so percentages are not ideal. */
    /* Enable this to see zone visualizations 
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple; */
}

.zone-header {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.zone-navigation {
    padding: 0;
}

.zone-navigation {
    padding: 1em;
}
/* Responsive Changes */
.zone-featured {
}

.zone-before-main {
}

.zone-aside-first {
}

.zone-messages {
}

.zone-before-content {
}

.zone-content {
}

.zone-after-content {
}

.zone-aside-second {
}

.zone-after-main {
}

.zone-tripel-first {
}

.zone-tripel-second {
}

.zone-tripel-third {
}

.zone-footer-quad-first {
}

.zone-footer-quad-second {
}

.zone-footer-quad-third {
}

.zone-footer-quad-fourth {
}

.zone-footer {
    color: #999999;
}

/* Secondary Zones moved to 769px media query as this is when the multi-column layout begins..*/

/* Main
***************************************************************/

/* Content lists and details */
.content-description {
    font-size: 1.154em;
}

.content-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .content-items li {
        padding: 0;
        margin: 0;
    }

    .content-items .content-item {
        border-top: 1px solid #dbdbdb;
        padding: .4615em 0 .4615em 0;
    }

        .content-items .content-item header {
        }

            .content-items .content-item header h1 {
                font-size: 1.308em;
                color: #434343;
            }

                .content-items .content-item header h1 a {
                    /*color: #ff6c0a;*/
                }

                    .content-items .content-item header h1 a:hover {
                    }

/* Tags */
.tags {
    margin-top: .9230em;
    color: #999;
    font-size: 0.846em;
}

    .tags:before {
        content: "\f02c";
        font-family: fontawesome;
        font-size: 14px;
        margin-right: 3px;
    }

    .tags a {
        background-color: #dee5dc;
        padding: .1em .4615em;
        color: #434343;
    }

        .tags a:hover {
            background-color: #434343;
            color: #fff;
        }

/* Metadata */
.metadata {
    margin: 0 0 .9230em 0;
    color: #999;
    font-size: 0.846em;
}

    .metadata .published {
        display: inline;
        margin: 0 .4615em 0 0;
    }

        .metadata .published:before {
            content: "\f073";
            font-family: fontawesome;
            font-size: 14px;
            margin-right: 3px;
        }

    .metadata .comment-count {
        display: inline;
        color: #999;
        font-size: 0.846em;
    }

        .metadata .comment-count:before {
            content: "\f0e5";
            font-family: fontawesome;
            font-size: 14px;
            margin-right: 3px;
        }

.meta {
}

/* Comments */
#comments {
    margin: 1.846em 0 0 0;
    padding: 0;
}

.comment-form {
    margin: 1.846em 0 0 0;
    padding: 0;
}

.comments {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .comments li {
        margin: .9230em 0 0 0;
        padding: 1.25%;
    }

.comment {
    margin: 0;
    padding: 0;
    background: linear-gradient(#F9EFAF, #F7E98D);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font: .923em Helvetica, sans-serif;
    color: #5982d5;
    margin: 0;
    padding: 5px 25px 5px;
}

    .comment h4 {
        font-size: 1.077em;
    }

    .comment .who {
    }

    .comment .what {
    }

    .comment #add-comment {
    }

.comment-form #comment-by {
    font-size: 1.231em;
    font-weight: normal;
    margin: 0 0 1.2em 0;
    border: none;
}

.comment-disabled {
}

.comment-count {
    font-size: 1.231em;
}

.comment-text {
    margin: 0;
    padding: 0;
    background: linear-gradient(#F9EFAF, #F7E98D);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font: .923em Helvetica, sans-serif;
    color: #5982d5;
    margin: 0;
}

/* Confirmations */
.message, .validation-summary-errors {
    margin: .7692em 0 .3076em 0;
    padding: .41666666666667%;
}

.messages a {
    font-weight: bold;
}

.message-Information {
    background: #e6f1c9; /* green */
    border: 1px solid #cfe493;
    color: #062232;
}

.message-Warning {
    background: #fdf5bc; /* yellow */
    border: 1px solid #ffea9b;
}

.critical.message, .validation-summary-errors, .message-Error {
    background: #e68585; /* red */
    border: 1px solid #990808;
    color: #fff;
}



/* Widgets
***************************************************************/
.widgets {
}

.widget h1 {
    font-size: 1.077em;
}

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control {
    position: relative;
    border: 0px dotted #5f97af;
}

    .widget-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
        margin-right:0.1em;
    }

        .widget-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .widget-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }

/* Content Mode */
.content-control {
    border: 0px dotted #5f97af;
    /*overflow: auto;*/
    position: relative;
}

    .content-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .content-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .content-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }



/* Alternating styles */
#main .contentItems > ul > li:nth-child(odd),
ul.contentItems > li:nth-child(odd),
table.items tr:nth-child(odd) {
    background-color: #fff;
}

#main .contentItems > ul > li:nth-child(even),
ul.contentItems > li:nth-child(even),
table.items tr:nth-child(even) {
    background-color: #f9f9f9;
}

#main .contentItems > ul > li:hover,
ul.contentItems > li:hover,
table.items tbody tr:hover {
    background-color: #EDF9F5;
}

/* Pager
***************************************************************/

.pager-footer {
}

.page-size-options {
    float: left;
    padding-right: 40px;
    margin-left: auto;
}

html.dyn #submit-pager, html.dyn .apply-bulk-actions-auto {
    display: none;
}

.pager {
    list-style: none;
    padding: 0;
    margin: 2px 0 0 0;
    overflow: hidden;
}

    .pager li {
        float: left;
        padding: 0 0 0 0;
        margin: 0 6px 0 0;
        /*border: 1px solid #bdbcbc;*/
        color: #333333;
        cursor: pointer;
        /*CSS3 properties*/
        text-shadow: rgba(0,0,0,.2) 0px 0px 1px;
        /*In ie the first couplet sets the alpha value so 00=transparent and ff=opaque)*/
        /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fff5f5f5', endColorstr='#ffd9d9d9');
        background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(245, 245, 245, 1.0)), to(rgba(217, 217, 217, 1.0)));
        background: -moz-linear-gradient(top, rgba(245, 245, 245, 1.0), rgba(217, 217, 217, 1.0));
        box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.1);
        -webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.1);
        -moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.1);*/
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }


    .pager a, .pager span {
        /*font-size: 14px;
        display: block;*/
        background: #fff;
        padding: 2px 8px;
    }

        .pager a:hover {
            background-color: #eaeaea;
            color: #333;
        }

    .pager span {
        /*background-color: inherit;*/
    }

.pager-footer select {
    max-width: none;
    width: 80px
}


/* Buttons
***************************************************************/
.manage {
    float: right;
    /*margin-bottom: 16px;*/
}

    .manage a.button {
        float: right;
        height: inherit;
        margin: auto;
        margin-left: 4px;
    }

/* Misc
***************************************************************/

.small {
    font-size: 0.615em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.231em;
    line-height: 2.231em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.credits {
    float: left;
}

.user-display {
    float: left;
    /*padding: 0 1.25%;*/
}

.user-display .welcome {
    color: var(--header-txt-color);
}

.user-display .user-actions {
    position:relative;
}

#header .user-display{
    margin-left:auto;
}
#header .manage-actions {
    margin-right: 0 !important;
}
.login-form {
    margin: 1.8461em 0 0 0;
}



/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited,#selectAll {
    color: var(--btn-txt-color)!important;
    background: var(--btn-bg-color);
    /*background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));*/
    /*background: -moz-linear-gradient(top, #F5F5F5, #cbcbcb);*/
    border: 1px solid var(--btn-bg-color);
    cursor: pointer;
    margin: .2em 0 .2em 0;
    padding: .4em 1.2em;
    text-align: center;
    border-radius:var(--radius);
    vertical-align:middle;
}

    input[type="submit"]:hover, input[type="button"]:hover,
    input[type="submit"]:active, input[type="button"]:active,
    input[type="submit"]:focus, input[type="button"]:focus,
    button:hover, .button:hover,
    button:active, .button:active,
    button:focus, .button:focus {
        text-decoration: none;
        background: var(--btn-bg-hover-color);
        /*background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
        background: -moz-linear-gradient(top, #e1e1e1, #ebebeb);*/
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rwidth100 {
    float: right;
    width: 100%;
    height: auto;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
}

.rwidth75 {
    float: right;
    width: 75%;
    height: auto;
    margin: 5px;
}

.rwidth50 {
    float: right;
    width: 50%;
    height: auto;
    margin: 10px;
}

.rwidth25 {
    float: right;
    width: 50%;
    max-width: 300px;
    height: auto;
    display: block;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    border: solid;
    border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
    border-width: 1px 2px 2px 1px;
    background-color: white;
}

.lwidth100 {
    float: left;
    width: 100%;
    height: auto;
    margin: 5px;
}

.lwidth75 {
    float: left;
    width: 75%;
    height: auto;
    margin: 5px;
}

.lwidth50 {
    float: left;
    width: 50%;
    height: auto;
    margin: 5px;
}

.lwidth25 {
    float: left;
    width: 25%;
    height: auto;
    margin: 5px;
}

.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
}

.marquee h3 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("/Modules/MoreVision.ExcelWraps/Content/page-loader.gif") 50% 50% no-repeat rgb(249,249,249);
}

input.filter {
    width: 96%;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
    border-radius: 5px;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

    .jumbotron .container {
        max-width: 100%;
    }

input.searchbox {
    max-width: 100%;
    display: inherit;
}

#users th, #users td {
    text-align: left;
}

.help-button {
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 0.5em;
    /*border-radius: 3px;*/
    font-size: 13px;
    /*border: 1px solid #999;*/
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: var(--btn-txt-color) !important;
    background: var(--btn-bg-color);
    /*background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));*/
    /*background: -moz-linear-gradient(top, #F5F5F5, #cbcbcb);*/
    border: 1px solid var(--btn-bg-color);
    cursor: pointer;
    margin: .2em 0 .2em 0;
    /*padding: .3em 1.8em;*/
    /*text-align: center;*/
    border-radius: var(--radius);
}

    .help-button:visited, .help-button:link {
        color: black;
        text-decoration: none;
    }

    .help-button:hover {
        color: black;
        text-decoration: none;
        background: var(--btn-bg-hover-color);
    }
:root {
    --header-bg-color: #dedede;
    --header-txt-color: #242424;
    --header-admin-color: #ff320c;
    --header-height: 120px;
    --qr-txt-color: #292b2c;
    --qr-bg-color: #ffffff;
    --nav-txt-color: #ffffff;
    --nav-pipe-color: #868686;
    --nav-bg-color: #4d4d4d;
    --nav-underline-color: #ffffff;
    --brand-logo: url(/Media/Trial/excelwraps/WrapTrialLogo.svg);
    --anchor-color: #ff320c;
    --anchor-strong-color: #ff320c;
    --admin-menu-color: #707070;
    --admin-menu-color-h: 0;
    --admin-menu-color-s: 0%;
    --admin-menu-color-l: 44;
    --darkness: 10;
    --admin-menu-bg-color: hsl(var(--admin-menu-color-h), var(--admin-menu-color-s), calc(var(--admin-menu-color-l)*1%)); /*#323232*/
    --admin-submenu-dark-color: calc((var(--admin-menu-color-l) - var(--darkness))*1%);
    --admin-submenu-bg-color: hsl(var(--admin-menu-color-h), var(--admin-menu-color-s), var(--admin-submenu-dark-color));
    --admin-menuitem-select-color: hsla(var(--admin-menu-color-h), var(--admin-menu-color-s), calc((var(--admin-menu-color-l) - 20)*1%),1);
    --admin-menuitem-hover-color: hsla(var(--admin-menu-color-h), var(--admin-menu-color-s), calc((var(--admin-menu-color-l) - 20)*1%),.5);
    --admin-content-bg-color: #f3f4f5;
    --admin-menu-txt-color: #ffffff;
    --btn-color: #ff320c;
    --btn-color-h: 9;
    --btn-color-s: 100%;
    --btn-color-l: 52;
    --btn-txt-color: #ffffff;
    --btn-bg-color: hsl(var(--btn-color-h),var(--btn-color-s),calc(var(--btn-color-l)*1%));
    --btn-bg-hover-color: hsl(var(--btn-color-h),var(--btn-color-s),calc((var(--btn-color-l) - 10)*1%)); /*hover*/
    --btn-bg-active-color: hsl(var(--btn-color-h),var(--btn-color-s),calc((var(--btn-color-l) - 20)*1%)); /*active|focus*/
    --radius: 4px; /*button|panel*/
    --txt-padding: .477em; /*input padding*/
    --select-padding: .4em;
    --nav-height: 42px;
    --mywrap-control-header-height: 90px;
    --query-control-header-height: 90px;
    --font-family: "Segoe UI",Trebuchet,Arial,Sans-Serif;
}
a {
    color: var(--anchor-strong-color);
    text-decoration: none;
    line-height:1em;
}

    a:visited {
        color: var(--anchor-color);
        text-decoration: none;
    }

#layout-navigation {
    box-shadow: rgb(0 0 0 / 4%) 0px 8px 14px 0px;
    position: sticky;
    top: 0px;background:var(--nav-bg-color)!important;
}
/*#mywrap_control_header {
    background: white;
    position: sticky;
    top: var(--nav-height);
}*/

table thead {
    position: sticky;
    top: var(--nav-height); /*var(--mywrap-control-header-height);*/
}
.ui-dialog table thead {
    top: auto;
}
nav ul li {
    border: 0px;
}

nav > ul li.current {
    border-bottom: 0px;
    background: none;
}

nav > ul li.dropdown:hover {
    background: none;
}

nav ul li a {
    font-size: 1em;
}

nav > ul > li {
    float: none;
    margin-top: 8px;
}

.zone {
    padding: 0px;
}

.zone-navigation {
    padding: 0px;
}
.zone-navigation .manage-actions {
    margin-right: -1.66em !important;
}

/*@media only screen and (min-width: 600px) {*/
    /* Navigation */
    /* #nav-collapsed {
        width: 65px;
        margin-top: -1em;
        padding: 1.9em;
    } */
    /* #nav-collapsed span.responsive-menu-text {
        display: inline-block;
        padding-left: .5em;
        vertical-align: middle;
    } */
/*}*/


#layout-footer .footer-menu {
    display: none !important;
}
/*/////////////////////////*/
#layout-header {
    /*margin: 0 -2.7%;*/
    background: var(--header-bg-color)!important;
    padding: 0 2.7%;
}

.widget-Logo p {
    margin: 0px;
}

/*.zone-header .widget-control:first-of-type {
    float: right
}*/

.zone-header .widget-control {
    float: left;
}

.zone-header .user-display {
    float: right;
    /*margin-top: .5em;*/
    font-size:1.077em;
}

.search-form button[type="submit"] {
    float: left;
    margin: 0;
    margin-left: -1px;
    padding: 4.1px .5em !important;
    text-align: center !important;
}

.zone-navigation {
    /*margin: 0 -2.7%;*/
    padding: 0 2.7%;
    background: var(--nav-bg-color);
}
/*nav*/
/*.widget-navigation.widget-menu-widget.widget nav {
}*/
.widget-navigation.widget-menu-widget.widget ul {
    padding: 0;
    border: 0;
    display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 8px;
}

.widget-navigation.widget-menu-widget.widget .dropdown ul {
    flex-direction: column;
    background-color: var(--nav-bg-color);
    height: auto;
    display: none;
    width: auto;
    border: 1px solid gainsboro;
    position: absolute;
}

.widget-navigation.widget-menu-widget.widget .dropdown > a::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDkgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDYuMiAoNDQ0OTYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPlBhZ2UgMTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJOYXZpZ2F0aW9uIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iV0FDLURlc2t0b3AtbWVudS0tLXByb2R1Y3RzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQ1LjAwMDAwMCwgLTQzLjAwMDAwMCkiIHN0cm9rZT0iIzAwNTJDQyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC05IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNS4wMDAwMDAsIDI4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxOS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYWdlLTEiIHBvaW50cz0iMTk5LjE3MzkxMyAxNS41NjUyMTc0IDE5NS4xNzM5MTMgMTkuMjAxNTgxIDE5MS4xNzM5MTMgMTUuNTY1MjE3NCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    /*position: absolute;*/
    top: 14px;
    width: 10px;
}


/*///////////////////////////*/
#layout-footer .footer-menu {display: none !important;}
body {width: 100%;}
#layout-header, #layout-navigation, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    max-width: 100%;
}

svg.bi-gear,svg.bi-chevron-right{fill:var(--anchor-strong-color);vertical-align:bottom;}
svg.bi-chevron-right{margin-left:-.3em;}
#SignIn {
    color: var(--header-admin-color) !important;
}
#administrationLink {
    vertical-align: bottom;
    color:var(--header-admin-color)!important;
    margin-right:.2em;
    display:none;
}
#administrationLink:after {
    content: '';
    border: solid;
    padding: 1.75px;
    border-width: 1px 1px 0 0;
    transform: rotate( 45deg );
    position: absolute;
    bottom: 4.5px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: top;
}
div.btn-admin {display: inline;/*float: right;margin-top: 1em;*/}
.header-action i {
    border-radius: 50%;
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.user-actions span{
    vertical-align:middle;margin-right:.4em;
}
section .header-action {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
#header .user-actions.welcome>span {
    display: none;
}

dialog#userdialog {
    padding: .5em;
    border: 0px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    z-index:10;min-width:9em;
}

dialog#userdialog a {
    display: block;
    padding: .4em 0;
}
#header #userdialog>.userlabel {
    width: 100%;
    color: gray;
    display: block;
    background: #f1f1f1;
    padding: 8px;
    margin: -8px;
    margin-bottom: 3px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #b2b2b2;
}
 #layout-main-container, #layout-after-main,#layout-footer {
    padding: 0 2.4%;
}
#downloadheader{padding:0px!important;line-height:0px!important;}
#downloadMenuTitle {
    padding: .58em 1em;
    color: var(--btn-txt-color);
    background: var(--btn-bg-color);
}
#downloadMenuTitle:hover{
    background:var(--btn-bg-hover-color);
}
#downloadMenu {
    border-color: var(--btn-bg-color) !important;
    background: var(--btn-bg-color) !important;
    margin-left: 1px;
}#downloadMenu ul{z-index:1;}
#downloadMenu .downloadMenuButtons {
    /*padding: 0em 1.8em;*/
}
div.ui-dialog {
    font-weight: 100 !important;
    padding: 0px !important;
    border: none !important;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    font-size: 13px;
    font-weight: normal !important;
    border-radius: 8px;
}
div.ui-dialog-titlebar {
    border: none;
    border-radius: 0px;
    background: none;/*var(--btn-bg-color);*/
    color: #454242;
    font-weight: 700;
    font-size:1.1em;
    padding: 0.5em 1em !important;
}
div.ui-dialog button.dialog-apply {
    background: var(--btn-bg-color)!important;
    color: var(--btn-txt-color) !important;
    border: none !important;
    padding:0.17em 1em;
}
    div.ui-dialog button.dialog-apply:hover, button#insertColumnFilter:hover {
        background: var(--btn-bg-hover-color) !important;
    }
div.ui-dialog a.ui-state-hover {
    background:none!important;
    border:none!important;
}
    div.ui-dialog select {
        border-radius: var(--radius);
        padding: var(--select-padding);
    }
div.ui-dialog button.dialog-cancel, #cancelColumnRange, #okCopy {
    background: #686868 !important;
    color: #fff;
    padding: 0.17em 1em;
}
div.ui-dialog-buttonpane {
    margin:0px!important;
    border:none!important;
}
ul.popupContent > li {
    margin-bottom: 2px;
    border-radius: 8px;
    background: #e6e6e6 !important;
}
ul.popupContent > li .columnName {
    padding: 0.5em !important;
}
    ul.popupContent > li .columnSelected {
        margin-top: 10px!important;
    }
input.custom-combobox-input {
    background: white !important;
    border: none !important;
    padding: 0.3em !important;
}
span.custom-combobox {
    border-radius: 4px !important;
    border-color: #c5c4c4 !important;
}
span.custom-combobox>a{border:none!important;}
#reportPropertiesMaxRows {
    border-radius: var(--radius);
    width: 8em !important;
}
div.ui-dialog .columnTypeSelected {
    margin-left: 1.9em!important;
    margin-top: 0.4em;
}
div.ui-dialog .columnName {
    padding: var(--txt-padding) !important;
}
div.ui-dialog .custom-combobox{
    padding:0.2em;
}
ul.ui-autocomplete{font-size:13px!important;line-height:1.2em!important;height:406px;overflow:auto;}
ul.ui-tabs-nav {
    background: #e4e4e4!important;border-radius:0px!important;
}
.ui-tooltip-content {
    font-size: 13px;
    font-family: Calibri;
}
/*ul.ui-autocomplete li:hover{
    background:var(--btn-bg-color)!important;
}
ul.ui-autocomplete li > a:hover, ul.ui-autocomplete li > a:focus {
    background: none !important;
}
.ui-menu-item a.ui-state-focus {
    background: red !important;
    text-decoration:none;
}*/
a.ui-corner-all{border:none!important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: #e6e6e6 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa !important;
    border-bottom: none !important;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important;
    font-weight: normal;
    color: #212121;
}
#myWrapsLink, #myWrapsData, #copyMyWrapsData, #copyMyWrapsLink {
    margin-top: .5em;
}
div #copyPopup{height:332px!important;}
#stagedribbon {
    position: absolute;
    background: linear-gradient( 180deg, yellow 0%, rgba(213,213,0,1) 100%);
    padding: 0.15em;
    left: 50%;
    transform: translate(-50%);
    top: 0px;
    width: 106px;
    /* clip-path: polygon(29% 0,100% 0,100% 100%,0 100%); */
    text-align: center;
    border-radius: 0 0px 7px 7px;
    color:#4c4c4c;
    box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
}
.theme-default .nivo-controlNav a.active {
    /*background-position:0 -22px;*/
    background:var(--btn-bg-color);
}
#layout-content #chart{padding:7px 10px;}
#header article.widget-search-form {
    display: none !important;
}
#header .widget-Logo img {
    margin: 0px !important;
    border-style: none;
    height: 100% !important; width:auto!important;
    object-fit: contain;
}
#header article.widget-Logo {
    height: 50px;
    padding: 5px 0;
    float: left;
}
#header article.widget-Logo p {
    height: inherit;
}
#header .header-logo, #header .widget-control {
    max-width: 35%;
}

table thead .filter-control {
    display: flex;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    background: white;
}
table.items th, table.items td{
    padding:4px;
}
table.items th:first-of-type, table.items td:first-of-type {
    padding-left: 8px;
}
table.items th:last-of-type {
    padding-right: 8px;
}
table thead .filter-control > input {
    padding: 0.4em .1em 0.4em 0.4em !important;
    border: none;
    margin: 0px;
    flex: 2;
}

table thead .filter-control>button {
    /*margin-left: -1.9em !important;*/
    margin:0px;
    background: transparent !important;
    border: none !important;
    vertical-align:middle;
    padding:.2em!important;
}
table th button.filterButton span {
    color: var(--btn-bg-color);
    filter: drop-shadow( 0px 1px 1px rgba(0, 0, 0, 0.5));
}
table #selectAll {
    padding: 0px!important;
    border: none!important;
    background: none!important;vertical-align:bottom;
}
table #selectAll i {
    color: var(--btn-bg-color);
    font-size: large;
    padding-top: 0.3em;
}
select {
    border-radius: var(--radius);
}
.translucent{color:transparent;}
input.columnFilterParameter{padding:.477em!important;}
input[type="text"],input[type="number"]{padding:var(--txt-padding);}
.help-button {
    border: none !important;
    background: none !important;
    margin: 0px !important;
    font-size: 1.2em !important;
    color: var(--btn-bg-color) !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
svg.logo-user{fill:var(--header-admin-color);}
#ui-datepicker-div {
    font-family: "Segoe UI", Trebuchet, Arial, sans-serif;
    font-size: 1em;border:none;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
#ui-datepicker-div .ui-datepicker-header {
    background: #e4e4e4 !important;
    border: none;
}
#ui-datepicker-div a.ui-state-default {
    text-align: center;
}
#ui-datepicker-div button.ui-datepicker-current {background: var(--btn-bg-color) !important;font-weight:normal}
#ui-datepicker-div button.ui-datepicker-close {background: #686868 !important;font-weight:normal;}
#ui-datepicker-div .ui-timepicker-div>dl{margin:0px!important;}
a.button{display:inline-block;}
fieldset.bulk-actions button {
    margin-bottom: .3em !important;
}
#userdialog a {
    color: var(--anchor-color);
}
.manage-actions {
    display: none;
}
/*
 Media Queries
***************************************************************/
/*@media only screen and (min-width: 480px) {
.widget-Logo img 
{
        border-style: none;
        height: 42px;
        width: auto;
        float: left;
}
.user-display
{
    float: right;
    padding: 9px 1.25%;
    font-size: 14px;
}
#header {
    background: antiquewhite;
    margin: -2px -10px 0px;
    padding: 7px;
}
#nav-collapsed {
    background: #c60d0d;
}

}*/
/* TABLET/NETBOOK (iPad and most Android Tablets in portrait) */
@media only screen and (min-width: 769px) {
    #administrationLink{display:block;}
    #userdialog .adminlink{display:none;}
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

        .jumbotron h1, .jumbotron .h1 {
            font-size: 63px;
        }
    #nav-collapsed .responsive-menu-text {
        display: none !important;
    }

    article.widget-Logo {
        height: 100px !important;
    }
    /* Structure
        ***************************************************************/

    /* Navigation */
    #layout-navigation {
        margin-top: 0;
    }

    .lt-ie8 #layout-navigation {
        margin-top: 2em;
    }
/*
    nav ul li {
        background: #f6f6f6;
        margin: 0 -1px -1px 0;
    }*/

    nav li.last {
        margin-right: 0;
    }

    nav ul li a {
        padding: 10px 18px;
    }

    nav > ul li.current {
        border-bottom: 1px solid #fff;
    }

    nav > ul li.dropdown:hover {
        background: #eee;
    }

    nav > ul li.dropdown li.dropdown:hover {
        background: #eee;
    }

    /* first level */
/*    nav > ul > li {
        float: left;
    }*/

    nav > ul > li > a {
        float: left;
    }

    /* second level */
    nav > ul > li > ul {
        margin: 24px 0px 0px -1px;
        position: absolute;
        width: auto;
    }

    .lt-ie8 nav > ul > li > ul {
        margin-left: -6.9em;
    }

    nav > ul > li > ul > li > a {
        padding: 16px 25px 10px 50px;
    }

        nav > ul > li > ul > li > a:before {
            content: "";
        }

    /* third level */
    nav > ul > li > ul > li > ul {
        margin: -20px -1px 0px 90%;
        position: absolute;
        width: auto;
    }

        nav > ul > li > ul > li > ul > li > a {
            padding: 0 18px;
        }

            nav > ul > li > ul > li > ul > li > a:before {
                content: "";
            }

    /* Hide duplicated navigation in footer
** Only needed if set in ResponsiveChanges.js */
    .footer-menu {
        display: none !important;
    }


    /* Zones
***************************************************************/
    .zone-navigation {
        /*margin-left: 1em;*/
        /*padding: 0;
        border-bottom: 1px solid #DBDBDB;*/
    }

    /* Secondary Zones */

    /* Aside Zones */
    /* If zone 1 is on */
    .aside-1 #layout-content {
        float: right;
        width: 62.5%;
    }

    .aside-1 .aside-first {
        float: left;
        width: 37.5%;
    }

    /* If zone 2 is on */
    .aside-2 #layout-content {
        float: left;
        width: 62.5%;
    }

    .aside-2 .aside-second {
        float: right;
        width: 37.5%;
    }

    /* If zones 1, 2 are on */
    .aside-12 #layout-content {
        width: 62.5%;
    }

    .aside-12 .aside-first, .aside-12 .aside-second {
        width: 18.75%;
    }

    .aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content {
        float: left;
    }

    /* Tripel Zones*/
    #layout-tripel > div {
        float: left;
        width: auto;
    }

    /*2 zones on */
    .tripel-12 #layout-tripel > div {
        width: 50%;
    }
    /* If zones 1, 2 are on */
    .tripel-23 #layout-tripel > div {
        width: 50%;
    }
    /* If zones 2, 3 are on */
    .tripel-13 #layout-tripel > div {
        width: 50%;
    }
    /* If zones 1, 3 are on */

    /*3 zones on */
    .tripel-123 #layout-tripel > div {
        width: 33.33333333333333%;
    }
    /* If zones 1, 2, 3 are on */

    /* Quad Footer Zones */
    #footer-quad > div {
        float: left;
        width: 25%;
    }

    /*1 zone on */
    .split-1 #footer-quad-first {
        width: auto;
    }
    /* If zone 1 is on */
    .split-2 #footer-quad-second {
        width: auto;
    }
    /* If zone 2 is on */
    .split-3 #footer-quad-third {
        width: auto;
    }
    /* If zone 3 is on */
    .split-4 #footer-quad-fourth {
        width: auto;
    }
    /* If zone 4 is on */

    /*2 zones on */
    .split-12 #footer-quad-first, .split-12 #footer-quad-second {
        width: 50%;
    }
    /* If zones 1, 2 are on */
    .split-13 #footer-quad-first, .split-13 #footer-quad-third {
        width: 50%;
    }
    /* If zones 1, 3 are on */
    .split-14 #footer-quad-first, .split-14 #footer-quad-fourth {
        width: 50%;
    }
    /* If zones 1, 4 are on */
    .split-23 #footer-quad-second, .split-23 #footer-quad-third {
        width: 50%;
    }
    /* If zones 2, 3 are on */
    .split-24 #footer-quad-second, .split-24 #footer-quad-fourth {
        width: 50%;
    }
    /* If zones 2, 4 are on */
    .split-34 #footer-quad-third, .split-34 #footer-quad-fourth {
        width: 50%;
    }
    /* If zones 3, 4 are on */

    /*3 zones on */
    .split-234 #footer-quad-second {
        width: 50%;
    }
    /* If zones 2, 3, 4 are on */
    .split-134 #footer-quad-first {
        width: 50%;
    }
    /* If zones 1, 3, 4 are on */
    .split-124 #footer-quad-fourth {
        width: 50%;
    }
    /* If zones 1, 2, 4 are on */
    .split-123 #footer-quad-third {
        width: 50%;
    }
    /* If zones 1, 2, 3 are on */

    /*3 zones on - alternate layout*/
    /*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:33.33333333333333%; }*/ /* If zones 1, 2, 3 are on */
    /*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 2, 4 are on */
    /*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 3, 4 are on */
    /*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 2, 3, 4 are on */

    /*
GRID LAYOUT BEGINS HERE FOR USE 
WITHIN HTML WIDGET AREAS AND EDITOR IF ADDITIONAL COLUMNS/ROWS ARE
DESIRED
***************************************************************/
    /* This is using the 1140 Grid System: http://cssgrid.net/ */
    .row {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

        .row:after {
            content: ".";
            display: block;
            width: 100%;
            height: 0;
            visibility: hidden;
        }

    .onecol {
        width: 4.85%;
    }
    /* grid_1  */
    .twocol {
        width: 13.45%;
    }
    /* grid_2  */
    .threecol {
        width: 22.05%;
    }
    /* grid_3  */
    .fourcol {
        width: 30.75%;
    }
    /* grid_4  */
    .fivecol {
        width: 39.45%;
    }
    /* grid_5  */
    .sixcol {
        width: 48%;
    }
    /* grid_6  */
    .sevencol {
        width: 56.75%;
    }
    /* grid_7  */
    .eightcol {
        width: 65.4%;
    }
    /* grid_8  */
    .ninecol {
        width: 74.05%;
    }
    /* grid_9  */
    .tencol {
        width: 82.7%;
    }
    /* grid_10 */
    .elevencol {
        width: 91.35%;
    }
    /* grid_11 */
    .twelvecol {
        width: 100%;
    }
    /* grid_12 */

    /* layout & column defaults */
    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
        float: left;
        position: relative;
        margin-right: 3.8%;
    }

    /* adding float to large column */
    .twelvecol {
        float: left;
        position: relative;
    }

    /* default styles & fixes */
    .col-last {
        margin-right: 0;
        float: right;
    }

    nav ul li a {
        padding: 0px 8px; /*border-right: 1px solid #979797;*/
        color: var(--nav-txt-color) !important;
        padding: 0 0.9em;
        margin-bottom: 3px;
        text-decoration: none;
    }

    nav ul li:not(:last-child) a {
        border-right: 1px solid var(--nav-pipe-color);
    }

    nav > ul li.current {
        border-bottom: 4px solid var(--nav-underline-color);
        margin-bottom: -5px;
    }

    nav > ul li:hover:not(.dropdown) {
        border-bottom: 4px solid var(--nav-underline-color);
        margin-bottom: -5px;
    }

    nav > ul li a:hover {
        text-decoration: none;
    }

    nav > ul li.dropdown:hover { /*background: #eee;*/
    }

    nav > ul > li {
        padding: 0px;
        background: none;
    }

    #layout-main-container, #layout-tripel-container {
        padding: 0 2.4%
    }
}
/* end media query 769px */


@media (max-width: 996px) {
    /* .widget-navigation.widget-menu-widget.widget ul {
    flex-direction: column;
}*/

    nav ul li a {
        padding: .1em 18px;
    }

    #layout-navigation {
        display: none
    }
}


/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
    body {
    }

    /* Structure*/
    #branding {
        font-size: 2em;
        transition: all .2s linear;
        -o-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

    /* Float Images */
    p img.left,
    p img[align="left"] {
        float: left;
        margin: 0.923em 0.923em 0.923em 0;
    }

    p img.right,
    p img[align="right"] {
        float: right;
        margin: 0.923em 0 0.923em 0.923em;
    }
    #header .user-actions.welcome>span {
        display: block;
    }
    #userdialog .userlabel {
        display: none !important;
    }
    #stagedribbon {
        padding: 0.5em;
    }
    .manage-actions{display:block;}
    section .header-action, section .user-actions {
        display: inline-flex;
        align-items: center
    }
}
/* end media query */


/*43rem/688px(mobile)>43..62rem/992px(ipad)>desktop*/

/* SMALL TABLET */
@media only screen and (min-width: 688px)
/* Branding */
#branding {
    font-size: 2.9em;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

/* Navigation */
/*#nav-collapsed {
        width: 65px;
        margin-top: -1em;
        padding: 1.9em;
    }*/

#nav-collapsed.is-active {
    /*padding-bottom: 3em;*/
    /*color: #666;*/
}

/*#nav-collapsed span.responsive-menu-text {
            display: inline-block;
            padding-left: .5em;
            vertical-align: middle;
        }*/

/* Forms */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    max-width: 65%;
}

article.widget-navigation.widget-menu-widget.widget ul {
    width: 100%
}
/* #layout-navigation{position:initial!important;} */
#layout-navigation .zone-navigation {
    display: inline-table;
}

/*#nav-collapsed{position:absolute;bottom:0px;right:0px;margin-bottom:.7em;width:20px;height:14px;padding:.5em; }*/


}
/* end media query */

@media only screen and (max-width:975px) {
    #layout-navigation, #mywrap_control_header, table thead {
        position: initial !important;
    }

        #layout-navigation ul.menu-main-menu a {
            font-weight: 500;
        }
    /*#header .widget-control{width:35%!important;}*/
    /*actionButton reportPropertiesButton filterInstancesButton reportSortingButton reportAggregationsButton reportChartingButton reportColumnRangeButton downloadMenu*/
    /*fieldset.bulk-actions button {
        margin-bottom: .3em !important;
    }*/
}


/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) {
    .layout-content {
        max-width: 1160px;
    }
}
/* end media query */

/* WIDESCREEN */
@media only screen and (min-width: 1400px) {
    body {
        font-size: 100%;
    }
    /* Increased legibility on large screens */
    #layout-header, #layout-navigation, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
        max-width: 3800px;
    }
}
/* end media query */

/* PRINT */
@media print {
    a[href]:after {
        content: none
    }
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }
    /* Black prints faster */
    a, a:visited {
        color: #444 !important;
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }
    /* Don't print links for images, javascript or internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* Repeat header row at top of each printed page */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.page-error {
    color: #d70007;
    margin-top: 1.65em;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2em;
}
    .page-error >.page-title {
        padding-top:.3em;
    }
    .page-error > .page-detail {
        font-size: .75em;
        font-weight: normal;
        padding-top: .3em;
    }

.page-info {
    color: #565656!important;
}
.fa-refresh:before {
    content: "\f021";
}
.hidden {
    display: none;
}
#ribbon_checkalert button{
    background:none;border:none;float:right;margin:0px;
}
#ribbon_checkalert button > span {
    color: var(--anchor-strong-color);
}
#mywrap_control_header, #layout-main .validation-summary-errors {
    margin-right: 2em;
}
.ui-menu-item-wrapper {
    position: relative;
    padding: 1px .5em 1px 0.6em;
    display: block;
}

a.ui-menu-item-wrapper.ui-state-focus {
    background: #0075ff;
    color: white;
}

ul.ui-autocomplete > li.ui-menu-item {
    padding-left: 0px;
    padding-right: 0px
}