﻿@charset "UTF-8";
/*
 * Skin settings
 * =============
 */
/**
 * Admin LTE
 * =========
 */
/**
 * Sidebar variables
 * =================
 */
/*
 * Import main files
 * =================
 */
/*! 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 {
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * 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.
 */
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

    /**
 * 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.
 */
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        /* 2 */
        cursor: pointer;
        /* 3 */
    }

/**
 * Re-set default cursor for disabled elements.
 */
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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"] {
        -webkit-box-sizing: border-box;
        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 */
        -webkit-box-sizing: content-box;
        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;
}

    table.auto-width {
        width: inherit;
    }

    table.half-width, .half-width {
        width: 50%;
    }

td,
th {
    padding: 0;
}

meta.foundation-version {
    font-family: "/5.5.3/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 45em)/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:45.063em)/";
    width: 45.063em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:45.063em) and (max-width:64em)/";
    width: 45.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.062em)/";
    width: 90.062em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.062em) and (max-width:120em)/";
    width: 90.062em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.062em)/";
    width: 120.062em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html, body {
    height: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 16px;
}

body {
    /*background: #ecf0f5;*/
    color: #333333;
    cursor: auto;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
}

a:hover {
    cursor: pointer;
}

img {
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

/*.left {
  float: left !important; }*/

/*.right {
  float: right !important; }*/

.clearfix:before, .sidebar-quicktool:before, .clearfix:after, .sidebar-quicktool:after {
    content: " ";
    display: table;
}

.clearfix:after, .sidebar-quicktool:after {
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

/*select {
  width: 100%; }*/

.breadcrumbs {
    border-style: none;
    border-width: 0;
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    padding: 0.4rem 10px 0.25rem 0px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 7px;
}

.breadcrumbs .history-text {
    font-weight: bold;
}

    .breadcrumbs > * {
        color: #444444;
        float: left;
        font-size: 0.688rem;
        line-height: 0.688rem;
        margin: 0;
        text-transform: uppercase;
    }

        .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
            text-decoration: underline;
        }

        .breadcrumbs > * a {
            color: #444444;
        }

        .breadcrumbs > *.current {
            color: #333333;
            cursor: default;
        }

            .breadcrumbs > *.current a {
                color: #333333;
                cursor: default;
            }

            .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
                text-decoration: none;
            }

        .breadcrumbs > *.unavailable {
            color: #999999;
        }

            .breadcrumbs > *.unavailable a {
                color: #999999;
            }

                .breadcrumbs > *.unavailable:hover,
                .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
                .breadcrumbs > *.unavailable a:focus {
                    color: #999999;
                    cursor: not-allowed;
                    text-decoration: none;
                }

        .breadcrumbs > *:before {
            color: #AAAAAA;
            content: "/";
            margin: 0 0.25rem;
            position: relative;
            top: 1px;
        }

        .breadcrumbs > *:first-child:before {
            content: " ";
            margin: 0;
        }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
    content: "/";
}

/* taskid#22975 - upraven vzhled */
/* button - tlačítka */
.button, .AspNet-DetailsView-Data input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 1rem 0.562rem 1rem;
    font-size: 0.875rem;
    border-color: #dbdbdb;
    color: #000;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    /* sjednocení vzhledu s bootstrapem */
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
}

    /* button - tlačítka po najetí myši */
    .button:hover, .button:focus, .AspNet-DetailsView-Data input[type=submit]:hover {
        background:none; /* musí tu být, tím se odstraní background-image a může se použít color -> jinak je image NAD color*/
        background-color: #e0e0e0;
    }

/* taskid#22975 - úprava tlačítek v tabulce */
table.gridview input[type=button]:not(.force-bootstrap-style), table.gridview input[type=submit]:not(.force-bootstrap-style), table.gridview button:not(.force-bootstrap-style) {
    border:none;
    background:none;
    color:#076391;
    text-shadow:none;
    box-shadow:none;
}

/* skryje ikonku u tlačítek v gridě */
table.gridview button:not(.force-bootstrap-style) > i {
    display:none;
}

    /* nezobrazuje pozadí tlačítka při najetí myši */
    table.gridview input[type=button]:not(.force-bootstrap-style):hover, table.gridview input[type=submit]:not(.force-bootstrap-style):hover, table.gridview button:not(.force-bootstrap-style):hover {
        color:#f39128;
        background:none;
    }

.button.secondary {
    background-color: #24292b;
    border-color: #1d2122;
    color: #FFFFFF;
}

    .button.secondary:hover, .button.secondary:focus {
        background-color: #1d2122;
    }

    .button.secondary:hover, .button.secondary:focus {
        color: #FFFFFF;
    }

.button.success {
    background-color: #5cb85c;
    border-color: #439a43;
    color: #FFFFFF;
}

    .button.success:hover, .button.success:focus {
        background-color: #439a43;
    }

    .button.success:hover, .button.success:focus {
        color: #FFFFFF;
    }

.button.alert {
    background-color: #e01b1b;
    border-color: #b31616;
    color: #FFFFFF;
}

    .button.alert:hover, .button.alert:focus {
        background-color: #b31616;
    }

    .button.alert:hover, .button.alert:focus {
        color: #FFFFFF;
    }

.button.warning {
    background-color: #f0ad4e;
    border-color: #eb9214;
    color: #FFFFFF;
}

    .button.warning:hover, .button.warning:focus {
        background-color: #eb9214;
    }

    .button.warning:hover, .button.warning:focus {
        color: #FFFFFF;
    }

.button.info {
    background-color: #5bc0de;
    border-color: #2aaad0;
    color: #FFFFFF;
}

    .button.info:hover, .button.info:focus {
        background-color: #2aaad0;
    }

    .button.info:hover, .button.info:focus {
        color: #FFFFFF;
    }

.button.large {
    padding: 0.625rem 1.25rem 0.688rem 1.25rem;
    font-size: 1.125rem;
}

.button.small {
    padding: 0.5rem 1rem 0.562rem 1rem;
    font-size: 0.875rem;
}

.button.tiny {
    padding: 0.2rem 0.4rem 0.263rem 0.4rem;
    font-size: 0.75rem;
}

.button.expand {
    padding: 0.5rem 1rem 0.562rem 1rem;
    font-size: 0.875rem;
    padding-bottom: 0.562rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
}

.button.left-align {
    text-align: left;
    text-indent: 0.75rem;
}

.button.right-align {
    text-align: right;
    padding-right: 0.75rem;
}

.button.radius {
    border-radius: 3px;
}

.button.round {
    border-radius: 1000px;
}

.button.disabled, .button[disabled] {
    background-color: #ec9137;
    border-color: #C3C3C3;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}

    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
        background-color: #d57414;
    }

    button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
        color: #FFFFFF;
    }

    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
        background-color: #ec9137;
    }

    .button.disabled.secondary, .button[disabled].secondary {
        background-color: #24292b;
        border-color: #1d2122;
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: default;
        opacity: 0.7;
    }

        .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
            background-color: #1d2122;
        }

        .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
            color: #FFFFFF;
        }

        .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
            background-color: #24292b;
        }

    .button.disabled.success, .button[disabled].success {
        background-color: #5cb85c;
        border-color: #439a43;
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: default;
        opacity: 0.7;
    }

        .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
            background-color: #439a43;
        }

        .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
            color: #FFFFFF;
        }

        .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
            background-color: #5cb85c;
        }

    .button.disabled.alert, .button[disabled].alert {
        background-color: #e01b1b;
        border-color: #b31616;
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: default;
        opacity: 0.7;
    }

        .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
            background-color: #b31616;
        }

        .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
            color: #FFFFFF;
        }

        .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
            background-color: #e01b1b;
        }

    .button.disabled.warning, .button[disabled].warning {
        background-color: #f0ad4e;
        border-color: #eb9214;
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: default;
        opacity: 0.7;
    }

        .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
            background-color: #eb9214;
        }

        .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
            color: #FFFFFF;
        }

        .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
            background-color: #f0ad4e;
        }

    .button.disabled.info, .button[disabled].info {
        background-color: #5bc0de;
        border-color: #2aaad0;
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: default;
        opacity: 0.7;
    }

        .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
            background-color: #2aaad0;
        }

        .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
            color: #FFFFFF;
        }

        .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
            background-color: #5bc0de;
        }

@media only screen and (min-width: 45.063em) {
    .button {
        display: inline-block;
    }
}

.button-group {
    list-style: none;
    margin: 0;
    left: 0;
}

    .button-group:before, .button-group:after {
        content: " ";
        display: table;
    }

    .button-group:after {
        clear: both;
    }

    .button-group.even-2 li {
        display: inline-block;
        margin: 0 -2px;
        width: 50%;
    }

        .button-group.even-2 li > button, .button-group.even-2 li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
            border-left: 0;
        }

        .button-group.even-2 li button, .button-group.even-2 li .button {
            width: 100%;
        }

    .button-group.even-3 li {
        display: inline-block;
        margin: 0 -2px;
        width: 33.333%;
    }

        .button-group.even-3 li > button, .button-group.even-3 li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
            border-left: 0;
        }

        .button-group.even-3 li button, .button-group.even-3 li .button {
            width: 100%;
        }

    .button-group.even-4 li {
        display: inline-block;
        margin: 0 -2px;
        width: 25%;
    }

        .button-group.even-4 li > button, .button-group.even-4 li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
            border-left: 0;
        }

        .button-group.even-4 li button, .button-group.even-4 li .button {
            width: 100%;
        }

    .button-group.even-5 li {
        display: inline-block;
        margin: 0 -2px;
        width: 20%;
    }

        .button-group.even-5 li > button, .button-group.even-5 li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
            border-left: 0;
        }

        .button-group.even-5 li button, .button-group.even-5 li .button {
            width: 100%;
        }

    .button-group.even-6 li {
        display: inline-block;
        margin: 0 -2px;
        width: 16.667%;
    }

        .button-group.even-6 li > button, .button-group.even-6 li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
            border-left: 0;
        }

        .button-group.even-6 li button, .button-group.even-6 li .button {
            width: 100%;
        }

    .button-group.even-7 li {
        display: inline-block;
        margin: 0 -2px;
        width: 14.286%;
    }

        .button-group.even-7 li > button, .button-group.even-7 li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
            border-left: 0;
        }

        .button-group.even-7 li button, .button-group.even-7 li .button {
            width: 100%;
        }

    .button-group.even-8 li {
        display: inline-block;
        margin: 0 -2px;
        width: 12.5%;
    }

        .button-group.even-8 li > button, .button-group.even-8 li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
            border-left: 0;
        }

        .button-group.even-8 li button, .button-group.even-8 li .button {
            width: 100%;
        }

    .button-group > li {
        display: inline-block;
        margin: 0 -2px;
    }

        .button-group > li > button, .button-group > li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group > li:first-child button, .button-group > li:first-child .button {
            border-left: 0;
        }

    .button-group.stack > li {
        display: block;
        margin: 0;
        float: none;
    }

        .button-group.stack > li > button, .button-group.stack > li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
            border-left: 0;
        }

        .button-group.stack > li > button, .button-group.stack > li .button {
            border-color: rgba(255, 255, 255, 0.5);
            border-left-width: 0;
            border-top: 1px solid;
            display: block;
            margin: 0;
        }

        .button-group.stack > li > button {
            width: 100%;
        }

        .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
            border-top: 0;
        }

    .button-group.stack-for-small > li {
        display: inline-block;
        margin: 0 -2px;
    }

        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
            border-left: 0;
        }

@media only screen and (max-width: 45em) {
    .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%;
    }

        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
            border-left: 0;
        }

        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
            border-color: rgba(255, 255, 255, 0.5);
            border-left-width: 0;
            border-top: 1px solid;
            display: block;
            margin: 0;
        }

        .button-group.stack-for-small > li > button {
            width: 100%;
        }

        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
            border-top: 0;
        }
}

.button-group.radius > * {
    display: inline-block;
    margin: 0 -2px;
}

    .button-group.radius > * > button, .button-group.radius > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
        border-left: 0;
    }

    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
        border-radius: 0;
    }

        .button-group.radius > *:first-child,
        .button-group.radius > *:first-child > a,
        .button-group.radius > *:first-child > button,
        .button-group.radius > *:first-child > .button {
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .button-group.radius > *:last-child,
        .button-group.radius > *:last-child > a,
        .button-group.radius > *:last-child > button,
        .button-group.radius > *:last-child > .button {
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

.button-group.radius.stack > * {
    display: block;
    margin: 0;
}

    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
        border-left: 0;
    }

    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }

    .button-group.radius.stack > * > button {
        width: 100%;
    }

    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
        border-top: 0;
    }

    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
        border-radius: 0;
    }

        .button-group.radius.stack > *:first-child,
        .button-group.radius.stack > *:first-child > a,
        .button-group.radius.stack > *:first-child > button,
        .button-group.radius.stack > *:first-child > .button {
            -webkit-top-left-radius: 3px;
            -webkit-top-right-radius: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .button-group.radius.stack > *:last-child,
        .button-group.radius.stack > *:last-child > a,
        .button-group.radius.stack > *:last-child > button,
        .button-group.radius.stack > *:last-child > .button {
            -webkit-bottom-left-radius: 3px;
            -webkit-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

@media only screen and (min-width: 45.063em) {
    .button-group.radius.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
    }

        .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
            border-left: 0;
        }

        .button-group.radius.stack-for-small > *,
        .button-group.radius.stack-for-small > * > a,
        .button-group.radius.stack-for-small > * > button,
        .button-group.radius.stack-for-small > * > .button {
            border-radius: 0;
        }

            .button-group.radius.stack-for-small > *:first-child,
            .button-group.radius.stack-for-small > *:first-child > a,
            .button-group.radius.stack-for-small > *:first-child > button,
            .button-group.radius.stack-for-small > *:first-child > .button {
                -webkit-border-bottom-left-radius: 3px;
                -webkit-border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                border-top-left-radius: 3px;
            }

            .button-group.radius.stack-for-small > *:last-child,
            .button-group.radius.stack-for-small > *:last-child > a,
            .button-group.radius.stack-for-small > *:last-child > button,
            .button-group.radius.stack-for-small > *:last-child > .button {
                -webkit-border-bottom-right-radius: 3px;
                -webkit-border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
                border-top-right-radius: 3px;
            }
}

@media only screen and (max-width: 45em) {
    .button-group.radius.stack-for-small > * {
        display: block;
        margin: 0;
    }

        .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
            border-left: 0;
        }

        .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
            border-color: rgba(255, 255, 255, 0.5);
            border-left-width: 0;
            border-top: 1px solid;
            display: block;
            margin: 0;
        }

        .button-group.radius.stack-for-small > * > button {
            width: 100%;
        }

        .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
            border-top: 0;
        }

        .button-group.radius.stack-for-small > *,
        .button-group.radius.stack-for-small > * > a,
        .button-group.radius.stack-for-small > * > button,
        .button-group.radius.stack-for-small > * > .button {
            border-radius: 0;
        }

            .button-group.radius.stack-for-small > *:first-child,
            .button-group.radius.stack-for-small > *:first-child > a,
            .button-group.radius.stack-for-small > *:first-child > button,
            .button-group.radius.stack-for-small > *:first-child > .button {
                -webkit-top-left-radius: 3px;
                -webkit-top-right-radius: 3px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }

            .button-group.radius.stack-for-small > *:last-child,
            .button-group.radius.stack-for-small > *:last-child > a,
            .button-group.radius.stack-for-small > *:last-child > button,
            .button-group.radius.stack-for-small > *:last-child > .button {
                -webkit-bottom-left-radius: 3px;
                -webkit-bottom-right-radius: 3px;
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px;
            }
}

.button-group.round > * {
    display: inline-block;
    margin: 0 -2px;
}

    .button-group.round > * > button, .button-group.round > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
        border-left: 0;
    }

    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
        border-radius: 0;
    }

        .button-group.round > *:first-child,
        .button-group.round > *:first-child > a,
        .button-group.round > *:first-child > button,
        .button-group.round > *:first-child > .button {
            -webkit-border-bottom-left-radius: 1000px;
            -webkit-border-top-left-radius: 1000px;
            border-bottom-left-radius: 1000px;
            border-top-left-radius: 1000px;
        }

        .button-group.round > *:last-child,
        .button-group.round > *:last-child > a,
        .button-group.round > *:last-child > button,
        .button-group.round > *:last-child > .button {
            -webkit-border-bottom-right-radius: 1000px;
            -webkit-border-top-right-radius: 1000px;
            border-bottom-right-radius: 1000px;
            border-top-right-radius: 1000px;
        }

.button-group.round.stack > * {
    display: block;
    margin: 0;
}

    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
        border-left: 0;
    }

    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }

    .button-group.round.stack > * > button {
        width: 100%;
    }

    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
        border-top: 0;
    }

    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
        border-radius: 0;
    }

        .button-group.round.stack > *:first-child,
        .button-group.round.stack > *:first-child > a,
        .button-group.round.stack > *:first-child > button,
        .button-group.round.stack > *:first-child > .button {
            -webkit-top-left-radius: 0.5rem;
            -webkit-top-right-radius: 0.5rem;
            border-top-left-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
        }

        .button-group.round.stack > *:last-child,
        .button-group.round.stack > *:last-child > a,
        .button-group.round.stack > *:last-child > button,
        .button-group.round.stack > *:last-child > .button {
            -webkit-bottom-left-radius: 0.5rem;
            -webkit-bottom-right-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
        }

@media only screen and (min-width: 45.063em) {
    .button-group.round.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
    }

        .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
            border-left: 0;
        }

        .button-group.round.stack-for-small > *,
        .button-group.round.stack-for-small > * > a,
        .button-group.round.stack-for-small > * > button,
        .button-group.round.stack-for-small > * > .button {
            border-radius: 0;
        }

            .button-group.round.stack-for-small > *:first-child,
            .button-group.round.stack-for-small > *:first-child > a,
            .button-group.round.stack-for-small > *:first-child > button,
            .button-group.round.stack-for-small > *:first-child > .button {
                -webkit-border-bottom-left-radius: 1000px;
                -webkit-border-top-left-radius: 1000px;
                border-bottom-left-radius: 1000px;
                border-top-left-radius: 1000px;
            }

            .button-group.round.stack-for-small > *:last-child,
            .button-group.round.stack-for-small > *:last-child > a,
            .button-group.round.stack-for-small > *:last-child > button,
            .button-group.round.stack-for-small > *:last-child > .button {
                -webkit-border-bottom-right-radius: 1000px;
                -webkit-border-top-right-radius: 1000px;
                border-bottom-right-radius: 1000px;
                border-top-right-radius: 1000px;
            }
}

@media only screen and (max-width: 45em) {
    .button-group.round.stack-for-small > * {
        display: block;
        margin: 0;
    }

        .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
            border-left: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
            border-left: 0;
        }

        .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
            border-color: rgba(255, 255, 255, 0.5);
            border-left-width: 0;
            border-top: 1px solid;
            display: block;
            margin: 0;
        }

        .button-group.round.stack-for-small > * > button {
            width: 100%;
        }

        .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
            border-top: 0;
        }

        .button-group.round.stack-for-small > *,
        .button-group.round.stack-for-small > * > a,
        .button-group.round.stack-for-small > * > button,
        .button-group.round.stack-for-small > * > .button {
            border-radius: 0;
        }

            .button-group.round.stack-for-small > *:first-child,
            .button-group.round.stack-for-small > *:first-child > a,
            .button-group.round.stack-for-small > *:first-child > button,
            .button-group.round.stack-for-small > *:first-child > .button {
                -webkit-top-left-radius: 0.5rem;
                -webkit-top-right-radius: 0.5rem;
                border-top-left-radius: 0.5rem;
                border-top-right-radius: 0.5rem;
            }

            .button-group.round.stack-for-small > *:last-child,
            .button-group.round.stack-for-small > *:last-child > a,
            .button-group.round.stack-for-small > *:last-child > button,
            .button-group.round.stack-for-small > *:last-child > .button {
                -webkit-bottom-left-radius: 0.5rem;
                -webkit-bottom-right-radius: 0.5rem;
                border-bottom-left-radius: 0.5rem;
                border-bottom-right-radius: 0.5rem;
            }
}

.button-bar:before, .button-bar:after {
    content: " ";
    display: table;
}

.button-bar:after {
    clear: both;
}

.button-bar .button-group {
    float: left;
    margin-right: 0.625rem;
}

    .button-bar .button-group div {
        overflow: hidden;
    }

/* Foundation Dropdowns */
.f-dropdown {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 2px;
    max-width: 280px;
}

    .f-dropdown.open {
        display: block;
    }

    .f-dropdown > *:first-child {
        margin-top: 0;
    }

    .f-dropdown > *:last-child {
        margin-bottom: 0;
    }

    .f-dropdown:before {
        border: inset 6px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #FFFFFF transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -12px;
        left: 10px;
        z-index: 89;
    }

    .f-dropdown:after {
        border: inset 7px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #cccccc transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -14px;
        left: 9px;
        z-index: 88;
    }

    .f-dropdown.right:before {
        left: auto;
        right: 10px;
    }

    .f-dropdown.right:after {
        left: auto;
        right: 9px;
    }

    .f-dropdown.drop-right {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-top: 0;
        margin-left: 2px;
        max-width: 280px;
    }

        .f-dropdown.drop-right.open {
            display: block;
        }

        .f-dropdown.drop-right > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-right > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-right:before {
            border: inset 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent #FFFFFF transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 10px;
            left: -12px;
            z-index: 89;
        }

        .f-dropdown.drop-right:after {
            border: inset 7px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent #cccccc transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 9px;
            left: -14px;
            z-index: 88;
        }

    .f-dropdown.drop-left {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-top: 0;
        margin-left: -2px;
        max-width: 280px;
    }

        .f-dropdown.drop-left.open {
            display: block;
        }

        .f-dropdown.drop-left > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-left > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-left:before {
            border: inset 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent #FFFFFF;
            border-left-style: solid;
            position: absolute;
            top: 10px;
            right: -12px;
            left: auto;
            z-index: 89;
        }

        .f-dropdown.drop-left:after {
            border: inset 7px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent #cccccc;
            border-left-style: solid;
            position: absolute;
            top: 9px;
            right: -14px;
            left: auto;
            z-index: 88;
        }

    .f-dropdown.drop-top {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-left: 0;
        margin-top: -2px;
        max-width: 280px;
    }

        .f-dropdown.drop-top.open {
            display: block;
        }

        .f-dropdown.drop-top > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-top > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-top:before {
            border: inset 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: #FFFFFF transparent transparent transparent;
            border-top-style: solid;
            bottom: -12px;
            position: absolute;
            top: auto;
            left: 10px;
            right: auto;
            z-index: 89;
        }

        .f-dropdown.drop-top:after {
            border: inset 7px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: #cccccc transparent transparent transparent;
            border-top-style: solid;
            bottom: -14px;
            position: absolute;
            top: auto;
            left: 9px;
            right: auto;
            z-index: 88;
        }

    .f-dropdown li {
        cursor: pointer;
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin: 0;
    }

        .f-dropdown li:hover, .f-dropdown li:focus {
            background: #EEEEEE;
        }

        .f-dropdown li a {
            display: block;
            padding: 0.5rem;
            color: #555555;
        }

    .f-dropdown.content {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        height: auto;
        max-height: none;
        padding: 1.25rem;
        width: 100%;
        z-index: 89;
        max-width: 280px;
    }

        .f-dropdown.content.open {
            display: block;
        }

        .f-dropdown.content > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.content > *:last-child {
            margin-bottom: 0;
        }

    .f-dropdown.radius {
        border-radius: 7px;
    }

    .f-dropdown.tiny {
        max-width: 200px;
    }

    .f-dropdown.small {
        max-width: 300px;
    }

    .f-dropdown.medium {
        max-width: 500px;
    }

    .f-dropdown.large {
        max-width: 800px;
    }

    .f-dropdown.mega {
        width: 100% !important;
        max-width: 100% !important;
    }

        .f-dropdown.mega.open {
            left: 0 !important;
        }

/* Standard Forms */
form {
    margin: 0 0 0.75rem;
}

    /* Using forms within rows, we need to set some defaults */
    form .row .row {
        margin: 0 -0.375rem;
    }

        form .row .row .column,
        form .row .row .columns {
            padding: 0 0.375rem;
        }

        form .row .row.collapse {
            margin: 0;
        }

            form .row .row.collapse .column,
            form .row .row.collapse .columns {
                padding: 0;
            }

            form .row .row.collapse input {
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

    form .row input.column,
    form .row input.columns,
    form .row textarea.column,
    form .row textarea.columns {
        padding-left: 0.375rem;
    }

/* Label Styles */
label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    /* Styles for required inputs */
}

    label.right {
        float: none !important;
        text-align: right;
    }

    label.inline {
        margin: 0 0 0.75rem 0;
        padding: 0.438rem 0;
    }

    label small {
        text-transform: capitalize;
        color: #676767;
    }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.062rem;
    line-height: 2.062rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

    /* Adjust padding, alignment and radius if pre/post element is a button */
    .postfix.button {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
    }

    .prefix.button {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
    }

        .prefix.button.radius {
            border-radius: 0;
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

    .postfix.button.radius {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .prefix.button.round {
        border-radius: 0;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .postfix.button.round {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc;
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333333;
    border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
div.insertBox input:not([type]), div.insertBox input[type="date"], div.insertBox input[type="datetime"], div.insertBox input[type="datetime-local"], div.insertBox input[type="month"], div.insertBox input[type="week"], div.insertBox input[type="email"], div.insertBox input[type="search"], div.insertBox input[type="tel"], div.insertBox input[type="time"], div.insertBox input[type="url"], div.insertBox input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 2.062rem;
    margin: 0 0 0.75rem 0;
    padding: 0.375rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

div.Filters input:not([type]), div.Filters input[type="password"], div.Filters input[type="date"], div.Filters input[type="datetime"], div.Filters input[type="datetime-local"], div.Filters input[type="month"], div.Filters input[type="week"], div.Filters input[type="email"], div.Filters  input[type="search"], div.Filters input[type="tel"], div.Filters input[type="time"], div.Filters input[type="url"], div.Filters input[type="color"], div.Filters textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: inherit;
    font-family: inherit;
    font-size: 1rem;
    height: 2.062rem;
    margin: 0 0 0.75rem 0;
    padding: 0.375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

/* taskid#22975 - úpravou filtrů se rozbily inputy, je tedy potřeba tyto definovat jinak */

    input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        /*background: #fafafa;*/
        border-color: #999999;
        outline: none;
    }

    input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
        background-color: #EEE;
        cursor: default;
    }

    input:not([type])[disabled], input:not([type])[readonly],
    fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
    fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
    fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
    fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
    fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
    fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
    fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
    fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
    fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
    fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
    fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
    fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
    fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
    fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
    fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
    fieldset[disabled] textarea {
        background-color: #EEE;
        cursor: default;
    }

    input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
        border-radius: 2px;
    }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
    height: auto;
}

/* Not allow resize out of parent */
textarea {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #666666;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

:-ms-input-placeholder {
    color: #666666;
}

/* Add height value for select elements to match text input height */
select {
    /*-webkit-appearance: none !important;*/
    /*-moz-appearance: none !important;*/
    background-color: #FAFAFA;
    border-radius: 0;
    /*background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");*/
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    color: inherit;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    padding: 0.375rem;
    border-radius: 0;
    height: 2.3em;
    /*padding-right:20px;*/
}

    /*select::-ms-expand {
        display: none;
    }*/

    select.radius {
        border-radius: 7px;
    }

    select:focus {
        background-color: #f3f3f3;
        border-color: #999999;
    }

    select:disabled {
        background-color: #EEE;
        cursor: default;
    }

    select[multiple] {
        height: auto;
    }

/* Adjust margin for form elements below */
/*input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 0.25rem 0;
}*/

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        display: inline-block;
        margin-left: 0.375rem;
        margin-right: 0.75rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }

/* Normalize file input width */
input[type="file"] {
    width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
    border: 1px solid #DDDDDD;
    margin: 1.125rem 0;
    padding: 1.25rem;
}

    fieldset legend {
        font-weight: 400;
        margin: 0;
        margin-left: -0.188rem;
        padding: 0 0.188rem;
    }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0.75rem;
    margin-top: -1px;
    padding: 0.375rem 0.562rem 0.562rem;
    background: #e01b1b;
    color: #FFFFFF;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0.75rem;
    margin-top: -1px;
    padding: 0.375rem 0.562rem 0.562rem;
    background: #e01b1b;
    color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0;
}

    .error input[type="checkbox"],
    .error input[type="radio"] {
        margin-bottom: 0.75rem;
    }

.error label,
.error label.error {
    color: #e01b1b;
}

.error small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0.75rem;
    margin-top: -1px;
    padding: 0.375rem 0.562rem 0.562rem;
    background: #e01b1b;
    color: #FFFFFF;
}

.error > label > small {
    background: transparent;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error,
select.error {
    margin-bottom: 0;
}

label.error {
    color: #e01b1b;
}

.row {
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row.collapse > .column,
    .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row .row {
        margin: 0 -0.938rem;
        max-width: none;
        width: auto;
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            margin: 0;
            max-width: none;
            width: auto;
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

.column,
.columns {
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    width: 100%;
    float: left;
}

    .column + .column:last-child,
    .columns + .column:last-child, .column + .columns:last-child,
    .columns + .columns:last-child {
        float: right;
    }

    .column + .column.end,
    .columns + .column.end, .column + .columns.end,
    .columns + .columns.end {
        float: left;
    }

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .small-push-1 {
        position: relative;
        left: 8.333%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 8.333%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 16.667%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 16.667%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 33.333%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 33.333%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 41.667%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 41.667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 58.333%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 58.333%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 66.667%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 66.667%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 83.333%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 83.333%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 91.667%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 91.667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.938rem;
        padding-right: 0.938rem;
        float: left;
    }

    .small-1 {
        width: 8.333%;
    }

    .small-2 {
        width: 16.667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.333%;
    }

    .small-5 {
        width: 41.667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.333%;
    }

    .small-8 {
        width: 66.667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.333%;
    }

    .small-11 {
        width: 91.667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0 !important;
    }

    .small-offset-1 {
        margin-left: 8.333% !important;
    }

    .small-offset-2 {
        margin-left: 16.667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.333% !important;
    }

    .small-offset-5 {
        margin-left: 41.667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.333% !important;
    }

    .small-offset-8 {
        margin-left: 66.667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.333% !important;
    }

    .small-offset-11 {
        margin-left: 91.667% !important;
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }

    .row.small-collapse > .column,
    .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.small-uncollapse > .column,
    .row.small-uncollapse > .columns {
        padding-left: 0.938rem;
        padding-right: 0.938rem;
        float: left;
    }
}

@media only screen and (min-width: 45.063em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 8.333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.938rem;
        padding-right: 0.938rem;
        float: left;
    }

    .medium-1 {
        width: 8.333%;
    }

    .medium-2 {
        width: 16.667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.333%;
    }

    .medium-5 {
        width: 41.667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.333%;
    }

    .medium-8 {
        width: 66.667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.333%;
    }

    .medium-11 {
        width: 91.667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0 !important;
    }

    .medium-offset-1 {
        margin-left: 8.333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.667% !important;
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }

    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.medium-uncollapse > .column,
    .row.medium-uncollapse > .columns {
        padding-left: 0.938rem;
        padding-right: 0.938rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.667%;
        left: auto;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 8.333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.938rem;
        padding-right: 0.938rem;
        float: left;
    }

    .large-1 {
        width: 8.333%;
    }

    .large-2 {
        width: 16.667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.333%;
    }

    .large-5 {
        width: 41.667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.333%;
    }

    .large-8 {
        width: 66.667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.333%;
    }

    .large-11 {
        width: 91.667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0 !important;
    }

    .large-offset-1 {
        margin-left: 8.333% !important;
    }

    .large-offset-2 {
        margin-left: 16.667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.333% !important;
    }

    .large-offset-5 {
        margin-left: 41.667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.333% !important;
    }

    .large-offset-8 {
        margin-left: 66.667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.333% !important;
    }

    .large-offset-11 {
        margin-left: 91.667% !important;
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }

    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.large-uncollapse > .column,
    .row.large-uncollapse > .columns {
        padding-left: 0.938rem;
        padding-right: 0.938rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.667%;
        left: auto;
    }
}

ul.pagination {
    display: block;
    margin-left: -0.312rem;
    min-height: 1.5rem;
}

    ul.pagination li {
        color: #333333;
        font-size: 0.75rem;
        height: 1.5rem;
        margin-left: 0.062rem;
    }

        ul.pagination li a, ul.pagination li button {
            border-radius: 7px;
            -webkit-transition: background-color 300ms ease-out;
            -o-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
            background: none;
            color: #999999;
            display: block;
            font-size: 1em;
            font-weight: normal;
            line-height: inherit;
            padding: 0.312rem 0.625rem;
        }

            ul.pagination li:hover a,
            ul.pagination li a:focus,
            ul.pagination li:hover button,
            ul.pagination li button:focus {
                background: #e6e6e6;
            }

        ul.pagination li.unavailable a, ul.pagination li.unavailable button {
            cursor: default;
            color: #999999;
            pointer-events: none;
        }

            ul.pagination li.unavailable:hover a,
            ul.pagination li.unavailable a:focus,
            ul.pagination li.unavailable:hover button,
            ul.pagination li.unavailable button:focus {
                background: transparent;
            }

        ul.pagination li.current a, ul.pagination li.current button {
            background: #ec9137;
            color: #FFFFFF;
            cursor: default;
            font-weight: 400;
        }

            ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
                background: #ec9137;
            }

    ul.pagination li {
        display: block;
        float: left;
    }

/* Pagination centred wrapper */
.pagination-centered {
    text-align: center;
}

    .pagination-centered ul.pagination li {
        display: inline-block;
        float: none;
    }

/* Progress Bar */
.progress {
    background-color: #F6F6F6;
    border: 0px none white;
    height: 1.562rem;
    margin-bottom: 0.625rem;
    padding: 0;
}

    .progress .meter {
        background: #ec9137;
        display: block;
        height: 100%;
        float: left;
        width: 0%;
    }

        .progress .meter.secondary {
            background: #24292b;
            display: block;
            height: 100%;
            float: left;
            width: 0%;
        }

        .progress .meter.success {
            background: #5cb85c;
            display: block;
            height: 100%;
            float: left;
            width: 0%;
        }

        .progress .meter.alert {
            background: #e01b1b;
            display: block;
            height: 100%;
            float: left;
            width: 0%;
        }

    .progress.secondary .meter {
        background: #24292b;
        display: block;
        height: 100%;
        float: left;
        width: 0%;
    }

    .progress.success .meter {
        background: #5cb85c;
        display: block;
        height: 100%;
        float: left;
        width: 0%;
    }

    .progress.alert .meter {
        background: #e01b1b;
        display: block;
        height: 100%;
        float: left;
        width: 0%;
    }

    .progress.radius {
        border-radius: 7px;
    }

        .progress.radius .meter {
            border-radius: 6px;
        }

    .progress.round {
        border-radius: 1000px;
    }

        .progress.round .meter {
            border-radius: 999px;
        }

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

    .tabs:before, .tabs:after {
        content: " ";
        display: table;
    }

    .tabs:after {
        clear: both;
    }

    .tabs dd,
    .tabs .tab-title {
        float: left;
        list-style: none;
        margin-bottom: 0 !important;
        position: relative;
    }

        .tabs dd > a,
        .tabs .tab-title > a {
            display: block;
            background-color: #EFEFEF;
            color: #222222;
            font-family: 'Open Sans', Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 0.875rem;
            padding: 0.625rem 1.25rem;
        }

            .tabs dd > a:hover,
            .tabs .tab-title > a:hover {
                background-color: #e1e1e1;
            }

        .tabs dd.active > a,
        .tabs .tab-title.active > a {
            background-color: #FFFFFF;
            color: #222222;
        }

    .tabs.radius dd:first-child a,
    .tabs.radius .tab:first-child a {
        -webkit-border-bottom-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border-top-left-radius: 7px;
    }

    .tabs.radius dd:last-child a,
    .tabs.radius .tab:last-child a {
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;
    }

    .tabs.vertical dd,
    .tabs.vertical .tab-title {
        position: inherit;
        float: none;
        display: block;
        top: auto;
    }

.tabs-content {
    margin-bottom: 1.251rem;
    width: 100%;
}

    .tabs-content:before, .tabs-content:after {
        content: " ";
        display: table;
    }

    .tabs-content:after {
        clear: both;
    }

    .tabs-content > .content {
        display: none;
        float: left;
        padding: 0.938rem 0;
        width: 100%;
    }

        .tabs-content > .content.active {
            display: block;
            float: none;
        }

        .tabs-content > .content.contained {
            padding: 0.938rem;
        }

    .tabs-content.vertical {
        display: block;
    }

        .tabs-content.vertical > .content {
            padding: 0 0.938rem;
        }

@media only screen and (min-width: 45.063em) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: 20%;
        width: 20%;
    }

    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%;
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 45em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 45.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 45.063em) {
    .medium-text-left {
        text-align: left !important;
    }

    .medium-text-right {
        text-align: right !important;
    }

    .medium-text-center {
        text-align: center !important;
    }

    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important;
    }

    .large-text-right {
        text-align: right !important;
    }

    .large-text-center {
        text-align: center !important;
    }

    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.062em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.062em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.062em) and (max-width: 6249999.938em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.062em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

/* Default Link Styles */
a {
    color: #ec9137;
    line-height: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #e57d16;
    }

    a img {
        border: none;
    }

/* Default paragraph styles */
p {
    font-family: inherit;
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

    p.lead {
        font-size: 1.219rem;
        line-height: 1.6;
    }

    p aside {
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1.35;
    }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #6f6f6f;
        font-size: 60%;
        line-height: 0;
    }

h1 {
    font-size: 1.625rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.188rem;
}

h4 {
    font-size: 0.812rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.75rem;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 400;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

hr {
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.188rem;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: 400;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    background-color: #f9f2f4;
    border-color: #e9d0d8;
    border-style: none;
    border-width: 0px;
    color: #c7254e;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    padding: 0.125rem 0.25rem;
}

/* Lists */
ul,
ol,
dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 0.5rem;
}

ul {
    margin-left: 2.6rem;
}

    /* Unordered Lists */
    ul li ul,
    ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit;
    }

    ul.square {
        list-style-type: square;
        margin-left: 2.6rem;
    }

    ul.circle {
        list-style-type: circle;
        margin-left: 2.6rem;
    }

    ul.disc {
        list-style-type: disc;
        margin-left: 2.6rem;
    }

/* Ordered Lists */
ol {
    margin-left: 1.4rem;
}

    ol li ul,
    ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

.no-bullet {
    list-style-type: none;
    margin-left: 0;
}

    .no-bullet li ul,
    .no-bullet li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
        list-style: none;
    }

/* Definition Lists */
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 400;
}

dl dd {
    margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #333333;
    cursor: help;
}

abbr {
    text-transform: none;
}

    abbr[title] {
        border-bottom: 1px dotted #DDDDDD;
    }

/* Blockquotes */
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.562rem 1.25rem 0 1.188rem;
    border-left: 1px solid #DDDDDD;
}

    blockquote cite {
        display: block;
        font-size: 0.812rem;
        color: #555555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #555555;
        }

    blockquote,
    blockquote p {
        line-height: 1.6;
        color: #6f6f6f;
    }

/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #DDDDDD;
    padding: 0.625rem 0.75rem;
}

    .vcard li {
        margin: 0;
        display: block;
    }

    .vcard .fn {
        font-weight: 400;
        font-size: 0.938rem;
    }

.vevent .summary {
    font-weight: 400;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: 400;
    border: none;
    padding: 0 0.062rem;
}

@media only screen and (min-width: 45.063em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    h5 {
        font-size: 0.875rem;
    }

    h6 {
        font-size: 0.75rem;
    }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
    * {
        background: transparent !important;
        color: #000000 !important;
        /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        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) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.34in;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* small displays */
@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* medium displays */
@media only screen and (min-width: 45.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* large displays */
@media only screen and (min-width: 64.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* xlarge displays */
@media only screen and (min-width: 90.062em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* xxlarge displays */
@media only screen and (min-width: 120.062em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
    /* Specific visibility for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table !important;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
    /* Specific visibility for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table !important;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}

/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
    display: table !important;
}

.touch table.show-for-touch {
    display: table !important;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

    .show-on-focus:focus, .show-on-focus:active {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

/* Print visibility */
.print-only,
.show-for-print {
    display: none !important;
}

@media print {
    .print-only,
    .show-for-print {
        display: block !important;
    }

    .hide-on-print,
    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }
}

/*!
 *   AdminLTE v2.1.0
 *   Author: Almsaeed Studio
 *   Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *   Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
 * Core: Genral Layout Style
 * -------------------------
 */
html,
body {
    min-height: 100%;
}

.layout-boxed html, .layout-boxed body {
    height: 100%;
}

/* Layout */
.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden !important;
}

    .wrapper:before, .wrapper:after {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: auto;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

@media only screen and (min-width: 45.063em) {
    .layout-boxed .wrapper {
        min-height: 100%;
    }
}

.layout-boxed {
    /*background: url("images/theme/boxed-bg.jpg") repeat fixed; */
}

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper {
    /*padding: 0 0.938rem;*/
    padding-left: 10px;
    padding-right: 10px;
    /*overflow: hidden;*/
    -webkit-transition: margin-left 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: margin-left 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
    transition: margin-left 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
}

.content-wrapper,
.right-side,
.main-footer {
    margin-left: 17.5rem;
    z-index: 820;
}

.layout-top-nav .content-wrapper, .layout-top-nav .right-side, .layout-top-nav .main-footer {
    margin-left: 0;
}

@media only screen and (max-width: 45em) {
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }
}

@media only screen and (min-width: 45.063em) {
    .sidebar-collapse .content-wrapper, .sidebar-collapse .right-side, .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media only screen and (max-width: 45em) {
    .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
        -webkit-transform: translate(17.5rem, 0);
        -ms-transform: translate(17.5rem, 0);
        -o-transform: translate(17.5rem, 0);
        transform: translate(17.5rem, 0);
    }
}

.content-wrapper,
.right-side {
    min-height: calc(100vh - 50px);
    /*background-color: #ecf0f5;*/
    z-index: 800;
}

.main-footer {
    /*background: #fff;*/
    padding: 15px;
    color: #444;
    /*border-top: 1px solid #F4F4F4;*/
    -webkit-transition: margin-left 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: margin-left 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
    transition: margin-left 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 1px;
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

/* Page Header */
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

    .page-header > small {
        color: #666;
        display: block;
        margin-top: 5px;
    }

/*
 * Component: Sidebar Mini
 */
@media only screen and (min-width: 45.063em) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-right-radius: 4px;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.right),
        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            display: block !important;
            position: absolute;
            width: -32.5rem;
            left: 50px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
            top: 0;
            margin-left: -3px;
            padding: 12px 5px 12px 20px;
            background-color: inherit;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            top: 44px;
            margin-left: 0;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
        .sidebar-mini.sidebar-collapse .sidebar-form,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .right,
        .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
            display: none !important;
        }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: block;
            margin-left: -15px;
            margin-right: -15px;
            font-size: 18px;
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none;
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap !important;
    overflow: hidden;
}

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-form,
    .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

    .sidebar-menu li > a {
        position: relative;
    }

        .sidebar-menu li > a > .right {
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -7px;
        }

/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.margin-bottom {
    margin-bottom: 1.251rem;
}

.inline {
    display: inline;
    width: auto;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .description-block.margin-bottom {
        margin-bottom: 25px;
    }

    .description-block > .description-header {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .description-block > .description-text {
        text-transform: uppercase;
    }

[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.hide {
    display: none !important;
}

.no-border {
    border: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flat {
    border-radius: 0;
}

.text-bold, .text-bold.table td, .text-bold.table th {
    font-weight: 700;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.full-opacity-hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

    .full-opacity-hover:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .chart svg,
    .chart canvas {
        width: 100% !important;
    }

/*
 * Misc: print
 * -----------
 */
@media print {
    .no-print, .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important;
    }

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important;
    }

    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive {
        overflow: auto;
    }

        .table-responsive > .table tr th,
        .table-responsive > .table tr td {
            white-space: normal !important;
        }
}

/*
 * Modificators for adminLTE
 * =========================
 */
body .main-header .navbar {
    background-color: #24292b;
}

    body .main-header .navbar .nav > li > a {
        color: #fff;
    }

        body .main-header .navbar .nav > li > a:hover,
        body .main-header .navbar .nav > li > a:active,
        body .main-header .navbar .nav > li > a:focus,
        body .main-header .navbar .nav .open > a,
        body .main-header .navbar .nav .open > a:hover,
        body .main-header .navbar .nav .open > a:focus {
            background: rgba(0, 0, 0, 0.1);
            color: #f6f6f6;
        }

    body .main-header .navbar .sidebar-toggle {
        color: #fff;
    }

        body .main-header .navbar .sidebar-toggle:hover {
            color: #f6f6f6;
            background: rgba(0, 0, 0, 0.1);
        }

    body .main-header .navbar .sidebar-toggle {
        color: #fff;
    }

        body .main-header .navbar .sidebar-toggle:hover {
            background-color: #181c1d;
        }

@media only screen and (max-width: 45em) {
    body .main-header .navbar .f-dropdown li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    body .main-header .navbar .f-dropdown li a {
        color: #fff;
    }

        body .main-header .navbar .f-dropdown li a:hover {
            background: #181c1d;
        }
}

body .main-header .logo {
    background-color: #181c1d;
    color: #fff;
    border-bottom: 0px solid transparent;
}

    body .main-header .logo:hover {
        background-color: #16191a;
    }

body .main-header li.user-header {
    background-color: #24292b;
}

body .content-header {
    background: transparent;
}

/*
 * Import self styles
 * ==================
 */
/* open-sans-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url("../fonts/OpenSans-Regular.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url("../fonts/OpenSans-Bold.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.text-theme {
    color: #24292b;
}

.text-primary {
    color: #ec9137;
}

.text-secondary {
    color: #24292b;
}

.text-alert {
    color: #e01b1b;
}

.text-success {
    color: #5cb85c;
}

.text-warning {
    color: #f0ad4e;
}

.text-info {
    color: #5bc0de;
}

.text-snow {
    color: #F4F4F4;
}

.text-iron {
    color: #C3C3C3;
}

.text-monsoon {
    color: #777777;
}

.text-tuatara {
    color: #444444;
}

.text-oil {
    color: #333333;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #FFFFFF;
}

.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
}

h1, .text-h1 {
    font-size: 1.75rem;
}

h2, .text-h2 {
    font-size: 1.5rem;
}

h3, .text-h3 {
    font-size: 1.25rem;
}

h4, .text-h4 {
    font-size: 1.125rem;
}

h5, .text-h5 {
    font-size: 0.875rem;
}

h6, .text-h6 {
    font-size: 0.75rem;
}

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

strong, .text-bold {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline;
}

.text-non-underline {
    text-decoration: none;
}

/*
 * Component: Sidebar
 * ------------------
 */
/**
 * Sidebar variables
 */
/**
 * Sidebar mixin
 */
/**
 * Sidebar core
 */
.sidebar {
    background-color: #24292b;
    padding-bottom: 10px;
}

.main-sidebar,
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 17.5rem;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media only screen and (max-width: 45em) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-17.5rem, 0);
        -ms-transform: translate(-17.5rem, 0);
        -o-transform: translate(-17.5rem, 0);
        transform: translate(-17.5rem, 0);
    }
}

@media only screen and (min-width: 45.063em) {
    .sidebar-collapse .main-sidebar, .sidebar-collapse .left-side {
        -webkit-transform: translate(-17.5rem, 0);
        -ms-transform: translate(-17.5rem, 0);
        -o-transform: translate(-17.5rem, 0);
        transform: translate(-17.5rem, 0);
    }
}

@media only screen and (max-width: 45em) {
    .sidebar-open .main-sidebar, .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/**
 * Sidebar menu
 */
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu a {
        display: block;
        padding: 12px 5px 12px 15px;
        white-space: pre-line;
    }

        .sidebar-menu a:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            content: "";
            display: block;
            opacity: 0;
            -webkit-transition: opacity .2s ease-in;
            -o-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in;
        }

        .sidebar-menu a:hover:before {
            opacity: 1;
        }

.sidebar-menu-significant > a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

    .sidebar-menu-significant > a span {
        color: #ec9137;
    }

.sidebar-mini.sidebar-collapse .sidebar-menu a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.sidebar-mini.sidebar-collapse .sidebar-menu .fa {
    text-align: center;
}

/**
 * Sidebar header
 */
.sidebar-header {
    color: #FFFFFF;
    font-size: 1.312rem;
    text-align: center;
    height: 48px;
    line-height: 48px;
    display: none;
}

    .sidebar-header a {
        color: #FFFFFF;
    }

@media only screen and (min-width: 45.063em) {
    .sidebar-header {
        display: block;
    }
}

.sidebar-header-mobile {
    background-color: #24292b;
    width: 100%;
    height: 48px;
    display: block;
    position: fixed;
    z-index: 100;
}

@media only screen and (min-width: 45.063em) {
    .sidebar-header-mobile {
        display: none;
    }
}

.layout-boxed .wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 48px;
    z-index: 0;
}

.main-sidebar {
    top: 48px;
}

@media only screen and (min-width: 45.063em) {
    .layout-boxed .wrapper,
    .main-sidebar {
        top: 0;
    }
}

/**
 * Sidebar logo
 */
.sidebar-mini.sidebar-collapse .sidebar-logo {
    display: none;
}

/**
 * Sidebar toggle
 */
.sidebar-toggle {
    font-size: 1.125rem;
    float: right;
    padding: 0 0.938rem;
    margin-left: -0.938rem;
}

.sidebar-mini.sidebar-collapse .sidebar-toggle {
    float: none;
    margin: 0;
}

/**
 * Sidebar userpanel
 */
.sidebar-userpanel {
    color: #FFFFFF;
    font-size: 0.875rem;
    background-color: #ec9137;
    display: block;
    padding: 10px 10px 10px 0.938rem;
    white-space: normal !important;
    position: relative;
    width: 100%;
}

    .sidebar-userpanel:before, .sidebar-userpanel:after {
        content: " ";
        display: table;
    }

    .sidebar-userpanel:after {
        clear: both;
    }

    .sidebar-userpanel:focus, .sidebar-userpanel:active {
        color: #FFFFFF;
    }

    .sidebar-userpanel:hover {
        color: #FFFFFF;
        overflow: visible;
    }

    .sidebar-userpanel .fa {
        position: relative;
        top: 15px;
        width: 20px;
    }

    .sidebar-userpanel > .image {
        float: left;
    }

        .sidebar-userpanel > .image > img {
            width: 100%;
            max-width: 45px;
            height: auto;
            border-radius: 50%;
            border: 2px solid #FFFFFF;
        }

    .sidebar-userpanel > .info {
        float: left;
        padding: 0px 40px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .sidebar-userpanel > .info > p {
            font-weight: 600;
            margin-bottom: 1px;
        }

.sidebar-userpanel-title {
    font-size: 1rem;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

    .sidebar-userpanel-title + span {
        display: block;
        margin-top: 2px;
    }

.sidebar-mini.sidebar-collapse .sidebar-userpanel {
    text-align: center;
    padding: 10px 5px;
}

    .sidebar-mini.sidebar-collapse .sidebar-userpanel .fa {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .sidebar-userpanel > .image {
        float: none;
    }

    .sidebar-mini.sidebar-collapse .sidebar-userpanel > .info {
        display: none;
    }

/**
 * Sidebar treeview
 */
.sidebar-treeview {
    position: relative;
}

    .sidebar-treeview a > .fa {
        font-size: 1.125rem;
        width: 2rem;
    }

    .sidebar-treeview a > .fab {
        font-size: 1.125rem;
        width: 2rem;
    }

    .sidebar-treeview a > .fas {
        font-size: 1.125rem;
        width: 2rem;
    }

    .sidebar-treeview a > .far {
        font-size: 1.125rem;
        width: 2rem;
    }

    .sidebar-treeview a > span {
        padding-right: 2.5rem;
    }

.sidebar-treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sidebar-treeview-menu > li {
        margin: 0;
    }

    .sidebar-treeview-menu.menu-open {
        display: block;
    }

    .sidebar-treeview-menu.always-open {
        display: block !important;
    }

.sidebar-treeview-indent a {
    padding: 0.625rem 0.938rem 0.625rem 3.188rem;
}

    .sidebar-treeview-indent a .fa {
        margin-left: -2.25rem;
    }

.sidebar-treeview-icon {
    display: inline-block;
    font: normal normal normal 14px / 1 "Font Awesome 5 Free" ;
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    font-size: 0.812rem;
    width: 17px;
    float: right;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
}

    .sidebar-treeview-icon:before {
        content: "\f0d7";
    }

.active > a .sidebar-treeview-icon:before {
    content: "\f0d8";
}

.sidebar-mini.sidebar-collapse .menu-open {
    display: none !important;
}

.sidebar-mini.sidebar-collapse .sidebar-treeview:hover > .sidebar-treeview-menu {
    display: block !important;
}

.sidebar-mini.sidebar-collapse .sidebar-treeview-menu {
    top: 48px;
    margin-left: 0;
    display: none;
    background-color: #24292b;
    position: absolute;
    width: -32.5rem;
    left: 50px;
}

.sidebar-mini.sidebar-collapse .sidebar-treeview-icon {
    display: none;
}

/**
 * Sidebar mini
 */
.sidebar-mini-only {
    display: none;
}

.sidebar-mini.sidebar-collapse .sidebar-mini-only {
    display: inline;
}

/**
 * Sidebar toggle
 */
.sidebar-quicktool {
    color: #000000;
    background-color: #ec9137;
    padding: 0.938rem;
}

    .sidebar-quicktool .fa {
        font-size: 1.125rem;
    }

.sidebar-quicktool-link {
    color: #000000;
    padding: 3px 11px;
    /*display: inline-block;*/
    position: relative;
}

    .sidebar-quicktool-link:active, .sidebar-quicktool-link:focus, .sidebar-quicktool-link:hover {
        color: #FFFFFF;
    }

    .sidebar-quicktool-link[data-notification] {
        color: #FFFFFF;
    }

        .sidebar-quicktool-link[data-notification]:after {
            content: attr(data-notification);
            font-size: 0.625rem;
            line-height: 15px;
            position: absolute;
            background-color: #e01b1b;
            right: 3px;
            bottom: -1px;
            width: 15px;
            height: 15px;
            text-align: center;
            border-radius: 50%;
        }

        .sidebar-quicktool-link[data-notification]:active, .sidebar-quicktool-link[data-notification]:focus, .sidebar-quicktool-link[data-notification]:hover {
            color: #FFFFFF;
        }

.sidebar-mini.sidebar-collapse .sidebar-quicktool {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-mini.sidebar-collapse .sidebar-quicktool-simi {
    display: none;
}

/**
 * Sidebar search
 */
.sidebar-search {
    position: relative;
    float: right;
}

.sidebar-search-toggle {
    color: #000000;
    border-left: 1px solid #333;
    margin: 0;
    padding: 3px 0 3px 10px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

    .sidebar-search-toggle:active, .sidebar-search-toggle:focus, .sidebar-search-toggle:hover {
        color: #FFFFFF;
    }

.sidebar-search-form {
    display: inline-block;
    position: absolute;
    top: -4px;
    right: 100%;
    width: 0;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    z-index: 1;
}

.sidebar-search.is-active .sidebar-search-form {
    width: 17.5rem;
}

.sidebar-search-input {
    color: #000;
    font-size: 0.875rem;
    background-color: #d3781e;
    width: 9.5rem;
    border: none;
    border-radius: 3px;
    padding: 2px 5px;
    vertical-align: middle;
    outline: none;
    text-align: center;
}

    .sidebar-search-input::-webkit-input-placeholder {
        color: #FFFFFF;
        opacity: 1;
    }

    .sidebar-search-input::-moz-placeholder {
        color: #FFFFFF;
        opacity: 1;
    }

    .sidebar-search-input:-ms-input-placeholder {
        color: #FFFFFF;
        opacity: 1;
    }

    .sidebar-search-input:placeholder {
        color: #FFFFFF;
        opacity: 1;
    }

#LinkButtonSearchClose {
    color: #000000;
    padding: 3px 0px;
    /*text-align: center;
    border: none;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    padding: 0px;*/
}
.sidebar-search-elements {
    margin: 3px 0px;
}

    #LinkButtonSearchClose:active, #LinkButtonSearchClose:hover {
        color: #FFFFFF;
        background: none;
    }

.sidebar-mini.sidebar-collapse .sidebar-search {
    float: none;
}

.sidebar-mini.sidebar-collapse .sidebar-search-toggle {
    text-align: center;
    width: 100%;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
}

.sidebar-mini.sidebar-collapse .sidebar-search-form {
    text-align: left;
    top: -4px;
    right: auto;
    left: 100%;
}

/**
 * Sidebar color
 */
.sidebar-menu a {
    color: #FFFFFF;
    background-color: #ec9137;
    -webkit-transition: all .2s, background-color .2s;
    -o-transition: all .2s, background-color .2s;
    transition: all .2s, background-color .2s;
}

.sidebar-menu ul a, .sidebar-treeview-userroles li {
    background-color: #8d5d1b;
}

    .sidebar-menu ul a:hover:before {
        background-color: #24292b;
    }


    /*.sidebar-treeview-userroles li:hover {
        background-color: #24292b;
    }*/

.sidebar-menu .is-selected > a {
    color: #FFFFFF;
}

.sidebar-menu .active > a {
    background-color: #784f17;
}

.sidebar-menu-secondary a {
    color: #FFFFFF;
    background-color: #24292b;
}

    .sidebar-menu-secondary a:hover {
        background-color: #1c1e20;
    }

        .sidebar-menu-secondary a:hover:before {
            background-color: #e79200;
        }

.sidebar-menu-secondary ul a {
    background-color: #1c1e20;
}

    .sidebar-menu-secondary ul a:hover {
        background-color: #1c1e20;
    }

        .sidebar-menu-secondary ul a:hover:before {
            background-color: #e79200;
        }

.sidebar-menu-secondary .is-selected > a {
    color: #ec9137;
}

.sidebar-menu-secondary .active > a {
    color: #ec9137;
    background-color: #1c1e20;
}

.bg-theme {
    color: #FFFFFF;
    background-color: #24292b !important;
}

.bg-primary {
    color: #FFFFFF;
    background-color: #ec9137 !important;
}

.bg-secondary {
    color: #FFFFFF;
    background-color: #24292b !important;
}

.bg-alert {
    color: #FFFFFF;
    background-color: #e01b1b !important;
}

.bg-success {
    color: #FFFFFF;
    background-color: #5cb85c !important;
}

.bg-warning {
    color: #FFFFFF;
    background-color: #f0ad4e !important;
}

.bg-info {
    color: #FFFFFF;
    background-color: #5bc0de !important;
}

.bg-teal {
    color: #FFFFFF;
    background-color: #39cccc !important;
}

.bg-snow {
    color: #FFFFFF;
    background-color: #F4F4F4 !important;
}

.bg-iron {
    color: #FFFFFF;
    background-color: #C3C3C3 !important;
}

.bg-monsoon {
    color: #FFFFFF;
    background-color: #777777 !important;
}

.bg-tuatara {
    color: #FFFFFF;
    background-color: #444444 !important;
}

.bg-oil {
    color: #FFFFFF;
    background-color: #333333 !important;
}

.bg-black {
    color: #FFFFFF;
    background-color: #000000 !important;
}

.bg-white {
    color: #FFFFFF;
    background-color: #FFFFFF !important;
}

.bg-primary-gradient {
    color: #FFFFFF;
    background: #f3bb83;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3bb83), to(#ec9137));
    background: -webkit-linear-gradient(#f3bb83, #ec9137);
    background: -o-linear-gradient(#f3bb83, #ec9137);
    background: linear-gradient(#f3bb83, #ec9137);
    filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#f3bb83', endColorstr='#ec9137', GradientType=0)";
}

.bg-secondary-gradient {
    color: #FFFFFF;
    background: #3c4447;
    background: -webkit-gradient(linear, left top, left bottom, from(#3c4447), to(#24292b));
    background: -webkit-linear-gradient(#3c4447, #24292b);
    background: -o-linear-gradient(#3c4447, #24292b);
    background: linear-gradient(#3c4447, #24292b);
    filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#3c4447', endColorstr='#24292b', GradientType=0)";
}

.bg-alert-gradient {
    color: #FFFFFF;
    background: #e62f2f;
    background: -webkit-gradient(linear, left top, left bottom, from(#e62f2f), to(#e01b1b));
    background: -webkit-linear-gradient(#e62f2f, #e01b1b);
    background: -o-linear-gradient(#e62f2f, #e01b1b);
    background: linear-gradient(#e62f2f, #e01b1b);
    filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#e62f2f', endColorstr='#e01b1b', GradientType=0)";
}

.bg-success-gradient {
    color: #FFFFFF;
    background: #7bc57b;
    background: -webkit-gradient(linear, left top, left bottom, from(#7bc57b), to(#5cb85c));
    background: -webkit-linear-gradient(#7bc57b, #5cb85c);
    background: -o-linear-gradient(#7bc57b, #5cb85c);
    background: linear-gradient(#7bc57b, #5cb85c);
    filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#7bc57b', endColorstr='#5cb85c', GradientType=0)";
}

.bg-warning-gradient {
    color: #FFFFFF;
    background: #f2ba6a;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2ba6a), to(#f0ad4e));
    background: -webkit-linear-gradient(#f2ba6a, #f0ad4e);
    background: -o-linear-gradient(#f2ba6a, #f0ad4e);
    background: linear-gradient(#f2ba6a, #f0ad4e);
    filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#f2ba6a', endColorstr='#f0ad4e', GradientType=0)";
}

.bg-info-gradient {
    color: #FFFFFF;
    background: #66c4e0;
    background: -webkit-gradient(linear, left top, left bottom, from(#66c4e0), to(#5bc0de));
    background: -webkit-linear-gradient(#66c4e0, #5bc0de);
    background: -o-linear-gradient(#66c4e0, #5bc0de);
    background: linear-gradient(#66c4e0, #5bc0de);
    filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#66c4e0', endColorstr='#5bc0de', GradientType=0)";
}

.bg-teal-gradient {
    color: #FFFFFF;
    background: #6edada;
    background: -webkit-gradient(linear, left top, left bottom, from(#6edada), to(#39cccc));
    background: -webkit-linear-gradient(#6edada, #39cccc);
    background: -o-linear-gradient(#6edada, #39cccc);
    background: linear-gradient(#6edada, #39cccc);
    filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#6edada', endColorstr='#39cccc', GradientType=0)";
}

.button {
    padding: 0.5rem 0.625rem 0.344rem !important;
}

.slimScrollDiv .menu {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow: hidden;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.list-justified {
    display: table;
    width: 100%;
}

    .list-justified > li,
    .list-justified > .tab-title {
        float: none;
        display: table-cell;
        text-align: center;
    }

pre {
    padding: 9.5px;
}

    pre code {
        background-color: transparent;
        border-radius: 0;
        color: inherit;
        font-size: inherit;
        padding: 0;
        white-space: pre-wrap;
    }

[data-toggle="tooltip"] {
    position: relative;
}

    [data-toggle="tooltip"].tooltip-help {
        cursor: help;
    }

    [data-toggle="tooltip"]:before {
        font-weight: 400;
        content: attr(title);
        background-color: #000000;
        color: #FFFFFF;
        font-size: 0.75rem;
        line-height: 1.3;
        text-align: center;
        position: absolute;
        padding: 0.25rem;
        width: 10em;
        left: 0;
        bottom: 100%;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        z-index: 9999;
    }

.csscalc [data-toggle="tooltip"]:before {
    bottom: calc(100% + 7px);
}

.csscalc [data-toggle="tooltip"]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #000000 transparent transparent transparent;
    left: 0;
    margin-left: 8px;
    bottom: 100%;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-toggle="tooltip"]:hover:after, [data-toggle="tooltip"]:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

[data-toggle="tooltip"]:not([tooltip-persistent]):before {
    pointer-events: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

[role=button] {
    cursor: pointer;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:after {
        display: table;
        content: " ";
        clear: both;
    }

    .nav:before {
        display: table;
        content: " ";
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: inline-block;
            padding: 10px 15px;
        }

            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

            .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

            .nav > li > a > img {
                max-width: none;
            }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
                margin-right: 0;
                border-radius: 4px;
            }

        .nav-tabs.nav-justified > .active > a {
            border: 1px solid #ddd;
        }

            .nav-tabs.nav-justified > .active > a:focus {
                border: 1px solid #ddd;
            }

            .nav-tabs.nav-justified > .active > a:hover {
                border: 1px solid #ddd;
            }

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:after {
        display: table;
        content: " ";
        clear: both;
    }

    .navbar:before {
        display: table;
        content: " ";
    }

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media only screen and (min-width: 45.063em) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0;
        }

    .nav-tabs.nav-justified > .active > a {
        border-bottom-color: #FFFFFF;
    }

        .nav-tabs.nav-justified > .active > a:focus {
            border-bottom-color: #FFFFFF;
        }

        .nav-tabs.nav-justified > .active > a:hover {
            border-bottom-color: #FFFFFF;
        }

    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }

    .navbar {
        border-radius: 4px;
    }

    .navbar-static-top {
        border-radius: 0;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.navbar-collapse,
.navbar-form {
    border-color: #FF00FF;
}

.navbar-collapse,
.navbar-form {
    border-color: black;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -12px;
    margin-left: -12px;
}

@media only screen and (min-width: 45.063em) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 12px;
    padding-left: 12px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media only screen and (min-width: 45.063em) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon,
    .input-group-button,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-button:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-button {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: inherit;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-button:first-child > .button,
    .input-group-button:first-child > .button-group > .button,
    .input-group-button:first-child > .dropdown-toggle,
    .input-group-button:last-child > .button:not(:last-child):not(.dropdown-toggle),
    .input-group-button:last-child > .button-group:not(:last-child) > .button {
        border-right-right-radius: 0;
        border-right-left-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-button:last-child > .button,
    .input-group-button:last-child > .button-group > .button,
    .input-group-button:last-child > .dropdown-toggle,
    .input-group-button:first-child > .button:not(:first-child),
    .input-group-button:first-child > .button-group:not(:first-child) > .button {
        border-left-right-radius: 0;
        border-left-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-button {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-button > .button {
        position: relative;
    }

        .input-group-button > .button + .button {
            margin-left: -1px;
        }

        .input-group-button > .button:hover, .input-group-button > .button:focus, .input-group-button > .button:active {
            z-index: 2;
        }

    .input-group-button:first-child > .button,
    .input-group-button:first-child > .button-group {
        margin-right: -1px;
    }

    .input-group-button:last-child > .button,
    .input-group-button:last-child > .button-group {
        z-index: 2;
        margin-left: -1px;
    }

.inline-block {
    display: inline-block;
}

.badge {
    background-color: #777777;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

/*
 * Styles for plugins
 */
.knob {
    display: inline !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.icon:before {
    content: "&#xf042";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media (min-width: 500px), (min-device-width: 500px) {
  .content-wrapper {
    min-height: 450px !important;
  }
}

@media (min-width: 700px), (min-device-width: 700px) {
  .content-wrapper {
    min-height: 650px !important;
  }
}

@media (min-width: 900px), (min-device-width: 900px) {
  .content-wrapper {
    min-height: 850px !important;
  }
}

.dropdown-auto-complete > .dropdown-toggle {
    font-weight: 500;
}
