.RadMenu_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadMenu_Mohegan4Skin .rmRootGroup {
    border-color: #dedede;
    color: #333333;
    background-color: #fff;
    border-radius: 4px;
}

.RadMenu_Mohegan4Skin .rmRootGroup.rmVertical > .rmItem,
.RadMenu_Mohegan4Skin .rmRootGroup.rmVertical > .rmRootScrollGroup > .rmItem {
    float: none;
}

.RadMenu_Mohegan4Skin .rmRootGroup > .rmItem,
.RadMenu_Mohegan4Skin .rmRootGroup > .rmRootScrollGroup > .rmItem {
    border-color: transparent;
}

.RadMenu_Mohegan4Skin .rmRootGroup .rmRootLink {
    padding: 15px;
    color: #333333;
}

.RadMenu_Mohegan4Skin .rmVertical .rmRootLink {
    padding-top: 10px;
    padding-bottom: 10px;
}

.RadMenu_Mohegan4Skin .rmRootLink .rmText,
.RadMenu_Mohegan4Skin .rmVertical .rmRootLink .rmText {
    padding: 0;
}

    .RadMenu_Mohegan4Skin .rmRootLink:hover {
        color: #fff;
        background-color: #4D4D4D;
    }

.RadMenu_Mohegan4Skin .rmFocused .rmRootLink {
    box-shadow: 0 0 3px 1px rgba(196, 196, 196, 0.5) inset;
}

    .RadMenu_Mohegan4Skin .rmSelected .rmRootLink,
    .RadMenu_Mohegan4Skin .rmExpanded .rmRootLink {
        color: #333333;
        background-color: #e4e4e4;
        border-color: rgba(0, 0, 0, 0.13);
        /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13) inset;*/
    }

.RadMenu_Mohegan4Skin .rmRootLink.rmDisabled,
.RadMenu_Mohegan4Skin .rmRootLink.rmDisabled:hover {
    color: inherit;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}

.RadMenu_Mohegan4Skin .rmVertical > .rmSeparator {
    margin: 0;
}

.RadMenu_Mohegan4Skin .rmRootGroup.rmHorizontal > .rmSeparator,
.RadMenu_Mohegan4Skin .rmRootGroup.rmHorizontal > .rmRootScrollGroup > .rmSeparator {
    display: none;
}

.RadMenu_Mohegan4Skin .rmRootGroup.rmVertical > .rmItem.rmSeparator,
.RadMenu_Mohegan4Skin .rmRootGroup.rmVertical > .rmRootScrollGroup > .rmItem.rmSeparator {
    margin: 9px 0;
    height: 1px;
    border-width: 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.RadMenu_Mohegan4Skin .rmGroup,
.RadMenu_Mohegan4Skin .rmPopup,
.RadMenu_Mohegan4Skin .rmMultiColumn {
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    color: #333333;
    background-color: #ffffff;
}

.RadMenu_Mohegan4Skin .rmGroup.rmVertical {
    padding: 5px 0;
}

.RadMenu_Mohegan4Skin .rmGroup.rmHorizontal {
    padding: 5px;
}

.RadMenu_Mohegan4Skin .rmSlide .rmScrollWrap .rmVertical {
    padding: 5px 0;
}

.RadMenu_Mohegan4Skin .rmSlide .rmScrollWrap .rmHorizontal {
    padding: 5px;
}

.RadMenu_Mohegan4Skin .rmExpandDown + .rmSlide .rmGroup,
.RadMenu_Mohegan4Skin .rmExpandDown + .rmSlide .rmMultiColumn {
    border-radius: 0 0 4px 4px;
}

.RadMenu_Mohegan4Skin .rmGroup .rmLink {
    padding: 3px 30px;
    border-width: 0;
    color: #333333;
}

.RadMenu_Mohegan4Skin .rmGroup .rmLink .rmText {
    padding: 0;
    margin: 0;
}

.RadMenu_Mohegan4Skin .rmGroup .rmLink:hover {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadMenu_Mohegan4Skin .rmGroup .rmFocused {
    box-shadow: 0 0 3px 1px rgba(192, 11, 11, 0.5) inset;
}

.RadMenu_Mohegan4Skin .rmGroup .rmSelected > .rmLink,
.RadMenu_Mohegan4Skin .rmGroup .rmSelected > .rmLink:hover,
.RadMenu_Mohegan4Skin .rmGroup .rmExpanded > .rmLink,
.RadMenu_Mohegan4Skin .rmGroup .rmExpanded > .rmLink:hover {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadMenu_Mohegan4Skin .rmGroup .rmDisabled > .rmLink,
.RadMenu_Mohegan4Skin .rmGroup .rmDisabled > .rmLink:hover {
    color: inherit;
    border-color: transparent;
    background-color: transparent;
}

.RadMenu_Mohegan4Skin .rmSeparator {
    border-color: #e5e5e5 transparent transparent #e5e5e5;
}

.RadMenu_Mohegan4Skin .rmLeftArrow,
.RadMenu_Mohegan4Skin .rmRightArrow,
.RadMenu_Mohegan4Skin .rmTopArrow,
.RadMenu_Mohegan4Skin .rmBottomArrow {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-width: 0;
    border-style: solid;
}

.RadMenu_Mohegan4Skin .rmLeftArrow:hover,
.RadMenu_Mohegan4Skin .rmRightArrow:hover,
.RadMenu_Mohegan4Skin .rmTopArrow:hover,
.RadMenu_Mohegan4Skin .rmBottomArrow:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMenu_Mohegan4Skin .rmLeftArrow,
.RadMenu_Mohegan4Skin .rmRightArrow {
    height: 100%;
}

.RadMenu_Mohegan4Skin .rmLeftArrow {
    border-right-width: 1px;
}

.RadMenu_Mohegan4Skin .rmRightArrow {
    border-left-width: 1px;
}

.RadMenu_Mohegan4Skin .rmTopArrow {
    border-bottom-width: 1px;
}

.RadMenu_Mohegan4Skin .rmBottomArrow {
    border-top-width: 1px;
}

.RadMenu_Mohegan4Skin .rmTopFix,
.RadMenu_Mohegan4Skin .rmTopLeft,
.RadMenu_Mohegan4Skin .rmTopRight,
.RadMenu_Mohegan4Skin .rmBottomFix,
.RadMenu_Mohegan4Skin .rmBottomLeft,
.RadMenu_Mohegan4Skin .rmBottomRight {
    display: none;
}

.RadMenu_Mohegan4Skin .rmShadows .rmGroup {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.RadMenu_Mohegan4Skin .rmGroup:before,
.RadMenu_Mohegan4Skin .rmMultiColumn:before,
.RadMenu_Mohegan4Skin .rmScrollWrap > .rmHorizontal:before,
.RadMenu_Mohegan4Skin .rmScrollWrap > .rmVertical:before {
    display: none;
}

.RadNavigation_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadNavigation_Mohegan4Skin .rnvRootGroupWrapper {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadNavigation_Mohegan4Skin .rnvRootLink {
    border-color: transparent;
}

.RadNavigation_Mohegan4Skin .rnvMore {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadNavigation_Mohegan4Skin .rnvHovered.rnvMore,
.RadNavigation_Mohegan4Skin .rnvHovered > .rnvRootLink {
    border-color: #c4c4c4;
    color: #333333;
    background-color: #e4e4e4;
}

.RadNavigation_Mohegan4Skin .rnvSelected.rnvMore,
.RadNavigation_Mohegan4Skin .rnvSelected > .rnvRootLink,
.RadNavigation_Mohegan4Skin .rnvExpanded > .rnvRootLink {
    border-color: #c4c4c4;
    color: #333333;
    background-color: #e4e4e4;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadNavigation_Mohegan4Skin .rnvFocused.rnvMore,
.RadNavigation_Mohegan4Skin .rnvFocused > .rnvRootLink {
    border-color: rgba(196, 196, 196, 0.5);
    box-shadow: inset 0 0 3px rgba(196, 196, 196, 0.5);
}

.radSkin_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.radSkin_Mohegan4Skin .rnvPopup {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.radSkin_Mohegan4Skin .rnvPopup .rnvHovered > .rnvLink {
    color: #ffffff;
    background-color: #004fff;
}

.radSkin_Mohegan4Skin .rnvPopup .rnvSelected > .rnvLink,
.radSkin_Mohegan4Skin .rnvPopup .rnvExpanded > .rnvLink {
    color: #ffffff;
    background-color: #f00e0e;
}

.radSkin_Mohegan4Skin .rnvPopup .rnvFocused > .rnvLink {
    box-shadow: inset 0 0 3px rgba(192, 11, 11, 0.5);
}

.RadBreadcrumb_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadBreadcrumb_Mohegan4Skin:focus, .RadBreadcrumb_Mohegan4Skin.k-state-focused {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06);
}

.RadBreadcrumb_Mohegan4Skin .k-breadcrumb-link {
    color: #184ca1;
    transition: background-color 0.2s ease;
}

.RadBreadcrumb_Mohegan4Skin .k-breadcrumb-link:hover, .RadBreadcrumb_Mohegan4Skin .k-breadcrumb-link.k-state-hover {
    color: #0e2d5e;
    background-color: #ffffff;
}

.RadBreadcrumb_Mohegan4Skin .k-breadcrumb-link:focus, .RadBreadcrumb_Mohegan4Skin .k-breadcrumb-link.k-state-focused {
    color: #184ca1;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadBreadcrumb_Mohegan4Skin .k-breadcrumb-root-link {
    color: inherit;
    transition: background-color 0.2s ease;
}

.RadBreadcrumb_Mohegan4Skin .k-breadcrumb-root-link:hover, .RadBreadcrumb_Mohegan4Skin .k-breadcrumb-root-link.k-state-hover {
    background-color: #ffffff;
}

.RadBreadcrumb_Mohegan4Skin .k-breadcrumb-root-link:focus, .RadBreadcrumb_Mohegan4Skin .k-breadcrumb-root-link.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadBreadcrumb_Mohegan4Skin .k-breadcrumb-root-link,
.RadBreadcrumb_Mohegan4Skin .k-breadcrumb-delimiter-icon {
    color: inherit;
}

.RadBreadcrumb_Mohegan4Skin .k-breadcrumb-input-container {
    border-color: transparent;
}

.RadBreadcrumb_Mohegan4Skin .k-textbox,
.RadBreadcrumb_Mohegan4Skin .radTextbox {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadDrawer {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadDrawer_Mohegan4Skin .k-drawer {
    background-color: #ffffff;
    color: #333333;
    border-color: #f2f2f2;
}

.RadDrawer_Mohegan4Skin .k-drawer-wrapper {
    scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
}

.RadDrawer_Mohegan4Skin .k-drawer-wrapper::-webkit-scrollbar-track {
    background: #dedede;
}

.RadDrawer_Mohegan4Skin .k-drawer-wrapper::-webkit-scrollbar-thumb {
    background: rgba(156, 156, 156, 0.7);
}

.RadDrawer_Mohegan4Skin .k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
    background: #9c9c9c;
}

.RadDrawer_Mohegan4Skin .k-drawer-item:hover, .RadDrawer_Mohegan4Skin .k-drawer-item.k-state-hover {
    color: #ffffff;
    background-color: #004fff;
    cursor: pointer;
}

.RadDrawer_Mohegan4Skin .k-drawer-item:focus, .RadDrawer_Mohegan4Skin .k-drawer-item.k-state-focused {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadDrawer_Mohegan4Skin .k-drawer-item:focus:hover, .RadDrawer_Mohegan4Skin .k-drawer-item:focus.k-state-hover, .RadDrawer_Mohegan4Skin .k-drawer-item.k-state-focused:hover, .RadDrawer_Mohegan4Skin .k-drawer-item.k-state-focused.k-state-hover {
    color: #ffffff;
    background-color: #004fff;
}

.RadDrawer_Mohegan4Skin .k-drawer-item.k-state-selected {
    color: #ffffff;
    background-color: #f00e0e;
}

.RadDrawer_Mohegan4Skin .k-drawer-item.k-state-selected:hover, .RadDrawer_Mohegan4Skin .k-drawer-item.k-state-selected.k-state-hover {
    color: #ffffff;
    background-color: #dd0d0d;
}

.RadDrawer_Mohegan4Skin .k-drawer-separator {
    background-color: #f2f2f2;
}

.RadRibbonBar_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadRibbonBar_Mohegan4Skin .rrbWrap {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadRibbonBar_Mohegan4Skin .rrbTabs {
    border-bottom-color: #c4c4c4;
}

.RadRibbonBar_Mohegan4Skin .rrbTabs .rrbItem .rrbLink {
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    border-color: transparent;
    color: #333333;
}

.RadRibbonBar_Mohegan4Skin .rrbTabs .rrbItem.rrbHovered .rrbLink {
    color: #333333;
    border-color: #c4c4c4;
    background-color: #e4e4e4;
}

.RadRibbonBar_Mohegan4Skin .rrbTabs .rrbItem.rrbSelected .rrbLink {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    border-color: #c4c4c4 #c4c4c4 #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbTabs .rrbItem,
.RadRibbonBar_Mohegan4Skin .rrbTabs .rrbApplicationItem {
    margin-right: 7px;
}

.RadRibbonBar_Mohegan4Skin .rrbContextualItem {
    padding-top: 2.8571428571em;
}

.RadRibbonBar_Mohegan4Skin .rrbQat + .rrbTabs .rrbContextualItem {
    margin-top: -2.8571428571em;
}

.RadRibbonBar_Mohegan4Skin .rrbButton {
    padding: 6px;
    border-radius: 0.2857142857em;
}

.RadRibbonBar_Mohegan4Skin .rrbAbox > .rrbButtonGroup .rrbButton {
    border-radius: 0;
}

.RadRibbonBar_Mohegan4Skin .rrbAbox > .rrbButtonGroup .rrbButton + .rrbButton {
    margin-left: -1px;
}

.RadRibbonBar_Mohegan4Skin .rrbAbox > .rrbButtonGroup .rrbButton:first-child {
    border-radius: 0.2857142857em 0em 0em 0.2857142857em;
}

.RadRibbonBar_Mohegan4Skin .rrbAbox > .rrbButtonGroup .rrbButton:last-child {
    border-radius: 0em 0.2857142857em 0.2857142857em 0em;
}

.RadRibbonBar_Mohegan4Skin .rrbApplicationItem {
    margin-bottom: 7px;
}

.RadRibbonBar_Mohegan4Skin .rrbApplicationItem .rrbLink {
    width: 1.4285714286em;
    padding: 6px;
    border-radius: 0.2857142857em;
    color: transparent;
    border-color: #cccccc;
    background-color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbApplicationItem .rrbLink:before {
    content: "\E002";
    font: 1.1428571429em WebComponentsIcons;
    color: #333333;
    vertical-align: middle;
}

.RadRibbonBar_Mohegan4Skin .rrbApplicationItem.rrbSelected .rrbHeaderBar {
    border-color: #dedede;
    background: whitesmoke;
}

.RadRibbonBar_Mohegan4Skin .rrbApplicationItem.rrbSelected .rrbLink {
    border-color: #c4c4c4;
    background-color: #e4e4e4;
}

.RadRibbonBar_Mohegan4Skin .rrbApplicationItem.rrbSelected .rrbLink:before {
    color: #333333;
}

.RadRibbonBar_Mohegan4Skin .rrbContextualItem .rrbLabel {
    color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbQat .rrbItem {
    border-radius: 4px;
}

.RadRibbonBar_Mohegan4Skin .rrbQat .rrbQatDropDown label {
    padding: 6px 6px 6px 1.6em;
}

.RadRibbonBar_Mohegan4Skin .rrbMenu {
    padding: 5px;
}

.RadRibbonBar_Mohegan4Skin .rrbMenu .rrbHeader {
    margin: -5px -5px 5px;
    padding: 6px 12px;
    color: #333333;
    background-color: whitesmoke;
}

.RadRibbonBar_Mohegan4Skin .rrbToolTip {
    color: #333333;
    border-color: #dedede;
    background-color: #fcfcfc;
}

.RadRibbonBar_Mohegan4Skin .rrbCommandGroup {
    border-radius: 4px;
    padding: 7px 7px 30px;
    border-color: #dedede;
    background-color: whitesmoke;
}

.RadRibbonBar_Mohegan4Skin .rrbCommandGroup:before {
    height: 4.6428571429em;
    padding: 19px 0;
}

.RadRibbonBar_Mohegan4Skin .rrbCommandGroup ~ .rrbCommandGroup {
    margin-left: 0.5em;
}

.RadRibbonBar_Mohegan4Skin .rrbCommandArea {
    padding: 0.5em;
    background-color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbResizeHandle {
    background-position: -20px -2220px;
}

.RadRibbonBar_Mohegan4Skin .rrbTitle {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    margin: 4px -7px -30px;
    padding: 6px 12px;
}

.RadRibbonBar_Mohegan4Skin .rrbCollapsedGroup {
    border-color: #dedede;
}

.RadRibbonBar_Mohegan4Skin .rrbCollapsedGroup .rrbIcon {
    border-color: #cccccc;
}

.RadRibbonBar_Mohegan4Skin .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbDDInner, .RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbCPInner, .RadRibbonBar_Mohegan4Skin .rrbGalleryActions .rrbButton, .radSkin_Mohegan4Skin .k-button,
.radSkin_Mohegan4Skin .radButton, .radSkin_Mohegan4Skin .k-numeric-wrap .k-link,
.radSkin_Mohegan4Skin .k-numeric-wrap .k-select, .radSkin_Mohegan4Skin .k-dropdown-wrap, .radSkin_Mohegan4Skin .k-picker-wrap .k-select {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbCBInner, .RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbDDInner, .RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbNTBInner, .RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbCPInner {
    padding: 6px 34px 6px 6px;
}

.RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbCBInner .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbDDInner .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbNTBInner .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbCPInner .rrbButton {
    border-radius: 0;
}

.RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbButton {
    padding: 6px;
}

.RadRibbonBar_Mohegan4Skin .rrbQat .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbButton .rrbArrow {
    border-color: transparent;
    background: transparent;
}

.RadRibbonBar_Mohegan4Skin .rrbQat .rrbButton:hover, .RadRibbonBar_Mohegan4Skin .rrbButton:hover, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbHovered, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton:hover, .RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbButton.rrbHovered,
.RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbButton.rrbHovered,
.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbButton.rrbHovered,
.RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbButton.rrbHovered, .RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbDDInner:hover, .RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbCPInner:hover, .RadRibbonBar_Mohegan4Skin .rrbGallery .rrbItem.rrbHovered, .RadRibbonBar_Mohegan4Skin .rrbGalleryActions .rrbButton.rrbHovered, .rrbSlide_Mohegan4Skin .rrbItem.rrbHovered, .radSkin_Mohegan4Skin .k-button:hover,
.radSkin_Mohegan4Skin .radButton:hover,
.radSkin_Mohegan4Skin .radButton.radStateHovered,
.radSkin_Mohegan4Skin .radStateHovered > .radButton, .radSkin_Mohegan4Skin .k-numeric-wrap .k-link:hover, .radSkin_Mohegan4Skin .k-dropdown-wrap.k-state-hover, .radSkin_Mohegan4Skin .k-picker-wrap .k-select:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadRibbonBar_Mohegan4Skin .rrbQat .rrbButton:active, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbClicked, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbPressed, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbExpanded, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbToggled, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton:active, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton.rrbClicked, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton.rrbPressed, .RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbButton.rrbClicked,
.RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbButton.rrbClicked,
.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbButton.rrbClicked,
.RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbButton.rrbClicked, .RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbDDInner:active, .RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbCPInner:active, .RadRibbonBar_Mohegan4Skin .rrbGallery .rrbItem.rrbSelected, .RadRibbonBar_Mohegan4Skin .rrbGalleryActions .rrbButton.rrbClicked, .rrbSlide_Mohegan4Skin .rrbItem.rrbSelected, .radSkin_Mohegan4Skin .radButton:active,
.radSkin_Mohegan4Skin .radButton.radStateSelected,
.radSkin_Mohegan4Skin .radStateSelected > .radButton, .radSkin_Mohegan4Skin .k-numeric-wrap .k-link.k-state-selected, .radSkin_Mohegan4Skin .k-dropdown-wrap.k-state-active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadRibbonBar_Mohegan4Skin .rrbMenu, .rrbDropDownSlide_Mohegan4Skin .rrbPopup, .rrbSlide_Mohegan4Skin .rrbPopup, .rrbPopup_Mohegan4Skin, .rrbPopup_Mohegan4Skin .rrbPopup, .radSkin_Mohegan4Skin .k-popup, .radSkin_Mohegan4Skin.k-popup,
.radSkin_Mohegan4Skin .radPopup, .radSkin_Mohegan4Skin.radPopup, .radSkin_Mohegan4Skin .radDragClue, .radSkin_Mohegan4Skin.radDragClue, .radSkin_Mohegan4Skin.k-window {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

/*%menu-item {
	color: $list-item-text;
	background-color: $list-item-bg;
}*/
.RadRibbonBar_Mohegan4Skin .rrbMenu .rrbItem.rrbHovered, .rrbPopup_Mohegan4Skin .rrbItem.rrbHovered > .rrbInner, .rrbPopup_Mohegan4Skin .rrbItem.rrbHovered > .rrbInner .rrbToggle, .rrbPopup_Mohegan4Skin .rrbItem.rrbExpanded > .rrbInner {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.rrbPopup_Mohegan4Skin .rrbItem.rrbExpanded > .rrbInner .rrbToggle {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadRibbonBar_Mohegan4Skin .rrbGroupLauncher {
    width: 14px;
    height: 14px;
    top: auto;
    right: 0;
    bottom: 0;
}

.RadRibbonBar_Mohegan4Skin .rrbGroupLauncher:before {
    content: "";
    border-width: 7px;
    border-color: transparent #dedede #dedede transparent;
    border-style: solid;
}

.RadRibbonBar_Mohegan4Skin .rrbSplitButton:hover .rrbArrow {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-color: #adadad;
}

.RadRibbonBar_Mohegan4Skin .rrbSplitButton.rrbArrowHovered {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-color: #adadad;
}

.RadRibbonBar_Mohegan4Skin .rrbSplitButton.rrbArrowHovered .rrbArrow {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadRibbonBar_Mohegan4Skin .rrbSplitButton.rrbClicked .rrbArrow {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-color: #adadad;
}

.RadRibbonBar_Mohegan4Skin .rrbSplitButton.rrbArrowHovered.rrbClicked {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-color: #adadad;
    box-shadow: none;
}

.RadRibbonBar_Mohegan4Skin .rrbSplitButton.rrbArrowHovered.rrbClicked .rrbArrow {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadRibbonBar_Mohegan4Skin .rrbSplitButton.rrbExpanded, .RadRibbonBar_Mohegan4Skin .rrbSplitButton.rrbExpanded.rrbClicked {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadRibbonBar_Mohegan4Skin .rrbSplitButton.rrbExpanded .rrbArrow, .RadRibbonBar_Mohegan4Skin .rrbSplitButton.rrbExpanded.rrbClicked .rrbArrow {
    border-color: #adadad;
}

.RadRibbonBar_Mohegan4Skin .rrbLargeButton .rrbArrow {
    border-radius: 0em 0em 0.2857142857em 0.2857142857em;
}

.RadRibbonBar_Mohegan4Skin .rrbSmallButton.rrbSplitButton .rrbArrow,
.RadRibbonBar_Mohegan4Skin .rrbMediumButton.rrbSplitButton .rrbArrow {
    border-radius: 0em 0.2857142857em 0.2857142857em 0em;
}

.RadRibbonBar_Mohegan4Skin .rrbSmallButton.rrbMenuButton .rrbImagePlaceholder, .RadRibbonBar_Mohegan4Skin .rrbSmallButton.rrbSplitButton .rrbImagePlaceholder {
    left: 6px;
}

.RadRibbonBar_Mohegan4Skin .rrbSmallButton.rrbMenuButton .rrbArrow, .RadRibbonBar_Mohegan4Skin .rrbSmallButton.rrbSplitButton .rrbArrow {
    width: 22px;
}

.RadRibbonBar_Mohegan4Skin .rrbMediumButton {
    padding-left: 24px;
}

.RadRibbonBar_Mohegan4Skin .rrbMediumButton .rrbImagePlaceholder {
    left: 4px;
}

.RadRibbonBar_Mohegan4Skin .rrbLargeButton {
    padding: 0;
    height: calc(4.28571429em + 36px);
}

.RadRibbonBar_Mohegan4Skin .rrbLargeButton .rrbImagePlaceholder {
    top: 0.7em;
}

.RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbCBInner {
    border-radius: 0.2857142857em;
    border-color: #cccccc;
    background-color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbCBInput {
    color: #333333;
}

.RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbButton.rrbHovered {
    background: none;
}

.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox {
    width: 4.2857142857em;
}

.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbNTBInner {
    border-radius: 0.2857142857em;
    border-color: #cccccc;
    background-color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbNTBInput {
    color: #333333;
}

.RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbButton.rrbHovered {
    background: none;
}

.RadRibbonBar_Mohegan4Skin .rrbGallery {
    height: 6em;
    padding-right: 32px;
    border-radius: 0.2857142857em;
    border-color: #dedede;
    background-color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbGallery .rrbItem .rrbLink {
    color: #333333;
    background-color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbGalleryActions .rrbButton {
    width: 32px;
    border-radius: 0;
}

.RadRibbonBar_Mohegan4Skin .rrbCategoryTitle {
    color: #333333;
    background-color: whitesmoke;
}

.rrbDropDownSlide_Mohegan4Skin .rrbListItem:hover {
    color: #ffffff;
    background-color: #004fff;
}

.rrbSlide_Mohegan4Skin .rrbCategoryTitle {
    color: #333333;
    background-color: whitesmoke;
}

.rrbSlide_Mohegan4Skin .rrbGallery {
    background: #ffffff;
}

.rrbSlide_Mohegan4Skin .rrbLink {
    color: #333333;
    background-color: #ffffff;
}

.rrbPopup_Mohegan4Skin .rrbHeaderBar {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.rrbPopup_Mohegan4Skin .rrbAuxiliaryPane {
    color: #333333;
    border-color: #dedede;
    background: whitesmoke;
}

.rrbPopup_Mohegan4Skin .rrbHeader,
.rrbPopup_Mohegan4Skin .rrbFooter {
    color: #333333;
    border-color: #dedede;
    background: whitesmoke;
}

.RadPanelBar_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadPanelBar_Mohegan4Skin .rpRootLink,
.RadPanelBar_Mohegan4Skin .rpHeaderTemplate {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    padding-top: 10px;
    padding-bottom: 10px;
}

.RadPanelBar_Mohegan4Skin .rpRootLink .rpText,
.RadPanelBar_Mohegan4Skin .rpHeaderTemplate {
    font-size: 1.14em;
}

.RadPanelBar_Mohegan4Skin .rpGroup .rpItem {
    padding: 0;
}

.RadPanelBar_Mohegan4Skin .rpGroup .rpItem + .rpItem {
    margin-top: 0;
}

.RadPanelBar_Mohegan4Skin .rpGroup .rpItem.rpFirst, .RadPanelBar_Mohegan4Skin .rpGroup .rpItem.rpLast {
    padding: 0;
}

.RadPanelBar_Mohegan4Skin .rpGroup .rpExpandHandle {
    top: 3px;
    right: 6px;
}

.RadPanelBar_Mohegan4Skin .rpExpandHandle {
    top: 7px;
}

.RadPanelBar_Mohegan4Skin .rpRootLink .rpExpandHandle {
    padding: 4px;
    border-radius: 4px;
}

.RadPanelBar_Mohegan4Skin .rpLink.rpHovered {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadPanelBar_Mohegan4Skin .rpRootLink.rpHovered {
    border-color: #c4c4c4;
    color: #333333;
    background-color: #e4e4e4;
}

.RadPanelBar_Mohegan4Skin .rpRootLink .rpExpandHandle.rpHovered {
    border-color: #c4c4c4;
}

.RadPanelBar_Mohegan4Skin .rpRootLink.rpSelected .rpExpandHandle.rpHovered {
    border-color: #c4c4c4;
}

.RadPanelBar_Mohegan4Skin .rpLink.rpFocused {
    border-color: #f22525;
    box-shadow: inset 0 0 8px rgba(242, 37, 37, 0.4);
}

.RadPanelBar_Mohegan4Skin .rpRootLink.rpFocused {
    border-color: #f22525;
    box-shadow: inset 0 0 8px rgba(242, 37, 37, 0.4);
}

.RadPanelBar_Mohegan4Skin .rpLink.rpSelected {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadPanelBar_Mohegan4Skin .rpRootLink.rpSelected {
    border-color: #c4c4c4;
    color: #333333;
    background-color: #e4e4e4;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadTreeView_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadTreeView_Mohegan4Skin .rtIn {
    margin: 2px 0;
    padding: 6px;
    border-radius: 4px;
}

.RadTreeView_Mohegan4Skin .rtImg + .rtIn {
    padding-left: 25px;
}

.RadTreeView_Mohegan4Skin .rtChkTristate:hover {
    color: #184ca1;
}

.RadTreeView_Mohegan4Skin .rtLoadingIcon {
    background-image: url(" ");
}

.RadTreeView_Mohegan4Skin .rtPlus,
.RadTreeView_Mohegan4Skin .rtMinus {
    margin-top: 1px;
}

.RadTreeView_Mohegan4Skin .rtPlusHover,
.RadTreeView_Mohegan4Skin .rtMinusHover {
    color: #184ca1;
}

.RadTreeView_Mohegan4Skin .rtLines .rtOut:before {
    top: 9px;
}

.RadTreeView_Mohegan4Skin .rtLines .rtLast:before {
    padding-top: 9px;
}

.RadTreeView_Mohegan4Skin .rtHover .rtIn {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadTreeView_Mohegan4Skin .rtSelected .rtIn {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadSiteMap_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadSiteMap_Mohegan4Skin .rsmManyLevels > .rsmItem > .rsmLink {
    border-color: #dedede;
}

.RadSiteMap_Mohegan4Skin .rsmTwoLevels > .rsmItem > .rsmLink, .RadSiteMap_Mohegan4Skin .rsmThreeLevels > .rsmItem > .rsmLink, .RadSiteMap_Mohegan4Skin .rsmManyLevels .rsmLevel1 > .rsmItem > .rsmLink {
    border-color: #dedede;
}

.RadSiteMap_Mohegan4Skin .rsmOneLevel .rsmLink, .RadSiteMap_Mohegan4Skin .rsmTwoLevels .rsmLevel1 .rsmLink, .RadSiteMap_Mohegan4Skin .rsmThreeLevels .rsmLevel1 .rsmLink, .RadSiteMap_Mohegan4Skin .rsmManyLevels .rsmLevel2 .rsmLink {
    border-radius: 4px;
}

.RadSiteMap_Mohegan4Skin .rsmOneLevel .rsmLink:hover, .RadSiteMap_Mohegan4Skin .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Mohegan4Skin .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Mohegan4Skin .rsmManyLevels .rsmLevel2 .rsmLink:hover {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadSiteMap_Mohegan4Skin .rsmLink {
    padding: 4px 12px;
}

.RadTimeline_Mohegan4Skin .k-button {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadTimeline_Mohegan4Skin .k-button:hover, .RadTimeline_Mohegan4Skin .k-button.k-state-hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadTimeline_Mohegan4Skin .k-button:focus, .RadTimeline_Mohegan4Skin .k-button.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin .k-button:active, .RadTimeline_Mohegan4Skin .k-button.k-state-active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin .k-button.k-state-selected {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin .k-button.k-primary {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadTimeline_Mohegan4Skin .k-button.k-primary:hover, .RadTimeline_Mohegan4Skin .k-button.k-primary.k-state-hover {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
}

.RadTimeline_Mohegan4Skin .k-button.k-primary:focus, .RadTimeline_Mohegan4Skin .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(24, 76, 161, 0.4);
}

.RadTimeline_Mohegan4Skin .k-button.k-primary:focus[disabled],
[disabled] .RadTimeline_Mohegan4Skin .k-button.k-primary:focus, .RadTimeline_Mohegan4Skin .k-button.k-primary:focus.k-state-disabled, .RadTimeline_Mohegan4Skin .k-button.k-primary.k-state-focused[disabled],
[disabled] .RadTimeline_Mohegan4Skin .k-button.k-primary.k-state-focused, .RadTimeline_Mohegan4Skin .k-button.k-primary.k-state-focused.k-state-disabled {
    box-shadow: none;
}

.RadTimeline_Mohegan4Skin .k-button.k-primary:active, .RadTimeline_Mohegan4Skin .k-button.k-primary.k-state-active {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin .k-button.k-primary.k-state-selected {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin .k-button-flat,
.k-button-group .RadTimeline_Mohegan4Skin .k-button-flat,
.RadTimeline_Mohegan4Skin .k-button.k-flat,
.k-button-group
.RadTimeline_Mohegan4Skin .k-button.k-flat {
    color: inherit;
    background: none;
}

.RadTimeline_Mohegan4Skin .k-button-flat::after,
.RadTimeline_Mohegan4Skin .k-button.k-flat::after {
    display: block;
}

.RadTimeline_Mohegan4Skin .k-button-flat:focus::after, .RadTimeline_Mohegan4Skin .k-button-flat.k-state-focused::after,
.RadTimeline_Mohegan4Skin .k-button.k-flat:focus::after,
.RadTimeline_Mohegan4Skin .k-button.k-flat.k-state-focused::after {
    box-shadow: inset 0 0 0 2px currentColor;
    opacity: .12;
}

.RadTimeline_Mohegan4Skin .k-button-flat:hover, .RadTimeline_Mohegan4Skin .k-button-flat.k-state-hover, .RadTimeline_Mohegan4Skin .k-button-flat:active, .RadTimeline_Mohegan4Skin .k-button-flat.k-state-active, .RadTimeline_Mohegan4Skin .k-button-flat:hover:active, .RadTimeline_Mohegan4Skin .k-button-flat:hover.k-state-active,
.RadTimeline_Mohegan4Skin .k-button.k-flat:hover,
.RadTimeline_Mohegan4Skin .k-button.k-flat.k-state-hover,
.RadTimeline_Mohegan4Skin .k-button.k-flat:active,
.RadTimeline_Mohegan4Skin .k-button.k-flat.k-state-active,
.RadTimeline_Mohegan4Skin .k-button.k-flat:hover:active,
.RadTimeline_Mohegan4Skin .k-button.k-flat:hover.k-state-active {
    color: inherit;
}

.RadTimeline_Mohegan4Skin .k-flat.k-primary, .RadTimeline_Mohegan4Skin .k-flat.k-primary:hover, .RadTimeline_Mohegan4Skin .k-flat.k-primary.k-state-hover,
.k-button-group .RadTimeline_Mohegan4Skin .k-flat.k-primary,
.RadTimeline_Mohegan4Skin .k-button-flat.k-primary,
.RadTimeline_Mohegan4Skin .k-button-flat.k-primary:hover,
.RadTimeline_Mohegan4Skin .k-button-flat.k-primary.k-state-hover,
.k-button-group
.RadTimeline_Mohegan4Skin .k-button-flat.k-primary {
    color: #184ca1;
    background: none;
}

.RadTimeline_Mohegan4Skin .k-card {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadTimeline_Mohegan4Skin .k-card:focus, .RadTimeline_Mohegan4Skin .k-card.k-state-focus {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin .k-card .k-card-callout {
    border-color: #dedede;
    background-color: #ffffff;
}

.RadTimeline_Mohegan4Skin .k-card .k-card-actions {
    border-color: #dedede;
}

.RadTimeline_Mohegan4Skin.k-state-primary, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-primary, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-primary, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-primary, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-primary {
    background-color: #fccfcf;
    color: #7d0707;
    border-color: #fbbcbc;
}

.RadTimeline_Mohegan4Skin.k-state-info, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-info, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-info, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-info, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-info {
    background-color: #def2f8;
    color: #2f6473;
    border-color: #d1edf6;
}

.RadTimeline_Mohegan4Skin.k-state-success, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-success, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-success, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-success, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-success {
    background-color: #def1de;
    color: #306030;
    border-color: #d1ebd1;
}

.RadTimeline_Mohegan4Skin.k-state-warning, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-warning, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-warning, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-warning, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-warning {
    background-color: #fcefdc;
    color: #7d5a29;
    border-color: #fbe8cd;
}

.RadTimeline_Mohegan4Skin.k-state-error, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-error, .RadTimeline_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-error, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-card-error, .RadCard_Mohegan4Skin .RadTimeline_Mohegan4Skin.k-card.k-state-error {
    background-color: #f7dddc;
    color: #712b29;
    border-color: #f4cfce;
}

.RadTimeline_Mohegan4Skin .k-card-header {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadTimeline_Mohegan4Skin .k-card-footer {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadTimeline_Mohegan4Skin .k-card-separator {
    border-color: #dedede;
}

.RadTimeline_Mohegan4Skin .k-card-subtitle {
    color: #a3a3a3;
}

.k-state-primary .RadTimeline_Mohegan4Skin .k-card-subtitle, .RadTimeline_Mohegan4Skin .k-card.k-card-primary .RadTimeline_Mohegan4Skin .k-card-subtitle, .RadCard_Mohegan4Skin .k-card.k-card-primary .RadTimeline_Mohegan4Skin .k-card-subtitle,
.k-state-info .RadTimeline_Mohegan4Skin .k-card-subtitle,
.RadTimeline_Mohegan4Skin .k-card.k-card-info .RadTimeline_Mohegan4Skin .k-card-subtitle,
.RadCard_Mohegan4Skin .k-card.k-card-info .RadTimeline_Mohegan4Skin .k-card-subtitle,
.k-state-success .RadTimeline_Mohegan4Skin .k-card-subtitle,
.RadTimeline_Mohegan4Skin .k-card.k-card-success .RadTimeline_Mohegan4Skin .k-card-subtitle,
.RadCard_Mohegan4Skin .k-card.k-card-success .RadTimeline_Mohegan4Skin .k-card-subtitle,
.k-state-warning .RadTimeline_Mohegan4Skin .k-card-subtitle,
.RadTimeline_Mohegan4Skin .k-card.k-card-warning .RadTimeline_Mohegan4Skin .k-card-subtitle,
.RadCard_Mohegan4Skin .k-card.k-card-warning .RadTimeline_Mohegan4Skin .k-card-subtitle,
.k-state-error .RadTimeline_Mohegan4Skin .k-card-subtitle,
.RadTimeline_Mohegan4Skin .k-card.k-card-error .RadTimeline_Mohegan4Skin .k-card-subtitle,
.RadCard_Mohegan4Skin .k-card.k-card-error .RadTimeline_Mohegan4Skin .k-card-subtitle {
    color: inherit;
}

.RadTimeline_Mohegan4Skin .k-card-wrap.k-state-focused > .k-card, .RadTimeline_Mohegan4Skin .k-card-wrap.k-state-selected > .k-card {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadTimeline_Mohegan4Skin .k-card:focus .k-card-callout.k-callout-n,
.RadTimeline_Mohegan4Skin .k-card.k-state-focus .k-card-callout.k-callout-n {
    box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin .k-card:focus .k-card-callout.k-callout-e,
.RadTimeline_Mohegan4Skin .k-card.k-state-focus .k-card-callout.k-callout-e {
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin .k-card:focus .k-card-callout.k-callout-s,
.RadTimeline_Mohegan4Skin .k-card.k-state-focus .k-card-callout.k-callout-s {
    box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin .k-card:focus .k-card-callout.k-callout-w,
.RadTimeline_Mohegan4Skin .k-card.k-state-focus .k-card-callout.k-callout-w {
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_Mohegan4Skin.k-timeline .k-timeline-flag {
    color: #ffffff;
    background-color: #184ca1;
}

.RadTimeline_Mohegan4Skin.k-timeline .k-timeline-circle {
    background-color: #184ca1;
}

.RadTimeline_Mohegan4Skin.k-timeline .k-timeline-card .k-card-header {
    background-color: #ffffff;
    color: #333333;
}

.RadTimeline_Mohegan4Skin.k-timeline .k-timeline-card .k-card-body {
    scrollbar-color: #dedede #ffffff;
}

.RadTimeline_Mohegan4Skin.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
    background: #ffffff;
}

.RadTimeline_Mohegan4Skin.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
    background: #dedede;
}

.RadTimeline_Mohegan4Skin.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
    background: #0047e6;
}

.RadTimeline_Mohegan4Skin.k-timeline .k-timeline-date {
    color: #333333;
}

.RadTimeline_Mohegan4Skin.k-timeline .k-timeline-arrow.k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button).k-state-disabled {
    opacity: 1;
    color: #7a7a7a;
    background-color: white;
    border-color: #f3f3f3;
}

.RadTimeline_Mohegan4Skin.k-timeline-vertical::after,
.RadTimeline_Mohegan4Skin.k-timeline-horizontal .k-timeline-track-wrap::after {
    background-color: #ffffff;
    border-color: #cccccc;
}

.RadTimeline_Mohegan4Skin.k-timeline-horizontal .k-timeline-flag::after {
    background-color: #184ca1;
}

.RadTimeline_Mohegan4Skin .k-timeline-track-item.k-state-focus .k-timeline-circle {
    box-shadow: 0 3px 4px 0 rgba(24, 76, 161, 0.4);
}

.RadSearchBox_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadSearchBox_Mohegan4Skin .rsbInner {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSearchBox_Mohegan4Skin .rsbInner.rsbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadSearchBox_Mohegan4Skin .rsbInner.rsbFocused {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
}

.RadSearchBox_Mohegan4Skin .rsbInput {
    margin: 0;
    padding: 6px 12px;
}

.RadSearchBox_Mohegan4Skin .rsbButton {
    padding: 6px;
    background: transparent;
}

.RadSearchBox_Mohegan4Skin .rsbButtonSearch {
    margin: 0;
    border-radius: 0 4px 4px 0;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSearchBox_Mohegan4Skin .rsbButtonSearch .rsbIcon {
    width: 20px;
    height: 20px;
}

.RadSearchBox_Mohegan4Skin .rsbButtonsLeft .rsbButton {
    border-width: 0 1px 0 0;
}

.RadSearchBox_Mohegan4Skin .rsbButtonsLeft .rsbButton:first-child {
    border-radius: 4px 0 0 4px;
}

.RadSearchBox_Mohegan4Skin .rsbButtonsRight .rsbButton {
    border-width: 0 0 0 1px;
}

.RadSearchBox_Mohegan4Skin .rsbSearchContext {
    margin: -1px 0 -1px -1px;
    border-color: inherit;
}

.RadSearchBox_Mohegan4Skin .rsbSCInner {
    padding: 6px 32px 6px 12px;
    height: auto;
    border-radius: 4px 0 0 4px;
    line-height: inherit;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSearchBox_Mohegan4Skin .rsbSCIcon {
    right: 8px;
}

.RadSearchBox_Mohegan4Skin .rsbHovered.rsbInner {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadSearchBox_Mohegan4Skin .rsbHovered.rsbInner .rsbSCInner,
.RadSearchBox_Mohegan4Skin .rsbHovered.rsbInner .rsbButtonSearch {
    border-color: inherit;
}

.RadSearchBox_Mohegan4Skin .rsbHovered.rsbSCInner, .RadSearchBox_Mohegan4Skin .rsbHovered.rsbButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSearchBox_Mohegan4Skin .rsbFocused.rsbInner {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(242, 37, 37, 0.6);
}

.RadSearchBox_Mohegan4Skin .rsbFocused.rsbInner .rsbSCInner,
.RadSearchBox_Mohegan4Skin .rsbFocused.rsbInner .rsbButton {
    border-color: inherit;
}

.RadSearchBox_Mohegan4Skin .rsbFocused.rsbSCInner, .RadSearchBox_Mohegan4Skin .rsbFocused.rsbButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13) inset;
}

.RadSearchBox_Mohegan4Skin .rsbSelected.rsbButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13) inset;
}

.RadSearchBox_Mohegan4Skin .rsbLoadingIcon {
    /*background-image: url(" ");*/
}

.rsbPopup_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 2px 0 0 0;
    padding: 5px 0;
    border-radius: 4px;
}

.rsbPopup_Mohegan4Skin .rsbShowAll {
    margin-bottom: -5px;
}

.rsbPopup_Mohegan4Skin .rsbListItem {
    padding: 3px 12px;
}

.rsbPopup_Mohegan4Skin .rsbListItemHovered {
    color: #ffffff;
    background-color: #004fff;
}

.rsbPopup_Mohegan4Skin .rsbListItemSelected {
    color: #ffffff;
    background-color: #f00e0e;
}

.rsbPopup_Mohegan4Skin .rsbListItemLoading {
    color: #ffffff;
    background-color: #004fff;
}

.RadSearchBox_Mohegan4Skin[dir="rtl"] .rsbButtonSearch {
    border-radius: 4px 0 0 4px;
}

.RadSearchBox_Mohegan4Skin[dir="rtl"] .rsbButtonsLeft .rsbButton {
    border-width: 0 1px 0 0;
}

.RadSearchBox_Mohegan4Skin[dir="rtl"] .rsbButtonsLeft .rsbButton:first-child {
    border-radius: 4px 0 0 4px;
}

.RadSearchBox_Mohegan4Skin[dir="rtl"] .rsbButtonsRight .rsbButton {
    border-width: 0 0 0 1px;
}

.RadToolBar_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    padding: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadToolBar_Mohegan4Skin:before {
    padding: 7px 0;
}

.RadToolBar_Mohegan4Skin_Horizontal .rtbItem + .rtbItem {
    margin-left: 5px;
}

.RadToolBar_Mohegan4Skin_Vertical .rtbItem + .rtbItem {
    margin-top: 5px;
}

.RadToolBar_Mohegan4Skin .rtbSeparator {
    border-color: #cccccc #ffffff #ffffff #cccccc;
}

.RadToolBar_Mohegan4Skin .rtbButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
}

.RadToolBar_Mohegan4Skin .rtbButton.rtbIconOnly {
    padding: 6px;
}

.RadToolBar_Mohegan4Skin .rtbArrow {
    margin: -6px -12px -6px 0;
    padding: 6px;
}

.RadToolBar_Mohegan4Skin .rtbMore {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    padding: 14px;
}

.RadToolBar_Mohegan4Skin .rtbMenuButton.rtbIconOnly .rtbArrow {
    margin: -6px -6px -6px 6px;
}

.RadToolBar_Mohegan4Skin .rtbSplitButton {
    padding: 0;
}

.RadToolBar_Mohegan4Skin .rtbSplitButton .rtbSplBtnActivator {
    padding: 6px 12px;
    border-radius: 4px 0 0 4px;
}

.RadToolBar_Mohegan4Skin .rtbSplitButton .rtbArrow {
    margin: 0;
    border-radius: 0 4px 4px 0;
}

.RadToolBar_Mohegan4Skin .rtbSplitButton.rtbIconOnly {
    padding: 0;
}

.RadToolBar_Mohegan4Skin .rtbSplitButton.rtbIconOnly .rtbSplBtnActivator {
    padding: 6px;
}

.RadToolBar_Mohegan4Skin .rtbFocused .rtbButton,
.RadToolBar_Mohegan4Skin .rtbFocused.rtbMore {
    border-color: rgba(173, 173, 173, 0.5);
    box-shadow: inset 0 0 0.3em rgba(173, 173, 173, 0.5);
}

.RadToolBar_Mohegan4Skin .rtbHovered .rtbButton:not(.rtbSplitButton) {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadToolBar_Mohegan4Skin .rtbHovered .rtbSplitButton,
.RadToolBar_Mohegan4Skin .rtbHovered .rtbArrow {
    border-color: #adadad;
}

.RadToolBar_Mohegan4Skin .rtbSplitButton .rtbHovered.rtbSplBtnActivator, .RadToolBar_Mohegan4Skin .rtbSplitButton .rtbHovered.rtbArrow {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadToolBar_Mohegan4Skin .rtbChecked .rtbButton,
.RadToolBar_Mohegan4Skin .rtbExpanded .rtbButton,
.RadToolBar_Mohegan4Skin .rtbExpanded .rtbButton.rtbMenuButton,
.RadToolBar_Mohegan4Skin .rtbExpanded.rtbMore {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadToolBar_Mohegan4Skin .rtbExpanded .rtbButton.rtbSplitButton .rtbSplBtnActivator,
.RadToolBar_Mohegan4Skin .rtbExpanded .rtbButton.rtbSplitButton .rtbArrow {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadToolBar_Mohegan4Skin .rtbPressed .rtbButton:not(.rtbSplitButton) {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadToolBar_Mohegan4Skin .rtbPressed .rtbSplitButton,
.RadToolBar_Mohegan4Skin .rtbPressed .rtbArrow {
    border-color: #adadad;
}

.RadToolBar_Mohegan4Skin .rtbSplitButton .rtbPressed.rtbSplBtnActivator, .RadToolBar_Mohegan4Skin .rtbSplitButton .rtbPressed.rtbArrow {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadToolBar_Mohegan4Skin_rtl .rtbArrow {
    margin: -6px 0 -6px -12px;
}

.RadToolBar_Mohegan4Skin .rtbGroupStart .rtbButton {
    border-radius: 4px 0 0 4px;
}

.RadToolBar_Mohegan4Skin .rtbGroupIn .rtbButton {
    border-radius: 0;
}

.RadToolBar_Mohegan4Skin .rtbGroupEnd .rtbButton {
    border-radius: 0 4px 4px 0;
}

.RadToolBar_Mohegan4Skin .rtbGroupStart + .rtbGroupIn,
.RadToolBar_Mohegan4Skin .rtbGroupIn + .rtbGroupIn,
.RadToolBar_Mohegan4Skin .rtbGroupIn + .rtbGroupEnd {
    margin-left: -1px;
}

.RadToolBar_Vertical::before {
    padding: 0 7px;
}

.rtbPopup_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rtbPopup_Mohegan4Skin .rtbMenu,
.rtbPopup_Mohegan4Skin .rtUL {
    padding: 5px 0;
}

.rtbPopup_Mohegan4Skin .rtbInner {
    border-radius: 3px;
}

.rtbPopup_Mohegan4Skin .rtbSeparator {
    margin: 9px 0;
    border-width: 1px 0 0;
    border-color: #cccccc;
}

.rtbPopup_Mohegan4Skin .rtbFocused > .rtbLink {
    border-color: rgba(192, 11, 11, 0.5);
    box-shadow: inset 0 0 0.3em rgba(192, 11, 11, 0.5);
}

.rtbPopup_Mohegan4Skin .rtbFocused > .rtbInner {
    border-color: rgba(173, 173, 173, 0.5);
    box-shadow: inset 0 0 0.3em rgba(173, 173, 173, 0.5);
}

.rtbPopup_Mohegan4Skin .rtbFocused > .rtbInner .rtbArrow {
    border-left-color: rgba(173, 173, 173, 0.5);
}

.rtbPopup_Mohegan4Skin .rtbHovered > .rtbLink {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.rtbPopup_Mohegan4Skin .rtbHovered > .rtbInner {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.rtbPopup_Mohegan4Skin .rtbHovered > .rtbInner .rtbArrow {
    border-color: #adadad;
}

.rtbPopup_Mohegan4Skin .rtbSplitItem .rtbHovered.rtbSplBtnActivator, .rtbPopup_Mohegan4Skin .rtbSplitItem .rtbHovered.rtbArrow {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.rtbPopup_Mohegan4Skin .rtbSelected > .rtbLink {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.rtbPopup_Mohegan4Skin .rtbSelected > .rtbInner,
.rtbPopup_Mohegan4Skin .rtbPressed > .rtbInner,
.rtbPopup_Mohegan4Skin .rtbChecked > .rtbInner,
.rtbPopup_Mohegan4Skin .rtbExpanded > .rtbInner {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.rtbPopup_Mohegan4Skin .rtbSelected > .rtbInner .rtbArrow,
.rtbPopup_Mohegan4Skin .rtbPressed > .rtbInner .rtbArrow,
.rtbPopup_Mohegan4Skin .rtbChecked > .rtbInner .rtbArrow,
.rtbPopup_Mohegan4Skin .rtbExpanded > .rtbInner .rtbArrow {
    border-left-color: #adadad;
}

.rtbPopup_Mohegan4Skin .rtbSplitItem .rtbPressed.rtbSplBtnActivator, .rtbPopup_Mohegan4Skin .rtbSplitItem .rtbPressed.rtbArrow {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.rtbPopup_Mohegan4Skin .rtbMenu:before {
    display: none;
}

.rtbPopup_Mohegan4Skin.rtbShadows {
    box-shadow: 3px 3px 3px #dedede;
}

.RadTabStrip_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 {
    border-color: #dedede;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 .rtsLink {
    border-color: transparent;
    color: #184ca1;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 .rtsHovered .rtsLink {
    border-color: #e6e5e5;
    color: #0e2d5e;
    background-color: #e6e5e5;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 .rtsSelected .rtsLink {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 .rtsFocused .rtsLink {
    border-color: #66afe9;
    box-shadow: inset 0 0 5px #66afe9;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 ~ .rtsLevel {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 ~ .rtsLevel .rtsLink {
    color: #184ca1;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 ~ .rtsLevel .rtsHovered .rtsLink {
    color: #0e2d5e;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 ~ .rtsLevel .rtsSelected .rtsLink {
    color: inherit;
}

.RadTabStrip_Mohegan4Skin .rtsLevel1 ~ .rtsLevel .rtsFocused .rtsLink {
    border-color: #c4c4c4;
    box-shadow: inset 0 0 5px #c4c4c4;
}

.RadTabStrip_Mohegan4Skin .rtsGhostTab {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    border-radius: 4px;
}

.RadTabStrip_Mohegan4Skin.rtsTop .rtsLevel1 .rtsLink {
    border-radius: 4px 4px 0 0;
}

.RadTabStrip_Mohegan4Skin.rtsTop .rtsLevel1 .rtsSelected .rtsLink {
    border-bottom-color: transparent;
}

.RadTabStrip_Mohegan4Skin.rtsBottom .rtsLevel1 .rtsLink {
    border-radius: 0 0 4px 4px;
}

.RadTabStrip_Mohegan4Skin.rtsBottom .rtsLevel1 .rtsSelected .rtsLink {
    border-top-color: transparent;
}

.RadTabStrip_Mohegan4Skin.rtsLeft .rtsLevel1 .rtsLink {
    border-radius: 4px 0 0 4px;
}

.RadTabStrip_Mohegan4Skin.rtsLeft .rtsLevel1 .rtsSelected .rtsLink {
    border-right-color: transparent;
}

.RadTabStrip_Mohegan4Skin.rtsRight .rtsLevel1 .rtsLink {
    border-radius: 0 4px 4px 0;
}

.RadTabStrip_Mohegan4Skin.rtsRight .rtsLevel1 .rtsSelected .rtsLink {
    border-left-color: transparent;
}

.RadGrid_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadGrid_Mohegan4Skin .rgHeader {
    background: whitesmoke;
}

.RadGrid_Mohegan4Skin .rgActionButton,
.RadGrid_Mohegan4Skin .rgDrag,
.RadGrid_Mohegan4Skin .rgDragClue,
.RadGrid_Mohegan4Skin .rgExpandIcon,
.RadGrid_Mohegan4Skin .rgCollapseIcon,
.RadGrid_Mohegan4Skin .rgGroupPanelExpand,
.RadGrid_Mohegan4Skin .rgGroupPanelCollapse,
.RadGrid_Mohegan4Skin .rgButtonSortDesc,
.RadGrid_Mohegan4Skin .rgButtonSortDesc,
.RadGrid_Mohegan4Skin .rgButtonSortAsc,
.RadGrid_Mohegan4Skin .rgButtonSortClear,
.RadGrid_Mohegan4Skin .rgMobileExportForm .rgColumnItem,
.RadGrid_Mohegan4Skin a.rgFilter,
.RadGrid_Mohegan4Skin a.rgColumns {
    color: #333333;
}

.RadGrid_Mohegan4Skin .rgActionButton:hover,
.RadGrid_Mohegan4Skin .rgDrag:hover,
.RadGrid_Mohegan4Skin .rgDragClue:hover,
.RadGrid_Mohegan4Skin .rgExpandIcon:hover,
.RadGrid_Mohegan4Skin .rgCollapseIcon:hover,
.RadGrid_Mohegan4Skin .rgGroupPanelExpand:hover,
.RadGrid_Mohegan4Skin .rgGroupPanelCollapse:hover,
.RadGrid_Mohegan4Skin .rgButtonSortDesc:hover,
.RadGrid_Mohegan4Skin .rgButtonSortDesc:hover,
.RadGrid_Mohegan4Skin .rgButtonSortAsc:hover,
.RadGrid_Mohegan4Skin .rgButtonSortClear:hover,
.RadGrid_Mohegan4Skin .rgMobileExportForm .rgColumnItem:hover,
.RadGrid_Mohegan4Skin a.rgFilter:hover,
.RadGrid_Mohegan4Skin a.rgColumns:hover {
    color: #333333;
}

.RadGrid_Mohegan4Skin .rgInput,
.RadGrid_Mohegan4Skin .rgEditRow > td > [type="text"],
.RadGrid_Mohegan4Skin .rgEditForm td > [type="text"],
.RadGrid_Mohegan4Skin .rgBatchContainer > [type="text"],
.RadGrid_Mohegan4Skin .rgFilterBox {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
}

.RadGrid_Mohegan4Skin .rgInput:hover,
.RadGrid_Mohegan4Skin .rgEditRow > td > [type="text"]:hover,
.RadGrid_Mohegan4Skin .rgEditForm td > [type="text"]:hover,
.RadGrid_Mohegan4Skin .rgBatchContainer > [type="text"]:hover,
.RadGrid_Mohegan4Skin .rgFilterBox:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadGrid_Mohegan4Skin .rgInput:active, .RadGrid_Mohegan4Skin .rgInput:focus,
.RadGrid_Mohegan4Skin .rgEditRow > td > [type="text"]:active,
.RadGrid_Mohegan4Skin .rgEditRow > td > [type="text"]:focus,
.RadGrid_Mohegan4Skin .rgEditForm td > [type="text"]:active,
.RadGrid_Mohegan4Skin .rgEditForm td > [type="text"]:focus,
.RadGrid_Mohegan4Skin .rgBatchContainer > [type="text"]:active,
.RadGrid_Mohegan4Skin .rgBatchContainer > [type="text"]:focus,
.RadGrid_Mohegan4Skin .rgFilterBox:active,
.RadGrid_Mohegan4Skin .rgFilterBox:focus {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
}

.t-ie .RadGrid_Mohegan4Skin .rgInput, .t-ie
.RadGrid_Mohegan4Skin .rgEditRow > td > [type="text"], .t-ie
.RadGrid_Mohegan4Skin .rgEditForm td > [type="text"], .t-ie
.RadGrid_Mohegan4Skin .rgBatchContainer > [type="text"], .t-ie
.RadGrid_Mohegan4Skin .rgFilterBox {
    height: 34px;
    height: calc(1.4285714286em + 14px);
}

.RadGrid_Mohegan4Skin .rgEdit,
.RadGrid_Mohegan4Skin .rgDel {
    text-indent: 0;
}

.RadGrid_Mohegan4Skin.rgMultiHeader .rgDataDiv > table,
.RadGrid_Mohegan4Skin.rgMultiHeader .rgFooterDiv > table {
    margin-left: -1px;
}

.RadGrid_Mohegan4Skin .rgHeader,
.RadGrid_Mohegan4Skin th.rgResizeCol {
    padding: 10px 13px 9px;
}

.RadGrid_Mohegan4Skin .rgHeader,
.RadGrid_Mohegan4Skin th.rgResizeCol,
.RadGrid_Mohegan4Skin .rgHeaderWrapper,
.RadGrid_Mohegan4Skin .rgMultiHeaderRow th.rgHeader,
.RadGrid_Mohegan4Skin .rgMultiHeaderRow th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.RadGrid_Mohegan4Skin .rgHeader,
.RadGrid_Mohegan4Skin th.rgResizeCol,
.RadGrid_Mohegan4Skin .rgHeaderWrapper {
    background-color: whitesmoke;
}

.RadGrid_Mohegan4Skin .rgHeaderDiv {
    border-right: 1px solid #dedede;
}

.RadGrid_Mohegan4Skin .rgHeaderWrapper {
    border-bottom: 1px solid #dedede;
}

.RadGrid_Mohegan4Skin .rgHeader,
.RadGrid_Mohegan4Skin .rgHeader a {
    color: #333333;
}

.RadGrid_Mohegan4Skin .rgRow > td,
.RadGrid_Mohegan4Skin .rgAltRow > td,
.RadGrid_Mohegan4Skin .rgEditRow > td,
.RadGrid_Mohegan4Skin .rgFooter > td,
.RadGrid_Mohegan4Skin .rgFilterRow > td,
.RadGrid_Mohegan4Skin .rgHeader,
.RadGrid_Mohegan4Skin .rgResizeCol,
.RadGrid_Mohegan4Skin .rgGroupHeader td {
    padding-left: 15px;
    padding-right: 15px;
}

.RadGrid_Mohegan4Skin .rgRow,
.RadGrid_Mohegan4Skin .rgAltRow,
.RadGrid_Mohegan4Skin .rgEditRow,
.RadGrid_Mohegan4Skin .rgFooter,
.RadGrid_Mohegan4Skin .rgGroupHeader {
    height: 40px;
    height: calc(1.4285714286em + 20px);
}

.RadGrid_Mohegan4Skin .rgRow > td,
.RadGrid_Mohegan4Skin .rgAltRow > td,
.RadGrid_Mohegan4Skin .rgFooter > td {
    border-color: #dedede;
}

.RadGrid_Mohegan4Skin .rgRow > td,
.RadGrid_Mohegan4Skin .rgAltRow > td {
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.RadGrid_Mohegan4Skin .rgAltRow {
    background-color: #f9f9f9;
}

.RadGrid_Mohegan4Skin .rgAltRow > td {
    color: #333333;
}

.RadGrid_Mohegan4Skin .rgAltRow .rgSorted {
    background-color: #ececec;
}

.RadGrid_Mohegan4Skin .rgAltRow.rgHoveredRow .rgSorted {
    background-color: #dddddd;
}

.RadGrid_Mohegan4Skin .rgActiveRow td:not(.rgExpandCol) {
    box-shadow: inset 0px 5px 5px -5px #c00b0b, inset 0px -5px 5px -5px #c00b0b;
}

.RadGrid_Mohegan4Skin .rgActiveRow td:first-child:not(.rgExpandCol),
.RadGrid_Mohegan4Skin .rgActiveRow .rgExpandCol + td {
    box-shadow: inset 0px 5px 5px -5px #c00b0b, inset 0px -5px 5px -5px #c00b0b, inset 5px 0px 5px -5px #c00b0b;
}

.RadGrid_Mohegan4Skin .rgActiveRow td:not(.rgExpandCol):last-child {
    box-shadow: inset 0px 5px 5px -5px #c00b0b, inset 0px -5px 5px -5px #c00b0b, inset -5px 0px 5px -5px #c00b0b;
}

.RadGrid_Mohegan4Skin .rgActiveCell {
    box-shadow: inset 0 0 5px #c00b0b;
}

.RadGrid_Mohegan4Skin .rgHoveredRow > td {
    background: #004fff;
    color: #ffffff;
}

.RadGrid_Mohegan4Skin .rgEditRow {
    background: rgba(222, 222, 222, 0.75);
    color: #333333;
}

.RadGrid_Mohegan4Skin .rgEditRow > td {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #dedede;
}

.RadGrid_Mohegan4Skin .rgEditRow td > input[type="text"] {
    font: inherit;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.RadGrid_Mohegan4Skin .rgBatchOverlay {
    background: rgba(222, 222, 222, 0.75);
}

.RadGrid_Mohegan4Skin .rgBatchUndoDeleteButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadGrid_Mohegan4Skin .rgBatchUndoDeleteButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadGrid_Mohegan4Skin .rgBatchContainer {
    margin: -9px 0px;
}

.RadGrid_Mohegan4Skin .rgSorted {
    background-color: #e4e4e4;
}

.RadGrid_Mohegan4Skin .rgMasterTable .rgSelectedCell,
.RadGrid_Mohegan4Skin .rgSelectedRow td,
.RadGrid_Mohegan4Skin td.rgEditRow .rgSelectedRow,
.RadGrid_Mohegan4Skin .rgSelectedRow td.rgSorted {
    color: #ffffff;
    background: #f00e0e;
    border-color: #ffffff;
}

.RadGrid_Mohegan4Skin .rgSelectedRow.rgHoveredRow {
    background: #f00e0e;
}

.RadGrid_Mohegan4Skin .rgSelectedCell a,
.RadGrid_Mohegan4Skin .rgSelectedRow a {
    color: #ffffff;
}

.RadGrid_Mohegan4Skin .rgFooterWrapper,
.RadGrid_Mohegan4Skin .rgFooter {
    background: whitesmoke;
}

.RadGrid_Mohegan4Skin .rgFooterWrapper {
    border-top: 1px solid #dedede;
}

.RadGrid_Mohegan4Skin .rgFooterWrapper tr.rgFooter td {
    border-bottom-width: 0;
}

.RadGrid_Mohegan4Skin .rgFooter > td {
    border-left: 1px solid #dedede;
    padding: 10px 5px;
}

.RadGrid_Mohegan4Skin .rgFooter > td:first-child {
    border-left-width: 0;
}

.RadGrid_Mohegan4Skin .rgStatus div {
    background-image: url(" ");
}

.RadGrid_Mohegan4Skin .rgPagerCell {
    color: #333333;
    background: whitesmoke;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-color: #dedede;
}

.RadGrid_Mohegan4Skin .rgPagerCell .rgNumPart a,
.RadGrid_Mohegan4Skin .rgPagerCell .rgPagerButton,
.RadGrid_Mohegan4Skin .rgPagerCell .rgActionButton {
    border-width: 1px;
    border-style: solid;
    box-sizing: content-box;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
}

.RadGrid_Mohegan4Skin .rgPagerCell .rgNumPart a:hover,
.RadGrid_Mohegan4Skin .rgPagerCell .rgPagerButton:hover,
.RadGrid_Mohegan4Skin .rgPagerCell .rgActionButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadGrid_Mohegan4Skin .rgPagerCell .rgNumPart a,
.RadGrid_Mohegan4Skin .rgPagerCell .rgActionButton {
    margin: 0;
    width: 1.42857em;
    border-left-width: 0;
}

.RadGrid_Mohegan4Skin .rgPagerCell .rgNumPart a {
    border-radius: 0;
    text-align: center;
}

.RadGrid_Mohegan4Skin .rgPagerCell .rgNumPart a.rgCurrentPage {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadGrid_Mohegan4Skin .rgPagerCell .rgPageFirst {
    border-left-width: 1px;
    border-radius: 0.2857142857em 0 0 0.2857142857em;
}

.RadGrid_Mohegan4Skin .rgPagerCell .rgPageLast {
    border-radius: 0 0.2857142857em 0.2857142857em 0;
}

.RadGrid_Mohegan4Skin .rgPagerCell .NumericPages .rgNumPart a:first-child {
    border-left-width: 1px;
    border-radius: 0.2857142857em 0 0 0.2857142857em;
}

.RadGrid_Mohegan4Skin .rgPagerCell .NumericPages .rgNumPart a:last-child {
    border-radius: 0 0.2857142857em 0.2857142857em 0;
}

.RadGrid_Mohegan4Skin .rgPagerCell .rgActionButton {
    box-sizing: content-box;
}

.RadGrid_Mohegan4Skin .rgPagerCell .rgPagerButton {
    border-radius: 0.2857142857em;
}

.RadGrid_Mohegan4Skin .rgGroupPanel {
    border-bottom: 1px solid #dedede;
    background: whitesmoke;
}

.RadGrid_Mohegan4Skin .rgGroupItem {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #dedede;
    color: #333333;
}

.RadGrid_Mohegan4Skin .rgGroupHeader td {
    border-bottom: 1px solid #dedede;
    background: #fbfbfb;
}

.RadGrid_Mohegan4Skin .rgGroupHeader .rgGroupCol {
    border-bottom-width: 0;
}

.RadGrid_Mohegan4Skin .rgRow .rgGroupCol,
.RadGrid_Mohegan4Skin .rgAltRow .rgGroupCol {
    border-bottom-width: 0;
    background: #fbfbfb;
}

.RadGrid_Mohegan4Skin .rgMasterTable > tbody tr:first-child .rgGroupCol {
    border-top-width: 0;
}

.RadGrid_Mohegan4Skin table.rgMasterTable .rgGroupCol {
    border-left-width: 0;
}

.RadGrid_Mohegan4Skin .rgFooter .rgGroupCol,
.RadGrid_Mohegan4Skin .rgFooter .rgGroupCol ~ td {
    border-bottom: 1px solid #dedede;
}

.RadGrid_Mohegan4Skin td.rgGroupCol {
    background: #fbfbfb !important;
}

.RadGrid_Mohegan4Skin .rgFilterRow > td {
    border-bottom: 1px solid #dedede;
}

.RadGrid_Mohegan4Skin .rgFilterBox {
    border-radius: 4px 0 0 4px;
}

.RadGrid_Mohegan4Skin .rgFilter {
    border-color: #cccccc;
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
    background-color: #ffffff;
    padding: 6px;
}

.RadGrid_Mohegan4Skin .rgFilter:hover, .RadGrid_Mohegan4Skin .rgFilter:focus {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadGrid_Mohegan4Skin .rgFilterActive, .RadGrid_Mohegan4Skin .rgFilterActive:hover, .RadGrid_Mohegan4Skin .rgFilterActive:focus {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 6px rgba(165, 165, 165, 0.5);
}

.RadGrid_Mohegan4Skin .rgFiltered {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadGrid_Mohegan4Skin .rgFiltered:hover, .RadGrid_Mohegan4Skin .rgFiltered:focus {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
}

.RadGrid_Mohegan4Skin .rgFiltered.rgFilterActive {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadGrid_Mohegan4Skin .rgFilterRow .riTextBox {
    border-radius: 0.2857142857em 0 0 0.2857142857em;
}

.RadGrid_Mohegan4Skin a.rcCalPopup,
.RadGrid_Mohegan4Skin a.rcTimePopup {
    margin-right: 0;
    border-radius: 0;
}

.RadGrid_Mohegan4Skin .rgOptions {
    color: #333333;
}

.RadGrid_Mohegan4Skin .rgOptSelected {
    color: #184ca1;
}

.RadGrid_Mohegan4Skin .rgEditForm .rgHeader {
    padding: 10px;
    border-left-width: 0;
}

.RadGrid_Mohegan4Skin .rgEditFormContainer table {
    padding-left: 10px;
}

.RadGrid_Mohegan4Skin .rgRow > td > [type="text"],
.RadGrid_Mohegan4Skin .rgAltRow > td > [type="text"],
.RadGrid_Mohegan4Skin .rgEditForm > td > [type="text"] {
    font: inherit;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.RadGrid_Mohegan4Skin .RadComboBox .rcbInput {
    border: 0 none;
    padding: 0;
}

.RadGrid_Mohegan4Skin .rgEditFormContainer {
    padding: 12px 0;
}

.RadGrid_Mohegan4Skin .rgEditFormContainer .rgUpdate {
    margin-left: 0.7142857143em;
}

.RadGrid_Mohegan4Skin .rgEditFormContainer .rgUpdate,
.RadGrid_Mohegan4Skin .rgEditFormContainer .rgCancel {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 0.2857142857em;
}

.RadGrid_Mohegan4Skin .rgEditFormContainer .rgUpdate:hover,
.RadGrid_Mohegan4Skin .rgEditFormContainer .rgCancel:hover {
    background-color: #e6e5e5;
}

.RadGrid_Mohegan4Skin .rgEditForm {
    margin: -1px;
    padding: 7px;
    border-bottom: 1px solid #dedede;
}

.RadGrid_Mohegan4Skin .rgEditForm.rgEditPopup {
    padding: 0;
    overflow: hidden;
}

.RadGrid_Mohegan4Skin .rgEditForm.rgEditPopup > .rgHeader + div {
    box-sizing: border-box;
}

.RadGrid_Mohegan4Skin .rgEditForm [type="image"] {
    margin-right: 2px;
    padding: 8px;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
    background: #ffffff;
}

.RadGrid_Mohegan4Skin .rgEditForm [type="image"]:hover {
    background: #e6e5e5;
}

.RadGrid_Mohegan4Skin .rgEditForm [type="text"]:disabled {
    background: #ffffff;
    opacity: .7;
}

.RadGrid_Mohegan4Skin .rgDetailTable {
    border-color: #dedede;
}

.RadGrid_Mohegan4Skin .rgDetailTable .rgRow td:first-child,
.RadGrid_Mohegan4Skin .rgDetailTable .rgAltRow td:first-child {
    border-left-width: 0;
}

.RadGrid_Mohegan4Skin .rgFooter .rgExpandCol {
    border-left-width: 0;
}

.RadGrid_Mohegan4Skin .rgRow .rgExpandCol,
.RadGrid_Mohegan4Skin .rgRow .rgCollapseCol,
.RadGrid_Mohegan4Skin .rgAltRow .rgExpandCol,
.RadGrid_Mohegan4Skin .rgAltRow .rgCollapseCol {
    border-left-width: 0;
}

.RadGrid_Mohegan4Skin .rgCommandCell {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadGrid_Mohegan4Skin .rgCommandCell .t-button {
    border-radius: 4px;
}

.RadGrid_Mohegan4Skin .rgCommandCell .t-button:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadGrid_Mohegan4Skin .rgCommandCell .t-button:focus, .RadGrid_Mohegan4Skin .rgCommandCell .t-button:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadGrid_Mohegan4Skin .rgCommandCell {
    border-color: #dedede;
}

.GridItemDropIndicator_Mohegan4Skin {
    border-top: 1px dashed #666;
}

.GridToolTip_Mohegan4Skin {
    border: 1px solid #c98400;
    padding: 3px;
    background: #ffefbd;
    color: #333;
}

.RadGridRTL_Mohegan4Skin .rgHeader:first-child,
.RadGridRTL_Mohegan4Skin th.rgResizeCol:first-child,
.RadGridRTL_Mohegan4Skin .rgFilterRow > td:first-child,
.RadGridRTL_Mohegan4Skin .rgRow > td:first-child,
.RadGridRTL_Mohegan4Skin .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.GridContextMenu_Mohegan4Skin .rgHCMClear,
.GridContextMenu_Mohegan4Skin .rgHCMFilter {
    font-size: 1em;
    height: 2.4285714286em;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0.2857142857em;
}

.GridContextMenu_Mohegan4Skin .rgHCMClear:hover,
.GridContextMenu_Mohegan4Skin .rgHCMFilter:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.GridContextMenu_Mohegan4Skin .rmGroup .rgHCMItem div.rmContent {
    padding: 15px;
    margin: 0 auto;
}

.RadPivotGrid_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadPivotGrid_Mohegan4Skin th,
.RadPivotGrid_Mohegan4Skin td,
.RadPivotGrid_Mohegan4Skin .rpgOuterTableWrapper,
.RadPivotGrid_Mohegan4Skin .rpgContentZoneDiv td {
    border-color: #dedede;
}

.RadPivotGrid_Mohegan4Skin .rpgIcon {
    color: #333333;
}

.RadPivotGrid_Mohegan4Skin .rpgFilterFieldsIcon,
.RadPivotGrid_Mohegan4Skin .rpgRowFieldsIcon,
.RadPivotGrid_Mohegan4Skin .rpgColumnFieldsIcon,
.RadPivotGrid_Mohegan4Skin .rpgAggregateFieldsIcon {
    font-size: .78571em;
}

.RadPivotGrid_Mohegan4Skin .rpgFilterFieldsIcon:before,
.RadPivotGrid_Mohegan4Skin .rpgRowFieldsIcon:before,
.RadPivotGrid_Mohegan4Skin .rpgColumnFieldsIcon:before,
.RadPivotGrid_Mohegan4Skin .rpgAggregateFieldsIcon:before {
    margin-right: 5px;
}

.RadPivotGrid_Mohegan4Skin input {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPivotGrid_Mohegan4Skin .rpgFilterZone,
.RadPivotGrid_Mohegan4Skin .rpgRowsZone,
.RadPivotGrid_Mohegan4Skin .rpgColumnsZone,
.RadPivotGrid_Mohegan4Skin .rpgDataZone,
.RadPivotGrid_Mohegan4Skin .rpgColumnHeader,
.RadPivotGrid_Mohegan4Skin .rpgColumnHeaderTotal,
.RadPivotGrid_Mohegan4Skin .rpgColumnHeaderGrandTotal,
.RadPivotGrid_Mohegan4Skin .rpgContentZoneDiv th,
.RadPivotGrid_Mohegan4Skin .rpgRowHeader,
.RadPivotGrid_Mohegan4Skin .rpgRowHeaderGrandTotal {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadPivotGrid_Mohegan4Skin .rpgColumnTotalDataCell,
.RadPivotGrid_Mohegan4Skin .rpgRowGrandTotalDataCell,
.RadPivotGrid_Mohegan4Skin .rpgColumnGrandTotalDataCell,
.RadPivotGrid_Mohegan4Skin .rpgRowTotalDataCell {
    background-color: #f9f9f9;
}

.RadPivotGrid_Mohegan4Skin .rpgRowHeaderTotal,
.RadPivotGrid_Mohegan4Skin .rpgRowTotalDataCell.rpgColumnTotalDataCell {
    background-color: #ececec;
}

.RadPivotGrid_Mohegan4Skin .rpgColumnHeader {
    vertical-align: middle;
}

.RadPivotGrid_Mohegan4Skin .rpgFieldsPopupWrapper {
    background: #ffffff;
}

.RadPivotGrid_Mohegan4Skin .rpgFieldItem > a:first-of-type {
    color: #333333;
}

.RadPivotGrid_Mohegan4Skin .rpgFieldItem,
.RadPivotGrid_Mohegan4Skin .rpgUpdateButton {
    padding: 6px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPivotGrid_Mohegan4Skin .rpgFieldItem:hover,
.RadPivotGrid_Mohegan4Skin .rpgUpdateButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadPivotGrid_Mohegan4Skin .rpgFieldItem:disabled:hover,
.RadPivotGrid_Mohegan4Skin .rpgUpdateButton:disabled:hover {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPivotGrid_Mohegan4Skin .rpgUpdateButton {
    padding: 6px 12px;
}

.RadPivotGrid_Mohegan4Skin .rpgConfigurationPanel {
    background: #ffffff;
}

.RadPivotGrid_Mohegan4Skin .rpgFieldsContainer {
    border: 1px solid #dedede;
    border-radius: 4px;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell {
    color: #333333;
    background: whitesmoke;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-color: #dedede;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgNumPart a,
.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgPagerButton,
.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgActionButton {
    border-width: 1px;
    border-style: solid;
    box-sizing: content-box;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgNumPart a:hover,
.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgPagerButton:hover,
.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgActionButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgNumPart a,
.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgActionButton {
    margin: 0;
    width: 1.42857em;
    border-left-width: 0;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgNumPart a {
    border-radius: 0;
    text-align: center;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgNumPart a.rpgCurrentPage {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgPageFirst {
    border-left-width: 1px;
    border-radius: 0.2857142857em 0 0 0.2857142857em;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgPageLast {
    border-radius: 0 0.2857142857em 0.2857142857em 0;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .NumericPages .rpgNumPart a:first-child {
    border-left-width: 1px;
    border-radius: 0.2857142857em 0 0 0.2857142857em;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .NumericPages .rpgNumPart a:last-child {
    border-radius: 0 0.2857142857em 0.2857142857em 0;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgActionButton {
    box-sizing: content-box;
}

.RadPivotGrid_Mohegan4Skin .rpgPagerCell .rpgPagerButton {
    border-radius: 0.2857142857em;
}

.PivotGridReorderLeft_Mohegan4Skin,
.PivotGridReorderRight_Mohegan4Skin,
.PivotGridReorderTop_Mohegan4Skin,
.PivotGridReorderBottom_Mohegan4Skin {
    height: 12px;
}

.PivotGridWindow_Mohegan4Skin .rpgFilterButtonOk,
.PivotGridWindow_Mohegan4Skin .rpgFilterButtonCancel {
    padding: 6px 10px;
    border: 1px solid;
    border-radius: 4px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.PivotGridWindow_Mohegan4Skin .rpgFilterButtonOk:hover,
.PivotGridWindow_Mohegan4Skin .rpgFilterButtonCancel:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.PivotGridWindow_Mohegan4Skin .rpgFilterWindowContainer .RadMenu .rmRootGroup.rmVertical {
    float: left;
}

.PivotGridWindow_Mohegan4Skin .RadMenu_Mohegan4Skin {
    background: none;
}

/* Context Menu */
.PivotGridContextMenu_Mohegan4Skin .rmLink:before {
    min-width: 0;
}

html .PivotGridContextMenu_Mohegan4Skin .rmVertical > .rmSeparator {
    margin-left: 0;
}

.PivotGridContextMenu_Mohegan4Skin .rmGroup span.rmLink {
    padding: 6px 12px;
}

.PivotGridContextMenu_Mohegan4Skin .rmGroup span.rmLink:before {
    margin-right: 5px;
}

.PivotGridToolTip_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #ffffff;
    border-color: #dedede;
    color: #333333;
}

.TreeListToolTip_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadTreeList_Mohegan4Skin {
    border-color: #dedede;
    background: #ffffff;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*>>Expand/Collapse*/
}

.RadTreeList_Mohegan4Skin .rtlTable a {
    color: #184ca1;
}

.RadTreeList_Mohegan4Skin .rtlTable td {
    vertical-align: middle;
}

.RadTreeList_Mohegan4Skin .rtlHeader {
    background-color: whitesmoke;
}

.RadTreeList_Mohegan4Skin .rtlHeader th,
.RadTreeList_Mohegan4Skin .rtlREdit td,
.RadTreeList_Mohegan4Skin .rtlR td,
.RadTreeList_Mohegan4Skin .rtlA td {
    padding-left: 15px;
    padding-right: 15px;
}

.RadTreeList_Mohegan4Skin .rtlHeader a {
    color: #333333;
}

.RadTreeList_Mohegan4Skin div.rtlHeader,
.RadTreeList_Mohegan4Skin .rtlScroller,
.RadTreeList_Mohegan4Skin .rtlHeader th {
    border-color: #dedede;
}

.RadTreeList_Mohegan4Skin .rtlR,
.RadTreeList_Mohegan4Skin .rtlA,
.RadTreeList_Mohegan4Skin .rtlREdit,
.RadTreeList_Mohegan4Skin .rtlRFooter,
.RadTreeList_Mohegan4Skin tr.rtlHeader {
    height: 40px;
    height: calc(1.4285714286em + 20px);
}

.RadTreeList_Mohegan4Skin .rtlA {
    background-color: #f9f9f9;
}

.RadTreeList_Mohegan4Skin .rtlRFooter {
    background-color: whitesmoke;
}

.RadTreeList_Mohegan4Skin .rtlRFooter td {
    border-color: #dedede;
}

.RadTreeList_Mohegan4Skin .rtlREdit {
    background-color: #f43d3d;
}

.RadTreeList_Mohegan4Skin .rtlR td,
.RadTreeList_Mohegan4Skin .rtlA td,
.RadTreeList_Mohegan4Skin .rtlREdit td,
.RadTreeList_Mohegan4Skin .rtlEditForm {
    border-color: #dedede;
}

.RadTreeList_Mohegan4Skin .rtlRSel {
    background: #f00e0e;
    color: #ffffff;
}

.RadTreeList_Mohegan4Skin .rtlRSel .rtlActionButton:hover .rtlIcon {
    color: #333333;
}

.RadTreeList_Mohegan4Skin .rtlRSel a {
    color: #ffffff;
}

.RadTreeList_Mohegan4Skin .rtlRSel {
    background-color: #f00e0e;
}

.RadTreeList_Mohegan4Skin .rtlRActive .rtlCF {
    box-shadow: inset 0px 5px 5px -5px #c00b0b, inset 0px -5px 5px -5px #c00b0b, inset 5px 0px 5px -5px #c00b0b;
}

.RadTreeList_Mohegan4Skin .rtlRActive .rtlCF ~ td {
    box-shadow: inset 0px 5px 5px -5px #c00b0b, inset 0px -5px 5px -5px #c00b0b;
}

.RadTreeList_Mohegan4Skin .rtlRActive .rtlCF ~ td:last-child {
    box-shadow: inset 0px 5px 5px -5px #c00b0b, inset 0px -5px 5px -5px #c00b0b, inset -5px 0px 5px -5px #c00b0b;
}

.RadTreeList_Mohegan4Skin .rtlRActive td {
    border-color: #c00b0b;
}

.RadTreeList_Mohegan4Skin .rtlVBorders td.rtlL,
.RadTreeList_Mohegan4Skin .rtlLines td.rtlL {
    background-color: #ffffff;
}

.RadTreeList_Mohegan4Skin .rtlActionButton {
    box-sizing: content-box;
    border: 1px solid transparent;
    padding: 6px;
}

.RadTreeList_Mohegan4Skin .rtlActionButton:hover {
    border: 1px solid #cccccc;
    border-radius: .3em;
    background: #e6e5e5;
}

.RadTreeList_Mohegan4Skin .rtlIcon {
    color: #333333;
}

.RadTreeList_Mohegan4Skin .rtlExpand,
.RadTreeList_Mohegan4Skin .rtlCollapse {
    border: 0 none;
}

.RadTreeList_Mohegan4Skin .rtlExpand:hover,
.RadTreeList_Mohegan4Skin .rtlCollapse:hover {
    border: 0 none;
    background: none;
}

.RadTreeList_Mohegan4Skin .rtlCollapseIcon {
    color: #184ca1;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell {
    color: #333333;
    background: whitesmoke;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-color: #dedede;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlNumPart a,
.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlPagerButton,
.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlActionButton {
    border-width: 1px;
    border-style: solid;
    box-sizing: content-box;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlNumPart a:hover,
.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlPagerButton:hover,
.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlActionButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlNumPart a,
.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlActionButton {
    margin: 0;
    width: 1.42857em;
    border-left-width: 0;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlNumPart a {
    border-radius: 0;
    text-align: center;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlNumPart a.rtlCurrentPage {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlPageFirst {
    border-left-width: 1px;
    border-radius: 0.2857142857em 0 0 0.2857142857em;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlPageLast {
    border-radius: 0 0.2857142857em 0.2857142857em 0;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .NumericPages .rtlNumPart a:first-child {
    border-left-width: 1px;
    border-radius: 0.2857142857em 0 0 0.2857142857em;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .NumericPages .rtlNumPart a:last-child {
    border-radius: 0 0.2857142857em 0.2857142857em 0;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlActionButton {
    box-sizing: content-box;
}

.RadTreeList_Mohegan4Skin .rtlPagerCell .rtlPagerButton {
    border-radius: 0.2857142857em;
}

.RadTreeList_Mohegan4Skin .rtlCommandCell {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadTreeList_Mohegan4Skin .rtlCommandCell .rtlActionButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadTreeList_Mohegan4Skin .rtlCommandCell .rtlActionButton:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadTreeList_Mohegan4Skin .rtlFooter .rtlCommandCell,
.RadTreeList_Mohegan4Skin tfoot .rtlCommandCell {
    color: #333333;
    background-color: whitesmoke;
    background-image: linear-gradient();
}

.RadTreeList_Mohegan4Skin .rtlREdit td > [type="text"],
.RadTreeList_Mohegan4Skin .rtlEditForm td > [type="text"] {
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: .3em;
}

.RadTreeList_Mohegan4Skin .rtlEditForm {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #dedede;
}

.RadTreeList_Mohegan4Skin .rtlEditForm td > label {
    display: inline-block;
    padding: 0 10px 10px 0;
}

.RadTreeList_Mohegan4Skin .rtlEditForm table {
    margin: .5em;
}

.RadTreeList_Mohegan4Skin .rtlEditForm .rtlHeader {
    padding: .64em .5em;
}

.TreeListReorderTop_Mohegan4Skin,
.TreeListReorderBottom_Mohegan4Skin {
    color: #000;
    text-shadow: 0 0 1px #fff;
    text-indent: 2px;
}

.RadTreeList_Mohegan4Skin .rtlDragHandle {
    background-image: url(" ");
}

.TreeListToolTip_Mohegan4Skin {
    border-color: #828282;
    background: #ffffff;
    color: #333333;
}

.RadDataForm_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadDataForm_Mohegan4Skin .rdfLegend,
.RadDataForm_Mohegan4Skin .rdfBorders {
    border-color: #f2f2f2;
}

.RadDataForm_Mohegan4Skin .rdfHr {
    color: #f2f2f2;
}

.RadDataForm_Mohegan4Skin .rdfFieldHint {
    color: #b3b2b2;
}

.RadListView_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadListView_Mohegan4Skin .rlvHeader th {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadListView_Mohegan4Skin .rlvI {
    border-color: #dedede;
}

.RadListView_Mohegan4Skin .rlvA {
    background: #f9f9f9;
    border-color: #dedede;
}

.RadListView_Mohegan4Skin .rlvISel {
    background: #f00e0e;
    color: #ffffff;
    border-color: #c00b0b;
}

.RadListView_Mohegan4Skin .rlvDrag {
    background-image: url(" ");
}

.RadListView_Mohegan4Skin .rlvInput {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadListBox_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadListBox_Mohegan4Skin .rlbButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 4px;
}

.RadListBox_Mohegan4Skin .rlbButtonAreaTop {
    margin-bottom: 7px;
}

.RadListBox_Mohegan4Skin .rlbButtonAreaBottom {
    margin-top: 7px;
}

.RadListBox_Mohegan4Skin .rlbGroup,
.RadListBox_Mohegan4Skin .rlbTemplateContent {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadListBox_Mohegan4Skin .rlbHeader,
.RadListBox_Mohegan4Skin .rlbFooter {
    padding: 3px 12px;
}

.RadListBox_Mohegan4Skin .rlbList {
    padding: 0;
}

.RadListBox_Mohegan4Skin .rlbCheckAllItems {
    padding: 3px 12px;
}

.RadListBox_Mohegan4Skin .rlbItem {
    padding: 3px 12px;
}

.RadListBox_Mohegan4Skin .rlbImage {
    margin-left: -4px;
    margin-right: 4px;
    padding: 0;
}

.RadListBox_Mohegan4Skin .rlbGroup .rlbSelected.rlbDropClueAbove {
    border-top-color: #fff;
}

.RadListBox_Mohegan4Skin .rlbGroup .rlbSelected.rlbDropClueBelow {
    border-bottom-color: #fff;
}

.RadListBox_Mohegan4Skin .rlbButton:focus {
    border-color: rgba(173, 173, 173, 0.5);
    box-shadow: inset 0 0 5px rgba(173, 173, 173, 0.5);
}

.RadListBox_Mohegan4Skin .rlbHovered.rlbItem, .RadListBox_Mohegan4Skin .rlbHighlight {
    color: #ffffff;
    background-color: #004fff;
}

.RadListBox_Mohegan4Skin .rlbHovered.rlbButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadListBox_Mohegan4Skin .rlbActive.rlbButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadListBox_Mohegan4Skin .rlbItem.rlbSelected {
    color: #ffffff;
    background-color: #f00e0e;
}

.RadListBox_Mohegan4Skin[dir="rtl"] .rlbCheck {
    margin-left: 4px;
    margin-right: -4px;
}

.RadListBox_Mohegan4Skin[dir="rtl"] .rlbImage {
    margin-left: 4px;
    margin-right: -4px;
}

.RadListBox_Mohegan4Skin.RadListBoxButtonAreaTop.rlbFixedHeight {
    padding: 20px 0 1.42857143em;
}

.RadListBox_Mohegan4Skin.RadListBoxButtonAreaTop.rlbFixedHeight .rlbButtonAreaTop {
    margin-top: -20px;
}

.RadListBox_Mohegan4Skin.RadListBoxButtonAreaBottom.rlbFixedHeight {
    padding: 20px 0 1.42857143em;
}

.RadListBox_Mohegan4Skin.RadListBoxButtonAreaBottom.rlbFixedHeight .rlbGroup,
.RadListBox_Mohegan4Skin.RadListBoxButtonAreaBottom.rlbFixedHeight .rlbTemplate {
    margin-top: -20px;
}

.RadFilter_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadFilter_Mohegan4Skin .rfMid,
.RadFilter_Mohegan4Skin .rfTools {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadFilter_Mohegan4Skin .rfMid {
    padding: 8px 0 8px 8px;
}

.RadFilter_Mohegan4Skin .rfTools {
    padding: 8px 8px 8px 0;
}

.RadFilter_Mohegan4Skin .rfOper,
.RadFilter_Mohegan4Skin .rfField,
.RadFilter_Mohegan4Skin .rfExp,
.RadFilter_Mohegan4Skin .rfAddExp,
.RadFilter_Mohegan4Skin .rfAddGr {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    border-radius: 4px;
}

.RadFilter_Mohegan4Skin .rfOper::before,
.RadFilter_Mohegan4Skin .rfField::before,
.RadFilter_Mohegan4Skin .rfExp::before,
.RadFilter_Mohegan4Skin .rfAddExp::before,
.RadFilter_Mohegan4Skin .rfAddGr::before {
    opacity: 1;
}

.RadFilter_Mohegan4Skin .rfOper:hover,
.RadFilter_Mohegan4Skin .rfField:hover,
.RadFilter_Mohegan4Skin .rfExp:hover,
.RadFilter_Mohegan4Skin .rfAddExp:hover,
.RadFilter_Mohegan4Skin .rfAddGr:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadFilter_Mohegan4Skin .rfOper:focus,
.RadFilter_Mohegan4Skin .rfField:focus,
.RadFilter_Mohegan4Skin .rfExp:focus,
.RadFilter_Mohegan4Skin .rfAddExp:focus,
.RadFilter_Mohegan4Skin .rfAddGr:focus,
.RadFilter_Mohegan4Skin .rfOper:active,
.RadFilter_Mohegan4Skin .rfField:active,
.RadFilter_Mohegan4Skin .rfExp:active,
.RadFilter_Mohegan4Skin .rfAddExp:active,
.RadFilter_Mohegan4Skin .rfAddGr:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadFilter_Mohegan4Skin .rfAddExp,
.RadFilter_Mohegan4Skin .rfAddGr,
.RadFilter_Mohegan4Skin .rfDel {
    padding: 6px;
}

.RadFilter_Mohegan4Skin .rfDel:hover,
.RadFilter_Mohegan4Skin .rfDel:focus,
.RadFilter_Mohegan4Skin .rfDel:active {
    color: #d9534f;
}

.RadFilter_Mohegan4Skin .rfText {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
}

.RadFilter_Mohegan4Skin .rfPreview strong {
    opacity: .7;
}

.RadFilter_Mohegan4Skin .rfPreview em,
.RadFilter_Mohegan4Skin .rfPreview .rfBr {
    color: #5bc0de;
}

.RadFilter_Mohegan4Skin .rfApply a,
.RadFilter_Mohegan4Skin .rfApply span {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-radius: 3px;
}

.RadFilter_Mohegan4Skin .rfApply a input,
.RadFilter_Mohegan4Skin .rfApply span input {
    padding: 6px 12px;
}

.RadFilter_Mohegan4Skin .rfApply a:hover,
.RadFilter_Mohegan4Skin .rfApply span:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadEditor_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: whitesmoke;
    border-color: #dedede;
    color: #333333;
    border-radius: 0.2857142857em;
    /* ToolBar Bootstrap Styles */
    /* Base oveerides */
    /* Override DropDown Body when ToolBar styles are nested inside */
}

.RadEditor_Mohegan4Skin .reToolIcon:before {
    margin-left: 0.4285714286em;
    margin-left: 0.5714285714em \9;
}

.RadEditor_Mohegan4Skin _:-ms-fullscreen, :root .RadEditor_Mohegan4Skin .reToolIcon:before {
    margin-left: 0.5714285714em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadEditor_Mohegan4Skin .reToolIcon:before {
        margin-left: 0.3571428571em;
    }
}

.RadEditor_Mohegan4Skin .RadRibbonBar a.reDropdown {
    padding: 6px 12px;
}

.RadEditor_Mohegan4Skin .RadRibbonBar a.reDropdown:before {
    margin-top: -0.6428571429em;
}

.RadEditor_Mohegan4Skin .RadRibbonBar a.reTool {
    border-radius: 0;
    border-width: 1px 0 1px 1px;
}

.RadEditor_Mohegan4Skin .RadRibbonBar a.reTool.reSplitButton {
    height: auto;
    line-height: 1.428571429em;
    padding: 3.5px 6px;
}

.RadEditor_Mohegan4Skin .RadRibbonBar a.reTool .reSplitArrow:before {
    margin: 1px auto auto -4px;
}

.RadEditor_Mohegan4Skin .RadRibbonBar a.reTool.rrbSmallButton {
    width: 1.4285714286em;
    height: 1.4285714286em;
}

.RadEditor_Mohegan4Skin .RadRibbonBar a.reTool:first-child {
    border-radius: 0.2857142857em 0em 0em 0.2857142857em;
}

.RadEditor_Mohegan4Skin .RadRibbonBar a.reTool:last-child {
    border-radius: 0em 0.2857142857em 0.2857142857em 0em;
    border-width: 1px;
}

.RadEditor_Mohegan4Skin .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
    width: 2.2857142857em;
    height: 2.2857142857em;
}

.RadEditor_Mohegan4Skin .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
    font-size: 16px;
    vertical-align: top;
}

.RadEditor_Mohegan4Skin .RadRibbonBar .rrbMediumButton.reRibbonTool {
    height: 1.3928571429em;
}

.RadEditor_Mohegan4Skin .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
    margin-top: -0.7857142857em;
    height: 1.7857142857em;
}

.RadEditor_Mohegan4Skin .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
    vertical-align: text-top;
}

.RadEditor_Mohegan4Skin .RadRibbonBar .rrbLargeButton {
    width: inherit;
    height: 4.6428571429em;
}

.RadEditor_Mohegan4Skin .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
    height: 2.8571428571em;
}

.RadEditor_Mohegan4Skin .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
    font-size: 32px;
    vertical-align: text-top;
}

.RadEditor_Mohegan4Skin.rePopupContainer,
.RadEditor_Mohegan4Skin .rePopupTitle,
.RadEditor_Mohegan4Skin .reCommentInfoPanel,
.RadEditor_Mohegan4Skin .reCommentView,
.RadEditor_Mohegan4Skin .reCommentViewText,
.RadEditor_Mohegan4Skin .reCommentEdit {
    background-color: #fcfcfc;
    border-color: #dedede;
    background-image: linear-gradient(to bottom, #fefefe 0, #e6e6e6 100%);
}

.RadEditor_Mohegan4Skin .reToolBar {
    padding: 0;
    border: 0;
}

.RadEditor_Mohegan4Skin .reToolBar:after {
    display: inline-block;
    width: 1px;
    height: 2.4285714286em;
    margin: 0em 0.4285714286em 0em 0.2142857143em;
    background-color: #dedede;
    content: "";
    vertical-align: top;
}

.RadEditor_Mohegan4Skin .reToolBar:last-child:after {
    display: none;
}

.RadEditor_Mohegan4Skin .reToolBar li {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 0;
}

.RadEditor_Mohegan4Skin .reToolBar li:first-child,
.RadEditor_Mohegan4Skin .reToolBar .reToolLastItem {
    border-radius: 0.2857142857em 0em 0em 0.2857142857em;
    border-width: 1px 1px 1px 0;
}

.RadEditor_Mohegan4Skin .reToolBar li:first-child .reTool,
.RadEditor_Mohegan4Skin .reToolBar .reToolLastItem .reTool {
    border-radius: 0.2857142857em 0em 0em 0.2857142857em;
}

.RadEditor_Mohegan4Skin .reToolBar li:last-child,
.RadEditor_Mohegan4Skin .reToolBar li:last-child .reTool,
.RadEditor_Mohegan4Skin .reToolBar .reToolLastItem,
.RadEditor_Mohegan4Skin .reToolBar .reToolLastItem .reTool {
    border-radius: 0em 0.2857142857em 0.2857142857em 0em;
}

.RadEditor_Mohegan4Skin .reToolBar li:first-child:last-child,
.RadEditor_Mohegan4Skin .reToolBar li:first-child:last-child .reTool {
    border-radius: 0.2857142857em;
}

.RadEditor_Mohegan4Skin .reSeparator + li {
    border-left-width: 1px;
}

.RadEditor_Mohegan4Skin .reTool {
    width: 2.2857142857em;
    height: 2.2857142857em;
    line-height: 1.75em;
    background-color: #ffffff;
    border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadEditor_Mohegan4Skin .reTool {
        height: 2.25em;
        line-height: 2em;
    }
}

.RadEditor_Mohegan4Skin .reTool.reSplitButton {
    width: auto;
    min-width: 3.7142857143em;
}

.RadEditor_Mohegan4Skin .reTool .reSplitArrow {
    width: 1.0714285714em;
    margin: 0.3571428571em 0em 0em 0.5em;
}

.RadEditor_Mohegan4Skin .reTool:hover .reSplitArrow {
    border-left-color: transparent;
}

.RadEditor_Mohegan4Skin a.reToolIcon.reSplitButton:before {
    padding-left: 0;
    top: 0.5em;
    top: 0.6428571429em \9;
    margin: 0em 0em 0em 0.5em;
    margin: 0em 0em 0em 0.6428571429em \9;
}

.RadEditor_Mohegan4Skin _:-ms-fullscreen, .RadEditor_Mohegan4Skin a.reToolIcon.reSplitButton:before {
    top: 0.6428571429em;
    margin: 0em 0em 0em 0.7857142857em;
}

.RadEditor_Mohegan4Skin _:-ms-fullscreen, .RadEditor_Mohegan4Skin .reRow a.reToolIcon.reSplitButton:before {
    margin: 0em 0em 0em 0.7142857143em;
}

.RadEditor_Mohegan4Skin .rePopupButton,
.RadEditor_Mohegan4Skin .reCommentButton,
.RadEditor_Mohegan4Skin .reAjaxSpellButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadEditor_Mohegan4Skin .reTool:hover,
.RadEditor_Mohegan4Skin .reToolText:hover,
.RadEditor_Mohegan4Skin .reDropdown:hover,
.RadEditor_Mohegan4Skin.reAlignmentSelector td div:hover:before,
.RadEditor_Mohegan4Skin .rePopupButton:hover,
.RadEditor_Mohegan4Skin .reCommentButton:hover,
.RadEditor_Mohegan4Skin .reAjaxSpellButton:hover {
    background-color: #e6e6e6;
    border-color: transparent;
}

.RadEditor_Mohegan4Skin .reTool:active,
.RadEditor_Mohegan4Skin .reTool:focus,
.RadEditor_Mohegan4Skin .reToolText:active,
.RadEditor_Mohegan4Skin .reToolText:focus,
.RadEditor_Mohegan4Skin .reToolSelected,
.RadEditor_Mohegan4Skin .reToolSelected:hover,
.RadEditor_Mohegan4Skin .reDropdown:active,
.RadEditor_Mohegan4Skin .reDropdown:focus,
.RadEditor_Mohegan4Skin .rePopupButton:active,
.RadEditor_Mohegan4Skin .rePopupButton:focus,
.RadEditor_Mohegan4Skin .reCommentButton:active,
.RadEditor_Mohegan4Skin .reCommentButton:focus,
.RadEditor_Mohegan4Skin .reAjaxSpellButton:focus,
.RadEditor_Mohegan4Skin .reAjaxSpellButton:active {
    background-color: #e6e6e6;
    color: #333333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadEditor_Mohegan4Skin .reTool:before,
.RadEditor_Mohegan4Skin .reTool.reToolDisabled:hover:before,
.RadEditor_Mohegan4Skin .reTool.reToolDisabled:active:before,
.RadEditor_Mohegan4Skin .reTool.reToolDisabled:focus:before,
.RadEditor_Mohegan4Skin .reTool.reToolDisabled:hover .reSplitArrow:before,
.RadEditor_Mohegan4Skin .reTool.reToolDisabled:hover .reSplitArrow:hover:before,
.RadEditor_Mohegan4Skin .reToolText,
.RadEditor_Mohegan4Skin .reSplitArrow:before,
.RadEditor_Mohegan4Skin .reDropdown:before,
.RadEditor_Mohegan4Skin .reModes .reIcon:before,
.RadEditor_Mohegan4Skin .reCustomColor {
    color: #333333;
}

.RadEditor_Mohegan4Skin .reDOMElement {
    color: #428bca;
}

.RadEditor_Mohegan4Skin .reDOMElementSelected {
    color: #3071a9;
}

.RadEditor_Mohegan4Skin .reTool:hover:before,
.RadEditor_Mohegan4Skin .reTool:active:before,
.RadEditor_Mohegan4Skin .reTool:focus:before,
.RadEditor_Mohegan4Skin .reToolSelected:before,
.RadEditor_Mohegan4Skin .reTool:hover .reSplitArrow:hover:before,
.RadEditor_Mohegan4Skin .reTool:hover .reSplitArrow:active:before,
.RadEditor_Mohegan4Skin .reTool:hover .reSplitArrow:focus:before,
.RadEditor_Mohegan4Skin .reDropdown:hover,
.RadEditor_Mohegan4Skin .reDropdown:hover:before,
.RadEditor_Mohegan4Skin .reDropdown:active,
.RadEditor_Mohegan4Skin .reDropdown:active:before,
.RadEditor_Mohegan4Skin .reDropdown:focus,
.RadEditor_Mohegan4Skin .reDropdown:focus:before,
.RadEditor_Mohegan4Skin .reModes a:hover,
.RadEditor_Mohegan4Skin .reModes a:hover .reIcon:before,
.RadEditor_Mohegan4Skin .reModes a:active,
.RadEditor_Mohegan4Skin .reModes a:focus,
.RadEditor_Mohegan4Skin .reModes a:active .reIcon:before,
.RadEditor_Mohegan4Skin .reModes a:focus .reIcon:before,
.RadEditor_Mohegan4Skin .reModes .reSelectedMode,
.RadEditor_Mohegan4Skin .reModes .reSelectedMode .reIcon:before,
.RadEditor_Mohegan4Skin.reAlignmentSelector td div:hover:before,
.RadEditor_Mohegan4Skin .rePopupButton:hover,
.RadEditor_Mohegan4Skin .reCommentButton:hover,
.RadEditor_Mohegan4Skin .rePopupButton:active,
.RadEditor_Mohegan4Skin .rePopupButton:focus,
.RadEditor_Mohegan4Skin .reCommentButton:active,
.RadEditor_Mohegan4Skin .reCommentButton:focus,
.RadEditor_Mohegan4Skin .reSpinBoxButtons span:hover:before,
.RadEditor_Mohegan4Skin .reAjaxSpellButton:hover {
    color: #333333;
}

.RadEditor_Mohegan4Skin li.reSeparator {
    border-right-color: transparent;
    border-left-color: transparent;
    border-color: transparent;
    width: 0.2857142857em;
    max-width: 0.2857142857em;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft li.reSeparator,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight li.reSeparator {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-color: transparent;
    display: none;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft {
    left: 0.2142857143em;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperRight {
    right: 0.5714285714em;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reToolBar li,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reToolBar li {
    border-width: 1px 1px 0 1px;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reToolBar li:first-child,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reToolBar li:first-child,
.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reToolBar .reSeparator + li,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reToolBar .reSeparator + li {
    border-width: 1px 1px 0 1px;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reToolBar li:first-child,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reToolBar li:first-child,
.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reToolBar li:first-child .reTool,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reToolBar li:first-child .reTool {
    border-radius: 0.2857142857em 0.2857142857em 0em 0em;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reToolBar li:last-child,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reToolBar li:last-child {
    border-width: 1px;
    border-radius: 0em 0em 0.2857142857em 0.2857142857em;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reToolBar li:last-child .reTool,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reToolBar li:last-child .reTool,
.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reToolBar li:last-child .reDropdown,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reToolBar li:last-child .reDropdown {
    border-radius: 0em 0em 0.2857142857em 0.2857142857em;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reTool,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reTool {
    min-width: 3.1428571429em;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reDropdown,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reDropdown {
    min-width: 3em;
    padding: 0.3571428571em 0em;
}

.RadEditor_Mohegan4Skin _:-ms-fullscreen, :root .RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reDropdown,
.RadEditor_Mohegan4Skin _:-ms-fullscreen, :root .RadEditor_Mohegan4Skin .reToolBarWrapperRight .reDropdown {
    padding: 0.3571428571em 0em;
}

.RadEditor_Mohegan4Skin .reToolBarWrapperLeft .reToolIcon:before,
.RadEditor_Mohegan4Skin .reToolBarWrapperRight .reToolIcon:before {
    margin: auto;
}

.RadEditor_Mohegan4Skin .reContent {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0.2857142857em;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.RadEditor_Mohegan4Skin .reTableDiv .reModule,
.RadEditor_Mohegan4Skin .reTableDiv .reRow {
    border-top-color: #dedede;
}

.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:hover,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:active,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:focus,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:before,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:hover:before,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:active:before,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:focus:before,
.RadEditor_Mohegan4Skin.reInsertTable .reTableWizard.reTool:hover:before {
    color: #333333;
}

.RadEditor_Mohegan4Skin .reDropdown,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:hover,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:active,
.RadEditor_Mohegan4Skin .reDropdown.reToolDisabled:focus {
    background-color: #ffffff;
    border-color: transparent;
    color: #333333;
    margin: 0;
}

.RadEditor_Mohegan4Skin .reToolBar li:first-child .reDropdown {
    border-radius: 0.2857142857em 0em 0em 0.2857142857em;
}

.RadEditor_Mohegan4Skin .reToolBar .reDropdown:last-child {
    border-radius: 0em 0.2857142857em 0.2857142857em 0em;
}

.RadEditor_Mohegan4Skin .reRemoveDOMElement,
.RadEditor_Mohegan4Skin .reRemoveDOMElement:before {
    color: red;
}

.RadEditor_Mohegan4Skin .reRemoveDOMElement:before {
    top: -0.0714285714em;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reAjaxSpellCheck input[type="text"],
.RadEditor_Mohegan4Skin .reTableDiv input[type="text"] {
    min-height: 2.4285714286em;
    padding: 0.4285714286em 0.8571428571em;
    border-radius: 0.2857142857em;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reAjaxSpellCheck input[type="text"]:hover,
.RadEditor_Mohegan4Skin .reTableDiv input[type="text"]:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reAjaxSpellCheck input[type="text"]:focus,
.RadEditor_Mohegan4Skin .reTableDiv input[type="text"]:focus {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reAjaxSpellCheck input[type="text"]:active,
.RadEditor_Mohegan4Skin .reTableDiv input[type="text"]:active {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
}

.RadEditor_Mohegan4Skin .reResize:before {
    margin: 0.45em 0 0 -0.3em;
}

.RadEditor_Mohegan4Skin.reToolBarLeft .reResize:before,
.RadEditor_Mohegan4Skin.reToolBarRight .reResize:before {
    margin: -.45em 0 0;
}

.RadEditor_Mohegan4Skin.reInlineEditor:hover {
    border-color: #dedede;
}

.RadEditor_Mohegan4Skin.RadWindow, .RadEditor_Mohegan4Skin.RadWindow.reInlineEditor:hover {
    border-color: #dadada;
}

.RadEditor_Mohegan4Skin.reInlineEditorSelected, .RadEditor_Mohegan4Skin.reInlineEditorSelected:hover {
    border-color: #dedede;
}

.RadEditor_Mohegan4Skin.RadWindow,
.RadEditor_Mohegan4Skin.RadWindow .rwContent {
    background-color: #fcfcfc;
}

.RadEditor_Mohegan4Skin.reInsertTable td {
    border-color: #dedede;
}

.RadEditor_Mohegan4Skin .reFormatSetsHeader,
.RadEditor_Mohegan4Skin.reInsertTable .reItemOver {
    background-color: #004fff;
    color: #333333;
}

.RadEditor_Mohegan4Skin .reModes a {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    width: 7.1428571429em;
    height: 2.4285714286em;
    line-height: 2.5em;
    border-radius: 0.2857142857em;
    margin-right: 0.7142857143em;
}

.RadEditor_Mohegan4Skin .reModes a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadEditor_Mohegan4Skin .reModes a:active,
.RadEditor_Mohegan4Skin .reModes a:focus,
.RadEditor_Mohegan4Skin .reModes .reSelectedMode,
.RadEditor_Mohegan4Skin .reModes .reSelectedMode:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    color: #333333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadEditor_Mohegan4Skin .reModes a .reIcon:before {
    margin: 0.15em 0 0 0.33333em;
}

.RadEditor_Mohegan4Skin .reDropdown {
    min-width: 3.2142857143em;
    padding: 0.3571428571em 0.7142857143em 0.3571428571em 0.3571428571em;
    padding: 0.3571428571em 0.7142857143em 0.3571428571em 0.3571428571em \9;
}

.RadEditor_Mohegan4Skin .reDropdown:before {
    right: -0.3571428571em;
}

.RadEditor_Mohegan4Skin.reDropDownBody,
.RadEditor_Mohegan4Skin.reDropDownBody .RadEditor_Mohegan4Skin {
    background-color: #ffffff;
}

.RadEditor_Mohegan4Skin.reDropDownBody li {
    padding: 0.2857142857em 0.3571428571em 0.2857142857em;
    border-color: #cccccc;
}

.RadEditor_Mohegan4Skin.reDropDownBody li:hover,
.RadEditor_Mohegan4Skin.reDropDownBody li:hover .reTool {
    background-color: #004fff;
    border-color: #adadad;
}

.RadEditor_Mohegan4Skin.reDropDownBody .reToolBar li {
    border: 0;
    border-radius: 0;
}

.RadEditor_Mohegan4Skin.reDropDownBody .reToolBar .reTool {
    height: 1.2142857143em;
    line-height: 1.2142857143em;
}

.RadEditor_Mohegan4Skin.reDropDownBody .reToolBar .reToolIcon:before {
    display: inline-block;
    margin-top: -0.2142857143em;
    vertical-align: top;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reColorPicker {
    width: 19.6428571429em !important;
    height: 17.5em !important;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reColorPicker li {
    padding: 0;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reColorPicker li,
.RadEditor_Mohegan4Skin.reDropDownBody.reColorPicker li div {
    width: 1.4285714286em;
    height: 1.4285714286em;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reColorPicker li.reClear {
    width: 0;
    height: 0;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reInsertTable {
    width: 11.4285714286em !important;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reInsertTable .reToolBar .reTool {
    width: 1.7em;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reInsertTable li:hover,
.RadEditor_Mohegan4Skin.reDropDownBody.reInsertTable li .reTool,
.RadEditor_Mohegan4Skin.reDropDownBody.reInsertTable li:hover .reTool {
    background-color: transparent;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reInsertTable li:hover {
    opacity: .7;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reAlignmentSelector {
    width: 7.5em !important;
}

.RadEditor_Mohegan4Skin.reDropDownBody.reInsertSymbol {
    width: 11.7857142857em !important;
}

.RadEditor_Mohegan4Skin .reStatistic {
    color: #999999;
}

.RadEditor_Mohegan4Skin .reModule .reRow {
    height: 2.5714285714em;
}

.RadEditor_Mohegan4Skin .reRow .reLabel + span,
.RadEditor_Mohegan4Skin .reRow .reLabel + .reTool,
.RadEditor_Mohegan4Skin .reRow .reLabel + .reDropdown {
    margin: 0em 1.4285714286em 0em 0.7142857143em;
}

.RadEditor_Mohegan4Skin .reRow .reSplitButton {
    position: relative;
    width: 4.7857142857em;
    height: 2.4285714286em;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0.2857142857em;
}

.RadEditor_Mohegan4Skin .reRow .reSplitButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadEditor_Mohegan4Skin .reRow .reSplitButton:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    color: #333333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadEditor_Mohegan4Skin .reRow .reSplitButton .reSplitArrow {
    position: absolute;
    width: 2.3571428571em;
    height: 2.2857142857em;
    margin: 0;
    right: 0;
    border-left: 1px solid #cccccc;
    border-radius: 0em 0.2857142857em 0.2857142857em 0em;
}

.RadEditor_Mohegan4Skin .reRow .reSplitButton .reSplitArrow:before {
    margin: 0.2857142857em 0em 0em -0.0714285714em;
}

.RadEditor_Mohegan4Skin .reRow .reSpinBox {
    width: 6.0714285714em;
}

.RadEditor_Mohegan4Skin .reRow .reSpinBox input[type="text"] {
    width: 6.0714285714em;
    height: 2.4285714286em;
    border-radius: 0.2857142857em;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 0.08333em 2.5em 0.08333em 0.08333em;
}

.RadEditor_Mohegan4Skin .reRow .reSpinBox input[type="text"]:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadEditor_Mohegan4Skin .reRow .reSpinBox input[type="text"]:focus {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.RadEditor_Mohegan4Skin .reRow .reSpinBox .reSpinBoxButtons {
    width: 2.3571428571em;
    height: 2.3571428571em;
    border-left: 1px solid #cccccc;
}

.RadEditor_Mohegan4Skin .reSpinBoxButtons span {
    right: 0.0714285714em;
    border-radius: 0;
    width: 2.1428571429em;
    height: 1.0714285714em;
}

.RadEditor_Mohegan4Skin .reSpinBoxButtons span:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadEditor_Mohegan4Skin .reSpinBoxButtons span:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadEditor_Mohegan4Skin .reSpinBoxButtons .reSpinBoxIncrease {
    top: 0.0714285714em;
}

.RadEditor_Mohegan4Skin .reSpinBoxButtons .reSpinBoxDecrease {
    bottom: 0;
}

.RadEditor_Mohegan4Skin .reRow.reAltRow {
    line-height: 2.2142857143em;
}

.RadEditor_Mohegan4Skin .reRow .reSetCellProperties {
    border-radius: 0.2857142857em;
    border: 1px solid #cccccc;
}

.RadEditor_Mohegan4Skin .reRow .reclassName,
.RadEditor_Mohegan4Skin .reRow .retarget,
.RadEditor_Mohegan4Skin .reRow .reTool {
    border-radius: 0.2857142857em;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadEditor_Mohegan4Skin .reRow .reclassName:hover,
.RadEditor_Mohegan4Skin .reRow .retarget:hover,
.RadEditor_Mohegan4Skin .reRow .reTool:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadEditor_Mohegan4Skin .reRow .reclassName:focus,
.RadEditor_Mohegan4Skin .reRow .retarget:focus,
.RadEditor_Mohegan4Skin .reRow .reTool:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
}

.RadEditor_Mohegan4Skin .reRow .reclassName:active,
.RadEditor_Mohegan4Skin .reRow .reclassName:focus,
.RadEditor_Mohegan4Skin .reRow .retarget:active,
.RadEditor_Mohegan4Skin .reRow .retarget:focus,
.RadEditor_Mohegan4Skin .reRow .reTool:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    color: #333333;
}

.RadEditor_Mohegan4Skin .reRow .reclassName,
.RadEditor_Mohegan4Skin .reRow .retarget {
    line-height: 1.428571429;
    padding: 6px 12px;
}

.RadEditor_Mohegan4Skin .reRow .reToolIcon.reDropdown:before {
    margin-left: 0.5em \9;
}

.RadEditor_Mohegan4Skin _:-ms-fullscreen, :root .RadEditor_Mohegan4Skin .reRow .reToolIcon.reDropdown:before {
    margin-left: 0.5em;
}

.RadEditor_Mohegan4Skin .reBottomZone .reToolBar li {
    border: 0;
}

.RadEditor_Mohegan4Skin .reBottomZone .reToolBar .reTool {
    width: 2.4285714286em;
    height: 2.4285714286em;
    border-radius: 0;
    border-width: 1px 1px 1px 0;
}

.RadEditor_Mohegan4Skin .reBottomZone .reTool.reSplitButton {
    width: 4.78571em;
}

.RadEditor_Mohegan4Skin .reBottomZone .reToolBar li:first-child .reTool,
.RadEditor_Mohegan4Skin .reBottomZone .reToolBar .reSeparator + li .reTool {
    border-width: 1px;
}

.RadEditor_Mohegan4Skin .reTool.reToolText {
    line-height: 2.4285714286em;
}

.RadEditor_Mohegan4Skin .reToolIcon.reTool.reToolText:before {
    margin: 0.1428571429em 0.2142857143em 0em 0em;
    vertical-align: initial;
}

.RadEditor_Mohegan4Skin .reTool.reToolIcon.reSplitButton.reToolText:before {
    margin: 0em 0.2142857143em;
    vertical-align: top;
}

.RadEditor_Mohegan4Skin.reRtl .reToolBar.RadEditor_Mohegan4Skin li {
    border-width: 1px 0 1px 1px;
}

.RadEditor_Mohegan4Skin.reRtl .reToolBar.RadEditor_Mohegan4Skin li:first-child,
.RadEditor_Mohegan4Skin.reRtl .reToolBar.RadEditor_Mohegan4Skin li:first-child .reTool {
    border-radius: 0em 0.2857142857em 0.2857142857em 0em;
}

.RadEditor_Mohegan4Skin.reRtl .reToolBar.RadEditor_Mohegan4Skin li:last-child,
.RadEditor_Mohegan4Skin.reRtl .reToolBar.RadEditor_Mohegan4Skin .reToolLastItem,
.RadEditor_Mohegan4Skin.reRtl .reToolBar.RadEditor_Mohegan4Skin li:last-child .reTool,
.RadEditor_Mohegan4Skin.reRtl .reToolBar.RadEditor_Mohegan4Skin .reToolLastItem .reTool {
    border-radius: 0.2857142857em 0em 0em 0.2857142857em;
}

.RadEditor_Mohegan4Skin.reRtl .reToolBar.RadEditor_Mohegan4Skin li:first-child,
.RadEditor_Mohegan4Skin.reRtl .reToolBar.RadEditor_Mohegan4Skin .reSeparator + li {
    border-width: 1px;
}

.RadEditor_Mohegan4Skin.reRtl .reToolBar:after {
    margin: 0em 0.2142857143em 0em 0.4285714286em;
}

.RadEditor_Mohegan4Skin.reRtl .reToolBar li:first-child .reDropdown {
    border-radius: 0em 0.2857142857em 0.2857142857em 0em;
}

.RadEditor_Mohegan4Skin.reRtl .reToolBar .reDropdown:last-child {
    border-radius: 0.2857142857em 0em 0em 0.2857142857em;
}

.RadEditor_Mohegan4Skin.reRtl .reDropdown {
    padding: 5px 12px;
}

.RadEditor_Mohegan4Skin.reRtl .reDropdown:before {
    right: auto;
    left: -0.3571428571em;
}

.RadEditor_Mohegan4Skin.reRtl .reTool .reSplitArrow {
    margin: 0.3571428571em 0.1428571429em 0em 0em;
}

.RadEditor_Mohegan4Skin.reRtl .reTool:hover .reSplitArrow {
    border-right-color: transparent;
}

.RadEditor_Mohegan4Skin.reRtl .reSplitArrow:before {
    left: -0.2142857143em;
    margin: 0em -0.3571428571em 0em 0em;
}

.RadEditor_Mohegan4Skin.reRtl a.reToolIcon.reSplitButton:before {
    padding-right: 0;
    margin: 0em 0.5em 0em 0em;
    margin: 0em 0.6428571429em 0em 0em \9;
}

.RadEditor_Mohegan4Skin.reRtl _:-ms-fullscreen, .RadEditor_Mohegan4Skin.reRtl a.reToolIcon.reSplitButton:before {
    margin: 0em 0.7857142857em 0em 0em;
}

.RadEditor_Mohegan4Skin.reRtl _:-ms-fullscreen, .RadEditor_Mohegan4Skin.reRtl .reRow a.reToolIcon.reSplitButton:before {
    margin: 0em 0.7142857143em 0em 0em;
}

.RadEditor_Mohegan4Skin.reRtl .reModule.reStatistic {
    top: 0.3571428571em;
}

.RadEditor_Mohegan4Skin.reRtl .reRow .reSpinBoxButtons span {
    width: 1em;
}

.RadEditor_Mohegan4Skin.reRtl .reRow .reDropdown:before {
    margin-left: 0;
}

.RadEditor_Mohegan4Skin.reRtl .reRow .reSpinBox .reSpinBoxButtons {
    width: 1.1em;
    border-radius: 0.2142857143em 0em 0em 0.2142857143em;
    border-left: 0;
    left: 2px;
}

.RadEditor_Mohegan4Skin.reRtl .reRow .reSpinBoxButtons .reSpinBoxIncrease {
    top: 0;
    border-radius: 0.2142857143em 0em 0em;
}

.RadEditor_Mohegan4Skin.reRtl .reRow .reSpinBoxButtons .reSpinBoxDecrease {
    border-radius: 0em 0em 0em 0.2142857143em;
}

.RadEditor_Mohegan4Skin.reRtl .reRow .reTool .reSplitArrow {
    margin: 0 0.142857em 0 0;
    border-left: 0;
    border-right: 1px solid #cccccc;
    border-radius: 0;
    right: auto;
    left: 0;
}

.RadEditor_Mohegan4Skin.reRtl .reRow .reTool .reSplitArrow:before {
    left: 0.2857142857em;
}

.reToolBar.RadEditor_Mohegan4Skin {
    background-color: transparent;
    border-color: transparent;
}

.reToolBar.RadEditor_Mohegan4Skin li {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 0;
}

.reToolBar.RadEditor_Mohegan4Skin .reSeparator {
    border-color: transparent;
}

.reToolBar.RadEditor_Mohegan4Skin li:first-child,
.reToolBar.RadEditor_Mohegan4Skin li:first-child .reTool {
    border-radius: 0.2857142857em 0em 0em 0.2857142857em;
}

.reToolBar.RadEditor_Mohegan4Skin li:last-child,
.reToolBar.RadEditor_Mohegan4Skin .reToolLastItem,
.reToolBar.RadEditor_Mohegan4Skin li:last-child .reTool,
.reToolBar.RadEditor_Mohegan4Skin .reToolLastItem .reTool {
    border-radius: 0em 0.2857142857em 0.2857142857em 0em;
}

.reToolBar.RadEditor_Mohegan4Skin li:first-child,
.reToolBar.RadEditor_Mohegan4Skin .reSeparator + li {
    border-width: 1px;
}

.reTool .reNoAlignment {
    color: #333333;
}

.RadImageEditor_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadImageEditor_Mohegan4Skin.rieDialogs .riePrintContent,
.RadImageEditor_Mohegan4Skin .rieHighlightVertical,
.RadImageEditor_Mohegan4Skin .rieHighlightHorizontal,
.RadDock_Mohegan4Skin.rieDialogs .rieActiveThumbsLink,
.RadDock_Mohegan4Skin.rieDialogs .rieThumbsLink:hover,
.RadDock_Mohegan4Skin.rieDialogs .riePrintContent,
.RadDock_Mohegan4Skin.rieDialogs .riePrintContent img {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadImageEditor_Mohegan4Skin .rieContentArea,
.RadDock_Mohegan4Skin.rieDialogs .rieThumbsBottomRow td,
.RadDock_Mohegan4Skin.rieDialogs .rieDialogsThumbsLeft,
.RadDock_Mohegan4Skin.rieDialogs .rieThumbsLink {
    border-color: #dedede;
}

.rieRotateTable .rbHovered .rbIcon:before,
.rieResizeButtons .rbHovered .rbIcon:before {
    color: #184ca1;
}

.rieBottomCell {
    border-color: #dedede;
}

.RadAutoCompleteBox_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadAutoCompleteBox_Mohegan4Skin .racTokenList {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 4px 27px 4px 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.RadAutoCompleteBox_Mohegan4Skin .racToken {
    border-radius: 4px;
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadAutoCompleteBox_Mohegan4Skin .racTokenList.racHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadAutoCompleteBox_Mohegan4Skin .racToken.racHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadAutoCompleteBox_Mohegan4Skin .racTokenList.racFocused {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(242, 37, 37, 0.6);
}

.RadAutoCompleteBox_Mohegan4Skin .racToken.racFocused {
    outline: 1px dotted #ffffff;
    outline-offset: -2px;
}

.RadAutoCompleteBox_Mohegan4Skin .racToken.racSelected {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadAutoCompleteBox_Mohegan4Skin .p-i-loading {
    right: 5px;
    bottom: 5px;
    background-image: url(" ");
}

.RadAutoCompleteBoxPopup_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 3px;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadAutoCompleteBoxPopup_Mohegan4Skin .racList {
    padding: 5px 0;
}

.RadAutoCompleteBoxPopup_Mohegan4Skin .racItem {
    padding: 3px 12px;
}

.RadAutoCompleteBoxPopup_Mohegan4Skin .racItemHovered {
    color: #ffffff;
    background-color: #004fff;
}

.RadAutoCompleteBoxPopup_Mohegan4Skin .racFocused {
    box-shadow: inset 0 0 5px #c00b0b;
}

.RadAutoCompleteBoxPopup_Mohegan4Skin .racItemSelected {
    color: #ffffff;
    background-color: #f00e0e;
}

.RadMultiColumnComboBox_Mohegan4Skin .k-icon.k-i-loading {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.RadMultiColumnComboBox_Mohegan4Skin .k-i-loading {
    background-image: url(" ");
}

.RadMultiColumnComboBox_Mohegan4Skin .k-input {
    padding: 4px 10px;
}

.RadMultiColumnComboBox_Mohegan4Skin .k-dropdown-wrap {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-radius: 4px;
}

.RadMultiColumnComboBox_Mohegan4Skin .k-select {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0 4px 4px 0;
}

.RadMultiColumnComboBox_Mohegan4Skin > :hover,
.RadMultiColumnComboBox_Mohegan4Skin .k-state-hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadMultiColumnComboBox_Mohegan4Skin > :hover .k-select,
.RadMultiColumnComboBox_Mohegan4Skin .k-state-hover .k-select {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMultiColumnComboBox_Mohegan4Skin .k-state-focused {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
}

.RadMultiColumnComboBox_Mohegan4Skin .k-state-active {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
}

.RadMultiColumnComboBox_Mohegan4Skin .k-state-active .k-select {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMultiColumnComboBox_Mohegan4Skin_rtl .k-select {
    border-radius: 4px 0 0 4px;
    border-width: 0 1px 0 0;
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-header {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-footer {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-group-header {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-item:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.04);
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-cell {
    border-color: #dedede;
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-item.k-state-hover {
    border-color: #dedede;
    color: #333333;
    background-color: #ededed;
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-item.k-state-selected {
    border-color: #dedede;
    color: #333333;
    background-color: rgba(240, 14, 14, 0.25);
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-group-cell span {
    background-color: #333333;
    color: #ffffff;
}

.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-grid-list > .k-item.k-last > .k-cell,
.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-grid-list > .k-item.k-last > .k-group-cell,
.RadMultiColumnComboBoxDropDown_Mohegan4Skin .k-grid-list > .k-item.k-last > .k-spacer-cell {
    border-bottom-color: #333333;
}

.RadMultiSelect_Mohegan4Skin {
    background-color: transparent;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap > .k-readonly {
    opacity: .6;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li .k-icon {
    opacity: .6;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li .k-icon:hover {
    opacity: 1;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li.k-button {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li:hover, .RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li.k-state-hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li.k-button:active, .RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li.k-button.k-state-active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li:focus, .RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li:focus .k-icon, .RadMultiSelect_Mohegan4Skin .k-multiselect-wrap li.k-state-focused .k-icon {
    opacity: 1;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap .k-icon.k-i-loading {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap .k-i-loading {
    background-image: url(" ");
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap:hover, .RadMultiSelect_Mohegan4Skin .k-multiselect-wrap.k-state-hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadMultiSelect_Mohegan4Skin .k-multiselect-wrap.k-invalid, .RadMultiSelect_Mohegan4Skin .k-multiselect-wrap.k-invalid:hover, .RadMultiSelect_Mohegan4Skin .k-multiselect-wrap.k-state-invalid {
    color: #d9534f;
    border-color: #d9534f;
}

.RadMultiSelect_Mohegan4Skin.k-state-focused > .k-multiselect-wrap {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(60, 135, 200, 0.6);
}

.RadMultiSelectDropDown_Mohegan4Skin.k-popup {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.RadMultiSelectDropDown_Mohegan4Skin.k-popup > kendo-list > .k-first {
    border-bottom: 1px solid #dedede;
}

.RadMultiSelectDropDown_Mohegan4Skin.k-popup > .k-group-header,
.RadMultiSelectDropDown_Mohegan4Skin.k-popup .k-outer-group-header.k-first,
.RadMultiSelectDropDown_Mohegan4Skin.k-popup > .k-virtual-wrap > .k-group-header {
    color: #333333;
    border-bottom-color: #dedede;
}

.RadMultiSelectDropDown_Mohegan4Skin.k-popup .k-outer-group-header {
    border-bottom-color: #dedede;
}

.RadMultiSelectDropDown_Mohegan4Skin.k-popup .k-list .k-item > .k-group {
    color: #ffffff;
    background: #333333;
}

.RadMultiSelectDropDown_Mohegan4Skin.k-popup .k-list .k-item > .k-group::before {
    border-color: #333333 #333333 transparent transparent;
}

.RadMultiSelectDropDown_Mohegan4Skin_rtl.k-popup .k-list .k-item > .k-group::before {
    border-color: #333333 transparent transparent #333333;
}

.RadMultiSelectDropDown_Mohegan4Skin .k-group-header + div > .k-list > .k-item.k-first::before {
    border-color: #dedede;
}

.RadMultiSelectDropDown_Mohegan4Skin .k-list > .k-outer-group-header {
    color: #333333;
    border-color: #dedede;
}

.RadMultiSelectDropDown_Mohegan4Skin.k-popup > .k-colorpalette,
.RadMultiSelectDropDown_Mohegan4Skin.k-popup > .k-flatcolorpicker {
    background: transparent;
}

.RadMultiSelectDropDown_Mohegan4Skin.k-popup > .k-colorpalette:only-child,
.RadMultiSelectDropDown_Mohegan4Skin.k-popup > .k-flatcolorpicker:only-child {
    background: #f5f5f5;
}

.RadMultiSelectDropDown_Mohegan4Skin .k-list .k-item,
.RadMultiSelectDropDown_Mohegan4Skin .k-list-optionlabel {
    transition-property: color, background-color, outline-color, box-shadow;
    transition-duration: 200ms;
    transition-timing-function: ease;
}

.RadMultiSelectDropDown_Mohegan4Skin .k-list .k-item:hover,
.RadMultiSelectDropDown_Mohegan4Skin .k-list .k-item.k-state-hover,
.RadMultiSelectDropDown_Mohegan4Skin .k-list-optionlabel:hover,
.RadMultiSelectDropDown_Mohegan4Skin .k-list-optionlabel.k-state-hover {
    color: #ffffff;
    background-color: #004fff;
}

.RadMultiSelectDropDown_Mohegan4Skin .k-list .k-item:hover.k-state-selected,
.RadMultiSelectDropDown_Mohegan4Skin .k-list .k-item.k-state-hover.k-state-selected,
.RadMultiSelectDropDown_Mohegan4Skin .k-list-optionlabel:hover.k-state-selected,
.RadMultiSelectDropDown_Mohegan4Skin .k-list-optionlabel.k-state-hover.k-state-selected {
    color: #ffffff;
    background-color: #780707;
}

.RadMultiSelectDropDown_Mohegan4Skin .k-list .k-item:focus,
.RadMultiSelectDropDown_Mohegan4Skin .k-list .k-item.k-state-focused,
.RadMultiSelectDropDown_Mohegan4Skin .k-list-optionlabel:focus,
.RadMultiSelectDropDown_Mohegan4Skin .k-list-optionlabel.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadMultiSelectDropDown_Mohegan4Skin .k-list .k-item.k-state-selected,
.RadMultiSelectDropDown_Mohegan4Skin .k-list-optionlabel.k-state-selected {
    color: #ffffff;
    background-color: #f00e0e;
}

.RadMultiSelectDropDown_Mohegan4Skin .k-list-container .k-nodata {
    color: rgba(51, 51, 51, 0.5);
}

.RadComboBox_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadComboBox_Mohegan4Skin .rcbInner {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.RadComboBox_Mohegan4Skin .rcbActionButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 0 4px 4px 0;
}

.RadComboBox_Mohegan4Skin .rcbLabel {
    padding-top: 7px;
}

.RadComboBox_Mohegan4Skin .rcbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadComboBox_Mohegan4Skin .rcbHovered .rcbActionButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadComboBox_Mohegan4Skin .rcbExpanded {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadComboBox_Mohegan4Skin .rcbExpanded .rcbActionButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadComboBox_Mohegan4Skin .rcbFocused {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.RadComboBox_Mohegan4Skin .rcbFocused .rcbActionButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    border-color: #f22525;
    box-shadow: inset -2px 2px 3px rgba(0, 0, 0, 0.08);
}

.RadComboBox_Mohegan4Skin .rcbReadOnly {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    box-shadow: none;
}

.RadComboBox_Mohegan4Skin .rcbReadOnly.rcbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadComboBox_Mohegan4Skin .rcbReadOnly.rcbExpanded, .RadComboBox_Mohegan4Skin .rcbReadOnly.rcbFocused {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    border-color: #cccccc;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.08);
}

.RadComboBox_Mohegan4Skin_rtl .rcbActionButton {
    border-radius: 4px 0 0 4px;
}

.RadComboBox_Mohegan4Skin_rtl .rcbFocused .rcbActionButton {
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.08);
}

.RadComboBoxDropDown_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    margin-top: 2px;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    overflow: hidden;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbScroll {
    padding: 5px 0;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbHeader {
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbFooter {
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbItem {
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbItem label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbSeparator {
    color: #333333;
    background-color: whitesmoke;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbHovered {
    color: #ffffff;
    background-color: #004fff;
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbHovered label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbSelected {
    color: #ffffff;
    background-color: #f00e0e;
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbSelected label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbDisabled {
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbDisabled label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbLoading {
    color: #ffffff;
    background-color: #004fff;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbItem em {
    color: #ffffff;
    background-color: #004fff;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbCheckAllItems,
.RadComboBoxDropDown_Mohegan4Skin .rcbCheckAllItemsHovered {
    margin: 0;
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbCheckAllItems label,
.RadComboBoxDropDown_Mohegan4Skin .rcbCheckAllItemsHovered label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_Mohegan4Skin .rcbCheckAllItemsHovered {
    color: #ffffff;
    background-color: #004fff;
}

.RadDropDownList_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadDropDownList_Mohegan4Skin .rddlInner {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.RadDropDownList_Mohegan4Skin .rddlSelect {
    padding-top: 6px;
    padding-bottom: 6px;
}

.RadDropDownList_Mohegan4Skin .rddlHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadDropDownList_Mohegan4Skin .rddlFocused {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08) inset;
}

.rddlPopup_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    margin-top: 2px;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rddlPopup_Mohegan4Skin .rddlList {
    padding: 5px 0;
    box-sizing: border-box;
}

.rddlPopup_Mohegan4Skin .rddlItem {
    padding: 3px 12px;
}

.rddlPopup_Mohegan4Skin .rddlItemHovered, .rddlPopup_Mohegan4Skin .rddlItemLoading {
    color: #ffffff;
    background-color: #004fff;
}

.rddlPopup_Mohegan4Skin .rddlItemSelected {
    color: #ffffff;
    background-color: #f00e0e;
}

.RadDropDownTree_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadDropDownTree_Mohegan4Skin .rddtInner {
    padding: 6px 32px 6px 12px;
    border-radius: 4px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadDropDownTree_Mohegan4Skin .rddtExtraPadding {
    padding-right: 52px;
}

.RadDropDownTree_Mohegan4Skin .rddtClearButton {
    right: 29px;
}

.RadDropDownTree_Mohegan4Skin .rddtIcon {
    right: 8px;
}

.RadDropDownTree_Mohegan4Skin .rddtHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadDropDownTree_Mohegan4Skin .rddtFocused {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.08);
}

.rddtPopup_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    margin-top: 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.rddtPopup_Mohegan4Skin .rddtFilter {
    margin: 0;
    border-radius: 3px 3px 0 0;
    background-color: whitesmoke;
}

.rddtPopup_Mohegan4Skin .rddtFilterInput {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.rddtPopup_Mohegan4Skin .RadTreeView em {
    color: #ffffff;
    background-color: #004fff;
}

.rddtPopup_Mohegan4Skin .rddtFilterInput.rddtHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.rddtPopup_Mohegan4Skin .rddtFilterInput.rddtFocused {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.RadInput_Mohegan4Skin,
.RadInputMgr_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.t-ie .RadInput_Mohegan4Skin, .t-ie
.RadInputMgr_Mohegan4Skin {
    height: 34px;
    height: calc(1.4285714286em + 14px);
}

.RadInput_Mohegan4Skin .riTextBox,
.RadInput_Mohegan4Skin .riSelect,
.RadInput_Mohegan4Skin .rcSelect,
.RadInputMgr_Mohegan4Skin {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_Mohegan4Skin .riEmpty,
.RadInput_Empty_Mohegan4Skin {
    color: rgba(51, 51, 51, 0.8);
}

.RadInput_Mohegan4Skin.RadInputHovered .riTextBox,
.RadInput_Mohegan4Skin.RadInputHovered .riSelect,
.RadInput_Mohegan4Skin.RadInputHovered .rcSelect,
.RadInput_Hover_Default {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_Mohegan4Skin.RadInputFocused .riTextBox,
.RadInput_Mohegan4Skin.RadInputFocused .riContentWrapper,
.RadPicker_Mohegan4Skin .RadInputFocused,
.RadInput_Focused_Mohegan4Skin {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.RadInput_Mohegan4Skin.RadInputFocused .riTextBox,
.RadInput_Mohegan4Skin.RadInputFocused .riSelect,
.RadInput_Mohegan4Skin.RadInputFocused .rcSelect,
.RadInput_Focused_Mohegan4Skin {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_Mohegan4Skin .riTextBox,
.RadInputMgr_Mohegan4Skin {
    padding: 6px 12px;
    border-radius: 4px;
}

.RadInput_Mohegan4Skin .rcSelect {
    border-radius: 0 4px 4px 0;
}

.RadInput_Mohegan4Skin .riRead,
.RadInput_Read_Mohegan4Skin {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_Mohegan4Skin.RadInputError .riTextBox,
.RadInput_Mohegan4Skin.RadInputError .riSelect,
.RadInput_Mohegan4Skin.RadInputError .rcSelect,
.RadInput_Error_Mohegan4Skin,
.RadForm.rfdTextbox .RadInput_Mohegan4Skin .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Default[type="text"] {
    border-color: #a94442;
    color: #a94442;
    background-color: #f2dede;
}

.RadInput_Mohegan4Skin.RadInputError {
    color: #a94442;
}

.RadInput_Mohegan4Skin .riNegative,
.RadInput_Negative_Mohegan4Skin {
    color: #4d4c4c;
}

.RadInput_Mohegan4Skin .riSelect {
    overflow: hidden;
    border-radius: 0 4px 4px 0;
}

.RadInput_Mohegan4Skin a,
.RadInput_Mohegan4Skin.RadInputDisabled a:hover,
.RadInput_Mohegan4Skin.RadInputDisabled a:active {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
}

.RadInput_Mohegan4Skin a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadInput_Mohegan4Skin a:focus, .RadInput_Mohegan4Skin a:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadInput_Mohegan4Skin .riLabel {
    color: #333333;
    padding-top: 6px;
    padding-bottom: 6px;
}

.RadInput_Mohegan4Skin.riContButton .riDown {
    margin-left: -33px;
    margin-left: calc(-13px - 1.42857em);
}

.RadSlider_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadSlider_Mohegan4Skin.rslDecreaseHandle .rslHorizontal {
    padding-left: 2.75em;
}

.RadSlider_Mohegan4Skin.rslIncreaseHandle .rslHorizontal {
    padding-right: 2.75em;
}

.RadSlider_Mohegan4Skin.rslDecreaseHandle .rslVertical {
    padding-top: 2.75em;
}

.RadSlider_Mohegan4Skin.rslIncreaseHandle .rslVertical {
    padding-bottom: 2.75em;
}

.RadSlider_Mohegan4Skin .rslTrack {
    border-radius: 0;
    border-color: #cccccc;
    background-color: whitesmoke;
}

.RadSlider_Mohegan4Skin .rslSelectedregion {
    border-width: 1px;
    border-color: #15428b;
    background-color: #184ca1;
}

.RadSlider_Mohegan4Skin a.rslHandle {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    width: 2.1428571429em;
    height: 2.1428571429em;
    line-height: 1.5em;
    border-radius: 90px;
}

.RadSlider_Mohegan4Skin a.rslDraghandle {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSlider_Mohegan4Skin a.rslDraghandle span {
    width: 1.7142857143em;
    height: 1.7142857143em;
}

.RadSlider_Mohegan4Skin a.rslDraghandle:hover,
.RadSlider_Mohegan4Skin a.rslHandle:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSlider_Mohegan4Skin a.rslDraghandle:focus,
.RadSlider_Mohegan4Skin a.rslHandle:focus {
    border-color: #f22525;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.RadSlider_Mohegan4Skin a.rslDraghandle:active,
.RadSlider_Mohegan4Skin a.rslHandle:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: none;
}

.RadSlider_Mohegan4Skin a.rslHandle:before {
    color: #333333;
}

.RadSlider_Mohegan4Skin div.rslHorizontal a.rslHandle {
    margin-top: -1.2142857143em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal a.rslIncrease {
    right: 0.15em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal.rslMiddle a.rslHandle {
    margin-top: -1.2142857143em;
    top: 50%;
}

.RadSlider_Mohegan4Skin div.rslHorizontal.rslBottom a.rslHandle {
    bottom: -0.1428571429em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal .rslTrack {
    height: 0.5714285714em;
    line-height: 0.5714285714em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.RadSlider_Mohegan4Skin div.rslHorizontal .rslSelectedregion {
    height: 0.6428571429em;
    line-height: 0.5714285714em;
    top: -0.0714285714em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal a.rslDraghandle {
    width: 1.7142857143em;
    height: 1.7142857143em;
    top: 0.3571428571em !important;
    margin-top: -0.9285714286em;
    border-radius: 90px;
}

.RadSlider_Mohegan4Skin div.rslHorizontal li.rslItem span {
    display: inline-block;
}

.RadSlider_Mohegan4Skin div.rslHorizontal.rslTop .rslTrack {
    top: 1.21em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal.rslTop a.rslHandle {
    top: 1.21em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal.rslTop .rslItemsWrapper {
    top: 1.5em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal.rslTop .rslLargeTick span,
.RadSlider_Mohegan4Skin div.rslHorizontal.rslTop .rslSmallTick span {
    bottom: .1em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal.rslBottom div.rslTrack {
    bottom: 1em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal.rslBottom a.rslHandle {
    bottom: .15em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal.rslBottom .rslLargeTick span,
.RadSlider_Mohegan4Skin div.rslHorizontal.rslBottom .rslSmallTick span {
    top: -.35em;
}

.RadSlider_Mohegan4Skin div.rslHorizontal .rslItem {
    background-image: url(" ");
}

.RadSlider_Mohegan4Skin div.rslVertical .rslTrack,
.RadSlider_Mohegan4Skin div.rslVertical .rslItemsWrapper {
    top: 2.75em;
}

.RadSlider_Mohegan4Skin div.rslVertical a.rslHandle {
    margin-left: -1.2142857143em;
}

.RadSlider_Mohegan4Skin div.rslVertical.rslRight a.rslHandle {
    right: 0.2142857143em;
}

.RadSlider_Mohegan4Skin div.rslVertical div.rslTrack {
    width: 0.7142857143em !important;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) inset;
}

.RadSlider_Mohegan4Skin div.rslVertical .rslSelectedregion {
    width: 0.7142857143em;
    left: -0.0714285714em;
}

.RadSlider_Mohegan4Skin div.rslVertical a.rslDraghandle {
    width: 1.7142857143em;
    height: 1.7142857143em;
    left: 0.0714285714em !important;
    border-radius: 90px;
}

.RadSlider_Mohegan4Skin div.rslVertical li.rslItem span {
    padding: 0.0714285714em 0.2142857143em;
}

.RadSlider_Mohegan4Skin div.rslVertical .rslItem {
    background-image: url(" ");
}

.RadSlider_Mohegan4Skin div.rslVertical .rslHandle.rslIncrease {
    bottom: 0.0714285714em;
}

.RadSlider_Mohegan4Skin div.rslVertical.rslCenter a.rslHandle {
    margin-left: -1em;
}

.RadSlider_Mohegan4Skin .rslItemsWrapper .rslItem,
.RadSlider_Mohegan4Skin .rslItemsWrapper .rslLargeTick span,
.RadSlider_Mohegan4Skin .rslItemsWrapper .rslItemSelected {
    color: #333333;
}

.RadSlider_Mohegan4Skin .rslTop .rslSmallTick,
.RadSlider_Mohegan4Skin .rslBottom .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_Mohegan4Skin .rslTop .rslLargeTick,
.RadSlider_Mohegan4Skin .rslBottom .rslLargeTick {
    background-image: url(" ");
}

.RadSlider_Mohegan4Skin .rslLeft .rslSmallTick,
.RadSlider_Mohegan4Skin .rslRight .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_Mohegan4Skin .rslLeft .rslLargeTick,
.RadSlider_Mohegan4Skin .rslRight .rslLargeTick {
    background-image: url(" ");
}

.RadSlider_Mohegan4Skin .rslMiddle .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_Mohegan4Skin .rslLargeTick {
    background-image: url(" ");
}

.RadSlider_Mohegan4Skin .rslCenter .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_Mohegan4Skin .rslCenter .rslLargeTick {
    background-image: url(" ");
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .RadSlider_Mohegan4Skin .rslHorizontal.rslTop .rslLargeTick span,
    .RadSlider_Mohegan4Skin .rslHorizontal.rslTop .rslSmallTick span {
        bottom: -0.5714285714em;
    }
}

.RadSlider_Mohegan4Skin .rslHorizontal.rslTop .rslLargeTick span,
.RadSlider_Mohegan4Skin .rslHorizontal.rslTop .rslSmallTick span {
    bottom: -0.5714285714em \9;
}

.RadColorPicker_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadColorPicker_Mohegan4Skin .rcpPalette {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadColorPicker_Mohegan4Skin .rcpHeader {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadColorPicker_Mohegan4Skin .rcpImageButton,
.RadColorPicker_Mohegan4Skin a.rslDraghandle {
    color: #333333;
}

.RadColorPicker_Mohegan4Skin .rcpImageButton:hover {
    color: #184ca1;
}

.RadColorPicker_Mohegan4Skin .rcpIcon em,
.RadColorPicker_Mohegan4Skin .rcpColorPreview,
.RadColorPicker_Mohegan4Skin .rcpInput,
.RadColorPicker_Mohegan4Skin .rcpHexInput,
.RadColorPicker_Mohegan4Skin .rcpMillionColorsPalette,
.RadColorPicker_Mohegan4Skin .rcpMillionColorsSlider div.rslTrack {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadColorPicker_Mohegan4Skin .rcpIcon a,
.RadColorPicker_Mohegan4Skin .rcpTabs li,
.RadColorPicker_Mohegan4Skin .rcpButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadColorPicker_Mohegan4Skin .rcpIcon a:hover,
.RadColorPicker_Mohegan4Skin .rcpTabs li:hover,
.RadColorPicker_Mohegan4Skin .rcpButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadColorPicker_Mohegan4Skin .rcpIcon a:active,
.RadColorPicker_Mohegan4Skin .rcpTabs .rcpSelectedTab,
.RadColorPicker_Mohegan4Skin .rcpTabs .rcpSelectedTab:hover,
.RadColorPicker_Mohegan4Skin .rcpButton:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadColorPicker_Mohegan4Skin .rcpIcon a:focus {
    box-shadow: inset 0 0 5px rgba(173, 173, 173, 0.5);
}

.RadColorPicker_Mohegan4Skin.rcpCustomColorWrapper .rcpPalette {
    box-shadow: 2px 2px 3px rgba(222, 222, 222, 0.5);
}

.RadColorPicker_Mohegan4Skin .rcpIcon {
    padding: 7px 0;
}

.RadColorPicker_Mohegan4Skin .rcpSlider.RadSlider_Mohegan4Skin a.rslDraghandle,
.RadColorPicker_Mohegan4Skin .rcpMillionColorsSlider.RadSlider_Mohegan4Skin a.rslDraghandle {
    color: #333333;
}

.RadColorPicker_Mohegan4Skin .rcpSlider.RadSlider_Mohegan4Skin a.rslDraghandle:hover,
.RadColorPicker_Mohegan4Skin .rcpSlider.RadSlider_Mohegan4Skin a.rslDraghandle:active,
.RadColorPicker_Mohegan4Skin .rcpSlider.RadSlider_Mohegan4Skin a.rslDraghandle:focus,
.RadColorPicker_Mohegan4Skin .rcpMillionColorsSlider.RadSlider_Mohegan4Skin a.rslDraghandle:hover,
.RadColorPicker_Mohegan4Skin .rcpMillionColorsSlider.RadSlider_Mohegan4Skin a.rslDraghandle:active,
.RadColorPicker_Mohegan4Skin .rcpMillionColorsSlider.RadSlider_Mohegan4Skin a.rslDraghandle:focus {
    color: #184ca1;
}

.RadColorPicker_Mohegan4Skin .rcpEmptyColorPreview:before,
.RadColorPicker_Mohegan4Skin .rcpEmptyIcon em:before {
    color: #d9534f;
}

.RadLabel_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadLabel_Mohegan4Skin .rlOptMark {
    color: rgba(51, 51, 51, 0.5);
}

.RadCard_Mohegan4Skin.k-card {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadCard_Mohegan4Skin.k-card:focus, .RadCard_Mohegan4Skin.k-card.k-state-focus {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadCard_Mohegan4Skin.k-card .k-card-callout {
    border-color: #dedede;
    background-color: #ffffff;
}

.RadCard_Mohegan4Skin.k-card .k-card-actions {
    border-color: #dedede;
}

.RadCard_Mohegan4Skin.k-state-primary, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-primary, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-primary, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-primary, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-primary {
    background-color: #fccfcf;
    color: #7d0707;
    border-color: #fbbcbc;
}

.RadCard_Mohegan4Skin.k-state-info, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-info, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-info, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-info, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-info {
    background-color: #def2f8;
    color: #2f6473;
    border-color: #d1edf6;
}

.RadCard_Mohegan4Skin.k-state-success, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-success, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-success, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-success, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-success {
    background-color: #def1de;
    color: #306030;
    border-color: #d1ebd1;
}

.RadCard_Mohegan4Skin.k-state-warning, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-warning, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-warning, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-warning, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-warning {
    background-color: #fcefdc;
    color: #7d5a29;
    border-color: #fbe8cd;
}

.RadCard_Mohegan4Skin.k-state-error, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-error, .RadTimeline_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-error, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-card-error, .RadCard_Mohegan4Skin .RadCard_Mohegan4Skin.k-card.k-state-error {
    background-color: #f7dddc;
    color: #712b29;
    border-color: #f4cfce;
}

.RadCard_Mohegan4Skin .k-card-header {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadCard_Mohegan4Skin .k-card-footer {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadCard_Mohegan4Skin .k-card-separator {
    border-color: #dedede;
}

.RadCard_Mohegan4Skin .k-card-subtitle {
    color: #a3a3a3;
}

.k-state-primary .RadCard_Mohegan4Skin .k-card-subtitle, .RadTimeline_Mohegan4Skin .k-card.k-card-primary .RadCard_Mohegan4Skin .k-card-subtitle, .RadCard_Mohegan4Skin .k-card.k-card-primary .RadCard_Mohegan4Skin .k-card-subtitle,
.k-state-info .RadCard_Mohegan4Skin .k-card-subtitle,
.RadTimeline_Mohegan4Skin .k-card.k-card-info .RadCard_Mohegan4Skin .k-card-subtitle,
.RadCard_Mohegan4Skin .k-card.k-card-info .RadCard_Mohegan4Skin .k-card-subtitle,
.k-state-success .RadCard_Mohegan4Skin .k-card-subtitle,
.RadTimeline_Mohegan4Skin .k-card.k-card-success .RadCard_Mohegan4Skin .k-card-subtitle,
.RadCard_Mohegan4Skin .k-card.k-card-success .RadCard_Mohegan4Skin .k-card-subtitle,
.k-state-warning .RadCard_Mohegan4Skin .k-card-subtitle,
.RadTimeline_Mohegan4Skin .k-card.k-card-warning .RadCard_Mohegan4Skin .k-card-subtitle,
.RadCard_Mohegan4Skin .k-card.k-card-warning .RadCard_Mohegan4Skin .k-card-subtitle,
.k-state-error .RadCard_Mohegan4Skin .k-card-subtitle,
.RadTimeline_Mohegan4Skin .k-card.k-card-error .RadCard_Mohegan4Skin .k-card-subtitle,
.RadCard_Mohegan4Skin .k-card.k-card-error .RadCard_Mohegan4Skin .k-card-subtitle {
    color: inherit;
}

.RadCard_Mohegan4Skin .k-card-wrap.k-state-focused > .k-card, .RadCard_Mohegan4Skin .k-card-wrap.k-state-selected > .k-card {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadCard_Mohegan4Skin .k-card:focus .k-card-callout.k-callout-n,
.RadCard_Mohegan4Skin .k-card.k-state-focus .k-card-callout.k-callout-n {
    box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadCard_Mohegan4Skin .k-card:focus .k-card-callout.k-callout-e,
.RadCard_Mohegan4Skin .k-card.k-state-focus .k-card-callout.k-callout-e {
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadCard_Mohegan4Skin .k-card:focus .k-card-callout.k-callout-s,
.RadCard_Mohegan4Skin .k-card.k-state-focus .k-card-callout.k-callout-s {
    box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadCard_Mohegan4Skin .k-card:focus .k-card-callout.k-callout-w,
.RadCard_Mohegan4Skin .k-card.k-state-focus .k-card-callout.k-callout-w {
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadSplitter_Mohegan4Skin {
    border-color: #dedede;
}

.RadSplitter_Mohegan4Skin .rspPane,
.RadSplitter_Mohegan4Skin .rspPaneHorizontal {
    border-color: #dedede;
}

.RadSplitter_Mohegan4Skin .rspSlidePane {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_Mohegan4Skin .rspSlideHeader,
.RadSplitter_Mohegan4Skin .rspSlideTitleContainer {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadSplitter_Mohegan4Skin .rspSlideTitleContainer,
.RadSplitter_Mohegan4Skin .rspSlideHeaderIconWrapper {
    border-bottom: 1px solid #dedede;
}

.RadSplitter_Mohegan4Skin .rspSlideHeaderDockIcon:hover,
.RadSplitter_Mohegan4Skin .rspSlideHeaderUndockIcon:hover,
.RadSplitter_Mohegan4Skin .rspSlideHeaderCollapseIcon:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_Mohegan4Skin .rspResizeBar,
.RadSplitter_Mohegan4Skin .rspSlideContainerResize {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_Mohegan4Skin .rspResizeBarOver,
.RadSplitter_Mohegan4Skin .rspSlideContainerResizeOver {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_Mohegan4Skin .rspResizeBarHorizontal,
.RadSplitter_Mohegan4Skin .rspSlideContainerResizeHorizontal {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_Mohegan4Skin .rspResizeBarOverHorizontal,
.RadSplitter_Mohegan4Skin .rspSlideContainerResizeOverHorizontal {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_Mohegan4Skin .rspCollapseBarExpand,
.RadSplitter_Mohegan4Skin .rspCollapseBarCollapse {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_Mohegan4Skin .rspCollapseBarHorizontalExpand,
.RadSplitter_Mohegan4Skin .rspCollapseBarHorizontalCollapse {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_Mohegan4Skin .rspCollapseBarExpandOver,
.RadSplitter_Mohegan4Skin .rspCollapseBarCollapseOver {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_Mohegan4Skin .rspCollapseBarHorizontalExpandOver,
.RadSplitter_Mohegan4Skin .rspCollapseBarHorizontalCollapseOver {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_Mohegan4Skin .rspTabsContainer {
    background-color: #fcfcfc;
}

.RadSplitter_Mohegan4Skin .rspPaneTabContainer {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_Mohegan4Skin .rspPaneTabContainer:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_Mohegan4Skin .rspPaneTabContainerExpanded {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_Mohegan4Skin .rspLoading {
    background-image: url(" ");
}

.RadDock_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadDock_Mohegan4Skin .rdTitleWrapper {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    border-color: inherit;
}

.RadDock_Mohegan4Skin .rdCommandButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadWindow_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    padding: 0;
    border-radius: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadWindow_Mohegan4Skin .rwTitleBar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    margin: 0;
    border-radius: 4px 4px 0 0;
}

.RadWindow_Mohegan4Skin .rwTitleWrapper {
    padding: 10px;
}

.RadWindow_Mohegan4Skin .rwCommands {
    margin-top: -15px;
}

.RadWindow_Mohegan4Skin .rwCommandButton {
    padding: 6px;
}

.RadWindow_Mohegan4Skin .rwCommandButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadWindow_Mohegan4Skin .rwContent {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    border-width: 1px 0;
}

.RadWindow_Mohegan4Skin .rwStatusBar {
    padding: 10px 15px;
    border-width: 0;
}

.RadWindow_Mohegan4Skin .rwDialogButtons button {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadWindow_Mohegan4Skin .rwDialogButtons button:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadWindow_Mohegan4Skin .rwDialogButtons button:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadWindow_Mohegan4Skin .rwPromptDialog .rwOkBtn,
.RadWindow_Mohegan4Skin .rwConfirmDialog .rwOkBtn {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadWindow_Mohegan4Skin .rwPromptDialog .rwOkBtn:hover,
.RadWindow_Mohegan4Skin .rwConfirmDialog .rwOkBtn:hover {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
}

.RadWindow_Mohegan4Skin .rwPromptDialog .rwOkBtn:active,
.RadWindow_Mohegan4Skin .rwConfirmDialog .rwOkBtn:active {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadWindow_Mohegan4Skin .rwPromptInput {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadWindow_Mohegan4Skin .rwPromptInput:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadWindow_Mohegan4Skin .rwPromptInput:active,
.RadWindow_Mohegan4Skin .rwPromptInput:focus {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
}

.RadWindow_Mohegan4Skin .rwLoading.rwStatusBar {
    background-image: url(" ");
}

.RadWindow_Mohegan4Skin.rwLoading .rwExternalContent {
    background-image: url(" ");
}

.RadNotification_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadNotification_Mohegan4Skin .rnTitleBar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadNotification_Mohegan4Skin .rnCommands a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadNotification_Mohegan4Skin.rnShadows {
    box-shadow: 2px 2px 3px rgba(222, 222, 222, 0.5);
}

.RadToolTip_Mohegan4Skin {
    border-color: #333333;
    color: #ffffff;
    background-color: #333333;
}

.RadToolTip_Mohegan4Skin .rtClose {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadToolTip_Mohegan4Skin .rtClose:hover {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
}

.RadToolTip_Mohegan4Skin .rtClose:active {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadToolTip_Mohegan4Skin .rtCallout {
    border-color: #333333;
}

.RadToolTip_Mohegan4Skin .rtCallout:before {
    border-color: #333333;
}

.RadToolTip_Mohegan4Skin.rtLoading {
    background-image: url(" ");
}

.RadTile_Mohegan4Skin {
    color: #ffffff;
    background-color: #f00e0e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadTile_Mohegan4Skin .rtilePeekContent {
    background-color: #f00e0e;
}

.RadTile_Mohegan4Skin.rtileSelected .rtileSelectedIcon {
    color: #ffffff;
    background-color: #184ca1;
}

.RadTile_Mohegan4Skin.rtileHovered {
    border-color: #d80d0d;
}

.RadTile_Mohegan4Skin.rtileSelected {
    border-color: #c00b0b;
}

.RadTile_Mohegan4Skin.rtileSelected.rtileHovered {
    border-color: #900808;
}

.RadTile_Mohegan4Skin.rtileLoading,
.RadTile_Mohegan4Skin .rtileLoading {
    background-image: url(" ");
}

.RadTileList_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadTileList_Mohegan4Skin .rtlistGroupSeparatorVisible {
    background-color: #fcfcfc;
}

.RadWizard_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    background: #ffffff;
}

.RadWizard_Mohegan4Skin .rwzButton {
    border-radius: 4px;
    padding: 6px 12px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadWizard_Mohegan4Skin .rwzNext,
.RadWizard_Mohegan4Skin .rwzFinish {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadWizard_Mohegan4Skin .rwzBreadCrumb .rwzText {
    line-height: 2.7em;
}

.RadWizard_Mohegan4Skin .rwzBreadCrumb .rwzLink:before {
    width: 1.52em;
    height: 1.52em;
    right: -0.66em;
    margin-top: -0.80em;
}

.RadWizard_Mohegan4Skin .rwzLink {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadWizard_Mohegan4Skin .rwzLink:before {
    border-color: #cccccc;
    background-color: #ffffff;
    box-shadow: none;
}

.RadWizard_Mohegan4Skin .rwzProgressBar {
    border-radius: 4px;
    border-color: #dedede;
    background-color: whitesmoke;
}

.RadWizard_Mohegan4Skin .rwzProgress {
    border-color: #c00b0b;
    background-color: #f00e0e;
}

.RadWizard_Mohegan4Skin .rwzHovered.rwzButton,
.RadWizard_Mohegan4Skin .rwzHovered .rwzLink {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadWizard_Mohegan4Skin .rwzHovered.rwzNext,
.RadWizard_Mohegan4Skin .rwzHovered.rwzFinish {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
}

.RadWizard_Mohegan4Skin .rwzHovered .rwzLink:before {
    border-color: #adadad;
    background-color: #e6e5e5;
}

.RadWizard_Mohegan4Skin .rwzFocused.rwzButton {
    box-shadow: 0 0 5px rgba(173, 173, 173, 0.5) inset;
}

.RadWizard_Mohegan4Skin .rwzFocused.rwzNext {
    border-color: rgba(4, 13, 28, 0.5);
    box-shadow: 0 0 5px rgba(4, 13, 28, 0.5) inset;
}

.RadWizard_Mohegan4Skin .rwzSelected .rwzLink,
.RadWizard_Mohegan4Skin .rwzSelected .rwzLink:before {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadWizard_Mohegan4Skin.rwzHorizontal .rwzFirst .rwzLink {
    border-radius: 4px 0 0 4px;
}

.RadWizard_Mohegan4Skin.rwzHorizontal .rwzLast .rwzLink {
    border-radius: 0 4px 4px 0;
}

.RadWizard_Mohegan4Skin.rwzHorizontal .rwzFirst.rwzLast .rwzLink {
    border-radius: 4px;
}

.RadWizard_Mohegan4Skin.rwzVertical .rwzFirst .rwzLink {
    border-radius: 4px 4px 0 0;
}

.RadWizard_Mohegan4Skin.rwzVertical .rwzLast .rwzLink {
    border-radius: 0 0 4px 4px;
}

.RadWizard_Mohegan4Skin.rwzVertical .rwzSelected .rwzLink {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.RadWizard_Mohegan4Skin.rwzVertical .rwzBreadCrumb {
    padding-right: 0.85em;
}

.RadWizard_Mohegan4Skin.rwzVertical .rwzBreadCrumb .rwzLink:before {
    right: -0.87em;
}

.RadWizard_Mohegan4Skin.RadWizard_rtl.rwzHorizontal .rwzFirst .rwzLink {
    border-radius: 0 4px 4px 0;
}

.RadWizard_Mohegan4Skin.RadWizard_rtl.rwzHorizontal .rwzLast .rwzLink {
    border-radius: 4px 0 0 4px;
}

.RadWizard_Mohegan4Skin.RadWizard_rtl .rwzBreadCrumb .rwzLink:before,
.RadWizard_Mohegan4Skin.rwzRightBreadCrumb .rwzBreadCrumb .rwzLink:before {
    left: -0.87em;
    right: auto;
}

.RadWizard_rtl.rwzVertical .rwzBreadCrumb {
    padding-right: 0;
    padding-left: 0.85em;
}

.RadWizard_Mohegan4Skin.rwzRightBreadCrumb .rwzBreadCrumb,
.RadWizard_Mohegan4Skin.RadWizard_rtl.rwzVertical .rwzBreadCrumb {
    padding-right: 0;
    padding-left: 0.85em;
}

.RadWizard_Mohegan4Skin.rwzRightBreadCrumb .rwzFirst .rwzLink,
.RadWizard_Mohegan4Skin.RadWizard_rtl.rwzVertical .rwzFirst .rwzLink {
    border-top-right-radius: 4px;
}

.RadWizard_Mohegan4Skin.rwzRightBreadCrumb .rwzLast .rwzLink,
.RadWizard_Mohegan4Skin.RadWizard_rtl.rwzVertical .rwzLast .rwzLink {
    border-bottom-right-radius: 4px;
}

.RadWizard_Mohegan4Skin.rwzRightBreadCrumb .rwzSelected .rwzLink,
.RadWizard_Mohegan4Skin.RadWizard_rtl.rwzVertical .rwzSelected .rwzLink {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.RadRotator_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadRotator_Mohegan4Skin .rrClipRegion {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0.2857142857em;
}

.RadRotator_Mohegan4Skin a.rrButton,
.RadRotator_Mohegan4Skin a.rrButton.rrButtonDisabled,
.RadRotator_Mohegan4Skin a.rrButton.rrButtonDisabled:hover,
.RadRotator_Mohegan4Skin a.rrButton.rrButtonDisabled:active,
.RadRotator_Mohegan4Skin a.rrButton.rrButtonDisabled:focus {
    padding: 6px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    box-shadow: none;
}

.RadRotator_Mohegan4Skin a.rrButtonUp {
    top: 0.0714285714em;
}

.RadRotator_Mohegan4Skin a.rrButtonLeft {
    left: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadRotator_Mohegan4Skin a.rrButtonUp {
        top: 0;
    }
    .RadRotator_Mohegan4Skin a.rrButtonRight {
        right: 0;
    }
    .RadRotator_Mohegan4Skin a.rrButtonDown {
        bottom: 0;
    }
    .RadRotator_Mohegan4Skin a.rrButtonLeft {
        left: 0;
    }
}

.RadRotator_Mohegan4Skin a.rrButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadRotator_Mohegan4Skin a.rrButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
}

.RadRotator_Mohegan4Skin a.rrButton:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    color: #333333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadRotator_Mohegan4Skin .rrLoadingSign {
    background-image: url(" ");
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
.RadButton_Mohegan4Skin .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
.RadButton_Mohegan4Skin.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
.RadButton_Mohegan4Skin.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
.RadButton_Mohegan4Skin .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
.RadButton_Mohegan4Skin.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
.RadButton_Mohegan4Skin.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
.RadButton_Mohegan4Skin .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
.RadButton_Mohegan4Skin.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
.RadButton_Mohegan4Skin.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
.RadButton_Mohegan4Skin .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
.RadButton_Mohegan4Skin.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
.RadButton_Mohegan4Skin.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
.RadButton_Mohegan4Skin .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
.RadButton_Mohegan4Skin.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
.RadButton_Mohegan4Skin.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
.RadButton_Mohegan4Skin .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
.RadButton_Mohegan4Skin.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
.RadButton_Mohegan4Skin.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
.RadButton_Mohegan4Skin .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
.RadButton_Mohegan4Skin.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
.RadButton_Mohegan4Skin.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
.RadButton_Mohegan4Skin .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
.RadButton_Mohegan4Skin.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
.RadButton_Mohegan4Skin.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
.RadButton_Mohegan4Skin .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
.RadButton_Mohegan4Skin.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
.RadButton_Mohegan4Skin.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadButton_Mohegan4Skin.k-switch:focus .k-switch-container, .RadButton_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadButton_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadButton_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadButton_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadButton_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadButton_Mohegan4Skin.rbButton {
    padding: 6px 12px;
}

.RadButton_Mohegan4Skin.rbButton.rbIconOnly {
    padding: 6px;
}

    .RadButton_Mohegan4Skin.rbButton, .RadButton_Mohegan4Skin.rbButton.rbDisabled,
    .RadButton_Mohegan4Skin .rbSplitPart {
        border-color: #040d1c;
        color: #ffffff;
        background-color: #113775;
    }

        .RadButton_Mohegan4Skin.rbButton.rbHovered, .RadButton_Mohegan4Skin.rbButton.rbToggled.rbHovered,
        .RadButton_Mohegan4Skin.rbButton .rbHovered {
            border-color: #040d1c;
            color: #ffffff;
            background-color: #113775;
            box-shadow: inset 0 0 1px #ffffff;
        }

.RadButton_Mohegan4Skin.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

        .RadButton_Mohegan4Skin.rbButton.rbSelected, .RadButton_Mohegan4Skin.rbButton.rbToggled,
        .RadButton_Mohegan4Skin.rbSelected .rbHovered {
            border-color: #040d1c;
            color: #ffffff;
            background-color: #113775;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        }

.RadButton_Mohegan4Skin .rbSplitPart {
    padding: 6px;
}

.RadButton_Mohegan4Skin.rbButton:hover,
.RadButton_Mohegan4Skin.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbButton.rbSelected,
.RadButton_Mohegan4Skin.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_Mohegan4Skin.rbCheckBox .rbText,
.RadButton_Mohegan4Skin.rbRadioButton .rbText,
.RadButton_Mohegan4Skin.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_Mohegan4Skin .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin .rbToggleRadioChecked {
    color: #184ca1;
}

.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxChecked,
.RadButton_Mohegan4Skin.rbHovered .rbToggleCheckboxFilled,
.RadButton_Mohegan4Skin.rbHovered .rbToggleRadioChecked {
    color: #0e2d5e;
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckbox:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_Mohegan4Skin:focus .rbToggleCheckboxChecked:before,
.RadButton_Mohegan4Skin:focus .rbToggleCheckboxFilled:before,
.RadButton_Mohegan4Skin:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadButton_Mohegan4Skin.rbPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Mohegan4Skin.rbPrimaryButton.rbFocused {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbSelected, .RadButton_Mohegan4Skin.rbPrimaryButton.rbToggled {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadButton_Mohegan4Skin.rbPrimaryButton.rbDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

/*--------------------------------------------------- Special Buttons -------------------------------------------------------------------------*/
/* secondaryButton */
button.RadButton.fa {
    background-color: #0070A9;
    border: 0px solid black;
    color: #fff !important;
}

    button.RadButton.fa.grey {
   
        color: #e8e8e8;
        color: rgba(232, 232, 232, 1);
    }

.RadButton_Mohegan4Skin.rbButton.secondaryButton {
    border-color: #113775;
    color: #113775;
    background-color: #fff;
}

.HelpPopButton {
    border-color: #333333 !important;
    color: #fff !important;
    background-color: #333 !important;
}

.RadButton_Mohegan4Skin.rbButton.importantButton {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.2);
}

.RadButton_Mohegan4Skin.rbButton.rbHovered.secondaryButton {
    border-color: #184ca1;
    color: #184ca1;
    background-color: #fff;
    box-shadow: inset 0 0 1px #ffffff;
}

.optional-icon:before,
html .RadButton.rbButton.optional-icon:before {
    /* display:none;
     */
}

button.RadButton.fa.rbHovered {
    border-color: #0070A9;
    color: #ffffff !important;
    background-color: #0070A9;
}

.optional-Primary2 {
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: black !important;
    background-color: #7894a4 !important;
}

/*<obile menu*/
.toggleMenu,
.RadMenu .rmRootToggle {
    top: 3px;
    font-size: 1.6em;
}

@media only screen and (max-width: 1024px) {
    .toggleMenu,
    .RadMenu .rmRootToggle {
        top: -18px;
    }

    .RadMenu .rmRootToggle {
        font-size: 1.6em !important;
    }
}

@media only screen and (max-width: 960px) {
    #primary-navigation ul li a, #primary-navigation ul li span {
        padding: .5em !important;
        font-size: 16px;
    }

    #primary-navigation > div {
        font-size: 0;
    }

    .toggleMenu,
    .RadMenu .rmRootToggle {
        top: 9px;
    }

        .RadMenu .rmRootToggle::before {
            font-size: 30px;
        }

    .toggleMenu,
    .RadMenu .rmRootToggle {
        /*width: 40px;*/

        top: -71px;
        left: 5px;
    }
}

@media only screen and (max-width: 900px) {
    .toggleMenu,
    .RadMenu .rmRootToggle {
        /*width: 40px;*/

        top: -71px;
        left: 5px;
    }
}

@media only screen and (max-width: 570px) {
    .toggleMenu,
    .RadMenu .rmRootToggle {
        top: -55px;
    }
}

@media only screen and (max-width: 420px) {
    .toggleMenu,
    .RadMenu .rmRootToggle {
        font-size: 1.6em;
        height: 40px !important;
        top: -43px;
        width: 40px !important;
    }
}
/*--------------------------------------------------- Special Buttons -------------------------------------------------------------------------*/


.RadScheduler_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadScheduler_Mohegan4Skin align-content:hover {
    text-decoration: none;
}

.RadScheduler_Mohegan4Skin .rsToolbar .rsButton {
    border-radius: 0;
}

.RadScheduler_Mohegan4Skin .rsToolbar > li:first-child .rsButton {
    border-radius: 3px 0 0 3px;
}

.RadScheduler_Mohegan4Skin .rsToolbar > li:last-child .rsButton {
    border-radius: 0 3px 3px 0;
}

.RadScheduler_Mohegan4Skin .rsToolbar > li:only-child .rsButton {
    border-radius: 3px;
}

.RadScheduler_Mohegan4Skin .rsButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 3px;
}

.RadScheduler_Mohegan4Skin .rsPrevDay,
.RadScheduler_Mohegan4Skin .rsNextDay {
    padding-left: 6px;
    padding-right: 6px;
}

.RadScheduler_Mohegan4Skin .rsHovered > .rsButton,
.RadScheduler_Mohegan4Skin .rsButton.rsHovered,
.RadScheduler_Mohegan4Skin .rsButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadScheduler_Mohegan4Skin .rsSelected > .rsButton,
.RadScheduler_Mohegan4Skin .rsPressed > .rsButton,
.RadScheduler_Mohegan4Skin .rsButton:active,
.RadScheduler_Mohegan4Skin .rsButton.rsPressed {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadScheduler_Mohegan4Skin .rsPrimary {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadScheduler_Mohegan4Skin .rsPrimary:hover {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
}

.RadScheduler_Mohegan4Skin .rsPrimary:active {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.RadScheduler_Mohegan4Skin .rsHeader {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    padding: 8px;
}

.RadScheduler_Mohegan4Skin .rsFooter {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
    padding: 8px;
}

.RadScheduler_Mohegan4Skin .rsFullTime {
    padding-left: 8px;
}

.RadScheduler_Mohegan4Skin .rsHorizontalHeaderWrapper {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadScheduler_Mohegan4Skin .rsSpacerCell,
.RadScheduler_Mohegan4Skin .rsAllDayHeader {
    border-color: #dddddd;
}

.RadScheduler_Mohegan4Skin .rsHorizontalHeaderTable th {
    border-color: #dddddd;
}

.RadScheduler_Mohegan4Skin .rsVerticalHeaderTable th {
    border-color: transparent #dddddd;
}

.RadScheduler_Mohegan4Skin .rsVerticalHeaderTable .rsAlt th {
    border-color: #dddddd #dddddd;
}

.RadScheduler_Mohegan4Skin .rsVerticalHeaderTable .rsMainHeader th:first-child {
    border-bottom-color: #dddddd;
}

.RadScheduler_Mohegan4Skin .rsAllDayRow td,
.RadScheduler_Mohegan4Skin .rsContentTable .rsAllDayRow td {
    border-color: #dddddd;
}

.RadScheduler_Mohegan4Skin .rsContentTable td {
    border-color: #eeeeee #eeeeee;
}

.RadScheduler_Mohegan4Skin .rsContentTable .rsAlt td {
    border-color: #dddddd #eeeeee;
}

.RadScheduler_Mohegan4Skin .rsOtherMonth,
.RadScheduler_Mohegan4Skin .rsNonWorkHour,
.RadScheduler_Mohegan4Skin .rsSunCol,
.RadScheduler_Mohegan4Skin .rsSatCol {
    background: whitesmoke;
}

.RadScheduler_Mohegan4Skin .rsApt {
    color: #ffffff;
}

.RadScheduler_Mohegan4Skin .rsAptContent {
    border-radius: 4px;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadScheduler_Mohegan4Skin .rsAptResize:before {
    background: rgba(255, 255, 255, 0.8);
}

.RadScheduler_Mohegan4Skin .rsOvertimeArrow {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_Mohegan4Skin .rsOvertimeArrow:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadScheduler_Mohegan4Skin .rsResourceMarker {
    background-color: #80a7ff;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsMonthHeader {
    border-color: #dddddd;
}

.RadScheduler_Mohegan4Skin .rsYearView thead tr:nth-child(2) {
    color: #999999;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsDateHeader {
    border-color: transparent;
    border-radius: 4px;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsDateHeader:hover {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsOccupiedSlot {
    background-color: #80a7ff;
    border-radius: 4px;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTodayCell .rsDateHeader {
    border-color: #0047e6;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsSatCol:not(.rsOccupiedSlot),
.RadScheduler_Mohegan4Skin .rsYearView .rsSunCol:not(.rsOccupiedSlot) {
    color: #999999;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsYearMonthsWrap {
    border-color: #dedede;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTooltip .rsToolTipContent {
    border-radius: 4px;
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTooltip .rsCategoryPattern .rsResourceMarker {
    background-color: #80a7ff;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTooltip .rsToolTipArrow {
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTooltip .rsToolTipArrowUp {
    border-radius: 4px 4px 0 0;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTooltip .rsToolTipArrowDown {
    border-radius: 0 0 4px 4px;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTooltipRight .rsToolTipCallOut {
    border-right-color: #dedede;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTooltipRight .rsToolTipCallOut:before {
    border-right-color: #ffffff;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTooltipLeft .rsToolTipCallOut {
    border-left-color: #dedede;
}

.RadScheduler_Mohegan4Skin .rsYearView .rsTooltipLeft .rsToolTipCallOut:before {
    border-left-color: #ffffff;
}

.RadScheduler_Mohegan4Skin .rsAgendaView .rsDateBox small {
    opacity: .75;
}

.RadScheduler_Mohegan4Skin .rsAgendaTable th, .RadScheduler_Mohegan4Skin .rsAgendaTable td {
    border-bottom-color: #d2d2d2;
    border-right-color: #d2d2d2;
}

.RadScheduler_Mohegan4Skin .rsAgendaTable th {
    color: #333333;
    background-color: whitesmoke;
}

.RadScheduler_Mohegan4Skin .rsAgendaTable .rsAgendaRowHovered {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadScheduler_Mohegan4Skin .rsAgendaTable .rsAgendaRowSelected {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadScheduler_Mohegan4Skin .rsSelectedSlot {
    color: #ffffff;
    background-color: #f00e0e;
}

.RadScheduler_Mohegan4Skin .rsAptCreate {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadScheduler_Mohegan4Skin .rsDialog {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_Mohegan4Skin .rsTitle {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadScheduler_Mohegan4Skin .rsInlineForm {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_Mohegan4Skin .rsInlineForm .rsTextarea {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_Mohegan4Skin .RadPicker {
    width: 130px;
}

.RadScheduler_Mohegan4Skin .RadPicker .riTextBox {
    height: inherit;
}

.RadScheduler_Mohegan4Skin .rsBody .rsCommandFooter {
    background: whitesmoke;
}

.RadScheduler_Mohegan4Skin .rsAdvancedEdit .rsInvalid {
    color: #d51923;
}

.RadScheduler_Mohegan4Skin .rsAdvancedEdit .rsInvalid textarea {
    border-color: #d51923;
}

.RadGantt_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch {
    border-radius: 9999px;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch:hover .k-switch-container, .RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #0047e6;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch:focus .k-switch-container, .RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin .k-switch-handle {
    border-radius: 9999px;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #184ca1;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-on:hover .k-switch-container, .RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #164694;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-on:hover .k-switch-handle, .RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #ededed;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-off:hover .k-switch-container, .RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-off:hover .k-switch-handle, .RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #0047e6;
    color: #333333;
    background-color: #ededed;
}

.RadGantt_Mohegan4Skin .RadSwitch_Mohegan4Skin.k-switch-off .k-switch-label-on {
    color: transparent;
}

.RadGantt_Mohegan4Skin .k-switch {
    line-height: 31px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.RadGantt_Mohegan4Skin .rgtTreelistContent tr,
.RadGantt_Mohegan4Skin .rgtTasks tr,
.RadGantt_Mohegan4Skin.k-gantt .radGridContent tr {
    height: calc(1.5em + 1.5rem);
}

.RadGantt_Mohegan4Skin.k-gantt-planned .rgtTreelistContent tr,
.RadGantt_Mohegan4Skin.k-gantt-planned .rgtTasks tr,
.RadGantt_Mohegan4Skin.k-gantt.k-gantt-planned .radGridContent tr {
    height: calc(2.55em + 1.5rem);
}

.RadGantt_Mohegan4Skin .k-loading-color {
    background-color: #ffffff;
}

.RadGantt_Mohegan4Skin .k-loading-image {
    background-image: url(" ");
}

.RadGantt_Mohegan4Skin .rgtHeader {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    padding: 8px;
    min-height: calc(1.42857143em + 12px);
}

.RadGantt_Mohegan4Skin .rgtViews > li:first-child + li .radButton {
    border-radius: 4px 0 0 4px;
}

.RadGantt_Mohegan4Skin .rgtFooter {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
    padding: 8px;
}

.RadGantt_Mohegan4Skin .rgtTreelist {
    background-color: #fafafa;
}

.RadGantt_Mohegan4Skin .rgtTreelist .radGridHeader th {
    padding: 31px 7px 10px;
}

.RadGantt_Mohegan4Skin .rgtTreelist .rgtTreelistGroup {
    font-weight: inherit;
}

.RadGantt_Mohegan4Skin .rgtTreelist .radAlt {
    background-color: #ededed;
}

.RadGantt_Mohegan4Skin .rgtTreelist .radStateFocused,
.RadGantt_Mohegan4Skin .rgtTreelist .k-state-focused {
    box-shadow: inset 0 0 5px #c00b0b;
}

.RadGantt_Mohegan4Skin .rgtTreelist .radStateSelected,
.RadGantt_Mohegan4Skin .rgtTreelist .k-state-selected {
    border-color: #f00e0e;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadGantt_Mohegan4Skin .rgtTreelist td.k-edit-cell {
    padding-top: 0;
    padding-bottom: 0;
}

.RadGantt_Mohegan4Skin .rgtSplitbar {
    border-color: #dedede;
    background-color: #ffffff;
}

.RadGantt_Mohegan4Skin .rgtSplitbar .radResizeHandle {
    border-radius: 2px;
    background-color: #dedede;
}

.RadGantt_Mohegan4Skin .rgtSplitbarHover {
    border-color: #c4c4c4;
}

.RadGantt_Mohegan4Skin .radLine {
    background-color: #333333;
}

.RadGantt_Mohegan4Skin .radArrowE,
.RadGantt_Mohegan4Skin .radArrowW {
    color: #333333;
}

.RadGantt_Mohegan4Skin .radLine.radStateSelected {
    background-color: #1a1919;
    box-shadow: 0 1px 3px #333333;
}

.RadGantt_Mohegan4Skin .radLine.radStateSelected .radArrowE,
.RadGantt_Mohegan4Skin .radLine.radStateSelected .radArrowW {
    color: #1a1919;
}

.RadGantt_Mohegan4Skin .radMarqueeColor {
    background-color: rgba(24, 76, 161, 0.4);
}

.RadGantt_Mohegan4Skin {
    /* TODO: Fix colors */
}

.RadGantt_Mohegan4Skin .rgtTaskWrap {
    margin-top: -7px;
}

.RadGantt_Mohegan4Skin .rgtTaskDot {
    top: 4px;
}

.RadGantt_Mohegan4Skin .rgtTaskDot:after {
    border-color: #333333;
    background-color: #333333;
}

.RadGantt_Mohegan4Skin .rgtTaskDot:hover:after {
    border-color: #333333;
    background-color: #ffffff;
}

.RadGantt_Mohegan4Skin .rgtResource {
    background-color: #ffffff;
}

.RadGantt_Mohegan4Skin .rgtResource.radAlt {
    background-color: #f9f9f9;
}

.RadGantt_Mohegan4Skin .rgtTaskMilestone {
    margin-top: 5px;
    width: 1.4285714286em;
    height: 1.4285714286em;
    border-color: #184ca1;
    background-color: #184ca1;
}

.RadGantt_Mohegan4Skin .rgtTaskMilestone.k-task-delayed {
    background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 2px, #d9534f 2px, #d9534f 4px);
}

.RadGantt_Mohegan4Skin .rgtTaskMilestone.k-task-advanced {
    background-color: #5cb85c;
    background-image: none;
}

.RadGantt_Mohegan4Skin .rgtTaskMilestone.radStateSelected {
    border-color: #113775;
    background-color: #184ca1;
}

.RadGantt_Mohegan4Skin .rgtMilestoneWrap {
    margin-left: -31px;
    margin-top: -4px;
    /*margin-top: -7px;*/
}

.RadGantt_Mohegan4Skin .rgtMilestoneWrap .k-task-moment {
    margin-left: calc( 14px / 2);
}

.RadGantt_Mohegan4Skin .rgtTaskMilestone ~ .rgtTaskDot {
    top: 8px;
}

.RadGantt_Mohegan4Skin .rgtTaskSummary {
    margin-top: 12px;
    border-color: #999999;
    background-color: #999999;
}

.RadGantt_Mohegan4Skin .rgtTaskSummary.k-task-delayed {
    color: #e89895;
}

.RadGantt_Mohegan4Skin .rgtTaskSummary.k-task-advanced {
    color: #9dd49d;
}

.RadGantt_Mohegan4Skin .rgtComplete {
    border-color: #333333;
    background-color: #333333;
}

.RadGantt_Mohegan4Skin .rgtTaskSummary.radStateSelected {
    border-color: #276ddf;
    background-color: #276ddf;
}

.RadGantt_Mohegan4Skin .radStateSelected .rgtComplete {
    border-color: #184ca1;
    background-color: #184ca1;
}

.RadGantt_Mohegan4Skin .rgtTaskSummary ~ .rgtTaskDot {
    top: 8px;
}

.RadGantt_Mohegan4Skin .k-summary-wrap .k-task-offset {
    height: 10px;
    margin: 12px 0 0;
}

.RadGantt_Mohegan4Skin .k-summary-wrap .k-task-offset:after {
    border-color: transparent;
    border-right-color: #db4240;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    right: 1.4em;
}

.RadGantt_Mohegan4Skin .rgtTaskSingle {
    border-color: #184ca1;
    border-radius: 4px;
    color: #ffffff;
    background-color: #2b70df;
    text-shadow: 0 0 1px rgba(51, 51, 51, 0.3);
}

.RadGantt_Mohegan4Skin .rgtTaskSingle.k-task-delayed {
    background-color: #e89895;
    background-image: none;
}

.RadGantt_Mohegan4Skin .rgtTaskSingle.k-task-advanced {
    background-color: #9dd49d;
    background-image: none;
}

.RadGantt_Mohegan4Skin .rgtTaskComplete {
    border-color: #184ca1;
    background-color: #184ca1;
}

.RadGantt_Mohegan4Skin .rgtTaskTemplate {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.42857143;
}

.RadGantt_Mohegan4Skin .rgtTaskSingle ~ .rgtTaskDot {
    top: 8px;
}

.RadGantt_Mohegan4Skin .rgtTaskSingle .radResizeHandle:after,
.RadGantt_Mohegan4Skin .k-task-offset .radResizeHandle:after {
    background-color: #ffffff;
}

.RadGantt_Mohegan4Skin .rgtTaskActions {
    top: 8px;
    right: 5px;
}

.RadGantt_Mohegan4Skin .rgtTaskSingle.radStateSelected,
.RadGantt_Mohegan4Skin .rgtTaskSingle.radStateSelected .rgtTaskComplete {
    border-color: #0b2248;
}

.RadGantt_Mohegan4Skin .k-task-delayed .k-task-summary-complete,
.RadGantt_Mohegan4Skin .k-task-delayed .rgtComplete {
    color: #d9534f;
}

.RadGantt_Mohegan4Skin .k-task-advanced .k-task-summary-complete,
.RadGantt_Mohegan4Skin .k-task-delayed .rgtComplete {
    color: #5cb85c;
}

.RadGantt_Mohegan4Skin .k-task-delayed .rgtTaskComplete {
    background-color: #d9534f;
    background-image: none;
}

.RadGantt_Mohegan4Skin .k-task-advanced .rgtTaskComplete {
    background-color: #5cb85c;
    background-image: none;
}

.RadGantt_Mohegan4Skin .k-task-planned .k-task-moment {
    border-color: #184ca1;
    background-color: transparent;
}

.RadGantt_Mohegan4Skin .k-task-planned .k-task-duration {
    background-color: #184ca1;
}

.RadGantt_Mohegan4Skin .k-task-planned:hover .k-task-moment {
    background-color: #184ca1;
}

.RadGantt_Mohegan4Skin .k-task-offset {
    background-image: repeating-linear-gradient(135deg, #ffffff, #ffffff 2px, #d9534f 2px, #d9534f 4px);
}

.RadGantt_Mohegan4Skin .k-task-offset .radResizeE::before {
    border-color: #000000;
}

.RadGantt_Mohegan4Skin .k-task-offset .k-task-actions, .RadGantt_Mohegan4Skin .k-task-offset .rgtTaskActions {
    position: relative;
    margin-top: 1px;
    color: #000000;
}

.RadGantt_Mohegan4Skin .k-task-offset:hover {
    background-image: repeating-linear-gradient(135deg, #ffffff, #ffffff 2px, #e89895 2px, #e89895 4px);
}

.RadGantt_Mohegan4Skin .k-pdf-export .k-task-offset {
    background-color: #d9534f;
}

.RadGantt_Mohegan4Skin .k-task-offset-wrap .rgtTaskSummaryComplete:after,
.RadGantt_Mohegan4Skin .k-task-offset-wrap .rgtTaskSummary:after {
    border-right-color: transparent;
}

.radSkin_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.radSkin_Mohegan4Skin .k-grid, .radSkin_Mohegan4Skin .radCalendar {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbMenu, .rrbDropDownSlide_Mohegan4Skin .rrbPopup, .rrbSlide_Mohegan4Skin .rrbPopup, .rrbPopup_Mohegan4Skin, .rrbPopup_Mohegan4Skin .rrbPopup, .radSkin_Mohegan4Skin .k-popup, .radSkin_Mohegan4Skin.k-popup,
.radSkin_Mohegan4Skin .radPopup, .radSkin_Mohegan4Skin.radPopup, .radSkin_Mohegan4Skin .radDragClue, .radSkin_Mohegan4Skin.radDragClue, .radSkin_Mohegan4Skin.k-window {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadRibbonBar_Mohegan4Skin .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbButton,
.RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbButton, .RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbDDInner, .RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbCPInner, .RadRibbonBar_Mohegan4Skin .rrbGalleryActions .rrbButton, .radSkin_Mohegan4Skin .k-button,
.radSkin_Mohegan4Skin .radButton, .radSkin_Mohegan4Skin .k-numeric-wrap .k-link,
.radSkin_Mohegan4Skin .k-numeric-wrap .k-select, .radSkin_Mohegan4Skin .k-dropdown-wrap, .radSkin_Mohegan4Skin .k-picker-wrap .k-select {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.radSkin_Mohegan4Skin .radButton:focus {
    border-color: rgba(173, 173, 173, 0.5);
    box-shadow: 0 0 5px rgba(173, 173, 173, 0.5) inset;
}

.RadRibbonBar_Mohegan4Skin .rrbQat .rrbButton:hover, .RadRibbonBar_Mohegan4Skin .rrbButton:hover, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbHovered, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton:hover, .RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbButton.rrbHovered,
.RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbButton.rrbHovered,
.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbButton.rrbHovered,
.RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbButton.rrbHovered, .RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbDDInner:hover, .RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbCPInner:hover, .RadRibbonBar_Mohegan4Skin .rrbGallery .rrbItem.rrbHovered, .RadRibbonBar_Mohegan4Skin .rrbGalleryActions .rrbButton.rrbHovered, .rrbSlide_Mohegan4Skin .rrbItem.rrbHovered, .radSkin_Mohegan4Skin .k-button:hover,
.radSkin_Mohegan4Skin .radButton:hover,
.radSkin_Mohegan4Skin .radButton.radStateHovered,
.radSkin_Mohegan4Skin .radStateHovered > .radButton, .radSkin_Mohegan4Skin .k-numeric-wrap .k-link:hover, .radSkin_Mohegan4Skin .k-dropdown-wrap.k-state-hover, .radSkin_Mohegan4Skin .k-picker-wrap .k-select:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadRibbonBar_Mohegan4Skin .rrbQat .rrbButton:active, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbClicked, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbPressed, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbExpanded, .RadRibbonBar_Mohegan4Skin .rrbButton.rrbToggled, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton:active, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton.rrbClicked, .RadRibbonBar_Mohegan4Skin .rrbButtonGroup .rrbButton.rrbPressed, .RadRibbonBar_Mohegan4Skin .rrbComboBox .rrbButton.rrbClicked,
.RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbButton.rrbClicked,
.RadRibbonBar_Mohegan4Skin .rrbNumericTextBox .rrbButton.rrbClicked,
.RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbButton.rrbClicked, .RadRibbonBar_Mohegan4Skin .rrbDropDown .rrbDDInner:active, .RadRibbonBar_Mohegan4Skin .rrbColorPicker .rrbCPInner:active, .RadRibbonBar_Mohegan4Skin .rrbGallery .rrbItem.rrbSelected, .RadRibbonBar_Mohegan4Skin .rrbGalleryActions .rrbButton.rrbClicked, .rrbSlide_Mohegan4Skin .rrbItem.rrbSelected, .radSkin_Mohegan4Skin .radButton:active,
.radSkin_Mohegan4Skin .radButton.radStateSelected,
.radSkin_Mohegan4Skin .radStateSelected > .radButton, .radSkin_Mohegan4Skin .k-numeric-wrap .k-link.k-state-selected, .radSkin_Mohegan4Skin .k-dropdown-wrap.k-state-active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.radSkin_Mohegan4Skin .radPrimary {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.radSkin_Mohegan4Skin .radPrimary:hover {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
}

.radSkin_Mohegan4Skin .radPrimary:active {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.radSkin_Mohegan4Skin .k-textbox,
.radSkin_Mohegan4Skin .radTextbox, .radSkin_Mohegan4Skin .k-numeric-wrap, .radSkin_Mohegan4Skin .k-picker-wrap {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.radSkin_Mohegan4Skin .k-popup, .radSkin_Mohegan4Skin.k-popup,
.radSkin_Mohegan4Skin .radPopup, .radSkin_Mohegan4Skin.radPopup {
    padding: 0;
    border-radius: 4px;
}

.radSkin_Mohegan4Skin .radDragClue, .radSkin_Mohegan4Skin.radDragClue {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(130, 130, 130, 0.5);
}

.radSkin_Mohegan4Skin .radList,
.radSkin_Mohegan4Skin .k-list {
    white-space: nowrap;
}

.radSkin_Mohegan4Skin .radList > .radItem,
.radSkin_Mohegan4Skin .k-list > .k-item {
    padding: 3px 15px;
    min-height: 0;
    line-height: inherit;
}

.radSkin_Mohegan4Skin .radList > .radStateHovered,
.radSkin_Mohegan4Skin .k-list > .k-state-hover {
    color: #ffffff;
    background-color: #004fff;
}

.radSkin_Mohegan4Skin .radList > .radStateFocused,
.radSkin_Mohegan4Skin .k-list > .k-state-focused {
    box-shadow: inset 0 0 5px #c00b0b;
}

.radSkin_Mohegan4Skin .radList > .radStateSelected,
.radSkin_Mohegan4Skin .k-list > .k-state-selected {
    color: #ffffff;
    background-color: #f00e0e;
}

.radSkin_Mohegan4Skin .radGrid td {
    padding: 9px 10px 10px;
    border-top-width: 1px;
    border-color: #dedede;
}

.radSkin_Mohegan4Skin .radGridHeader,
.radSkin_Mohegan4Skin .radGridHeaderWrap {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.radSkin_Mohegan4Skin .radGridHeader th {
    padding: 10px;
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.radSkin_Mohegan4Skin .radFauxRows .radAlt {
    background-color: #f9f9f9;
}

.radSkin_Mohegan4Skin .radFauxColumns .radNonwork {
    background-color: rgba(245, 245, 245, 0.4);
}

.radSkin_Mohegan4Skin .k-grid-header,
.radSkin_Mohegan4Skin .k-grid-header-wrap {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.radSkin_Mohegan4Skin .k-grid-header .k-header {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.radSkin_Mohegan4Skin .k-grid-content .k-alt {
    background-color: #f9f9f9;
}

.radSkin_Mohegan4Skin .k-grid-content td {
    border-color: #dedede;
}

.radSkin_Mohegan4Skin .k-tooltip,
.radSkin_Mohegan4Skin .radTooltip {
    border-color: black;
    color: #cccccc;
    background-color: black;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.radSkin_Mohegan4Skin .k-tooltip.k-offset-tooltip-delayed,
.radSkin_Mohegan4Skin .radTooltip.k-offset-tooltip-delayed {
    color: #ffffff;
    background-color: #d9534f;
    background-image: none;
}

.radSkin_Mohegan4Skin .k-tooltip.k-planned-tooltip,
.radSkin_Mohegan4Skin .radTooltip.k-planned-tooltip {
    color: #ffffff;
    background-color: #184ca1;
    background-image: none;
}

.radSkin_Mohegan4Skin .k-tooltip-validation {
    border-color: #ffffff;
    color: #d51923;
    background-color: #ffffff;
    background-image: none;
}

.radSkin_Mohegan4Skin .k-button,
.radSkin_Mohegan4Skin .radButton {
    padding: 6px 12px;
    border-radius: 4px;
}

.radSkin_Mohegan4Skin .radButton.radPrimary {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.radSkin_Mohegan4Skin .radButton.radPrimary:hover,
.radSkin_Mohegan4Skin .radButton.radPrimary.radStateHovered {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
}

.radSkin_Mohegan4Skin .radButton.radPrimary:focus,
.radSkin_Mohegan4Skin .radButton.radPrimary.radStateSelected {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.radSkin_Mohegan4Skin .radToolbar .radButton {
    border-radius: 0;
}

.radSkin_Mohegan4Skin .radToolbar > li:first-child .radButton {
    border-radius: 4px 0 0 4px;
}

.radSkin_Mohegan4Skin .radToolbar > li:last-child .radButton {
    border-radius: 0 4px 4px 0;
}

.radSkin_Mohegan4Skin .radToolbar > li:only-child .radButton {
    border-radius: 4px;
}

.radSkin_Mohegan4Skin .k-textbox,
.radSkin_Mohegan4Skin .radTextbox {
    padding: 6px 12px;
    width: 160px;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.42857143;
}

.radSkin_Mohegan4Skin .k-numeric-wrap {
    padding: 0 34px 0 12px;
    border-radius: 4px;
    line-height: 1.42857143;
}

.radSkin_Mohegan4Skin .k-numeric-wrap .k-input {
    padding: 6px 0;
}

.radSkin_Mohegan4Skin .k-numeric-wrap .k-select {
    width: 32px;
    border-radius: 0 4px 4px 0;
}

.radSkin_Mohegan4Skin .radDatePicker .k-picker-wrap,
.radSkin_Mohegan4Skin .radTimePicker .k-picker-wrap {
    padding: 0 34px 0 12px;
}

.radSkin_Mohegan4Skin .radDatePicker .k-select,
.radSkin_Mohegan4Skin .radTimePicker .k-select {
    width: 32px;
}

.radSkin_Mohegan4Skin .radDateTimePicker .k-picker-wrap {
    padding: 0 66px 0 12px;
}

.radSkin_Mohegan4Skin .radDateTimePicker .k-select {
    width: 64px;
}

.radSkin_Mohegan4Skin .radDateTimePicker .k-select .k-i-calendar {
    margin-left: -24px;
}

.radSkin_Mohegan4Skin .radDateTimePicker .k-select .k-i-clock {
    margin-left: 8px;
}

.radSkin_Mohegan4Skin .k-picker-wrap {
    border-radius: 4px;
    line-height: 1.42857143;
}

.radSkin_Mohegan4Skin .k-picker-wrap .k-input {
    padding: 6px 0;
}

.radSkin_Mohegan4Skin .k-picker-wrap .k-select {
    border-radius: 0 4px 4px 0;
}

.radSkin_Mohegan4Skin .radCalendar {
    width: 252px;
    border-radius: 4px;
    line-height: 1.42857143;
}

.radSkin_Mohegan4Skin .radCalendar .k-header {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.radSkin_Mohegan4Skin .radCalendar .k-nav-prev,
.radSkin_Mohegan4Skin .radCalendar .k-nav-next {
    padding: 8px;
}

.radSkin_Mohegan4Skin .radCalendar .k-nav-fast {
    padding: 6px 0;
}

.radSkin_Mohegan4Skin .radCalendar .k-nav-today {
    padding: 6px 0;
}

.radSkin_Mohegan4Skin .radCalendar th {
    padding: 6px 8px;
    border-color: #dedede;
    line-height: 1.42857143;
}

.radSkin_Mohegan4Skin .radCalendar td.k-weekend {
    color: #666666;
}

.radSkin_Mohegan4Skin .radCalendar td.k-other-month {
    color: #999999;
}

.radSkin_Mohegan4Skin .radCalendar td .k-link {
    padding: 6px 8px;
    width: 16px;
}

.radSkin_Mohegan4Skin .radCalendar .k-meta-view td .k-link {
    padding: 6px 12px;
    width: auto;
    white-space: normal;
}

.radSkin_Mohegan4Skin .radCalendar .k-link {
    border: 1px solid transparent;
    border-radius: 4px;
}

.radSkin_Mohegan4Skin .radCalendar .k-link.k-state-hover,
.radSkin_Mohegan4Skin .radCalendar .k-state-hover > .k-link {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.radSkin_Mohegan4Skin .radCalendar .k-link.k-state-focused,
.radSkin_Mohegan4Skin .radCalendar .k-state-focused > .k-link {
    border-color: #c00b0b;
    box-shadow: 0 0 6px #c00b0b;
}

.radSkin_Mohegan4Skin .radCalendar .k-link.k-state-selected,
.radSkin_Mohegan4Skin .radCalendar .k-state-selected > .k-link {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.radSkin_Mohegan4Skin.k-window {
    border-radius: 4px;
}

.radSkin_Mohegan4Skin .k-window-titlebar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    padding: 6px 12px;
    width: auto;
    height: auto;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.radSkin_Mohegan4Skin .k-window-title {
    position: static;
}

.radSkin_Mohegan4Skin .radEditFormContainer .radFormLabel {
    width: 25%;
}

.radSkin_Mohegan4Skin .radEditFormContainer .radFormField {
    width: 65%;
}

.radSkin_Mohegan4Skin .radEditFormContainer .radTextBox,
.radSkin_Mohegan4Skin .radEditFormContainer .radDateTimePicker {
    width: 100%;
}

.radSkin_Mohegan4Skin .radEditFormContainer .radNumericTextBox {
    width: 50%;
}

.radSkin_Mohegan4Skin .rgtButtonsContainer {
    border-color: #dedede;
    background-color: whitesmoke;
}

.radSkin_Mohegan4Skin.k-rtl .rgtViews > li:first-child + li .radButton {
    border-radius: 0 4px 4px 0;
}

.radSkin_Mohegan4Skin.k-rtl .rgtViews > li:last-child .radButton {
    border-radius: 4px 0 0 4px;
}

.radSkin_Mohegan4Skin.k-rtl .rgtTaskActions {
    right: auto;
    left: 5px;
}

.radSkin_Mohegan4Skin.k-rtl .k-numeric-wrap {
    padding-right: 12px;
    padding-left: 34px;
}

.radSkin_Mohegan4Skin.k-rtl .k-numeric-wrap .k-select {
    border-radius: 4px 0 0 4px;
}

.radSkin_Mohegan4Skin.k-rtl .radDatePicker .k-picker-wrap,
.radSkin_Mohegan4Skin.k-rtl .radTimePicker .k-picker-wrap {
    padding-right: 12px;
    padding-left: 34px;
}

.radSkin_Mohegan4Skin.k-rtl .radDateTimePicker .k-picker-wrap {
    padding-right: 12px;
    padding-left: 66px;
}

.radSkin_Mohegan4Skin.k-rtl .radDateTimePicker .k-select .k-i-calendar {
    margin-left: 8px;
}

.radSkin_Mohegan4Skin.k-rtl .radDateTimePicker .k-select .k-i-clock {
    margin-left: -24px;
}

.radSkin_Mohegan4Skin.k-rtl .k-picker-wrap .k-select {
    border-radius: 4px 0 0 4px;
}

@media only screen and (max-width: 1024px) {
    .RadGantt_Mohegan4Skin .rgtToolbar > .rgtViews {
        top: 5px;
        right: 5px;
    }
    .RadGantt_Mohegan4Skin .rgtToolbar > .rgtViews.rgtExpanded {
        color: #333333;
        background: #ffffff;
        border-color: #dedede;
    }
    .RadGantt_Mohegan4Skin .rgtToolbar > .rgtViews.radToolbar .radButton {
        border-radius: 4px;
    }
}

.RadCalendar_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadCalendar_Mohegan4Skin .rcTitlebar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadCalendar_Mohegan4Skin .t-button:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadCalendar_Mohegan4Skin .t-button:focus,
.RadCalendar_Mohegan4Skin .t-button:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadCalendar_Mohegan4Skin td {
    border-color: transparent;
}

.RadCalendar_Mohegan4Skin th {
    color: #666666;
    background-color: whitesmoke;
}

.RadCalendar_Mohegan4Skin .rcHeader,
.RadCalendar_Mohegan4Skin .rcFooter {
    border-color: #dedede;
}

.RadCalendar_Mohegan4Skin .rcWeek th {
    border-color: #dedede;
    color: #333333;
}

.RadCalendar_Mohegan4Skin .rcWeek .rcViewSel {
    background-color: whitesmoke;
}

.RadCalendar_Mohegan4Skin .rcToday a,
.RadCalendar_Mohegan4Skin .rcToday span {
    border-color: #184ca1;
    color: #184ca1;
}

    .RadCalendar_Mohegan4Skin .rcHover a,
    .RadCalendar_Mohegan4Skin .rcHover span {
        border-color: #0047e6;
        color: #ffffff !important;
        background-color: #004fff;
    }

.RadCalendar_Mohegan4Skin .rcSelected a,
.RadCalendar_Mohegan4Skin .rcSelected span {
    border-color: #c00b0b;
    color: #ffffff !important;
    background-color: #f00e0e;
}

.RadCalendar_Mohegan4Skin .rcFocus {
    border-color: #c00b0b;
    box-shadow: inset 0 0 5px #c00b0b;
}

.RadCalendarMultiView_Mohegan4Skin .rcTitlebar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadCalendarMultiView_Mohegan4Skin .rcCalendar {
    border-color: #dedede;
}

.RadCalendarMultiView_Mohegan4Skin td.rcTitle {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadCalendarMonthView_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadCalendarMonthView_Mohegan4Skin a:hover {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadCalendarMonthView_Mohegan4Skin .rcSelected a {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadCalendarMonthView_Mohegan4Skin .rcFocus {
    border-color: #c00b0b;
    box-shadow: inset 0 0 5px #c00b0b;
}

.RadCalendarMonthView_Mohegan4Skin .rcButtons a {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadCalendarMonthView_Mohegan4Skin .rcButtons a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadCalendarMonthView_Mohegan4Skin .rcButtons a:focus,
.RadCalendarMonthView_Mohegan4Skin .rcButtons a:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadCalendarTimeView_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadCalendarTimeView_Mohegan4Skin th {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadCalendarTimeView_Mohegan4Skin td {
    border-color: #dedede;
}

.RadCalendarTimeView_Mohegan4Skin .rcSelected a {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadCalendarTimeView_Mohegan4Skin .rcHover a {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadCalendarTimeView_Mohegan4Skin .rcFocus {
    box-shadow: inset 0 0 5px #c00b0b;
}

.RadCalendarTimeView_Mohegan4Skin .rcFooter {
    border-color: #dedede;
}

.RadPicker_Mohegan4Skin .riLabel {
    color: #333333;
}

.RadPicker_Mohegan4Skin.rcCalPopupOpen .RadInput, .RadPicker_Mohegan4Skin.rcMYPopupOpen .RadInput, .RadPicker_Mohegan4Skin.rcTimePopupOpen .RadInput {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
}

.RadPicker_Mohegan4Skin.rcCalPopupOpen .rcCalPopup,
.RadPicker_Mohegan4Skin.rcMYPopupOpen .rcCalPopup,
.RadPicker_Mohegan4Skin.rcTimePopupOpen .rcTimePopup {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMediaPlayer_Mohegan4Skin {
    color: #333333;
}

.RadMediaPlayer_Mohegan4Skin .rmpToolbar {
    color: #333333;
    background-color: rgba(245, 245, 245, 0.9);
    border-color: #dedede;
}

.RadMediaPlayer_Mohegan4Skin div.rmpVolContrBar {
    background-color: rgba(245, 245, 245, 0.9);
    border-color: #dedede;
}

.RadMediaPlayer_Mohegan4Skin.rmpSolidBgr .rmpToolbar,
.RadMediaPlayer_Mohegan4Skin.rmpSolidBgr div.rmpVolContrBar {
    background-color: whitesmoke;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylist {
    background-color: #ffffff;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylist li a {
    background-color: #ffffff;
    color: #333333;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylist li a:hover {
    background-color: #004fff;
    color: #ffffff;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylist li.rmpActive a {
    background-color: #f00e0e;
    color: #ffffff;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylist .rmpPlaylistPrevButton,
.RadMediaPlayer_Mohegan4Skin .rmpPlaylist .rmpPlaylistNextButton {
    background-color: #ffffff;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylist .rmpPlaylistPrevButton:hover,
.RadMediaPlayer_Mohegan4Skin .rmpPlaylist .rmpPlaylistNextButton:hover {
    background-color: #e6e5e5;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylistVertical li,
.RadMediaPlayer_Mohegan4Skin .rmpPlaylistVerticalInside li {
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #f2f2f2;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylistVertical .rmpPlaylistPrevButtonWrap,
.RadMediaPlayer_Mohegan4Skin .rmpPlaylistVerticalInside .rmpPlaylistPrevButtonWrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylistVertical .rmpPlaylistNextButtonWrap,
.RadMediaPlayer_Mohegan4Skin .rmpPlaylistVerticalInside .rmpPlaylistNextButtonWrap {
    border-top: 1px solid rgba(255, 255, 255, 0.85);
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylistHorizontal.rmpPlaylistNavButtons {
    border-bottom: 1px solid #f2f2f2;
    border-bottom: 1px solid #cccccc;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylistHorizontal li {
    border-left: 1px solid rgba(255, 255, 255, 0.85);
    border-right: 1px solid #f2f2f2;
}

.RadMediaPlayer_Mohegan4Skin .rmpPlaylistHorizontal .rmpPlaylistPrevButtonWrap,
.RadMediaPlayer_Mohegan4Skin .rmpPlaylistHorizontal .rmpPlaylistNextButtonWrap {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.RadMediaPlayer_Mohegan4Skin .rmpBanner {
    border: 1px solid #dedede;
}

.RadMediaPlayer_Mohegan4Skin .rmpBanner .rmpActionButton {
    background-color: #ffffff;
    color: #333333;
}

.RadMediaPlayer_Mohegan4Skin .rmpBigPlayButton,
.RadMediaPlayer_Mohegan4Skin .rmpBigPauseButton {
    background: rgba(252, 252, 252, 0.4);
}

.RadMediaPlayer_Mohegan4Skin .rmpToolbar .rmpActionButton:hover,
.RadMediaPlayer_Mohegan4Skin .rmpToolbar .rmpActionButton .rmpSubtitlesActiveIcon,
.RadMediaPlayer_Mohegan4Skin .rmpToolbar .rmpActionButton .rmpHDActiveIcon {
    color: #184ca1;
}

.RadMediaPlayer_Mohegan4Skin .rmpSocialShareBox {
    background-color: #f00e0e;
}

.RadMediaPlayer_Mohegan4Skin .RadSocialShare .sshLinkItem {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadMediaPlayer_Mohegan4Skin .RadSocialShare .sshLinkItem:active, .RadMediaPlayer_Mohegan4Skin .RadSocialShare .sshLinkItem:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadImageGallery_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadImageGallery_Mohegan4Skin .rigDotList > a {
    background: #ffffff;
    border-color: #dedede;
}

.RadImageGallery_Mohegan4Skin .rigDotList .rigCurrentItem {
    color: #184ca1;
}

.RadImageGallery_Mohegan4Skin .rigToolbar {
    color: #333333;
    background-color: rgba(245, 245, 245, 0.8);
}

.RadImageGallery_Mohegan4Skin .rigCloseButton,
.RadImageGallery_Mohegan4Skin .rigDrawerButton {
    color: #333333;
    background-color: rgba(245, 245, 245, 0.8);
}

.RadImageGallery_Mohegan4Skin .rigProgressBar div {
    background-color: #184ca1;
}

.RadImageGallery_Mohegan4Skin .rigPager {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadImageGallery_Mohegan4Skin .rigPager a.rigCurrentPage {
    border-color: #184ca1;
    color: #184ca1;
}

.RadImageGallery_Mohegan4Skin .rigTooltip {
    background-color: #ffffff;
    border-color: #dedede;
}

.RadImageGallery_Mohegan4Skin .rigTooltip:after {
    border-top-color: #ffffff;
}

.RadImageGallery_Mohegan4Skin .rigToolbar .rigActionButton:hover {
    color: #184ca1;
}

.RadLightBox_Mohegan4Skin {
    font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadLightBox_Mohegan4Skin .rltbWrapper {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadLightBox_Mohegan4Skin .rltbDescOverlayTop,
.RadLightBox_Mohegan4Skin .rltbDescOverlayBottom {
    background-color: rgba(255, 255, 255, 0.5);
}

.RadLightBox_Mohegan4Skin .rltbActionButton:hover {
    color: #184ca1;
}

.RadLightBox_Mohegan4Skin .rltbCloseButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadLightBox_Mohegan4Skin .rltbCloseButton:hover {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
}

.RadLightBox_Mohegan4Skin .rltbCloseButton:active {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
}

.km-touch-scrollbar {
    background-color: #333333;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-popup {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-popup > kendo-list > .k-first {
    border-bottom: 1px solid #dedede;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-popup > .k-group-header,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-popup .k-outer-group-header.k-first,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-popup > .k-virtual-wrap > .k-group-header {
    border-bottom-color: #dedede;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-popup .k-outer-group-header {
    border-bottom-color: #dedede;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-popup .k-list .k-item > .k-group {
    color: #ffffff;
    background: #333333;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-popup .k-list .k-item > .k-group::before {
    border-color: #333333 #333333 transparent transparent;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-rtl.k-popup .k-list .k-item > .k-group::before,
.RadPdfViewer_Mohegan4Skin_AnimationContainer [dir="rtl"] .k-popup .k-list .k-item > .k-group::before {
    border-color: #333333 transparent transparent #333333;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-group-header + div > .k-list > .k-item.k-first::before {
    border-color: #dedede;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list > .k-outer-group-header {
    border-color: #dedede;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list .k-item,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-optionlabel {
    transition-property: color, background-color, outline-color, box-shadow;
    transition-duration: 200ms;
    transition-timing-function: ease;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list .k-item:hover,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list .k-item.k-state-hover,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-optionlabel:hover,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-optionlabel.k-state-hover {
    color: #ffffff;
    background-color: #004fff;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list .k-item:hover.k-state-selected,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list .k-item.k-state-hover.k-state-selected,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-optionlabel:hover.k-state-selected,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-optionlabel.k-state-hover.k-state-selected {
    color: #ffffff;
    background-color: #dd0d0d;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list .k-item.k-state-selected,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-optionlabel.k-state-selected {
    color: #ffffff;
    background-color: #f00e0e;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer.k-animation-container-shown,
.RadPdfViewer_Mohegan4Skin_AnimationContainer.k-animation-container > .k-popup {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer.k-animation-container-fixed > .k-popup {
    box-shadow: none;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-container .k-button {
    box-shadow: none;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-container .k-button:hover,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-container .k-button.k-state-hover {
    color: #ffffff;
    background-color: #004fff;
    background-image: none;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-container .k-button:active,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-container .k-button.k-state-active {
    color: #ffffff;
    background-color: #f00e0e;
    background-image: none;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-container .k-button.k-state-disabled {
    background: transparent;
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-container .k-button:focus,
.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-container .k-button.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_Mohegan4Skin_AnimationContainer .k-list-container .k-nodata {
    color: rgba(51, 51, 51, 0.5);
}

.k-window {
    border-color: rgba(0, 0, 0, 0.08);
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
}

.k-window .k-dialog-titlebar {
    border-color: inherit;
    color: #ffffff;
    background-color: #184ca1;
}

.k-window .k-dialog-button-layout-stretched .k-button {
    border-color: inherit;
}

.k-window .k-dialog-button-layout-stretched .k-button:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
    color: inherit;
    background: none;
}

.k-window .k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
    color: #184ca1;
}

.k-window .k-dialog-button-layout-stretched .k-button:focus,
.k-window .k-dialog-button-layout-stretched .k-button.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-window .k-dialog-button-layout-stretched .k-button.k-primary:focus,
.k-window .k-dialog-button-layout-stretched .k-button.k-primary.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(24, 76, 161, 0.3);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window {
    border-color: rgba(0, 0, 0, 0.08);
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window:focus, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window.k-state-focused {
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input.k-textbox {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox:hover, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox.k-state-hover,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea:hover,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea.k-state-hover,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input.k-textbox:hover,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input.k-textbox.k-state-hover {
    border-color: #adadad;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox:focus, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox.k-state-focus,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea:focus,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea.k-state-focus,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input.k-textbox:focus,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input.k-textbox.k-state-focus {
    border-color: #f22525;
    color: #333333;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox.k-invalid, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox.k-state-invalid,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea.k-invalid,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea.k-state-invalid,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input.k-textbox.k-invalid,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input.k-textbox.k-state-invalid {
    border-color: rgba(217, 83, 79, 0.5);
    color: #d9534f;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox::selection,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea::selection,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input.k-textbox::selection {
    color: #ffffff;
    background-color: #184ca1;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox::selection,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input::selection,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea::selection {
    color: #ffffff;
    background-color: #184ca1;
}

.k-state-disabled .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox::selection, .k-state-disabled
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input::selection, .k-state-disabled
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea::selection {
    color: #333333;
    background-color: transparent;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textbox::placeholder,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input::placeholder,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-input.k-textbox::placeholder,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-textarea::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button:hover, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-state-hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button:focus, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button:active, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-state-active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary:focus, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(24, 76, 161, 0.4);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary:focus[disabled],
[disabled] .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary:focus, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary:focus.k-state-disabled, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary.k-state-focused[disabled],
[disabled] .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary.k-state-focused, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary.k-state-focused.k-state-disabled {
    box-shadow: none;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary:active, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary.k-state-active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-primary.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dropdown-button:active > .k-button:not(:disabled),
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dropdown-button.k-state-active > .k-button:not(:disabled) {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dropdown-button:focus > .k-button,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dropdown-button.k-state-focused > .k-button {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dropdown-button .k-widget {
    border-width: 0;
    display: inline-block;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group .k-button:active,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group .k-button.k-state-active,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group .k-button.k-state-selected,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group > input[type="radio"]:checked + .k-button,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group > input[type="checkbox"]:checked + .k-button {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group .k-button:focus,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group .k-button.k-state-focused,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group > input[type="radio"]:focus + .k-button,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group > input[type="checkbox"]:focus + .k-button {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group.k-state-disabled .k-button:not(.k-state-active),
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-group .k-state-disabled:not(.k-state-active) {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-split-button:focus,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-split-button.k-state-focused {
    outline: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-split-button.k-button-group .k-button:active, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-split-button.k-button-group .k-button.k-state-active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat,
.k-button-group .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat,
.k-button-group
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat {
    color: inherit;
    background: none;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat::after,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat::after {
    display: block;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat:focus::after, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat.k-state-focused::after,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat:focus::after,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat.k-state-focused::after {
    box-shadow: inset 0 0 0 2px currentColor;
    opacity: .12;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat:hover, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat.k-state-hover, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat:active, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat.k-state-active, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat:hover:active, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat:hover.k-state-active,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat:hover,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat.k-state-hover,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat:active,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat.k-state-active,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat:hover:active,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button.k-flat:hover.k-state-active {
    color: inherit;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat.k-primary, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat.k-primary:hover, .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat.k-primary.k-state-hover,
.k-button-group .RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-button-flat.k-primary {
    color: #184ca1;
    background: none;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-window-titlebar {
    border-color: inherit;
    color: #333333;
    background-color: whitesmoke;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dialog-titlebar {
    border-color: inherit;
    color: #ffffff;
    background-color: #184ca1;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button {
    border-color: inherit;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
    color: inherit;
    background: none;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
    color: #184ca1;
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button:focus,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button.k-primary:focus,
.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button.k-primary.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(24, 76, 161, 0.3);
}

.RadPdfViewer_Mohegan4Skin_SearchDialog.k-window .k-pdf-viewer-search-dialog {
    border-color: #dedede;
}

.RadPdfViewer_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin .k-textbox,
.RadPdfViewer_Mohegan4Skin .k-textarea,
.RadPdfViewer_Mohegan4Skin .k-input.k-textbox {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin .k-textbox:hover, .RadPdfViewer_Mohegan4Skin .k-textbox.k-state-hover,
.RadPdfViewer_Mohegan4Skin .k-textarea:hover,
.RadPdfViewer_Mohegan4Skin .k-textarea.k-state-hover,
.RadPdfViewer_Mohegan4Skin .k-input.k-textbox:hover,
.RadPdfViewer_Mohegan4Skin .k-input.k-textbox.k-state-hover {
    border-color: #adadad;
}

.RadPdfViewer_Mohegan4Skin .k-textbox:focus, .RadPdfViewer_Mohegan4Skin .k-textbox.k-state-focus,
.RadPdfViewer_Mohegan4Skin .k-textarea:focus,
.RadPdfViewer_Mohegan4Skin .k-textarea.k-state-focus,
.RadPdfViewer_Mohegan4Skin .k-input.k-textbox:focus,
.RadPdfViewer_Mohegan4Skin .k-input.k-textbox.k-state-focus {
    border-color: #f22525;
    color: #333333;
}

.RadPdfViewer_Mohegan4Skin .k-textbox.k-invalid, .RadPdfViewer_Mohegan4Skin .k-textbox.k-state-invalid,
.RadPdfViewer_Mohegan4Skin .k-textarea.k-invalid,
.RadPdfViewer_Mohegan4Skin .k-textarea.k-state-invalid,
.RadPdfViewer_Mohegan4Skin .k-input.k-textbox.k-invalid,
.RadPdfViewer_Mohegan4Skin .k-input.k-textbox.k-state-invalid {
    border-color: rgba(217, 83, 79, 0.5);
    color: #d9534f;
}

.RadPdfViewer_Mohegan4Skin .k-textbox::selection,
.RadPdfViewer_Mohegan4Skin .k-textarea::selection,
.RadPdfViewer_Mohegan4Skin .k-input.k-textbox::selection {
    color: #ffffff;
    background-color: #184ca1;
}

.RadPdfViewer_Mohegan4Skin .k-textbox::selection,
.RadPdfViewer_Mohegan4Skin .k-input::selection,
.RadPdfViewer_Mohegan4Skin .k-textarea::selection {
    color: #ffffff;
    background-color: #184ca1;
}

.k-state-disabled .RadPdfViewer_Mohegan4Skin .k-textbox::selection, .k-state-disabled
.RadPdfViewer_Mohegan4Skin .k-input::selection, .k-state-disabled
.RadPdfViewer_Mohegan4Skin .k-textarea::selection {
    color: #333333;
    background-color: transparent;
}

.RadPdfViewer_Mohegan4Skin .k-textbox::placeholder,
.RadPdfViewer_Mohegan4Skin .k-input::placeholder,
.RadPdfViewer_Mohegan4Skin .k-input.k-textbox::placeholder,
.RadPdfViewer_Mohegan4Skin .k-textarea::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_Mohegan4Skin .k-button {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin .k-button:hover, .RadPdfViewer_Mohegan4Skin .k-button.k-state-hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadPdfViewer_Mohegan4Skin .k-button:focus, .RadPdfViewer_Mohegan4Skin .k-button.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-button:active, .RadPdfViewer_Mohegan4Skin .k-button.k-state-active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-button.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-button.k-primary {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
}

.RadPdfViewer_Mohegan4Skin .k-button.k-primary:focus, .RadPdfViewer_Mohegan4Skin .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(24, 76, 161, 0.4);
}

.RadPdfViewer_Mohegan4Skin .k-button.k-primary:focus[disabled],
[disabled] .RadPdfViewer_Mohegan4Skin .k-button.k-primary:focus, .RadPdfViewer_Mohegan4Skin .k-button.k-primary:focus.k-state-disabled, .RadPdfViewer_Mohegan4Skin .k-button.k-primary.k-state-focused[disabled],
[disabled] .RadPdfViewer_Mohegan4Skin .k-button.k-primary.k-state-focused, .RadPdfViewer_Mohegan4Skin .k-button.k-primary.k-state-focused.k-state-disabled {
    box-shadow: none;
}

.RadPdfViewer_Mohegan4Skin .k-button.k-primary:active, .RadPdfViewer_Mohegan4Skin .k-button.k-primary.k-state-active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-button.k-primary.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-dropdown-button:active > .k-button:not(:disabled),
.RadPdfViewer_Mohegan4Skin .k-dropdown-button.k-state-active > .k-button:not(:disabled) {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-dropdown-button:focus > .k-button,
.RadPdfViewer_Mohegan4Skin .k-dropdown-button.k-state-focused > .k-button {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-dropdown-button .k-widget {
    border-width: 0;
    display: inline-block;
}

.RadPdfViewer_Mohegan4Skin .k-button-group .k-button:active,
.RadPdfViewer_Mohegan4Skin .k-button-group .k-button.k-state-active,
.RadPdfViewer_Mohegan4Skin .k-button-group .k-button.k-state-selected,
.RadPdfViewer_Mohegan4Skin .k-button-group > input[type="radio"]:checked + .k-button,
.RadPdfViewer_Mohegan4Skin .k-button-group > input[type="checkbox"]:checked + .k-button {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-button-group .k-button:focus,
.RadPdfViewer_Mohegan4Skin .k-button-group .k-button.k-state-focused,
.RadPdfViewer_Mohegan4Skin .k-button-group > input[type="radio"]:focus + .k-button,
.RadPdfViewer_Mohegan4Skin .k-button-group > input[type="checkbox"]:focus + .k-button {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_Mohegan4Skin .k-button-group.k-state-disabled .k-button:not(.k-state-active),
.RadPdfViewer_Mohegan4Skin .k-button-group .k-state-disabled:not(.k-state-active) {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin .k-split-button:focus,
.RadPdfViewer_Mohegan4Skin .k-split-button.k-state-focused {
    outline: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-split-button.k-button-group .k-button:active, .RadPdfViewer_Mohegan4Skin .k-split-button.k-button-group .k-button.k-state-active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_Mohegan4Skin .k-button-flat,
.k-button-group .RadPdfViewer_Mohegan4Skin .k-button-flat,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat,
.k-button-group
.RadPdfViewer_Mohegan4Skin .k-button.k-flat {
    color: inherit;
    background: none;
}

.RadPdfViewer_Mohegan4Skin .k-button-flat::after,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat::after {
    display: block;
}

.RadPdfViewer_Mohegan4Skin .k-button-flat:focus::after, .RadPdfViewer_Mohegan4Skin .k-button-flat.k-state-focused::after,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat:focus::after,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat.k-state-focused::after {
    box-shadow: inset 0 0 0 2px currentColor;
    opacity: .12;
}

.RadPdfViewer_Mohegan4Skin .k-button-flat:hover, .RadPdfViewer_Mohegan4Skin .k-button-flat.k-state-hover, .RadPdfViewer_Mohegan4Skin .k-button-flat:active, .RadPdfViewer_Mohegan4Skin .k-button-flat.k-state-active, .RadPdfViewer_Mohegan4Skin .k-button-flat:hover:active, .RadPdfViewer_Mohegan4Skin .k-button-flat:hover.k-state-active,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat:hover,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat.k-state-hover,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat:active,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat.k-state-active,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat:hover:active,
.RadPdfViewer_Mohegan4Skin .k-button.k-flat:hover.k-state-active {
    color: inherit;
}

.RadPdfViewer_Mohegan4Skin .k-button-flat.k-primary, .RadPdfViewer_Mohegan4Skin .k-button-flat.k-primary:hover, .RadPdfViewer_Mohegan4Skin .k-button-flat.k-primary.k-state-hover,
.k-button-group .RadPdfViewer_Mohegan4Skin .k-button-flat.k-primary {
    color: #184ca1;
    background: none;
}

.RadPdfViewer_Mohegan4Skin .k-combobox {
    background-color: transparent;
}

.RadPdfViewer_Mohegan4Skin .k-combobox .k-dropdown-wrap {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin .k-combobox .k-dropdown-wrap.k-invalid, .RadPdfViewer_Mohegan4Skin .k-combobox .k-dropdown-wrap.k-invalid:hover, .RadPdfViewer_Mohegan4Skin .k-combobox .k-dropdown-wrap.k-state-invalid {
    color: #d9534f;
    border-color: rgba(217, 83, 79, 0.5);
}

.RadPdfViewer_Mohegan4Skin .k-combobox .k-select {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin .k-combobox > :hover,
.RadPdfViewer_Mohegan4Skin .k-combobox .k-state-hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin .k-combobox > :hover .k-select,
.RadPdfViewer_Mohegan4Skin .k-combobox .k-state-hover .k-select {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadPdfViewer_Mohegan4Skin .k-combobox > .k-state-focused,
.RadPdfViewer_Mohegan4Skin .k-combobox .k-state-active {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.RadPdfViewer_Mohegan4Skin .k-toolbar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadPdfViewer_Mohegan4Skin .k-toolbar .k-overflow-anchor {
    border-width: 0;
    color: inherit;
    background: transparent;
}

.RadPdfViewer_Mohegan4Skin .k-toolbar .k-state-border-up,
.RadPdfViewer_Mohegan4Skin .k-toolbar .k-state-border-down {
    box-shadow: none;
}

.RadPdfViewer_Mohegan4Skin .k-toolbar .k-state-border-up::before,
.RadPdfViewer_Mohegan4Skin .k-toolbar .k-state-border-up .k-button::before,
.RadPdfViewer_Mohegan4Skin .k-toolbar .k-state-border-down::before,
.RadPdfViewer_Mohegan4Skin .k-toolbar .k-state-border-down .k-button::before {
    opacity: 0;
}

.RadPdfViewer_Mohegan4Skin .k-toolbar .k-separator {
    border-color: inherit;
}

.RadPdfViewer_Mohegan4Skin .k-toolbar .k-button.k-state-disabled::after {
    opacity: 0;
}

.RadPdfViewer_Mohegan4Skin .k-toolbar .k-combobox .k-state-border-up,
.RadPdfViewer_Mohegan4Skin .k-toolbar .k-combobox .k-state-border-down {
    box-shadow: none;
}

.RadPdfViewer_Mohegan4Skin .k-pager-wrap {
    color: #333333;
    background-color: whitesmoke;
}

.RadPdfViewer_Mohegan4Skin .k-pager-wrap.k-pager-lg .k-pager-numbers, .RadPdfViewer_Mohegan4Skin .k-pager-wrap.k-pager-md .k-pager-numbers, .RadPdfViewer_Mohegan4Skin .k-pager-wrap.k-pager-sm .k-pager-numbers {
    border-color: #cccccc;
    background-color: whitesmoke;
}

.RadPdfViewer_Mohegan4Skin .k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-current-page, .RadPdfViewer_Mohegan4Skin .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-current-page, .RadPdfViewer_Mohegan4Skin .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-current-page {
    border-color: #cccccc;
}

.RadPdfViewer_Mohegan4Skin .k-pager-nav:hover {
    color: #184ca1;
    background-color: #004fff;
}

.RadPdfViewer_Mohegan4Skin .k-pager-nav:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_Mohegan4Skin .k-pager-numbers .k-link {
    color: #184ca1;
}

.RadPdfViewer_Mohegan4Skin .k-pager-numbers .k-link:hover, .RadPdfViewer_Mohegan4Skin .k-pager-numbers .k-link.k-state-hover {
    color: #184ca1;
    background-color: #004fff;
}

.RadPdfViewer_Mohegan4Skin .k-pager-numbers .k-link:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_Mohegan4Skin .k-pager-numbers .k-state-selected {
    color: #ffffff;
    background-color: #f00e0e;
}

.RadPdfViewer_Mohegan4Skin .k-canvas {
    background-color: #ffffff;
}

.RadPdfViewer_Mohegan4Skin .k-page {
    border-color: #dedede;
    color: #333333;
    background-color: white;
    box-shadow: 0 0 15px #dedede;
}

.RadPdfViewer_Mohegan4Skin .k-search-highlight {
    background-color: #4d4c4c;
}

.RadFileExplorer_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadFileExplorer_Mohegan4Skin .rfeFilterTxt,
.RadFileExplorer_Mohegan4Skin .rfeAddressBox {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadFileExplorer_Mohegan4Skin .rfeLink {
    border-radius: 4px;
}

.RadFileExplorer_Mohegan4Skin .rfeLink:hover {
    border-color: #0047e6;
    color: #ffffff;
    background-color: #004fff;
}

.RadFileExplorer_Mohegan4Skin .rfeSelectedLink,
.RadFileExplorer_Mohegan4Skin .rfeSelectedLink:hover {
    border-color: #c00b0b;
    color: #ffffff;
    background-color: #f00e0e;
}

.RadFileExplorer_Mohegan4Skin .rfeDropZone,
.RadFileExplorer_Mohegan4Skin .rfeFilterContainer,
.RadFileExplorer_Mohegan4Skin .rfePageControlContainer {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadFileExplorer_Mohegan4Skin .rfeDropUploadInfoPanel {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadFileExplorer_Mohegan4Skin .RadSlider .rslHorizontal a.rslHandle {
    margin-top: -0.8571428571em;
}

.RadWindow_Mohegan4Skin .rfeUploadInfoPanel {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadCloudUpload_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadCloudUpload_Mohegan4Skin .rcuButton {
    border-radius: 3px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadCloudUpload_Mohegan4Skin .rcuInfoPanel {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadCloudUpload_Mohegan4Skin .rcuHeader {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadCloudUpload_Mohegan4Skin .rcuFileList {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadCloudUpload_Mohegan4Skin .rcuProgressBar {
    border-radius: 6px;
    border-color: #dedede;
    background-color: whitesmoke;
    background-image: linear-gradient();
}

.RadCloudUpload_Mohegan4Skin .rcuProgress {
    border-color: #ffffff;
    background-color: #f00e0e;
    background-image: linear-gradient();
}

.RadCloudUpload_Mohegan4Skin .p-i-loading {
    background-image: url(" ");
}

.RadCloudUpload_Mohegan4Skin .rcuDropZone {
    border-color: #113775;
    color: #ffffff;
    background-color: #184ca1;
}

.RadCloudUpload_Mohegan4Skin .rcuButton.rcuHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadCloudUpload_Mohegan4Skin .rcuButtons .rcuHovered {
    border-color: transparent;
    color: #184ca1;
    background: none;
    box-shadow: none;
}

.RadCloudUpload_Mohegan4Skin .rcuButton.rcuPressed {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.rcuToolTip_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadUpload_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadUpload_Mohegan4Skin .ruFileLI .ruButton:hover {
    color: #184ca1;
}

.RadUpload_Mohegan4Skin .ruFileLI .ruFileProgressWrap {
    background-color: whitesmoke;
    background-image: linear-gradient();
    border-radius: 2px;
}

.RadUpload_Mohegan4Skin .ruFileLI .ruFileProgress {
    border-color: #c00b0b;
    background-color: #f00e0e;
    background-image: linear-gradient();
}

.RadUpload_Mohegan4Skin .ruUploadSuccess .radIcon:before {
    background-color: #5cb85c;
}

.RadUpload_Mohegan4Skin .ruUploading .radIcon:before {
    background-color: #f0ad4e;
}

.RadUpload_Mohegan4Skin .ruUploadCancelled .radIcon:before,
.RadUpload_Mohegan4Skin .ruUploadFailure .radIcon:before {
    background-color: #d9534f;
}

.RadUpload_Mohegan4Skin .ruSelectWrap .ruFakeInput {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
}

.RadUpload_Mohegan4Skin .ruSelectWrap .ruButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
}

.RadUpload_Mohegan4Skin .ruSelectWrap .ruButton.ruButtonHover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadUpload_Mohegan4Skin .ruSelectWrap .ruButton.ruFocused {
    box-shadow: inset 0 0 5px rgba(173, 173, 173, 0.5);
}

.RadUpload_Mohegan4Skin .ruDropZone {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
    border-radius: 4px;
}

.RadTagCloud_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadTagCloud_Mohegan4Skin.rtcClassic {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.RadTagCloud_Mohegan4Skin .rtcTagItem a {
    color: #184ca1;
}

.RadTagCloud_Mohegan4Skin .rtcTagItem a:hover {
    color: #0e2d5e;
}

.RadTagCloud_Mohegan4Skin.rtcLoading {
    background-image: url(" ");
}

.RadSocialShare_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
    padding: 6px 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadSocialShare_Mohegan4Skin .sshLinkItem:hover {
    color: #184ca1;
}

.RadRating_Mohegan4Skin a:before {
    color: #c4c4c4;
}

.RadRating_Mohegan4Skin .rrtOver span,
.RadRating_Mohegan4Skin a:hover .rrtPartComplement,
.RadRating_Mohegan4Skin .rrtVertical .rrtSelected.rrtOver a,
.RadRating_Mohegan4Skin .rrtSelected .rrtPartSelected,
.RadRating_Mohegan4Skin .rrtSelected.rrtOver a {
    color: #adadad;
}

.RadRating_Mohegan4Skin .rrtSelected span {
    color: #428bca;
}

.RadRating_Mohegan4Skin .rrtSelected .rrtPart,
.RadRating_Mohegan4Skin .rrtSelected.rrtOver span {
    color: #3071a9;
}

.RadRating_Mohegan4Skin .rrtReversed .rrtPart:before {
    color: #adadad;
}

.RadRating_Mohegan4Skin .rrtReversed .rrtSelected .rrtPartComplement:before {
    color: #3071a9;
}

.RadOrgChart_Mohegan4Skin {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadOrgChart_Mohegan4Skin .rocGroup {
    border-radius: 10px;
    background-color: rgba(245, 245, 245, 0.5);
}

.RadOrgChart_Mohegan4Skin .rocItem,
.RadOrgChart_Mohegan4Skin .rocItemTemplate {
    border-radius: 5px;
    border-color: #f2f2f2;
    color: #333333;
    background-color: #ffffff;
}

.RadOrgChart_Mohegan4Skin .rocExpandArrow,
.RadOrgChart_Mohegan4Skin .rocCollapseArrow,
.RadOrgChart_Mohegan4Skin .rocExpandGroupArrow,
.RadOrgChart_Mohegan4Skin .rocCollapseGroupArrow {
    border-radius: 3px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadOrgChart_Mohegan4Skin .rocLoadingNodes .rocExpandArrow,
.RadOrgChart_Mohegan4Skin .rocLoadingNodes .rocCollapseArrow,
.RadOrgChart_Mohegan4Skin .rocLoadingGroups .rocExpandGroupArrow,
.RadOrgChart_Mohegan4Skin .rocLoadingGroups .rocCollapseGroupArrow {
    background-image: url(" ");
}

.RadOrgChart_Mohegan4Skin .rocExpandArrow:hover,
.RadOrgChart_Mohegan4Skin .rocCollapseArrow:hover,
.RadOrgChart_Mohegan4Skin .rocExpandGroupArrow:hover,
.RadOrgChart_Mohegan4Skin .rocCollapseGroupArrow:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadOrgChart_Mohegan4Skin .rocExpandArrow:active,
.RadOrgChart_Mohegan4Skin .rocCollapseArrow:active,
.RadOrgChart_Mohegan4Skin .rocExpandGroupArrow:active,
.RadOrgChart_Mohegan4Skin .rocCollapseGroupArrow:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadOrgChart_Mohegan4Skin.rocDetachedItem,
.RadOrgChart_Mohegan4Skin.rocDetachedNode {
    border-radius: 5px;
    border-color: #f2f2f2;
    color: #333333;
    background-color: #ffffff;
}

.rocToolbar_Mohegan4Skin {
    border-radius: 4px;
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.rocToolbar_Mohegan4Skin .rocToolbarButton {
    border-radius: 2px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.rocToolbar_Mohegan4Skin .rocToolbarButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.rocToolbar_Mohegan4Skin .rocToolbarButton:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadMap_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadMap_Mohegan4Skin .k-navigator {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadMap_Mohegan4Skin .k-button {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadMap_Mohegan4Skin .k-button:hover,
.RadMap_Mohegan4Skin .k-navigator > .k-button:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMap_Mohegan4Skin .k-button:active,
.RadMap_Mohegan4Skin .k-button:focus,
.RadMap_Mohegan4Skin .k-navigator > .k-button:active,
.RadMap_Mohegan4Skin .k-navigator > .k-button:focus {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMap_Mohegan4Skin .k-marker {
    color: #184ca1;
}

.RadMap_Mohegan4Skin.k-tooltip {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #ffffff;
}

.RadMap_Mohegan4Skin.k-tooltip .k-tooltip-button {
    color: #333333;
    background-color: #ffffff;
}

.RadMap_Mohegan4Skin.k-tooltip .k-tooltip-button:hover {
    color: #184ca1;
}

@media \0screen\,screen\9 {
    .RadMap_Mohegan4Skin .k-icon {
        background-image: url(" ");
    }
    .RadMap_Mohegan4Skin .k-i-arrow-n {
        background-position: -17px -17px;
    }
    .RadMap_Mohegan4Skin .k-button:hover .k-i-arrow-n {
        background-position: -67px -17px;
    }
    .RadMap_Mohegan4Skin .k-button:active .k-i-arrow-n,
    .RadMap_Mohegan4Skin .k-button:focus .k-i-arrow-n {
        background-position: -117px -17px;
    }
    .RadMap_Mohegan4Skin .k-i-arrow-e {
        background-position: -17px -167px;
    }
    .RadMap_Mohegan4Skin .k-button:hover .k-i-arrow-e {
        background-position: -67px -167px;
    }
    .RadMap_Mohegan4Skin .k-button:active .k-i-arrow-e,
    .RadMap_Mohegan4Skin .k-button:focus .k-i-arrow-e {
        background-position: -117px -167px;
    }
    .RadMap_Mohegan4Skin .k-i-arrow-s {
        background-position: -17px -67px;
    }
    .RadMap_Mohegan4Skin .k-button:hover .k-i-arrow-s {
        background-position: -67px -67px;
    }
    .RadMap_Mohegan4Skin .k-button:active .k-i-arrow-s,
    .RadMap_Mohegan4Skin .k-button:focus .k-i-arrow-s {
        background-position: -117px -67px;
    }
    .RadMap_Mohegan4Skin .k-i-arrow-w {
        background-position: -17px -117px;
    }
    .RadMap_Mohegan4Skin .k-button:hover .k-i-arrow-w {
        background-position: -67px -117px;
    }
    .RadMap_Mohegan4Skin .k-button:active .k-i-arrow-w,
    .RadMap_Mohegan4Skin .k-button:focus .k-i-arrow-w {
        background-position: -117px -117px;
    }
    .RadMap_Mohegan4Skin .k-i-close,
    .RadMap_Mohegan4Skin .k-i-close:hover {
        background-color: transparent;
        background-position: -67px -1917px;
    }
}

.RadUploadProgressArea_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    border-radius: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadUploadProgressArea_Mohegan4Skin .ruHeader {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dedede;
}

.RadUploadProgressArea_Mohegan4Skin .ruFooter {
    color: #333333;
    background: whitesmoke;
    border-color: #dedede;
    padding: 0.5em 0.8571428571em;
}

.RadUploadProgressArea_Mohegan4Skin .ruProgressBar {
    border-color: #cccccc;
    border-radius: 0.3174603175em;
    background: #ffffff;
}

.RadUploadProgressArea_Mohegan4Skin .ruProgress {
    background-color: #428bca;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.RadUploadProgressArea_Mohegan4Skin .radButton {
    padding: 0.4285714286em 0.8571428571em;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0.2142857143em;
    border-color: #cccccc;
}

.RadUploadProgressArea_Mohegan4Skin .radButton.ruHovered {
    color: #333333;
    background-color: #e6e5e5;
    border-color: #adadad;
}

.RadProgressBar_Mohegan4Skin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    background-color: whitesmoke;
    /* Vertical */
}

.RadProgressBar_Mohegan4Skin.rpbClassic {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadProgressBar_Mohegan4Skin,
.RadProgressBar_Mohegan4Skin .rpbStateSelected,
.RadProgressBar_Mohegan4Skin .rpbStateSelected:hover {
    background-image: none;
}

.RadProgressBar_Mohegan4Skin.rpbHorizontal {
    height: 1.4285714286em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.RadProgressBar_Mohegan4Skin > .rpbLabelWrapper {
    border-color: #dedede;
    line-height: normal;
}

.RadProgressBar_Mohegan4Skin .rpbLabel {
    font-size: 0.8571428571em;
}

.RadProgressBar_Mohegan4Skin .rpbStateSelected,
.RadProgressBar_Mohegan4Skin .rpbStateSelected:hover,
.RadProgressBar_Mohegan4Skin .rpbStateSelected:link,
.RadProgressBar_Mohegan4Skin .rpbStateSelected:visited {
    background-color: #f00e0e;
    color: #ffffff;
}

.RadProgressBar_Mohegan4Skin .rpbChunk {
    border-color: #dedede;
}

.RadProgressBar_Mohegan4Skin .rpbChunk.rpbStateDefault {
    background-color: whitesmoke;
}

.RadProgressBar_Mohegan4Skin.rpbHorizontal .rpbStateSelected,
.RadProgressBar_Mohegan4Skin.rpbHorizontal .rpbStateSelected:hover,
.RadProgressBar_Mohegan4Skin.rpbHorizontal .rpbStateSelected:link,
.RadProgressBar_Mohegan4Skin.rpbHorizontal .rpbStateSelected:visited,
.RadProgressBar_Mohegan4Skin.rpbHorizontal .rpbChunk.rpbStateSelected {
    border-color: #c00b0b;
}

.RadProgressBar_Mohegan4Skin.rpbStripped .rpbStateSelected {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 2.8571428571em 2.8571428571em;
}

.RadProgressBar_Mohegan4Skin.rpbVertical {
    width: 1.4285714286em;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) inset;
}

.RadProgressBar_Mohegan4Skin.rpbVertical .rpbStateSelected,
.RadProgressBar_Mohegan4Skin.rpbVertical .rpbStateSelected:hover,
.RadProgressBar_Mohegan4Skin.rpbVertical .rpbStateSelected:link,
.RadProgressBar_Mohegan4Skin.rpbVertical .rpbStateSelected:visited,
.RadProgressBar_Mohegan4Skin.rpbVertical .rpbChunk.rpbStateSelected {
    border-color: #c00b0b;
}

.RadProgressBar_Mohegan4Skin.rpbIndeterminate {
    background-image: url(" ");
}

.RadForm_Mohegan4Skin {
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadForm_Mohegan4Skin .rfdHeading {
    color: #333333;
    border-bottom-color: #dedede;
}

.RadForm_Mohegan4Skin.rfdFieldset fieldset {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadForm_Mohegan4Skin .rfdAspLabel,
.RadForm_Mohegan4Skin.rfdLabel label {
    color: #333333;
}

.RadForm_Mohegan4Skin .rfdSkinnedButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    box-shadow: none;
}

.RadForm_Mohegan4Skin .rfdSkinnedButton:hover,
.RadForm_Mohegan4Skin .rfdSkinnedButton:focus {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadForm_Mohegan4Skin .rfdSkinnedButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
}

.RadForm_Mohegan4Skin .rfdSkinnedButton:active,
.RadForm_Mohegan4Skin .rfdClickedButton,
.RadForm_Mohegan4Skin .rfdFocusedButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    color: #333333;
}

.RadForm_Mohegan4Skin .rfdPrimaryButton {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
    box-shadow: none;
}

.RadForm_Mohegan4Skin .rfdPrimaryButton:hover {
    border-color: #0d2856;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadForm_Mohegan4Skin .rfdPrimaryButton:active,
.RadForm_Mohegan4Skin .rfdPrimaryButton.rfdClickedButton,
.RadForm_Mohegan4Skin .rfdPrimaryButton.rfdFocusedButton {
    border-color: #040d1c;
    color: #ffffff;
    background-color: #113775;
    box-shadow: none;
}

.RadForm_Mohegan4Skin .rfdPrimaryButton.rfdInputDisabled {
    border-color: #15428b;
    color: #ffffff;
    background-color: #184ca1;
    box-shadow: none;
}

.RadForm_Mohegan4Skin .rfdTextInput,
.RadForm_Mohegan4Skin.rfdTextarea textarea {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.RadForm_Mohegan4Skin .rfdTextInput:hover,
.RadForm_Mohegan4Skin.rfdTextarea textarea:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadForm_Mohegan4Skin .rfdTextInput:active,
.RadForm_Mohegan4Skin.rfdTextarea textarea:active,
.RadForm_Mohegan4Skin .rfdTextInput:focus,
.RadForm_Mohegan4Skin.rfdTextarea textarea:focus {
    border-color: #f22525;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.RadForm_Mohegan4Skin .rfdTextInput:disabled,
.RadForm_Mohegan4Skin.rfdTextarea textarea:disabled {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadForm_Mohegan4Skin .rfdRadioChecked:before,
.RadForm_Mohegan4Skin .rfdCheckboxChecked:before {
    color: #184ca1;
}

.RadForm_Mohegan4Skin .rfdRadioUnchecked:hover:before,
.RadForm_Mohegan4Skin .rfdCheckboxUnchecked:hover:before,
.RadForm_Mohegan4Skin .rfdRadioChecked:hover:before,
.RadForm_Mohegan4Skin .rfdCheckboxChecked:hover:before {
    color: #0e2d5e;
}

.RadForm_Mohegan4Skin .rgSelectedRow .rfdRadioChecked:before, .RadForm_Mohegan4Skin .rgSelectedRow .rfdRadioChecked:hover:before,
.RadForm_Mohegan4Skin .rgSelectedRow .rfdCheckboxChecked:before,
.RadForm_Mohegan4Skin .rgSelectedRow .rfdCheckboxChecked:hover:before {
    color: #ffffff;
}

.RadForm_Mohegan4Skin .rfdRealInput:focus + .rfdRadioUnchecked:before,
.RadForm_Mohegan4Skin .rfdRealInput:focus + .rfdCheckboxUnchecked:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadForm_Mohegan4Skin .rfdRealInput:focus + .rfdRadioChecked:before,
.RadForm_Mohegan4Skin .rfdRealInput:focus + .rfdCheckboxChecked:before {
    box-shadow: 0 0 1px 1px rgba(24, 76, 161, 0.5);
}

.RadForm_Mohegan4Skin .rfdSelect_Mohegan4Skin,
.RadForm_Mohegan4Skin .rfdSelect_Mohegan4Skin.rfdDropDownExpanded {
    border-radius: 4px;
}

.RadForm_Mohegan4Skin .rfdSelect_Mohegan4Skin {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
}

.RadForm_Mohegan4Skin .rfdSelect_Mohegan4Skin:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadForm_Mohegan4Skin .rfdSelect_Mohegan4Skin:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
}

.RadForm_Mohegan4Skin .rfdSelect_Mohegan4Skin:active,
.RadForm_Mohegan4Skin .rfdSelect_Mohegan4Skin:focus {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    color: #333333;
}

.RadForm_Mohegan4Skin .rfdSelect_Mohegan4Skin.rfdSelectDisabled {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    box-shadow: none;
}

.RadForm_Mohegan4Skin.rfdScrollBars .rfdSelectBox::-webkit-scrollbar,
.RadForm_Mohegan4Skin.rfdScrollBars .rfdSelectBox::-webkit-scrollbar-thumb:vertical,
.RadForm_Mohegan4Skin.rfdScrollBars .rfdSelectBox::-webkit-scrollbar-thumb:horizontal,
.RadForm_Mohegan4Skin.rfdScrollBars form::-webkit-scrollbar,
.RadForm_Mohegan4Skin.rfdScrollBars form::-webkit-scrollbar-thumb:vertical,
.RadForm_Mohegan4Skin.rfdScrollBars form::-webkit-scrollbar-thumb:horizontal {
    background-color: #fcfcfc;
}

.RadForm_Mohegan4Skin.rfdScrollBars textarea::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment,
.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-thumb:vertical,
.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-thumb:horizontal {
    border-color: #dedede;
    background-color: #fcfcfc;
}

.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment {
    background-image: url(" ");
    background-color: #fcfcfc;
}

.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement {
    background-position: -17.5px -1118px;
}

.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment {
    background-position: -17.5px -1168px;
}

.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement {
    background-position: -18px -1018px;
}

.RadForm_Mohegan4Skin.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment {
    background-position: -18px -1068px;
}

.RadForm_Mohegan4Skin.rfdScrollBars {
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #616161;
    scrollbar-base-color: #ffffff;
    scrollbar-darkshadow-color: #cccccc;
    scrollbar-face-color: #e6e5e5;
    scrollbar-highlight-color: #e6e5e5;
    scrollbar-shadow-color: #e6e5e5;
    scrollbar-track-color: #ffffff;
}

.RadForm_Mohegan4Skin .rfdTable {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadForm_Mohegan4Skin .rfdTable th {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadForm_Mohegan4Skin .rfdTable a {
    color: #184ca1;
}

.RadForm_Mohegan4Skin .rfdTable a:hover {
    color: #0e2d5e;
}

.RadForm_Mohegan4Skin .rfdLoginControl,
.RadForm_Mohegan4Skin .rfdValidationSummaryControl {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadForm_Mohegan4Skin a.rfdLoginControl,
.RadForm_Mohegan4Skin a.rfdLoginControl:active,
.RadForm_Mohegan4Skin a.rfdLoginControl:visited {
    color: #333333;
}

.RadForm_Mohegan4Skin a.rfdLoginControl:hover {
    color: #ffffff;
}

.rfdSelectBox_Mohegan4Skin {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.rfdSelectBox_Mohegan4Skin li {
    padding: 3px 12px;
}

.rfdSelectBox_Mohegan4Skin li:hover,
.rfdSelectBox_Mohegan4Skin .rfdSelect_hovered {
    color: #ffffff;
    background-color: #004fff;
}

.rfdSelectBox_Mohegan4Skin .rfdSelect_selected,
.rfdSelectBox_Mohegan4Skin .rfdSelect_selected:hover {
    color: #ffffff;
    background-color: #f00e0e;
}
