﻿html, body, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-spacing: 0;
    border-collapse: collapse;
}

div.clean {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 100% !important;
    font: inherit !important;
    vertical-align: baseline !important;
    border-radius: 0 !important;
}

@media print {
    nav {
        visibility: collapse;
        display: none;
    }
}

html {
    overflow-y: scroll;
    background-color: #DD1B23;
    height: 100%;
}

    html body {
        background-color: #DD1B23;
        font-size: 75%;
        font-family: arial, helvetica, sans-serif;
        height: 100%;
    }

        html body > form {
            display: table;
            height: 1px;
            min-height: 100%;
            min-width: 100%;
            background-color: white;
            border: 16px solid #DD1B23;
            box-sizing: border-box;
        }

@media print {
    html body > form {
        border: 0;
    }
}

header {
    padding: 1em 1.6em;
    height: 100px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

@media print {
    header {
        padding: 0 0 1em 0;
    }
}

header.flip-logos #product-logo-container {
    order: 100;
}

header.flip-logos div:last-child {
    order: -1;
}

header > div + div {
    padding-left: 1.5em;
}

header .organization-employer-selection-container {
    white-space: nowrap;
}

@media print {
    header .organization-employer-selection-container {
        visibility: collapse;
        display: none;
    }
}

header .organization-employer-selection-container .organization-employer-wrapper {
    display: inline-block;
}

header .version {
    text-align: center;
}

header #product-logo-container {
    height: 100px;
}

    header #product-logo-container #productLogo {
        width: 250px;
        height: 90px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

header .organization-logo-wrapper {
    height: 100px;
}

    header .organization-logo-wrapper .organization-logo {
        max-width: 200px;
        max-height: 100px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

@media print {
    #navigation {
        visibility: collapse;
        display: none;
    }
}

#navigation .website-tabs {
    margin: 0 1.6em;
}

#main {
    display: table-row;
    height: 100%;
}

    #main #main-container {
        display: table-cell;
        clear: both;
        padding: 0.2em 2em 4em 2em;
    }

@media print {
    #main #main-container {
        padding: 0;
    }
}

#main #main-container .page-title {
    margin-top: 0.6em;
}

footer {
    margin: 2em 1.6em;
}

@media print {
    footer {
        visibility: collapse;
        display: none;
    }
}

footer.login-footer {
    display: flex;
    flex-flow: row nowrap;
    border-radius: 0.35em;
    background-color: #DD1B23;
    margin: 0.6em;
    padding: 0.6em;
}

    footer.login-footer div {
        flex: 0 0 25%;
        text-align: center;
    }

        footer.login-footer div span, footer.login-footer div a {
            color: White;
        }

.divider {
    margin-bottom: 20px;
}

html.site-type-stage, html.site-type-dev {
    background-color: #DD1B23 !important;
}

    html.site-type-stage body, html.site-type-dev body {
        background-color: #DD1B23 !important;
    }

        html.site-type-stage body > form, html.site-type-dev body > form {
            border-color: #DD1B23 !important;
        }

table.sticky-headers > thead > tr > td, table.sticky-headers > thead > tr > th {
    position: sticky;
    top: 0;
}

html body .clean-layout {
    margin: 0;
    padding: 0;
}

    html body .clean-layout div, html body .clean-layout p, html body .clean-layout h1, html body .clean-layout h2, html body .clean-layout h3, html body .clean-layout h4, html body .clean-layout h5, html body .clean-layout h6, html body .clean-layout table {
        margin-top: 0;
    }

    html body .clean-layout div, html body .clean-layout p, html body .clean-layout h1, html body .clean-layout table {
        margin-bottom: 1.6rem;
    }

    html body .clean-layout h2, html body .clean-layout h3, html body .clean-layout h4, html body .clean-layout h5, html body .clean-layout h6 {
        margin-bottom: 0.5rem;
    }

html body .new-layout .section, html body .new-layout section {
    padding: 0;
    margin: 0;
    margin-bottom: 1.6rem;
}

html body .new-layout p, html body .new-layout h1, html body .new-layout h2, html body .new-layout h3, html body .new-layout h4, html body .new-layout h5, html body .new-layout h6, html body .new-layout .section-small {
    padding: 0;
    margin: 0;
    margin-bottom: 0.5rem;
}

html body .new-layout p {
    margin-bottom: 0.8rem;
}

html body .new-layout .space-row-items > * + * {
    margin-left: 1.6rem;
}

@media print {
    .hide-for-print {
        visibility: collapse;
        display: none;
    }
}

.single-column-label-content-layout {
    display: table;
}

    .single-column-label-content-layout > .row {
        display: table-row;
    }

        .single-column-label-content-layout > .row > .label, .single-column-label-content-layout > .row > .content {
            padding: 0.3em;
            vertical-align: middle;
        }

        .single-column-label-content-layout > .row > .label {
            display: table-cell;
            text-align: left;
        }

        .single-column-label-content-layout > .row > .content {
            display: table-cell;
        }

ul {
    list-style-type: disc;
}

.no-wrap {
    white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: bold;
}

h1 {
    font-size: 1.8em;
}

h2 {
    margin-bottom: 1.2em;
    font-size: 1.5em;
}

h3 {
    margin-top: 2.5em;
    margin-bottom: 0.5em;
    background: white;
    color: #DD1B23;
    font-size: 1.2em;
}

    h2 + h3, p + h3, h3:first-child {
        margin-top: 1.5em;
    }

    h3 + p {
        margin-top: -0.3em;
    }

h4 {
    margin-bottom: 0.5em;
    background: white;
    color: #DD1B23;
    font-weight: bold;
    font-size: 1em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

hr {
    border: 0;
    color: rgb(194, 194, 194);
    background-color: rgb(194, 194, 194);
    height: 1px;
}

fieldset {
    display: inline;
    padding: 0.8em;
    background: white;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 0.35em;
    text-align: left;
}

    fieldset.narrow-padding {
        padding: 0.3em;
    }

        fieldset.narrow-padding legend {
            margin-left: 0.5em;
        }

legend {
    color: Black;
    font-weight: bold;
}

input, select, button {
    font-size: 1em;
}

textarea {
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
    overflow: auto;
}

.hidden {
    display: none;
}

.gray-box {
    background-color: White;
    padding: 0.8em;
    border: 3px solid rgb(190, 190, 190);
    border-radius: 0.6em;
}

.small-font-table {
    font-size: 0.9em;
}

.table-centered {
    margin-right: auto;
    margin-left: auto;
}

.full-width-table {
    width: 100%;
}

td.table-centered-column {
    text-align: center;
}

.table-layout > tbody > tr > td {
    padding: 0.3em;
}

.table-layout.vertical-align-top th, .table-layout.vertical-align-top td {
    vertical-align: top;
}

.right-align-first-column tr > td:first-of-type {
    text-align: right;
}

.space-table-headers th {
    padding-left: 0.3em;
    padding-right: 0.3em;
}

.invoice-list-table > tbody > tr > td {
    padding: 2em;
    border: 1px dotted black;
    background-color: #FFFF99;
    vertical-align: top;
}

#breadcrumb-trail {
    padding: 0.6em 3em 0.2em 3em;
}

a {
    color: black;
    outline: 0;
}

    a:hover, a.hover {
        color: #ff5353;
    }

    a:focus, a.focus {
        color: #ff5353;
    }

    a:active, a.active {
        color: #dd1b23;
    }

    a:disabled, a.aspNetDisabled {
        color: rgb(148, 148, 148);
        text-decoration: none;
    }

ul.links-list {
    list-style: none;
}

    ul.links-list li + li {
        margin-top: 1em;
    }

html.reports {
    background-color: white;
}

    html.reports body {
        background-color: white;
    }

        html.reports body > form {
            border: 0;
        }

    html.reports .content_plain > :first-child {
        display: inline-block;
        margin: 0 auto;
    }

@media print {
    html.reports .content_plain > :first-child {
        display: block;
        margin: 0;
    }
}

.ui-dialog .ui-dialog-content .dialog-box-content-holder {
    width: 100%;
    height: 100%;
}

    .ui-dialog .ui-dialog-content .dialog-box-content-holder textarea {
        width: 100%;
        height: 95%;
    }

.tabs ul.tabs-strip {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

    .tabs ul.tabs-strip > li {
        float: left;
        margin-bottom: -1px;
    }

        .tabs ul.tabs-strip > li + li {
            margin-left: -1px;
        }

        .tabs ul.tabs-strip > li > a {
            background: #e6e6e6;
            background: linear-gradient(to bottom, #ebebeb 0, #e6e6e6 100%);
            display: block;
            padding: 0.75em 1.5em;
            border: 1px solid #bebebe;
            border-top-right-radius: 0.6em;
            border-top-left-radius: 0.6em;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.2em;
        }

.tabs.small ul.tabs-strip > li > a {
    padding: 0.4em 0.8em;
}

.tabs ul.tabs-strip > li > a:hover, .tabs ul.tabs-strip > li > a.hover, .tabs ul.tabs-strip > li > a:focus, .tabs ul.tabs-strip > li > a.focus {
    background: #ff5353;
    background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
    color: White;
}

.tabs ul.tabs-strip > li > a:active, .tabs ul.tabs-strip > li > a.selected-tab {
    cursor: default;
    background: #dd1b23;
    background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
    color: White;
}

.tabs .tabs-content {
    clear: both;
    padding: 0.3em 1.5em 1.5em 1.5em;
    border: 1px solid #bebebe;
    border-radius: 0.35em;
    border-top-left-radius: 0;
}

.data-rows-table {
    border: 0;
    border-spacing: 0;
    border-collapse: separate !important;
}

    .data-rows-table input[type=text], .data-rows-table input[type=password], .data-rows-table textarea, .data-rows-table select {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .data-rows-table > thead > tr > th, .data-rows-table > tbody.header > tr > th {
        text-align: center;
        font-weight: bold;
    }

    .data-rows-table > tbody > tr > td {
        background-color: White;
    }

    .data-rows-table > thead > tr > th, .data-rows-table > tbody.header > tr > th, .data-rows-table > tfoot > tr > td {
        background-color: rgb(207, 207, 207);
        color: Black;
    }

    .data-rows-table > thead > tr > th, .data-rows-table > tbody.header > tr > th, .data-rows-table > tfoot > tr > td, .data-rows-table > tbody > tr > td {
        margin: 0;
        padding: 0.25em 1.2em;
        border: 0;
    }

    .data-rows-table > tbody > tr.separator-row > td {
        background: rgb(207, 207, 207) !important;
        height: 5px;
        padding: 0;
    }

    .data-rows-table > tbody > tr.alternate-row {
        display: none !important;
    }

        .data-rows-table > tbody > tr.alternate-row + tr:nth-child(even) > td {
            border-top: none !important;
        }

        .data-rows-table > tbody > tr.alternate-row + tr:nth-child(odd) > td {
            border-top: 1px solid rgb(190, 190, 190) !important;
        }

        .data-rows-table > tbody > tr.alternate-row + tr > th {
            border-top: none;
        }

    .data-rows-table > tbody > tr:nth-child(even) > td {
        border-top: 1px solid rgb(190, 190, 190);
        border-bottom: 1px solid rgb(190, 190, 190);
        background-color: rgb(235, 235, 235);
    }

    .data-rows-table.show-hover > tbody > tr:hover > td {
        background: #ff5353;
        background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
        color: White;
    }

    .data-rows-table > tbody > tr.data-rows-table-selected-row > td {
        background: #dd1b23;
        background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%) !important;
        color: White;
    }

        .data-rows-table > tbody > tr.data-rows-table-selected-row > td a {
            color: white;
        }

            .data-rows-table > tbody > tr.data-rows-table-selected-row > td a:hover, .data-rows-table > tbody > tr.data-rows-table-selected-row > td a:focus {
                color: rgb(228, 228, 228);
            }

            .data-rows-table > tbody > tr.data-rows-table-selected-row > td a:active {
                color: rgb(194, 194, 194);
            }

    .data-rows-table > tbody > tr.data-rows-table-edit-row > td {
        background-color: rgb(239, 239, 239);
    }

    .data-rows-table > tfoot > tr.data-rows-table-pager-row > td {
        background-color: rgb(212, 212, 212);
    }

        .data-rows-table > tfoot > tr.data-rows-table-pager-row > td table tr td + td {
            padding-left: 0.25em;
        }

    .data-rows-table > tbody > tr:first-of-type > td {
        border-top: 1px solid rgb(190, 190, 190);
    }

    .data-rows-table > tbody > tr:last-of-type > td {
        border-bottom: 1px solid rgb(190, 190, 190);
    }

    .data-rows-table > tbody > tr > td:first-of-type {
        border-left: 1px solid rgb(190, 190, 190);
    }

    .data-rows-table > tbody > tr > td:last-of-type {
        border-right: 1px solid rgb(190, 190, 190);
    }

    .data-rows-table > tbody > tr:first-of-type > td:first-of-type {
        border-top-left-radius: 0.35em;
    }

    .data-rows-table > tbody > tr:first-of-type > td:last-of-type {
        border-top-right-radius: 0.35em;
    }

    .data-rows-table > tbody:last-child > tr:last-of-type > td:last-of-type {
        border-bottom-right-radius: 0.35em;
    }

    .data-rows-table > tbody:last-child > tr:last-of-type > td:first-of-type {
        border-bottom-left-radius: 0.35em;
    }

    .data-rows-table > thead > tr:first-of-type > th, .data-rows-table > tbody.header > tr:first-of-type > th {
        border-top: 1px solid rgb(190, 190, 190);
    }

        .data-rows-table > thead > tr:first-of-type > th:first-of-type, .data-rows-table > tbody.header > tr:first-of-type > th:first-of-type {
            border-left: 1px solid rgb(190, 190, 190);
            border-top-left-radius: 1.1em;
        }

        .data-rows-table > thead > tr:first-of-type > th:last-of-type, .data-rows-table > tbody.header > tr:first-of-type > th:last-of-type {
            border-right: 1px solid rgb(190, 190, 190);
            border-top-right-radius: 1.1em;
        }

    .data-rows-table > tbody + tbody > tr:first-of-type > td, .data-rows-table > tbody + tbody > tr:first-of-type > th, .data-rows-table > thead + tbody > tr:first-of-type > td, .data-rows-table > thead + tbody > tr:first-of-type > th {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .data-rows-table > tfoot > tr > td {
        border-bottom: 1px solid rgb(190, 190, 190);
    }

        .data-rows-table > tfoot > tr > td:first-of-type {
            border-left: 1px solid rgb(190, 190, 190);
        }

        .data-rows-table > tfoot > tr > td:last-of-type {
            border-right: 1px solid rgb(190, 190, 190);
        }

    .data-rows-table > tfoot > tr:last-of-type > td:first-of-type {
        border-bottom-left-radius: 0.35em;
    }

    .data-rows-table > tfoot > tr:last-of-type > td:last-of-type {
        border-bottom-right-radius: 0.35em;
    }

    .data-rows-table > tfoot ~ tbody > tr:last-of-type > td {
        border-radius: 0 !important;
    }

    .data-rows-table > tfoot > tr.data-rows-table-empty-row > td {
        border: 1px solid rgb(190, 190, 190);
        border-radius: 0.35em;
        text-align: center;
    }

    .data-rows-table > thead > tr > th.sort {
        background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
        background-repeat: no-repeat;
        background-position: center right;
        white-space: normal;
        cursor: pointer;
    }

    .data-rows-table > thead > tr > th.sort-asc {
        background-color: #C2C2C2;
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    }

    .data-rows-table > thead > tr > th.sort-desc {
        background-color: #B5B5B5;
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    }

    .data-rows-table > tbody > tr.child-row > td {
        background-color: #b3b8b7;
        border-top-style: hidden;
    }

    .data-rows-table > tbody > tr.child-row:nth-child(even) > td {
        background-color: #dadada;
        border-top-style: hidden;
    }

    .data-rows-table > tbody > tr.has-children > td {
        border-bottom-style: hidden;
    }

.hide-row {
    display: none;
}

.collapse, .expand {
    display: block;
    width: 10px;
    height: 10px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position-x: -6px;
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.collapse {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.details-table-container {
    display: inline-block;
    padding: 0.4em;
    border: 1px solid rgb(190, 190, 190);
    border-radius: 0.35em;
    background-color: rgb(229, 229, 229);
}

.details-table {
    border: 0;
    border-spacing: 0.4em;
    border-collapse: separate !important;
}

    .details-table.no-wrap td {
        white-space: nowrap;
    }

    .details-table > thead > tr > th, .details-table > thead > tr > td {
        font-weight: bold;
        text-align: center;
        border: 0;
        border-bottom: 1px solid rgb(190, 190, 190);
    }

    .details-table > tfoot > tr > td {
        border: 0;
        text-align: center;
    }

        .details-table > tfoot > tr > td > a + a {
            padding-left: 0.6em;
        }

    .details-table > tbody > tr > td {
        padding: 0.2em 0.4em;
        height: 1.8em;
        border: 0;
        border-spacing: 0;
    }

        .details-table > tbody > tr > td:first-of-type {
            text-align: right;
        }

        .details-table > tbody > tr > td:last-of-type {
            min-width: 7em;
            border: 1px solid rgb(190, 190, 190);
            vertical-align: middle;
            text-align: left;
        }

        .details-table > tbody > tr > td:nth-last-of-type(2) {
            padding-right: 1em;
        }

    .details-table > tbody > tr.details-table-section-title > td {
        border: 0;
        text-decoration: underline;
        font-weight: bold;
        text-align: center;
    }

    .details-table > tbody > tr > td:last-of-type > input[type=text], .details-table > tbody > tr > td:last-of-type > input[type=password], .details-table > tbody > tr > td:last-of-type > input[type=button], .details-table > tbody > tr > td:last-of-type > input[type=submit], .details-table > tbody > tr > td:last-of-type > input[type=reset], .details-table > tbody > tr > td:last-of-type > textarea, .details-table > tbody > tr > td:last-of-type > select, .details-table > tbody > tr > td:last-of-type > button {
        margin: 0;
    }

.RadGrid_ww .rgMasterTable, table.data-table {
    border-collapse: separate;
}

    .RadGrid_ww .rgMasterTable > thead > tr > td, table.data-table > thead > tr > td, .RadGrid_ww .rgMasterTable > thead > tr > th, table.data-table > thead > tr > th, .RadGrid_ww .rgMasterTable > tfoot > tr > td, table.data-table > tfoot > tr > td, .RadGrid_ww .rgMasterTable > tfoot > tr > th, table.data-table > tfoot > tr > th, .RadGrid_ww .rgMasterTable > tbody > tr > td, table.data-table > tbody > tr > td, .RadGrid_ww .rgMasterTable > tbody > tr > th, table.data-table > tbody > tr > th {
        padding: 3px 0.9em;
        vertical-align: middle;
        border: 1px solid #bebebe;
        border-top-style: none;
        border-left-style: none;
        border-right-style: none;
    }

        .RadGrid_ww .rgMasterTable > thead > tr > td:first-child, table.data-table > thead > tr > td:first-child, .RadGrid_ww .rgMasterTable > thead > tr > th:first-child, table.data-table > thead > tr > th:first-child, .RadGrid_ww .rgMasterTable > tfoot > tr > td:first-child, table.data-table > tfoot > tr > td:first-child, .RadGrid_ww .rgMasterTable > tfoot > tr > th:first-child, table.data-table > tfoot > tr > th:first-child, .RadGrid_ww .rgMasterTable > tbody > tr > td:first-child, table.data-table > tbody > tr > td:first-child, .RadGrid_ww .rgMasterTable > tbody > tr > th:first-child, table.data-table > tbody > tr > th:first-child {
            border-left-style: solid;
        }

        .RadGrid_ww .rgMasterTable > thead > tr > td:last-child, table.data-table > thead > tr > td:last-child, .RadGrid_ww .rgMasterTable > thead > tr > th:last-child, table.data-table > thead > tr > th:last-child, .RadGrid_ww .rgMasterTable > tfoot > tr > td:last-child, table.data-table > tfoot > tr > td:last-child, .RadGrid_ww .rgMasterTable > tfoot > tr > th:last-child, table.data-table > tfoot > tr > th:last-child, .RadGrid_ww .rgMasterTable > tbody > tr > td:last-child, table.data-table > tbody > tr > td:last-child, .RadGrid_ww .rgMasterTable > tbody > tr > th:last-child, table.data-table > tbody > tr > th:last-child {
            border-right-style: solid;
        }

    .RadGrid_ww .rgMasterTable > thead > tr:first-child > td, table.data-table > thead > tr:first-child > td, .RadGrid_ww .rgMasterTable > thead > tr:first-child > th, table.data-table > thead > tr:first-child > th, .RadGrid_ww .rgMasterTable > tfoot > tr:first-child > td, table.data-table > tfoot > tr:first-child > td, .RadGrid_ww .rgMasterTable > tfoot > tr:first-child > th, table.data-table > tfoot > tr:first-child > th, .RadGrid_ww .rgMasterTable > tbody > tr:first-child > td, table.data-table > tbody > tr:first-child > td, .RadGrid_ww .rgMasterTable > tbody > tr:first-child > th, table.data-table > tbody > tr:first-child > th {
        border-top-style: solid;
    }

    .RadGrid_ww .rgMasterTable > thead ~ * > tr:first-child > td, table.data-table > thead ~ * > tr:first-child > td, .RadGrid_ww .rgMasterTable > thead ~ * > tr:first-child > th, table.data-table > thead ~ * > tr:first-child > th, .RadGrid_ww .rgMasterTable > tbody ~ * > tr:first-child > td, table.data-table > tbody ~ * > tr:first-child > td, .RadGrid_ww .rgMasterTable > tbody ~ * > tr:first-child > th, table.data-table > tbody ~ * > tr:first-child > th {
        border-top-style: none;
    }

    .RadGrid_ww .rgMasterTable > *:first-child > tr:first-child > td:first-child, table.data-table > *:first-child > tr:first-child > td:first-child, .RadGrid_ww .rgMasterTable > *:first-child > tr:first-child > th:first-child, table.data-table > *:first-child > tr:first-child > th:first-child {
        border-top-left-radius: 0.35em;
    }

    .RadGrid_ww .rgMasterTable > *:first-child > tr:first-child > td:last-child, table.data-table > *:first-child > tr:first-child > td:last-child, .RadGrid_ww .rgMasterTable > *:first-child > tr:first-child > th:last-child, table.data-table > *:first-child > tr:first-child > th:last-child {
        border-top-right-radius: 0.35em;
    }

    .RadGrid_ww .rgMasterTable > thead:first-child > tr:first-child > td:first-child, table.data-table > thead:first-child > tr:first-child > td:first-child, .RadGrid_ww .rgMasterTable > thead:first-child > tr:first-child > th:first-child, table.data-table > thead:first-child > tr:first-child > th:first-child, .RadGrid_ww .rgMasterTable > colgroup + thead > tr:first-child > td:first-child, table.data-table > colgroup + thead > tr:first-child > td:first-child, .RadGrid_ww .rgMasterTable > colgroup + thead > tr:first-child > th:first-child, table.data-table > colgroup + thead > tr:first-child > th:first-child {
        border-top-left-radius: 1.1em;
    }

    .RadGrid_ww .rgMasterTable > thead:first-child > tr:first-child > td:last-child, table.data-table > thead:first-child > tr:first-child > td:last-child, .RadGrid_ww .rgMasterTable > thead:first-child > tr:first-child > th:last-child, table.data-table > thead:first-child > tr:first-child > th:last-child, .RadGrid_ww .rgMasterTable > colgroup + thead > tr:first-child > td:last-child, table.data-table > colgroup + thead > tr:first-child > td:last-child, .RadGrid_ww .rgMasterTable > colgroup + thead > tr:first-child > th:last-child, table.data-table > colgroup + thead > tr:first-child > th:last-child {
        border-top-right-radius: 1.1em;
    }

    .RadGrid_ww .rgMasterTable > *:last-child > tr:last-child > td:first-child, table.data-table > *:last-child > tr:last-child > td:first-child, .RadGrid_ww .rgMasterTable > *:last-child > tr:last-child > th:first-child, table.data-table > *:last-child > tr:last-child > th:first-child {
        border-bottom-left-radius: 0.35em;
    }

    .RadGrid_ww .rgMasterTable > *:last-child > tr:last-child > td:last-child, table.data-table > *:last-child > tr:last-child > td:last-child, .RadGrid_ww .rgMasterTable > *:last-child > tr:last-child > th:last-child, table.data-table > *:last-child > tr:last-child > th:last-child {
        border-bottom-right-radius: 0.35em;
    }

    .RadGrid_ww .rgMasterTable > thead > tr > td, table.data-table > thead > tr > td, .RadGrid_ww .rgMasterTable > thead > tr > th, table.data-table > thead > tr > th, .RadGrid_ww .rgMasterTable > .data-table-header > tr > td, table.data-table > .data-table-header > tr > td, .RadGrid_ww .rgMasterTable > .data-table-header > tr > th, table.data-table > .data-table-header > tr > th {
        font-weight: bold;
        text-align: center;
        background-color: #cfcfcf;
    }

        .RadGrid_ww .rgMasterTable > thead > tr > td input[type=checkbox], table.data-table > thead > tr > td input[type=checkbox], .RadGrid_ww .rgMasterTable > thead > tr > th input[type=checkbox], table.data-table > thead > tr > th input[type=checkbox], .RadGrid_ww .rgMasterTable > .data-table-header > tr > td input[type=checkbox], table.data-table > .data-table-header > tr > td input[type=checkbox], .RadGrid_ww .rgMasterTable > .data-table-header > tr > th input[type=checkbox], table.data-table > .data-table-header > tr > th input[type=checkbox] {
            vertical-align: middle;
        }

    .RadGrid_ww .rgMasterTable > thead > tr > td, table.data-table > thead > tr > td, .RadGrid_ww .rgMasterTable > .data-table-header > tr > td, table.data-table > .data-table-header > tr > td {
        font-weight: inherit;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr:nth-child(odd) > td, table.data-table > tbody > tr:nth-child(odd) > td {
        background-color: #ffffff;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr:nth-child(even) > td, table.data-table > tbody > tr:nth-child(even) > td {
        background-color: #ebebeb;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr.odd > td, table.data-table > tbody > tr.odd > td {
        background-color: #ffffff;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr.even > td, table.data-table > tbody > tr.even > td {
        background-color: #ebebeb;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr.separator-row > td, table.data-table > tbody > tr.separator-row > td {
        background-color: #cfcfcf;
        height: 5px;
        padding: 0;
    }

    .RadGrid_ww .rgMasterTable > tfoot > tr > td, table.data-table > tfoot > tr > td {
        background-color: #d4d4d4;
    }

    .RadGrid_ww .rgMasterTable > thead > tr > .sort, table.data-table > thead > tr > .sort {
        padding-right: calc(1.05em + 4px);
        white-space: nowrap;
        position: relative;
    }

        .RadGrid_ww .rgMasterTable > thead > tr > .sort::after, table.data-table > thead > tr > .sort::after {
            position: absolute;
            content: "";
            display: inline-block;
            margin-left: 0.35em;
            width: 0;
            height: 0;
            border: 4px solid transparent;
        }

        .RadGrid_ww .rgMasterTable > thead > tr > .sort.sort-asc, table.data-table > thead > tr > .sort.sort-asc {
            background: #cfcfcf;
            background: linear-gradient(to bottom, silver 0, #cfcfcf 100%);
        }

            .RadGrid_ww .rgMasterTable > thead > tr > .sort.sort-asc::after, table.data-table > thead > tr > .sort.sort-asc::after {
                margin-bottom: 2px;
                border-bottom: 4px solid black;
                top: calc(50% - 4px);
            }

        .RadGrid_ww .rgMasterTable > thead > tr > .sort.sort-desc, table.data-table > thead > tr > .sort.sort-desc {
            background: silver;
            background: linear-gradient(to bottom, #cfcfcf 0, silver 100%);
        }

            .RadGrid_ww .rgMasterTable > thead > tr > .sort.sort-desc::after, table.data-table > thead > tr > .sort.sort-desc::after {
                margin-bottom: -2px;
                border-top: 4px solid black;
                top: 50%;
            }

    .RadGrid_ww .rgMasterTable > * > tr.alternate-row, table.data-table > * > tr.alternate-row {
        display: none;
    }

.RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td, table.data-table-mouse-effects.data-table > tbody > tr:hover > td, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td, table.data-table-mouse-effects.data-table > tbody > tr:active > td {
    background: #ff5353;
    background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
    color: White;
    cursor: pointer;
}

    .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td a, table.data-table-mouse-effects.data-table > tbody > tr:hover > td a, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td a, table.data-table-mouse-effects.data-table > tbody > tr:active > td a {
        color: white;
    }

        .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td a:hover, table.data-table-mouse-effects.data-table > tbody > tr:hover > td a:hover, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td a:focus, table.data-table-mouse-effects.data-table > tbody > tr:hover > td a:focus, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td a:hover, table.data-table-mouse-effects.data-table > tbody > tr:active > td a:hover, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td a:focus, table.data-table-mouse-effects.data-table > tbody > tr:active > td a:focus {
            color: rgb(228, 228, 228);
        }

        .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td a:active, table.data-table-mouse-effects.data-table > tbody > tr:hover > td a:active, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td a:active, table.data-table-mouse-effects.data-table > tbody > tr:active > td a:active {
            color: rgb(194, 194, 194);
        }

.RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td, table.data-table-mouse-effects.data-table > tbody > tr:active > td {
    background: #dd1b23;
    background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
}

.RadGrid_ww .rgMasterTable > * > tr.selected-row > td, table.data-table > * > tr.selected-row > td {
    background: #dd1b23;
    background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%) !important;
    color: White;
}

    .RadGrid_ww .rgMasterTable > * > tr.selected-row > td a, table.data-table > * > tr.selected-row > td a {
        color: white;
    }

        .RadGrid_ww .rgMasterTable > * > tr.selected-row > td a:hover, table.data-table > * > tr.selected-row > td a:hover, .RadGrid_ww .rgMasterTable > * > tr.selected-row > td a:focus, table.data-table > * > tr.selected-row > td a:focus {
            color: rgb(228, 228, 228);
        }

        .RadGrid_ww .rgMasterTable > * > tr.selected-row > td a:active, table.data-table > * > tr.selected-row > td a:active {
            color: rgb(194, 194, 194);
        }

.RadGrid_ww .rgMasterTable > * > tr.edit-row > td, table.data-table > * > tr.edit-row > td {
    background-color: #efefef;
}

.RadGrid_ww .rgMasterTable > * > tr.pager-row > td, table.data-table > * > tr.pager-row > td {
    background-color: #d4d4d4;
}

    .RadGrid_ww .rgMasterTable > * > tr.pager-row > td table tr td + td, table.data-table > * > tr.pager-row > td table tr td + td {
        padding-left: 0.25em;
    }

.RadGrid_ww .rgMasterTable > * > tr > td.button-container, table.data-table > * > tr > td.button-container, .RadGrid_ww .rgMasterTable > * > tr > th.button-container, table.data-table > * > tr > th.button-container {
    padding-top: 1px;
    padding-bottom: 1px;
}

.RadGrid_ww .rgMasterTable > * > :not(.has-child-rows) > .expander > button, table.data-table > * > :not(.has-child-rows) > .expander > button {
    display: none;
}

.RadGrid_ww .rgMasterTable > * > .has-child-rows > .expander, table.data-table > * > .has-child-rows > .expander {
    padding-top: 1px;
    padding-bottom: 1px;
}

    .RadGrid_ww .rgMasterTable > * > .has-child-rows > .expander button, table.data-table > * > .has-child-rows > .expander button {
        padding: 2px;
        width: 14px;
        height: 14px;
    }

        .RadGrid_ww .rgMasterTable > * > .has-child-rows > .expander button .expander-open, table.data-table > * > .has-child-rows > .expander button .expander-open, .RadGrid_ww .rgMasterTable > * > .has-child-rows > .expander button .expander-close, table.data-table > * > .has-child-rows > .expander button .expander-close {
            font-family: Consolas;
            width: 14px;
            height: 14px;
            line-height: 14px;
            vertical-align: top;
        }

.RadGrid_ww .rgMasterTable > * > .has-child-rows.child-rows-collapsed > .expander .expander-close, table.data-table > * > .has-child-rows.child-rows-collapsed > .expander .expander-close {
    display: inline-block;
}

.RadGrid_ww .rgMasterTable > * > .has-child-rows.child-rows-collapsed > .expander .expander-open, table.data-table > * > .has-child-rows.child-rows-collapsed > .expander .expander-open {
    display: none;
}

.RadGrid_ww .rgMasterTable > * > .has-child-rows.child-rows-expanded > .expander .expander-close, table.data-table > * > .has-child-rows.child-rows-expanded > .expander .expander-close {
    display: none;
}

.RadGrid_ww .rgMasterTable > * > .has-child-rows.child-rows-expanded > .expander .expander-open, table.data-table > * > .has-child-rows.child-rows-expanded > .expander .expander-open {
    display: inline-block;
}

.RadGrid_ww .rgMasterTable > * > .child-row.child-row-collapsed, table.data-table > * > .child-row.child-row-collapsed {
    display: none;
}

.RadGrid_ww .rgMasterTable > * > .child-row > .expander .child-indicator, table.data-table > * > .child-row > .expander .child-indicator {
    display: inline-block;
    margin-left: 0.35em;
    margin-right: -10px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid black;
    float: right;
}

::-ms-expand {
    background: white;
    border: none;
}

fieldset {
    border-radius: 0.3em;
}

select {
    cursor: pointer;
}

    select:disabled {
        cursor: default;
    }

input[type=text], input[type=password], input[type=email], input[type=search], input[type=tel], input[type=url], textarea, select, .chosen-single {
    box-sizing: border-box;
    outline: none;
    padding: 1px 2px;
    border: 1px solid #bebebe;
    transition: border-color 250ms ease-in-out;
}

    input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=url]:hover, textarea:hover, select:hover, .chosen-single:hover {
        border-color: #fe9494;
    }

    input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=url]:focus, textarea:focus, select:focus, .chosen-single:focus {
        border-color: #ff7777;
    }

    input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=url]:disabled, textarea:disabled, select:disabled, .chosen-single:disabled {
        border-color: #bebebe;
        color: rgb(148, 148, 148);
    }

    input[type=text].validation-error, input[type=password].validation-error, input[type=email].validation-error, input[type=search].validation-error, input[type=tel].validation-error, input[type=url].validation-error, textarea.validation-error, select.validation-error, .chosen-single.validation-error {
        background-color: rgb(255, 209, 209);
    }

.ui-button-text {
    padding: 0 !important;
}

.ui-datepicker-current {
    display: none !important;
    visibility: collapse !important;
}

.RadListBox .rlbButton, button, input[type=submit], input[type=button], input[type=reset], .link-button, .ui-button, .ui-button.ui-widget {
    background: #e4e4e4;
    background: linear-gradient(to bottom, #fefefe 0, #e4e4e4 100%);
    outline: none;
    cursor: pointer;
    padding: 3px 9px;
    border: 1px solid #bebebe;
    box-sizing: content-box;
    border-radius: 0.25rem;
    text-decoration: none;
}

    .RadListBox .rlbButton:hover, button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, .link-button:hover, .ui-button:hover, .ui-button.ui-widget:hover {
        background: #ff5353;
        background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
        color: White;
    }

    .RadListBox .rlbButton:focus, button:focus, input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus, .link-button:focus, .ui-button:focus, .ui-button.ui-widget:focus {
        background: #ff5353;
        background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
        color: White;
    }

    .RadListBox .rlbButton:active, button:active, input[type=submit]:active, input[type=button]:active, input[type=reset]:active, .link-button:active, .ui-button:active, .ui-button.ui-widget:active {
        background: #dd1b23;
        background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
        color: White;
    }

    .RadListBox .rlbButton:disabled, button:disabled, input[type=submit]:disabled, input[type=button]:disabled, input[type=reset]:disabled, .link-button:disabled, .ui-button:disabled, .ui-button.ui-widget:disabled {
        background: #f1f1f1;
        background: linear-gradient(to bottom, white 0, #f1f1f1 100%);
        color: rgb(148, 148, 148);
        cursor: default;
    }

.link-button {
    display: inline-block;
}

input[type=file]::-webkit-file-upload-button {
    background: #e4e4e4;
    background: linear-gradient(to bottom, #fefefe 0, #e4e4e4 100%);
    outline: none;
    cursor: pointer;
    padding: 3px 9px;
    border: 1px solid #bebebe;
    box-sizing: content-box;
    border-radius: 0.25rem;
    text-decoration: none;
}

    input[type=file]::-webkit-file-upload-button:hover {
        background: #ff5353;
        background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
        color: White;
    }

    input[type=file]::-webkit-file-upload-button:focus {
        background: #ff5353;
        background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
        color: White;
    }

    input[type=file]::-webkit-file-upload-button:active {
        background: #dd1b23;
        background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
        color: White;
    }

    input[type=file]::-webkit-file-upload-button:disabled {
        background: #f1f1f1;
        background: linear-gradient(to bottom, white 0, #f1f1f1 100%);
        color: rgb(148, 148, 148);
        cursor: default;
    }

::-ms-browse {
    background: #e4e4e4;
    background: linear-gradient(to bottom, #fefefe 0, #e4e4e4 100%);
    outline: none;
    cursor: pointer;
    padding: 3px 9px;
    border: 1px solid #bebebe;
    box-sizing: content-box;
    border-radius: 0.25rem;
    text-decoration: none;
}

    ::-ms-browse:hover {
        background: #ff5353;
        background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
        color: White;
    }

    ::-ms-browse:focus {
        background: #ff5353;
        background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
        color: White;
    }

    ::-ms-browse:active {
        background: #dd1b23;
        background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
        color: White;
    }

    ::-ms-browse:disabled {
        background: #f1f1f1;
        background: linear-gradient(to bottom, white 0, #f1f1f1 100%);
        color: rgb(148, 148, 148);
        cursor: default;
    }

.button-group {
    display: flex;
}

    .button-group button, .button-group input[type=submit], .button-group input[type=button], .button-group input[type=reset], .button-group .link-button, .button-group .ui-button, .button-group .ui-button.ui-widget {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        border-left: 0;
    }

        .button-group button:first-child, .button-group input[type=submit]:first-child, .button-group input[type=button]:first-child, .button-group input[type=reset]:first-child, .button-group .link-button:first-child, .button-group .ui-button:first-child, .button-group .ui-button.ui-widget:first-child {
            border-left: 1px solid #bebebe;
            border-top-left-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

        .button-group button:last-child, .button-group input[type=submit]:last-child, .button-group input[type=button]:last-child, .button-group input[type=reset]:last-child, .button-group .link-button:last-child, .button-group .ui-button:last-child, .button-group .ui-button.ui-widget:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
        }

        .button-group button.active, .button-group input[type=submit].active, .button-group input[type=button].active, .button-group input[type=reset].active, .button-group .link-button.active, .button-group .ui-button.active, .button-group .ui-button.ui-widget.active {
            background: #dd1b23;
            background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
            color: White;
        }

.selection-list, .select-all-list {
    border: 1px solid rgb(190, 190, 190);
    border-radius: 0.35em;
    display: inline-block;
}

    .selection-list .header, .select-all-list .header {
        background-color: rgb(207, 207, 207);
        padding: 0.1em 0.3em;
        font-weight: bold;
        border-bottom: 1px solid rgb(190, 190, 190);
    }

    .selection-list .list-area, .selection-list .select-all-items, .select-all-list .list-area, .select-all-list .select-all-items {
        max-height: 16em;
        overflow-x: hidden;
        overflow-y: auto;
        padding-left: 0.3em;
        padding-right: 0.3em;
    }

        .selection-list .list-area ul, .selection-list .select-all-items ul, .select-all-list .list-area ul, .select-all-list .select-all-items ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .selection-list .list-area ul li, .selection-list .select-all-items ul li, .select-all-list .list-area ul li, .select-all-list .select-all-items ul li {
                padding-top: 1px;
            }

.tooltip-content {
    display: none !important;
    visibility: collapse !important;
}

.hint, .hint-right, .hint-left {
    display: inline-block;
}

    .hint > span, .hint-right > span, .hint-left > span {
        vertical-align: text-bottom;
    }

    .hint-left::before {
        content: "";
        display: inline-block;
        vertical-align: text-bottom;
        width: 14px;
        height: 14px;
        margin-right: 0.4em;
        background-image: url("../../images/QuestionMark.png");
        background-size: contain;
    }

    .hint-left.validation-message::before {
        background-image: url("../../images/ExclamationMark.png");
    }

    .hint-right::after {
        content: "";
        display: inline-block;
        vertical-align: text-bottom;
        width: 14px;
        height: 14px;
        margin-left: 0.4em;
        background-image: url("../../images/QuestionMark.png");
        background-size: contain;
    }

    .hint-right.validation-message::after {
        background-image: url("../../images/ExclamationMark.png");
    }

.warning {
    color: Red;
    font-weight: bold;
    font-size: 2em;
}

.validation-summary {
    color: Red;
}

.validation-error-message, .validation-error {
    color: Red;
}

.results-message {
    font-weight: bold;
}

.results-message-success, .validation-success {
    color: Green;
}

ul.additional-menu {
    margin: 0;
    padding: 0;
    display: table;
    border: 1px solid #bebebe;
    border-top: none;
    border-bottom-left-radius: 0.35em;
    border-bottom-right-radius: 0.35em;
    background: #c5c5c5;
    background: linear-gradient(to bottom, #efefef 0, #c5c5c5 100%);
}

    ul.additional-menu.nav {
        margin-right: 0.8em;
        margin-left: 1.6em;
    }

    ul.additional-menu.tabs {
        margin-top: -0.3em;
    }

    ul.additional-menu li {
        display: table-cell;
        white-space: nowrap;
    }

        ul.additional-menu li a {
            display: block;
            padding: 4px 6px;
            text-decoration: none;
            color: #222;
            font-weight: bold;
            font-size: 0.9em;
        }

            ul.additional-menu li a:hover {
                color: white;
                background: #ff5353;
                background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
            }

            ul.additional-menu li a:focus {
                color: white;
                background: #ff5353;
                background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
            }

            ul.additional-menu li a:active {
                color: white;
                background: #dd1b23;
                background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
            }

            ul.additional-menu li a.current {
                color: white;
                background: #dd1b23;
                background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
                cursor: default;
            }

        ul.additional-menu li:first-child a {
            border-bottom-left-radius: 0.35em;
        }

        ul.additional-menu li:last-child a {
            border-bottom-right-radius: 0.35em;
        }

        ul.additional-menu li + li {
            border-left: 1px solid #bebebe;
        }

nav {
    margin: 0 0.8em;
    padding: 0 0.5em;
    border: 1px solid #bebebe;
    border-radius: 0.35em;
    background: rgb(228, 228, 228);
    background: linear-gradient(to bottom, rgb(254, 254, 254) 0, rgb(228, 228, 228) 100%);
    font-weight: bold;
    font-size: 1.1em;
}

    nav td {
        padding: 0;
    }

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    nav > ul ul {
        z-index: 100;
        position: absolute;
        visibility: hidden;
        border: 1px solid rgb(194, 194, 194);
        background: rgb(246, 246, 246);
        box-shadow: 0.4em 0.4em 0.6em 0 rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: visibility 150ms ease-out, opacity 150ms ease-out;
    }

    nav .submenu-is-open {
        visibility: visible;
        opacity: 1;
    }

    nav .submenu-is-closed {
        visibility: hidden;
        opacity: 0;
    }

    nav a, nav a:focus {
        display: block;
        padding: 0.3em;
        color: #222;
        text-decoration: none;
    }

        nav li.contained-submenu-is-open > a, nav a:hover {
            background: #ff5353;
            background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
            color: White;
        }

        nav a:active {
            background: #dd1b23;
            background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
            color: White;
        }

    nav li {
        white-space: nowrap;
    }

        nav li.contains-submenu > a {
            cursor: default;
        }

    nav > ul > li {
        float: left;
        margin: 0.35em 0;
        padding: 0 0.2em;
    }

        nav > ul > li > a {
            border-radius: 0.25em;
        }

        nav > ul > li + li {
            border-left: 1px solid #d1d1d1;
        }

    nav > ul ul > li + li {
        margin-top: -1px;
    }

.overlay {
    background-color: #dd1b23;
    display: none;
    opacity: 0;
    filter: Alpha(Opacity=0);
    z-index: 50;
}

.overlay-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ajax-loading-animation {
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    margin-top: -20px;
    margin-left: -20px;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 10px solid rgb(242, 167, 170);
    border-radius: 50%;
    box-shadow: 0 0 10px #dd1b23, 0 0 10px #dd1b23 inset, 0 0 2px rgba(221, 27, 35, 0.5), 0 0 2px rgba(221, 27, 35, 0.5) inset;
    opacity: 0;
}

    .ajax-loading-animation > div {
        pointer-events: none;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1999;
        margin: -20px;
        padding: -20px;
        width: 40px;
        height: 40px;
        border: 10px solid transparent;
        border-right: 10px solid #dd1b23;
        border-radius: 50%;
        animation: ajax-loading-animation 1.1s linear infinite;
    }

.ajax-loading-animation-standalone {
    pointer-events: none;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 5px solid rgb(242, 167, 170);
    border-radius: 50%;
    box-shadow: 0 0 6px #dd1b23 inset, 0 0 10px rgba(221, 27, 35, 0.5);
}

    .ajax-loading-animation-standalone > div {
        margin: -4px;
        width: 20px;
        height: 20px;
        border: 4px solid transparent;
        border-right: 5px solid #dd1b23;
        border-radius: 50%;
        animation: ajax-loading-animation 1.1s linear infinite;
    }

.overlay-text {
    display: none;
    opacity: 0;
    filter: Alpha(Opacity=0);
    z-index: 52;
    font-size: 2em;
    text-align: center;
    vertical-align: top;
    color: White;
}

    .overlay-text p {
        background-color: rgba(221, 27, 35, 0.85);
        padding: 0.6rem 0.3rem;
        border-radius: 0.35rem;
        box-shadow: 0 0 2em #dd1b23, 0 0 1em #dd1b23 inset, 0 0 1em #dd1b23;
        text-shadow: 0 1px 1px black;
    }

.overlay-text-fixed {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 300px;
    width: 50%;
}

@-moz-keyframes ajax-loading-animation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ajax-loading-animation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes ajax-loading-animation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-layout-table {
    width: 100%;
    border: 0;
}

    .about-layout-table > tbody > tr > td {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

        .about-layout-table > tbody > tr > td:first-of-type {
            font-weight: bold;
        }

#news-container {
    float: right;
    margin-left: 3em;
    width: 55%;
}

    #news-container .news-title {
        text-decoration: underline;
        font-weight: bold;
    }

.tooltip-container .heading {
    font-weight: bold;
    text-align: center;
}

.tooltip-container .sub-heading {
    text-align: center;
}

.tooltip-container .timeline-table > tbody > tr > th, .tooltip-container .timeline-table-numbers > tbody > tr > th {
    font-weight: normal;
    text-align: left;
    padding-right: 0.6em;
}

.tooltip-container .timeline-table > tbody > tr > td, .tooltip-container .timeline-table-numbers > tbody > tr > td {
    text-align: left;
}

.tooltip-container .timeline-table-numbers > tbody > tr > td {
    text-align: right;
}

.timeline-placeholder {
    position: relative;
}

    .timeline-placeholder .timeline-container {
        position: absolute;
        font-family: Calibri;
        font-size: 8pt;
        cursor: default;
        margin-bottom: 3em;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: flex;
        flex-direction: row;
    }

        .timeline-placeholder .timeline-container div {
            box-sizing: border-box;
            padding: 0;
            margin: 0;
        }

        .timeline-placeholder .timeline-container .timeline-headers, .timeline-placeholder .timeline-container .timeline-rows {
            vertical-align: top;
            display: inline-block;
            position: relative;
        }

        .timeline-placeholder .timeline-container .timeline-header, .timeline-placeholder .timeline-container .timeline-row {
            height: 22px;
            line-height: 22px;
        }

            .timeline-placeholder .timeline-container .timeline-header:not(:first-child), .timeline-placeholder .timeline-container .timeline-row:not(:first-child) {
                margin-top: -1px;
            }

        .timeline-placeholder .timeline-container .timeline-header, .timeline-placeholder .timeline-container .timeline-segment {
            vertical-align: middle;
            white-space: nowrap;
            border: 1px solid #bebebe;
        }

        .timeline-placeholder .timeline-container .timeline-headers .timeline-header {
            padding: 0 0.6em;
            position: relative;
            z-index: 3;
            background: rgb(237, 237, 237);
            background: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgb(237, 237, 237) 100%);
        }

            .timeline-placeholder .timeline-container .timeline-headers .timeline-header span {
                display: inline-block;
                width: 100%;
            }

        .timeline-placeholder .timeline-container .timeline-rows {
            margin-left: -1px;
            overflow-x: scroll;
            overflow-y: hidden;
        }

            .timeline-placeholder .timeline-container .timeline-rows .timeline-events {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                border-top: solid transparent 42px;
                border-bottom: solid transparent 84px;
            }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-events .timeline-event {
                    height: 100%;
                    height: calc(100% - 2px);
                    margin-top: 1px;
                    position: absolute;
                    top: 0;
                    z-index: 5;
                    opacity: 0.4;
                    transition: width 50ms ease-in-out, opacity 50ms ease-in-out;
                    width: 4px !important;
                    border-left: 1px solid;
                    border-right: 1px solid;
                }

                    .timeline-placeholder .timeline-container .timeline-rows .timeline-events .timeline-event:hover {
                        width: 7px !important;
                        opacity: 0.7;
                    }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-events .date-of-hire {
                    border-color: rgb(20, 20, 20);
                    background-color: rgb(102, 102, 102);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-events .position-change {
                    border-color: rgb(20, 20, 20);
                    background-color: rgb(255, 71, 233);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-events .termination {
                    border-color: rgb(20, 20, 20);
                    background-color: rgb(102, 102, 102);
                }

            .timeline-placeholder .timeline-container .timeline-rows .timeline-row {
                position: relative;
                border-right: 1px solid #bebebe;
                width: inherit;
            }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .timeline-segment {
                    text-align: center;
                    height: 100%;
                    position: absolute;
                    z-index: 1;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    padding: 0 0.1em;
                }

                    .timeline-placeholder .timeline-container .timeline-rows .timeline-row .timeline-segment.revoked {
                        text-decoration: line-through;
                    }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row.sub-row-count-2 .timeline-segment.sub-row-1 {
                    line-height: 9px;
                    font-size: 9px;
                    top: 0%;
                    height: 51%;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row.sub-row-count-2 .timeline-segment.sub-row-2 {
                    line-height: 9px;
                    font-size: 9px;
                    top: 50%;
                    height: 50%;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row.sub-row-count-3 .timeline-segment.sub-row-1 {
                    line-height: 5px;
                    font-size: 7px;
                    height: 38%;
                    top: 0%;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row.sub-row-count-3 .timeline-segment.sub-row-2 {
                    line-height: 5px;
                    font-size: 7px;
                    height: 38%;
                    top: 33.33%;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row.sub-row-count-3 .timeline-segment.sub-row-3 {
                    line-height: 5px;
                    font-size: 7px;
                    height: 33.33%;
                    top: 66.66%;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .initial-measurement-period, .timeline-placeholder .timeline-container .timeline-rows .timeline-row .initial-administrative-period, .timeline-placeholder .timeline-container .timeline-rows .timeline-row .initial-stability-period, .timeline-placeholder .timeline-container .timeline-rows .timeline-row .monthly, .timeline-placeholder .timeline-container .timeline-rows .timeline-row .lnap, .timeline-placeholder .timeline-container .timeline-rows .timeline-row .standard-measurement-period, .timeline-placeholder .timeline-container .timeline-rows .timeline-row .standard-administrative-period, .timeline-placeholder .timeline-container .timeline-rows .timeline-row .standard-stability-period {
                    z-index: 2;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .year-even {
                    border-color: #bebebe;
                    background: rgb(237, 237, 237);
                    background: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgb(237, 237, 237) 100%);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .year-odd {
                    border-color: #bebebe;
                    background: rgb(207, 207, 207);
                    background: linear-gradient(to bottom, rgb(245, 245, 245) 0, rgb(207, 207, 207) 100%);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .initial-cycle-odd, .timeline-placeholder .timeline-container .timeline-rows .timeline-row .initial-cycle-even {
                    border-color: rgb(0, 131, 185);
                    background: rgb(230, 230, 0);
                    background: linear-gradient(to bottom, rgb(255, 255, 10) 0, rgb(230, 230, 0) 100%);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .monthly {
                    border-color: rgb(0, 131, 185);
                    background: rgb(236, 188, 7);
                    background: linear-gradient(to bottom, rgb(248, 200, 27) 0, rgb(236, 188, 7) 100%);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .lnap {
                    border-color: rgb(0, 131, 185);
                    background: rgb(0, 200, 0);
                    background: linear-gradient(to bottom, rgb(100, 200, 100) 0, rgb(0, 200, 0) 100%);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .standard-cycle-odd {
                    border-color: rgb(0, 131, 185);
                    background: rgb(46, 196, 255);
                    background: linear-gradient(to bottom, rgb(82, 206, 255) 0, rgb(46, 196, 255) 100%);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .standard-cycle-even {
                    border-color: rgb(0, 131, 185);
                    background: rgb(159, 210, 87);
                    background: linear-gradient(to bottom, rgb(174, 217, 114) 0, rgb(159, 210, 87) 100%);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .overlap {
                    z-index: 4;
                    background: rgba(0, 0, 0, 0);
                    background: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 3px);
                    border-color: rgb(135, 124, 124);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .leave-break {
                    border-color: rgb(0, 131, 185);
                    background: rgb(255, 121, 0);
                    background: linear-gradient(to bottom, rgb(255, 140, 36) 0, rgb(255, 121, 0) 100%);
                    z-index: 3;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .educational-break {
                    border-color: rgb(0, 131, 185);
                    background: rgb(255, 121, 0);
                    background: linear-gradient(to bottom, rgb(255, 140, 36) 0, rgb(255, 121, 0) 100%);
                    z-index: 3;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .termination-break {
                    border-color: rgb(135, 124, 124);
                    background: rgb(255, 121, 0);
                    background: linear-gradient(to bottom, rgb(255, 140, 36) 0, rgb(255, 121, 0) 100%);
                    z-index: 2;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .termination-break-indefinite {
                    border-color: rgb(135, 124, 124);
                    background: rgb(255, 121, 0);
                    background: linear-gradient(to bottom, rgb(255, 140, 36) 0, rgb(255, 121, 0) 100%);
                    z-index: 2;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .pre-hire-break {
                    border-color: rgb(135, 124, 124);
                    background: rgba(207, 207, 207, 0.7);
                    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.71) 0, rgba(207, 207, 207, 0.7) 100%);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .employed {
                    border-color: rgb(135, 124, 124);
                    background-color: rgb(255, 235, 205);
                    z-index: 2;
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .highlight {
                    color: white;
                    background: #ff5353;
                    background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
                }

                .timeline-placeholder .timeline-container .timeline-rows .timeline-row .consecutive-date-follows {
                    border-right: none;
                }

.aca-dashboard h4 {
    font-size: 1.2em;
    margin: 0;
    color: rgb(51, 51, 51);
}

.aca-dashboard h5 {
    font-size: 1.1em;
    margin: 0;
    font-weight: normal;
    color: rgb(102, 102, 102);
}

.aca-dashboard span.penalty {
    font-weight: bold;
    color: red;
}

.aca-dashboard span.compliant {
    font-weight: bold;
    color: green;
}

.aca-dashboard #trendings div.legend {
    display: inline-block;
    padding: 2px;
    background: #e5e5e5;
    border: solid 1px #9b9b9b;
    border-radius: 4px;
}

    .aca-dashboard #trendings div.legend > div {
        display: inline-block;
        position: relative;
        padding: 0 4px 0 28px;
        font-size: 14px;
        line-height: 24px;
        vertical-align: middle;
        white-space: nowrap;
    }

        .aca-dashboard #trendings div.legend > div:before {
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            left: 0;
            margin-top: -12px;
            border: solid 1px gray;
            border-radius: 4px;
            content: "";
        }

    .aca-dashboard #trendings div.legend .good:before {
        background: #27e833;
    }

    .aca-dashboard #trendings div.legend .warn:before {
        background: #e37e12;
    }

    .aca-dashboard #trendings div.legend .warn-more:before {
        background: #c533fa;
    }

    .aca-dashboard #trendings div.legend .warn-less:before {
        background: #33faed;
    }

    .aca-dashboard #trendings div.legend .bad:before {
        background: #dd1b23;
    }

.aca-dashboard #trendings path[id] {
    cursor: pointer;
    stroke: rgb(128, 128, 128) !important;
    stroke-width: 1 !important;
}

.aca-dashboard #trendings g[class*=labels-outer] text {
    cursor: pointer;
}

.aca-control-group-nested-table-layout {
    border: none;
    width: 100%;
}

    .aca-control-group-nested-table-layout tr {
        border: none;
    }

        .aca-control-group-nested-table-layout tr th, .aca-control-group-nested-table-layout tr td {
            border: none;
            padding: 0.2em;
        }

            .aca-control-group-nested-table-layout tr th:nth-child(2), .aca-control-group-nested-table-layout tr th:nth-child(3), .aca-control-group-nested-table-layout tr td:nth-child(2), .aca-control-group-nested-table-layout tr td:nth-child(3) {
                text-align: center;
                width: 7em;
            }

.aca-lcp-setup-table {
    margin: 10px 0;
}

    .aca-lcp-setup-table .currency {
        text-align: right;
    }

    .aca-lcp-setup-table th {
        font-weight: 400;
        white-space: nowrap;
        vertical-align: top;
    }

    .aca-lcp-setup-table td {
        text-align: center;
        vertical-align: top;
    }

    .aca-lcp-setup-table tbody th {
        text-align: left;
    }

    .aca-lcp-setup-table input[type=text], .aca-lcp-setup-table select {
        box-sizing: border-box;
        width: 100%;
    }

.aca-lcp-setup-selection-list {
    margin-top: 8px;
}

.report-form {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    background: white;
    border: 1px solid black;
}

    .report-form ::placeholder {
        color: #BDBDBD;
    }

    .report-form input:disabled {
        color: black !important;
    }

    .report-form img {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .report-form [data-previous-value] {
        background-color: rgba(255, 255, 0, 0.25) !important;
    }

    .report-form label.control, .report-form input[type=text].control, .report-form select.control, .report-form .control-composite {
        position: absolute;
        background: none;
        border: none;
        margin: 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .report-form select.control {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .report-form select.control::-ms-expand {
            display: none;
        }

        .report-form select.control::-ms-value {
            color: #000;
            background: none;
        }

    .report-form select:disabled {
        color: #000;
    }

    .report-form .control-composite .control {
        height: 100%;
    }

    .report-form .control-composite .control-name {
        left: 0;
        width: 100%;
    }

    .report-form .control-composite .control-name-first {
        left: 0;
        width: 28%;
    }

    .report-form .control-composite .control-name-middle {
        left: 30%;
        width: 18%;
    }

    .report-form .control-composite .control-name-last {
        left: 50%;
        width: 36%;
    }

    .report-form .control-composite .control-name-suffix {
        left: 88%;
        width: 12%;
    }

    .report-form .control-composite .control-street-line-1 {
        left: 0;
        width: 49%;
    }

    .report-form .control-composite .control-street-line-2 {
        left: 51%;
        width: 49%;
    }

    .report-form input[type=checkbox] {
        position: absolute;
        right: 200%;
    }

    .report-form .indicator {
        display: none;
    }

    .report-form input:checked + .indicator, .report-form .control[checked] .indicator {
        display: block;
    }

    .report-form .indicator:before, .report-form .indicator:after {
        position: absolute;
        content: " ";
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
        margin-top: -1px;
        transform: rotate(45deg);
    }

    .report-form .indicator:after {
        transform: rotate(-45deg);
    }

    .report-form label.field-enabled {
        cursor: pointer;
    }

.report-highlight .report-form input[type=text].control, .report-highlight .report-form select.control {
    color: #000;
}

.report-highlight .report-form span + .indicator:before, .report-highlight .report-form span + .indicator:after {
    background: #000;
}

.report-highlight .report-form label.field-enabled, .report-highlight .report-form input[type=text].field-enabled, .report-highlight .report-form select.field-enabled {
    background: rgba(173, 216, 230, 0.25);
}

    .report-highlight .report-form label.field-enabled option, .report-highlight .report-form input[type=text].field-enabled option, .report-highlight .report-form select.field-enabled option {
        background-color: #fff;
    }

.experimental {
}

    .experimental input[type=checkbox] {
        vertical-align: middle;
    }

@font-face {
    font-family: "reportingservicesglyphs-regular";
    src: url("/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=14.0.340.80&Name=Microsoft.Reporting.WebForms.Fonts.ReportingServicesGlyphs.eot");
    src: url("/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=14.0.340.80&Name=Microsoft.Reporting.WebForms.Fonts.ReportingServicesGlyphs.eot?#iefix") format("embedded-opentype"), url("/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=14.0.340.80&Name=Microsoft.Reporting.WebForms.Fonts.ReportingServicesGlyphs.woff") format("woff"), url("/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=14.0.340.80&Name=Microsoft.Reporting.WebForms.Fonts.ReportingServicesGlyphs.ttf") format("truetype"), url("/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=14.0.340.80&Name=Microsoft.Reporting.WebForms.Fonts.ReportingServicesGlyphssvg#PowerBIGlyphs-regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

#report-toolbar-table .tdResizable, #report-toolbar-table .tdResizable * {
    min-width: unset !important;
    max-width: none !important;
    width: auto !important;
    white-space: nowrap !important;
    height: auto !important;
}

#report-toolbar-table .glyphui {
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 19px;
    width: 19px;
    display: inline-block;
    font-family: "reportingservicesglyphs-regular";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 14pt;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#report-toolbar-table .InterWidgetGroup {
    width: 6px;
}

#report-toolbar-table .ToolBarButtonsCell {
    border-top: 1px solid #dedede;
}

#report-toolbar-table .glyphui-firstpage:before {
    content: "\e892";
}

#report-toolbar-table .glyphui-lastpage:before {
    content: "\e893";
}

#report-toolbar-table .glyphui-previouspage:before {
    content: "\e973";
}

#report-toolbar-table .glyphui-nextpage:before {
    content: "\e974";
}

#report-toolbar-table .aspNetDisabled.DisabledButton span.glyphui {
    color: #7A7A7A;
    cursor: default;
}

#report-toolbar-table .MenuBarBkGnd .HoverButton {
    background-color: #F4F4F4;
}

#report-toolbar-table .DisabledTextBox {
    background-color: #FFFFFF;
}

#report-toolbar-table .searchHighlighting {
    background-color: #FFC20D;
}

.tablesorter .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-repeat: no-repeat;
    background-position: center right;
    white-space: normal;
    cursor: pointer;
}

.tablesorter .tablesorter-headerAsc {
    background-color: #C2C2C2;
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.tablesorter .tablesorter-headerDesc {
    background-color: #B5B5B5;
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.tablesorter thead .sorter-false {
    background-image: none;
    cursor: auto;
}

.tablesorter .tablesorter-header-inner {
    padding-right: 14px;
}

.tablesorter .sorter-false .tablesorter-header-inner {
    padding-right: 0;
}

.tablesorter > tbody > tr:nth-child(even) > td {
    background: none;
}

.tablesorter > tbody > tr > td {
    border-bottom: 1px solid #BEBEBE;
    border-top: none;
}

.tablesorter > tbody > tr:first-child > td {
    border-top: 1px solid #BEBEBE;
}

.tablesorter > tbody > tr.even > td {
    background-color: #EBEBEB;
}

.tablesorter > tbody > tr.filtered {
    display: none;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: left;
}

    .chosen-container * {
        box-sizing: border-box;
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: 1px solid #bebebe;
        border-top: 0;
        background: #fff;
    }

    .chosen-container a {
        cursor: pointer;
    }

    .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
    }

        .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
        }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1px 4px;
    height: 20px;
    background-clip: padding-box;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    line-height: 17px;
}

    .chosen-container-single .chosen-single span {
        display: block;
        overflow: hidden;
        margin-right: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .chosen-container-single .chosen-single abbr {
        position: absolute;
        top: 6px;
        right: 26px;
        display: block;
        width: 12px;
        height: 12px;
        background: url("chosen/chosen-sprite.png") -42px 1px no-repeat;
        font-size: 1px;
    }

        .chosen-container-single .chosen-single abbr:hover {
            background-position: -42px -10px;
        }

    .chosen-container-single .chosen-single div {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 16px;
        height: 100%;
    }

        .chosen-container-single .chosen-single div b {
            display: block;
            width: 100%;
            height: 100%;
            background: url("chosen/chosen-sprite.png") no-repeat 0px -1px;
        }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}

    .chosen-container-single .chosen-drop .chosen-search {
        position: relative;
        z-index: 1010;
        margin: 0;
        padding: 4px;
        white-space: nowrap;
        border-top: 1px solid #ff7777;
        border-bottom: 1px solid #bebebe;
        background-color: rgb(230, 230, 230);
    }

        .chosen-container-single .chosen-drop .chosen-search input[type=text] {
            margin: 1px 0;
            padding-right: 20px;
            width: 100%;
            height: auto;
            background: white url("chosen/chosen-sprite.png") no-repeat 100% -23px;
            background: url("chosen/chosen-sprite.png") no-repeat 100% -23px;
            background-color: white;
        }

            .chosen-container-single .chosen-drop .chosen-search input[type=text]::-ms-clear {
                disply: none;
            }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container .chosen-results {
    color: #000;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    max-height: 252px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 0 4px;
        list-style: none;
        line-height: 18px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
        white-space: nowrap;
    }

        .chosen-container .chosen-results li.active-result {
            cursor: pointer;
            display: list-item;
        }

        .chosen-container .chosen-results li.disabled-result {
            color: #ccc;
            cursor: default;
            display: list-item;
        }

        .chosen-container .chosen-results li.highlighted {
            color: #fff;
            background: #ff5353;
            background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
        }

        .chosen-container .chosen-results li.result-selected {
            color: #fff;
            background: #dd1b23;
            background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
        }

        .chosen-container .chosen-results li.no-results {
            color: #000;
            display: list-item;
            background: #fff;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
        }

.chosen-container-active .chosen-single {
    border: 1px solid #ff7777;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #ff7777;
}

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #000 !important;
    }

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ff7777;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen/chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px 0.4em;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
        margin: -1px;
    }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

        .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999;
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%;
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0.2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 0.9em;
        border-collapse: collapse;
        margin: 0 0 0.4em;
    }

    .ui-datepicker th {
        padding: 0.7em 0.3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: 0.2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: 0.7em 0 0 0;
        padding: 0 0.2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: 0.5em 0.2em 0.4em;
            cursor: pointer;
            padding: 0.2em 0.6em 0.3em 0.6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto 0.4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 0.4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: 0.1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 0.3em;
        top: 50%;
        width: 16px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 16px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 0.5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: right;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: 0.5em;
        padding: 0.3em 1em 0.5em 0.4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-dialog-buttonpane input[type=button], .ui-dialog .ui-dialog-buttonpane input[type=submit] {
            margin: 0.5em 0.4em 0.5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0;
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0;
    }

    .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: 0.7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: 0.8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em;
        margin-left: -0.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-left: 0;
        margin-bottom: -0.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0.2em 0.2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px 0.2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: 0.5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_000000_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_000000_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #bebebe;
}

.ui-widget-content {
    background-color: white;
    border: 1px solid #bebebe;
    color: #000000;
}

    .ui-widget-content a {
        color: #000000;
    }

.ui-widget-header {
    background: #dd1b23;
    background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }

.ui-tooltip {
    padding: 1em;
    max-width: 35em;
    border: 1px solid #bebebe;
    box-shadow: 0 0 8px 5px #ea7a7e;
    background: rgba(240, 240, 240, 0.95);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgba(240, 240, 240, 0.95) 100%);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #e4e4e4;
    background: linear-gradient(to bottom, #fefefe 0, #e4e4e4 100%);
    border: 1px solid #bebebe;
    color: #000000;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
        color: #000000;
        text-decoration: none;
    }

        .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
            background: #ff5353;
            background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
            border: 1px solid #bebebe;
            color: #ffffff;
        }

            .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
                color: #ffffff;
                text-decoration: none;
            }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #dd1b23;
    background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
    border: 1px solid #bebebe;
    color: #ffffff;
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: #bebebe;
        background-color: #ffffff;
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636;
}

.ui-state-checked {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #dd1b23;
    background: #fef1ec;
    color: #dd1b23;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #dd1b23;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #dd1b23;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    background-image: none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0.35em;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0.35em;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0.35em;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0.35em;
}

.ui-widget-overlay {
    background: #bebebe;
    opacity: 0.3;
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 8px #aaaaaa;
    box-shadow: 0px 0px 8px #aaaaaa;
}

.RadComboBox {
    width: 12em;
    line-height: 1.42857143;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

    .RadComboBox .rcbInner {
        padding: 4px 2em 4px 10px;
        border-width: 1px;
        border-style: solid;
        background-repeat: repeat-x;
        background-position: 0 0;
        display: block;
        position: relative;
    }

        .RadComboBox .rcbInner.rcbToggleButtonHidden {
            padding-right: 10px;
        }

    .RadComboBox .rcbInput {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1.42857143em;
        border: 0;
        box-shadow: none;
        outline: none;
        color: inherit;
        background: none;
        font: inherit;
        display: inline-block;
        -webkit-appearance: none;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .RadComboBox .rcbReadOnly .rcbInput, .RadComboBox .rcbDisabled .rcbInput {
        cursor: default;
    }

    .RadComboBox .rcbDisabled .rcbInput {
        opacity: 1;
    }

    .RadComboBox .rcbEmptyMessage {
        font-style: italic;
        filter: alpha(opacity=80);
        opacity: 0.8;
    }

    .RadComboBox .rcbActionButton {
        padding: 4px;
        width: 1.42857143em;
        height: 1.42857143em;
        color: inherit;
        border-width: 0 0 0 1px;
        border-style: solid;
        box-sizing: content-box;
        background-color: transparent;
        background-repeat: repeat-x;
        background-position: 0 0;
        font: inherit;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        outline: none;
    }

        .RadComboBox .rcbActionButton::-moz-focus-inner {
            padding: 0;
            border: 0;
            outline: 0;
        }

        .RadComboBox .rcbActionButton .p-icon {
            cursor: default;
        }

        .RadComboBox .rcbActionButton .rcbButtonText {
            display: none;
        }

        .RadComboBox .rcbActionButton:active span, .RadComboBox .rcbActionButton:focus span {
            position: relative;
            top: 0;
            left: 0;
        }

    .RadComboBox .rcbDisabled {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .RadComboBox .rcbReadOnly .rcbActionButton {
        border-width: 0;
        outline: 0;
    }

    .RadComboBox .rcbReadOnly .rcbActionButton, .RadComboBox .rcbReadOnly.rcbHovered .rcbActionButton, .RadComboBox .rcbReadOnly.rcbFocused .rcbActionButton, .RadComboBox .rcbReadOnly.rcbExpanded .rcbActionButton {
        box-shadow: none;
        color: inherit;
        background: none;
    }

    .RadComboBox .rcbLabel {
        padding-top: 5px;
        padding-right: 10px;
        float: left;
        vertical-align: baseline;
    }

.RadComboBox_rtl {
    text-align: right;
}

    .RadComboBox_rtl .rcbInner {
        padding-right: 10px;
        padding-left: 2em;
    }

        .RadComboBox_rtl .rcbInner.rcbToggleButtonHidden {
            padding-left: 10px;
        }

    .RadComboBox_rtl .rcbActionButton {
        border-right-width: 1px;
        border-left-width: 0;
        right: auto;
        left: 0;
    }

    .RadComboBox_rtl .rcbLabel {
        float: right;
        padding-right: 0;
        padding-left: 10px;
    }

.rcbSlide {
    display: none;
    position: absolute;
    overflow: hidden;
}

.RadComboBoxDropDown {
    border-width: 1px;
    border-style: solid;
    text-align: left;
    cursor: default;
    position: relative;
    line-height: 1.42857143;
    box-sizing: border-box;
}

    .RadComboBoxDropDown input[type=checkbox] {
        margin: 3px 3px 3px 4px;
    }

    .RadComboBoxDropDown.rcbAutoWidth {
        min-width: 12em;
    }

        .RadComboBoxDropDown.rcbAutoWidth .rcbList {
            white-space: nowrap;
        }

    .RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled {
        min-height: 1.42857143em;
    }

    .RadComboBoxDropDown.rcbAutoWidthResizer .rcbItem, .RadComboBoxDropDown.rcbAutoWidthResizer .rcbHovered, .RadComboBoxDropDown.rcbAutoWidthResizer .rcbDisabled {
        padding-right: 20px;
    }

    .RadComboBoxDropDown .rcbScroll {
        height: 100%;
        border-color: inherit;
        position: relative;
        overflow: auto;
    }

    .RadComboBoxDropDown .rcbHeader, .RadComboBoxDropDown .rcbFooter {
        padding: 4px 10px;
        border: 0 solid transparent;
        border-color: inherit;
    }

    .RadComboBoxDropDown .rcbHeader {
        margin-bottom: 1px;
        border-bottom-width: 1px;
    }

    .RadComboBoxDropDown .rcbFooter {
        margin-top: 1px;
        border-top-width: 1px;
    }

    .RadComboBoxDropDown .rcbList {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

    .RadComboBoxDropDown li {
        line-height: inherit;
    }

    .RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
        *zoom: 1;
        padding: 4px 10px;
        background-repeat: repeat-x;
    }

        .RadComboBoxDropDown .rcbItem:after, .RadComboBoxDropDown .rcbHovered:after, .RadComboBoxDropDown .rcbDisabled:after, .RadComboBoxDropDown .rcbLoading:after, .RadComboBoxDropDown .rcbCheckAllItems:after, .RadComboBoxDropDown .rcbCheckAllItemsHovered:after {
            content: "";
            height: 0;
            clear: both;
            display: block;
        }

        .RadComboBoxDropDown .rcbItem > label, .RadComboBoxDropDown .rcbHovered > label, .RadComboBoxDropDown .rcbDisabled > label, .RadComboBoxDropDown .rcbLoading > label, .RadComboBoxDropDown .rcbCheckAllItems > label, .RadComboBoxDropDown .rcbCheckAllItemsHovered > label {
            margin: -4px -10px;
            padding: 4px 10px;
            font-weight: normal;
            display: block;
        }

    .RadComboBoxDropDown .rcbNoWrap .rcbItem, .RadComboBoxDropDown .rcbNoWrap .rcbHovered, .RadComboBoxDropDown .rcbNoWrap .rcbDisabled, .RadComboBoxDropDown .rcbNoWrap .rcbLoading {
        white-space: nowrap;
    }

    .RadComboBoxDropDown .rcbDisabled {
        cursor: default;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .RadComboBoxDropDown .rcbLoading {
        text-align: center;
    }

    .RadComboBoxDropDown em {
        font-style: normal;
        font-weight: bold;
    }

    .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
        margin-bottom: 1px;
        border: 0 solid transparent;
        border-color: inherit;
        border-bottom-width: 1px;
    }

    .RadComboBoxDropDown .rcbCheckBox, .RadComboBoxDropDown .rcbCheckAllItemsCheckBox {
        padding: 0;
        margin: 0;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 0.3em;
    }

    .RadComboBoxDropDown .rcbImage {
        margin: 0 6px 2px 0;
        vertical-align: middle;
    }

    .RadComboBoxDropDown .rcbMoreResults {
        margin: 1px 0 0 0;
        padding: 2px 5px;
        border: 0 solid transparent;
        border-color: inherit;
        border-top-width: 1px;
        border-style: solid;
        text-align: center;
        cursor: pointer;
    }

        .RadComboBoxDropDown .rcbMoreResults a {
            color: inherit;
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            cursor: pointer;
            text-decoration: none;
        }

            .RadComboBoxDropDown .rcbMoreResults a .p-icon {
                display: inline-block;
            }

    .RadComboBoxDropDown .rcbSeparator {
        margin: 5px 0 0;
        font-weight: bold;
    }

    .RadComboBoxDropDown .rcbSeparatedList .rcbSeparator {
        padding-left: 5px;
        padding-right: 5px;
    }

.RadComboBoxDropDown_rtl {
    text-align: right;
    direction: rtl;
}

    .RadComboBoxDropDown_rtl.rcbAutoWidthResizer .rcbItem, .RadComboBoxDropDown_rtl.rcbAutoWidthResizer .rcbHovered, .RadComboBoxDropDown_rtl.rcbAutoWidthResizer .rcbDisabled {
        padding-left: 20px;
        padding-right: 10px;
    }

    .RadComboBoxDropDown_rtl .rcbImage {
        margin: 0 0 2px 6px;
    }

.RadComboBoxWithLabel .rcbInner {
    display: block;
    overflow: hidden;
}

.RadGrid {
    border-width: 1px;
    border-style: solid;
    line-height: 1.42857143;
}

    .RadGrid .rgEditPopup {
        border-width: 1px;
        border-style: solid;
    }

    .RadGrid button, .RadGrid [type=button] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    .RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgEditForm table {
        border-collapse: separate;
        border-spacing: 0;
    }

    .RadGrid .rgRow, .RadGrid .rgAltRow, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupPanel, .RadGrid .rgGroupHeader {
        cursor: default;
    }

    .RadGrid input[type=image] {
        cursor: pointer;
    }

    .RadGrid .rgInput, .RadGrid .rgEditRow > td > [type=text], .RadGrid .rgEditForm td > [type=text], .RadGrid .rgBatchContainer > [type=text], .RadGrid .rgFilterBox, .RadGrid .rgFilterApply, .RadGrid .rgFilterCancel {
        font: inherit;
        border-style: solid;
        border-width: 1px;
        padding: 4px 10px;
        box-sizing: border-box;
    }

.t-ie .RadGrid .rgInput, .t-ie .RadGrid .rgEditRow > td > [type=text], .t-ie .RadGrid .rgEditForm td > [type=text], .t-ie .RadGrid .rgBatchContainer > [type=text], .t-ie .RadGrid .rgFilterBox, .t-ie .RadGrid .rgFilterApply, .t-ie .RadGrid .rgFilterCancel {
    height: 30px;
    height: calc(1.42857143em + 10px);
    height: inherit;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td, .RadGrid .rgFilterRow > td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding-left: 13px;
    padding-right: 13px;
}

.RadGrid .rgClipCells .rgHeader, .RadGrid .rgClipCells .rgFilterRow > td, .RadGrid .rgClipCells .rgRow > td, .RadGrid .rgClipCells .rgAltRow > td, .RadGrid .rgClipCells .rgEditRow > td, .RadGrid .rgClipCells .rgFooter > td {
    overflow: hidden;
}

.RadGrid .rgEditRow > td [type=image] {
    vertical-align: middle;
}

html .RadGrid td.rgBatchCurrent {
    padding-left: 2px;
}

.RadGrid .rgBatchChanged {
    position: relative;
    background: url("Common/Grid/dirty.png") 0 0 no-repeat \9;
}

    .RadGrid .rgBatchChanged:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        border-style: solid;
        border-width: 6px 6px 0 0;
        border-color: #ff0000 transparent transparent transparent;
    }

.RadGrid .rgBatchContainer {
    max-width: 90%;
}

    .RadGrid .rgBatchContainer > * {
        width: 100%;
    }

.RadGrid .rgDeletedRow, .RadGrid .rgDeletedRow td {
    background: transparent !important;
}

    .RadGrid .rgDeletedRow .rgBatchUndoDeleteButton {
        cursor: pointer;
    }

.RadGrid .rgBatchOverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
}

.RadGrid .rgBatchUndoDeleteButton {
    position: absolute;
    top: 50%;
    border-radius: 3px;
}

.RadGrid .rgBatchUndoDeleteIcon:before {
    content: "\e100";
}

.RadGrid .rgCommandRow img, .RadGrid .rgCommandRow a, .RadGrid .rgHeader input {
    vertical-align: middle;
}

.RadGrid .rgRow, .RadGrid .rgAltRow, .RadGrid .rgEditRow, .RadGrid .rgFooter, .RadGrid .rgGroupHeader {
    height: 36px;
    height: calc(1.42857143em + 16px);
    height: inherit;
}

    .RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td, .RadGrid .rgGroupHeader > td {
        padding-top: 3px;
        padding-bottom: 2px;
        border-bottom: 1px solid transparent;
        padding: 3px 0.9em;
    }

        .RadGrid .rgAltRow > td:first-child, .RadGrid .rgRow > td:first-child {
            border-left-color: transparent;
            border-left-color: #bebebe;
        }

.RadGrid table.rgMasterTable tr .rgDragCol {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.RadGrid div.rgHeaderWrapper {
    border-left: 0 none;
    border-right: 0 none;
    padding: 0;
    overflow: hidden;
}

.RadGrid .rgFooterWrapper {
    border-top-style: solid;
    overflow: hidden;
}

.RadGrid .t-button {
    background: none transparent;
    border: 1px solid transparent;
    padding: 4px;
    color: inherit;
    padding: 0;
    height: 15px;
}

.RadGrid .t-font-icon:before {
    font: 16px/1 "WebComponentsIcons";
}

.RadGrid .rgSortDescIcon:before {
    content: "\e006";
}

.RadGrid .rgSortAscIcon:before {
    content: "\e004";
}

.RadGrid .rgAddIcon:before, .RadGrid .rgDropAllow:before {
    content: "\e11e";
}

.RadGrid .rgOptionsIcon:before, .RadGrid .rgOptSelectedIcon:before {
    content: "\e031";
}

html .RadGrid .rgDragIcon {
    cursor: move;
    display: inline-block;
    padding: 5px;
    cursor: url("Common/grab.cur"), move;
}

.RadGrid .rgDragIcon:before {
    content: "\e027";
}

.RadGrid .rgPagerCell {
    border-style: solid;
    border-width: 1px 0 0;
}

.RadGrid thead .rgPagerCell {
    border-width: 0 0 1px;
}

.RadGrid .rgPagerCell {
    padding: 4px;
}

    .RadGrid .rgPagerCell > div:after {
        content: "";
        display: block;
        clear: both;
    }

    .RadGrid .rgPagerCell .rgWrap {
        float: left;
        white-space: nowrap;
    }

    .RadGrid .rgPagerCell .rgWrapRight {
        float: right;
    }

    .RadGrid .rgPagerCell .rgWrapNone {
        float: none;
    }

    .RadGrid .rgPagerCell .NextPrevAndNumeric .rgAdvPart, .RadGrid .rgPagerCell .NextPrevNumericAndAdvanced .rgAdvPart {
        padding: 0 10px;
    }

    .RadGrid .rgPagerCell .rgInfoPart {
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .RadGrid .rgPagerCell .RadComboBox, .RadGrid .rgPagerCell .RadDropDownList {
        min-width: 55px;
    }

    .RadGrid .rgPagerCell .RadInput {
        margin-right: 2px;
        vertical-align: top;
    }

    .RadGrid .rgPagerCell .RadSlider {
        float: left;
        margin: 4px 0;
    }

        .RadGrid .rgPagerCell .RadSlider + .rgPagerLabel, .RadGrid .rgPagerCell .rgSliderLabel {
            padding: 5px 0;
        }

    .RadGrid .rgPagerCell .rgPagerLabel {
        margin: 0 2px 0 0;
        vertical-align: middle;
        display: inline-block;
    }

    .RadGrid .rgPagerCell .rgPagerTextBox {
        vertical-align: middle;
    }

    .RadGrid .rgPagerCell .rgNumPart a {
        margin-right: 2px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        border: 1px solid transparent;
        vertical-align: middle;
        padding: 4px 6px;
    }

        .RadGrid .rgPagerCell .rgNumPart a.rgCurrentPage {
            cursor: default;
        }

    .RadGrid .rgPagerCell .rgActionButton {
        margin: 0 2px 0 0;
    }

    .RadGrid .rgPagerCell .rgPagerButton, .RadGrid .rgPagerCell .rgActionButton {
        display: inline-block;
        text-align: center;
    }

    .RadGrid .rgPagerCell .rgPagerButton {
        padding: 4px 10px;
        margin-right: 10px;
    }

    .RadGrid .rgPagerCell .rgPageFirst .rgIcon:before {
        content: "\e00b";
    }

    .RadGrid .rgPagerCell .rgPagePrev .rgIcon:before {
        content: "\e007";
    }

    .RadGrid .rgPagerCell .rgPageNext .rgIcon:before {
        content: "\e005";
    }

    .RadGrid .rgPagerCell .rgPageLast .rgIcon:before {
        content: "\e009";
    }

.RadGrid .rddlSelect .t-font-icon {
    display: inline-block;
}

.RadGrid .rgStatus {
    float: left;
}

    .RadGrid .rgStatus div {
        width: 32px;
        padding: 5px 0;
        border: 0;
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
    }

.RadGrid .rgEditForm .rgHeader {
    box-sizing: content-box;
}

.RadGrid .rgEditForm > table {
    display: inline-block;
    vertical-align: top;
}

.rgCellSelectorArea {
    position: absolute;
    z-index: 1000100;
    filter: alpha(opacity=10);
    opacity: 0.1;
}

.rgNoScrollImage div.rgHeaderDiv {
    background-image: none;
}

.rgMultiHeader {
    overflow: hidden;
}

.rgHeaderWrapper .rgHeaderDiv {
    margin-bottom: -1px;
    border-right: 1px solid transparent;
}

.rgFooterWrapper .rgFooterDiv {
    margin-top: -1px;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
    padding-top: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid transparent;
    text-align: left;
    font-weight: normal;
    padding: 3px 0.9em;
}

    .RadGrid .rgHeader .t-button, .RadGrid th.rgResizeCol .t-button {
        padding: 0;
        border: 0 none;
        vertical-align: top;
    }

    .RadGrid .rgHeader a {
        text-decoration: none;
    }

.RadGrid .rgCheck input {
    height: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    cursor: default;
}

.RadGrid .rgRotateHeader {
    vertical-align: top;
}

    .RadGrid .rgRotateHeader a, .RadGrid .rgRotateHeader span {
        transform: rotate(90deg);
        transform-origin: 11px 11px;
        writing-mode: tb-rl;
        display: inline-block;
    }

._Telerik_IE9 .RadGrid .rgRotateHeader a, ._Telerik_IE9 .RadGrid .rgRotateHeader span {
    transform: rotate(0);
}

.rfdCheckbox .RadGrid .rgCheck input {
    height: 20px;
}

.GridReorderTop, .GridReorderBottom {
    width: 0.75em;
    height: 0.75em;
    margin: 0 0 0 -5px;
    padding: 0;
}

    .GridReorderTop:before, .GridReorderBottom:before {
        font-size: 1.4em;
        line-height: 0.45em;
        font-family: "WebComponentsIcons";
        text-align: center;
        content: "\e019";
        position: absolute;
        bottom: 0;
    }

    .GridReorderBottom:before {
        content: "\e017";
        line-height: 0.55em;
    }

.RadGrid .rgFilterRow > td {
    padding-top: 3px;
    padding-bottom: 2px;
}

.RadGrid .rgFilter {
    width: 1.42857143em;
    box-sizing: content-box;
    margin-left: 2px;
    padding: 4px;
    background-repeat: repeat-x;
}

.RadGrid .rgFilterIcon:before {
    content: "\e129";
}

.RadGrid .rgFilterBox {
    margin: 0;
    vertical-align: middle;
}

.RadGrid .rgFilterRow .RadRating {
    display: inline-block;
    vertical-align: middle;
}

html .GridContextMenu .rgFilterListMenu, html .GridContextMenu .rgFilterMenu {
    height: auto;
}

    html .GridContextMenu .rgFilterListMenu:hover, html .GridContextMenu .rgFilterMenu:hover {
        background: none;
    }

.GridContextMenu .rgFilterListMenu .RadInput, .GridContextMenu .rgFilterListMenu .RadComboBox, .GridContextMenu .rgFilterMenu .RadInput, .GridContextMenu .rgFilterMenu .RadComboBox {
    margin-bottom: 5px;
}

.GridContextMenu .rgFilterListMenu span.rmLeftImage, .GridContextMenu .rgFilterMenu span.rmLeftImage {
    top: 14px;
}

.GridContextMenu .rgFilterListMenu .RadListBox {
    width: 12em;
    display: block;
}

.GridContextMenu .rlbItem {
    overflow: hidden;
    text-overflow: ellipsis;
}

.GridContextMenu .rgFilterMenu div.rmContent, .GridContextMenu .rgFilterListMenu div.rmContent {
    padding-right: 8px;
    max-width: 12em;
    box-sizing: content-box;
    overflow: hidden;
}

.GridContextMenu .rgFilterMenu div.rgEmptyList, .GridContextMenu .rgFilterListMenu div.rgEmptyList {
    padding: 0;
}

.GridContextMenu .rgFilterMenu .rgHCMFilter {
    margin: 0 5px 5px 0;
}

.GridContextMenu .rgFilterMenu .rgHCMClear, .GridContextMenu .rgFilterMenu .rgHCMFilter {
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

.RadMenu.GridContextMenu .rmContent {
    white-space: normal;
    padding-left: 35px;
    padding-right: 10px;
}

.GridContextMenu li.rgHCMFilter {
    background: none;
}

.GridContextMenu .rmArrow {
    z-index: 2000;
}

.GridContextMenu span.rmIcon {
    display: inline-block;
    left: 0;
    margin-left: 2px;
}

    .GridContextMenu span.rmIcon:before {
        font-size: 16px;
    }

.GridContextMenu .rgHCMSortAscsIcon:before {
    content: "\e124";
}

.GridContextMenu .rgHCMSortDescIcon:before {
    content: "\e125";
}

.GridContextMenu .rgHCMUnsortIcon:before {
    content: "\e126";
}

.GridContextMenu .rgHCMGroupIcon:before {
    content: "\e025";
}

.GridContextMenu .rgHCMUngroupIcon:before {
    content: "\e026";
}

.GridContextMenu .rgHCMColsIcon:before {
    content: "\e02d";
}

.GridContextMenu .rgHCMFilterIcon:before {
    content: "\e129";
}

.GridContextMenu .rgFreezeIcon:before {
    content: "\e705";
}

.GridContextMenu .rgUnFreezeIcon:before {
    content: "\e704";
}

.RadMenu .rmGroup .rgHCMItem .rmContent {
    width: 161px;
    padding: 6px 5px 5px 30px;
}

.rgHCMItem .rgHCMClear, .rgHCMItem .rgHCMShow, .rgHCMItem .rgHCMAnd, .rgHCMItem .rgHCMFilter {
    display: block;
}

.rgHCMItem .rgHCMShow, .rgHCMItem .rgHCMAnd {
    padding-top: 5px;
    line-height: 12px;
}

.rgHCMItem .rgHCMClear, .rgHCMItem .rgHCMShow, .rgHCMItem .RadComboBox {
    margin: 0 0 5px;
}

.rgHCMItem .rgHCMAnd {
    margin: 0 0 5px;
    margin-top: 5px;
}

.rgHCMItem .rgHCMFilter {
    margin-top: 11px;
}

.rgHCMItem .rgHCMClear, .rgHCMItem .rgHCMFilter {
    width: 12em;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding: 1px 0;
    font: inherit;
    cursor: pointer;
}

.RadFilterMenu_CheckList .RadListBox {
    display: block;
    margin-bottom: 7px;
    margin-top: 5px;
    width: 200px;
    max-height: 250px;
    overflow: auto;
    border-left: 0 none;
}

.RadFilterMenu_CheckList ul.rmGroup li.rmLast {
    padding-bottom: 5px;
}

.RadFilterMenu_CheckList .rmGroup div.rmText {
    padding: 0 10px 0 0;
    margin-left: 0;
}

.RadFilterMenu_CheckList .rgFilterApply, .RadFilterMenu_CheckList .rgFilterCancel {
    font: inherit;
    margin-right: 10px;
    padding: 4px 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}

.RadFilterMenu_CheckList .rgFilterApply {
    margin-left: 33px;
}

.RadGrid .rgGroupPanel {
    padding: 4px;
    white-space: nowrap;
    line-height: 30px;
    line-height: calc(1.42857143em + 10px);
    border-bottom: 1px solid transparent;
}

.RadGrid .rgGroupItem {
    line-height: 1.42857143;
    padding: 4px 4px 4px 10px;
    display: inline-block;
    vertical-align: top;
}

    .RadGrid .rgGroupItem .t-button {
        border: 0 none;
        padding: 0;
    }

    .RadGrid .rgGroupItem + .rgGroupItem {
        margin-left: 10px;
        position: relative;
    }

        .RadGrid .rgGroupItem + .rgGroupItem:before {
            content: "-";
            left: -8px;
            position: absolute;
        }

.RadGrid .rgUngroupIcon:before {
    content: "\e11b";
}

.RadGrid .rgGroupHeaderText {
    font-size: 1.143em;
    line-height: 1.25;
    display: inline-block;
}

.RadGrid .rgGroupHeader td p {
    display: inline;
    margin: 0;
    padding: 0 10px;
}

.RadGrid table.rgMasterTable tr .rgGroupCol, .RadGrid table.rgMasterTable tr .rgExpandCol {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.RadGrid .rgCollapseIcon:before {
    content: "\e006";
    margin-top: -3px;
}

.RadGrid .rgExpandIcon:before {
    content: "\e005";
    margin-top: -3px;
}

.RadGrid .rgDetailTable {
    border-style: solid;
    border-width: 1px;
    border-right-width: 0;
}

.RadGrid .rgCommandCell {
    padding: 4px;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.RadGrid tfoot .rgCommandCell, .RadGrid .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-width: 1px 0 0;
}

.RadGrid .rgCommandRow .t-button {
    color: inherit;
    border-radius: 3px;
    outline: none;
    margin-right: 2px;
}

.RadGrid .rgCommandCellLeft {
    float: left;
}

.RadGrid .rgCommandCellRight {
    float: right;
}

    .RadGrid .rgCommandCellRight .t-button {
        margin: 0 0 0 2px;
    }

.RadGrid .rgCommandCell .rgPrev, .RadGrid .rgCommandCell .rgNext {
    float: right;
    margin-right: 0.8em;
}

.RadGrid .rgPrevIcon:before {
    content: "\e016";
}

.RadGrid .rgNextIcon:before {
    content: "\e014";
}

.RadGrid .rgExpDOCIcon:before {
    content: "\e90b";
}

.RadGrid .rgExpXLSIcon:before {
    content: "\e90a";
}

.RadGrid .rgExpCSVIcon:before {
    content: "\e909";
}

.RadGrid .rgExpPDFIcon:before {
    content: "\e90e";
}

.RadGrid .rgPrintIcon:before {
    content: "\e10a";
}

.RadGrid .rgRefreshIcon:before {
    content: "\e106";
}

.RadGrid .rgSaveIcon:before {
    content: "\e109";
}

.RadGrid .rgCancelIcon:before {
    content: "\e11b";
}

.RadGrid .rgUpdateIcon:before {
    content: "\e118";
}

.RadGrid .rgDelIcon:before {
    content: "\e11b";
}

.RadGrid .rgEditIcon:before {
    content: "\e10b";
}

.RadGrid .kendo-pdf-hide-pseudo-elements:after, .RadGrid .kendo-pdf-hide-pseudo-elements:before {
    display: none !important;
}

.rgPager thead, .rgPager caption, .rgCommandTable thead {
    display: none;
}

.RadGridRTL .rgHeader, .RadGridRTL .rgResizeCol {
    text-align: right;
}

.RadGridRTL .rgPagerCell .rgStatus {
    float: right;
}

.RadGridRTL .rgPagerCell .rgWrap {
    float: right;
}

.RadGridRTL .rgPagerCell .rgArrPart1 {
    padding: 0 10px 0 5px;
}

.RadGridRTL .rgPagerCell .rgArrPart2 {
    padding: 0 5px 0 10px;
}

.RadGridRTL .rgPagerCell .rgPageFirst, .RadGridRTL .rgPagerCell .rgPagePrev {
    margin-right: 0;
    margin-left: 1px;
}

.RadGridRTL .rgPagerCell .rgPageNext, .RadGridRTL .rgPagerCell .rgPageLast {
    margin-left: 0;
    margin-right: 1px;
}

.RadGridRTL .rgPagerCell .rgNumPart a {
    float: right;
}

.RadGridRTL .rgPagerCell .rgPageFirst .rgIcon:before {
    content: "\e009";
}

.RadGridRTL .rgPagerCell .rgPagePrev .rgIcon:before {
    content: "\e005";
}

.RadGridRTL .rgPagerCell .rgPageNext .rgIcon:before {
    content: "\e007";
}

.RadGridRTL .rgPagerCell .rgPageLast .rgIcon:before {
    content: "\e00b";
}

.RadGridRTL .rgDetailTable {
    border-right-width: 1px;
    border-left-width: 0;
}

.RadGridRTL input.rgRefresh, .RadGridRTL input.rgAdd {
    margin: 0 0 0 4px;
}

.RadGridRTL .rgPagerCell .rgInfoPart {
    float: left;
}

.RadGridRTL .rgSliderLabel {
    float: right;
}

.RadGridRTL .rgPager div.RadSlider {
    float: right;
    margin: 0 0 0 10px;
}

.RadGridRTL .rgExpandIcon:before {
    content: "\e007";
}

.RadGridRTL .rgFilter {
    margin-left: 0;
    margin-right: 2px;
}

.RadListBox .rlbButton, .RadListBox.rlbFixedHeight .rlbGroup, .RadListBox.rlbFixedHeight .rlbTemplate .rlbTemplateContent {
    box-sizing: border-box;
}

.RadListBox .rlbButton, .RadListBox.rlbFixedHeight .rlbGroup, .RadListBox.rlbFixedHeight .rlbTemplate .rlbTemplateContent {
    box-sizing: border-box;
}

.RadListBox {
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.RadListBox {
    display: inline-block;
    min-width: 11.66666667em;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    cursor: default;
    text-align: left;
}

    .RadListBox ul {
        margin: 0;
        padding: 0;
    }

    .RadListBox .rlbDisabled {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .RadListBox .rlbButton {
        margin: 0;
        padding: 4px;
        width: 100%;
        border-width: 1px;
        border-style: solid;
        color: inherit;
        line-height: 1.42857143em;
        font-size: inherit;
        font-family: inherit;
        text-align: inherit;
        vertical-align: top;
    }

        .RadListBox .rlbButton::-moz-focus-inner {
            margin: 0;
            padding: 0;
            border: 0;
        }

        .RadListBox .rlbButton:focus {
            outline: none;
        }

    .RadListBox .rlbButtonIcon {
        display: inline-block;
        font-size: 16px;
        font-family: "WebComponentsIcons";
        vertical-align: top;
        text-align: center;
    }

        .RadListBox .rlbButtonIcon:before {
            display: inline-block;
            vertical-align: top;
        }

    .RadListBox .rlbButtonText {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;
    }

    .RadListBox .rlbButtonAreaTop, .RadListBox .rlbButtonAreaBottom, .RadListBox .rlbButtonAreaLeft, .RadListBox .rlbButtonAreaRight {
        box-sizing: border-box;
    }

        .RadListBox .rlbButtonAreaTop ul, .RadListBox .rlbButtonAreaBottom ul, .RadListBox .rlbButtonAreaLeft ul, .RadListBox .rlbButtonAreaRight ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .RadListBox .rlbButtonAreaTop li, .RadListBox .rlbButtonAreaBottom li {
            display: inline-block;
        }

            .RadListBox .rlbButtonAreaTop li + li, .RadListBox .rlbButtonAreaBottom li + li {
                margin-left: 5px;
            }

    .RadListBox .rlbButtonAreaTop {
        margin-bottom: 5px;
    }

    .RadListBox .rlbButtonAreaBottom {
        margin-top: 5px;
    }

    .RadListBox .rlbButtonAreaRight li, .RadListBox .rlbButtonAreaLeft li {
        display: block;
    }

        .RadListBox .rlbButtonAreaRight li + li, .RadListBox .rlbButtonAreaLeft li + li {
            margin-top: 5px;
        }

    .RadListBox .rlbButtonAreaRight {
        margin-left: 5px;
        float: right;
    }

    .RadListBox .rlbButtonAreaLeft {
        margin-right: 5px;
        float: left;
    }

    .RadListBox .rlbMiddle, .RadListBox .rlbBottom {
        display: table;
        height: 100%;
    }

        .RadListBox .rlbMiddle ul, .RadListBox .rlbBottom ul {
            display: table-cell;
        }

        .RadListBox .rlbMiddle ul {
            vertical-align: middle;
        }

        .RadListBox .rlbBottom ul {
            vertical-align: bottom;
        }

        .RadListBox .rlbBottom .rlbButton {
            margin-top: 3px;
            margin-bottom: 0;
        }

    .RadListBox .rlbCenter ul {
        text-align: center;
    }

    .RadListBox .rlbRight ul {
        text-align: right;
    }

    .RadListBox .rlbNoButtonText.rlbButton {
        width: 1.42857143em;
        height: auto;
        overflow: hidden;
        box-sizing: content-box;
        text-align: center;
    }

    .RadListBox .rlbNoButtonText .rlbButtonText {
        display: none;
    }

    .RadListBox .rlbGroup {
        overflow: auto;
        border-width: 1px;
        border-style: solid;
    }

    .RadListBox .rlbList {
        list-style-type: none;
    }

    .RadListBox .rlbItem {
        padding: 4px 10px;
    }

    .RadListBox .rlbHighlight {
        font-weight: bold;
    }

    .RadListBox .rlbCheckAllItems {
        padding: 4px 10px;
    }

    .RadListBox .rlbCheckAllItemsCheckBox, .RadListBox .rlbCheck {
        font-size: inherit;
        vertical-align: middle;
        margin-top: 0;
    }

    .RadListBox .rlbCheckAllItems > label, .RadListBox .rlbItem > label {
        margin-left: -4px;
    }

    .RadListBox .rlbImage {
        margin-right: 3px;
        vertical-align: middle;
    }

    .RadListBox .rlbTemplate {
        display: block;
    }

    .RadListBox .rlbTemplateContent {
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
    }

        .RadListBox .rlbTemplateContent .rlbGroup {
            border: 0;
        }

    .RadListBox .rlbHeader, .RadListBox .rlbFooter {
        padding: 4px 10px;
        border: 0 solid transparent;
        border-color: inherit;
        background-position: 0 0;
        background-repeat: repeat-x;
    }

    .RadListBox .rlbHeader {
        border-bottom-width: 1px;
    }

    .RadListBox .rlbFooter {
        border-top-width: 1px;
    }

    .RadListBox .rlbIconMoveUp:before {
        content: "\e004";
    }

    .RadListBox .rlbIconMoveDown:before {
        content: "\e006";
    }

    .RadListBox .rlbIconMoveToTop:before {
        content: "\e008";
    }

    .RadListBox .rlbIconMoveToBottom:before {
        content: "\e00a";
    }

    .RadListBox .rlbIconDelete:before {
        content: "\e11b";
    }

    .RadListBox .rlbIconTransferUp:before {
        content: "\e017";
    }

    .RadListBox .rlbIconTransferDown:before {
        content: "\e019";
    }

    .RadListBox .rlbIconTransferLeft:before {
        content: "\e01a";
    }

    .RadListBox .rlbIconTransferRight:before {
        content: "\e018";
    }

    .RadListBox .rlbIconTransferAllUp:before {
        content: "\e00c";
    }

    .RadListBox .rlbIconTransferAllDown:before {
        content: "\e00e";
    }

    .RadListBox .rlbIconTransferAllLeft:before {
        content: "\e00f";
    }

    .RadListBox .rlbIconTransferAllRight:before {
        content: "\e00d";
    }

    .RadListBox .rlbDropClue {
        width: 16px;
        height: 16px;
        font-size: 16px;
        line-height: 1;
        font-family: "WebComponentsIcons";
        position: absolute;
        left: -16px;
        z-index: 10;
    }

        .RadListBox .rlbDropClue:before {
            content: "\e101";
            display: inline-block;
        }

    .RadListBox .rlbGroup .rlbDropClueAbove {
        border-top-width: 1px;
        border-top-style: dotted;
    }

    .RadListBox .rlbGroup .rlbDropClueBelow {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
    }

    .RadListBox.rlbFixedHeight .rlbGroup {
        height: 100%;
    }

    .RadListBox.rlbFixedHeight .rlbTemplate {
        height: 100%;
        overflow: hidden;
    }

        .RadListBox.rlbFixedHeight .rlbTemplate .rlbTemplateContent {
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .RadListBox.rlbFixedHeight .rlbTemplate .rlbBody {
            display: block;
            flex: 1;
            height: auto;
            overflow: auto;
        }

        .RadListBox.rlbFixedHeight .rlbTemplate div.rlbGroup {
            position: relative;
        }

.RadListBoxButtonAreaTop .rlbTemplate, .RadListBoxButtonAreaTop .rlbGroup, .RadListBoxButtonAreaBottom .rlbTemplate, .RadListBoxButtonAreaBottom .rlbGroup {
    clear: both;
}

.RadListBoxButtonAreaTop.rlbFixedHeight {
    padding: 15px 0 1.42857143em;
}

    .RadListBoxButtonAreaTop.rlbFixedHeight .rlbButtonAreaTop {
        margin-top: -15px;
    }

.RadListBoxButtonAreaBottom.rlbFixedHeight {
    padding: 15px 0 1.42857143em;
}

    .RadListBoxButtonAreaBottom.rlbFixedHeight .rlbGroup, .RadListBoxButtonAreaBottom.rlbFixedHeight .rlbTemplate {
        margin-top: -15px;
    }

.RadListBox[dir=rtl] {
    text-align: right;
}

.RadMenu {
    line-height: 1.42857143;
    white-space: nowrap;
    cursor: default;
    position: relative;
    z-index: 7000;
    text-align: left;
    outline: none;
}

    .RadMenu:after, .RadMenu ul:after, .RadMenu li:after, .RadMenu div:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
    }

    .RadMenu .rmGroup, .RadMenu .rmRootGroup, .RadMenu .rmMultiColumn, .RadMenu .rmPopup, .RadMenu .rmVertical, .RadMenu .rmHorizontal, .RadMenu .rmRootScrollGroup {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.RadMenu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .RadMenu .rmGroup, .RadMenu .rmRootGroup, .RadMenu .rmMultiColumn, .RadMenu .rmPopup {
        box-sizing: content-box;
        border-width: 1px;
        border-style: solid;
        background-position: 0 0;
        position: relative;
        left: 0;
        top: 0;
    }

        .RadMenu .rmGroup.rmMultiGroup {
            border: 0;
            background: none;
        }

    .RadMenu .rmGroupColumn {
        display: inline-block;
        vertical-align: top;
    }

    .RadMenu .rmItem {
        color: inherit;
        display: block;
        position: relative;
    }

    .RadMenu .rmHorizontal > .rmItem, .RadMenu .rmHorizontal > .rmRootScrollGroup > .rmItem {
        display: inline-block;
        vertical-align: top;
    }

    .RadMenu .rmLink {
        outline: 0;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
        display: block;
        position: relative;
        overflow: hidden;
        box-sizing: content-box;
    }

    .RadMenu .rmText {
        vertical-align: middle;
        display: block;
    }

    .RadMenu .rmImage, .RadMenu .rmLeftImage {
        min-width: 16px;
        vertical-align: middle;
        float: left;
    }

    .RadMenu span.rmLeftImage {
        display: inline-block;
        width: 16px;
        height: 16px;
    }

    .RadMenu .rmToggle {
        width: 2em;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
    }

    .RadMenu .rmRootGroup.rmVertical .rmRootLink .rmToggle {
        position: absolute;
        width: 2em;
        height: 100%;
        margin: 0;
    }

    .RadMenu .rmSeparator {
        display: none;
        overflow: hidden;
    }

    .RadMenu .rmVertical > .rmSeparator {
        margin: 0 2px;
        margin-left: 32px;
        height: 0;
        width: auto !important;
        border-width: 1px 0 0 0;
        border-style: solid;
        display: block;
    }

    .RadMenu .rmRootGroup.rmVertical > .rmSeparator, .RadMenu .rmRootGroup.rmVertical > .rmRootScrollGroup > .rmSeparator {
        margin-left: 0;
        margin-right: 0;
    }

    .RadMenu .rmHorizontal > .rmSeparator {
        margin: 0 2px;
        padding: 4px 0;
        width: 0;
        height: 1.42857143em;
        border-width: 0 0 0 1px;
        border-style: solid;
        display: inline-block;
    }

    .RadMenu .rmIcon {
        margin: -0.5em 0 0 -0.5em;
        width: 1em;
        height: 1em;
        background-repeat: no-repeat;
        font-size: 16px;
        line-height: 1;
        font-family: "WebComponentsIcons";
        text-indent: -999em;
        display: none;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
    }

        .RadMenu .rmIcon:before, .RadMenu .rmExpand:before {
            display: inline-block;
            text-indent: 0;
            text-align: center;
        }

        .RadMenu .rmIcon:before {
            text-indent: 999em;
        }

    .RadMenu .rmToggle .rmIcon {
        display: block;
    }

    .RadMenu .rmExpand:before {
        content: "";
        margin: -0.5em 0 0;
        width: 1em;
        height: 1em;
        font-size: 16px;
        line-height: 1;
        font-family: "WebComponentsIcons";
        position: absolute;
        top: 50%;
        left: auto;
        right: 0.12em;
    }

    .RadMenu .rmHorizontal .rmRootLink.rmExpand:before, .RadMenu .rmToggleHandles .rmExpand:before {
        display: none;
    }

    .RadMenu .rmTopArrow .rmIcon:before {
        content: "\e004";
    }

    .RadMenu .rmHorizontal .rmToggle .rmIcon:before, .RadMenu .rmHorizontal .rmExpand:before, .RadMenu .rmBottomArrow .rmIcon:before {
        content: "\e006";
    }

    .RadMenu .rmLeftArrow .rmIcon:before {
        content: "\e007";
    }

    .RadMenu .rmVertical .rmToggle .rmIcon:before, .RadMenu .rmVertical .rmExpand:before, .RadMenu .rmRightArrow .rmIcon:before {
        content: "\e005";
    }

    .RadMenu .rmSlide {
        display: none;
        overflow: hidden;
        position: absolute;
    }

    .RadMenu .rmRoundedCorners .rmGroup, .RadMenu.rmRoundedCorners .rmGroup, .RadMenu .rmRoundedCorners .rmMultiColumn, .RadMenu .rmRoundedCorners .rmContentTemplate {
        border-radius: 5px;
    }

    .RadMenu .rmRoundedCorners .rmTopArrow {
        border-radius: 4px 4px 0 0;
    }

    .RadMenu .rmRoundedCorners .rmBottomArrow {
        border-radius: 0 0 4px 4px;
    }

    .RadMenu .rmRoundedCorners .rmLeftArrow {
        border-radius: 4px 0 0 4px;
    }

    .RadMenu .rmRoundedCorners .rmRightArrow {
        border-radius: 0 4px 4px 0;
    }

    .RadMenu.rmRoundedCorners .rmGroup:before, .RadMenu.rmRoundedCorners .rmMultiColumn:before, .RadMenu .rmRoundedCorners .rmGroup:before, .RadMenu .rmRoundedCorners .rmMultiColumn:before {
        border-radius: 5px 0 0 5px;
    }

    .RadMenu .rmShadows, .RadMenu .rmShadows .rmMultiColumn {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    .RadMenu .rmGroup:before, .RadMenu .rmMultiColumn:before, .RadMenu .rmScrollWrap > .rmHorizontal:before, .RadMenu .rmScrollWrap > .rmVertical:before {
        content: "";
        width: 30px;
        height: 100%;
        border-width: 0 1px 0 0;
        border-style: solid;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .RadMenu .rmGroup.rmScrollWrap:before, .RadMenu .rmGroup.rmMultiGroup:before {
        display: none;
    }

    .RadMenu .rmGroup.rmMultiGroup {
        border-radius: 0;
        box-shadow: none;
    }

    .RadMenu .rmRoundedCorners .rmGroup.rmMultiGroup {
        border-radius: 0;
    }

    .RadMenu .rmShadows .rmGroup.rmMultiGroup {
        box-shadow: none;
    }

    .RadMenu .rmScrollWrap, .RadMenu .rmGroup.rmScrollWrap {
        padding: 0;
        box-sizing: content-box;
    }

        .RadMenu .rmGroup.rmScrollWrap .rmHorizontal, .RadMenu .rmGroup.rmScrollWrap .rmVertical {
            padding: 2px;
        }

    .RadMenu .rmArrow {
        position: absolute;
        border-style: solid;
        border-width: 0;
        z-index: 10;
    }

        .RadMenu .rmArrow .rmIcon {
            display: block;
        }

    .RadMenu .rmRightArrow, .RadMenu .rmLeftArrow {
        width: 0.83333333em;
        height: 100%;
        top: 0;
    }

    .RadMenu .rmRightArrow {
        border-left-width: 1px;
        left: auto;
        right: 0;
    }

    .RadMenu .rmLeftArrow {
        border-right-width: 1px;
        left: 0;
    }

    .RadMenu .rmTopArrow, .RadMenu .rmBottomArrow {
        width: 100%;
        height: 0.83333333em;
        left: 0;
    }

    .RadMenu .rmTopArrow {
        border-bottom-width: 1px;
        top: 0;
    }

    .RadMenu .rmBottomArrow {
        border-top-width: 1px;
        top: auto;
        bottom: 0;
    }

    .RadMenu .rmDisabled .rmLink {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .RadMenu .rmDisabled.rmItem .rmLink:hover {
        border-color: transparent;
        color: inherit;
        background: none;
        cursor: default;
    }

    .RadMenu .rmDisabled.rmItem .rmToggle:hover {
        border-color: transparent;
    }

    .RadMenu .rmRightArrowDisabled, .RadMenu .rmLeftArrowDisabled, .RadMenu .rmTopArrowDisabled, .RadMenu .rmBottomArrowDisabled {
        display: none;
    }

    .RadMenu .rmRootGroup.rmHorizontal > .rmItem, .RadMenu .rmRootGroup.rmHorizontal > .rmRootScrollGroup > .rmItem {
        border-width: 0 1px 0 0;
        border-style: solid;
    }

    .RadMenu .rmRootGroup .rmContent {
        padding: 0.25em 0.9em 0.35em;
    }

    .RadMenu .rmRootGroup .rmRootLink {
        padding: 4px 10px;
    }

        .RadMenu .rmRootGroup .rmRootLink .rmText {
            float: left;
        }

        .RadMenu .rmRootGroup .rmRootLink .rmToggle {
            width: 1.33em;
            height: 1.33em;
            position: relative;
            float: left;
            margin-right: -0.5em;
            margin-left: 0.33em;
        }

    .RadMenu .rmRootGroup.rmVertical .rmRootLink {
        padding-right: 2.5em;
    }

    .RadMenu .rmRootGroup .rmImage, .RadMenu .rmRootGroup .rmLeftImage {
        margin: 0 0.4em 0 -0.4em;
    }

    .RadMenu .rmGroup, .RadMenu .rmPopup {
        padding: 2px;
        position: relative;
    }

        .RadMenu .rmGroup .rmContent {
            padding: 4px 32px;
        }

        .RadMenu .rmGroup .rmLink {
            padding: 4px 32px;
            border: 1px solid transparent;
            background-position: 0 0;
            background-repeat: repeat-x;
        }

        .RadMenu .rmGroup .rmImage, .RadMenu .rmGroup .rmLeftImage {
            position: absolute;
            top: 50%;
            left: 4px;
            margin: -8px 0;
            float: none;
        }

        .RadMenu .rmGroup .rmToggle {
            border-left: 1px solid transparent;
        }

.RadMenu_Context {
    display: none;
    overflow: hidden;
    position: absolute;
}

.RadMenu_rtl {
    text-align: right;
    direction: rtl;
}

    .RadMenu_rtl .rmText {
        float: right;
    }

    .RadMenu_rtl .rmToggle {
        left: 0;
        right: auto;
    }

    .RadMenu_rtl .rmExpand:before {
        left: 0.3em;
        right: auto;
    }

    .RadMenu_rtl .rmVertical > .rmSeparator {
        margin-left: 0;
        margin-right: 32px;
    }

    .RadMenu_rtl .rmVertical .rmToggle .rmIcon:before, .RadMenu_rtl .rmVertical .rmExpand:before {
        content: "\e007";
    }

    .RadMenu_rtl.rmRoundedCorners .rmGroup:before, .RadMenu_rtl.rmRoundedCorners .rmMultiColumn:before, .RadMenu_rtl .rmRoundedCorners .rmGroup:before, .RadMenu_rtl .rmRoundedCorners .rmMultiColumn:before {
        border-radius: 0 5px 5px 0;
    }

    .RadMenu_rtl .rmRootGroup.rmHorizontal > .rmItem, .RadMenu_rtl .rmRootGroup.rmHorizontal > .rmRootScrollGroup > .rmItem {
        border-left-width: 1px;
        border-right-width: 0;
    }

    .RadMenu_rtl .rmRootGroup .rmRootLink .rmToggle {
        margin-left: -0.5em;
        margin-right: 0.33em;
    }

    .RadMenu_rtl .rmRootGroup .rmRootLink .rmLeftImage {
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .RadMenu_rtl .rmRootGroup .rmRootLink .rmImage, .RadMenu_rtl .rmRootGroup .rmRootLink .rmLeftImage, .RadMenu_rtl .rmRootGroup .rmRootLink .rmText, .RadMenu_rtl .rmRootGroup .rmRootLink .rmToggle {
        float: right;
    }

    .RadMenu_rtl .rmRootGroup.rmVertical .rmRootLink {
        padding-right: 0.95em;
        padding-left: 2.5em;
    }

    .RadMenu_rtl .rmRootGroup .rmImage, .RadMenu_rtl .rmRootGroup .rmLeftImage, .RadMenu_rtl .rmRootGroup .rmHorizontal .rmLeftImage {
        margin-left: 0.4em;
        margin-right: -0.4em;
    }

    .RadMenu_rtl .rmGroup .rmImage, .RadMenu_rtl .rmGroup .rmLeftImage {
        margin-right: 0;
        left: auto;
        right: 0.41666667em;
    }

    .RadMenu_rtl .rmGroup .rmToggle {
        border-right: 1px solid transparent;
        border-left: 0;
    }

    .RadMenu_rtl .rmGroup:before, .RadMenu_rtl .rmMultiColumn:before, .RadMenu_rtl .rmScrollWrap > .rmHorizontal:before, .RadMenu_rtl .rmScrollWrap > .rmVertical:before {
        border-width: 0 0 0 1px;
        left: auto;
        right: 0;
    }

.RadTileList {
    overflow-x: auto;
    line-height: 1.42857143;
}

    .RadTileList:after {
        content: "";
        clear: both;
        display: block;
    }

    .RadTileList, .RadTileList * {
        box-sizing: content-box;
    }

        .RadTileList.rtlistScrollHidden {
            overflow-x: hidden;
        }

        .RadTileList.rtlistScrollTouch {
            overflow-x: scroll !important;
            -webkit-overflow-scrolling: touch;
        }

        .RadTileList div {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: default;
        }

            .RadTileList div:hover, .RadTileList div:active, .RadTileList div:focus {
                cursor: default;
            }

        .RadTileList .rtlistScrollWrapper {
            zoom: 1;
            height: 100%;
        }

            .RadTileList .rtlistScrollWrapper:after {
                content: "";
                clear: both;
                display: block;
            }

        .RadTileList .rtlistHidden {
            visibility: hidden;
        }

        .RadTileList .rtlistGroup {
            vertical-align: top;
            float: left;
        }

        .RadTileList .rtlistTitle {
            margin: 0;
            padding: 0 0 0.42857143em 0.14285714em;
            font-size: 1.667em;
            font-weight: normal;
        }

        .RadTileList .rtlistGroupSeparator {
            width: 2.14285714em;
            height: 100%;
            vertical-align: top;
            float: left;
            margin: 0 1.07142857em 0 0.71428571em;
            visibility: hidden;
        }

        .RadTileList .rtlistGroupSeparatorVisible {
            visibility: visible;
            opacity: 0.5;
        }

        .RadTileList .rtlistWrapper {
            width: 22.85714286em;
            vertical-align: top;
            float: left;
        }

        .RadTileList.rtlistRtl .rtlistWrapper, .RadTileList.rtlistRtl .rtlistGroup, .RadTileList.rtlistRtl .rtlistGroupSeparator {
            float: right;
        }

@media only screen and (max-width: 768px) {
    .RadTileList.rtlistResponsive {
        height: auto !important;
        width: auto !important;
        overflow-x: hidden;
    }

        .RadTileList.rtlistResponsive .rtlistGroup, .RadTileList.rtlistResponsive .rtlistGroupSeparator, .RadTileList.rtlistResponsive .rtlistWrapper {
            float: none;
            clear: both;
        }

        .RadTileList.rtlistResponsive .rtlistGroupSeparator {
            width: auto;
            height: 2.14285714em;
            margin: 0.71428571em 0;
        }

        .RadTileList.rtlistResponsive .rtlistWrapper {
            width: 100vw;
        }

        .RadTileList.rtlistResponsive .rtlistScrollWrapper {
            width: auto !important;
        }
}

@media only screen and (max-width: 480px) {
    .RadTileList.rtlistResponsive {
        font-size: inherit;
        overflow-x: hidden;
    }

        .RadTileList.rtlistResponsive .rtlistWrapper, .RadTileList.rtlistResponsive .RadTile {
            font-size: inherit;
        }

        .RadTileList.rtlistResponsive .RadTile {
            box-sizing: border-box;
        }

        .RadTileList.rtlistResponsive .rtileContentImage, .RadTileList.rtlistResponsive .RadImageTile .rtileIconImage {
            width: 100%;
            max-width: 100%;
        }

        .RadTileList.rtlistResponsive .RadTile.RadIconTile .rtileTopContent {
            height: 100%;
        }

        .RadTileList.rtlistResponsive .RadTile.RadIconTile .rtileIconImage {
            width: 50%;
            max-width: 50%;
            margin-top: 8vw;
        }

        .RadTileList.rtlistResponsive .RadTile.rtileSquare {
            width: 94vw;
            height: 94vw;
        }

        .RadTileList.rtlistResponsive .RadTile.rtileWide {
            width: 94vw;
            height: 46vw;
        }

        .RadTileList.rtlistResponsive .RadTile.rtileWide, .RadTileList.rtlistResponsive .RadTile.rtileSquare {
            margin: 0 2vw 2vw 0;
        }

    .t-container .RadTileList.rtlistResponsive .RadTile.rtileSquare {
        width: 90vw;
        height: 90vw;
    }

    .t-container .RadTileList.rtlistResponsive .RadTile.rtileWide {
        width: 90vw;
        height: 44vw;
    }

    .RadTileList.rtlistResponsive .RadTile span.rtileTitle {
        font-size: 4.1vw;
    }

    .RadTileList.rtlistResponsive .RadTile .rtileBadge {
        font-size: 4.1vw;
    }
}

.RadTile {
    overflow-x: auto;
    line-height: 1.42857143;
    box-shadow: 10px 5px 5px red;
}

    .RadTile:after {
        content: "";
        clear: both;
        display: block;
    }

    .RadTile, .RadTile * {
        box-sizing: content-box;
    }

        .RadTile div {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: default;
        }

            .RadTile div:hover, .RadTile div:active, .RadTile div:focus {
                cursor: default;
            }

        .RadTile.rtileWide, .RadTile.rtileSquare {
            position: relative;
            float: left;
            width: 22.14285714em;
            margin: 0 0.42857143em 0.42857143em 0;
            vertical-align: top;
            overflow: hidden;
            background-clip: padding-box;
            border-style: solid;
            border-width: 2px;
            border-color: black;
        }

        .RadTile.rtileWide {
            height: 10.71428571em;
        }

        .RadTile.rtileSquare {
            height: 22.14285714em;
        }

        .RadTile.rtileSelected .rtileSelectedIcon {
            width: 2.71428571em;
            height: 2.71428571em;
            transform: rotate(45deg);
            position: absolute;
            top: -1.42857143em;
            right: -1.42857143em;
            z-index: 99;
        }

            .RadTile.rtileSelected .rtileSelectedIcon:before {
                display: inline-block;
                vertical-align: top;
                line-height: 1;
                font-family: "WebComponentsIcons";
                font-size: 0.92em;
                margin: 1.8em 0 0 1em;
                content: "\e118";
                transform: rotate(-45deg);
            }

@media \0 screen {
    .RadTile.rtileSelected .rtileSelectedIcon:before {
        margin: 1.6em 0 0 0.2em;
    }
}

.rtileContent {
    vertical-align: middle;
    height: 100%;
}

.RadTile.RadTextTile .rtileContent {
    padding: 0.57142857em 0.57142857em 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.RadTile .rtileNavigation:hover {
    cursor: pointer;
}

.RadTile.rtileSelectIntention .rtileSelectedIcon {
    opacity: 0.5;
}

.RadTile .rtileTopContent {
    height: 8.21428571em;
    overflow: hidden;
    vertical-align: top;
}

.RadTile.RadImageAndTextTile .rtileTopContent {
    height: 100%;
}

.RadTile.RadIconTile .rtileTopContent {
    text-align: center;
}

.RadTile .rtileTopContent .rtileIconImage {
    margin-top: 2.14285714em;
}

.RadTile .rtileTextWrap {
    display: inline-block;
}

.RadTile .rtileBottomContent {
    height: 2.71428571em;
    padding: 0.5em 0.71428571em 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

    .RadTile .rtileBottomContent.rtileTitleIndent, .RadTile .rtileBottomContent.rtileBadgeIndent {
        width: 19.64285714em;
    }

        .RadTile .rtileBottomContent.rtileTitleIndent.rtileBadgeIndent {
            width: 16.5em;
        }

.RadTile.rtileSquare .rtileBottomContent {
    width: auto;
}

    .RadTile.rtileSquare .rtileBottomContent.rtileTitleIndent, .RadTile.rtileSquare .rtileBottomContent.rtileBadgeIndent {
        width: 8.21428571em;
    }

        .RadTile.rtileSquare .rtileBottomContent.rtileTitleIndent.rtileBadgeIndent {
            width: 5.71428571em;
        }

.RadTile .rtileTitleIndent .rtileTitle, .RadTile .rtileTitleIndent .rtileBadgeIndent {
    width: 1.42857143em;
    overflow: hidden;
}

.RadTile .rtileTitleIndent {
    padding-left: 3.14285714em;
}

.RadTile .rtileTitleIndent {
    padding-right: 2.5em;
}

    .RadTile .rtileTitleIndent img.rtileTitle {
        height: auto;
        width: auto;
    }

.RadTile span.rtileTitle {
    width: 70%;
    font-size: 0.92857143em;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    margin: 0;
    padding: 0;
    font-weight: normal;
    bottom: 0.64285714em;
    left: 0.64285714em;
    z-index: 99;
    color: inherit;
}

.RadTile div.rtileWrapper span.rtileTitle {
    border-bottom: 0;
}

.RadTile img.rtileTitle {
    overflow: hidden;
    position: absolute;
    bottom: 0.64285714em;
    left: 0.64285714em;
    z-index: 99;
}

.RadTile .rtileBadge {
    text-align: right;
    position: absolute;
    bottom: 0.64285714em;
    right: 0.64285714em;
    font-size: 0.92857143em;
    font-weight: bold;
    z-index: 99;
}

.RadTile .rtileBadgeButton {
    text-align: right;
    position: absolute;
    bottom: 0.64285714em;
    left: 0.64285714em;
    font-size: 1em;
    font-weight: bold;
    z-index: 99;
}

.RadTile .rtileBadgeIcon {
    min-width: 1.14285714em;
    min-height: 1.14285714em;
}

    .RadTile .rtileBadgeIcon:before {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-family: "WebComponentsIcons";
        font-size: 1.4em;
    }

.RadTile .rtileActivityBadge:before {
    content: "\e103";
}

.RadTile .rtileAlertBadge:before {
    content: "\e400";
}

.RadTile .rtileAvailableBadge:before {
    border-radius: 45px;
    background-color: #6c0;
    border: 2px solid black;
    width: 0.57142857em;
    height: 0.57142857em;
    content: "";
}

.RadTile .rtileAwayBadge:before {
    border-radius: 45px;
    background-color: #fc3;
    border: 2px solid black;
    width: 0.64285714em;
    height: 0.64285714em;
    content: "";
}

.RadTile .rtileBusyBadge:before {
    border-radius: 45px;
    background-color: #c00;
    border: 2px solid black;
    width: 0.64285714em;
    height: 0.64285714em;
    content: "";
}

.RadTile .rtileUnavailableBadge:before {
    border-radius: 45px;
    background-color: #999;
    border: 2px solid black;
    width: 0.64285714em;
    height: 0.64285714em;
    content: "";
}

.RadTile .rtileNewMessageBadge:before {
    content: "\e809";
}

.RadTile .rtilePausedBadge:before {
    content: "\e201";
}

.RadTile .rtilePlayingBadge:before {
    content: "\e200";
}

.RadTile .rtileErrorBadge:before {
    content: "\e11d";
}

.RadTile .rtileAttentionBadge:before {
    content: "\e403";
}

.RadTile.rtileWide.rtileRtl, .RadTile.rtileSquare.rtileRtl {
    float: right;
}

.RadTile.rtileRtl .rtileImageWrap {
    margin: 0.42857143em 0 0 0.35714286em;
}

.RadTile.rtileRtl.rtileSelected .rtileSelectedIcon {
    position: absolute;
    top: -1.42857143em;
    right: auto;
    left: -1.42857143em;
}

    .RadTile.rtileRtl.rtileSelected .rtileSelectedIcon:before {
        margin: 1em 0.1em 0 0;
    }

.RadTile.rtileRtl .rtileTitle {
    bottom: 0.71428571em;
    right: 0.71428571em;
    left: auto;
}

.RadTile.rtileRtl img.rtileTitle {
    bottom: 0.71428571em;
    right: 0.71428571em;
    left: auto;
}

.RadTile.rtileRtl .rtileBadge {
    bottom: 0.71428571em;
    left: 0.71428571em;
    right: auto;
}

.RadTile.rtileLoading, .RadTile .rtileLoading {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.RadTreeView {
    line-height: 1.42857143;
    white-space: nowrap;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

    .RadTreeView .rtIn, .RadTreeView .rtImg, .RadTreeView .rtChkTristate, .RadTreeView .rtLoadingIcon, .RadTreeView label {
        display: inline-block;
        vertical-align: middle;
    }

    .RadTreeView .rtTemplate, .RadTreeView input {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .RadTreeView .rtUL {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }

        .RadTreeView .rtUL .rtUL {
            vertical-align: top;
        }

    .RadTreeView .rtLI {
        padding-left: 20px;
        position: relative;
        overflow: hidden;
    }

    .RadTreeView .rtOut {
        padding: 1px 0;
    }

    .RadTreeView .rtIn {
        padding: 4px;
        border: 1px solid transparent;
        text-decoration: none;
        cursor: pointer;
    }

    .RadTreeView a.rtIn {
        color: inherit;
        cursor: pointer;
    }

    .RadTreeView .rtText {
        vertical-align: top;
        outline: 0;
    }

    .RadTreeView .rtImg {
        margin-right: 4px;
    }

    .RadTreeView .rtChkTristate {
        width: 1em;
        height: 1em;
        line-height: 1em;
        min-width: 1em;
    }

        .RadTreeView .rtChkTristate:before {
            display: block;
            font: 16px/1 WebComponentsIcons;
        }

    .RadTreeView .rtUnchecked:before {
        content: "\e304";
    }

    .RadTreeView .rtChecked:before {
        content: "\e305";
    }

    .RadTreeView .rtIndeterminate:before {
        content: "\e306";
    }

    .RadTreeView .rtTemplate:after {
        content: "";
        clear: both;
        display: block;
    }

    .RadTreeView input {
        vertical-align: middle;
    }

    .RadTreeView .rtEdit {
        white-space: nowrap !important;
    }

        .RadTreeView .rtEdit input {
            margin: 0;
            padding: 0;
            height: 1.42857143em;
            border: 0;
            outline: 0;
            color: inherit;
            background: 0;
            font: inherit;
            cursor: text;
        }

    .RadTreeView .rtLoadingIcon {
        width: 16px;
        height: 16px;
        margin: -4px 3px 0;
        overflow: hidden;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .RadTreeView .rtLoadingBelow {
        display: block;
    }

    .RadTreeView .rtPlus, .RadTreeView .rtMinus {
        width: 16px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        top: 0.71428571em;
        left: 3px;
        margin-top: -3px;
        cursor: pointer;
    }

        .RadTreeView .rtPlus:before, .RadTreeView .rtMinus:before {
            font: 16px "WebComponentsIcons";
            margin: -0.5em 0 0 -0.5em;
            width: 1em;
            height: 1em;
            line-height: 1em;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
        }

        .RadTreeView .rtPlus:before {
            content: "\e005";
        }

        .RadTreeView .rtMinus:before {
            content: "\e006";
        }

    .RadTreeView .rtLines .rtLI:before {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        left: 10px;
        border-left: 1px dotted #7b7b7b;
    }

    .RadTreeView .rtLines .rtFirst:before {
        top: 0.71428571em;
        margin-top: 4px;
    }

    .RadTreeView .rtLines .rtLast:before {
        height: 0.71428571em;
        padding-top: 4px;
    }

    .RadTreeView .rtLines .rtFirst.rtLast:before {
        display: none;
    }

    .RadTreeView .rtLines .rtOut:before {
        content: "";
        display: block;
        width: 9px;
        height: 0.71428571em;
        position: absolute;
        top: 5px;
        left: 11px;
        border-bottom: 1px dotted #7b7b7b;
    }

    .RadTreeView[disabled], .RadTreeView .rtDisabled {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

        .RadTreeView[disabled] .rtDisabled {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .RadTreeView label {
        font: inherit;
    }

.RadTreeView_rtl .rtLI {
    padding-left: 0;
    padding-right: 20px;
}

.RadTreeView_rtl .rtDisabled .rtChkTristate, .RadTreeView_rtl .rtDisabled .rtChkTristate:hover {
    color: inherit;
}

.RadTreeView_rtl .rtPlus, .RadTreeView_rtl .rtMinus {
    left: auto;
    right: 3px;
}

    .RadTreeView_rtl .rtPlus:before {
        content: "\e007";
    }

.RadTreeView_rtl .rtImg {
    margin-left: 4px;
    margin-right: auto;
}

.RadTreeView_rtl .rtLines .rtLI:before {
    left: auto;
    right: 10px;
}

.RadTreeView_rtl .rtLines .rtOut:before {
    left: auto;
    right: 11px;
}

.rtDropAbove, .rtDropBelow {
    border: 1px dotted #7b7b7b;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
    margin-top: -1px;
}

.rtDropAbove {
    border-bottom: 0;
}

.rtDropBelow {
    border-top: 0;
}

div.RadTreeView_designtime .rtOut {
    position: relative;
}

div.RadTreeView_designtime .rtPlus, div.RadTreeView_designtime .rtMinus {
    margin: 0;
    position: absolute;
    left: 3px;
    top: 4px;
}

.rtTouchDragClue {
    margin-top: -50px;
}

.Custom_RadComboBox_ww .RadComboBox_ww {
    visibility: hidden;
    position: absolute;
    z-index: 1010;
    margin-top: -1px;
}

    .Custom_RadComboBox_ww .RadComboBox_ww .rcbInner {
        padding: 4px;
        white-space: nowrap;
        background-color: #e6e6e6;
        height: 20px;
    }

        .Custom_RadComboBox_ww .RadComboBox_ww .rcbInner .rcbInput {
            box-sizing: border-box;
            max-width: 100%;
            width: 100%;
            height: 18px;
            margin: 1px 0;
            padding: 1px 20px 1px 2px;
            border: 1px solid #bebebe;
            background: white url("chosen/chosen-sprite.png") no-repeat 100% -23px;
            background: url("chosen/chosen-sprite.png") no-repeat 100% -23px;
            background-color: white;
        }

            .Custom_RadComboBox_ww .RadComboBox_ww .rcbInner .rcbInput::-ms-clear {
                display: none;
            }

        .Custom_RadComboBox_ww .RadComboBox_ww .rcbInner .rcbActionButton {
            display: none;
        }

.Custom_RadComboBox_ww .selection-container {
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    border: 1px solid #bebebe;
    transition: border-color 250ms ease-in-out;
    cursor: pointer;
    height: 20px;
    padding: 1px 19px 1px 4px;
    line-height: 17px;
    white-space: nowrap;
}

    .Custom_RadComboBox_ww .selection-container span {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        user-select: none;
    }

    .Custom_RadComboBox_ww .selection-container:hover {
        border-color: #fe9494;
    }

    .Custom_RadComboBox_ww .selection-container::after {
        font: 16px/1 "WebComponentsIcons";
        content: "\e006";
        display: inline-block;
        width: 20px;
        height: 18px;
        position: absolute;
    }

.RadComboBox_ww {
    height: 20px;
    background-color: #ffffff;
}

    .RadComboBox_ww .rcbInner {
        border-color: #bebebe;
        transition: border-color 250ms ease-in-out;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 4px;
        height: calc(100% - 2px);
    }

        .RadComboBox_ww .rcbInner .rcbInput {
            height: 100%;
        }

    .RadComboBox_ww .rcbActionButton {
        border-radius: 0;
        height: 100%;
        padding: 0;
        cursor: pointer;
    }

        .RadComboBox_ww .rcbActionButton .p-icon {
            height: 100%;
            cursor: pointer;
        }

    .RadComboBox_ww .rcbActionButtonhover .p-icon, .RadComboBox_ww .rcbActionButtonactive .p-icon {
        color: #ffffff;
    }

    .RadComboBox_ww .rcbHovered {
        border-color: #fe9494;
    }

    .RadComboBox_ww .rcbFocused, .RadComboBox_ww .rcbExpanded {
        border-color: #ff7777;
    }

    .RadComboBox_ww .rcbReadOnly {
        border-color: #bebebe;
        color: rgb(148, 148, 148);
    }

        .RadComboBox_ww .rcbReadOnly.rcbHovered {
            border-color: darkgray;
            color: #000000;
            background-color: #c2c2c2;
            background-image: linear-gradient(gainsboro, #c2c2c2);
        }

        .RadComboBox_ww .rcbReadOnly.rcbFocused, .RadComboBox_ww .rcbReadOnly.rcbExpanded {
            border-color: #676767;
            color: #ffffff;
            background-color: #808080;
            background-image: linear-gradient(#9a9a9a, #808080);
        }

.RadComboBoxDropDown_ww {
    border-top: 0;
    border-color: #bebebe;
    background-color: #ffffff;
}

    .RadComboBoxDropDown_ww .rcbScroll {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .RadComboBoxDropDown_ww .rcbSeparator {
        background-color: #e6e6e6;
    }

    .RadComboBoxDropDown_ww li, .RadComboBoxDropDown_ww .rcbItem, .RadComboBoxDropDown_ww .rcbHovered {
        min-height: 19px;
        box-sizing: border-box;
    }

        .RadComboBoxDropDown_ww li.selected, .RadComboBoxDropDown_ww .rcbItem.selected, .RadComboBoxDropDown_ww .rcbHovered.selected {
            color: #fff;
            background: #dd1b23;
            background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
        }

    .RadComboBoxDropDown_ww .rcbHovered {
        color: #fff;
        background: #ff5353;
        background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
    }

    .RadComboBoxDropDown_ww .rcbItem, .RadComboBoxDropDown_ww .rcbHovered {
        padding: 1px 4px;
    }

        .RadComboBoxDropDown_ww .rcbItem em, .RadComboBoxDropDown_ww .rcbHovered em {
            font-weight: bold;
        }

    .RadComboBoxDropDown_ww .rcbLoading {
        background-color: #c2c2c2;
    }

    .RadComboBoxDropDown_ww .rcbMoreResults {
        margin-top: 0;
        border-color: #bebebe;
    }

.RadGrid_ww .rgMasterTable, table.data-table {
    border-collapse: separate;
}

    .RadGrid_ww .rgMasterTable > thead > tr > td, table.data-table > thead > tr > td, .RadGrid_ww .rgMasterTable > thead > tr > th, table.data-table > thead > tr > th, .RadGrid_ww .rgMasterTable > tfoot > tr > td, table.data-table > tfoot > tr > td, .RadGrid_ww .rgMasterTable > tfoot > tr > th, table.data-table > tfoot > tr > th, .RadGrid_ww .rgMasterTable > tbody > tr > td, table.data-table > tbody > tr > td, .RadGrid_ww .rgMasterTable > tbody > tr > th, table.data-table > tbody > tr > th {
        padding: 3px 0.9em;
        vertical-align: middle;
        border: 1px solid #bebebe;
        border-top-style: none;
        border-left-style: none;
        border-right-style: none;
    }

        .RadGrid_ww .rgMasterTable > thead > tr > td:first-child, table.data-table > thead > tr > td:first-child, .RadGrid_ww .rgMasterTable > thead > tr > th:first-child, table.data-table > thead > tr > th:first-child, .RadGrid_ww .rgMasterTable > tfoot > tr > td:first-child, table.data-table > tfoot > tr > td:first-child, .RadGrid_ww .rgMasterTable > tfoot > tr > th:first-child, table.data-table > tfoot > tr > th:first-child, .RadGrid_ww .rgMasterTable > tbody > tr > td:first-child, table.data-table > tbody > tr > td:first-child, .RadGrid_ww .rgMasterTable > tbody > tr > th:first-child, table.data-table > tbody > tr > th:first-child {
            border-left-style: solid;
        }

        .RadGrid_ww .rgMasterTable > thead > tr > td:last-child, table.data-table > thead > tr > td:last-child, .RadGrid_ww .rgMasterTable > thead > tr > th:last-child, table.data-table > thead > tr > th:last-child, .RadGrid_ww .rgMasterTable > tfoot > tr > td:last-child, table.data-table > tfoot > tr > td:last-child, .RadGrid_ww .rgMasterTable > tfoot > tr > th:last-child, table.data-table > tfoot > tr > th:last-child, .RadGrid_ww .rgMasterTable > tbody > tr > td:last-child, table.data-table > tbody > tr > td:last-child, .RadGrid_ww .rgMasterTable > tbody > tr > th:last-child, table.data-table > tbody > tr > th:last-child {
            border-right-style: solid;
        }

    .RadGrid_ww .rgMasterTable > thead > tr:first-child > td, table.data-table > thead > tr:first-child > td, .RadGrid_ww .rgMasterTable > thead > tr:first-child > th, table.data-table > thead > tr:first-child > th, .RadGrid_ww .rgMasterTable > tfoot > tr:first-child > td, table.data-table > tfoot > tr:first-child > td, .RadGrid_ww .rgMasterTable > tfoot > tr:first-child > th, table.data-table > tfoot > tr:first-child > th, .RadGrid_ww .rgMasterTable > tbody > tr:first-child > td, table.data-table > tbody > tr:first-child > td, .RadGrid_ww .rgMasterTable > tbody > tr:first-child > th, table.data-table > tbody > tr:first-child > th {
        border-top-style: solid;
    }

    .RadGrid_ww .rgMasterTable > thead ~ * > tr:first-child > td, table.data-table > thead ~ * > tr:first-child > td, .RadGrid_ww .rgMasterTable > thead ~ * > tr:first-child > th, table.data-table > thead ~ * > tr:first-child > th, .RadGrid_ww .rgMasterTable > tbody ~ * > tr:first-child > td, table.data-table > tbody ~ * > tr:first-child > td, .RadGrid_ww .rgMasterTable > tbody ~ * > tr:first-child > th, table.data-table > tbody ~ * > tr:first-child > th {
        border-top-style: none;
    }

    .RadGrid_ww .rgMasterTable > *:first-child > tr:first-child > td:first-child, table.data-table > *:first-child > tr:first-child > td:first-child, .RadGrid_ww .rgMasterTable > *:first-child > tr:first-child > th:first-child, table.data-table > *:first-child > tr:first-child > th:first-child {
        border-top-left-radius: 0.35em;
    }

    .RadGrid_ww .rgMasterTable > *:first-child > tr:first-child > td:last-child, table.data-table > *:first-child > tr:first-child > td:last-child, .RadGrid_ww .rgMasterTable > *:first-child > tr:first-child > th:last-child, table.data-table > *:first-child > tr:first-child > th:last-child {
        border-top-right-radius: 0.35em;
    }

    .RadGrid_ww .rgMasterTable > thead:first-child > tr:first-child > td:first-child, table.data-table > thead:first-child > tr:first-child > td:first-child, .RadGrid_ww .rgMasterTable > thead:first-child > tr:first-child > th:first-child, table.data-table > thead:first-child > tr:first-child > th:first-child, .RadGrid_ww .rgMasterTable > colgroup + thead > tr:first-child > td:first-child, table.data-table > colgroup + thead > tr:first-child > td:first-child, .RadGrid_ww .rgMasterTable > colgroup + thead > tr:first-child > th:first-child, table.data-table > colgroup + thead > tr:first-child > th:first-child {
        border-top-left-radius: 1.1em;
    }

    .RadGrid_ww .rgMasterTable > thead:first-child > tr:first-child > td:last-child, table.data-table > thead:first-child > tr:first-child > td:last-child, .RadGrid_ww .rgMasterTable > thead:first-child > tr:first-child > th:last-child, table.data-table > thead:first-child > tr:first-child > th:last-child, .RadGrid_ww .rgMasterTable > colgroup + thead > tr:first-child > td:last-child, table.data-table > colgroup + thead > tr:first-child > td:last-child, .RadGrid_ww .rgMasterTable > colgroup + thead > tr:first-child > th:last-child, table.data-table > colgroup + thead > tr:first-child > th:last-child {
        border-top-right-radius: 1.1em;
    }

    .RadGrid_ww .rgMasterTable > *:last-child > tr:last-child > td:first-child, table.data-table > *:last-child > tr:last-child > td:first-child, .RadGrid_ww .rgMasterTable > *:last-child > tr:last-child > th:first-child, table.data-table > *:last-child > tr:last-child > th:first-child {
        border-bottom-left-radius: 0.35em;
    }

    .RadGrid_ww .rgMasterTable > *:last-child > tr:last-child > td:last-child, table.data-table > *:last-child > tr:last-child > td:last-child, .RadGrid_ww .rgMasterTable > *:last-child > tr:last-child > th:last-child, table.data-table > *:last-child > tr:last-child > th:last-child {
        border-bottom-right-radius: 0.35em;
    }

    .RadGrid_ww .rgMasterTable > thead > tr > td, table.data-table > thead > tr > td, .RadGrid_ww .rgMasterTable > thead > tr > th, table.data-table > thead > tr > th, .RadGrid_ww .rgMasterTable > .data-table-header > tr > td, table.data-table > .data-table-header > tr > td, .RadGrid_ww .rgMasterTable > .data-table-header > tr > th, table.data-table > .data-table-header > tr > th {
        font-weight: bold;
        text-align: center;
        background-color: #cfcfcf;
    }

        .RadGrid_ww .rgMasterTable > thead > tr > td input[type=checkbox], table.data-table > thead > tr > td input[type=checkbox], .RadGrid_ww .rgMasterTable > thead > tr > th input[type=checkbox], table.data-table > thead > tr > th input[type=checkbox], .RadGrid_ww .rgMasterTable > .data-table-header > tr > td input[type=checkbox], table.data-table > .data-table-header > tr > td input[type=checkbox], .RadGrid_ww .rgMasterTable > .data-table-header > tr > th input[type=checkbox], table.data-table > .data-table-header > tr > th input[type=checkbox] {
            vertical-align: middle;
        }

    .RadGrid_ww .rgMasterTable > thead > tr > td, table.data-table > thead > tr > td, .RadGrid_ww .rgMasterTable > .data-table-header > tr > td, table.data-table > .data-table-header > tr > td {
        font-weight: inherit;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr:nth-child(odd) > td, table.data-table > tbody > tr:nth-child(odd) > td {
        background-color: #ffffff;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr:nth-child(even) > td, table.data-table > tbody > tr:nth-child(even) > td {
        background-color: #ebebeb;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr.odd > td, table.data-table > tbody > tr.odd > td {
        background-color: #ffffff;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr.even > td, table.data-table > tbody > tr.even > td {
        background-color: #ebebeb;
    }

    .RadGrid_ww .rgMasterTable > tbody > tr.separator-row > td, table.data-table > tbody > tr.separator-row > td {
        background-color: #cfcfcf;
        height: 5px;
        padding: 0;
    }

    .RadGrid_ww .rgMasterTable > tfoot > tr > td, table.data-table > tfoot > tr > td {
        background-color: #d4d4d4;
    }

    .RadGrid_ww .rgMasterTable > thead > tr > .sort, table.data-table > thead > tr > .sort {
        padding-right: calc(1.05em + 4px);
        white-space: nowrap;
        position: relative;
    }

        .RadGrid_ww .rgMasterTable > thead > tr > .sort::after, table.data-table > thead > tr > .sort::after {
            position: absolute;
            content: "";
            display: inline-block;
            margin-left: 0.35em;
            width: 0;
            height: 0;
            border: 4px solid transparent;
        }

        .RadGrid_ww .rgMasterTable > thead > tr > .sort.sort-asc, table.data-table > thead > tr > .sort.sort-asc {
            background: #cfcfcf;
            background: linear-gradient(to bottom, silver 0, #cfcfcf 100%);
        }

            .RadGrid_ww .rgMasterTable > thead > tr > .sort.sort-asc::after, table.data-table > thead > tr > .sort.sort-asc::after {
                margin-bottom: 2px;
                border-bottom: 4px solid black;
                top: calc(50% - 4px);
            }

        .RadGrid_ww .rgMasterTable > thead > tr > .sort.sort-desc, table.data-table > thead > tr > .sort.sort-desc {
            background: silver;
            background: linear-gradient(to bottom, #cfcfcf 0, silver 100%);
        }

            .RadGrid_ww .rgMasterTable > thead > tr > .sort.sort-desc::after, table.data-table > thead > tr > .sort.sort-desc::after {
                margin-bottom: -2px;
                border-top: 4px solid black;
                top: 50%;
            }

    .RadGrid_ww .rgMasterTable > * > tr.alternate-row, table.data-table > * > tr.alternate-row {
        display: none;
    }

.RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td, table.data-table-mouse-effects.data-table > tbody > tr:hover > td, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td, table.data-table-mouse-effects.data-table > tbody > tr:active > td {
    background: #ff5353;
    background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
    color: White;
    cursor: pointer;
}

    .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td a, table.data-table-mouse-effects.data-table > tbody > tr:hover > td a, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td a, table.data-table-mouse-effects.data-table > tbody > tr:active > td a {
        color: white;
    }

        .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td a:hover, table.data-table-mouse-effects.data-table > tbody > tr:hover > td a:hover, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td a:focus, table.data-table-mouse-effects.data-table > tbody > tr:hover > td a:focus, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td a:hover, table.data-table-mouse-effects.data-table > tbody > tr:active > td a:hover, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td a:focus, table.data-table-mouse-effects.data-table > tbody > tr:active > td a:focus {
            color: rgb(228, 228, 228);
        }

        .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:hover > td a:active, table.data-table-mouse-effects.data-table > tbody > tr:hover > td a:active, .RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td a:active, table.data-table-mouse-effects.data-table > tbody > tr:active > td a:active {
            color: rgb(194, 194, 194);
        }

.RadGrid_ww .data-table-mouse-effects.rgMasterTable > tbody > tr:active > td, table.data-table-mouse-effects.data-table > tbody > tr:active > td {
    background: #dd1b23;
    background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
}

.RadGrid_ww .rgMasterTable > * > tr.selected-row > td, table.data-table > * > tr.selected-row > td {
    background: #dd1b23;
    background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%) !important;
    color: White;
}

    .RadGrid_ww .rgMasterTable > * > tr.selected-row > td a, table.data-table > * > tr.selected-row > td a {
        color: white;
    }

        .RadGrid_ww .rgMasterTable > * > tr.selected-row > td a:hover, table.data-table > * > tr.selected-row > td a:hover, .RadGrid_ww .rgMasterTable > * > tr.selected-row > td a:focus, table.data-table > * > tr.selected-row > td a:focus {
            color: rgb(228, 228, 228);
        }

        .RadGrid_ww .rgMasterTable > * > tr.selected-row > td a:active, table.data-table > * > tr.selected-row > td a:active {
            color: rgb(194, 194, 194);
        }

.RadGrid_ww .rgMasterTable > * > tr.edit-row > td, table.data-table > * > tr.edit-row > td {
    background-color: #efefef;
}

.RadGrid_ww .rgMasterTable > * > tr.pager-row > td, table.data-table > * > tr.pager-row > td {
    background-color: #d4d4d4;
}

    .RadGrid_ww .rgMasterTable > * > tr.pager-row > td table tr td + td, table.data-table > * > tr.pager-row > td table tr td + td {
        padding-left: 0.25em;
    }

.RadGrid_ww .rgMasterTable > * > tr > td.button-container, table.data-table > * > tr > td.button-container, .RadGrid_ww .rgMasterTable > * > tr > th.button-container, table.data-table > * > tr > th.button-container {
    padding-top: 1px;
    padding-bottom: 1px;
}

.RadGrid_ww .rgMasterTable > * > :not(.has-child-rows) > .expander > button, table.data-table > * > :not(.has-child-rows) > .expander > button {
    display: none;
}

.RadGrid_ww .rgMasterTable > * > .has-child-rows > .expander, table.data-table > * > .has-child-rows > .expander {
    padding-top: 1px;
    padding-bottom: 1px;
}

    .RadGrid_ww .rgMasterTable > * > .has-child-rows > .expander button, table.data-table > * > .has-child-rows > .expander button {
        padding: 2px;
        width: 14px;
        height: 14px;
    }

        .RadGrid_ww .rgMasterTable > * > .has-child-rows > .expander button .expander-open, table.data-table > * > .has-child-rows > .expander button .expander-open, .RadGrid_ww .rgMasterTable > * > .has-child-rows > .expander button .expander-close, table.data-table > * > .has-child-rows > .expander button .expander-close {
            font-family: Consolas;
            width: 14px;
            height: 14px;
            line-height: 14px;
            vertical-align: top;
        }

.RadGrid_ww .rgMasterTable > * > .has-child-rows.child-rows-collapsed > .expander .expander-close, table.data-table > * > .has-child-rows.child-rows-collapsed > .expander .expander-close {
    display: inline-block;
}

.RadGrid_ww .rgMasterTable > * > .has-child-rows.child-rows-collapsed > .expander .expander-open, table.data-table > * > .has-child-rows.child-rows-collapsed > .expander .expander-open {
    display: none;
}

.RadGrid_ww .rgMasterTable > * > .has-child-rows.child-rows-expanded > .expander .expander-close, table.data-table > * > .has-child-rows.child-rows-expanded > .expander .expander-close {
    display: none;
}

.RadGrid_ww .rgMasterTable > * > .has-child-rows.child-rows-expanded > .expander .expander-open, table.data-table > * > .has-child-rows.child-rows-expanded > .expander .expander-open {
    display: inline-block;
}

.RadGrid_ww .rgMasterTable > * > .child-row.child-row-collapsed, table.data-table > * > .child-row.child-row-collapsed {
    display: none;
}

.RadGrid_ww .rgMasterTable > * > .child-row > .expander .child-indicator, table.data-table > * > .child-row > .expander .child-indicator {
    display: inline-block;
    margin-left: 0.35em;
    margin-right: -10px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid black;
    float: right;
}

.RadGrid_ww {
    border: none;
}

.rgHeaderWrapper .rgHeaderDiv {
    border-color: #bebebe;
}

.RadGrid_ww .rgHeader, .RadGrid_ww th.rgResizeCol, .RadGrid_ww .rgHeaderWrapper {
    border: 0;
    border-bottom: 1px solid #cccccc;
    background-color: #e6e6e6;
    background-image: linear-gradient(#fafafa, #e6e6e6);
    background-color: #cfcfcf;
    background-image: none;
}

.RadGrid_ww .rgMultiHeaderRow .rgHeader, .RadGrid_ww .rgMultiHeaderRow .rgResizeCol {
    border-left: 1px solid #cccccc;
    border-left-color: #bebebe;
}

.RadGrid_ww th.rgSorted {
    background: silver;
    background-image: linear-gradient(#d4d4d4, silver);
}

.RadGrid_ww .rgAltRow {
    background: #ebebeb;
}

.RadGrid_ww .rgRow .rgSorted {
    background-color: #f2f2f2;
}

.RadGrid_ww .rgAltRow .rgSorted {
    background-color: #e6e6e6;
}

.RadGrid_ww .rgActiveRow td:not(.rgExpandCol) {
    box-shadow: inset 0px 5px 5px -5px #676767, inset 0px -5px 5px -5px #676767;
}

.RadGrid_ww .rgActiveRow td:first-child:not(.rgExpandCol), .RadGrid_ww .rgActiveRow .rgExpandCol + td {
    box-shadow: inset 0px 5px 5px -5px #676767, inset 0px -5px 5px -5px #676767, inset 5px 0px 5px -5px #676767;
}

.RadGrid_ww .rgActiveRow td:not(.rgExpandCol):last-child {
    box-shadow: inset 0px 5px 5px -5px #676767, inset 0px -5px 5px -5px #676767, inset -5px 0px 5px -5px #676767;
}

.RadGrid_ww .rgActiveCell {
    box-shadow: inset 0 0 5px #676767;
}

.RadGrid_ww .rgSelectedRow .rgSorted, .RadGrid_ww .rgHoveredRow .rgSorted, .RadGrid_ww .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_ww .rgMasterTable .rgSelectedCell, .RadGrid_ww .rgSelectedRow {
    background-image: linear-gradient(#9a9a9a, #808080);
    color: #ffffff;
}

    .RadGrid_ww .rgSelectedCell a, .RadGrid_ww .rgSelectedRow a {
        color: #ffffff;
    }

.RadGrid_ww .rgHoveredRow {
    background-image: linear-gradient(gainsboro, #c2c2c2);
    color: #000000;
}

.RadGrid_ww .rgEditRow {
    background: rgba(204, 204, 204, 0.75);
}

.RadGrid_ww .rgBatchOverlay {
    background: rgba(204, 204, 204, 0.75);
}

.RadGrid_ww .rgBatchUndoDeleteButton {
    background-color: #e6e6e6;
    background-image: linear-gradient(white, #e6e6e6);
}

    .RadGrid_ww .rgBatchUndoDeleteButton:hover {
        background-color: #c2c2c2;
        background-image: linear-gradient(gainsboro, #c2c2c2);
    }

.RadGrid_ww .rgDrag {
    background-image: url("../Default/Grid/rgDrag.gif");
}

html .RadGrid_ww .rgFooterDiv td, html .RadGrid_ww .rgFooter td {
    background-color: #d4d4d4;
}

.RadGrid_ww .rgFooterWrapper {
    background: #e6e6e6;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #fff;
    border-color: #bebebe;
}

.RadGrid_ww .rgFooter > td, .RadGrid_ww .rgFooter > td.rgGroupCol {
    border-bottom: 1px solid #fff;
    border-bottom-color: #bebebe;
}

.RadGrid_ww .rgFooterWrapper .rgFooter > td {
    border-bottom: 0;
}

.RadGrid_ww .rgStatus div {
    background-image: url("../Default/Common/loading_small.gif");
}

.GridReorderTop_ww, .GridReorderBottom_ww {
    color: #838383;
}

.RadGrid_ww .rgFilterRow {
    background: #e6e6e6;
}

    .RadGrid_ww .rgFilterRow > td {
        border-bottom: 1px solid #cdcdcd;
        border-bottom-color: #bebebe;
    }

.RadGrid_ww .rgFilter {
    border: 1px solid;
    border-color: #b3b3b3;
    color: #333333;
    background-color: #e6e6e6;
    background-image: linear-gradient(white, #e6e6e6);
    border-color: #bebebe;
}

    .RadGrid_ww .rgFilter:hover, .RadGrid_ww .rgFilter:focus {
        border-color: darkgray;
        color: #000000;
        background-color: #c2c2c2;
        background-image: linear-gradient(gainsboro, #c2c2c2);
        border-color: #bebebe;
    }

.RadGrid_ww .rgFilterActive, .RadGrid_ww .rgFilterActive:hover, .RadGrid_ww .rgFilterActive:focus {
    border-color: #676767;
    color: #ffffff;
    background-color: #808080;
    background-image: linear-gradient(#9a9a9a, #808080);
    box-shadow: inset 0 0 6px rgba(165, 165, 165, 0.5);
    border-color: #bebebe;
}

.RadGrid_ww .rgFiltered {
    border-color: #1667b7;
    color: #ffffff;
    background-color: #1976d2;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    border-color: #bebebe;
}

    .RadGrid_ww .rgFiltered:hover, .RadGrid_ww .rgFiltered:focus {
        border-color: #12579b;
        color: #ffffff;
        background-color: #1667b7;
        background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
        border-color: #bebebe;
    }

    .RadGrid_ww .rgFiltered.rgFilterActive {
        border-color: #0f4880;
        color: #ffffff;
        background-color: #12579b;
        background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
        border-color: #bebebe;
    }

.RadMenu_ww .rgHCMClear, .RadMenu_ww .rgHCMFilter {
    background: #e6e6e6;
    background-image: linear-gradient(white, #e6e6e6);
}

    .RadMenu_ww .rgHCMClear:hover, .RadMenu_ww .rgHCMFilter:hover {
        border-color: darkgray;
        background: #c2c2c2;
        background-image: linear-gradient(gainsboro, #c2c2c2);
        border-color: #bebebe;
    }

.RadMenu_ww_Context .rgFilterApply, .RadMenu_ww_Context .rgFilterCancel {
    border-color: #b3b3b3;
    color: #333333;
    background-color: #e6e6e6;
    background-image: linear-gradient(white, #e6e6e6);
    border-color: #bebebe;
}

div.RadMenu_ww_Context .rlbGroup {
    border-color: #e6e6e6;
    border-color: #bebebe;
}

.RadGrid_ww .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #cccccc;
    background-image: linear-gradient(#e5e5e5, #eeeeee);
    border-bottom-color: #bebebe;
}

.RadGrid_ww .rgGroupItem {
    border: 1px solid #b3b3b3;
    background: #e6e6e6;
    background-image: linear-gradient(white, #e6e6e6);
    border-color: #bebebe;
}

.RadGrid_ww .rgCollapseIcon:before {
    content: "\e015";
}

.RadGrid_ww .rgExpandIcon:before {
    content: "\e014";
}

.RadGrid_ww td.rgGroupCol, .RadGrid_ww td.rgExpandCol {
    border-color: #d9d9d9;
    background: #d9d9d9;
    border-color: #bebebe;
    background: inherit;
}

.RadGrid_ww .rgGroupHeader {
    background: #d9d9d9;
    color: #000;
    background: inherit;
}

    .RadGrid_ww .rgGroupHeader td {
        border-bottom: 1px solid #d9d9d9;
        border-bottom-color: #bebebe;
    }

        .RadGrid_ww .rgGroupHeader td.rgGroupCol {
            border-top-color: #828282;
            border-top-color: #bebebe;
        }

.RadGrid_ww .rgDetailTable {
    border-color: #828282;
    border-color: #bebebe;
}

.RadGrid_ww .rgPagerCell .rgNumPart a {
    border-radius: 2px;
    color: inherit;
}

    .RadGrid_ww .rgPagerCell .rgNumPart a:hover {
        border-color: darkgray;
        color: #000000;
        background-color: #c2c2c2;
        background-image: linear-gradient(gainsboro, #c2c2c2);
        border-color: #bebebe;
    }

    .RadGrid_ww .rgPagerCell .rgNumPart a.rgCurrentPage {
        border-color: #1976d2;
        color: #1976d2;
        background: none;
        border-color: #bebebe;
    }

.RadGrid_ww .rgPagerCell .rgPagerButton, .RadGrid_ww .rgPagerCell .rgActionButton {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: #b3b3b3;
    color: #333333;
    background-color: #e6e6e6;
    background-image: linear-gradient(white, #e6e6e6);
    border-color: #bebebe;
}

    .RadGrid_ww .rgPagerCell .rgPagerButton:hover, .RadGrid_ww .rgPagerCell .rgActionButton:hover {
        border-color: darkgray;
        color: #000000;
        background-color: #c2c2c2;
        background-image: linear-gradient(gainsboro, #c2c2c2);
        border-color: #bebebe;
    }

.rgCellSelectorArea_ww, .GridRowSelector_ww {
    background: #4c4e54;
}

.GridItemDropIndicator_ww {
    border-top: 1px dashed #666;
    border-top-color: #bebebe;
}

.GridToolTip_ww {
    border: 1px solid #828282;
    padding: 3px;
    background: #fff;
    color: #333;
    border-color: #bebebe;
}

.RadListBox_ww {
    color: #000000;
}

    .RadListBox_ww .rlbGroup, .RadListBox_ww .rlbTemplateContent {
        border-color: #cccccc;
        color: #000000;
        background-color: #ffffff;
    }

    .RadListBox_ww .rlbDropClueAbove {
        border-top-color: #b3b3b3;
    }

    .RadListBox_ww .rlbDropClueBelow {
        border-bottom-color: #b3b3b3;
    }

    .RadListBox_ww .rlbItem {
        padding: 1px 4px;
        box-sizing: border-box;
    }

        .RadListBox_ww .rlbItem.rlbHovered {
            color: #fff;
            background: #ff5353;
            background: linear-gradient(to bottom, #fe9494 0, #ff5353 100%);
        }

        .RadListBox_ww .rlbItem.rlbSelected {
            color: #fff;
            background: #dd1b23;
            background: linear-gradient(to bottom, #ea7a7e 0, #dd1b23 100%);
        }

    .RadListBox_ww.rlbDragClue {
        opacity: 0.5;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    }

    .RadListBox_ww.hide-order-clues .rlbDropClueAbove {
        border-top: none;
    }

    .RadListBox_ww.hide-order-clues .rlbDropClueBelow {
        border-bottom: none;
    }

    .RadListBox_ww.hide-order-clues .rlbDropClue {
        display: none;
    }

.RadMenu_ww .rmRootGroup {
    border-color: #cdcdcd;
    color: #333333;
    background-color: #e6e6e6;
    background-image: linear-gradient(#fafafa, #e6e6e6);
}

    .RadMenu_ww .rmRootGroup.rmVertical {
        background-image: none;
    }

    .RadMenu_ww .rmRootGroup .rmItem {
        border-color: #cdcdcd;
    }

    .RadMenu_ww .rmRootGroup .rmRootLink:hover {
        border-color: #a6a6a6;
        color: #333333;
        background-color: silver;
        background-image: linear-gradient(#d4d4d4, silver);
    }

    .RadMenu_ww .rmRootGroup .rmSelected > .rmRootLink, .RadMenu_ww .rmRootGroup .rmExpanded > .rmRootLink {
        border-color: #8d8d8d;
        color: #333333;
        background-color: #a6a6a6;
        background-image: linear-gradient(#bbbbbb, #a6a6a6);
    }

    .RadMenu_ww .rmRootGroup .rmFocused > .rmLink {
        border-color: #8d8d8d;
        box-shadow: inset 0 0 5px #8d8d8d;
    }

.RadMenu_ww .rmGroup, .RadMenu_ww .rmMultiColumn, .RadMenu_ww .rmPopup {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

    .RadMenu_ww .rmGroup .rmLink {
        border-radius: 3px;
    }

        .RadMenu_ww .rmGroup .rmLink:hover, .RadMenu_ww .rmGroup .rmToggle:hover {
            border-color: darkgray;
            color: #000000;
            background-color: #c2c2c2;
            background-image: linear-gradient(gainsboro, #c2c2c2);
        }

    .RadMenu_ww .rmGroup .rmSelected > .rmLink, .RadMenu_ww .rmGroup .rmExpanded > .rmLink, .RadMenu_ww .rmGroup .rmSelected > .rmLink .rmToggle, .RadMenu_ww .rmGroup .rmExpanded > .rmLink .rmToggle {
        border-color: #676767;
        color: #ffffff;
        background-color: #808080;
        background-image: linear-gradient(#9a9a9a, #808080);
    }

    .RadMenu_ww .rmGroup .rmFocused > .rmLink, .RadMenu_ww .rmGroup .rmFocused > .rmLink .rmToggle {
        border-color: #676767;
        box-shadow: inset 0 0 5px #676767;
    }

.RadMenu_ww .rmSeparator {
    border-color: #cdcdcd;
}

.RadMenu_ww .rmGroup .rmSeparator {
    border-color: #cccccc;
}

.RadMenu_ww .rmArrow {
    border-color: #d9d9d9;
    background-color: #f2f2f2;
}

    .RadMenu_ww .rmArrow:hover {
        background-color: #e6e6e6;
    }

.RadMenu_ww .rmShadows .rmGroup {
    box-shadow: 3px 3px 5px #cccccc;
}

.RadMenu_ww .rmGroup:before, .RadMenu_ww .rmMultiColumn:before, .RadMenu_ww .rmScrollWrap > .rmHorizontal:before, .RadMenu_ww .rmScrollWrap > .rmVertical:before {
    border-color: transparent;
    background-color: #e6e6e6;
}

.wideContent {
    width: 290px;
    height: 130px;
    font-family: Segoe UI;
    padding: 10px;
}

.squareContent {
    width: 130px;
    height: 130px;
    padding: 10px;
}

.shortContent {
    height: 105px;
}

.font10 {
    font-size: 10px;
}

.font14 {
    font-size: 14px;
}

.font18 {
    font-size: 18px;
}

.font22 {
    font-size: 22px;
}

.qsf-ib {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

.tileGradient {
    background-color: white;
}

.tileComponentInner {
    box-sizing: border-box;
    width: 90%;
    height: 85%;
    margin: auto;
    overflow-y: auto;
}

.AcaHomeWidgetButton {
    width: 90% !important;
    border-radius: 0px !important;
    background: #ffffff !important;
    border: 2px solid grey !important;
    box-shadow: 0px 0px 0px 1px black !important;
}

    .AcaHomeWidgetButton:hover {
        color: black !important;
        border-color: black !important;
    }

.AcaHomeWidgetButtonFull {
    width: 85%;
    border-radius: 0px !important;
    background: #ffffff !important;
    border: 2px solid grey !important;
    box-shadow: 0px 0px 0px 1px black !important;
    position: absolute;
    bottom: 12px;
}

    .AcaHomeWidgetButtonFull:hover {
        color: black !important;
        border-color: black !important;
    }

.AcaHomeWidgetButtonTableCellRight {
    width: 50% !important;
    padding-top: 15px;
    padding-right: 3px;
    padding-left: 0px;
}

.AcaHomeWidgetButtonTableCellLeft {
    width: 50% !important;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 1px;
}

.AcaHomeWidgetWithButtonBottom {
    box-sizing: border-box;
    height: 80%;
    scrollbar-width: thin;
    overflow-y: auto;
}

.AcaHomeWidgetWithOutButtonBottom {
    box-sizing: border-box;
    height: 87%;
    scrollbar-width: thin;
    overflow-y: auto;
}

.RadEditor {
    border-width: 1px;
    border-style: solid;
    padding: .35714286em;
    line-height: 1.42857143;
    box-sizing: border-box
}

    .RadEditor.reFullScreen {
        position: absolute;
        z-index: 3000
    }

.reClear, .reDropDownBody ul li.reClear {
    clear: both;
    margin: 0;
    padding: 0 !important;
    float: none;
    width: 0;
    height: 0;
    line-height: 0
}

.reToolBarWrapper {
    margin: 0em 0em .35714286em
}

.reToolBar {
    box-sizing: border-box;
    display: inline-block;
    min-height: 1.71428571em;
    padding: .14285714em;
    margin: 0em 0em .07142857em;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    border-radius: .14285714em;
    vertical-align: top
}

    .reToolBar li {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle
    }

.reTool {
    box-sizing: border-box;
    display: inline-block;
    width: 1.71428571em;
    height: 1.57142857em;
    vertical-align: middle;
    border-radius: .14285714em;
    border-style: solid;
    border-width: 1px;
    border-color: #fff0;
    text-decoration: none
}

    .reTool:active, .reTool:focus {
        outline: none
    }

a.reToolIcon {
    text-align: center;
    position: relative
}

.reToolIcon:before {
    box-sizing: border-box;
    font-size: 16px;
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: middle;
    content: "\e13a";
    font-family: WebComponentsIcons,monospace;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

a.reToolIcon:before {
    position: absolute
}

a.reToolIcon.reSplitButton:before {
    top: 0;
    margin: auto 0;
    padding-left: .14285714em;
    vertical-align: middle
}

a.reTool.reToolText {
    width: auto;
    line-height: 1.28571429em;
    vertical-align: middle;
    padding: 0em .14285714em
}

.reTool.reToolText:before {
    height: 1.57142857em
}

.reTool.reSplitButton {
    width: 2.5em
}

a.reToolText.reToolIcon:before {
    margin: 0em .21428571em 0em 0em;
    vertical-align: top;
    position: relative;
    top: .14285714em
}

.reSplitArrow {
    display: inline-block;
    position: relative;
    float: right;
    box-sizing: border-box;
    width: 1em;
    height: 1.5em;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #fff0;
    overflow: hidden
}

.reToolIcon.reSplitButton.reToolText .reSplitArrow {
    margin-left: .21428571em
}

.reSplitArrow:before {
    box-sizing: border-box;
    width: auto;
    height: 1em;
    line-height: 1;
    font-family: WebComponentsIcons,monospace;
    font-size: 16px;
    content: "\e006";
    margin: auto auto auto -.10714em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: .02142857em
}

.reSeparator {
    box-sizing: border-box;
    margin: 0em .07142857em 0em 0em;
    width: 2px;
    max-width: 2px;
    height: 1.28571429em;
    max-height: 1.28571429em;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    vertical-align: middle
}

.reToolBar a:hover {
    text-decoration: none
}

.reToolBarLeft {
    position: relative;
    padding-left: 3.71428571em
}

.reToolBarRight {
    position: relative;
    padding-right: 3.71428571em
}

.reToolBarWrapperLeft {
    position: absolute;
    width: 3em;
    top: .35714286em;
    left: .35714286em
}

.reToolBarWrapperRight {
    position: absolute;
    width: 3em;
    top: .35714286em;
    right: .35714286em
}

    .reToolBarWrapperLeft .reToolBar, .reToolBarWrapperRight .reToolBar {
        width: 100%;
        height: 100%;
        text-align: center
    }

    .reToolBarWrapperLeft .reTool.reSplitButton, .reToolBarWrapperRight .reTool.reSplitButton {
        margin-left: 0
    }

    .reToolBarWrapperLeft .reSeparator, .reToolBarWrapperRight .reSeparator {
        box-sizing: border-box;
        width: 2.42857143em;
        max-width: 2.42857143em;
        height: .14285714em;
        max-height: .14285714em;
        border-right-width: 0;
        border-left-width: 0;
        border-top-width: 1px;
        border-top-style: solid;
        border-bottom-width: 1px;
        border-bottom-style: solid
    }

.reToolBarLeft .reRow {
    position: static;
    margin: 0em -.35714286em 0em 0em
}

.reToolBarRight .reRow {
    position: static;
    margin: 0em 0em 0em -.35714286em
}

.reToolBarLeft .reResize, .reToolBarRight .reResize {
    float: none;
    position: absolute;
    right: 8px;
    bottom: 7px
}

    .reToolBarLeft .reResize:before, .reToolBarRight .reResize:before {
        margin: 0
    }

.reToolBarLeft.reToolBarRight .reRow {
    margin: 0
}

.reToolBarLeft .reHTMLStructure, .reToolBarRight .reHTMLStructure {
    box-sizing: border-box
}

.reXhtmlValidator:before {
    content: "\e68e"
}

.rePageProperties:before {
    content: "\e600"
}

.reStyleBuilder:before {
    content: "\e66f"
}

.reFormatCodeBlock:before {
    content: "\e66e"
}

.reInsertImage:before {
    content: "\e652"
}

.reInsertLink:before {
    content: "\e671"
}

.reInsertTable:before {
    content: "\e677"
}

.reInsertTableLight:before {
    content: "\e676"
}

.reDeleteTable:before {
    content: "\e682"
}

.reInsertFormElement:before {
    content: "\e63a"
}

.reInsertFormForm:before {
    content: "\e639"
}

.reInsertFormButton:before, .reInsertFormReset:before, .reInsertFormSubmit:before {
    content: "\e63d"
}

.reInsertFormHidden:before {
    content: "\e643"
}

.reInsertFormPassword:before {
    content: "\e644"
}

.reInsertFormRadio:before {
    content: "\e30a"
}

.reInsertFormSelect:before {
    content: "\e63e"
}

.reInsertFormTextarea:before {
    content: "\e641"
}

.reInsertFormText:before {
    content: "\e642"
}

.reStripAll:before, .reFormatStripper:before {
    content: "\e669"
}

.reStripCss:before {
    content: "\e66a"
}

.reStripFont:before {
    content: "\e66b"
}

.reStripSpan:before {
    content: "\e66c"
}

.reStripWord:before {
    content: "\e66d"
}

.reAjaxSpellCheck:before {
    content: "\e68d"
}

.reImageManager:before {
    content: "\e501"
}

.reSetImageProperties:before {
    content: "\e653"
}

.reImageMapDialog:before {
    content: "\e654"
}

.reFlashManager:before {
    content: "\e65b"
}

.reMediaManager:before {
    content: "\e659"
}

.reInsertExternalVideo:before {
    content: "\e65a"
}

.reDocumentManager:before {
    content: "\e64f"
}

.reTemplateManager:before {
    content: "\e647"
}

.reSilverlightManager:before {
    content: "\e658"
}

.reInsertRowAbove:before {
    content: "\e67d"
}

.reInsertRowBelow:before {
    content: "\e67e"
}

.reDeleteRow:before {
    content: "\e680"
}

.reInsertColumnLeft:before {
    content: "\e67b"
}

.reInsertColumnRight:before {
    content: "\e67c"
}

.reDeleteColumn:before {
    content: "\e67f"
}

.reMergeColumns:before {
    content: "\e684"
}

.reMergeRows:before {
    content: "\e685"
}

.reSplitCell:before {
    content: "\e685"
}

.reSplitCellHorizontal:before {
    content: "\e686"
}

.reDeleteCell:before {
    content: "\e681"
}

.reSetCellProperties:before {
    content: "\e67a"
}

.reSetTableProperties:before {
    content: "\e678"
}

.reToolIcon.reInsertSymbol:before {
    content: "\e693"
}

.reUndo:before {
    content: "\e100"
}

.reRedo:before {
    content: "\e101"
}

.reCut:before {
    content: "\e65e"
}

.reCopy:before {
    content: "\e65d"
}

.rePaste:before {
    content: "\e65f"
}

.rePasteMarkdown:before {
    content: "\e664"
}

.rePasteFromWord:before {
    content: "\e661"
}

.rePasteFromWordNoFontsNoSizes:before {
    content: "\e662"
}

.rePastePlainText:before {
    content: "\e665"
}

.rePasteAsHtml:before {
    content: "\e660"
}

.rePasteHtml:before {
    content: "\e663"
}

.rePasteStrip:before {
    content: "\e65f"
}

.rePrint:before {
    content: "\e10a"
}

.reFindAndReplace:before {
    content: "\e65c"
}

.reSelectAll:before {
    content: "\e63c"
}

.reInsertGroupbox:before {
    content: "\e640"
}

.reInsertParagraph:before {
    content: "\e645"
}

.reInsertHorizontalRule:before {
    content: "\e623"
}

.reInsertSnippet:before {
    content: "\e63b"
}

.reInsertDate:before {
    content: "\e63f"
}

.reInsertTime:before {
    content: "\e107"
}

.reAboutDialog:before {
    content: "\e401"
}

.reHelp:before {
    content: "\e402"
}

.reToggleScreenMode:before {
    content: "\e690"
}

.reBold:before {
    content: "\e601"
}

.reItalic:before {
    content: "\e602"
}

.reUnderline:before {
    content: "\e603"
}

.reStrikeThrough:before {
    content: "\e608"
}

.reForeColor:before {
    content: "\e605"
}

.reBackColor:before, .rebgColor:before, .reborderColor:before {
    content: "\e50f";
    text-shadow: 0 0 1px rgb(0 0 0 / .5)
}

.reFormatPainter:before, .reFormatPainterCopy:before {
    content: "\e668"
}

.reFormatPainterApply:before {
    content: "\e666"
}

.reFormatPainterClear:before {
    content: "\e669"
}

.reJustifyLeft:before {
    content: "\e61d"
}

.reJustifyCenter:before {
    content: "\e61e"
}

.reJustifyRight:before {
    content: "\e61f"
}

.reJustifyFull:before {
    content: "\e620"
}

.reJustifyNone:before {
    content: "\e621"
}

.reSuperscript:before {
    content: "\e60a"
}

.reSubscript:before {
    content: "\e609"
}

.reConvertToLower:before {
    content: "\e606"
}

.reConvertToUpper:before {
    content: "\e607"
}

.reIndent:before {
    content: "\e615"
}

.reOutdent:before {
    content: "\e616"
}

.reInsertOrderedList:before {
    content: "\e613"
}

.reInsertUnorderedList:before {
    content: "\e614"
}

.reAbsolutePosition:before {
    content: "\e69a"
}

.reSetLinkProperties:before, .reLinkManager:before {
    content: "\e10f"
}

.reOpenLink:before {
    content: "\e135"
}

.reUnlink:before {
    content: "\e110"
}

.reToggleTableBorder:before {
    content: "\e638"
}

.reModuleManager:before {
    content: "\e670"
}

.reAlignmentSelector:before {
    content: "\e61e"
}

.reInsertFormCheckbox:before {
    content: "\e305"
}

.reTableWizard:before {
    content: "\e677"
}

.reToggleEditMode:before {
    content: "\e63b"
}

.reAcceptTrackChange:before {
    content: "\e64b"
}

.reRejectTrackChange:before {
    content: "\e64d"
}

.reAcceptAllTrackChanges:before {
    content: "\e64c"
}

.reRejectAllTrackChanges:before {
    content: "\e64e"
}

.reEnableTrackChangesOverride:before {
    content: "\e64a"
}

.reAddComment:before {
    content: "\e655"
}

.reRemoveComment:before {
    content: "\e656"
}

.reRemoveAllComments:before {
    content: "\e657"
}

.reNoAlignment:before {
    content: "\e11b"
}

.reTopLeft:before {
    content: "\e624"
}

.reTopCenter:before {
    content: "\e625"
}

.reTopRight:before {
    content: "\e626"
}

.reMiddleLeft:before {
    content: "\e627"
}

.reMiddleCenter:before {
    content: "\e628"
}

.reMiddleRight:before {
    content: "\e629"
}

.reBottomLeft:before {
    content: "\e62a"
}

.reBottomCenter:before {
    content: "\e62b"
}

.reBottomRight:before {
    content: "\e62c"
}

.reToggleFloatingToolbar:before {
    content: "\e68c"
}

.reModuleVisibleIcon:before {
    vertical-align: text-bottom;
    padding: 0em .14285714em 0em 0em;
    content: "\e118"
}

.reModuleHiddenIcon:before {
    vertical-align: text-bottom;
    padding: 0em .14285714em 0em 0em;
    content: "\e11b"
}

.reDropdown {
    position: relative;
    display: inline-block;
    width: 5.71428571em;
    margin: 0em .07142857em;
    padding: 0em .71428571em 0em .35714286em;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    border-width: 1px;
    border-style: solid
}

a.reDropdown:hover {
    text-decoration: none
}

.reDropdown.reToolIcon {
    text-align: left
}

.reDropdown.reRealFontSize {
    width: 2.42857143em
}

.reDropdown.reFontSize {
    width: 1.5em
}

.reDropdown.reZoom {
    width: 3.14285714em
}

.reToolBarWrapperLeft .reDropdown, .reToolBarWrapperLeft .reDropdown:hover, .reToolBarWrapperRight .reDropdown, .reToolBarWrapperRight .reDropdown:hover {
    padding-left: 0;
    padding-right: 0;
    width: 1.25em
}

@media screen\0 {
    .reDropdown {
        padding: .07142857em .71428571em .07142857em .35714286em;
        text-overflow: clip
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .reDropdown {
        padding: .07142857em .71428571em .07142857em .35714286em;
        text-overflow: ellipsis
    }
}

.reDropdown:before {
    display: inline-block;
    box-sizing: border-box;
    height: 1.42857143em;
    width: 100%;
    line-height: 1.42857143em;
    position: absolute;
    top: 50%;
    margin-top: -.64285714em;
    padding: 0em .35714286em 0em 0em;
    content: "\e006";
    font-family: WebComponentsIcons,monospace;
    font-size: 16px;
    text-align: right
}

a.reToolDisabled, a.reToolDisabled .reSplitArrow, a.reToolDisabled.reDropdown:before {
    opacity: .5
}

    a.reToolDisabled li:hover .reToolDisabled, a.reToolDisabled.reTool:hover, a.reToolDisabled.reTool:active, a.reToolDisabled.reTool:focus, .reInsertTable a.reToolDisabled.reTool:hover:before, a.reToolDisabled.reTool.reToolSelected, a.reToolDisabled.reTool:hover .reSplitArrow, a.reToolDisabled.reTool:active .reSplitArrow, a.reToolDisabled.reTool:focus .reSplitArrow {
        cursor: default;
        border-color: #fff0;
        background-color: #fff0;
        background-image: none;
        box-shadow: none
    }

    a.reToolDisabled.reDropdown, a.reToolDisabled.reDropdown:hover, a.reToolDisabled.reDropdown:active, a.reToolDisabled.reDropdown:focus {
        cursor: default;
        background-color: #fff0;
        background-image: none;
        box-shadow: none
    }

.reContent {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    position: relative;
    background-color: #fff
}

.reTextArea, .RadForm.rfdTextarea .RadEditor .reTextArea {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    border: 0;
    outline: none;
    resize: none;
    font-size: 11px;
    font-family: inherit
}

    .reTextAreaHidden, .RadForm.rfdTextarea .RadEditor .reTextArea.reTextAreaHidden {
        display: none
    }

.reContent iframe {
    display: block
}

.reIframeWrapperIOS {
    height: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.reModule {
    margin: 0em -.35714286em;
    padding: .35714286em 0em 0em
}

.reRow {
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 0em -.35714286em;
    padding: .28571429em .35714286em
}

.reTableDiv .reModule, .reTableDiv .reRow {
    border-top-width: 1px;
    border-top-style: solid
}

.reAltRow {
    border-bottom-style: none
}

.reModes {
    float: left
}

    .reModes a {
        box-sizing: border-box;
        text-decoration: none;
        display: inline-block;
        width: auto;
        height: 1.57142857em;
        margin: 0em .14285714em 0em 0em;
        line-height: 1.28571429em;
        border-radius: .14285714em;
        border-style: solid;
        border-width: 1px;
        border-color: #fff0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
        padding: 0em .71428571em
    }

        .reModes a:hover {
            border-style: solid;
            border-width: 1px
        }

        .reModes a .reIcon {
            position: relative;
            display: inline-block;
            width: 1.57142857em;
            height: 1.57142857em;
            vertical-align: middle;
            margin: 0em .35714286em 0em 0em
        }

            .reModes a .reIcon:before {
                box-sizing: border-box;
                font-family: WebComponentsIcons,monospace;
                font-size: 16px;
                display: block;
                width: 1.14285714em;
                height: 1.14285714em;
                line-height: 1;
                content: "";
                margin: auto;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                overflow: hidden
            }

        .reModes a .reDesignIcon:before {
            content: "\e10b"
        }

        .reModes a .reHTMLIcon:before {
            content: "\e918"
        }

        .reModes a .rePreviewIcon:before {
            content: "\e13d"
        }

.reDOMElement, .reDOMElementSelected {
    text-decoration: none
}

.reDOMElement {
    text-decoration: none
}

    .reDOMElement:hover {
        text-decoration: underline
    }

.reDOMElementSelected {
    font-weight: 700
}

.reRemoveDOMElement {
    position: relative;
    padding: 0em 0em 0em 1.28571429em;
    text-decoration: none
}

    .reRemoveDOMElement:before {
        font-family: WebComponentsIcons,monospace;
        font-size: 16px;
        display: inline-block;
        width: .85714286em;
        height: .85714286em;
        content: "\e11d";
        position: absolute;
        left: 0
    }

.reDOMElement + span {
    padding: 0em .21428571em
}

.reModule.reStatistic {
    display: inline-block;
    line-height: 1.57142857em;
    float: right;
    margin: 0 1em 0;
    padding: 0
}

.reTableDiv .reModule.reStatistic {
    border: 0
}

.reResize {
    width: .85714286em;
    height: .85714286em;
    float: right
}

    .reResize:hover {
        cursor: se-resize
    }

    .reResize:before {
        box-sizing: border-box;
        font-family: WebComponentsIcons,monospace;
        font-size: 2.16em;
        display: block;
        width: .85714286em;
        height: .85714286em;
        line-height: 1;
        content: "\e001";
        margin: 0 0 0 -.3em
    }

.reTableDiv {
    display: table;
    width: 100%
}

.reHTMLStructure {
    width: 100%
}

    .reHTMLStructure a span:before {
        font-family: WebComponentsIcons,monospace;
        font-size: 16px;
        width: .35714286em 0em;
        height: .35714286em 0em;
        content: "\e11b";
        vertical-align: bottom
    }

.reTableDiv .reAltRow {
    display: table-row
}

.reAltRow .reLabel {
    display: table-cell;
    padding: .14285714em .21428571em .35714286em .42857143em;
    text-align: right
}

.reLabel + span {
    vertical-align: middle
}

.reSpinBox {
    display: table-cell;
    position: relative;
    display: inline-block
}

.reTableDiv input[type="text"] {
    box-sizing: border-box;
    font-size: 1em;
    font-family: inherit;
    width: 5.71428571em;
    padding: .07142857em .35714286em;
    border-width: 1px;
    border-style: solid
}

.reSpinBox input[type="text"] {
    width: 3em;
    padding: .07142857em 1.07142857em .07142857em .07142857em;
    text-align: right;
    border-width: 1px;
    border-style: solid
}

@media \0screen\,screen\9 {
    .reSpinBox input[type="text"] {
        border-right: 15px solid transparent !important
    }
}

.reSpinBoxButtons {
    display: block;
    width: 1.07142857em;
    height: 1.42857143em;
    position: absolute;
    top: .07142857em;
    right: 0
}

    .reSpinBoxButtons span {
        display: block;
        width: .57142857em;
        height: .57142857em;
        position: absolute;
        right: .07142857em;
        text-align: center
    }

    .reSpinBoxButtons .reSpinBoxIncrease {
        top: .07142857em
    }

    .reSpinBoxButtons .reSpinBoxDecrease {
        bottom: .07142857em
    }

    .reSpinBoxButtons span {
        border-radius: .14285714em;
        border-width: 1px;
        border-style: solid;
        border-color: #fff0
    }

        .reSpinBoxButtons span:hover {
            cursor: pointer
        }

        .reSpinBoxButtons span:before {
            font-family: WebComponentsIcons,monospace;
            font-size: 12px;
            width: .57142857em;
            height: .57142857em;
            line-height: .57142857em;
            position: absolute;
            left: 50%;
            top: 50%;
            text-align: center
        }

    .reSpinBoxButtons .reSpinBoxIncrease:before {
        content: "\e004";
        margin: -.35em 0 0 -.5em
    }

    .reSpinBoxButtons .reSpinBoxDecrease:before {
        content: "\e006";
        margin: -.25em 0 0 -.5em
    }

.reTableDiv .reRow .reDropdown {
    vertical-align: middle
}

.reContentArea {
    position: relative;
    overflow: auto;
    padding: 0em .35714286em
}

.RadEditor.RadWindow.reInlineEditor {
    padding: .35714286em;
    border-width: 1px;
    border-style: solid;
    margin-top: -.71428571em;
    box-shadow: 0 1px 4px #b3b3b3
}

.RadEditor.RadWindow .rwContent {
    border-color: #fff0
}

.RadEditor.reInlineEditor {
    border-color: #fff0;
    padding: 0;
    margin-top: 0
}

.RadEditor.reInlineEditor {
    font-family: inherit;
    font-style: normal
}

    .RadEditor.reInlineEditor .reContent, .RadEditor.reInlineEditor {
        background-color: #fff0;
        color: inherit
    }

        .RadEditor.reInlineEditorSelected, .RadEditor.reInlineEditor:hover {
            border-width: 1px;
            border-style: solid;
            border-color: #fff0
        }

        .RadEditor.reInlineEditor .reContentArea, .RadEditor.reInlineEditor .reContent {
            border: 0;
            outline: none
        }

        .RadEditor.reInlineEditor .reContentArea {
            font-size: 1.3333em
        }

.reDropDownBody {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0 0 .16667em .16667em
}

    .reDropDownBody ul {
        list-style: none;
        margin: 0;
        padding: .14285714em;
        box-sizing: border-box
    }

    .reDropDownBody li {
        padding: .14285714em .35714286em .21428571em
    }

    .reDropDownBody .reToolIcon {
        text-align: left
    }

        .reDropDownBody .reToolIcon:before {
            position: static
        }

    .reDropDownBody .reToolBar {
        border: 0
    }

    .reDropDownBody .reTool, .reDropDownBody .reTool:hover, .reDropDownBody .reTool:active, .reDropDownBody .reTool:focus {
        border: 0
    }

    .reDropDownBody .reTlbVertical .reTool:hover {
        background-color: #fff0;
        background-image: none
    }

    .reDropDownBody .reTlbVertical ul.reToolBar {
        display: block;
        height: auto
    }

        .reDropDownBody .reTlbVertical ul.reToolBar .reTool {
            width: 100%
        }

        .reDropDownBody .reTlbVertical ul.reToolBar .reToolIcon:before {
            padding-right: .57142857em
        }

    .reDropDownBody .reTlbVertical li {
        display: block
    }

    .reDropDownBody .reFormatSetsHeader {
        text-transform: uppercase
    }

    .reDropDownBody.reColorPicker li, .reDropDownBody.reColorPicker li div {
        padding: 0;
        width: .85714286em;
        height: .85714286em
    }

    .reDropDownBody.reColorPicker li {
        margin: .14285714em;
        border-width: 1px;
        border-style: solid
    }

    .reDropDownBody.reColorPicker .reClear {
        width: 0;
        height: 0;
        border: 0 none
    }

    .reDropDownBody.reColorPicker ul + div {
        clear: both
    }

    .reDropDownBody.reColorPicker .reCustomColor {
        text-decoration: none
    }

    .reDropDownBody.reColorPicker .reColorPickerFooter {
        width: 11.71428571em;
        height: 1.42857143em;
        margin: 0 auto;
        overflow: hidden;
        border-width: 1px;
        border-style: solid
    }

        .reDropDownBody.reColorPicker .reColorPickerFooter span {
            height: 1.42857143em;
            line-height: 1.28571429em;
            width: 5.85714286em;
            cursor: default;
            display: block;
            float: left;
            text-align: center
        }

    .reDropDownBody.reAjaxSpellCheck:before {
        content: ""
    }

    .reDropDownBody.reAjaxSpellCheck > ul > .reClear:first-child + li:hover {
        background-color: #fff0
    }

    .reDropDownBody.reAjaxSpellCheck .reToolIcon:before {
        font-family: WebComponentsIcons,monospace;
        font-size: 16px;
        width: 1.14285714em;
        height: 1.14285714em;
        padding: 0em .28571429em 0em 0em;
        line-height: normal;
        vertical-align: middle;
        content: ""
    }

    .reDropDownBody.reAjaxSpellCheck .reIgnoreIcon:before {
        content: "\e11b"
    }

    .reDropDownBody.reAjaxSpellCheck .reOkIcon:before {
        content: "\e10b"
    }

    .reDropDownBody.reAjaxSpellCheck .reAddIcon:before {
        content: "\e651"
    }

    .reDropDownBody.reCustomLinks ul li:hover {
        background-color: #fff0
    }

    .reDropDownBody.reCustomLinks a {
        vertical-align: middle;
        text-decoration: none
    }

        .reDropDownBody.reCustomLinks a:hover {
            text-decoration: underline
        }

    .reDropDownBody.reCustomLinks .reCustomLinksIcon {
        display: inline-block;
        width: .85714286em;
        height: .85714286em;
        padding-right: .35714286em;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
        cursor: default
    }

        .reDropDownBody.reCustomLinks .reCustomLinksIcon:before {
            display: inline-block;
            position: absolute;
            top: -.21428571em;
            left: -.21428571em;
            width: 1em;
            height: 1em;
            font-family: WebComponentsIcons,monospace;
            font-size: 16px;
            line-height: normal;
            vertical-align: middle;
            content: ""
        }

    .reDropDownBody.reCustomLinks .reIconAdd:before {
        content: "\e005"
    }

    .reDropDownBody.reCustomLinks .reIconRemove:before {
        content: "\e006"
    }

    .reDropDownBody.reInsertTable:before {
        content: ""
    }

    .reDropDownBody.reInsertTable .reTlbVertical ul.reToolBar {
        background-color: #fff0;
        background-image: none
    }

        .reDropDownBody.reInsertTable .reTlbVertical ul.reToolBar, .reDropDownBody.reInsertTable .reTlbVertical ul.reToolBar li {
            padding: 0
        }

            .reDropDownBody.reInsertTable .reTlbVertical ul.reToolBar li:hover {
                background-color: #fff0
            }

            .reDropDownBody.reInsertTable .reTlbVertical ul.reToolBar .reTool.reToolIcon:before {
                padding-right: 0;
                border-radius: .14285714em
            }

            .reDropDownBody.reInsertTable .reTlbVertical ul.reToolBar li {
                display: block
            }

    .reDropDownBody.reInsertTable .reToolBar li .reTool {
        width: 1.71428571em;
        height: 1.71428571em;
        margin: 0
    }

    .reDropDownBody.reInsertTable .reTableWizard {
        display: block;
        text-align: center
    }

        .reDropDownBody.reInsertTable .reTableWizard.reTool:hover:before {
            background-color: #fff0;
            background-image: none
        }

    .reDropDownBody.reInsertTable table {
        margin-left: 3px
    }

    .reDropDownBody.reInsertTable td {
        border-width: 1px;
        border-style: solid
    }

    .reDropDownBody.reInsertTable table td div {
        width: .92857143em;
        height: .92857143em
    }

    .reDropDownBody.reAlignmentSelector:before {
        content: ""
    }

    .reDropDownBody.reAlignmentSelector table {
        border-spacing: .14285714em;
        text-align: center
    }

    .reDropDownBody.reAlignmentSelector td div:before {
        display: inline-block;
        padding: .07142857em;
        border-radius: .14285714em;
        width: 1em;
        height: 1em;
        font-size: 16px;
        font-family: WebComponentsIcons,monospace;
        line-height: normal;
        vertical-align: middle;
        content: ""
    }

    .reDropDownBody.reAlignmentSelector .reNoAlignment:before {
        display: inline-block;
        font-size: 16px;
        font-family: WebComponentsIcons,monospace;
        content: "\e621"
    }

    .reDropDownBody.reAlignmentSelector .reTopLeft:before {
        content: "\e624"
    }

    .reDropDownBody.reAlignmentSelector .reTopCenter:before {
        content: "\e625"
    }

    .reDropDownBody.reAlignmentSelector .reTopRight:before {
        content: "\e626"
    }

    .reDropDownBody.reAlignmentSelector .reMiddleLeft:before {
        content: "\e627"
    }

    .reDropDownBody.reAlignmentSelector .reMiddleCenter:before {
        content: "\e628"
    }

    .reDropDownBody.reAlignmentSelector .reMiddleRight:before {
        content: "\e629"
    }

    .reDropDownBody.reAlignmentSelector .reBottomLeft:before {
        content: "\e62a"
    }

    .reDropDownBody.reAlignmentSelector .reBottomCenter:before {
        content: "\e62b"
    }

    .reDropDownBody.reAlignmentSelector .reBottomRight:before {
        content: "\e62c"
    }

    .reDropDownBody.reInsertTable .reTlbVertical ul.reToolBar li, .reDropDownBody.reColorPicker li, .reDropDownBody.reInsertSymbol li {
        float: left
    }

    .reDropDownBody.reAjaxSpellCheck input[type="text"] {
        box-sizing: border-box;
        font-size: 1em;
        font-family: 'Segoe UI',Arial,Tahoma;
        width: 10.71428571em;
        padding: .07142857em .35714286em;
        border-width: 1px;
        border-style: solid
    }

    .reDropDownBody.reAjaxSpellCheck > div {
        padding: .35714286em
    }

    .reDropDownBody.reAjaxSpellCheck .reAjaxSpellButton {
        vertical-align: top
    }

        .reDropDownBody.reAjaxSpellCheck .reAjaxSpellButton:before {
            font-size: 1.3333em;
            font-family: WebComponentsIcons,monospace;
            content: "\e68d"
        }

    .reDropDownBody.reApplyClass .reRuleIcon:before {
        display: inline-block;
        padding: .07142857em .35714286em .07142857em .07142857em;
        width: 1em;
        height: 1em;
        font-size: 16px;
        font-family: WebComponentsIcons,monospace;
        line-height: normal;
        vertical-align: middle;
        content: "\e401"
    }

    .reDropDownBody.reApplyClass .reRulePreview {
        vertical-align: middle
    }

    .reDropDownBody.reApplyClass .reIconClear:before {
        content: "\e667"
    }

    .reDropDownBody.reApplyClass .reIconAll:before {
        content: "\e60c"
    }

    .reDropDownBody.reApplyClass .reIconH1:before {
        content: "\e60d"
    }

    .reDropDownBody.reApplyClass .reIconH2:before {
        content: "\e60e"
    }

    .reDropDownBody.reApplyClass .reIconH3:before {
        content: "\e60f"
    }

    .reDropDownBody.reApplyClass .reIconH4:before {
        content: "\e610"
    }

    .reDropDownBody.reApplyClass .reIconH5:before {
        content: "\e611"
    }

    .reDropDownBody.reApplyClass .reIconH6:before {
        content: "\e612"
    }

    .reDropDownBody.reApplyClass .reIconDiv:before {
        content: "\e60b"
    }

    .reDropDownBody.reApplyClass .reIconA:before {
        content: "\e10f"
    }

    .reDropDownBody.reApplyClass .reIconItalic:before {
        content: "\e602"
    }

    .reDropDownBody.reApplyClass .reIconBold:before {
        content: "\e601"
    }

    .reDropDownBody.reApplyClass .reIconUnderline:before {
        content: "\e603"
    }

    .reDropDownBody.reApplyClass .reIconUl:before {
        content: "\e614"
    }

    .reDropDownBody.reApplyClass .reIconOl:before {
        content: "\e613"
    }

    .reDropDownBody.reApplyClass .reIconImg:before {
        content: "\e501"
    }

    .reDropDownBody.reApplyClass .reIconTable:before {
        content: "\e677"
    }

    .reDropDownBody.reApplyClass .reIconTd:before {
        content: "\e679"
    }

.RadMenu.reContextMenu .rmLeftImage.reToolIcon {
    line-height: 1;
    margin: -9px 0
}

.reAjaxSpellWrapper {
    padding: 1em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #adadad;
    background-color: #ffc
}

.reAjaxSpellInfoContainer {
    float: left
}

.reAjaxSpellButtonsContainer {
    float: right
}

.reAjaxSpellButton {
    font-size: 1em;
    font-family: inherit;
    height: 1.57142857em;
    border-width: 1px;
    border-style: solid;
    border-radius: .21428571em;
    margin: 0em 0em 0em .35714286em;
    white-space: nowrap
}

.RadEditor.rePopupContainer {
    padding: .35714286em 0em 0em;
    border-width: 1px;
    border-style: solid;
    min-width: 14.28571429em;
    max-width: 21.42857143em;
    border-radius: .35714286em;
    position: absolute
}

    .RadEditor.rePopupContainer .rePopupTitle {
        font-size: 1em;
        height: 1.57142857em;
        line-height: 1.57142857em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 0em 0em 0em .35714286em;
        margin: 0;
        border-radius: .35714286em .35714286em 0em 0em
    }

    .RadEditor.rePopupContainer .rePopupContent {
        background-repeat: no-repeat;
        background-position: 16px 16px;
        padding: .71428571em;
        border-radius: 0em 0em .35714286em .35714286em
    }

        .RadEditor.rePopupContainer .rePopupContent.alert {
            background-image: url(Common/ModalDialogAlert.gif)
        }

        .RadEditor.rePopupContainer .rePopupContent.confirm {
            background-image: url(Common/ModalDialogConfirm.gif)
        }

    .RadEditor.rePopupContainer .rePopupMessage, .RadEditor.rePopupContainer .rePopupButtonContainer {
        padding-left: 3.42857143em
    }

.RadEditor.reRtl .reDropdown {
    text-align: right
}

    .RadEditor.reRtl .reDropdown:before {
        padding: 0em 0em 0em .35714286em;
        text-align: left
    }

.RadEditor.reRtl .reSplitArrow {
    float: left
}

    .RadEditor.reRtl .reSplitArrow:before {
        margin: auto -.10714em auto auto;
        right: auto;
        left: .02142857em
    }

.RadEditor.reRtl .reModes {
    float: right
}

.RadEditor.reRtl .reModule.reStatistic {
    float: left;
    margin: 0 0 0 1em
}

.RadEditor.reRtl .reResize {
    float: left
}

    .RadEditor.reRtl .reResize:hover {
        cursor: sw-resize !important
    }

    .RadEditor.reRtl .reResize:before {
        margin: 0 -.3em 0 0;
        content: "\e002"
    }

.RadEditor.reRtl .reSpinBoxButtons {
    right: auto;
    left: 0
}

    .RadEditor.reRtl .reSpinBoxButtons .reSpinBoxIncrease {
        top: .21428571em
    }

    .RadEditor.reRtl .reSpinBoxButtons .reSpinBoxDecrease {
        bottom: -.07142857em
    }

    .RadEditor.reRtl .reSpinBoxButtons .reSpinBoxIncrease:before {
        margin: -.35em -.5em 0 0
    }

    .RadEditor.reRtl .reSpinBoxButtons .reSpinBoxDecrease:before {
        margin: -.25em -.5em 0 0
    }

.RadForm .reInlineBlock {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle
}

.RadEditor .reCommentEdit, .RadEditor .reCommentView {
    border-width: 1px;
    border-style: solid;
    width: 17.14285714em;
    height: 22.14285714em;
    max-height: 22.14285714em;
    border-radius: .35714286em;
    padding: .35714286em .5em;
    position: absolute;
    bottom: 1em;
    right: 1em;
    text-align: right;
    z-index: 9001
}

.RadEditor .reCommentTitle {
    text-align: left;
    font-weight: 700;
    height: 1.42857143em;
    line-height: 1.14285714em;
    padding: 0em 0em .14285714em
}

.RadEditor .reCommentTextArea {
    font-size: 1em;
    font-family: inherit;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    width: 16.78571429em;
    max-width: 16.78571429em;
    height: 18.21428571em;
    max-height: 18.21428571em
}

.RadEditor .reCommentViewText {
    display: block;
    border-width: 1px;
    border-style: solid;
    padding: .14285714em;
    text-align: left;
    z-index: 9001
}

.RadEditor .reCommentButton, .rePopupButton {
    font-size: 1em;
    font-family: inherit;
    height: 1.42857143em;
    border-width: 1px;
    border-style: solid;
    border-radius: .21428571em;
    margin: .28571429em .07142857em;
    cursor: auto
}

.RadEditor .reCommentInfoPanel {
    width: 17.85714286em;
    position: absolute;
    right: 1em;
    bottom: 1em;
    padding: .35714286em .5em;
    border-width: 1px;
    border-style: solid;
    border-radius: .35714286em
}

.RadEditor .reCommentTextAreaWatermark {
    color: #666
}

font.reComment_u0, span.reComment_u0 {
    border: 2px dashed #FF9933 !important
}

font.reComment_u1, span.reComment_u1 {
    border: 2px dashed #ff0101 !important
}

font.reComment_u2, span.reComment_u2 {
    border: 2px dashed #0101ff !important
}

del.reU1 hr {
    border: 1px solid #ff0101 !important
}

ins.reU1 hr {
    border-bottom: 1px solid #ff0101 !important
}

.reFormat {
    border-width: 0 2px;
    border-style: solid;
    padding: 0 2px
}

li.reFormat {
    padding: 0
}

ol.reFormat, ul.reFormat {
    padding: 0 0 0 2.5em
}

ins table, .reComment {
    border: 2px dashed;
    padding: 1px
}

del table {
    border: 2px dashed;
    text-decoration: line-through;
    padding: 1px
}

ins td, ins img {
    border: 1px dashed;
    padding: 1px
}

del td, del img {
    border: 2px solid;
    padding: 1px
}

ins.reU0, del.reU0 {
    color: #FF9933 !important
}

ins.reU1, del.reU1 {
    color: #ff0101 !important
}

ins.reU2, del.reU2 {
    color: #f37e0c !important
}

ins.reU3, del.reU3 {
    color: #04b4b6 !important
}

ins.reU4, del.reU4 {
    color: #c85100 !important
}

ins.reU5, del.reU5 {
    color: #008380 !important
}

ins.reU6, del.reU6 {
    color: #800000 !important
}

ins.reU7, del.reU7 {
    color: #a4a000 !important
}

ins.reU8, del.reU8 {
    color: #808080 !important
}

ins.reU9, del.reU9 {
    color: #38fd11 !important
}

.reFormat.reU0, ins.reU0 table, del.reU0 table, ins.reU0 td, ins.reU0 img, del.reU0 td, del.reU0 img, .reComment.reU0 {
    border-color: #f93
}

.reFormat.reU1, ins.reU1 table, del.reU1 table, ins.reU1 td, ins.reU1 img, del.reU1 td, del.reU1 img, .reComment.reU1 {
    border-color: red
}

.reFormat.reU2, ins.reU2 table, del.reU2 table, ins.reU2 td, ins.reU2 img, del.reU2 td, del.reU2 img, .reComment.reU2 {
    border-color: #f37e0c
}

.reFormat.reU3, ins.reU3 table, del.reU3 table, ins.reU3 td, ins.reU3 img, del.reU3 td, del.reU3 img, .reComment.reU3 {
    border-color: #04b4b6
}

.reFormat.reU4, ins.reU4 table, del.reU4 table, ins.reU4 td, ins.reU4 img, del.reU4 td, del.reU4 img, .reComment.reU4 {
    border-color: #c85100
}

.reFormat.reU5, ins.reU5 table, del.reU5 table, ins.reU5 td, ins.reU5 img, del.reU5 td, del.reU5 img, .reComment.reU5 {
    border-color: #008380
}

.reFormat.reU6, ins.reU6 table, del.reU6 table, ins.reU6 td, ins.reU6 img, del.reU6 td, del.reU6 img, .reComment.reU6 {
    border-color: maroon
}

.reFormat.reU7, ins.reU7 table, del.reU7 table, ins.reU7 td, ins.reU7 img, del.reU7 td, del.reU7 img, .reComment.reU7 {
    border-color: #a4a000
}

.reFormat.reU8, ins.reU8 table, del.reU8 table, ins.reU8 td, ins.reU8 img, del.reU8 td, del.reU8 img, .reComment.reU8 {
    border-color: gray
}

.reFormat.reU9, ins.reU9 table, del.reU9 table, ins.reU9 td, ins.reU9 img, del.reU9 td, del.reU9 img, .reComment.reU9 {
    border-color: #38fd11
}

ins.trackchanges_curr_rev, del.trackchanges_curr_rev {
    color: Green
}

.RadEditor .reContentArea .rrHandle, .rrHandle[rel='rrWidget'] {
    background-color: #fff;
    border: 1px solid #000;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

    .RadEditor .reContentArea .rrHandle:hover, .rrHandle[rel='rrWidget']:hover {
        background-color: #000
    }

.RadEditor .reContent .reTableButton {
    position: absolute;
    line-height: 1;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

    .RadEditor .reContent .reTableButton:hover {
        cursor: pointer
    }

    .RadEditor .reContent .reTableButton.reSelectBtn {
        color: #333
    }

    .RadEditor .reContent .reTableButton.reDeleteBtn {
        color: #d51923
    }

    .RadEditor .reContent .reTableButton:before {
        font-family: WebComponentsIcons,monospace;
        font-size: 16px;
        line-height: 1;
        width: 1em;
        height: 1em;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0
    }

    .RadEditor .reContent .reTableButton.reSelectBtn:before {
        content: "\e63c";
        color: #333
    }

    .RadEditor .reContent .reTableButton.reSelectBtn.reSelectButtonActive:before {
        color: #1976D2
    }

    .RadEditor .reContent .reTableButton.reDeleteBtn:before {
        content: "\e11d";
        font-size: 18px
    }

.reInsertImageWrapper, .reInsertLinkWrapper, .reInsertTableLightWrapper {
    padding: 20px 0 0 0
}

.RadWindow .reInsertTableLightWrapper .lightTable {
    border-width: 1px;
    border-style: solid
}

.reControlsLayout {
    width: 100%;
    height: 100%;
    font-size: 1em
}

.reInsertLinkWrapper .reControlsLayout td {
    padding: 3px 0 3px 3px
}

.reInsertLinkWrapper .reControlsLayout td, .reInsertImageWrapper .reControlsLayout td, .reInsertTableLightWrapper .reControlsLayout td, .reControlsLayout .reImgPropertyControlCell td, .reImgPropertyControlCell span, .reImgPropertyControlCell input {
    vertical-align: middle
}

.reInsertImageWrapper .reControlsLayout td {
    padding: 3px 0
}

.reDialogLabelLight span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap
}

.reDialogLabelLight span, .reImgPropertyControlCell span, .reImgPropertyControlCell input {
    text-align: right
}

.reConfirmCancelButtonsTblLight button {
    width: 75px
}

.reConfirmCancelButtonsTblLight .reAllPropertiesLight button {
    width: 95px
}

.reControlsLayout {
    width: 100%;
    height: 100%
}

    .reControlsLayout .reControlCellLight {
        padding: .2em .5em
    }

        .reControlsLayout .reControlCellLight input {
            width: 215px
        }

        .reControlsLayout .reControlCellLight select {
            width: 220px
        }

    .reControlsLayout .reConfirmCancelButtonsTblLight {
        height: auto;
        margin: 12px 0;
        text-align: center;
        width: 100%
    }

    .reControlsLayout .reImgPropertyControlCell td, .reControlsLayout .reTablePropertyControlCell td {
        padding: 2px
    }

        .reControlsLayout .reTablePropertyControlCell td input[type="text"], .reControlsLayout .reTablePropertyControlCell td input[type="password"], .reControlsLayout .reImgPropertyControlCell td input[type="text"], .reControlsLayout .reImgPropertyControlCell td input[type="password"] {
            padding: 2px 1px 0
        }

.reImgPropertyControlCell input, .reTablePropertyControlCell input {
    width: 42px
}

.reImgPropertyControlCell table {
    width: 100%;
    height: 100%
}

.reControlsLayout td.reImgPropertyControlCell {
    padding: 0 22px 0 38px
}

.reInsertImageWrapper .reControlsLayout .reControlCellLight input {
    width: 190px
}

.reTablePropertyControlCell .lightTable {
    margin: 0 4px
}

table.reControlsLayout .reTablePropertyControlCell input.rfdIgnore, table.reControlsLayout .reImgPropertyControlCell input.rfdIgnore {
    width: 40px
}

body[style*="direction: rtl"] .reDropDownBody .reToolText {
    text-align: right
}

    body[style*="direction: rtl"] .reDropDownBody .reToolText.reToolIcon:before {
        display: inline-block;
        margin: .142857em 0 0 1.42em
    }

.RadEditor .RadRibbonBar .reRibbonTool .rrbImagePlaceholder img {
    display: none
}

.RadEditor .RadRibbonBar .reDropdown {
    line-height: 1.42857em;
    padding: 4px 10px
}

    .RadEditor .RadRibbonBar .reDropdown:before {
        margin-top: -.71429em;
        right: 0;
        width: 26px;
        height: 28px
    }

.RadEditor .RadRibbonBar .reTool.reSplitButton {
    padding: 3px
}

.RadEditor .RadRibbonBar .reSplitArrow {
    margin: -.21429em 0em 0em;
    height: 2em
}

    .RadEditor .RadRibbonBar .reSplitArrow:before {
        line-height: normal;
        margin: 5px auto auto
    }

.RadEditor .RadRibbonBar .rrbButton:before {
    content: "";
    margin-left: 0
}

.RadEditor .RadRibbonBar .rrbSmallButton.reRibbonTool .rrbImagePlaceholder.reRibbonToolIcon {
    height: 1.41667em
}

.RadEditor .RadRibbonBar .rrbLargeButton {
    width: inherit
}

    .RadEditor .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reRibbonToolIcon {
        height: 2.75em
    }

        .RadEditor .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reRibbonToolIcon:before {
            font-size: 32px
        }

.RadEditor .RadRibbonBar .rrbMediumButton.reRibbonTool {
    height: 1.33333em;
    width: inherit
}

    .RadEditor .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reRibbonToolIcon {
        height: 1.41667em
    }

.RadEditor .RadRibbonBar .rrbImagePlaceholder.reRibbonToolIcon:before {
    margin-left: 0;
    font-family: WebComponentsIcons,monospace;
    font-size: 16px;
    line-height: 1;
    vertical-align: text-top;
    width: 1.5em;
    height: 1.33333em
}