/* General */
/* Header */
/* Button */
/* Loading bar */
/* Meter */
/* Shadows */
/* Dropdowns */
/*Borders*/
/* Quick search */
/* Term selector */
/* Content Browsing Arrows */
.list-unstyled {
    margin-bottom: 0;
}

.svgAccentColor {
    color: #1c3347;
}

    .svgAccentColor rect[stroke], .svgAccentColor circle[stroke], .svgAccentColor polyline[stroke], .svgAccentColor polygon[stroke], .svgAccentColor line[stroke], .svgAccentColor ellipse[stroke], .svgAccentColor path[stroke], .svgAccentColor g[stroke] {
        stroke: #1c3347;
    }

    .svgAccentColor rect, .svgAccentColor circle, .svgAccentColor polyline, .svgAccentColor polygon, .svgAccentColor line, .svgAccentColor ellipse, .svgAccentColor path, .svgAccentColor g {
        fill: #1c3347;
    }

        .svgAccentColor rect[stroke='none'], .svgAccentColor circle[stroke='none'], .svgAccentColor polyline[stroke='none'], .svgAccentColor polygon[stroke='none'], .svgAccentColor line[stroke='none'], .svgAccentColor ellipse[stroke='none'], .svgAccentColor path[stroke='none'], .svgAccentColor g[stroke='none'] {
            stroke: none;
        }

        .svgAccentColor rect[fill='none'], .svgAccentColor circle[fill='none'], .svgAccentColor polyline[fill='none'], .svgAccentColor polygon[fill='none'], .svgAccentColor line[fill='none'], .svgAccentColor ellipse[fill='none'], .svgAccentColor path[fill='none'], .svgAccentColor g[fill='none'] {
            fill: none;
        }

            .svgAccentColor g[fill='none'] rect, .svgAccentColor g[fill='none'] circle, .svgAccentColor g[fill='none'] polyline, .svgAccentColor g[fill='none'] polygon, .svgAccentColor g[fill='none'] line, .svgAccentColor g[fill='none'] ellipse, .svgAccentColor g[fill='none'] path {
                fill: none;
            }

.svgSecondaryColor {
    color: #f0f0f0;
}

    .svgSecondaryColor rect[stroke], .svgSecondaryColor circle[stroke], .svgSecondaryColor polyline[stroke], .svgSecondaryColor polygon[stroke], .svgSecondaryColor line[stroke], .svgSecondaryColor ellipse[stroke], .svgSecondaryColor path[stroke], .svgSecondaryColor g[stroke] {
        stroke: #f0f0f0;
    }

    .svgSecondaryColor rect, .svgSecondaryColor circle, .svgSecondaryColor polyline, .svgSecondaryColor polygon, .svgSecondaryColor line, .svgSecondaryColor ellipse, .svgSecondaryColor path, .svgSecondaryColor g {
        fill: #f0f0f0;
    }

        .svgSecondaryColor rect[stroke='none'], .svgSecondaryColor circle[stroke='none'], .svgSecondaryColor polyline[stroke='none'], .svgSecondaryColor polygon[stroke='none'], .svgSecondaryColor line[stroke='none'], .svgSecondaryColor ellipse[stroke='none'], .svgSecondaryColor path[stroke='none'], .svgSecondaryColor g[stroke='none'] {
            stroke: none;
        }

        .svgSecondaryColor rect[fill='none'], .svgSecondaryColor circle[fill='none'], .svgSecondaryColor polyline[fill='none'], .svgSecondaryColor polygon[fill='none'], .svgSecondaryColor line[fill='none'], .svgSecondaryColor ellipse[fill='none'], .svgSecondaryColor path[fill='none'], .svgSecondaryColor g[fill='none'] {
            fill: none;
        }

            .svgSecondaryColor g[fill='none'] rect, .svgSecondaryColor g[fill='none'] circle, .svgSecondaryColor g[fill='none'] polyline, .svgSecondaryColor g[fill='none'] polygon, .svgSecondaryColor g[fill='none'] line, .svgSecondaryColor g[fill='none'] ellipse, .svgSecondaryColor g[fill='none'] path {
                fill: none;
            }

.svgSecondarySelected {
    color: #a4a4a4;
}

    .svgSecondarySelected rect[stroke], .svgSecondarySelected circle[stroke], .svgSecondarySelected polyline[stroke], .svgSecondarySelected polygon[stroke], .svgSecondarySelected line[stroke], .svgSecondarySelected ellipse[stroke], .svgSecondarySelected path[stroke], .svgSecondarySelected g[stroke] {
        stroke: #a4a4a4;
    }

    .svgSecondarySelected rect, .svgSecondarySelected circle, .svgSecondarySelected polyline, .svgSecondarySelected polygon, .svgSecondarySelected line, .svgSecondarySelected ellipse, .svgSecondarySelected path, .svgSecondarySelected g {
        fill: #a4a4a4;
    }

        .svgSecondarySelected rect[stroke='none'], .svgSecondarySelected circle[stroke='none'], .svgSecondarySelected polyline[stroke='none'], .svgSecondarySelected polygon[stroke='none'], .svgSecondarySelected line[stroke='none'], .svgSecondarySelected ellipse[stroke='none'], .svgSecondarySelected path[stroke='none'], .svgSecondarySelected g[stroke='none'] {
            stroke: none;
        }

        .svgSecondarySelected rect[fill='none'], .svgSecondarySelected circle[fill='none'], .svgSecondarySelected polyline[fill='none'], .svgSecondarySelected polygon[fill='none'], .svgSecondarySelected line[fill='none'], .svgSecondarySelected ellipse[fill='none'], .svgSecondarySelected path[fill='none'], .svgSecondarySelected g[fill='none'] {
            fill: none;
        }

            .svgSecondarySelected g[fill='none'] rect, .svgSecondarySelected g[fill='none'] circle, .svgSecondarySelected g[fill='none'] polyline, .svgSecondarySelected g[fill='none'] polygon, .svgSecondarySelected g[fill='none'] line, .svgSecondarySelected g[fill='none'] ellipse, .svgSecondarySelected g[fill='none'] path {
                fill: none;
            }

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.dropdown-backdrop {
    z-index: -1000;
}

.dropdown-backdrop {
    z-index: -1000;
}

body {
    overflow-x: hidden;
    position: fixed;
    background-color: #DCDCDC;
    font-family: -apple-system-body, "Segoe UI", "Roboto", sans-serif;
    color: #000000;
}

    body.body-scrollable {
        position: static;
    }

    body.body-fixed-header {
        padding-top: 50px;
    }

        body.body-fixed-header .header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9999;
        }

.unselectable * {
    -webkit-user-select: none;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    visibility: hidden;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

input[type=range]::-ms-tooltip {
    display: none;
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar-thumb {
    height: 60px;
    border: 3px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 0px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
    display: none;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

iframe {
    border: none;
    width: 100%;
}

h3 {
    margin-top: 0;
}

.block-title {
    background-color: #f0f0f0;
    border-bottom: 1px solid #a4a4a4;
    margin: 0;
    padding: 10px;
}

input[type="text"].form-control, input[type="search"].form-control {
    border-radius: 0;
}

label {
    font-weight: normal;
}

.form-group label {
    margin-bottom: 3px;
}

.main {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    z-index: 1;
}

.icon, .actionIcon, .smallIcon {
    height: 36px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.icon, .actionIcon, .smallIcon {
    color: #636363;
}

    .icon rect[stroke], .actionIcon rect[stroke], .smallIcon rect[stroke], .icon circle[stroke], .actionIcon circle[stroke], .smallIcon circle[stroke], .icon polyline[stroke], .actionIcon polyline[stroke], .smallIcon polyline[stroke], .icon polygon[stroke], .actionIcon polygon[stroke], .smallIcon polygon[stroke], .icon line[stroke], .actionIcon line[stroke], .smallIcon line[stroke], .icon ellipse[stroke], .actionIcon ellipse[stroke], .smallIcon ellipse[stroke], .icon path[stroke], .actionIcon path[stroke], .smallIcon path[stroke], .icon g[stroke], .actionIcon g[stroke], .smallIcon g[stroke] {
        stroke: #636363;
    }

    .icon rect, .actionIcon rect, .smallIcon rect, .icon circle, .actionIcon circle, .smallIcon circle, .icon polyline, .actionIcon polyline, .smallIcon polyline, .icon polygon, .actionIcon polygon, .smallIcon polygon, .icon line, .actionIcon line, .smallIcon line, .icon ellipse, .actionIcon ellipse, .smallIcon ellipse, .icon path, .actionIcon path, .smallIcon path, .icon g, .actionIcon g, .smallIcon g {
        fill: #636363;
    }

        .icon rect[stroke='none'], .actionIcon rect[stroke='none'], .smallIcon rect[stroke='none'], .icon circle[stroke='none'], .actionIcon circle[stroke='none'], .smallIcon circle[stroke='none'], .icon polyline[stroke='none'], .actionIcon polyline[stroke='none'], .smallIcon polyline[stroke='none'], .icon polygon[stroke='none'], .actionIcon polygon[stroke='none'], .smallIcon polygon[stroke='none'], .icon line[stroke='none'], .actionIcon line[stroke='none'], .smallIcon line[stroke='none'], .icon ellipse[stroke='none'], .actionIcon ellipse[stroke='none'], .smallIcon ellipse[stroke='none'], .icon path[stroke='none'], .actionIcon path[stroke='none'], .smallIcon path[stroke='none'], .icon g[stroke='none'], .actionIcon g[stroke='none'], .smallIcon g[stroke='none'] {
            stroke: none;
        }

        .icon rect[fill='none'], .actionIcon rect[fill='none'], .smallIcon rect[fill='none'], .icon circle[fill='none'], .actionIcon circle[fill='none'], .smallIcon circle[fill='none'], .icon polyline[fill='none'], .actionIcon polyline[fill='none'], .smallIcon polyline[fill='none'], .icon polygon[fill='none'], .actionIcon polygon[fill='none'], .smallIcon polygon[fill='none'], .icon line[fill='none'], .actionIcon line[fill='none'], .smallIcon line[fill='none'], .icon ellipse[fill='none'], .actionIcon ellipse[fill='none'], .smallIcon ellipse[fill='none'], .icon path[fill='none'], .actionIcon path[fill='none'], .smallIcon path[fill='none'], .icon g[fill='none'], .actionIcon g[fill='none'], .smallIcon g[fill='none'] {
            fill: none;
        }

            .icon g[fill='none'] rect, .actionIcon g[fill='none'] rect, .smallIcon g[fill='none'] rect, .icon g[fill='none'] circle, .actionIcon g[fill='none'] circle, .smallIcon g[fill='none'] circle, .icon g[fill='none'] polyline, .actionIcon g[fill='none'] polyline, .smallIcon g[fill='none'] polyline, .icon g[fill='none'] polygon, .actionIcon g[fill='none'] polygon, .smallIcon g[fill='none'] polygon, .icon g[fill='none'] line, .actionIcon g[fill='none'] line, .smallIcon g[fill='none'] line, .icon g[fill='none'] ellipse, .actionIcon g[fill='none'] ellipse, .smallIcon g[fill='none'] ellipse, .icon g[fill='none'] path, .actionIcon g[fill='none'] path, .smallIcon g[fill='none'] path {
                fill: none;
            }

.clickable {
    cursor: pointer;
}

.actionIcon {
    cursor: pointer;
}

    .actionIcon.active, .icon.active, .active.actionIcon, .active.smallIcon, .activeBtn,
    .actionIcon.active, .icon.active, .active.actionIcon, .active.smallIcon, .activeBtn {
        color: #2B7FC4;
    }

        .actionIcon.active rect[stroke], .actionIcon.active circle[stroke], .actionIcon.active polyline[stroke], .actionIcon.active polygon[stroke], .actionIcon.active line[stroke], .actionIcon.active ellipse[stroke], .actionIcon.active path[stroke], .actionIcon.active g[stroke], .icon.active rect[stroke], .active.actionIcon rect[stroke], .active.smallIcon rect[stroke], .icon.active circle[stroke], .active.actionIcon circle[stroke], .active.smallIcon circle[stroke], .icon.active polyline[stroke], .active.actionIcon polyline[stroke], .active.smallIcon polyline[stroke], .icon.active polygon[stroke], .active.actionIcon polygon[stroke], .active.smallIcon polygon[stroke], .icon.active line[stroke], .active.actionIcon line[stroke], .active.smallIcon line[stroke], .icon.active ellipse[stroke], .active.actionIcon ellipse[stroke], .active.smallIcon ellipse[stroke], .icon.active path[stroke], .active.actionIcon path[stroke], .active.smallIcon path[stroke], .icon.active g[stroke], .active.actionIcon g[stroke], .active.smallIcon g[stroke], .activeBtn rect[stroke], .activeBtn circle[stroke], .activeBtn polyline[stroke], .activeBtn polygon[stroke], .activeBtn line[stroke], .activeBtn ellipse[stroke], .activeBtn path[stroke], .activeBtn g[stroke],
        .actionIcon.active rect[stroke],
        .actionIcon.active circle[stroke],
        .actionIcon.active polyline[stroke],
        .actionIcon.active polygon[stroke],
        .actionIcon.active line[stroke],
        .actionIcon.active ellipse[stroke],
        .actionIcon.active path[stroke],
        .actionIcon.active g[stroke], .icon.active rect[stroke], .active.actionIcon rect[stroke], .active.smallIcon rect[stroke], .icon.active circle[stroke], .active.actionIcon circle[stroke], .active.smallIcon circle[stroke], .icon.active polyline[stroke], .active.actionIcon polyline[stroke], .active.smallIcon polyline[stroke], .icon.active polygon[stroke], .active.actionIcon polygon[stroke], .active.smallIcon polygon[stroke], .icon.active line[stroke], .active.actionIcon line[stroke], .active.smallIcon line[stroke], .icon.active ellipse[stroke], .active.actionIcon ellipse[stroke], .active.smallIcon ellipse[stroke], .icon.active path[stroke], .active.actionIcon path[stroke], .active.smallIcon path[stroke], .icon.active g[stroke], .active.actionIcon g[stroke], .active.smallIcon g[stroke], .activeBtn rect[stroke], .activeBtn circle[stroke], .activeBtn polyline[stroke], .activeBtn polygon[stroke], .activeBtn line[stroke], .activeBtn ellipse[stroke], .activeBtn path[stroke], .activeBtn g[stroke] {
            stroke: #2B7FC4;
        }

        .actionIcon.active rect, .actionIcon.active circle, .actionIcon.active polyline, .actionIcon.active polygon, .actionIcon.active line, .actionIcon.active ellipse, .actionIcon.active path, .actionIcon.active g, .icon.active rect, .active.actionIcon rect, .active.smallIcon rect, .icon.active circle, .active.actionIcon circle, .active.smallIcon circle, .icon.active polyline, .active.actionIcon polyline, .active.smallIcon polyline, .icon.active polygon, .active.actionIcon polygon, .active.smallIcon polygon, .icon.active line, .active.actionIcon line, .active.smallIcon line, .icon.active ellipse, .active.actionIcon ellipse, .active.smallIcon ellipse, .icon.active path, .active.actionIcon path, .active.smallIcon path, .icon.active g, .active.actionIcon g, .active.smallIcon g, .activeBtn rect, .activeBtn circle, .activeBtn polyline, .activeBtn polygon, .activeBtn line, .activeBtn ellipse, .activeBtn path, .activeBtn g,
        .actionIcon.active rect,
        .actionIcon.active circle,
        .actionIcon.active polyline,
        .actionIcon.active polygon,
        .actionIcon.active line,
        .actionIcon.active ellipse,
        .actionIcon.active path,
        .actionIcon.active g, .icon.active rect, .active.actionIcon rect, .active.smallIcon rect, .icon.active circle, .active.actionIcon circle, .active.smallIcon circle, .icon.active polyline, .active.actionIcon polyline, .active.smallIcon polyline, .icon.active polygon, .active.actionIcon polygon, .active.smallIcon polygon, .icon.active line, .active.actionIcon line, .active.smallIcon line, .icon.active ellipse, .active.actionIcon ellipse, .active.smallIcon ellipse, .icon.active path, .active.actionIcon path, .active.smallIcon path, .icon.active g, .active.actionIcon g, .active.smallIcon g, .activeBtn rect, .activeBtn circle, .activeBtn polyline, .activeBtn polygon, .activeBtn line, .activeBtn ellipse, .activeBtn path, .activeBtn g {
            fill: #2B7FC4;
        }

            .actionIcon.active rect[stroke='none'], .actionIcon.active circle[stroke='none'], .actionIcon.active polyline[stroke='none'], .actionIcon.active polygon[stroke='none'], .actionIcon.active line[stroke='none'], .actionIcon.active ellipse[stroke='none'], .actionIcon.active path[stroke='none'], .actionIcon.active g[stroke='none'], .icon.active rect[stroke='none'], .active.actionIcon rect[stroke='none'], .active.smallIcon rect[stroke='none'], .icon.active circle[stroke='none'], .active.actionIcon circle[stroke='none'], .active.smallIcon circle[stroke='none'], .icon.active polyline[stroke='none'], .active.actionIcon polyline[stroke='none'], .active.smallIcon polyline[stroke='none'], .icon.active polygon[stroke='none'], .active.actionIcon polygon[stroke='none'], .active.smallIcon polygon[stroke='none'], .icon.active line[stroke='none'], .active.actionIcon line[stroke='none'], .active.smallIcon line[stroke='none'], .icon.active ellipse[stroke='none'], .active.actionIcon ellipse[stroke='none'], .active.smallIcon ellipse[stroke='none'], .icon.active path[stroke='none'], .active.actionIcon path[stroke='none'], .active.smallIcon path[stroke='none'], .icon.active g[stroke='none'], .active.actionIcon g[stroke='none'], .active.smallIcon g[stroke='none'], .activeBtn rect[stroke='none'], .activeBtn circle[stroke='none'], .activeBtn polyline[stroke='none'], .activeBtn polygon[stroke='none'], .activeBtn line[stroke='none'], .activeBtn ellipse[stroke='none'], .activeBtn path[stroke='none'], .activeBtn g[stroke='none'],
            .actionIcon.active rect[stroke='none'],
            .actionIcon.active circle[stroke='none'],
            .actionIcon.active polyline[stroke='none'],
            .actionIcon.active polygon[stroke='none'],
            .actionIcon.active line[stroke='none'],
            .actionIcon.active ellipse[stroke='none'],
            .actionIcon.active path[stroke='none'],
            .actionIcon.active g[stroke='none'], .icon.active rect[stroke='none'], .active.actionIcon rect[stroke='none'], .active.smallIcon rect[stroke='none'], .icon.active circle[stroke='none'], .active.actionIcon circle[stroke='none'], .active.smallIcon circle[stroke='none'], .icon.active polyline[stroke='none'], .active.actionIcon polyline[stroke='none'], .active.smallIcon polyline[stroke='none'], .icon.active polygon[stroke='none'], .active.actionIcon polygon[stroke='none'], .active.smallIcon polygon[stroke='none'], .icon.active line[stroke='none'], .active.actionIcon line[stroke='none'], .active.smallIcon line[stroke='none'], .icon.active ellipse[stroke='none'], .active.actionIcon ellipse[stroke='none'], .active.smallIcon ellipse[stroke='none'], .icon.active path[stroke='none'], .active.actionIcon path[stroke='none'], .active.smallIcon path[stroke='none'], .icon.active g[stroke='none'], .active.actionIcon g[stroke='none'], .active.smallIcon g[stroke='none'], .activeBtn rect[stroke='none'], .activeBtn circle[stroke='none'], .activeBtn polyline[stroke='none'], .activeBtn polygon[stroke='none'], .activeBtn line[stroke='none'], .activeBtn ellipse[stroke='none'], .activeBtn path[stroke='none'], .activeBtn g[stroke='none'] {
                stroke: none;
            }

            .actionIcon.active rect[fill='none'], .actionIcon.active circle[fill='none'], .actionIcon.active polyline[fill='none'], .actionIcon.active polygon[fill='none'], .actionIcon.active line[fill='none'], .actionIcon.active ellipse[fill='none'], .actionIcon.active path[fill='none'], .actionIcon.active g[fill='none'], .icon.active rect[fill='none'], .active.actionIcon rect[fill='none'], .active.smallIcon rect[fill='none'], .icon.active circle[fill='none'], .active.actionIcon circle[fill='none'], .active.smallIcon circle[fill='none'], .icon.active polyline[fill='none'], .active.actionIcon polyline[fill='none'], .active.smallIcon polyline[fill='none'], .icon.active polygon[fill='none'], .active.actionIcon polygon[fill='none'], .active.smallIcon polygon[fill='none'], .icon.active line[fill='none'], .active.actionIcon line[fill='none'], .active.smallIcon line[fill='none'], .icon.active ellipse[fill='none'], .active.actionIcon ellipse[fill='none'], .active.smallIcon ellipse[fill='none'], .icon.active path[fill='none'], .active.actionIcon path[fill='none'], .active.smallIcon path[fill='none'], .icon.active g[fill='none'], .active.actionIcon g[fill='none'], .active.smallIcon g[fill='none'], .activeBtn rect[fill='none'], .activeBtn circle[fill='none'], .activeBtn polyline[fill='none'], .activeBtn polygon[fill='none'], .activeBtn line[fill='none'], .activeBtn ellipse[fill='none'], .activeBtn path[fill='none'], .activeBtn g[fill='none'],
            .actionIcon.active rect[fill='none'],
            .actionIcon.active circle[fill='none'],
            .actionIcon.active polyline[fill='none'],
            .actionIcon.active polygon[fill='none'],
            .actionIcon.active line[fill='none'],
            .actionIcon.active ellipse[fill='none'],
            .actionIcon.active path[fill='none'],
            .actionIcon.active g[fill='none'], .icon.active rect[fill='none'], .active.actionIcon rect[fill='none'], .active.smallIcon rect[fill='none'], .icon.active circle[fill='none'], .active.actionIcon circle[fill='none'], .active.smallIcon circle[fill='none'], .icon.active polyline[fill='none'], .active.actionIcon polyline[fill='none'], .active.smallIcon polyline[fill='none'], .icon.active polygon[fill='none'], .active.actionIcon polygon[fill='none'], .active.smallIcon polygon[fill='none'], .icon.active line[fill='none'], .active.actionIcon line[fill='none'], .active.smallIcon line[fill='none'], .icon.active ellipse[fill='none'], .active.actionIcon ellipse[fill='none'], .active.smallIcon ellipse[fill='none'], .icon.active path[fill='none'], .active.actionIcon path[fill='none'], .active.smallIcon path[fill='none'], .icon.active g[fill='none'], .active.actionIcon g[fill='none'], .active.smallIcon g[fill='none'], .activeBtn rect[fill='none'], .activeBtn circle[fill='none'], .activeBtn polyline[fill='none'], .activeBtn polygon[fill='none'], .activeBtn line[fill='none'], .activeBtn ellipse[fill='none'], .activeBtn path[fill='none'], .activeBtn g[fill='none'] {
                fill: none;
            }

                .actionIcon.active g[fill='none'] rect, .actionIcon.active g[fill='none'] circle, .actionIcon.active g[fill='none'] polyline, .actionIcon.active g[fill='none'] polygon, .actionIcon.active g[fill='none'] line, .actionIcon.active g[fill='none'] ellipse, .actionIcon.active g[fill='none'] path, .icon.active g[fill='none'] rect, .active.actionIcon g[fill='none'] rect, .active.smallIcon g[fill='none'] rect, .icon.active g[fill='none'] circle, .active.actionIcon g[fill='none'] circle, .active.smallIcon g[fill='none'] circle, .icon.active g[fill='none'] polyline, .active.actionIcon g[fill='none'] polyline, .active.smallIcon g[fill='none'] polyline, .icon.active g[fill='none'] polygon, .active.actionIcon g[fill='none'] polygon, .active.smallIcon g[fill='none'] polygon, .icon.active g[fill='none'] line, .active.actionIcon g[fill='none'] line, .active.smallIcon g[fill='none'] line, .icon.active g[fill='none'] ellipse, .active.actionIcon g[fill='none'] ellipse, .active.smallIcon g[fill='none'] ellipse, .icon.active g[fill='none'] path, .active.actionIcon g[fill='none'] path, .active.smallIcon g[fill='none'] path, .activeBtn g[fill='none'] rect, .activeBtn g[fill='none'] circle, .activeBtn g[fill='none'] polyline, .activeBtn g[fill='none'] polygon, .activeBtn g[fill='none'] line, .activeBtn g[fill='none'] ellipse, .activeBtn g[fill='none'] path,
                .actionIcon.active g[fill='none'] rect,
                .actionIcon.active g[fill='none'] circle,
                .actionIcon.active g[fill='none'] polyline,
                .actionIcon.active g[fill='none'] polygon,
                .actionIcon.active g[fill='none'] line,
                .actionIcon.active g[fill='none'] ellipse,
                .actionIcon.active g[fill='none'] path, .icon.active g[fill='none'] rect, .active.actionIcon g[fill='none'] rect, .active.smallIcon g[fill='none'] rect, .icon.active g[fill='none'] circle, .active.actionIcon g[fill='none'] circle, .active.smallIcon g[fill='none'] circle, .icon.active g[fill='none'] polyline, .active.actionIcon g[fill='none'] polyline, .active.smallIcon g[fill='none'] polyline, .icon.active g[fill='none'] polygon, .active.actionIcon g[fill='none'] polygon, .active.smallIcon g[fill='none'] polygon, .icon.active g[fill='none'] line, .active.actionIcon g[fill='none'] line, .active.smallIcon g[fill='none'] line, .icon.active g[fill='none'] ellipse, .active.actionIcon g[fill='none'] ellipse, .active.smallIcon g[fill='none'] ellipse, .icon.active g[fill='none'] path, .active.actionIcon g[fill='none'] path, .active.smallIcon g[fill='none'] path, .activeBtn g[fill='none'] rect, .activeBtn g[fill='none'] circle, .activeBtn g[fill='none'] polyline, .activeBtn g[fill='none'] polygon, .activeBtn g[fill='none'] line, .activeBtn g[fill='none'] ellipse, .activeBtn g[fill='none'] path {
                    fill: none;
                }

.smallIcon {
    height: 28px;
}

.smallIcon {
    color: #000000;
}

    .smallIcon rect[stroke], .smallIcon circle[stroke], .smallIcon polyline[stroke], .smallIcon polygon[stroke], .smallIcon line[stroke], .smallIcon ellipse[stroke], .smallIcon path[stroke], .smallIcon g[stroke] {
        stroke: #000000;
    }

    .smallIcon rect, .smallIcon circle, .smallIcon polyline, .smallIcon polygon, .smallIcon line, .smallIcon ellipse, .smallIcon path, .smallIcon g {
        fill: #000000;
    }

        .smallIcon rect[stroke='none'], .smallIcon circle[stroke='none'], .smallIcon polyline[stroke='none'], .smallIcon polygon[stroke='none'], .smallIcon line[stroke='none'], .smallIcon ellipse[stroke='none'], .smallIcon path[stroke='none'], .smallIcon g[stroke='none'] {
            stroke: none;
        }

        .smallIcon rect[fill='none'], .smallIcon circle[fill='none'], .smallIcon polyline[fill='none'], .smallIcon polygon[fill='none'], .smallIcon line[fill='none'], .smallIcon ellipse[fill='none'], .smallIcon path[fill='none'], .smallIcon g[fill='none'] {
            fill: none;
        }

            .smallIcon g[fill='none'] rect, .smallIcon g[fill='none'] circle, .smallIcon g[fill='none'] polyline, .smallIcon g[fill='none'] polygon, .smallIcon g[fill='none'] line, .smallIcon g[fill='none'] ellipse, .smallIcon g[fill='none'] path {
                fill: none;
            }

.header {
    z-index: 101;
    height: 50px;
    width: 100%;
    background: #1c3347;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #234059), color-stop(100%, #1c3347));
    background: -webkit-linear-gradient(top, #234059 0%, #1c3347 100%);
    background: linear-gradient(to bottom, #234059 0%, #1c3347 100%);
    border: 0 solid black;
    border-bottom-width: 1px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

    .header a {
        color: #FFFFFF;
    }

.footer {
    z-index: 101;
    height: 50px;
    width: 100%;
    background-color: #e3e3e3;
    border-top: 1px solid #b0b0b0;
    color: #333333;
    box-sizing: content-box;
}

    .footer a {
        color: #333333;
    }

    .header .icon, .header .actionIcon, .header .smallIcon, .header .actionIcon,
    .footer .icon,
    .footer .actionIcon,
    .footer .smallIcon, .footer .actionIcon {
        height: 22px;
    }

.header .icon, .header .actionIcon, .header .smallIcon, .header .icon, .header .actionIcon, .header .smallIcon {
    color: #FFFFFF;
}

    .header .icon rect[stroke], .header .actionIcon rect[stroke], .header .smallIcon rect[stroke], .header .icon circle[stroke], .header .actionIcon circle[stroke], .header .smallIcon circle[stroke], .header .icon polyline[stroke], .header .actionIcon polyline[stroke], .header .smallIcon polyline[stroke], .header .icon polygon[stroke], .header .actionIcon polygon[stroke], .header .smallIcon polygon[stroke], .header .icon line[stroke], .header .actionIcon line[stroke], .header .smallIcon line[stroke], .header .icon ellipse[stroke], .header .actionIcon ellipse[stroke], .header .smallIcon ellipse[stroke], .header .icon path[stroke], .header .actionIcon path[stroke], .header .smallIcon path[stroke], .header .icon g[stroke], .header .actionIcon g[stroke], .header .smallIcon g[stroke], .header .icon rect[stroke], .header .actionIcon rect[stroke], .header .smallIcon rect[stroke], .header .icon circle[stroke], .header .actionIcon circle[stroke], .header .smallIcon circle[stroke], .header .icon polyline[stroke], .header .actionIcon polyline[stroke], .header .smallIcon polyline[stroke], .header .icon polygon[stroke], .header .actionIcon polygon[stroke], .header .smallIcon polygon[stroke], .header .icon line[stroke], .header .actionIcon line[stroke], .header .smallIcon line[stroke], .header .icon ellipse[stroke], .header .actionIcon ellipse[stroke], .header .smallIcon ellipse[stroke], .header .icon path[stroke], .header .actionIcon path[stroke], .header .smallIcon path[stroke], .header .icon g[stroke], .header .actionIcon g[stroke], .header .smallIcon g[stroke] {
        stroke: #FFFFFF;
    }

    .header .icon rect, .header .actionIcon rect, .header .smallIcon rect, .header .icon circle, .header .actionIcon circle, .header .smallIcon circle, .header .icon polyline, .header .actionIcon polyline, .header .smallIcon polyline, .header .icon polygon, .header .actionIcon polygon, .header .smallIcon polygon, .header .icon line, .header .actionIcon line, .header .smallIcon line, .header .icon ellipse, .header .actionIcon ellipse, .header .smallIcon ellipse, .header .icon path, .header .actionIcon path, .header .smallIcon path, .header .icon g, .header .actionIcon g, .header .smallIcon g, .header .icon rect, .header .actionIcon rect, .header .smallIcon rect, .header .icon circle, .header .actionIcon circle, .header .smallIcon circle, .header .icon polyline, .header .actionIcon polyline, .header .smallIcon polyline, .header .icon polygon, .header .actionIcon polygon, .header .smallIcon polygon, .header .icon line, .header .actionIcon line, .header .smallIcon line, .header .icon ellipse, .header .actionIcon ellipse, .header .smallIcon ellipse, .header .icon path, .header .actionIcon path, .header .smallIcon path, .header .icon g, .header .actionIcon g, .header .smallIcon g {
        fill: #FFFFFF;
    }

        .header .icon rect[stroke='none'], .header .actionIcon rect[stroke='none'], .header .smallIcon rect[stroke='none'], .header .icon circle[stroke='none'], .header .actionIcon circle[stroke='none'], .header .smallIcon circle[stroke='none'], .header .icon polyline[stroke='none'], .header .actionIcon polyline[stroke='none'], .header .smallIcon polyline[stroke='none'], .header .icon polygon[stroke='none'], .header .actionIcon polygon[stroke='none'], .header .smallIcon polygon[stroke='none'], .header .icon line[stroke='none'], .header .actionIcon line[stroke='none'], .header .smallIcon line[stroke='none'], .header .icon ellipse[stroke='none'], .header .actionIcon ellipse[stroke='none'], .header .smallIcon ellipse[stroke='none'], .header .icon path[stroke='none'], .header .actionIcon path[stroke='none'], .header .smallIcon path[stroke='none'], .header .icon g[stroke='none'], .header .actionIcon g[stroke='none'], .header .smallIcon g[stroke='none'], .header .icon rect[stroke='none'], .header .actionIcon rect[stroke='none'], .header .smallIcon rect[stroke='none'], .header .icon circle[stroke='none'], .header .actionIcon circle[stroke='none'], .header .smallIcon circle[stroke='none'], .header .icon polyline[stroke='none'], .header .actionIcon polyline[stroke='none'], .header .smallIcon polyline[stroke='none'], .header .icon polygon[stroke='none'], .header .actionIcon polygon[stroke='none'], .header .smallIcon polygon[stroke='none'], .header .icon line[stroke='none'], .header .actionIcon line[stroke='none'], .header .smallIcon line[stroke='none'], .header .icon ellipse[stroke='none'], .header .actionIcon ellipse[stroke='none'], .header .smallIcon ellipse[stroke='none'], .header .icon path[stroke='none'], .header .actionIcon path[stroke='none'], .header .smallIcon path[stroke='none'], .header .icon g[stroke='none'], .header .actionIcon g[stroke='none'], .header .smallIcon g[stroke='none'] {
            stroke: none;
        }

        .header .icon rect[fill='none'], .header .actionIcon rect[fill='none'], .header .smallIcon rect[fill='none'], .header .icon circle[fill='none'], .header .actionIcon circle[fill='none'], .header .smallIcon circle[fill='none'], .header .icon polyline[fill='none'], .header .actionIcon polyline[fill='none'], .header .smallIcon polyline[fill='none'], .header .icon polygon[fill='none'], .header .actionIcon polygon[fill='none'], .header .smallIcon polygon[fill='none'], .header .icon line[fill='none'], .header .actionIcon line[fill='none'], .header .smallIcon line[fill='none'], .header .icon ellipse[fill='none'], .header .actionIcon ellipse[fill='none'], .header .smallIcon ellipse[fill='none'], .header .icon path[fill='none'], .header .actionIcon path[fill='none'], .header .smallIcon path[fill='none'], .header .icon g[fill='none'], .header .actionIcon g[fill='none'], .header .smallIcon g[fill='none'], .header .icon rect[fill='none'], .header .actionIcon rect[fill='none'], .header .smallIcon rect[fill='none'], .header .icon circle[fill='none'], .header .actionIcon circle[fill='none'], .header .smallIcon circle[fill='none'], .header .icon polyline[fill='none'], .header .actionIcon polyline[fill='none'], .header .smallIcon polyline[fill='none'], .header .icon polygon[fill='none'], .header .actionIcon polygon[fill='none'], .header .smallIcon polygon[fill='none'], .header .icon line[fill='none'], .header .actionIcon line[fill='none'], .header .smallIcon line[fill='none'], .header .icon ellipse[fill='none'], .header .actionIcon ellipse[fill='none'], .header .smallIcon ellipse[fill='none'], .header .icon path[fill='none'], .header .actionIcon path[fill='none'], .header .smallIcon path[fill='none'], .header .icon g[fill='none'], .header .actionIcon g[fill='none'], .header .smallIcon g[fill='none'] {
            fill: none;
        }

            .header .icon g[fill='none'] rect, .header .actionIcon g[fill='none'] rect, .header .smallIcon g[fill='none'] rect, .header .icon g[fill='none'] circle, .header .actionIcon g[fill='none'] circle, .header .smallIcon g[fill='none'] circle, .header .icon g[fill='none'] polyline, .header .actionIcon g[fill='none'] polyline, .header .smallIcon g[fill='none'] polyline, .header .icon g[fill='none'] polygon, .header .actionIcon g[fill='none'] polygon, .header .smallIcon g[fill='none'] polygon, .header .icon g[fill='none'] line, .header .actionIcon g[fill='none'] line, .header .smallIcon g[fill='none'] line, .header .icon g[fill='none'] ellipse, .header .actionIcon g[fill='none'] ellipse, .header .smallIcon g[fill='none'] ellipse, .header .icon g[fill='none'] path, .header .actionIcon g[fill='none'] path, .header .smallIcon g[fill='none'] path, .header .icon g[fill='none'] rect, .header .actionIcon g[fill='none'] rect, .header .smallIcon g[fill='none'] rect, .header .icon g[fill='none'] circle, .header .actionIcon g[fill='none'] circle, .header .smallIcon g[fill='none'] circle, .header .icon g[fill='none'] polyline, .header .actionIcon g[fill='none'] polyline, .header .smallIcon g[fill='none'] polyline, .header .icon g[fill='none'] polygon, .header .actionIcon g[fill='none'] polygon, .header .smallIcon g[fill='none'] polygon, .header .icon g[fill='none'] line, .header .actionIcon g[fill='none'] line, .header .smallIcon g[fill='none'] line, .header .icon g[fill='none'] ellipse, .header .actionIcon g[fill='none'] ellipse, .header .smallIcon g[fill='none'] ellipse, .header .icon g[fill='none'] path, .header .actionIcon g[fill='none'] path, .header .smallIcon g[fill='none'] path {
                fill: none;
            }

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.headerList {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 100%;
    list-style-type: none;
    display: table;
}

    .headerList li {
        padding: 0;
        margin: 0;
        display: table-cell;
        height: 50px;
    }

        .headerList li.right {
            text-align: right;
        }

.buttonStyle, .btn-primary {
    font-style: normal;
    text-align: center;
    background-color: #1c3347;
    color: #FFFFFF;
}

    .buttonStyle:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
    .buttonStyle:active,
    .btn-primary:active,
    .buttonStyle:focus,
    .btn-primary:focus,
    .buttonStyle.hover,
    .hover.btn-primary,
    .buttonStyle.active,
    .active.btn-primary {
        background-color: #264561;
        color: #FFFFFF;
    }

.btn-primary {
    border: none;
}

.input-group-btn .btn {
    border: 1px solid #CCCCCC;
}

.btn .icon, .btn .actionIcon, .btn .smallIcon {
    height: 16px;
}

.btn.btn-lg .icon, .btn.btn-lg .actionIcon, .btn.btn-lg .smallIcon {
    height: 24px;
}

.btn .icon, .btn .actionIcon, .btn .smallIcon {
    color: #000000;
}

    .btn .icon rect[stroke], .btn .actionIcon rect[stroke], .btn .smallIcon rect[stroke], .btn .icon circle[stroke], .btn .actionIcon circle[stroke], .btn .smallIcon circle[stroke], .btn .icon polyline[stroke], .btn .actionIcon polyline[stroke], .btn .smallIcon polyline[stroke], .btn .icon polygon[stroke], .btn .actionIcon polygon[stroke], .btn .smallIcon polygon[stroke], .btn .icon line[stroke], .btn .actionIcon line[stroke], .btn .smallIcon line[stroke], .btn .icon ellipse[stroke], .btn .actionIcon ellipse[stroke], .btn .smallIcon ellipse[stroke], .btn .icon path[stroke], .btn .actionIcon path[stroke], .btn .smallIcon path[stroke], .btn .icon g[stroke], .btn .actionIcon g[stroke], .btn .smallIcon g[stroke] {
        stroke: #000000;
    }

    .btn .icon rect, .btn .actionIcon rect, .btn .smallIcon rect, .btn .icon circle, .btn .actionIcon circle, .btn .smallIcon circle, .btn .icon polyline, .btn .actionIcon polyline, .btn .smallIcon polyline, .btn .icon polygon, .btn .actionIcon polygon, .btn .smallIcon polygon, .btn .icon line, .btn .actionIcon line, .btn .smallIcon line, .btn .icon ellipse, .btn .actionIcon ellipse, .btn .smallIcon ellipse, .btn .icon path, .btn .actionIcon path, .btn .smallIcon path, .btn .icon g, .btn .actionIcon g, .btn .smallIcon g {
        fill: #000000;
    }

        .btn .icon rect[stroke='none'], .btn .actionIcon rect[stroke='none'], .btn .smallIcon rect[stroke='none'], .btn .icon circle[stroke='none'], .btn .actionIcon circle[stroke='none'], .btn .smallIcon circle[stroke='none'], .btn .icon polyline[stroke='none'], .btn .actionIcon polyline[stroke='none'], .btn .smallIcon polyline[stroke='none'], .btn .icon polygon[stroke='none'], .btn .actionIcon polygon[stroke='none'], .btn .smallIcon polygon[stroke='none'], .btn .icon line[stroke='none'], .btn .actionIcon line[stroke='none'], .btn .smallIcon line[stroke='none'], .btn .icon ellipse[stroke='none'], .btn .actionIcon ellipse[stroke='none'], .btn .smallIcon ellipse[stroke='none'], .btn .icon path[stroke='none'], .btn .actionIcon path[stroke='none'], .btn .smallIcon path[stroke='none'], .btn .icon g[stroke='none'], .btn .actionIcon g[stroke='none'], .btn .smallIcon g[stroke='none'] {
            stroke: none;
        }

        .btn .icon rect[fill='none'], .btn .actionIcon rect[fill='none'], .btn .smallIcon rect[fill='none'], .btn .icon circle[fill='none'], .btn .actionIcon circle[fill='none'], .btn .smallIcon circle[fill='none'], .btn .icon polyline[fill='none'], .btn .actionIcon polyline[fill='none'], .btn .smallIcon polyline[fill='none'], .btn .icon polygon[fill='none'], .btn .actionIcon polygon[fill='none'], .btn .smallIcon polygon[fill='none'], .btn .icon line[fill='none'], .btn .actionIcon line[fill='none'], .btn .smallIcon line[fill='none'], .btn .icon ellipse[fill='none'], .btn .actionIcon ellipse[fill='none'], .btn .smallIcon ellipse[fill='none'], .btn .icon path[fill='none'], .btn .actionIcon path[fill='none'], .btn .smallIcon path[fill='none'], .btn .icon g[fill='none'], .btn .actionIcon g[fill='none'], .btn .smallIcon g[fill='none'] {
            fill: none;
        }

            .btn .icon g[fill='none'] rect, .btn .actionIcon g[fill='none'] rect, .btn .smallIcon g[fill='none'] rect, .btn .icon g[fill='none'] circle, .btn .actionIcon g[fill='none'] circle, .btn .smallIcon g[fill='none'] circle, .btn .icon g[fill='none'] polyline, .btn .actionIcon g[fill='none'] polyline, .btn .smallIcon g[fill='none'] polyline, .btn .icon g[fill='none'] polygon, .btn .actionIcon g[fill='none'] polygon, .btn .smallIcon g[fill='none'] polygon, .btn .icon g[fill='none'] line, .btn .actionIcon g[fill='none'] line, .btn .smallIcon g[fill='none'] line, .btn .icon g[fill='none'] ellipse, .btn .actionIcon g[fill='none'] ellipse, .btn .smallIcon g[fill='none'] ellipse, .btn .icon g[fill='none'] path, .btn .actionIcon g[fill='none'] path, .btn .smallIcon g[fill='none'] path {
                fill: none;
            }

.btn.btn-primary .icon, .btn.btn-primary .actionIcon, .btn.btn-primary .smallIcon, .btn.btn-danger .icon, .btn.btn-danger .actionIcon, .btn.btn-danger .smallIcon {
    color: #FFFFFF;
}

    .btn.btn-primary .icon rect[stroke], .btn.btn-primary .actionIcon rect[stroke], .btn.btn-primary .smallIcon rect[stroke], .btn.btn-primary .icon circle[stroke], .btn.btn-primary .actionIcon circle[stroke], .btn.btn-primary .smallIcon circle[stroke], .btn.btn-primary .icon polyline[stroke], .btn.btn-primary .actionIcon polyline[stroke], .btn.btn-primary .smallIcon polyline[stroke], .btn.btn-primary .icon polygon[stroke], .btn.btn-primary .actionIcon polygon[stroke], .btn.btn-primary .smallIcon polygon[stroke], .btn.btn-primary .icon line[stroke], .btn.btn-primary .actionIcon line[stroke], .btn.btn-primary .smallIcon line[stroke], .btn.btn-primary .icon ellipse[stroke], .btn.btn-primary .actionIcon ellipse[stroke], .btn.btn-primary .smallIcon ellipse[stroke], .btn.btn-primary .icon path[stroke], .btn.btn-primary .actionIcon path[stroke], .btn.btn-primary .smallIcon path[stroke], .btn.btn-primary .icon g[stroke], .btn.btn-primary .actionIcon g[stroke], .btn.btn-primary .smallIcon g[stroke], .btn.btn-danger .icon rect[stroke], .btn.btn-danger .actionIcon rect[stroke], .btn.btn-danger .smallIcon rect[stroke], .btn.btn-danger .icon circle[stroke], .btn.btn-danger .actionIcon circle[stroke], .btn.btn-danger .smallIcon circle[stroke], .btn.btn-danger .icon polyline[stroke], .btn.btn-danger .actionIcon polyline[stroke], .btn.btn-danger .smallIcon polyline[stroke], .btn.btn-danger .icon polygon[stroke], .btn.btn-danger .actionIcon polygon[stroke], .btn.btn-danger .smallIcon polygon[stroke], .btn.btn-danger .icon line[stroke], .btn.btn-danger .actionIcon line[stroke], .btn.btn-danger .smallIcon line[stroke], .btn.btn-danger .icon ellipse[stroke], .btn.btn-danger .actionIcon ellipse[stroke], .btn.btn-danger .smallIcon ellipse[stroke], .btn.btn-danger .icon path[stroke], .btn.btn-danger .actionIcon path[stroke], .btn.btn-danger .smallIcon path[stroke], .btn.btn-danger .icon g[stroke], .btn.btn-danger .actionIcon g[stroke], .btn.btn-danger .smallIcon g[stroke] {
        stroke: #FFFFFF;
    }

    .btn.btn-primary .icon rect, .btn.btn-primary .actionIcon rect, .btn.btn-primary .smallIcon rect, .btn.btn-primary .icon circle, .btn.btn-primary .actionIcon circle, .btn.btn-primary .smallIcon circle, .btn.btn-primary .icon polyline, .btn.btn-primary .actionIcon polyline, .btn.btn-primary .smallIcon polyline, .btn.btn-primary .icon polygon, .btn.btn-primary .actionIcon polygon, .btn.btn-primary .smallIcon polygon, .btn.btn-primary .icon line, .btn.btn-primary .actionIcon line, .btn.btn-primary .smallIcon line, .btn.btn-primary .icon ellipse, .btn.btn-primary .actionIcon ellipse, .btn.btn-primary .smallIcon ellipse, .btn.btn-primary .icon path, .btn.btn-primary .actionIcon path, .btn.btn-primary .smallIcon path, .btn.btn-primary .icon g, .btn.btn-primary .actionIcon g, .btn.btn-primary .smallIcon g, .btn.btn-danger .icon rect, .btn.btn-danger .actionIcon rect, .btn.btn-danger .smallIcon rect, .btn.btn-danger .icon circle, .btn.btn-danger .actionIcon circle, .btn.btn-danger .smallIcon circle, .btn.btn-danger .icon polyline, .btn.btn-danger .actionIcon polyline, .btn.btn-danger .smallIcon polyline, .btn.btn-danger .icon polygon, .btn.btn-danger .actionIcon polygon, .btn.btn-danger .smallIcon polygon, .btn.btn-danger .icon line, .btn.btn-danger .actionIcon line, .btn.btn-danger .smallIcon line, .btn.btn-danger .icon ellipse, .btn.btn-danger .actionIcon ellipse, .btn.btn-danger .smallIcon ellipse, .btn.btn-danger .icon path, .btn.btn-danger .actionIcon path, .btn.btn-danger .smallIcon path, .btn.btn-danger .icon g, .btn.btn-danger .actionIcon g, .btn.btn-danger .smallIcon g {
        fill: #FFFFFF;
    }

        .btn.btn-primary .icon rect[stroke='none'], .btn.btn-primary .actionIcon rect[stroke='none'], .btn.btn-primary .smallIcon rect[stroke='none'], .btn.btn-primary .icon circle[stroke='none'], .btn.btn-primary .actionIcon circle[stroke='none'], .btn.btn-primary .smallIcon circle[stroke='none'], .btn.btn-primary .icon polyline[stroke='none'], .btn.btn-primary .actionIcon polyline[stroke='none'], .btn.btn-primary .smallIcon polyline[stroke='none'], .btn.btn-primary .icon polygon[stroke='none'], .btn.btn-primary .actionIcon polygon[stroke='none'], .btn.btn-primary .smallIcon polygon[stroke='none'], .btn.btn-primary .icon line[stroke='none'], .btn.btn-primary .actionIcon line[stroke='none'], .btn.btn-primary .smallIcon line[stroke='none'], .btn.btn-primary .icon ellipse[stroke='none'], .btn.btn-primary .actionIcon ellipse[stroke='none'], .btn.btn-primary .smallIcon ellipse[stroke='none'], .btn.btn-primary .icon path[stroke='none'], .btn.btn-primary .actionIcon path[stroke='none'], .btn.btn-primary .smallIcon path[stroke='none'], .btn.btn-primary .icon g[stroke='none'], .btn.btn-primary .actionIcon g[stroke='none'], .btn.btn-primary .smallIcon g[stroke='none'], .btn.btn-danger .icon rect[stroke='none'], .btn.btn-danger .actionIcon rect[stroke='none'], .btn.btn-danger .smallIcon rect[stroke='none'], .btn.btn-danger .icon circle[stroke='none'], .btn.btn-danger .actionIcon circle[stroke='none'], .btn.btn-danger .smallIcon circle[stroke='none'], .btn.btn-danger .icon polyline[stroke='none'], .btn.btn-danger .actionIcon polyline[stroke='none'], .btn.btn-danger .smallIcon polyline[stroke='none'], .btn.btn-danger .icon polygon[stroke='none'], .btn.btn-danger .actionIcon polygon[stroke='none'], .btn.btn-danger .smallIcon polygon[stroke='none'], .btn.btn-danger .icon line[stroke='none'], .btn.btn-danger .actionIcon line[stroke='none'], .btn.btn-danger .smallIcon line[stroke='none'], .btn.btn-danger .icon ellipse[stroke='none'], .btn.btn-danger .actionIcon ellipse[stroke='none'], .btn.btn-danger .smallIcon ellipse[stroke='none'], .btn.btn-danger .icon path[stroke='none'], .btn.btn-danger .actionIcon path[stroke='none'], .btn.btn-danger .smallIcon path[stroke='none'], .btn.btn-danger .icon g[stroke='none'], .btn.btn-danger .actionIcon g[stroke='none'], .btn.btn-danger .smallIcon g[stroke='none'] {
            stroke: none;
        }

        .btn.btn-primary .icon rect[fill='none'], .btn.btn-primary .actionIcon rect[fill='none'], .btn.btn-primary .smallIcon rect[fill='none'], .btn.btn-primary .icon circle[fill='none'], .btn.btn-primary .actionIcon circle[fill='none'], .btn.btn-primary .smallIcon circle[fill='none'], .btn.btn-primary .icon polyline[fill='none'], .btn.btn-primary .actionIcon polyline[fill='none'], .btn.btn-primary .smallIcon polyline[fill='none'], .btn.btn-primary .icon polygon[fill='none'], .btn.btn-primary .actionIcon polygon[fill='none'], .btn.btn-primary .smallIcon polygon[fill='none'], .btn.btn-primary .icon line[fill='none'], .btn.btn-primary .actionIcon line[fill='none'], .btn.btn-primary .smallIcon line[fill='none'], .btn.btn-primary .icon ellipse[fill='none'], .btn.btn-primary .actionIcon ellipse[fill='none'], .btn.btn-primary .smallIcon ellipse[fill='none'], .btn.btn-primary .icon path[fill='none'], .btn.btn-primary .actionIcon path[fill='none'], .btn.btn-primary .smallIcon path[fill='none'], .btn.btn-primary .icon g[fill='none'], .btn.btn-primary .actionIcon g[fill='none'], .btn.btn-primary .smallIcon g[fill='none'], .btn.btn-danger .icon rect[fill='none'], .btn.btn-danger .actionIcon rect[fill='none'], .btn.btn-danger .smallIcon rect[fill='none'], .btn.btn-danger .icon circle[fill='none'], .btn.btn-danger .actionIcon circle[fill='none'], .btn.btn-danger .smallIcon circle[fill='none'], .btn.btn-danger .icon polyline[fill='none'], .btn.btn-danger .actionIcon polyline[fill='none'], .btn.btn-danger .smallIcon polyline[fill='none'], .btn.btn-danger .icon polygon[fill='none'], .btn.btn-danger .actionIcon polygon[fill='none'], .btn.btn-danger .smallIcon polygon[fill='none'], .btn.btn-danger .icon line[fill='none'], .btn.btn-danger .actionIcon line[fill='none'], .btn.btn-danger .smallIcon line[fill='none'], .btn.btn-danger .icon ellipse[fill='none'], .btn.btn-danger .actionIcon ellipse[fill='none'], .btn.btn-danger .smallIcon ellipse[fill='none'], .btn.btn-danger .icon path[fill='none'], .btn.btn-danger .actionIcon path[fill='none'], .btn.btn-danger .smallIcon path[fill='none'], .btn.btn-danger .icon g[fill='none'], .btn.btn-danger .actionIcon g[fill='none'], .btn.btn-danger .smallIcon g[fill='none'] {
            fill: none;
        }

            .btn.btn-primary .icon g[fill='none'] rect, .btn.btn-primary .actionIcon g[fill='none'] rect, .btn.btn-primary .smallIcon g[fill='none'] rect, .btn.btn-primary .icon g[fill='none'] circle, .btn.btn-primary .actionIcon g[fill='none'] circle, .btn.btn-primary .smallIcon g[fill='none'] circle, .btn.btn-primary .icon g[fill='none'] polyline, .btn.btn-primary .actionIcon g[fill='none'] polyline, .btn.btn-primary .smallIcon g[fill='none'] polyline, .btn.btn-primary .icon g[fill='none'] polygon, .btn.btn-primary .actionIcon g[fill='none'] polygon, .btn.btn-primary .smallIcon g[fill='none'] polygon, .btn.btn-primary .icon g[fill='none'] line, .btn.btn-primary .actionIcon g[fill='none'] line, .btn.btn-primary .smallIcon g[fill='none'] line, .btn.btn-primary .icon g[fill='none'] ellipse, .btn.btn-primary .actionIcon g[fill='none'] ellipse, .btn.btn-primary .smallIcon g[fill='none'] ellipse, .btn.btn-primary .icon g[fill='none'] path, .btn.btn-primary .actionIcon g[fill='none'] path, .btn.btn-primary .smallIcon g[fill='none'] path, .btn.btn-danger .icon g[fill='none'] rect, .btn.btn-danger .actionIcon g[fill='none'] rect, .btn.btn-danger .smallIcon g[fill='none'] rect, .btn.btn-danger .icon g[fill='none'] circle, .btn.btn-danger .actionIcon g[fill='none'] circle, .btn.btn-danger .smallIcon g[fill='none'] circle, .btn.btn-danger .icon g[fill='none'] polyline, .btn.btn-danger .actionIcon g[fill='none'] polyline, .btn.btn-danger .smallIcon g[fill='none'] polyline, .btn.btn-danger .icon g[fill='none'] polygon, .btn.btn-danger .actionIcon g[fill='none'] polygon, .btn.btn-danger .smallIcon g[fill='none'] polygon, .btn.btn-danger .icon g[fill='none'] line, .btn.btn-danger .actionIcon g[fill='none'] line, .btn.btn-danger .smallIcon g[fill='none'] line, .btn.btn-danger .icon g[fill='none'] ellipse, .btn.btn-danger .actionIcon g[fill='none'] ellipse, .btn.btn-danger .smallIcon g[fill='none'] ellipse, .btn.btn-danger .icon g[fill='none'] path, .btn.btn-danger .actionIcon g[fill='none'] path, .btn.btn-danger .smallIcon g[fill='none'] path {
                fill: none;
            }

.btn.btn-default .icon, .btn.btn-default .actionIcon, .btn.btn-default .smallIcon {
    color: #000000;
}

    .btn.btn-default .icon rect[stroke], .btn.btn-default .actionIcon rect[stroke], .btn.btn-default .smallIcon rect[stroke], .btn.btn-default .icon circle[stroke], .btn.btn-default .actionIcon circle[stroke], .btn.btn-default .smallIcon circle[stroke], .btn.btn-default .icon polyline[stroke], .btn.btn-default .actionIcon polyline[stroke], .btn.btn-default .smallIcon polyline[stroke], .btn.btn-default .icon polygon[stroke], .btn.btn-default .actionIcon polygon[stroke], .btn.btn-default .smallIcon polygon[stroke], .btn.btn-default .icon line[stroke], .btn.btn-default .actionIcon line[stroke], .btn.btn-default .smallIcon line[stroke], .btn.btn-default .icon ellipse[stroke], .btn.btn-default .actionIcon ellipse[stroke], .btn.btn-default .smallIcon ellipse[stroke], .btn.btn-default .icon path[stroke], .btn.btn-default .actionIcon path[stroke], .btn.btn-default .smallIcon path[stroke], .btn.btn-default .icon g[stroke], .btn.btn-default .actionIcon g[stroke], .btn.btn-default .smallIcon g[stroke] {
        stroke: #000000;
    }

    .btn.btn-default .icon rect, .btn.btn-default .actionIcon rect, .btn.btn-default .smallIcon rect, .btn.btn-default .icon circle, .btn.btn-default .actionIcon circle, .btn.btn-default .smallIcon circle, .btn.btn-default .icon polyline, .btn.btn-default .actionIcon polyline, .btn.btn-default .smallIcon polyline, .btn.btn-default .icon polygon, .btn.btn-default .actionIcon polygon, .btn.btn-default .smallIcon polygon, .btn.btn-default .icon line, .btn.btn-default .actionIcon line, .btn.btn-default .smallIcon line, .btn.btn-default .icon ellipse, .btn.btn-default .actionIcon ellipse, .btn.btn-default .smallIcon ellipse, .btn.btn-default .icon path, .btn.btn-default .actionIcon path, .btn.btn-default .smallIcon path, .btn.btn-default .icon g, .btn.btn-default .actionIcon g, .btn.btn-default .smallIcon g {
        fill: #000000;
    }

        .btn.btn-default .icon rect[stroke='none'], .btn.btn-default .actionIcon rect[stroke='none'], .btn.btn-default .smallIcon rect[stroke='none'], .btn.btn-default .icon circle[stroke='none'], .btn.btn-default .actionIcon circle[stroke='none'], .btn.btn-default .smallIcon circle[stroke='none'], .btn.btn-default .icon polyline[stroke='none'], .btn.btn-default .actionIcon polyline[stroke='none'], .btn.btn-default .smallIcon polyline[stroke='none'], .btn.btn-default .icon polygon[stroke='none'], .btn.btn-default .actionIcon polygon[stroke='none'], .btn.btn-default .smallIcon polygon[stroke='none'], .btn.btn-default .icon line[stroke='none'], .btn.btn-default .actionIcon line[stroke='none'], .btn.btn-default .smallIcon line[stroke='none'], .btn.btn-default .icon ellipse[stroke='none'], .btn.btn-default .actionIcon ellipse[stroke='none'], .btn.btn-default .smallIcon ellipse[stroke='none'], .btn.btn-default .icon path[stroke='none'], .btn.btn-default .actionIcon path[stroke='none'], .btn.btn-default .smallIcon path[stroke='none'], .btn.btn-default .icon g[stroke='none'], .btn.btn-default .actionIcon g[stroke='none'], .btn.btn-default .smallIcon g[stroke='none'] {
            stroke: none;
        }

        .btn.btn-default .icon rect[fill='none'], .btn.btn-default .actionIcon rect[fill='none'], .btn.btn-default .smallIcon rect[fill='none'], .btn.btn-default .icon circle[fill='none'], .btn.btn-default .actionIcon circle[fill='none'], .btn.btn-default .smallIcon circle[fill='none'], .btn.btn-default .icon polyline[fill='none'], .btn.btn-default .actionIcon polyline[fill='none'], .btn.btn-default .smallIcon polyline[fill='none'], .btn.btn-default .icon polygon[fill='none'], .btn.btn-default .actionIcon polygon[fill='none'], .btn.btn-default .smallIcon polygon[fill='none'], .btn.btn-default .icon line[fill='none'], .btn.btn-default .actionIcon line[fill='none'], .btn.btn-default .smallIcon line[fill='none'], .btn.btn-default .icon ellipse[fill='none'], .btn.btn-default .actionIcon ellipse[fill='none'], .btn.btn-default .smallIcon ellipse[fill='none'], .btn.btn-default .icon path[fill='none'], .btn.btn-default .actionIcon path[fill='none'], .btn.btn-default .smallIcon path[fill='none'], .btn.btn-default .icon g[fill='none'], .btn.btn-default .actionIcon g[fill='none'], .btn.btn-default .smallIcon g[fill='none'] {
            fill: none;
        }

            .btn.btn-default .icon g[fill='none'] rect, .btn.btn-default .actionIcon g[fill='none'] rect, .btn.btn-default .smallIcon g[fill='none'] rect, .btn.btn-default .icon g[fill='none'] circle, .btn.btn-default .actionIcon g[fill='none'] circle, .btn.btn-default .smallIcon g[fill='none'] circle, .btn.btn-default .icon g[fill='none'] polyline, .btn.btn-default .actionIcon g[fill='none'] polyline, .btn.btn-default .smallIcon g[fill='none'] polyline, .btn.btn-default .icon g[fill='none'] polygon, .btn.btn-default .actionIcon g[fill='none'] polygon, .btn.btn-default .smallIcon g[fill='none'] polygon, .btn.btn-default .icon g[fill='none'] line, .btn.btn-default .actionIcon g[fill='none'] line, .btn.btn-default .smallIcon g[fill='none'] line, .btn.btn-default .icon g[fill='none'] ellipse, .btn.btn-default .actionIcon g[fill='none'] ellipse, .btn.btn-default .smallIcon g[fill='none'] ellipse, .btn.btn-default .icon g[fill='none'] path, .btn.btn-default .actionIcon g[fill='none'] path, .btn.btn-default .smallIcon g[fill='none'] path {
                fill: none;
            }

.btn-lg-border {
    padding: 0.875em;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.hiddenSet {
    display: none !important;
}

.drawerDismissOverlay {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1000;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.dismissOverlayFront {
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.overlay {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.miniOverlay {
    position: relative;
    z-index: -1;
    visibility: hidden;
    width: inherit;
    height: inherit;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 18px;
    padding-right: 20px;
    margin-left: -3px;
    margin-top: -3px;
    margin-right: 20px;
    margin-bottom: 3px;
    border-radius: 3px;
    margin: 0 auto;
}

.overlayVisible {
    visibility: visible !important;
    z-index: 1000 !important;
}

.overlayContainer {
    position: relative;
    top: 50%;
}

.miniOverlayContainer {
    position: absolute;
    display: block;
}

.overlayContainer img {
    width: 50px;
    height: 35px;
}

/* Added for JTL */
.miniOverlayContainer img {
    width: 50px;
    height: 50px;
}

.rightButton {
    margin-left: auto;
    margin-right: 4px;
    padding-right: -4px;
    margin-top: 2px;
}

/* Added for JTL */
.overlayContainer svg {
    width: 50px;
    height: 50px;
}

.miniOverlayContainer svg {
    display: block;
    height: 40px;
    max-height: 100%;
}

.dualFormOverlay {
    max-width: 255px !important;
}

.singleFormOverlay {
    max-width: 555px !important;
}

@media screen and (max-width: 620px) {
    .dualFormOverlay {
        max-width: 42.5% !important;
    }
}

@media screen and (max-width: 470px) {
    .dualFormOverlay {
        max-width: 90.75% !important;
    }

    .singleFormOverlay {
        max-width: 95% !important;
    }
}

.loaderIndicator {
    color: White;
}

label {
    margin: 0;
}

.up-caret {
    border-top: none;
    border-bottom: 4px dashed;
}

.big-caret {
    border-width: 8px;
}

#menuTrigger {
    height: 50px;
    width: 50px;
}

.headerHelp {
    float: right;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.headerMenu {
    float: left;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    position: fixed;
    left: 5px;
}

.headerIcon {
    height: 50px;
    width: 40px;
    cursor: pointer;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

/*Hamburger Menu Icon*/
.animatedHamburgerContainer {
    width: 90%;
    height: 90%;
    cursor: pointer;
    user-select: none;
}

    .animatedHamburgerContainer:before {
        cursor: pointer;
    }

    .animatedHamburgerContainer:active:before {
        animation: materialResponse 0.4s ease;
        z-index: 2;
    }

.animatedHamburger {
    width: 30px;
    height: 50px;
    margin: 0 auto;
    top: 2px;
    position: relative;
}

    .animatedHamburger span,
    .animatedHamburger {
        transition: all 500ms ease;
    }

        .animatedHamburger span {
            background-color: #f0f0f0;
            position: absolute;
            width: 100%;
            border-radius: 3px;
        }

.hamburger .second {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    /* added transform for Firefox support */
}

.hamburger .third {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
}

/* This part is added to the hamburger css so they have the same height and positioning. */
.hamburger span, .arrow span {
    height: 2px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.hamburger {
    margin-top: 1px;
}

/* I also need to move it back a bit to keep it centered. */
.arrow {
    -webkit-transform: rotate(180deg) translateY(2px) translateX(-3px);
    transform: rotate(180deg) translateY(2px) translateX(-3px);
}

    .arrow .first {
        -webkit-transform: translateY(23px) translateX(2px);
        transform: translateY(23px) translateX(2px);
        width: 23px;
    }

    .arrow .second {
        -webkit-transform: rotate(45deg) translateY(4px) translateX(21px);
        transform: rotate(45deg) translateY(4px) translateX(21px);
        width: 14px;
    }

    .arrow .third {
        -webkit-transform: rotate(-45deg) translateY(28px) translateX(-12px);
        transform: rotate(-45deg) translateY(28px) translateX(-12px);
        width: 15px;
    }

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.overlay img {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.miniOverlay img {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

/*Added for JTL*/
.overlay svg {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.miniOverlay svg {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.loading-bar {
    height: 10px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
    padding: 2px;
    border-radius: 20px;
}

    .loading-bar .loading-fill {
        height: 100%;
        width: 0%;
        background-color: #2B7FC4;
        -webkit-box-shadow: 0 0 5px 1px rgba(43, 127, 196, 0.5);
        text-align: right;
        border-radius: 20px;
        border-top: 1px solid #74b0e1;
    }

    .loading-bar.indeterminate .loading-fill {
        width: 20% !important;
        position: relative;
        -webkit-animation: loading-bar-indeterminate 5s ease-in-out infinite;
    }

@-webkit-keyframes loading-bar-indeterminate {
    0% {
        left: 0%;
    }

    50% {
        left: 80%;
    }

    100% {
        left: 0%;
    }
}

.loading-bar.loading-bar-secondary {
    background-color: #FFFFFF;
    border-color: #999999;
}

    .loading-bar.loading-bar-secondary .loading-fill {
        background-color: #003300;
    }

/* Meter */
.meter {
    height: 100px;
    width: 10px;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #999999;
    border-radius: 20px;
    position: relative;
    background-color: #ef0404;
}

.meter-fill {
    height: 0%;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

ul.toolbar {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
}

    ul.toolbar.toolbar-right {
        float: right;
    }

    ul.toolbar > li {
        display: block;
        height: 50px;
        float: left;
    }

        ul.toolbar > li > a {
            line-height: 50px;
            padding: 0 12px;
            display: block;
        }

.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background-color: #f0f0f0;
    padding: 0px;
    z-index: 999;
}

    .dropdown-menu .icon, .dropdown-menu .actionIcon, .dropdown-menu .smallIcon,
    .dropdown-menu .actionIcon {
        color: #1c3347;
    }

        .dropdown-menu .icon rect[stroke], .dropdown-menu .actionIcon rect[stroke], .dropdown-menu .smallIcon rect[stroke], .dropdown-menu .icon circle[stroke], .dropdown-menu .actionIcon circle[stroke], .dropdown-menu .smallIcon circle[stroke], .dropdown-menu .icon polyline[stroke], .dropdown-menu .actionIcon polyline[stroke], .dropdown-menu .smallIcon polyline[stroke], .dropdown-menu .icon polygon[stroke], .dropdown-menu .actionIcon polygon[stroke], .dropdown-menu .smallIcon polygon[stroke], .dropdown-menu .icon line[stroke], .dropdown-menu .actionIcon line[stroke], .dropdown-menu .smallIcon line[stroke], .dropdown-menu .icon ellipse[stroke], .dropdown-menu .actionIcon ellipse[stroke], .dropdown-menu .smallIcon ellipse[stroke], .dropdown-menu .icon path[stroke], .dropdown-menu .actionIcon path[stroke], .dropdown-menu .smallIcon path[stroke], .dropdown-menu .icon g[stroke], .dropdown-menu .actionIcon g[stroke], .dropdown-menu .smallIcon g[stroke],
        .dropdown-menu .actionIcon rect[stroke],
        .dropdown-menu .actionIcon circle[stroke],
        .dropdown-menu .actionIcon polyline[stroke],
        .dropdown-menu .actionIcon polygon[stroke],
        .dropdown-menu .actionIcon line[stroke],
        .dropdown-menu .actionIcon ellipse[stroke],
        .dropdown-menu .actionIcon path[stroke],
        .dropdown-menu .actionIcon g[stroke] {
            stroke: #1c3347;
        }

        .dropdown-menu .icon rect, .dropdown-menu .actionIcon rect, .dropdown-menu .smallIcon rect, .dropdown-menu .icon circle, .dropdown-menu .actionIcon circle, .dropdown-menu .smallIcon circle, .dropdown-menu .icon polyline, .dropdown-menu .actionIcon polyline, .dropdown-menu .smallIcon polyline, .dropdown-menu .icon polygon, .dropdown-menu .actionIcon polygon, .dropdown-menu .smallIcon polygon, .dropdown-menu .icon line, .dropdown-menu .actionIcon line, .dropdown-menu .smallIcon line, .dropdown-menu .icon ellipse, .dropdown-menu .actionIcon ellipse, .dropdown-menu .smallIcon ellipse, .dropdown-menu .icon path, .dropdown-menu .actionIcon path, .dropdown-menu .smallIcon path, .dropdown-menu .icon g, .dropdown-menu .actionIcon g, .dropdown-menu .smallIcon g,
        .dropdown-menu .actionIcon rect,
        .dropdown-menu .actionIcon circle,
        .dropdown-menu .actionIcon polyline,
        .dropdown-menu .actionIcon polygon,
        .dropdown-menu .actionIcon line,
        .dropdown-menu .actionIcon ellipse,
        .dropdown-menu .actionIcon path,
        .dropdown-menu .actionIcon g {
            fill: #1c3347;
        }

            .dropdown-menu .icon rect[stroke='none'], .dropdown-menu .actionIcon rect[stroke='none'], .dropdown-menu .smallIcon rect[stroke='none'], .dropdown-menu .icon circle[stroke='none'], .dropdown-menu .actionIcon circle[stroke='none'], .dropdown-menu .smallIcon circle[stroke='none'], .dropdown-menu .icon polyline[stroke='none'], .dropdown-menu .actionIcon polyline[stroke='none'], .dropdown-menu .smallIcon polyline[stroke='none'], .dropdown-menu .icon polygon[stroke='none'], .dropdown-menu .actionIcon polygon[stroke='none'], .dropdown-menu .smallIcon polygon[stroke='none'], .dropdown-menu .icon line[stroke='none'], .dropdown-menu .actionIcon line[stroke='none'], .dropdown-menu .smallIcon line[stroke='none'], .dropdown-menu .icon ellipse[stroke='none'], .dropdown-menu .actionIcon ellipse[stroke='none'], .dropdown-menu .smallIcon ellipse[stroke='none'], .dropdown-menu .icon path[stroke='none'], .dropdown-menu .actionIcon path[stroke='none'], .dropdown-menu .smallIcon path[stroke='none'], .dropdown-menu .icon g[stroke='none'], .dropdown-menu .actionIcon g[stroke='none'], .dropdown-menu .smallIcon g[stroke='none'],
            .dropdown-menu .actionIcon rect[stroke='none'],
            .dropdown-menu .actionIcon circle[stroke='none'],
            .dropdown-menu .actionIcon polyline[stroke='none'],
            .dropdown-menu .actionIcon polygon[stroke='none'],
            .dropdown-menu .actionIcon line[stroke='none'],
            .dropdown-menu .actionIcon ellipse[stroke='none'],
            .dropdown-menu .actionIcon path[stroke='none'],
            .dropdown-menu .actionIcon g[stroke='none'] {
                stroke: none;
            }

            .dropdown-menu .icon rect[fill='none'], .dropdown-menu .actionIcon rect[fill='none'], .dropdown-menu .smallIcon rect[fill='none'], .dropdown-menu .icon circle[fill='none'], .dropdown-menu .actionIcon circle[fill='none'], .dropdown-menu .smallIcon circle[fill='none'], .dropdown-menu .icon polyline[fill='none'], .dropdown-menu .actionIcon polyline[fill='none'], .dropdown-menu .smallIcon polyline[fill='none'], .dropdown-menu .icon polygon[fill='none'], .dropdown-menu .actionIcon polygon[fill='none'], .dropdown-menu .smallIcon polygon[fill='none'], .dropdown-menu .icon line[fill='none'], .dropdown-menu .actionIcon line[fill='none'], .dropdown-menu .smallIcon line[fill='none'], .dropdown-menu .icon ellipse[fill='none'], .dropdown-menu .actionIcon ellipse[fill='none'], .dropdown-menu .smallIcon ellipse[fill='none'], .dropdown-menu .icon path[fill='none'], .dropdown-menu .actionIcon path[fill='none'], .dropdown-menu .smallIcon path[fill='none'], .dropdown-menu .icon g[fill='none'], .dropdown-menu .actionIcon g[fill='none'], .dropdown-menu .smallIcon g[fill='none'],
            .dropdown-menu .actionIcon rect[fill='none'],
            .dropdown-menu .actionIcon circle[fill='none'],
            .dropdown-menu .actionIcon polyline[fill='none'],
            .dropdown-menu .actionIcon polygon[fill='none'],
            .dropdown-menu .actionIcon line[fill='none'],
            .dropdown-menu .actionIcon ellipse[fill='none'],
            .dropdown-menu .actionIcon path[fill='none'],
            .dropdown-menu .actionIcon g[fill='none'] {
                fill: none;
            }

                .dropdown-menu .icon g[fill='none'] rect, .dropdown-menu .actionIcon g[fill='none'] rect, .dropdown-menu .smallIcon g[fill='none'] rect, .dropdown-menu .icon g[fill='none'] circle, .dropdown-menu .actionIcon g[fill='none'] circle, .dropdown-menu .smallIcon g[fill='none'] circle, .dropdown-menu .icon g[fill='none'] polyline, .dropdown-menu .actionIcon g[fill='none'] polyline, .dropdown-menu .smallIcon g[fill='none'] polyline, .dropdown-menu .icon g[fill='none'] polygon, .dropdown-menu .actionIcon g[fill='none'] polygon, .dropdown-menu .smallIcon g[fill='none'] polygon, .dropdown-menu .icon g[fill='none'] line, .dropdown-menu .actionIcon g[fill='none'] line, .dropdown-menu .smallIcon g[fill='none'] line, .dropdown-menu .icon g[fill='none'] ellipse, .dropdown-menu .actionIcon g[fill='none'] ellipse, .dropdown-menu .smallIcon g[fill='none'] ellipse, .dropdown-menu .icon g[fill='none'] path, .dropdown-menu .actionIcon g[fill='none'] path, .dropdown-menu .smallIcon g[fill='none'] path,
                .dropdown-menu .actionIcon g[fill='none'] rect,
                .dropdown-menu .actionIcon g[fill='none'] circle,
                .dropdown-menu .actionIcon g[fill='none'] polyline,
                .dropdown-menu .actionIcon g[fill='none'] polygon,
                .dropdown-menu .actionIcon g[fill='none'] line,
                .dropdown-menu .actionIcon g[fill='none'] ellipse,
                .dropdown-menu .actionIcon g[fill='none'] path {
                    fill: none;
                }

    .dropdown-menu .active .icon, .dropdown-menu .active .actionIcon, .dropdown-menu .active .smallIcon,
    .dropdown-menu .active .icon,
    .dropdown-menu .active .actionIcon,
    .dropdown-menu .active .smallIcon {
        color: #FFFFFF;
    }

        .dropdown-menu .active .icon rect[stroke], .dropdown-menu .active .actionIcon rect[stroke], .dropdown-menu .active .smallIcon rect[stroke], .dropdown-menu .active .icon circle[stroke], .dropdown-menu .active .actionIcon circle[stroke], .dropdown-menu .active .smallIcon circle[stroke], .dropdown-menu .active .icon polyline[stroke], .dropdown-menu .active .actionIcon polyline[stroke], .dropdown-menu .active .smallIcon polyline[stroke], .dropdown-menu .active .icon polygon[stroke], .dropdown-menu .active .actionIcon polygon[stroke], .dropdown-menu .active .smallIcon polygon[stroke], .dropdown-menu .active .icon line[stroke], .dropdown-menu .active .actionIcon line[stroke], .dropdown-menu .active .smallIcon line[stroke], .dropdown-menu .active .icon ellipse[stroke], .dropdown-menu .active .actionIcon ellipse[stroke], .dropdown-menu .active .smallIcon ellipse[stroke], .dropdown-menu .active .icon path[stroke], .dropdown-menu .active .actionIcon path[stroke], .dropdown-menu .active .smallIcon path[stroke], .dropdown-menu .active .icon g[stroke], .dropdown-menu .active .actionIcon g[stroke], .dropdown-menu .active .smallIcon g[stroke],
        .dropdown-menu .active .icon rect[stroke],
        .dropdown-menu .active .actionIcon rect[stroke],
        .dropdown-menu .active .smallIcon rect[stroke],
        .dropdown-menu .active .icon circle[stroke],
        .dropdown-menu .active .actionIcon circle[stroke],
        .dropdown-menu .active .smallIcon circle[stroke],
        .dropdown-menu .active .icon polyline[stroke],
        .dropdown-menu .active .actionIcon polyline[stroke],
        .dropdown-menu .active .smallIcon polyline[stroke],
        .dropdown-menu .active .icon polygon[stroke],
        .dropdown-menu .active .actionIcon polygon[stroke],
        .dropdown-menu .active .smallIcon polygon[stroke],
        .dropdown-menu .active .icon line[stroke],
        .dropdown-menu .active .actionIcon line[stroke],
        .dropdown-menu .active .smallIcon line[stroke],
        .dropdown-menu .active .icon ellipse[stroke],
        .dropdown-menu .active .actionIcon ellipse[stroke],
        .dropdown-menu .active .smallIcon ellipse[stroke],
        .dropdown-menu .active .icon path[stroke],
        .dropdown-menu .active .actionIcon path[stroke],
        .dropdown-menu .active .smallIcon path[stroke],
        .dropdown-menu .active .icon g[stroke],
        .dropdown-menu .active .actionIcon g[stroke],
        .dropdown-menu .active .smallIcon g[stroke] {
            stroke: #FFFFFF;
        }

        .dropdown-menu .active .icon rect, .dropdown-menu .active .actionIcon rect, .dropdown-menu .active .smallIcon rect, .dropdown-menu .active .icon circle, .dropdown-menu .active .actionIcon circle, .dropdown-menu .active .smallIcon circle, .dropdown-menu .active .icon polyline, .dropdown-menu .active .actionIcon polyline, .dropdown-menu .active .smallIcon polyline, .dropdown-menu .active .icon polygon, .dropdown-menu .active .actionIcon polygon, .dropdown-menu .active .smallIcon polygon, .dropdown-menu .active .icon line, .dropdown-menu .active .actionIcon line, .dropdown-menu .active .smallIcon line, .dropdown-menu .active .icon ellipse, .dropdown-menu .active .actionIcon ellipse, .dropdown-menu .active .smallIcon ellipse, .dropdown-menu .active .icon path, .dropdown-menu .active .actionIcon path, .dropdown-menu .active .smallIcon path, .dropdown-menu .active .icon g, .dropdown-menu .active .actionIcon g, .dropdown-menu .active .smallIcon g,
        .dropdown-menu .active .icon rect,
        .dropdown-menu .active .actionIcon rect,
        .dropdown-menu .active .smallIcon rect,
        .dropdown-menu .active .icon circle,
        .dropdown-menu .active .actionIcon circle,
        .dropdown-menu .active .smallIcon circle,
        .dropdown-menu .active .icon polyline,
        .dropdown-menu .active .actionIcon polyline,
        .dropdown-menu .active .smallIcon polyline,
        .dropdown-menu .active .icon polygon,
        .dropdown-menu .active .actionIcon polygon,
        .dropdown-menu .active .smallIcon polygon,
        .dropdown-menu .active .icon line,
        .dropdown-menu .active .actionIcon line,
        .dropdown-menu .active .smallIcon line,
        .dropdown-menu .active .icon ellipse,
        .dropdown-menu .active .actionIcon ellipse,
        .dropdown-menu .active .smallIcon ellipse,
        .dropdown-menu .active .icon path,
        .dropdown-menu .active .actionIcon path,
        .dropdown-menu .active .smallIcon path,
        .dropdown-menu .active .icon g,
        .dropdown-menu .active .actionIcon g,
        .dropdown-menu .active .smallIcon g {
            fill: #FFFFFF;
        }

            .dropdown-menu .active .icon rect[stroke='none'], .dropdown-menu .active .actionIcon rect[stroke='none'], .dropdown-menu .active .smallIcon rect[stroke='none'], .dropdown-menu .active .icon circle[stroke='none'], .dropdown-menu .active .actionIcon circle[stroke='none'], .dropdown-menu .active .smallIcon circle[stroke='none'], .dropdown-menu .active .icon polyline[stroke='none'], .dropdown-menu .active .actionIcon polyline[stroke='none'], .dropdown-menu .active .smallIcon polyline[stroke='none'], .dropdown-menu .active .icon polygon[stroke='none'], .dropdown-menu .active .actionIcon polygon[stroke='none'], .dropdown-menu .active .smallIcon polygon[stroke='none'], .dropdown-menu .active .icon line[stroke='none'], .dropdown-menu .active .actionIcon line[stroke='none'], .dropdown-menu .active .smallIcon line[stroke='none'], .dropdown-menu .active .icon ellipse[stroke='none'], .dropdown-menu .active .actionIcon ellipse[stroke='none'], .dropdown-menu .active .smallIcon ellipse[stroke='none'], .dropdown-menu .active .icon path[stroke='none'], .dropdown-menu .active .actionIcon path[stroke='none'], .dropdown-menu .active .smallIcon path[stroke='none'], .dropdown-menu .active .icon g[stroke='none'], .dropdown-menu .active .actionIcon g[stroke='none'], .dropdown-menu .active .smallIcon g[stroke='none'],
            .dropdown-menu .active .icon rect[stroke='none'],
            .dropdown-menu .active .actionIcon rect[stroke='none'],
            .dropdown-menu .active .smallIcon rect[stroke='none'],
            .dropdown-menu .active .icon circle[stroke='none'],
            .dropdown-menu .active .actionIcon circle[stroke='none'],
            .dropdown-menu .active .smallIcon circle[stroke='none'],
            .dropdown-menu .active .icon polyline[stroke='none'],
            .dropdown-menu .active .actionIcon polyline[stroke='none'],
            .dropdown-menu .active .smallIcon polyline[stroke='none'],
            .dropdown-menu .active .icon polygon[stroke='none'],
            .dropdown-menu .active .actionIcon polygon[stroke='none'],
            .dropdown-menu .active .smallIcon polygon[stroke='none'],
            .dropdown-menu .active .icon line[stroke='none'],
            .dropdown-menu .active .actionIcon line[stroke='none'],
            .dropdown-menu .active .smallIcon line[stroke='none'],
            .dropdown-menu .active .icon ellipse[stroke='none'],
            .dropdown-menu .active .actionIcon ellipse[stroke='none'],
            .dropdown-menu .active .smallIcon ellipse[stroke='none'],
            .dropdown-menu .active .icon path[stroke='none'],
            .dropdown-menu .active .actionIcon path[stroke='none'],
            .dropdown-menu .active .smallIcon path[stroke='none'],
            .dropdown-menu .active .icon g[stroke='none'],
            .dropdown-menu .active .actionIcon g[stroke='none'],
            .dropdown-menu .active .smallIcon g[stroke='none'] {
                stroke: none;
            }

            .dropdown-menu .active .icon rect[fill='none'], .dropdown-menu .active .actionIcon rect[fill='none'], .dropdown-menu .active .smallIcon rect[fill='none'], .dropdown-menu .active .icon circle[fill='none'], .dropdown-menu .active .actionIcon circle[fill='none'], .dropdown-menu .active .smallIcon circle[fill='none'], .dropdown-menu .active .icon polyline[fill='none'], .dropdown-menu .active .actionIcon polyline[fill='none'], .dropdown-menu .active .smallIcon polyline[fill='none'], .dropdown-menu .active .icon polygon[fill='none'], .dropdown-menu .active .actionIcon polygon[fill='none'], .dropdown-menu .active .smallIcon polygon[fill='none'], .dropdown-menu .active .icon line[fill='none'], .dropdown-menu .active .actionIcon line[fill='none'], .dropdown-menu .active .smallIcon line[fill='none'], .dropdown-menu .active .icon ellipse[fill='none'], .dropdown-menu .active .actionIcon ellipse[fill='none'], .dropdown-menu .active .smallIcon ellipse[fill='none'], .dropdown-menu .active .icon path[fill='none'], .dropdown-menu .active .actionIcon path[fill='none'], .dropdown-menu .active .smallIcon path[fill='none'], .dropdown-menu .active .icon g[fill='none'], .dropdown-menu .active .actionIcon g[fill='none'], .dropdown-menu .active .smallIcon g[fill='none'],
            .dropdown-menu .active .icon rect[fill='none'],
            .dropdown-menu .active .actionIcon rect[fill='none'],
            .dropdown-menu .active .smallIcon rect[fill='none'],
            .dropdown-menu .active .icon circle[fill='none'],
            .dropdown-menu .active .actionIcon circle[fill='none'],
            .dropdown-menu .active .smallIcon circle[fill='none'],
            .dropdown-menu .active .icon polyline[fill='none'],
            .dropdown-menu .active .actionIcon polyline[fill='none'],
            .dropdown-menu .active .smallIcon polyline[fill='none'],
            .dropdown-menu .active .icon polygon[fill='none'],
            .dropdown-menu .active .actionIcon polygon[fill='none'],
            .dropdown-menu .active .smallIcon polygon[fill='none'],
            .dropdown-menu .active .icon line[fill='none'],
            .dropdown-menu .active .actionIcon line[fill='none'],
            .dropdown-menu .active .smallIcon line[fill='none'],
            .dropdown-menu .active .icon ellipse[fill='none'],
            .dropdown-menu .active .actionIcon ellipse[fill='none'],
            .dropdown-menu .active .smallIcon ellipse[fill='none'],
            .dropdown-menu .active .icon path[fill='none'],
            .dropdown-menu .active .actionIcon path[fill='none'],
            .dropdown-menu .active .smallIcon path[fill='none'],
            .dropdown-menu .active .icon g[fill='none'],
            .dropdown-menu .active .actionIcon g[fill='none'],
            .dropdown-menu .active .smallIcon g[fill='none'] {
                fill: none;
            }

                .dropdown-menu .active .icon g[fill='none'] rect, .dropdown-menu .active .actionIcon g[fill='none'] rect, .dropdown-menu .active .smallIcon g[fill='none'] rect, .dropdown-menu .active .icon g[fill='none'] circle, .dropdown-menu .active .actionIcon g[fill='none'] circle, .dropdown-menu .active .smallIcon g[fill='none'] circle, .dropdown-menu .active .icon g[fill='none'] polyline, .dropdown-menu .active .actionIcon g[fill='none'] polyline, .dropdown-menu .active .smallIcon g[fill='none'] polyline, .dropdown-menu .active .icon g[fill='none'] polygon, .dropdown-menu .active .actionIcon g[fill='none'] polygon, .dropdown-menu .active .smallIcon g[fill='none'] polygon, .dropdown-menu .active .icon g[fill='none'] line, .dropdown-menu .active .actionIcon g[fill='none'] line, .dropdown-menu .active .smallIcon g[fill='none'] line, .dropdown-menu .active .icon g[fill='none'] ellipse, .dropdown-menu .active .actionIcon g[fill='none'] ellipse, .dropdown-menu .active .smallIcon g[fill='none'] ellipse, .dropdown-menu .active .icon g[fill='none'] path, .dropdown-menu .active .actionIcon g[fill='none'] path, .dropdown-menu .active .smallIcon g[fill='none'] path,
                .dropdown-menu .active .icon g[fill='none'] rect,
                .dropdown-menu .active .actionIcon g[fill='none'] rect,
                .dropdown-menu .active .smallIcon g[fill='none'] rect,
                .dropdown-menu .active .icon g[fill='none'] circle,
                .dropdown-menu .active .actionIcon g[fill='none'] circle,
                .dropdown-menu .active .smallIcon g[fill='none'] circle,
                .dropdown-menu .active .icon g[fill='none'] polyline,
                .dropdown-menu .active .actionIcon g[fill='none'] polyline,
                .dropdown-menu .active .smallIcon g[fill='none'] polyline,
                .dropdown-menu .active .icon g[fill='none'] polygon,
                .dropdown-menu .active .actionIcon g[fill='none'] polygon,
                .dropdown-menu .active .smallIcon g[fill='none'] polygon,
                .dropdown-menu .active .icon g[fill='none'] line,
                .dropdown-menu .active .actionIcon g[fill='none'] line,
                .dropdown-menu .active .smallIcon g[fill='none'] line,
                .dropdown-menu .active .icon g[fill='none'] ellipse,
                .dropdown-menu .active .actionIcon g[fill='none'] ellipse,
                .dropdown-menu .active .smallIcon g[fill='none'] ellipse,
                .dropdown-menu .active .icon g[fill='none'] path,
                .dropdown-menu .active .actionIcon g[fill='none'] path,
                .dropdown-menu .active .smallIcon g[fill='none'] path {
                    fill: none;
                }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #e3e3e3;
    }

    .dropdown-menu .dropdownTitle {
        color: #000;
        font-size: 25px;
    }

    .dropdown-menu .dropdownItem {
        color: #000;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #FFFFFF;
        background-color: #1c3347;
    }

button.list-group-item.active, button.list-group-item.active:hover, button.list-group-item.active:focus {
    background-color: #cacaca;
    border-color: #b0b0b0;
    color: #000000;
}

/* Modal */
.modal-content {
    border-radius: 0;
}

.modal-footer {
    background-color: #f0f0f0;
}

.modal-context {
    overflow: hidden !important;
    position: relative !important;
}

.modal-in-context {
    position: absolute !important;
}

@media only screen and (min-width: 960px) {
    .modal-lg {
        width: 100%;
    }

        .modal-lg .modal-dialog {
            width: 860px;
        }
}

.disabled {
    opacity: 0.6;
}

/* Cogniflow loading */
.cogniflow-loading {
    height: 5px;
    /*background-color: #66afe9;*/
    /* -webkit-animation: cogniflow-loading 0.8s ease-in-out infinite;  
   animation: cogniflow-loading 0.8s ease-in-out infinite;*/
    animation: cogniflow-move 1s linear infinite;
    -webkit-animation: cogniflow-move 1s linear infinite;
    background: repeating-linear-gradient(to right, #66afe9, #66afe9 80px, transparent 80px, transparent 200px);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@-webkit-keyframes cogniflow-move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 200px 200px;
    }
}

@keyframes cogniflow-move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 300px 300px;
    }
}

@-webkit-keyframes cogniflow-loading {
    0% {
        width: 10%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 10%;
    }
}

@keyframes cogniflow-loading {
    0% {
        width: 10%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 10%;
    }
}
/* Sliding group */
.sliding-group {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .sliding-group .pane {
        overflow: auto;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .sliding-group .sliding-pane {
        position: absolute;
        right: -100%;
        top: 0px;
        width: 100%;
        height: 100%;
        -webkit-transition: right 0.3s ease-in-out;
        -moz-transition: right 0.3s ease-in-out;
        -o-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out;
        z-index: 777;
        background-color: #DCDCDC;
        overflow: auto;
    }

        .sliding-group .sliding-pane.show {
            right: 0;
            overflow-y: auto;
            -webkit-box-shadow: 2px 2px 10px 1px #666;
        }

/* Loading overlay */
.loading-overlay-context {
    position: relative;
    overflow: hidden;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999999999;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #FFFFFF;
    justify-content: center;
    -webkit-justify-content: center;
}

    .loading-overlay span {
        display: block;
    }

    .loading-overlay .loading-overlay-spinner {
        width: 50px;
        height: 50px;
        content: url(interp://images/loading.svg);
        -webkit-animation: rotating 2s linear infinite;
        -moz-animation: rotating 2s linear infinite;
        -ms-animation: rotating 2s linear infinite;
        -o-animation: rotating 2s linear infinite;
        animation: rotating 2s linear infinite;
    }

/*# sourceMappingURL=base.css.map */
