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

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

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

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

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

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

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

.RadMenu_BootstrapTheme .rmRootLink:hover {
    color: #333333;
    background-color: #e4e4e4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadMenu_BootstrapTheme .rmGroup .rmLink:hover {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.RadMenu_BootstrapTheme .rmGroup .rmFocused {
    box-shadow: 0 0 3px 1px rgba(8, 32, 32, 0.5) inset;
}

.RadMenu_BootstrapTheme .rmGroup .rmSelected > .rmLink,
.RadMenu_BootstrapTheme .rmGroup .rmSelected > .rmLink:hover,
.RadMenu_BootstrapTheme .rmGroup .rmExpanded > .rmLink,
.RadMenu_BootstrapTheme .rmGroup .rmExpanded > .rmLink:hover {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radSkin_BootstrapTheme .rnvPopup .rnvHovered > .rnvLink {
    color: #000000;
    background-color: #eeeeee;
}

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

.radSkin_BootstrapTheme .rnvPopup .rnvFocused > .rnvLink {
    box-shadow: inset 0 0 3px rgba(8, 32, 32, 0.5);
}

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

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

.RadBreadcrumb_BootstrapTheme .k-breadcrumb-link {
    color: #124949;
    transition: background-color 0.2s ease;
}

.RadBreadcrumb_BootstrapTheme .k-breadcrumb-link:hover, .RadBreadcrumb_BootstrapTheme .k-breadcrumb-link.k-state-hover {
    color: #030c0c;
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadDrawer_BootstrapTheme .k-drawer-item:hover, .RadDrawer_BootstrapTheme .k-drawer-item.k-state-hover {
    color: #000000;
    background-color: #eeeeee;
    cursor: pointer;
}

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

.RadDrawer_BootstrapTheme .k-drawer-item:focus:hover, .RadDrawer_BootstrapTheme .k-drawer-item:focus.k-state-hover, .RadDrawer_BootstrapTheme .k-drawer-item.k-state-focused:hover, .RadDrawer_BootstrapTheme .k-drawer-item.k-state-focused.k-state-hover {
    color: #000000;
    background-color: #eeeeee;
}

.RadDrawer_BootstrapTheme .k-drawer-item.k-state-selected {
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadRibbonBar_BootstrapTheme .rrbMenu {
    padding: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadRibbonBar_BootstrapTheme .rrbQat .rrbButton:active, .RadRibbonBar_BootstrapTheme .rrbButton.rrbClicked, .RadRibbonBar_BootstrapTheme .rrbButton.rrbPressed, .RadRibbonBar_BootstrapTheme .rrbButton.rrbExpanded, .RadRibbonBar_BootstrapTheme .rrbButton.rrbToggled, .RadRibbonBar_BootstrapTheme .rrbButtonGroup .rrbButton:active, .RadRibbonBar_BootstrapTheme .rrbButtonGroup .rrbButton.rrbClicked, .RadRibbonBar_BootstrapTheme .rrbButtonGroup .rrbButton.rrbPressed, .RadRibbonBar_BootstrapTheme .rrbComboBox .rrbButton.rrbClicked,
.RadRibbonBar_BootstrapTheme .rrbDropDown .rrbButton.rrbClicked,
.RadRibbonBar_BootstrapTheme .rrbNumericTextBox .rrbButton.rrbClicked,
.RadRibbonBar_BootstrapTheme .rrbColorPicker .rrbButton.rrbClicked, .RadRibbonBar_BootstrapTheme .rrbDropDown .rrbDDInner:active, .RadRibbonBar_BootstrapTheme .rrbColorPicker .rrbCPInner:active, .RadRibbonBar_BootstrapTheme .rrbGallery .rrbItem.rrbSelected, .RadRibbonBar_BootstrapTheme .rrbGalleryActions .rrbButton.rrbClicked, .rrbSlide_BootstrapTheme .rrbItem.rrbSelected, .radSkin_BootstrapTheme .radButton:active,
.radSkin_BootstrapTheme .radButton.radStateSelected,
.radSkin_BootstrapTheme .radStateSelected > .radButton, .radSkin_BootstrapTheme .k-numeric-wrap .k-link.k-state-selected, .radSkin_BootstrapTheme .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_BootstrapTheme .rrbMenu, .rrbDropDownSlide_BootstrapTheme .rrbPopup, .rrbSlide_BootstrapTheme .rrbPopup, .rrbPopup_BootstrapTheme, .rrbPopup_BootstrapTheme .rrbPopup, .radSkin_BootstrapTheme .k-popup, .radSkin_BootstrapTheme.k-popup,
.radSkin_BootstrapTheme .radPopup, .radSkin_BootstrapTheme.radPopup, .radSkin_BootstrapTheme .radDragClue, .radSkin_BootstrapTheme.radDragClue, .radSkin_BootstrapTheme.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_BootstrapTheme .rrbMenu .rrbItem.rrbHovered, .rrbPopup_BootstrapTheme .rrbItem.rrbHovered > .rrbInner, .rrbPopup_BootstrapTheme .rrbItem.rrbHovered > .rrbInner .rrbToggle, .rrbPopup_BootstrapTheme .rrbItem.rrbExpanded > .rrbInner {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.rrbPopup_BootstrapTheme .rrbItem.rrbExpanded > .rrbInner .rrbToggle {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

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

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

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

.RadRibbonBar_BootstrapTheme .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_BootstrapTheme .rrbSplitButton.rrbExpanded, .RadRibbonBar_BootstrapTheme .rrbSplitButton.rrbExpanded.rrbClicked {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

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

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

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

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

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

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

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

.RadRibbonBar_BootstrapTheme .rrbNumericTextBox {
    width: 4.2857142857em;
}

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

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

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

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

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

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

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

.rrbDropDownSlide_BootstrapTheme .rrbListItem:hover {
    color: #000000;
    background-color: #eeeeee;
}

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

.rrbSlide_BootstrapTheme .rrbGallery {
    background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

.RadPanelBar_BootstrapTheme .rpExpandHandle {
    top: 7px;
}

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

.RadPanelBar_BootstrapTheme .rpLink.rpHovered {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

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

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

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

.RadPanelBar_BootstrapTheme .rpLink.rpFocused {
    border-color: #175d5d;
    box-shadow: inset 0 0 8px rgba(23, 93, 93, 0.4);
}

.RadPanelBar_BootstrapTheme .rpRootLink.rpFocused {
    border-color: #175d5d;
    box-shadow: inset 0 0 8px rgba(23, 93, 93, 0.4);
}

.RadPanelBar_BootstrapTheme .rpLink.rpSelected {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

.RadTreeView_BootstrapTheme .rtChkTristate:hover {
    color: #124949;
}

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

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

.RadTreeView_BootstrapTheme .rtPlusHover,
.RadTreeView_BootstrapTheme .rtMinusHover {
    color: #124949;
}

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

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

.RadTreeView_BootstrapTheme .rtHover .rtIn {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.RadTreeView_BootstrapTheme .rtSelected .rtIn {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

.RadSiteMap_BootstrapTheme .rsmOneLevel .rsmLink:hover, .RadSiteMap_BootstrapTheme .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_BootstrapTheme .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_BootstrapTheme .rsmManyLevels .rsmLevel2 .rsmLink:hover {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

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

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

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

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

.RadTimeline_BootstrapTheme .k-button:active, .RadTimeline_BootstrapTheme .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_BootstrapTheme .k-button.k-state-selected {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_BootstrapTheme .k-button.k-primary {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadTimeline_BootstrapTheme .k-button.k-primary:hover, .RadTimeline_BootstrapTheme .k-button.k-primary.k-state-hover {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
}

.RadTimeline_BootstrapTheme .k-button.k-primary:focus, .RadTimeline_BootstrapTheme .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(18, 73, 73, 0.4);
}

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

.RadTimeline_BootstrapTheme .k-button.k-primary:active, .RadTimeline_BootstrapTheme .k-button.k-primary.k-state-active {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_BootstrapTheme .k-button.k-primary.k-state-selected {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

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

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

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

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

.RadTimeline_BootstrapTheme .k-flat.k-primary, .RadTimeline_BootstrapTheme .k-flat.k-primary:hover, .RadTimeline_BootstrapTheme .k-flat.k-primary.k-state-hover,
.k-button-group .RadTimeline_BootstrapTheme .k-flat.k-primary,
.RadTimeline_BootstrapTheme .k-button-flat.k-primary,
.RadTimeline_BootstrapTheme .k-button-flat.k-primary:hover,
.RadTimeline_BootstrapTheme .k-button-flat.k-primary.k-state-hover,
.k-button-group
.RadTimeline_BootstrapTheme .k-button-flat.k-primary {
    color: #124949;
    background: none;
}

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

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

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

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

.RadTimeline_BootstrapTheme.k-state-primary, .RadTimeline_BootstrapTheme .RadTimeline_BootstrapTheme.k-card.k-card-primary, .RadTimeline_BootstrapTheme .RadTimeline_BootstrapTheme.k-card.k-state-primary {
    background-color: #d0dbdb;
    color: #092626;
    border-color: #bdcccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadTimeline_BootstrapTheme.k-timeline .k-timeline-flag {
    color: #ffffff;
    background-color: #124949;
}

.RadTimeline_BootstrapTheme.k-timeline .k-timeline-circle {
    background-color: #124949;
}

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

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

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

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

.RadTimeline_BootstrapTheme.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
    background: #e1e1e1;
}

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

.RadTimeline_BootstrapTheme.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_BootstrapTheme.k-timeline-vertical::after,
.RadTimeline_BootstrapTheme.k-timeline-horizontal .k-timeline-track-wrap::after {
    background-color: #ffffff;
    border-color: #cccccc;
}

.RadTimeline_BootstrapTheme.k-timeline-horizontal .k-timeline-flag::after {
    background-color: #124949;
}

.RadTimeline_BootstrapTheme .k-timeline-track-item.k-state-focus .k-timeline-circle {
    box-shadow: 0 3px 4px 0 rgba(18, 73, 73, 0.4);
}

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

.RadSearchBox_BootstrapTheme .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_BootstrapTheme .rsbInner.rsbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadSearchBox_BootstrapTheme .rsbInner.rsbFocused {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

.RadSearchBox_BootstrapTheme .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_BootstrapTheme .rsbSCIcon {
    right: 8px;
}

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

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

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

.RadSearchBox_BootstrapTheme .rsbFocused.rsbInner {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(23, 93, 93, 0.6);
}

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

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

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

.RadSearchBox_BootstrapTheme .rsbLoadingIcon {
    background-image: url(" ");
}

.rsbPopup_BootstrapTheme {
    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_BootstrapTheme .rsbShowAll {
    margin-bottom: -5px;
}

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

.rsbPopup_BootstrapTheme .rsbListItemHovered {
    color: #000000;
    background-color: #eeeeee;
}

.rsbPopup_BootstrapTheme .rsbListItemSelected {
    color: #ffffff;
    background-color: #124949;
}

.rsbPopup_BootstrapTheme .rsbListItemLoading {
    color: #000000;
    background-color: #eeeeee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadToolBar_BootstrapTheme .rtbSplitButton {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rtbPopup_BootstrapTheme .rtbFocused > .rtbLink {
    border-color: rgba(8, 32, 32, 0.5);
    box-shadow: inset 0 0 0.3em rgba(8, 32, 32, 0.5);
}

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

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

.rtbPopup_BootstrapTheme .rtbHovered > .rtbLink {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

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

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

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

.rtbPopup_BootstrapTheme .rtbSelected > .rtbLink {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

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

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

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

.RadTabStrip_BootstrapTheme .rtsLevel1 .rtsLink {
    border-color: transparent;
    color: #124949;
}

.RadTabStrip_BootstrapTheme .rtsLevel1 .rtsHovered .rtsLink {
    border-color: #e6e5e5;
    color: #030c0c;
    background-color: #e6e5e5;
}

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

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

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

.RadTabStrip_BootstrapTheme .rtsLevel1 ~ .rtsLevel .rtsLink {
    color: #124949;
}

.RadTabStrip_BootstrapTheme .rtsLevel1 ~ .rtsLevel .rtsHovered .rtsLink {
    color: #030c0c;
}

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

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

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

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

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

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

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

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

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

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

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

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

.RadGrid_BootstrapTheme .rgHeader {
    background: whitesmoke;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadGrid_BootstrapTheme .rgActiveCell {
    box-shadow: inset 0 0 5px #082020;
}

.RadGrid_BootstrapTheme .rgHoveredRow > td {
    background: #eeeeee;
    color: #000000;
}

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

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

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

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

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

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

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

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

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

.RadGrid_BootstrapTheme .rgSelectedRow.rgHoveredRow {
    background: #124949;
}

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

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

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

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

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

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

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

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

.RadGrid_BootstrapTheme .rgPagerCell .rgNumPart a,
.RadGrid_BootstrapTheme .rgPagerCell .rgPagerButton,
.RadGrid_BootstrapTheme .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_BootstrapTheme .rgPagerCell .rgNumPart a:hover,
.RadGrid_BootstrapTheme .rgPagerCell .rgPagerButton:hover,
.RadGrid_BootstrapTheme .rgPagerCell .rgActionButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

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

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

.RadGrid_BootstrapTheme .rgPagerCell .rgNumPart a.rgCurrentPage {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadGrid_BootstrapTheme .rgFiltered {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadGrid_BootstrapTheme .rgFiltered:hover, .RadGrid_BootstrapTheme .rgFiltered:focus {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
}

.RadGrid_BootstrapTheme .rgFiltered.rgFilterActive {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
}

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

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

.RadGrid_BootstrapTheme .rgOptions {
    color: #333333;
}

.RadGrid_BootstrapTheme .rgOptSelected {
    color: #124949;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadPivotGrid_BootstrapTheme .rpgIcon {
    color: #333333;
}

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

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

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

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

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

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

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

.RadPivotGrid_BootstrapTheme .rpgFieldsPopupWrapper {
    background: #ffffff;
}

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

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

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

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

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

.RadPivotGrid_BootstrapTheme .rpgConfigurationPanel {
    background: #ffffff;
}

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

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

.RadPivotGrid_BootstrapTheme .rpgPagerCell .rpgNumPart a,
.RadPivotGrid_BootstrapTheme .rpgPagerCell .rpgPagerButton,
.RadPivotGrid_BootstrapTheme .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_BootstrapTheme .rpgPagerCell .rpgNumPart a:hover,
.RadPivotGrid_BootstrapTheme .rpgPagerCell .rpgPagerButton:hover,
.RadPivotGrid_BootstrapTheme .rpgPagerCell .rpgActionButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

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

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

.RadPivotGrid_BootstrapTheme .rpgPagerCell .rpgNumPart a.rpgCurrentPage {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

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

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

.PivotGridReorderLeft_BootstrapTheme,
.PivotGridReorderRight_BootstrapTheme,
.PivotGridReorderTop_BootstrapTheme,
.PivotGridReorderBottom_BootstrapTheme {
    height: 12px;
}

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

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

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

.PivotGridWindow_BootstrapTheme .RadMenu_BootstrapTheme {
    background: none;
}

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

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

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

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

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

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

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

.RadTreeList_BootstrapTheme .rtlTable a {
    color: #124949;
}

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

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

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

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

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

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

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

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

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

.RadTreeList_BootstrapTheme .rtlREdit {
    background-color: #1c7272;
}

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

.RadTreeList_BootstrapTheme .rtlRSel {
    background: #124949;
    color: #ffffff;
}

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

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

.RadTreeList_BootstrapTheme .rtlRSel {
    background-color: #124949;
}

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

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

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

.RadTreeList_BootstrapTheme .rtlRActive td {
    border-color: #082020;
}

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

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

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

.RadTreeList_BootstrapTheme .rtlIcon {
    color: #333333;
}

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

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

.RadTreeList_BootstrapTheme .rtlCollapseIcon {
    color: #124949;
}

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

.RadTreeList_BootstrapTheme .rtlPagerCell .rtlNumPart a,
.RadTreeList_BootstrapTheme .rtlPagerCell .rtlPagerButton,
.RadTreeList_BootstrapTheme .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_BootstrapTheme .rtlPagerCell .rtlNumPart a:hover,
.RadTreeList_BootstrapTheme .rtlPagerCell .rtlPagerButton:hover,
.RadTreeList_BootstrapTheme .rtlPagerCell .rtlActionButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

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

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

.RadTreeList_BootstrapTheme .rtlPagerCell .rtlNumPart a.rtlCurrentPage {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadDataForm_BootstrapTheme .rdfHr {
    color: #f2f2f2;
}

.RadDataForm_BootstrapTheme .rdfFieldHint {
    color: #b3b2b2;
}

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

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

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

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

.RadListView_BootstrapTheme .rlvISel {
    background: #124949;
    color: #ffffff;
    border-color: #082020;
}

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

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

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

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

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

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

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

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

.RadListBox_BootstrapTheme .rlbList {
    padding: 0;
}

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

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

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

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

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

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

.RadListBox_BootstrapTheme .rlbHovered.rlbItem, .RadListBox_BootstrapTheme .rlbHighlight {
    color: #000000;
    background-color: #eeeeee;
}

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

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

.RadListBox_BootstrapTheme .rlbItem.rlbSelected {
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadEditor_BootstrapTheme {
    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_BootstrapTheme .reToolIcon:before {
    margin-left: 0.4285714286em;
    margin-left: 0.5714285714em \9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadEditor_BootstrapTheme .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_BootstrapTheme .reToolBar:last-child:after {
    display: none;
}

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

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

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

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

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

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

.RadEditor_BootstrapTheme .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_BootstrapTheme .reTool {
        height: 2.25em;
        line-height: 2em;
    }
}

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

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

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

.RadEditor_BootstrapTheme 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_BootstrapTheme _:-ms-fullscreen, .RadEditor_BootstrapTheme a.reToolIcon.reSplitButton:before {
    top: 0.6428571429em;
    margin: 0em 0em 0em 0.7857142857em;
}

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

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

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

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

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

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

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

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

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

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

.RadEditor_BootstrapTheme .reToolBarWrapperLeft {
    left: 0.2142857143em;
}

.RadEditor_BootstrapTheme .reToolBarWrapperRight {
    right: 0.5714285714em;
}

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

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

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

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

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

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

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

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

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

.RadEditor_BootstrapTheme .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_BootstrapTheme .reTableDiv .reModule,
.RadEditor_BootstrapTheme .reTableDiv .reRow {
    border-top-color: #dedede;
}

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

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

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

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

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

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

.RadEditor_BootstrapTheme.reDropDownBody.reAjaxSpellCheck input[type="text"],
.RadEditor_BootstrapTheme .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_BootstrapTheme.reDropDownBody.reAjaxSpellCheck input[type="text"]:hover,
.RadEditor_BootstrapTheme .reTableDiv input[type="text"]:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadEditor_BootstrapTheme.reDropDownBody.reAjaxSpellCheck input[type="text"]:focus,
.RadEditor_BootstrapTheme .reTableDiv input[type="text"]:focus {
    border-color: #175d5d;
    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_BootstrapTheme.reDropDownBody.reAjaxSpellCheck input[type="text"]:active,
.RadEditor_BootstrapTheme .reTableDiv input[type="text"]:active {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
}

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

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

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

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

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

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

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

.RadEditor_BootstrapTheme .reFormatSetsHeader,
.RadEditor_BootstrapTheme.reInsertTable .reItemOver {
    background-color: #eeeeee;
    color: #333333;
}

.RadEditor_BootstrapTheme .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_BootstrapTheme .reModes a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadEditor_BootstrapTheme .reModes a:active,
.RadEditor_BootstrapTheme .reModes a:focus,
.RadEditor_BootstrapTheme .reModes .reSelectedMode,
.RadEditor_BootstrapTheme .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_BootstrapTheme .reModes a .reIcon:before {
    margin: 0.15em 0 0 0.33333em;
}

.RadEditor_BootstrapTheme .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_BootstrapTheme .reDropdown:before {
    right: -0.3571428571em;
}

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

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

.RadEditor_BootstrapTheme.reDropDownBody li:hover,
.RadEditor_BootstrapTheme.reDropDownBody li:hover .reTool {
    background-color: #eeeeee;
    border-color: #adadad;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadEditor_BootstrapTheme .reStatistic {
    color: #999999;
}

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

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

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

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

.RadEditor_BootstrapTheme .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_BootstrapTheme .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_BootstrapTheme .reRow .reSplitButton .reSplitArrow:before {
    margin: 0.2857142857em 0em 0em -0.0714285714em;
}

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

.RadEditor_BootstrapTheme .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_BootstrapTheme .reRow .reSpinBox input[type="text"]:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadEditor_BootstrapTheme .reRow .reSpinBox input[type="text"]:focus {
    border-color: #175d5d;
    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_BootstrapTheme .reRow .reSpinBox .reSpinBoxButtons {
    width: 2.3571428571em;
    height: 2.3571428571em;
    border-left: 1px solid #cccccc;
}

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

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

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

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

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

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

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

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

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

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

.RadEditor_BootstrapTheme .reRow .reclassName:active,
.RadEditor_BootstrapTheme .reRow .reclassName:focus,
.RadEditor_BootstrapTheme .reRow .retarget:active,
.RadEditor_BootstrapTheme .reRow .retarget:focus,
.RadEditor_BootstrapTheme .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_BootstrapTheme .reRow .reclassName,
.RadEditor_BootstrapTheme .reRow .retarget {
    line-height: 1.428571429;
    padding: 6px 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadEditor_BootstrapTheme.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_BootstrapTheme.reRtl .reRow .reTool .reSplitArrow:before {
    left: 0.2857142857em;
}

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

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

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

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

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

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

.reTool .reNoAlignment {
    color: #333333;
}

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

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

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

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

.rieBottomCell {
    border-color: #dedede;
}

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

.RadAutoCompleteBox_BootstrapTheme .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_BootstrapTheme .racToken {
    border-radius: 4px;
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

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

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

.RadAutoCompleteBox_BootstrapTheme .racTokenList.racFocused {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(23, 93, 93, 0.6);
}

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

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

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

.RadAutoCompleteBoxPopup_BootstrapTheme {
    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_BootstrapTheme .racList {
    padding: 5px 0;
}

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

.RadAutoCompleteBoxPopup_BootstrapTheme .racItemHovered {
    color: #000000;
    background-color: #eeeeee;
}

.RadAutoCompleteBoxPopup_BootstrapTheme .racFocused {
    box-shadow: inset 0 0 5px #082020;
}

.RadAutoCompleteBoxPopup_BootstrapTheme .racItemSelected {
    color: #ffffff;
    background-color: #124949;
}

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

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

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

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

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

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

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

.RadMultiColumnComboBox_BootstrapTheme .k-state-focused {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
}

.RadMultiColumnComboBox_BootstrapTheme .k-state-active {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

.RadMultiColumnComboBoxDropDown_BootstrapTheme .k-item.k-state-selected {
    border-color: #dedede;
    color: #333333;
    background-color: rgba(18, 73, 73, 0.25);
}

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

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

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

.RadMultiSelect_BootstrapTheme {
    background-color: transparent;
}

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

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

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

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

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

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

.RadMultiSelect_BootstrapTheme .k-multiselect-wrap li.k-button:active, .RadMultiSelect_BootstrapTheme .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_BootstrapTheme .k-multiselect-wrap li:focus, .RadMultiSelect_BootstrapTheme .k-multiselect-wrap li.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RadMultiSelectDropDown_BootstrapTheme .k-list .k-item:hover,
.RadMultiSelectDropDown_BootstrapTheme .k-list .k-item.k-state-hover,
.RadMultiSelectDropDown_BootstrapTheme .k-list-optionlabel:hover,
.RadMultiSelectDropDown_BootstrapTheme .k-list-optionlabel.k-state-hover {
    color: #000000;
    background-color: #eeeeee;
}

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

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

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

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

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

.RadComboBox_BootstrapTheme .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_BootstrapTheme .rcbActionButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 0 4px 4px 0;
}

.RadComboBox_BootstrapTheme .rcbLabel {
    padding-top: 7px;
}

.RadComboBox_BootstrapTheme .rcbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadComboBox_BootstrapTheme .rcbHovered .rcbActionButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadComboBox_BootstrapTheme .rcbExpanded {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadComboBox_BootstrapTheme .rcbExpanded .rcbActionButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadComboBox_BootstrapTheme .rcbFocused {
    border-color: #175d5d;
    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_BootstrapTheme .rcbFocused .rcbActionButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    border-color: #175d5d;
    box-shadow: inset -2px 2px 3px rgba(0, 0, 0, 0.08);
}

.RadComboBox_BootstrapTheme .rcbReadOnly {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    box-shadow: none;
}

.RadComboBox_BootstrapTheme .rcbReadOnly.rcbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadComboBox_BootstrapTheme .rcbReadOnly.rcbExpanded, .RadComboBox_BootstrapTheme .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_BootstrapTheme_rtl .rcbActionButton {
    border-radius: 4px 0 0 4px;
}

.RadComboBox_BootstrapTheme_rtl .rcbFocused .rcbActionButton {
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.08);
}

.RadComboBoxDropDown_BootstrapTheme {
    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_BootstrapTheme .rcbScroll {
    padding: 5px 0;
}

.RadComboBoxDropDown_BootstrapTheme .rcbHeader {
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbFooter {
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbItem {
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbItem label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbSeparator {
    color: #333333;
    background-color: whitesmoke;
}

.RadComboBoxDropDown_BootstrapTheme .rcbHovered {
    color: #000000;
    background-color: #eeeeee;
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbHovered label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbSelected {
    color: #ffffff;
    background-color: #124949;
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbSelected label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbDisabled {
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbDisabled label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbLoading {
    color: #000000;
    background-color: #eeeeee;
}

.RadComboBoxDropDown_BootstrapTheme .rcbItem em {
    color: #000000;
    background-color: #eeeeee;
}

.RadComboBoxDropDown_BootstrapTheme .rcbCheckAllItems,
.RadComboBoxDropDown_BootstrapTheme .rcbCheckAllItemsHovered {
    margin: 0;
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbCheckAllItems label,
.RadComboBoxDropDown_BootstrapTheme .rcbCheckAllItemsHovered label {
    margin: -3px -12px;
    padding: 3px 12px;
}

.RadComboBoxDropDown_BootstrapTheme .rcbCheckAllItemsHovered {
    color: #000000;
    background-color: #eeeeee;
}

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

.RadDropDownList_BootstrapTheme .rddlInner {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.RadDropDownList_BootstrapTheme .rddlSelect {
    padding-top: 6px;
    padding-bottom: 6px;
}

.RadDropDownList_BootstrapTheme .rddlHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadDropDownList_BootstrapTheme .rddlFocused {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08) inset;
}

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

.rddlPopup_BootstrapTheme .rddlList {
    padding: 5px 0;
    box-sizing: border-box;
}

.rddlPopup_BootstrapTheme .rddlItem {
    padding: 3px 12px;
}

.rddlPopup_BootstrapTheme .rddlItemHovered, .rddlPopup_BootstrapTheme .rddlItemLoading {
    color: #000000;
    background-color: #eeeeee;
}

.rddlPopup_BootstrapTheme .rddlItemSelected {
    color: #ffffff;
    background-color: #124949;
}

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

.RadDropDownTree_BootstrapTheme .rddtInner {
    padding: 6px 32px 6px 12px;
    border-radius: 4px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadDropDownTree_BootstrapTheme .rddtExtraPadding {
    padding-right: 52px;
}

.RadDropDownTree_BootstrapTheme .rddtClearButton {
    right: 29px;
}

.RadDropDownTree_BootstrapTheme .rddtIcon {
    right: 8px;
}

.RadDropDownTree_BootstrapTheme .rddtHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadDropDownTree_BootstrapTheme .rddtFocused {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.08);
}

.rddtPopup_BootstrapTheme {
    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_BootstrapTheme .rddtFilter {
    margin: 0;
    border-radius: 3px 3px 0 0;
    background-color: whitesmoke;
}

.rddtPopup_BootstrapTheme .rddtFilterInput {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.rddtPopup_BootstrapTheme .RadTreeView em {
    color: #000000;
    background-color: #eeeeee;
}

.rddtPopup_BootstrapTheme .rddtFilterInput.rddtHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.rddtPopup_BootstrapTheme .rddtFilterInput.rddtFocused {
    border-color: #175d5d;
    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_BootstrapTheme,
.RadInputMgr_BootstrapTheme {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.t-ie .RadInput_BootstrapTheme, .t-ie
.RadInputMgr_BootstrapTheme {
    height: 34px;
    height: calc(1.4285714286em + 14px);
}

.RadInput_BootstrapTheme .riTextBox,
.RadInput_BootstrapTheme .riSelect,
.RadInput_BootstrapTheme .rcSelect,
.RadInputMgr_BootstrapTheme {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_BootstrapTheme .riEmpty,
.RadInput_Empty_BootstrapTheme {
    color: rgba(51, 51, 51, 0.8);
}

.RadInput_BootstrapTheme.RadInputHovered .riTextBox,
.RadInput_BootstrapTheme.RadInputHovered .riSelect,
.RadInput_BootstrapTheme.RadInputHovered .rcSelect,
.RadInput_Hover_Default {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_BootstrapTheme.RadInputFocused .riTextBox,
.RadInput_BootstrapTheme.RadInputFocused .riContentWrapper,
.RadPicker_BootstrapTheme .RadInputFocused,
.RadInput_Focused_BootstrapTheme {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.RadInput_BootstrapTheme.RadInputFocused .riTextBox,
.RadInput_BootstrapTheme.RadInputFocused .riSelect,
.RadInput_BootstrapTheme.RadInputFocused .rcSelect,
.RadInput_Focused_BootstrapTheme {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_BootstrapTheme .riTextBox,
.RadInputMgr_BootstrapTheme {
    padding: 6px 12px;
    border-radius: 4px;
}

.RadInput_BootstrapTheme .rcSelect {
    border-radius: 0 4px 4px 0;
}

.RadInput_BootstrapTheme .riRead,
.RadInput_Read_BootstrapTheme {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_BootstrapTheme.RadInputError .riTextBox,
.RadInput_BootstrapTheme.RadInputError .riSelect,
.RadInput_BootstrapTheme.RadInputError .rcSelect,
.RadInput_Error_BootstrapTheme,
.RadForm.rfdTextbox .RadInput_BootstrapTheme .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Default[type="text"] {
    border-color: #a94442;
    color: #a94442;
    background-color: #f2dede;
}

.RadInput_BootstrapTheme.RadInputError {
    color: #a94442;
}

.RadInput_BootstrapTheme .riNegative,
.RadInput_Negative_BootstrapTheme {
    color: #4d4c4c;
}

.RadInput_BootstrapTheme .riSelect {
    overflow: hidden;
    border-radius: 0 4px 4px 0;
}

.RadInput_BootstrapTheme a,
.RadInput_BootstrapTheme.RadInputDisabled a:hover,
.RadInput_BootstrapTheme.RadInputDisabled a:active {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
}

.RadInput_BootstrapTheme a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadInput_BootstrapTheme a:focus, .RadInput_BootstrapTheme a:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadInput_BootstrapTheme .riLabel {
    color: #333333;
    padding-top: 6px;
    padding-bottom: 6px;
}

.RadInput_BootstrapTheme.riContButton .riDown {
    margin-left: -33px;
    margin-left: calc(-13px - 1.42857em);
}

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

.RadSlider_BootstrapTheme.rslDecreaseHandle .rslHorizontal {
    padding-left: 2.75em;
}

.RadSlider_BootstrapTheme.rslIncreaseHandle .rslHorizontal {
    padding-right: 2.75em;
}

.RadSlider_BootstrapTheme.rslDecreaseHandle .rslVertical {
    padding-top: 2.75em;
}

.RadSlider_BootstrapTheme.rslIncreaseHandle .rslVertical {
    padding-bottom: 2.75em;
}

.RadSlider_BootstrapTheme .rslTrack {
    border-radius: 0;
    border-color: #cccccc;
    background-color: whitesmoke;
}

.RadSlider_BootstrapTheme .rslSelectedregion {
    border-width: 1px;
    border-color: #0d3535;
    background-color: #124949;
}

.RadSlider_BootstrapTheme a.rslHandle {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    width: 2.1428571429em;
    height: 2.1428571429em;
    line-height: 1.5em;
    border-radius: 90px;
}

.RadSlider_BootstrapTheme a.rslDraghandle {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSlider_BootstrapTheme a.rslDraghandle span {
    width: 1.7142857143em;
    height: 1.7142857143em;
}

.RadSlider_BootstrapTheme a.rslDraghandle:hover,
.RadSlider_BootstrapTheme a.rslHandle:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSlider_BootstrapTheme a.rslDraghandle:focus,
.RadSlider_BootstrapTheme a.rslHandle:focus {
    border-color: #175d5d;
    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_BootstrapTheme a.rslDraghandle:active,
.RadSlider_BootstrapTheme a.rslHandle:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: none;
}

.RadSlider_BootstrapTheme a.rslHandle:before {
    color: #333333;
}

.RadSlider_BootstrapTheme div.rslHorizontal a.rslHandle {
    margin-top: -1.2142857143em;
}

.RadSlider_BootstrapTheme div.rslHorizontal a.rslIncrease {
    right: 0.15em;
}

.RadSlider_BootstrapTheme div.rslHorizontal.rslMiddle a.rslHandle {
    margin-top: -1.2142857143em;
    top: 50%;
}

.RadSlider_BootstrapTheme div.rslHorizontal.rslBottom a.rslHandle {
    bottom: -0.1428571429em;
}

.RadSlider_BootstrapTheme div.rslHorizontal .rslTrack {
    height: 0.5714285714em;
    line-height: 0.5714285714em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.RadSlider_BootstrapTheme div.rslHorizontal .rslSelectedregion {
    height: 0.6428571429em;
    line-height: 0.5714285714em;
    top: -0.0714285714em;
}

.RadSlider_BootstrapTheme div.rslHorizontal a.rslDraghandle {
    width: 1.7142857143em;
    height: 1.7142857143em;
    top: 0.3571428571em !important;
    margin-top: -0.9285714286em;
    border-radius: 90px;
}

.RadSlider_BootstrapTheme div.rslHorizontal li.rslItem span {
    display: inline-block;
}

.RadSlider_BootstrapTheme div.rslHorizontal.rslTop .rslTrack {
    top: 1.21em;
}

.RadSlider_BootstrapTheme div.rslHorizontal.rslTop a.rslHandle {
    top: 1.21em;
}

.RadSlider_BootstrapTheme div.rslHorizontal.rslTop .rslItemsWrapper {
    top: 1.5em;
}

.RadSlider_BootstrapTheme div.rslHorizontal.rslTop .rslLargeTick span,
.RadSlider_BootstrapTheme div.rslHorizontal.rslTop .rslSmallTick span {
    bottom: .1em;
}

.RadSlider_BootstrapTheme div.rslHorizontal.rslBottom div.rslTrack {
    bottom: 1em;
}

.RadSlider_BootstrapTheme div.rslHorizontal.rslBottom a.rslHandle {
    bottom: .15em;
}

.RadSlider_BootstrapTheme div.rslHorizontal.rslBottom .rslLargeTick span,
.RadSlider_BootstrapTheme div.rslHorizontal.rslBottom .rslSmallTick span {
    top: -.35em;
}

.RadSlider_BootstrapTheme div.rslHorizontal .rslItem {
    background-image: url(" ");
}

.RadSlider_BootstrapTheme div.rslVertical .rslTrack,
.RadSlider_BootstrapTheme div.rslVertical .rslItemsWrapper {
    top: 2.75em;
}

.RadSlider_BootstrapTheme div.rslVertical a.rslHandle {
    margin-left: -1.2142857143em;
}

.RadSlider_BootstrapTheme div.rslVertical.rslRight a.rslHandle {
    right: 0.2142857143em;
}

.RadSlider_BootstrapTheme div.rslVertical div.rslTrack {
    width: 0.7142857143em !important;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) inset;
}

.RadSlider_BootstrapTheme div.rslVertical .rslSelectedregion {
    width: 0.7142857143em;
    left: -0.0714285714em;
}

.RadSlider_BootstrapTheme div.rslVertical a.rslDraghandle {
    width: 1.7142857143em;
    height: 1.7142857143em;
    left: 0.0714285714em !important;
    border-radius: 90px;
}

.RadSlider_BootstrapTheme div.rslVertical li.rslItem span {
    padding: 0.0714285714em 0.2142857143em;
}

.RadSlider_BootstrapTheme div.rslVertical .rslItem {
    background-image: url(" ");
}

.RadSlider_BootstrapTheme div.rslVertical .rslHandle.rslIncrease {
    bottom: 0.0714285714em;
}

.RadSlider_BootstrapTheme div.rslVertical.rslCenter a.rslHandle {
    margin-left: -1em;
}

.RadSlider_BootstrapTheme .rslItemsWrapper .rslItem,
.RadSlider_BootstrapTheme .rslItemsWrapper .rslLargeTick span,
.RadSlider_BootstrapTheme .rslItemsWrapper .rslItemSelected {
    color: #333333;
}

.RadSlider_BootstrapTheme .rslTop .rslSmallTick,
.RadSlider_BootstrapTheme .rslBottom .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_BootstrapTheme .rslTop .rslLargeTick,
.RadSlider_BootstrapTheme .rslBottom .rslLargeTick {
    background-image: url(" ");
}

.RadSlider_BootstrapTheme .rslLeft .rslSmallTick,
.RadSlider_BootstrapTheme .rslRight .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_BootstrapTheme .rslLeft .rslLargeTick,
.RadSlider_BootstrapTheme .rslRight .rslLargeTick {
    background-image: url(" ");
}

.RadSlider_BootstrapTheme .rslMiddle .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_BootstrapTheme .rslLargeTick {
    background-image: url(" ");
}

.RadSlider_BootstrapTheme .rslCenter .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_BootstrapTheme .rslCenter .rslLargeTick {
    background-image: url(" ");
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .RadSlider_BootstrapTheme .rslHorizontal.rslTop .rslLargeTick span,
    .RadSlider_BootstrapTheme .rslHorizontal.rslTop .rslSmallTick span {
        bottom: -0.5714285714em;
    }
}

.RadSlider_BootstrapTheme .rslHorizontal.rslTop .rslLargeTick span,
.RadSlider_BootstrapTheme .rslHorizontal.rslTop .rslSmallTick span {
    bottom: -0.5714285714em \9;
}

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

.RadColorPicker_BootstrapTheme .rcpPalette {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadColorPicker_BootstrapTheme .rcpHeader {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadColorPicker_BootstrapTheme .rcpImageButton,
.RadColorPicker_BootstrapTheme a.rslDraghandle {
    color: #333333;
}

.RadColorPicker_BootstrapTheme .rcpImageButton:hover {
    color: #124949;
}

.RadColorPicker_BootstrapTheme .rcpIcon em,
.RadColorPicker_BootstrapTheme .rcpColorPreview,
.RadColorPicker_BootstrapTheme .rcpInput,
.RadColorPicker_BootstrapTheme .rcpHexInput,
.RadColorPicker_BootstrapTheme .rcpMillionColorsPalette,
.RadColorPicker_BootstrapTheme .rcpMillionColorsSlider div.rslTrack {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadColorPicker_BootstrapTheme .rcpIcon a,
.RadColorPicker_BootstrapTheme .rcpTabs li,
.RadColorPicker_BootstrapTheme .rcpButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadColorPicker_BootstrapTheme .rcpIcon a:hover,
.RadColorPicker_BootstrapTheme .rcpTabs li:hover,
.RadColorPicker_BootstrapTheme .rcpButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadColorPicker_BootstrapTheme .rcpIcon a:active,
.RadColorPicker_BootstrapTheme .rcpTabs .rcpSelectedTab,
.RadColorPicker_BootstrapTheme .rcpTabs .rcpSelectedTab:hover,
.RadColorPicker_BootstrapTheme .rcpButton:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadColorPicker_BootstrapTheme .rcpIcon a:focus {
    box-shadow: inset 0 0 5px rgba(173, 173, 173, 0.5);
}

.RadColorPicker_BootstrapTheme.rcpCustomColorWrapper .rcpPalette {
    box-shadow: 2px 2px 3px rgba(222, 222, 222, 0.5);
}

.RadColorPicker_BootstrapTheme .rcpIcon {
    padding: 7px 0;
}

.RadColorPicker_BootstrapTheme .rcpSlider.RadSlider_BootstrapTheme a.rslDraghandle,
.RadColorPicker_BootstrapTheme .rcpMillionColorsSlider.RadSlider_BootstrapTheme a.rslDraghandle {
    color: #333333;
}

.RadColorPicker_BootstrapTheme .rcpSlider.RadSlider_BootstrapTheme a.rslDraghandle:hover,
.RadColorPicker_BootstrapTheme .rcpSlider.RadSlider_BootstrapTheme a.rslDraghandle:active,
.RadColorPicker_BootstrapTheme .rcpSlider.RadSlider_BootstrapTheme a.rslDraghandle:focus,
.RadColorPicker_BootstrapTheme .rcpMillionColorsSlider.RadSlider_BootstrapTheme a.rslDraghandle:hover,
.RadColorPicker_BootstrapTheme .rcpMillionColorsSlider.RadSlider_BootstrapTheme a.rslDraghandle:active,
.RadColorPicker_BootstrapTheme .rcpMillionColorsSlider.RadSlider_BootstrapTheme a.rslDraghandle:focus {
    color: #124949;
}

.RadColorPicker_BootstrapTheme .rcpEmptyColorPreview:before,
.RadColorPicker_BootstrapTheme .rcpEmptyIcon em:before {
    color: #d9534f;
}

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

.RadLabel_BootstrapTheme .rlOptMark {
    color: rgba(51, 51, 51, 0.5);
}

.RadSplitter_BootstrapTheme {
    border-color: #dedede;
}

.RadSplitter_BootstrapTheme .rspPane,
.RadSplitter_BootstrapTheme .rspPaneHorizontal {
    border-color: #dedede;
}

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

.RadSplitter_BootstrapTheme .rspSlideHeader,
.RadSplitter_BootstrapTheme .rspSlideTitleContainer {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadSplitter_BootstrapTheme .rspSlideTitleContainer,
.RadSplitter_BootstrapTheme .rspSlideHeaderIconWrapper {
    border-bottom: 1px solid #dedede;
}

.RadSplitter_BootstrapTheme .rspSlideHeaderDockIcon:hover,
.RadSplitter_BootstrapTheme .rspSlideHeaderUndockIcon:hover,
.RadSplitter_BootstrapTheme .rspSlideHeaderCollapseIcon:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_BootstrapTheme .rspResizeBar,
.RadSplitter_BootstrapTheme .rspSlideContainerResize {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_BootstrapTheme .rspResizeBarOver,
.RadSplitter_BootstrapTheme .rspSlideContainerResizeOver {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_BootstrapTheme .rspResizeBarHorizontal,
.RadSplitter_BootstrapTheme .rspSlideContainerResizeHorizontal {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_BootstrapTheme .rspResizeBarOverHorizontal,
.RadSplitter_BootstrapTheme .rspSlideContainerResizeOverHorizontal {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_BootstrapTheme .rspCollapseBarExpand,
.RadSplitter_BootstrapTheme .rspCollapseBarCollapse {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_BootstrapTheme .rspCollapseBarHorizontalExpand,
.RadSplitter_BootstrapTheme .rspCollapseBarHorizontalCollapse {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_BootstrapTheme .rspCollapseBarExpandOver,
.RadSplitter_BootstrapTheme .rspCollapseBarCollapseOver {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_BootstrapTheme .rspCollapseBarHorizontalExpandOver,
.RadSplitter_BootstrapTheme .rspCollapseBarHorizontalCollapseOver {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_BootstrapTheme .rspTabsContainer {
    background-color: #fcfcfc;
}

.RadSplitter_BootstrapTheme .rspPaneTabContainer {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadSplitter_BootstrapTheme .rspPaneTabContainer:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_BootstrapTheme .rspPaneTabContainerExpanded {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadSplitter_BootstrapTheme .rspLoading {
    background-image: url(" ");
}

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

.RadDock_BootstrapTheme .rdTitleWrapper {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    border-color: inherit;
}

.RadDock_BootstrapTheme .rdCommandButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

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

.RadWindow_BootstrapTheme .rwTitleBar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    margin: 0;
    border-radius: 4px 4px 0 0;
}

.RadWindow_BootstrapTheme .rwTitleWrapper {
    padding: 10px;
}

.RadWindow_BootstrapTheme .rwCommands {
    margin-top: -15px;
}

.RadWindow_BootstrapTheme .rwCommandButton {
    padding: 6px;
}

.RadWindow_BootstrapTheme .rwCommandButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadWindow_BootstrapTheme .rwContent {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    border-width: 1px 0;
}

.RadWindow_BootstrapTheme .rwStatusBar {
    padding: 10px 15px;
    border-width: 0;
}

.RadWindow_BootstrapTheme .rwDialogButtons button {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadWindow_BootstrapTheme .rwDialogButtons button:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadWindow_BootstrapTheme .rwDialogButtons button:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadWindow_BootstrapTheme .rwPromptDialog .rwOkBtn,
.RadWindow_BootstrapTheme .rwConfirmDialog .rwOkBtn {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadWindow_BootstrapTheme .rwPromptDialog .rwOkBtn:hover,
.RadWindow_BootstrapTheme .rwConfirmDialog .rwOkBtn:hover {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
}

.RadWindow_BootstrapTheme .rwPromptDialog .rwOkBtn:active,
.RadWindow_BootstrapTheme .rwConfirmDialog .rwOkBtn:active {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
}

.RadWindow_BootstrapTheme .rwPromptInput {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadWindow_BootstrapTheme .rwPromptInput:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadWindow_BootstrapTheme .rwPromptInput:active,
.RadWindow_BootstrapTheme .rwPromptInput:focus {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
}

.RadWindow_BootstrapTheme .rwLoading.rwStatusBar {
    background-image: url(" ");
}

.RadWindow_BootstrapTheme.rwLoading .rwExternalContent {
    background-image: url(" ");
}

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

.RadNotification_BootstrapTheme .rnTitleBar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadNotification_BootstrapTheme .rnCommands a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadNotification_BootstrapTheme.rnShadows {
    box-shadow: 2px 2px 3px rgba(222, 222, 222, 0.5);
}

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

.RadToolTip_BootstrapTheme .rtClose {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadToolTip_BootstrapTheme .rtClose:hover {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
}

.RadToolTip_BootstrapTheme .rtClose:active {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
}

.RadToolTip_BootstrapTheme .rtCallout {
    border-color: #333333;
}

.RadToolTip_BootstrapTheme .rtCallout:before {
    border-color: #333333;
}

.RadToolTip_BootstrapTheme.rtLoading {
    background-image: url(" ");
}

.RadTile_BootstrapTheme {
    color: #ffffff;
    background-color: #124949;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadTile_BootstrapTheme .rtilePeekContent {
    background-color: #124949;
}

.RadTile_BootstrapTheme.rtileSelected .rtileSelectedIcon {
    color: #ffffff;
    background-color: #124949;
}

.RadTile_BootstrapTheme.rtileHovered {
    border-color: #0d3535;
}

.RadTile_BootstrapTheme.rtileSelected {
    border-color: #082020;
}

.RadTile_BootstrapTheme.rtileSelected.rtileHovered {
    border-color: black;
}

.RadTile_BootstrapTheme.rtileLoading,
.RadTile_BootstrapTheme .rtileLoading {
    background-image: url(" ");
}

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

.RadTileList_BootstrapTheme .rtlistGroupSeparatorVisible {
    background-color: #fcfcfc;
}

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

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

.RadWizard_BootstrapTheme .rwzNext,
.RadWizard_BootstrapTheme .rwzFinish {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadWizard_BootstrapTheme .rwzBreadCrumb .rwzText {
    line-height: 2.7em;
}

.RadWizard_BootstrapTheme .rwzBreadCrumb .rwzLink:before {
    width: 1.52em;
    height: 1.52em;
    right: -0.66em;
    margin-top: -0.80em;
}

.RadWizard_BootstrapTheme .rwzLink {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadWizard_BootstrapTheme .rwzLink:before {
    border-color: #cccccc;
    background-color: #ffffff;
    box-shadow: none;
}

.RadWizard_BootstrapTheme .rwzProgressBar {
    border-radius: 4px;
    border-color: #dedede;
    background-color: whitesmoke;
}

.RadWizard_BootstrapTheme .rwzProgress {
    border-color: #082020;
    background-color: #124949;
}

.RadWizard_BootstrapTheme .rwzHovered.rwzButton,
.RadWizard_BootstrapTheme .rwzHovered .rwzLink {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadWizard_BootstrapTheme .rwzHovered.rwzNext,
.RadWizard_BootstrapTheme .rwzHovered.rwzFinish {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
}

.RadWizard_BootstrapTheme .rwzHovered .rwzLink:before {
    border-color: #adadad;
    background-color: #e6e5e5;
}

.RadWizard_BootstrapTheme .rwzFocused.rwzButton {
    box-shadow: 0 0 5px rgba(173, 173, 173, 0.5) inset;
}

.RadWizard_BootstrapTheme .rwzFocused.rwzNext {
    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}

.RadWizard_BootstrapTheme .rwzSelected .rwzLink,
.RadWizard_BootstrapTheme .rwzSelected .rwzLink:before {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadWizard_BootstrapTheme.rwzHorizontal .rwzFirst .rwzLink {
    border-radius: 4px 0 0 4px;
}

.RadWizard_BootstrapTheme.rwzHorizontal .rwzLast .rwzLink {
    border-radius: 0 4px 4px 0;
}

.RadWizard_BootstrapTheme.rwzHorizontal .rwzFirst.rwzLast .rwzLink {
    border-radius: 4px;
}

.RadWizard_BootstrapTheme.rwzVertical .rwzFirst .rwzLink {
    border-radius: 4px 4px 0 0;
}

.RadWizard_BootstrapTheme.rwzVertical .rwzLast .rwzLink {
    border-radius: 0 0 4px 4px;
}

.RadWizard_BootstrapTheme.rwzVertical .rwzSelected .rwzLink {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.RadWizard_BootstrapTheme.rwzVertical .rwzBreadCrumb {
    padding-right: 0.85em;
}

.RadWizard_BootstrapTheme.rwzVertical .rwzBreadCrumb .rwzLink:before {
    right: -0.87em;
}

.RadWizard_BootstrapTheme.RadWizard_rtl.rwzHorizontal .rwzFirst .rwzLink {
    border-radius: 0 4px 4px 0;
}

.RadWizard_BootstrapTheme.RadWizard_rtl.rwzHorizontal .rwzLast .rwzLink {
    border-radius: 4px 0 0 4px;
}

.RadWizard_BootstrapTheme.RadWizard_rtl .rwzBreadCrumb .rwzLink:before,
.RadWizard_BootstrapTheme.rwzRightBreadCrumb .rwzBreadCrumb .rwzLink:before {
    left: -0.87em;
    right: auto;
}

.RadWizard_rtl.rwzVertical .rwzBreadCrumb {
    padding-right: 0;
    padding-left: 0.85em;
}

.RadWizard_BootstrapTheme.rwzRightBreadCrumb .rwzBreadCrumb,
.RadWizard_BootstrapTheme.RadWizard_rtl.rwzVertical .rwzBreadCrumb {
    padding-right: 0;
    padding-left: 0.85em;
}

.RadWizard_BootstrapTheme.rwzRightBreadCrumb .rwzFirst .rwzLink,
.RadWizard_BootstrapTheme.RadWizard_rtl.rwzVertical .rwzFirst .rwzLink {
    border-top-right-radius: 4px;
}

.RadWizard_BootstrapTheme.rwzRightBreadCrumb .rwzLast .rwzLink,
.RadWizard_BootstrapTheme.RadWizard_rtl.rwzVertical .rwzLast .rwzLink {
    border-bottom-right-radius: 4px;
}

.RadWizard_BootstrapTheme.rwzRightBreadCrumb .rwzSelected .rwzLink,
.RadWizard_BootstrapTheme.RadWizard_rtl.rwzVertical .rwzSelected .rwzLink {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

.RadRotator_BootstrapTheme .rrClipRegion {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0.2857142857em;
}

.RadRotator_BootstrapTheme a.rrButton,
.RadRotator_BootstrapTheme a.rrButton.rrButtonDisabled,
.RadRotator_BootstrapTheme a.rrButton.rrButtonDisabled:hover,
.RadRotator_BootstrapTheme a.rrButton.rrButtonDisabled:active,
.RadRotator_BootstrapTheme a.rrButton.rrButtonDisabled:focus {
    padding: 6px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    box-shadow: none;
}

.RadRotator_BootstrapTheme a.rrButtonUp {
    top: 0.0714285714em;
}

.RadRotator_BootstrapTheme a.rrButtonLeft {
    left: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadRotator_BootstrapTheme a.rrButtonUp {
        top: 0;
    }
    .RadRotator_BootstrapTheme a.rrButtonRight {
        right: 0;
    }
    .RadRotator_BootstrapTheme a.rrButtonDown {
        bottom: 0;
    }
    .RadRotator_BootstrapTheme a.rrButtonLeft {
        left: 0;
    }
}

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

.RadRotator_BootstrapTheme a.rrButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
}

.RadRotator_BootstrapTheme 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_BootstrapTheme .rrLoadingSign {
    background-image: url(" ");
}

.RadButton_BootstrapTheme.k-switch {
    border-radius: 9999px;
}

.RadButton_BootstrapTheme.k-switch:hover .k-switch-container, .RadButton_BootstrapTheme.k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px #e1e1e1;
}

.RadButton_BootstrapTheme.k-switch:focus .k-switch-container, .RadButton_BootstrapTheme.k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.RadButton_BootstrapTheme .k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.RadButton_BootstrapTheme .k-switch-handle {
    border-radius: 9999px;
}

.RadButton_BootstrapTheme.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #124949;
}

.RadButton_BootstrapTheme.k-switch-on .k-switch-handle {
    border-color: #f2f2f2;
    color: #ffffff;
    background-color: #f2f2f2;
}

.RadButton_BootstrapTheme.k-switch-on:hover .k-switch-container, .RadButton_BootstrapTheme.k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #114343;
}

.RadButton_BootstrapTheme.k-switch-on:hover .k-switch-handle, .RadButton_BootstrapTheme.k-switch-on.k-state-hover .k-switch-handle {
    border-color: #e1e1e1;
    color: #ffffff;
    background-color: #ededed;
}

.RadButton_BootstrapTheme.k-switch-on .k-switch-label-off {
    color: transparent;
}

.RadButton_BootstrapTheme.k-switch-off .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_BootstrapTheme.k-switch-off .k-switch-handle {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #f2f2f2;
}

.RadButton_BootstrapTheme.k-switch-off:hover .k-switch-container, .RadButton_BootstrapTheme.k-switch-off.k-state-hover .k-switch-container {
    color: #333333;
    background-color: #fcfcfc;
}

.RadButton_BootstrapTheme.k-switch-off:hover .k-switch-handle, .RadButton_BootstrapTheme.k-switch-off.k-state-hover .k-switch-handle {
    border-color: #e1e1e1;
    color: #333333;
    background-color: #ededed;
}

.RadButton_BootstrapTheme.k-switch-off .k-switch-label-on {
    color: transparent;
}

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

.RadButton_BootstrapTheme.rbButton {
    padding: 6px 12px;
}

.RadButton_BootstrapTheme.rbButton.rbIconOnly {
    padding: 6px;
}

.RadButton_BootstrapTheme.rbButton, .RadButton_BootstrapTheme.rbButton.rbDisabled,
.RadButton_BootstrapTheme .rbSplitPart {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadButton_BootstrapTheme.rbButton.rbHovered, .RadButton_BootstrapTheme.rbButton.rbToggled.rbHovered,
.RadButton_BootstrapTheme.rbButton .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadButton_BootstrapTheme.rbButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_BootstrapTheme.rbButton.rbSelected, .RadButton_BootstrapTheme.rbButton.rbToggled,
.RadButton_BootstrapTheme.rbSelected .rbHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadButton_BootstrapTheme .rbSplitPart {
    padding: 6px;
}

.RadButton_BootstrapTheme.rbButton:hover,
.RadButton_BootstrapTheme.rbButton.rbHovered .rbSplitPart {
    border-color: #adadad;
}

.RadButton_BootstrapTheme.rbButton.rbSelected,
.RadButton_BootstrapTheme.rbButton.rbSelected:active .rbSplitPart {
    border-color: #adadad;
}

.RadButton_BootstrapTheme.rbCheckBox .rbText,
.RadButton_BootstrapTheme.rbRadioButton .rbText,
.RadButton_BootstrapTheme.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_BootstrapTheme .rbToggleCheckboxChecked,
.RadButton_BootstrapTheme .rbToggleCheckboxFilled,
.RadButton_BootstrapTheme .rbToggleRadioChecked {
    color: #124949;
}

.RadButton_BootstrapTheme.rbHovered .rbToggleCheckboxChecked,
.RadButton_BootstrapTheme.rbHovered .rbToggleCheckboxFilled,
.RadButton_BootstrapTheme.rbHovered .rbToggleRadioChecked {
    color: #030c0c;
}

.RadButton_BootstrapTheme:focus .rbToggleCheckbox:before,
.RadButton_BootstrapTheme:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_BootstrapTheme:focus .rbToggleCheckboxChecked:before,
.RadButton_BootstrapTheme:focus .rbToggleCheckboxFilled:before,
.RadButton_BootstrapTheme:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(18, 73, 73, 0.5);
}

.RadButton_BootstrapTheme.rbPrimaryButton {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadButton_BootstrapTheme.rbPrimaryButton.rbHovered, .RadButton_BootstrapTheme.rbPrimaryButton.rbToggled.rbHovered, .RadButton_BootstrapTheme.rbPrimaryButton.rbFocused {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
    box-shadow: none;
}

.RadButton_BootstrapTheme.rbPrimaryButton.rbSelected, .RadButton_BootstrapTheme.rbPrimaryButton.rbToggled {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
}

.RadButton_BootstrapTheme.rbPrimaryButton.rbDisabled {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

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

.RadScheduler_BootstrapTheme align-content:hover {
    text-decoration: none;
}

.RadScheduler_BootstrapTheme .rsToolbar .rsButton {
    border-radius: 0;
}

.RadScheduler_BootstrapTheme .rsToolbar > li:first-child .rsButton {
    border-radius: 3px 0 0 3px;
}

.RadScheduler_BootstrapTheme .rsToolbar > li:last-child .rsButton {
    border-radius: 0 3px 3px 0;
}

.RadScheduler_BootstrapTheme .rsToolbar > li:only-child .rsButton {
    border-radius: 3px;
}

.RadScheduler_BootstrapTheme .rsButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 3px;
}

.RadScheduler_BootstrapTheme .rsPrevDay,
.RadScheduler_BootstrapTheme .rsNextDay {
    padding-left: 6px;
    padding-right: 6px;
}

.RadScheduler_BootstrapTheme .rsHovered > .rsButton,
.RadScheduler_BootstrapTheme .rsButton.rsHovered,
.RadScheduler_BootstrapTheme .rsButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadScheduler_BootstrapTheme .rsSelected > .rsButton,
.RadScheduler_BootstrapTheme .rsPressed > .rsButton,
.RadScheduler_BootstrapTheme .rsButton:active,
.RadScheduler_BootstrapTheme .rsButton.rsPressed {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadScheduler_BootstrapTheme .rsPrimary {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadScheduler_BootstrapTheme .rsPrimary:hover {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
}

.RadScheduler_BootstrapTheme .rsPrimary:active {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
}

.RadScheduler_BootstrapTheme .rsHeader {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    padding: 8px;
}

.RadScheduler_BootstrapTheme .rsFooter {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
    padding: 8px;
}

.RadScheduler_BootstrapTheme .rsFullTime {
    padding-left: 8px;
}

.RadScheduler_BootstrapTheme .rsHorizontalHeaderWrapper {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadScheduler_BootstrapTheme .rsSpacerCell,
.RadScheduler_BootstrapTheme .rsAllDayHeader {
    border-color: #dddddd;
}

.RadScheduler_BootstrapTheme .rsHorizontalHeaderTable th {
    border-color: #dddddd;
}

.RadScheduler_BootstrapTheme .rsVerticalHeaderTable th {
    border-color: transparent #dddddd;
}

.RadScheduler_BootstrapTheme .rsVerticalHeaderTable .rsAlt th {
    border-color: #dddddd #dddddd;
}

.RadScheduler_BootstrapTheme .rsVerticalHeaderTable .rsMainHeader th:first-child {
    border-bottom-color: #dddddd;
}

.RadScheduler_BootstrapTheme .rsAllDayRow td,
.RadScheduler_BootstrapTheme .rsContentTable .rsAllDayRow td {
    border-color: #dddddd;
}

.RadScheduler_BootstrapTheme .rsContentTable td {
    border-color: #eeeeee #eeeeee;
}

.RadScheduler_BootstrapTheme .rsContentTable .rsAlt td {
    border-color: #dddddd #eeeeee;
}

.RadScheduler_BootstrapTheme .rsOtherMonth,
.RadScheduler_BootstrapTheme .rsNonWorkHour,
.RadScheduler_BootstrapTheme .rsSunCol,
.RadScheduler_BootstrapTheme .rsSatCol {
    background: whitesmoke;
}

.RadScheduler_BootstrapTheme .rsApt {
    color: #ffffff;
}

.RadScheduler_BootstrapTheme .rsAptContent {
    border-radius: 4px;
    color: #ffffff;
    background-color: #124949;
}

.RadScheduler_BootstrapTheme .rsAptResize:before {
    background: rgba(255, 255, 255, 0.8);
}

.RadScheduler_BootstrapTheme .rsOvertimeArrow {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_BootstrapTheme .rsOvertimeArrow:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadScheduler_BootstrapTheme .rsResourceMarker {
    background-color: #f7f7f7;
}

.RadScheduler_BootstrapTheme .rsYearView .rsMonthHeader {
    border-color: #dddddd;
}

.RadScheduler_BootstrapTheme .rsYearView thead tr:nth-child(2) {
    color: #999999;
}

.RadScheduler_BootstrapTheme .rsYearView .rsDateHeader {
    border-color: transparent;
    border-radius: 4px;
}

.RadScheduler_BootstrapTheme .rsYearView .rsDateHeader:hover {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.RadScheduler_BootstrapTheme .rsYearView .rsOccupiedSlot {
    background-color: #f7f7f7;
    border-radius: 4px;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTodayCell .rsDateHeader {
    border-color: #e1e1e1;
}

.RadScheduler_BootstrapTheme .rsYearView .rsSatCol:not(.rsOccupiedSlot),
.RadScheduler_BootstrapTheme .rsYearView .rsSunCol:not(.rsOccupiedSlot) {
    color: #999999;
}

.RadScheduler_BootstrapTheme .rsYearView .rsYearMonthsWrap {
    border-color: #dedede;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTooltip .rsToolTipContent {
    border-radius: 4px;
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTooltip .rsCategoryPattern .rsResourceMarker {
    background-color: #f7f7f7;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTooltip .rsToolTipArrow {
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTooltip .rsToolTipArrowUp {
    border-radius: 4px 4px 0 0;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTooltip .rsToolTipArrowDown {
    border-radius: 0 0 4px 4px;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTooltipRight .rsToolTipCallOut {
    border-right-color: #dedede;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTooltipRight .rsToolTipCallOut:before {
    border-right-color: #ffffff;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTooltipLeft .rsToolTipCallOut {
    border-left-color: #dedede;
}

.RadScheduler_BootstrapTheme .rsYearView .rsTooltipLeft .rsToolTipCallOut:before {
    border-left-color: #ffffff;
}

.RadScheduler_BootstrapTheme .rsAgendaView .rsDateBox small {
    opacity: .75;
}

.RadScheduler_BootstrapTheme .rsAgendaTable th, .RadScheduler_BootstrapTheme .rsAgendaTable td {
    border-bottom-color: #d2d2d2;
    border-right-color: #d2d2d2;
}

.RadScheduler_BootstrapTheme .rsAgendaTable th {
    color: #333333;
    background-color: whitesmoke;
}

.RadScheduler_BootstrapTheme .rsAgendaTable .rsAgendaRowHovered {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.RadScheduler_BootstrapTheme .rsAgendaTable .rsAgendaRowSelected {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

.RadScheduler_BootstrapTheme .rsSelectedSlot {
    color: #ffffff;
    background-color: #124949;
}

.RadScheduler_BootstrapTheme .rsAptCreate {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

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

.RadScheduler_BootstrapTheme .rsTitle {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

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

.RadScheduler_BootstrapTheme .rsInlineForm .rsTextarea {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadScheduler_BootstrapTheme .RadPicker {
    width: 130px;
}

.RadScheduler_BootstrapTheme .RadPicker .riTextBox {
    height: inherit;
}

.RadScheduler_BootstrapTheme .rsBody .rsCommandFooter {
    background: whitesmoke;
}

.RadScheduler_BootstrapTheme .rsAdvancedEdit .rsInvalid {
    color: #d51923;
}

.RadScheduler_BootstrapTheme .rsAdvancedEdit .rsInvalid textarea {
    border-color: #d51923;
}

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

.RadGantt_BootstrapTheme .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_BootstrapTheme .rgtTreelistContent tr,
.RadGantt_BootstrapTheme .rgtTasks tr,
.RadGantt_BootstrapTheme.k-gantt .radGridContent tr {
    height: calc(1.5em + 1.5rem);
}

.RadGantt_BootstrapTheme.k-gantt-planned .rgtTreelistContent tr,
.RadGantt_BootstrapTheme.k-gantt-planned .rgtTasks tr,
.RadGantt_BootstrapTheme.k-gantt.k-gantt-planned .radGridContent tr {
    height: calc(2.55em + 1.5rem);
}

.RadGantt_BootstrapTheme .k-loading-color {
    background-color: #ffffff;
}

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

.RadGantt_BootstrapTheme .rgtHeader {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
    padding: 8px;
    min-height: calc(1.42857143em + 12px);
}

.RadGantt_BootstrapTheme .rgtViews > li:first-child + li .radButton {
    border-radius: 4px 0 0 4px;
}

.RadGantt_BootstrapTheme .rgtFooter {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
    padding: 8px;
}

.RadGantt_BootstrapTheme .rgtTreelist {
    background-color: #fafafa;
}

.RadGantt_BootstrapTheme .rgtTreelist .radGridHeader th {
    padding: 31px 7px 10px;
}

.RadGantt_BootstrapTheme .rgtTreelist .rgtTreelistGroup {
    font-weight: inherit;
}

.RadGantt_BootstrapTheme .rgtTreelist .radAlt {
    background-color: #ededed;
}

.RadGantt_BootstrapTheme .rgtTreelist .radStateFocused,
.RadGantt_BootstrapTheme .rgtTreelist .k-state-focused {
    box-shadow: inset 0 0 5px #082020;
}

.RadGantt_BootstrapTheme .rgtTreelist .radStateSelected,
.RadGantt_BootstrapTheme .rgtTreelist .k-state-selected {
    border-color: #124949;
    color: #ffffff;
    background-color: #124949;
}

.RadGantt_BootstrapTheme .rgtTreelist td.k-edit-cell {
    padding-top: 0;
    padding-bottom: 0;
}

.RadGantt_BootstrapTheme .rgtSplitbar {
    border-color: #dedede;
    background-color: #ffffff;
}

.RadGantt_BootstrapTheme .rgtSplitbar .radResizeHandle {
    border-radius: 2px;
    background-color: #dedede;
}

.RadGantt_BootstrapTheme .rgtSplitbarHover {
    border-color: #c4c4c4;
}

.RadGantt_BootstrapTheme .radLine {
    background-color: #333333;
}

.RadGantt_BootstrapTheme .radArrowE,
.RadGantt_BootstrapTheme .radArrowW {
    color: #333333;
}

.RadGantt_BootstrapTheme .radLine.radStateSelected {
    background-color: #1a1919;
    box-shadow: 0 1px 3px #333333;
}

.RadGantt_BootstrapTheme .radLine.radStateSelected .radArrowE,
.RadGantt_BootstrapTheme .radLine.radStateSelected .radArrowW {
    color: #1a1919;
}

.RadGantt_BootstrapTheme .radMarqueeColor {
    background-color: rgba(18, 73, 73, 0.4);
}

.RadGantt_BootstrapTheme {
    /* TODO: Fix colors */
}

.RadGantt_BootstrapTheme .rgtTaskWrap {
    margin-top: -7px;
}

.RadGantt_BootstrapTheme .rgtTaskDot {
    top: 4px;
}

.RadGantt_BootstrapTheme .rgtTaskDot:after {
    border-color: #333333;
    background-color: #333333;
}

.RadGantt_BootstrapTheme .rgtTaskDot:hover:after {
    border-color: #333333;
    background-color: #ffffff;
}

.RadGantt_BootstrapTheme .rgtResource {
    background-color: #ffffff;
}

.RadGantt_BootstrapTheme .rgtResource.radAlt {
    background-color: #f9f9f9;
}

.RadGantt_BootstrapTheme .rgtTaskMilestone {
    margin-top: 5px;
    width: 1.4285714286em;
    height: 1.4285714286em;
    border-color: #124949;
    background-color: #124949;
}

.RadGantt_BootstrapTheme .rgtTaskMilestone.k-task-delayed {
    background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 2px, #d9534f 2px, #d9534f 4px);
}

.RadGantt_BootstrapTheme .rgtTaskMilestone.k-task-advanced {
    background-color: #5cb85c;
    background-image: none;
}

.RadGantt_BootstrapTheme .rgtTaskMilestone.radStateSelected {
    border-color: #082020;
    background-color: #124949;
}

.RadGantt_BootstrapTheme .rgtMilestoneWrap {
    margin-left: -31px;
    margin-top: -4px;
    /*margin-top: -7px;*/
}

.RadGantt_BootstrapTheme .rgtMilestoneWrap .k-task-moment {
    margin-left: 7px;
}

.RadGantt_BootstrapTheme .rgtTaskMilestone ~ .rgtTaskDot {
    top: 8px;
}

.RadGantt_BootstrapTheme .rgtTaskSummary {
    margin-top: 12px;
    border-color: #999999;
    background-color: #999999;
}

.RadGantt_BootstrapTheme .rgtTaskSummary.k-task-delayed {
    color: #e89895;
}

.RadGantt_BootstrapTheme .rgtTaskSummary.k-task-advanced {
    color: #9dd49d;
}

.RadGantt_BootstrapTheme .rgtComplete {
    border-color: #333333;
    background-color: #333333;
}

.RadGantt_BootstrapTheme .rgtTaskSummary.radStateSelected {
    border-color: #218686;
    background-color: #218686;
}

.RadGantt_BootstrapTheme .radStateSelected .rgtComplete {
    border-color: #124949;
    background-color: #124949;
}

.RadGantt_BootstrapTheme .rgtTaskSummary ~ .rgtTaskDot {
    top: 8px;
}

.RadGantt_BootstrapTheme .k-summary-wrap .k-task-offset {
    height: 10px;
    margin: 12px 0 0;
}

.RadGantt_BootstrapTheme .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_BootstrapTheme .rgtTaskSingle {
    border-color: #124949;
    border-radius: 4px;
    color: #ffffff;
    background-color: #228a8a;
    text-shadow: 0 0 1px rgba(51, 51, 51, 0.3);
}

.RadGantt_BootstrapTheme .rgtTaskSingle.k-task-delayed {
    background-color: #e89895;
    background-image: none;
}

.RadGantt_BootstrapTheme .rgtTaskSingle.k-task-advanced {
    background-color: #9dd49d;
    background-image: none;
}

.RadGantt_BootstrapTheme .rgtTaskComplete {
    border-color: #124949;
    background-color: #124949;
}

.RadGantt_BootstrapTheme .rgtTaskTemplate {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.428571429;
}

.RadGantt_BootstrapTheme .rgtTaskSingle ~ .rgtTaskDot {
    top: 8px;
}

.RadGantt_BootstrapTheme .rgtTaskSingle .radResizeHandle:after,
.RadGantt_BootstrapTheme .k-task-offset .radResizeHandle:after {
    background-color: #ffffff;
}

.RadGantt_BootstrapTheme .rgtTaskActions {
    top: 8px;
    right: 5px;
}

.RadGantt_BootstrapTheme .rgtTaskSingle.radStateSelected,
.RadGantt_BootstrapTheme .rgtTaskSingle.radStateSelected .rgtTaskComplete {
    border-color: black;
}

.RadGantt_BootstrapTheme .k-task-delayed .k-task-summary-complete,
.RadGantt_BootstrapTheme .k-task-delayed .rgtComplete {
    color: #d9534f;
}

.RadGantt_BootstrapTheme .k-task-advanced .k-task-summary-complete,
.RadGantt_BootstrapTheme .k-task-delayed .rgtComplete {
    color: #5cb85c;
}

.RadGantt_BootstrapTheme .k-task-delayed .rgtTaskComplete {
    background-color: #d9534f;
    background-image: none;
}

.RadGantt_BootstrapTheme .k-task-advanced .rgtTaskComplete {
    background-color: #5cb85c;
    background-image: none;
}

.RadGantt_BootstrapTheme .k-task-planned .k-task-moment {
    border-color: #124949;
    background-color: transparent;
}

.RadGantt_BootstrapTheme .k-task-planned .k-task-duration {
    background-color: #124949;
}

.RadGantt_BootstrapTheme .k-task-planned:hover .k-task-moment {
    background-color: #124949;
}

.RadGantt_BootstrapTheme .k-task-offset {
    background-image: repeating-linear-gradient(135deg, #ffffff, #ffffff 2px, #d9534f 2px, #d9534f 4px);
}

.RadGantt_BootstrapTheme .k-task-offset .radResizeE::before {
    border-color: #000000;
}

.RadGantt_BootstrapTheme .k-task-offset .k-task-actions, .RadGantt_BootstrapTheme .k-task-offset .rgtTaskActions {
    position: relative;
    margin-top: 1px;
    color: #000000;
}

.RadGantt_BootstrapTheme .k-task-offset:hover {
    background-image: repeating-linear-gradient(135deg, #ffffff, #ffffff 2px, #e89895 2px, #e89895 4px);
}

.RadGantt_BootstrapTheme .k-pdf-export .k-task-offset {
    background-color: #d9534f;
}

.RadGantt_BootstrapTheme .k-task-offset-wrap .rgtTaskSummaryComplete:after,
.RadGantt_BootstrapTheme .k-task-offset-wrap .rgtTaskSummary:after {
    border-right-color: transparent;
}

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

.radSkin_BootstrapTheme .k-grid, .radSkin_BootstrapTheme .radCalendar {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadRibbonBar_BootstrapTheme .rrbMenu, .rrbDropDownSlide_BootstrapTheme .rrbPopup, .rrbSlide_BootstrapTheme .rrbPopup, .rrbPopup_BootstrapTheme, .rrbPopup_BootstrapTheme .rrbPopup, .radSkin_BootstrapTheme .k-popup, .radSkin_BootstrapTheme.k-popup,
.radSkin_BootstrapTheme .radPopup, .radSkin_BootstrapTheme.radPopup, .radSkin_BootstrapTheme .radDragClue, .radSkin_BootstrapTheme.radDragClue, .radSkin_BootstrapTheme.k-window {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

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

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

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

.RadRibbonBar_BootstrapTheme .rrbQat .rrbButton:active, .RadRibbonBar_BootstrapTheme .rrbButton.rrbClicked, .RadRibbonBar_BootstrapTheme .rrbButton.rrbPressed, .RadRibbonBar_BootstrapTheme .rrbButton.rrbExpanded, .RadRibbonBar_BootstrapTheme .rrbButton.rrbToggled, .RadRibbonBar_BootstrapTheme .rrbButtonGroup .rrbButton:active, .RadRibbonBar_BootstrapTheme .rrbButtonGroup .rrbButton.rrbClicked, .RadRibbonBar_BootstrapTheme .rrbButtonGroup .rrbButton.rrbPressed, .RadRibbonBar_BootstrapTheme .rrbComboBox .rrbButton.rrbClicked,
.RadRibbonBar_BootstrapTheme .rrbDropDown .rrbButton.rrbClicked,
.RadRibbonBar_BootstrapTheme .rrbNumericTextBox .rrbButton.rrbClicked,
.RadRibbonBar_BootstrapTheme .rrbColorPicker .rrbButton.rrbClicked, .RadRibbonBar_BootstrapTheme .rrbDropDown .rrbDDInner:active, .RadRibbonBar_BootstrapTheme .rrbColorPicker .rrbCPInner:active, .RadRibbonBar_BootstrapTheme .rrbGallery .rrbItem.rrbSelected, .RadRibbonBar_BootstrapTheme .rrbGalleryActions .rrbButton.rrbClicked, .rrbSlide_BootstrapTheme .rrbItem.rrbSelected, .radSkin_BootstrapTheme .radButton:active,
.radSkin_BootstrapTheme .radButton.radStateSelected,
.radSkin_BootstrapTheme .radStateSelected > .radButton, .radSkin_BootstrapTheme .k-numeric-wrap .k-link.k-state-selected, .radSkin_BootstrapTheme .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_BootstrapTheme .radPrimary {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.radSkin_BootstrapTheme .radPrimary:hover {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
}

.radSkin_BootstrapTheme .radPrimary:active {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
}

.radSkin_BootstrapTheme .k-textbox,
.radSkin_BootstrapTheme .radTextbox, .radSkin_BootstrapTheme .k-numeric-wrap, .radSkin_BootstrapTheme .k-picker-wrap {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.radSkin_BootstrapTheme .k-popup, .radSkin_BootstrapTheme.k-popup,
.radSkin_BootstrapTheme .radPopup, .radSkin_BootstrapTheme.radPopup {
    padding: 0;
    border-radius: 4px;
}

.radSkin_BootstrapTheme .radDragClue, .radSkin_BootstrapTheme.radDragClue {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(130, 130, 130, 0.5);
}

.radSkin_BootstrapTheme .radList,
.radSkin_BootstrapTheme .k-list {
    white-space: nowrap;
}

.radSkin_BootstrapTheme .radList > .radItem,
.radSkin_BootstrapTheme .k-list > .k-item {
    padding: 3px 15px;
    min-height: 0;
    line-height: inherit;
}

.radSkin_BootstrapTheme .radList > .radStateHovered,
.radSkin_BootstrapTheme .k-list > .k-state-hover {
    color: #000000;
    background-color: #eeeeee;
}

.radSkin_BootstrapTheme .radList > .radStateFocused,
.radSkin_BootstrapTheme .k-list > .k-state-focused {
    box-shadow: inset 0 0 5px #082020;
}

.radSkin_BootstrapTheme .radList > .radStateSelected,
.radSkin_BootstrapTheme .k-list > .k-state-selected {
    color: #ffffff;
    background-color: #124949;
}

.radSkin_BootstrapTheme .radGrid td {
    padding: 9px 10px 10px;
    border-top-width: 1px;
    border-color: #dedede;
}

.radSkin_BootstrapTheme .radGridHeader,
.radSkin_BootstrapTheme .radGridHeaderWrap {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.radSkin_BootstrapTheme .radGridHeader th {
    padding: 10px;
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.radSkin_BootstrapTheme .radFauxRows .radAlt {
    background-color: #f9f9f9;
}

.radSkin_BootstrapTheme .radFauxColumns .radNonwork {
    background-color: rgba(245, 245, 245, 0.4);
}

.radSkin_BootstrapTheme .k-grid-header,
.radSkin_BootstrapTheme .k-grid-header-wrap {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

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

.radSkin_BootstrapTheme .k-grid-content .k-alt {
    background-color: #f9f9f9;
}

.radSkin_BootstrapTheme .k-grid-content td {
    border-color: #dedede;
}

.radSkin_BootstrapTheme .k-tooltip,
.radSkin_BootstrapTheme .radTooltip {
    border-color: black;
    color: #cccccc;
    background-color: black;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.radSkin_BootstrapTheme .k-tooltip.k-offset-tooltip-delayed,
.radSkin_BootstrapTheme .radTooltip.k-offset-tooltip-delayed {
    color: #ffffff;
    background-color: #d9534f;
    background-image: none;
}

.radSkin_BootstrapTheme .k-tooltip.k-planned-tooltip,
.radSkin_BootstrapTheme .radTooltip.k-planned-tooltip {
    color: #ffffff;
    background-color: #124949;
    background-image: none;
}

.radSkin_BootstrapTheme .k-tooltip-validation {
    border-color: #ffffff;
    color: #d51923;
    background-color: #ffffff;
    background-image: none;
}

.radSkin_BootstrapTheme .k-button,
.radSkin_BootstrapTheme .radButton {
    padding: 6px 12px;
    border-radius: 4px;
}

.radSkin_BootstrapTheme .radButton.radPrimary {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.radSkin_BootstrapTheme .radButton.radPrimary:hover,
.radSkin_BootstrapTheme .radButton.radPrimary.radStateHovered {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
}

.radSkin_BootstrapTheme .radButton.radPrimary:focus,
.radSkin_BootstrapTheme .radButton.radPrimary.radStateSelected {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
}

.radSkin_BootstrapTheme .radToolbar .radButton {
    border-radius: 0;
}

.radSkin_BootstrapTheme .radToolbar > li:first-child .radButton {
    border-radius: 4px 0 0 4px;
}

.radSkin_BootstrapTheme .radToolbar > li:last-child .radButton {
    border-radius: 0 4px 4px 0;
}

.radSkin_BootstrapTheme .radToolbar > li:only-child .radButton {
    border-radius: 4px;
}

.radSkin_BootstrapTheme .k-textbox,
.radSkin_BootstrapTheme .radTextbox {
    padding: 6px 12px;
    width: 160px;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.428571429;
}

.radSkin_BootstrapTheme .k-numeric-wrap {
    padding: 0 34px 0 12px;
    border-radius: 4px;
    line-height: 1.428571429;
}

.radSkin_BootstrapTheme .k-numeric-wrap .k-input {
    padding: 6px 0;
}

.radSkin_BootstrapTheme .k-numeric-wrap .k-select {
    width: 32px;
    border-radius: 0 4px 4px 0;
}

.radSkin_BootstrapTheme .radDatePicker .k-picker-wrap,
.radSkin_BootstrapTheme .radTimePicker .k-picker-wrap {
    padding: 0 34px 0 12px;
}

.radSkin_BootstrapTheme .radDatePicker .k-select,
.radSkin_BootstrapTheme .radTimePicker .k-select {
    width: 32px;
}

.radSkin_BootstrapTheme .radDateTimePicker .k-picker-wrap {
    padding: 0 66px 0 12px;
}

.radSkin_BootstrapTheme .radDateTimePicker .k-select {
    width: 64px;
}

.radSkin_BootstrapTheme .radDateTimePicker .k-select .k-i-calendar {
    margin-left: -24px;
}

.radSkin_BootstrapTheme .radDateTimePicker .k-select .k-i-clock {
    margin-left: 8px;
}

.radSkin_BootstrapTheme .k-picker-wrap {
    border-radius: 4px;
    line-height: 1.428571429;
}

.radSkin_BootstrapTheme .k-picker-wrap .k-input {
    padding: 6px 0;
}

.radSkin_BootstrapTheme .k-picker-wrap .k-select {
    border-radius: 0 4px 4px 0;
}

.radSkin_BootstrapTheme .radCalendar {
    width: 252px;
    border-radius: 4px;
    line-height: 1.428571429;
}

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

.radSkin_BootstrapTheme .radCalendar .k-nav-prev,
.radSkin_BootstrapTheme .radCalendar .k-nav-next {
    padding: 8px;
}

.radSkin_BootstrapTheme .radCalendar .k-nav-fast {
    padding: 6px 0;
}

.radSkin_BootstrapTheme .radCalendar .k-nav-today {
    padding: 6px 0;
}

.radSkin_BootstrapTheme .radCalendar th {
    padding: 6px 8px;
    border-color: #dedede;
    line-height: 1.428571429;
}

.radSkin_BootstrapTheme .radCalendar td.k-weekend {
    color: #666666;
}

.radSkin_BootstrapTheme .radCalendar td.k-other-month {
    color: #999999;
}

.radSkin_BootstrapTheme .radCalendar td .k-link {
    padding: 6px 8px;
    width: 16px;
}

.radSkin_BootstrapTheme .radCalendar .k-meta-view td .k-link {
    padding: 6px 12px;
    width: auto;
    white-space: normal;
}

.radSkin_BootstrapTheme .radCalendar .k-link {
    border: 1px solid transparent;
    border-radius: 4px;
}

.radSkin_BootstrapTheme .radCalendar .k-link.k-state-hover,
.radSkin_BootstrapTheme .radCalendar .k-state-hover > .k-link {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.radSkin_BootstrapTheme .radCalendar .k-link.k-state-focused,
.radSkin_BootstrapTheme .radCalendar .k-state-focused > .k-link {
    border-color: #082020;
    box-shadow: 0 0 6px #082020;
}

.radSkin_BootstrapTheme .radCalendar .k-link.k-state-selected,
.radSkin_BootstrapTheme .radCalendar .k-state-selected > .k-link {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

.radSkin_BootstrapTheme.k-window {
    border-radius: 4px;
}

.radSkin_BootstrapTheme .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_BootstrapTheme .k-window-title {
    position: static;
}

.radSkin_BootstrapTheme .radEditFormContainer .radFormLabel {
    width: 25%;
}

.radSkin_BootstrapTheme .radEditFormContainer .radFormField {
    width: 65%;
}

.radSkin_BootstrapTheme .radEditFormContainer .radTextBox,
.radSkin_BootstrapTheme .radEditFormContainer .radDateTimePicker {
    width: 100%;
}

.radSkin_BootstrapTheme .radEditFormContainer .radNumericTextBox {
    width: 50%;
}

.radSkin_BootstrapTheme .rgtButtonsContainer {
    border-color: #dedede;
    background-color: whitesmoke;
}

.radSkin_BootstrapTheme.k-rtl .rgtViews > li:first-child + li .radButton {
    border-radius: 0 4px 4px 0;
}

.radSkin_BootstrapTheme.k-rtl .rgtViews > li:last-child .radButton {
    border-radius: 4px 0 0 4px;
}

.radSkin_BootstrapTheme.k-rtl .rgtTaskActions {
    right: auto;
    left: 5px;
}

.radSkin_BootstrapTheme.k-rtl .k-numeric-wrap {
    padding-right: 12px;
    padding-left: 34px;
}

.radSkin_BootstrapTheme.k-rtl .k-numeric-wrap .k-select {
    border-radius: 4px 0 0 4px;
}

.radSkin_BootstrapTheme.k-rtl .radDatePicker .k-picker-wrap,
.radSkin_BootstrapTheme.k-rtl .radTimePicker .k-picker-wrap {
    padding-right: 12px;
    padding-left: 34px;
}

.radSkin_BootstrapTheme.k-rtl .radDateTimePicker .k-picker-wrap {
    padding-right: 12px;
    padding-left: 66px;
}

.radSkin_BootstrapTheme.k-rtl .radDateTimePicker .k-select .k-i-calendar {
    margin-left: 8px;
}

.radSkin_BootstrapTheme.k-rtl .radDateTimePicker .k-select .k-i-clock {
    margin-left: -24px;
}

.radSkin_BootstrapTheme.k-rtl .k-picker-wrap .k-select {
    border-radius: 4px 0 0 4px;
}

@media only screen and (max-width: 1024px) {
    .RadGantt_BootstrapTheme .rgtToolbar > .rgtViews {
        top: 5px;
        right: 5px;
    }
    .RadGantt_BootstrapTheme .rgtToolbar > .rgtViews.rgtExpanded {
        color: #333333;
        background: #ffffff;
        border-color: #dedede;
    }
    .RadGantt_BootstrapTheme .rgtToolbar > .rgtViews.radToolbar .radButton {
        border-radius: 4px;
    }
}

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

.RadCalendar_BootstrapTheme .rcTitlebar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

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

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

.RadCalendar_BootstrapTheme td {
    border-color: transparent;
}

.RadCalendar_BootstrapTheme th {
    color: #666666;
    background-color: whitesmoke;
}

.RadCalendar_BootstrapTheme .rcHeader,
.RadCalendar_BootstrapTheme .rcFooter {
    border-color: #dedede;
}

.RadCalendar_BootstrapTheme .rcWeek th {
    border-color: #dedede;
    color: #333333;
}

.RadCalendar_BootstrapTheme .rcWeek .rcViewSel {
    background-color: whitesmoke;
}

.RadCalendar_BootstrapTheme .rcToday a,
.RadCalendar_BootstrapTheme .rcToday span {
    border-color: #124949;
    color: #124949;
}

.RadCalendar_BootstrapTheme .rcHover a,
.RadCalendar_BootstrapTheme .rcHover span {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.RadCalendar_BootstrapTheme .rcSelected a,
.RadCalendar_BootstrapTheme .rcSelected span {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

.RadCalendar_BootstrapTheme .rcFocus {
    border-color: #082020;
    box-shadow: inset 0 0 5px #082020;
}

.RadCalendarMultiView_BootstrapTheme .rcTitlebar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadCalendarMultiView_BootstrapTheme .rcCalendar {
    border-color: #dedede;
}

.RadCalendarMultiView_BootstrapTheme td.rcTitle {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

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

.RadCalendarMonthView_BootstrapTheme a:hover {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.RadCalendarMonthView_BootstrapTheme .rcSelected a {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

.RadCalendarMonthView_BootstrapTheme .rcFocus {
    border-color: #082020;
    box-shadow: inset 0 0 5px #082020;
}

.RadCalendarMonthView_BootstrapTheme .rcButtons a {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadCalendarMonthView_BootstrapTheme .rcButtons a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadCalendarMonthView_BootstrapTheme .rcButtons a:focus,
.RadCalendarMonthView_BootstrapTheme .rcButtons a:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

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

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

.RadCalendarTimeView_BootstrapTheme td {
    border-color: #dedede;
}

.RadCalendarTimeView_BootstrapTheme .rcSelected a {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

.RadCalendarTimeView_BootstrapTheme .rcHover a {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.RadCalendarTimeView_BootstrapTheme .rcFocus {
    box-shadow: inset 0 0 5px #082020;
}

.RadCalendarTimeView_BootstrapTheme .rcFooter {
    border-color: #dedede;
}

.RadPicker_BootstrapTheme .riLabel {
    color: #333333;
}

.RadPicker_BootstrapTheme.rcCalPopupOpen .RadInput, .RadPicker_BootstrapTheme.rcMYPopupOpen .RadInput, .RadPicker_BootstrapTheme.rcTimePopupOpen .RadInput {
    border-color: #175d5d;
    color: #333333;
    background-color: #ffffff;
}

.RadPicker_BootstrapTheme.rcCalPopupOpen .rcCalPopup,
.RadPicker_BootstrapTheme.rcMYPopupOpen .rcCalPopup,
.RadPicker_BootstrapTheme.rcTimePopupOpen .rcTimePopup {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMediaPlayer_BootstrapTheme {
    color: #333333;
}

.RadMediaPlayer_BootstrapTheme .rmpToolbar {
    color: #333333;
    background-color: rgba(245, 245, 245, 0.9);
    border-color: #dedede;
}

.RadMediaPlayer_BootstrapTheme div.rmpVolContrBar {
    background-color: rgba(245, 245, 245, 0.9);
    border-color: #dedede;
}

.RadMediaPlayer_BootstrapTheme.rmpSolidBgr .rmpToolbar,
.RadMediaPlayer_BootstrapTheme.rmpSolidBgr div.rmpVolContrBar {
    background-color: whitesmoke;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylist {
    background-color: #ffffff;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylist li a {
    background-color: #ffffff;
    color: #333333;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylist li a:hover {
    background-color: #eeeeee;
    color: #000000;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylist li.rmpActive a {
    background-color: #124949;
    color: #ffffff;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylist .rmpPlaylistPrevButton,
.RadMediaPlayer_BootstrapTheme .rmpPlaylist .rmpPlaylistNextButton {
    background-color: #ffffff;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylist .rmpPlaylistPrevButton:hover,
.RadMediaPlayer_BootstrapTheme .rmpPlaylist .rmpPlaylistNextButton:hover {
    background-color: #e6e5e5;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylistVertical li,
.RadMediaPlayer_BootstrapTheme .rmpPlaylistVerticalInside li {
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #f2f2f2;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylistVertical .rmpPlaylistPrevButtonWrap,
.RadMediaPlayer_BootstrapTheme .rmpPlaylistVerticalInside .rmpPlaylistPrevButtonWrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylistVertical .rmpPlaylistNextButtonWrap,
.RadMediaPlayer_BootstrapTheme .rmpPlaylistVerticalInside .rmpPlaylistNextButtonWrap {
    border-top: 1px solid rgba(255, 255, 255, 0.85);
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylistHorizontal.rmpPlaylistNavButtons {
    border-bottom: 1px solid #f2f2f2;
    border-bottom: 1px solid #cccccc;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylistHorizontal li {
    border-left: 1px solid rgba(255, 255, 255, 0.85);
    border-right: 1px solid #f2f2f2;
}

.RadMediaPlayer_BootstrapTheme .rmpPlaylistHorizontal .rmpPlaylistPrevButtonWrap,
.RadMediaPlayer_BootstrapTheme .rmpPlaylistHorizontal .rmpPlaylistNextButtonWrap {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.RadMediaPlayer_BootstrapTheme .rmpBanner {
    border: 1px solid #dedede;
}

.RadMediaPlayer_BootstrapTheme .rmpBanner .rmpActionButton {
    background-color: #ffffff;
    color: #333333;
}

.RadMediaPlayer_BootstrapTheme .rmpBigPlayButton,
.RadMediaPlayer_BootstrapTheme .rmpBigPauseButton {
    background: rgba(252, 252, 252, 0.4);
}

.RadMediaPlayer_BootstrapTheme .rmpToolbar .rmpActionButton:hover,
.RadMediaPlayer_BootstrapTheme .rmpToolbar .rmpActionButton .rmpSubtitlesActiveIcon,
.RadMediaPlayer_BootstrapTheme .rmpToolbar .rmpActionButton .rmpHDActiveIcon {
    color: #124949;
}

.RadMediaPlayer_BootstrapTheme .rmpSocialShareBox {
    background-color: #124949;
}

.RadMediaPlayer_BootstrapTheme .RadSocialShare .sshLinkItem {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadMediaPlayer_BootstrapTheme .RadSocialShare .sshLinkItem:active, .RadMediaPlayer_BootstrapTheme .RadSocialShare .sshLinkItem:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

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

.RadImageGallery_BootstrapTheme .rigDotList > a {
    background: #ffffff;
    border-color: #dedede;
}

.RadImageGallery_BootstrapTheme .rigDotList .rigCurrentItem {
    color: #124949;
}

.RadImageGallery_BootstrapTheme .rigToolbar {
    color: #333333;
    background-color: rgba(245, 245, 245, 0.8);
}

.RadImageGallery_BootstrapTheme .rigCloseButton,
.RadImageGallery_BootstrapTheme .rigDrawerButton {
    color: #333333;
    background-color: rgba(245, 245, 245, 0.8);
}

.RadImageGallery_BootstrapTheme .rigProgressBar div {
    background-color: #124949;
}

.RadImageGallery_BootstrapTheme .rigPager {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadImageGallery_BootstrapTheme .rigPager a.rigCurrentPage {
    border-color: #124949;
    color: #124949;
}

.RadImageGallery_BootstrapTheme .rigTooltip {
    background-color: #ffffff;
    border-color: #dedede;
}

.RadImageGallery_BootstrapTheme .rigTooltip:after {
    border-top-color: #ffffff;
}

.RadImageGallery_BootstrapTheme .rigToolbar .rigActionButton:hover {
    color: #124949;
}

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

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

.RadLightBox_BootstrapTheme .rltbDescOverlayTop,
.RadLightBox_BootstrapTheme .rltbDescOverlayBottom {
    background-color: rgba(255, 255, 255, 0.5);
}

.RadLightBox_BootstrapTheme .rltbActionButton:hover {
    color: #124949;
}

.RadLightBox_BootstrapTheme .rltbCloseButton {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadLightBox_BootstrapTheme .rltbCloseButton:hover {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
}

.RadLightBox_BootstrapTheme .rltbCloseButton:active {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
}

.km-touch-scrollbar {
    background-color: #333333;
}

.RadPdfViewer_BootstrapTheme_AnimationContainer .k-popup {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

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

.RadPdfViewer_BootstrapTheme_AnimationContainer .k-popup > .k-group-header,
.RadPdfViewer_BootstrapTheme_AnimationContainer .k-popup .k-outer-group-header.k-first,
.RadPdfViewer_BootstrapTheme_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_BootstrapTheme_AnimationContainer .k-popup .k-outer-group-header {
    border-bottom-color: #dedede;
}

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

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

.RadPdfViewer_BootstrapTheme_AnimationContainer .k-rtl.k-popup .k-list .k-item > .k-group::before,
.RadPdfViewer_BootstrapTheme_AnimationContainer [dir="rtl"] .k-popup .k-list .k-item > .k-group::before {
    border-color: #333333 transparent transparent #333333;
}

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

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

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

.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list .k-item:hover,
.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list .k-item.k-state-hover,
.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-optionlabel:hover,
.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-optionlabel.k-state-hover {
    color: #000000;
    background-color: #eeeeee;
}

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

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

.RadPdfViewer_BootstrapTheme_AnimationContainer.k-animation-container-shown,
.RadPdfViewer_BootstrapTheme_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_BootstrapTheme_AnimationContainer.k-animation-container-fixed > .k-popup {
    box-shadow: none;
}

.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-container .k-button {
    box-shadow: none;
}

.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-container .k-button:hover,
.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-container .k-button.k-state-hover {
    color: #000000;
    background-color: #eeeeee;
    background-image: none;
}

.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-container .k-button:active,
.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-container .k-button.k-state-active {
    color: #ffffff;
    background-color: #124949;
    background-image: none;
}

.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-container .k-button.k-state-disabled {
    background: transparent;
}

.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-container .k-button:focus,
.RadPdfViewer_BootstrapTheme_AnimationContainer .k-list-container .k-button.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_BootstrapTheme_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: #124949;
}

.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: #124949;
}

.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(18, 73, 73, 0.3);
}

.RadPdfViewer_BootstrapTheme_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_BootstrapTheme_SearchDialog.k-window:focus, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window.k-state-focused {
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox:hover, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox.k-state-hover,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea:hover,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea.k-state-hover,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox:hover,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox.k-state-hover {
    border-color: #adadad;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox:focus, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox.k-state-focus,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea:focus,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea.k-state-focus,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox:focus,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox.k-state-focus {
    border-color: #175d5d;
    color: #333333;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox.k-invalid, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox.k-state-invalid,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea.k-invalid,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea.k-state-invalid,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox.k-invalid,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox.k-state-invalid {
    border-color: rgba(217, 83, 79, 0.5);
    color: #d9534f;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox::selection,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea::selection,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox::selection {
    color: #ffffff;
    background-color: #124949;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox::selection,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input::selection,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea::selection {
    color: #ffffff;
    background-color: #124949;
}

.k-state-disabled .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox::selection, .k-state-disabled
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input::selection, .k-state-disabled
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea::selection {
    color: #333333;
    background-color: transparent;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox::-webkit-input-placeholder, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input::-webkit-input-placeholder, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox::-webkit-input-placeholder, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox:-ms-input-placeholder, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input:-ms-input-placeholder, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox:-ms-input-placeholder, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox::-ms-input-placeholder, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input::-ms-input-placeholder, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox::-ms-input-placeholder, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textbox::placeholder,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input::placeholder,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-input.k-textbox::placeholder,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-textarea::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

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

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

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

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button:active, .RadPdfViewer_BootstrapTheme_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_BootstrapTheme_SearchDialog.k-window .k-button.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button.k-primary {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button.k-primary:focus, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(18, 73, 73, 0.4);
}

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

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button.k-primary:active, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button.k-primary.k-state-active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button.k-primary.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-dropdown-button:active > .k-button:not(:disabled),
.RadPdfViewer_BootstrapTheme_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_BootstrapTheme_SearchDialog.k-window .k-dropdown-button:focus > .k-button,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-dropdown-button.k-state-focused > .k-button {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-dropdown-button .k-widget {
    border-width: 0;
    display: inline-block;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-group .k-button:active,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-group .k-button.k-state-active,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-group .k-button.k-state-selected,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-group > input[type="radio"]:checked + .k-button,
.RadPdfViewer_BootstrapTheme_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_BootstrapTheme_SearchDialog.k-window .k-button-group .k-button:focus,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-group .k-button.k-state-focused,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-group > input[type="radio"]:focus + .k-button,
.RadPdfViewer_BootstrapTheme_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_BootstrapTheme_SearchDialog.k-window .k-button-group.k-state-disabled .k-button:not(.k-state-active),
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-group .k-state-disabled:not(.k-state-active) {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-split-button:focus,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-split-button.k-state-focused {
    outline: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-split-button.k-button-group .k-button:active, .RadPdfViewer_BootstrapTheme_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_BootstrapTheme_SearchDialog.k-window .k-button-flat,
.k-button-group .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-flat,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button.k-flat,
.k-button-group
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button.k-flat {
    color: inherit;
    background: none;
}

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

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

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

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-flat.k-primary, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-flat.k-primary:hover, .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-flat.k-primary.k-state-hover,
.k-button-group .RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-button-flat.k-primary {
    color: #124949;
    background: none;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-window-titlebar {
    border-color: inherit;
    color: #333333;
    background-color: whitesmoke;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-dialog-titlebar {
    border-color: inherit;
    color: #ffffff;
    background-color: #124949;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button {
    border-color: inherit;
}

.RadPdfViewer_BootstrapTheme_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_BootstrapTheme_SearchDialog.k-window .k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
    color: #124949;
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button:focus,
.RadPdfViewer_BootstrapTheme_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_BootstrapTheme_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button.k-primary:focus,
.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button.k-primary.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(18, 73, 73, 0.3);
}

.RadPdfViewer_BootstrapTheme_SearchDialog.k-window .k-pdf-viewer-search-dialog {
    border-color: #dedede;
}

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

.RadPdfViewer_BootstrapTheme .k-textbox,
.RadPdfViewer_BootstrapTheme .k-textarea,
.RadPdfViewer_BootstrapTheme .k-input.k-textbox {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_BootstrapTheme .k-textbox:hover, .RadPdfViewer_BootstrapTheme .k-textbox.k-state-hover,
.RadPdfViewer_BootstrapTheme .k-textarea:hover,
.RadPdfViewer_BootstrapTheme .k-textarea.k-state-hover,
.RadPdfViewer_BootstrapTheme .k-input.k-textbox:hover,
.RadPdfViewer_BootstrapTheme .k-input.k-textbox.k-state-hover {
    border-color: #adadad;
}

.RadPdfViewer_BootstrapTheme .k-textbox:focus, .RadPdfViewer_BootstrapTheme .k-textbox.k-state-focus,
.RadPdfViewer_BootstrapTheme .k-textarea:focus,
.RadPdfViewer_BootstrapTheme .k-textarea.k-state-focus,
.RadPdfViewer_BootstrapTheme .k-input.k-textbox:focus,
.RadPdfViewer_BootstrapTheme .k-input.k-textbox.k-state-focus {
    border-color: #175d5d;
    color: #333333;
}

.RadPdfViewer_BootstrapTheme .k-textbox.k-invalid, .RadPdfViewer_BootstrapTheme .k-textbox.k-state-invalid,
.RadPdfViewer_BootstrapTheme .k-textarea.k-invalid,
.RadPdfViewer_BootstrapTheme .k-textarea.k-state-invalid,
.RadPdfViewer_BootstrapTheme .k-input.k-textbox.k-invalid,
.RadPdfViewer_BootstrapTheme .k-input.k-textbox.k-state-invalid {
    border-color: rgba(217, 83, 79, 0.5);
    color: #d9534f;
}

.RadPdfViewer_BootstrapTheme .k-textbox::selection,
.RadPdfViewer_BootstrapTheme .k-textarea::selection,
.RadPdfViewer_BootstrapTheme .k-input.k-textbox::selection {
    color: #ffffff;
    background-color: #124949;
}

.RadPdfViewer_BootstrapTheme .k-textbox::selection,
.RadPdfViewer_BootstrapTheme .k-input::selection,
.RadPdfViewer_BootstrapTheme .k-textarea::selection {
    color: #ffffff;
    background-color: #124949;
}

.k-state-disabled .RadPdfViewer_BootstrapTheme .k-textbox::selection, .k-state-disabled
.RadPdfViewer_BootstrapTheme .k-input::selection, .k-state-disabled
.RadPdfViewer_BootstrapTheme .k-textarea::selection {
    color: #333333;
    background-color: transparent;
}

.RadPdfViewer_BootstrapTheme .k-textbox::-webkit-input-placeholder, .RadPdfViewer_BootstrapTheme .k-input::-webkit-input-placeholder, .RadPdfViewer_BootstrapTheme .k-input.k-textbox::-webkit-input-placeholder, .RadPdfViewer_BootstrapTheme .k-textarea::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_BootstrapTheme .k-textbox:-ms-input-placeholder, .RadPdfViewer_BootstrapTheme .k-input:-ms-input-placeholder, .RadPdfViewer_BootstrapTheme .k-input.k-textbox:-ms-input-placeholder, .RadPdfViewer_BootstrapTheme .k-textarea:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_BootstrapTheme .k-textbox::-ms-input-placeholder, .RadPdfViewer_BootstrapTheme .k-input::-ms-input-placeholder, .RadPdfViewer_BootstrapTheme .k-input.k-textbox::-ms-input-placeholder, .RadPdfViewer_BootstrapTheme .k-textarea::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_BootstrapTheme .k-textbox::placeholder,
.RadPdfViewer_BootstrapTheme .k-input::placeholder,
.RadPdfViewer_BootstrapTheme .k-input.k-textbox::placeholder,
.RadPdfViewer_BootstrapTheme .k-textarea::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

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

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

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

.RadPdfViewer_BootstrapTheme .k-button:active, .RadPdfViewer_BootstrapTheme .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_BootstrapTheme .k-button.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_BootstrapTheme .k-button.k-primary {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
}

.RadPdfViewer_BootstrapTheme .k-button.k-primary:focus, .RadPdfViewer_BootstrapTheme .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(18, 73, 73, 0.4);
}

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

.RadPdfViewer_BootstrapTheme .k-button.k-primary:active, .RadPdfViewer_BootstrapTheme .k-button.k-primary.k-state-active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_BootstrapTheme .k-button.k-primary.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_BootstrapTheme .k-dropdown-button:active > .k-button:not(:disabled),
.RadPdfViewer_BootstrapTheme .k-dropdown-button.k-state-active > .k-button:not(:disabled) {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

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

.RadPdfViewer_BootstrapTheme .k-dropdown-button .k-widget {
    border-width: 0;
    display: inline-block;
}

.RadPdfViewer_BootstrapTheme .k-button-group .k-button:active,
.RadPdfViewer_BootstrapTheme .k-button-group .k-button.k-state-active,
.RadPdfViewer_BootstrapTheme .k-button-group .k-button.k-state-selected,
.RadPdfViewer_BootstrapTheme .k-button-group > input[type="radio"]:checked + .k-button,
.RadPdfViewer_BootstrapTheme .k-button-group > input[type="checkbox"]:checked + .k-button {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_BootstrapTheme .k-button-group .k-button:focus,
.RadPdfViewer_BootstrapTheme .k-button-group .k-button.k-state-focused,
.RadPdfViewer_BootstrapTheme .k-button-group > input[type="radio"]:focus + .k-button,
.RadPdfViewer_BootstrapTheme .k-button-group > input[type="checkbox"]:focus + .k-button {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_BootstrapTheme .k-button-group.k-state-disabled .k-button:not(.k-state-active),
.RadPdfViewer_BootstrapTheme .k-button-group .k-state-disabled:not(.k-state-active) {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

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

.RadPdfViewer_BootstrapTheme .k-split-button.k-button-group .k-button:active, .RadPdfViewer_BootstrapTheme .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_BootstrapTheme .k-button-flat,
.k-button-group .RadPdfViewer_BootstrapTheme .k-button-flat,
.RadPdfViewer_BootstrapTheme .k-button.k-flat,
.k-button-group
.RadPdfViewer_BootstrapTheme .k-button.k-flat {
    color: inherit;
    background: none;
}

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

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

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

.RadPdfViewer_BootstrapTheme .k-button-flat.k-primary, .RadPdfViewer_BootstrapTheme .k-button-flat.k-primary:hover, .RadPdfViewer_BootstrapTheme .k-button-flat.k-primary.k-state-hover,
.k-button-group .RadPdfViewer_BootstrapTheme .k-button-flat.k-primary {
    color: #124949;
    background: none;
}

.RadPdfViewer_BootstrapTheme .k-combobox {
    background-color: transparent;
}

.RadPdfViewer_BootstrapTheme .k-combobox .k-dropdown-wrap {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadPdfViewer_BootstrapTheme .k-combobox .k-dropdown-wrap.k-invalid, .RadPdfViewer_BootstrapTheme .k-combobox .k-dropdown-wrap.k-invalid:hover, .RadPdfViewer_BootstrapTheme .k-combobox .k-dropdown-wrap.k-state-invalid {
    color: #d9534f;
    border-color: rgba(217, 83, 79, 0.5);
}

.RadPdfViewer_BootstrapTheme .k-combobox .k-select {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

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

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

.RadPdfViewer_BootstrapTheme .k-combobox > .k-state-focused,
.RadPdfViewer_BootstrapTheme .k-combobox .k-state-active {
    border-color: #175d5d;
    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_BootstrapTheme .k-toolbar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadPdfViewer_BootstrapTheme .k-toolbar .k-overflow-anchor {
    border-width: 0;
    color: inherit;
    background: transparent;
}

.RadPdfViewer_BootstrapTheme .k-toolbar .k-state-border-up,
.RadPdfViewer_BootstrapTheme .k-toolbar .k-state-border-down {
    box-shadow: none;
}

.RadPdfViewer_BootstrapTheme .k-toolbar .k-state-border-up::before,
.RadPdfViewer_BootstrapTheme .k-toolbar .k-state-border-up .k-button::before,
.RadPdfViewer_BootstrapTheme .k-toolbar .k-state-border-down::before,
.RadPdfViewer_BootstrapTheme .k-toolbar .k-state-border-down .k-button::before {
    opacity: 0;
}

.RadPdfViewer_BootstrapTheme .k-toolbar .k-separator {
    border-color: inherit;
}

.RadPdfViewer_BootstrapTheme .k-toolbar .k-button.k-state-disabled::after {
    opacity: 0;
}

.RadPdfViewer_BootstrapTheme .k-toolbar .k-combobox .k-state-border-up,
.RadPdfViewer_BootstrapTheme .k-toolbar .k-combobox .k-state-border-down {
    box-shadow: none;
}

.RadPdfViewer_BootstrapTheme .k-pager-wrap {
    color: #333333;
    background-color: whitesmoke;
}

.RadPdfViewer_BootstrapTheme .k-pager-wrap.k-pager-lg .k-pager-numbers, .RadPdfViewer_BootstrapTheme .k-pager-wrap.k-pager-md .k-pager-numbers, .RadPdfViewer_BootstrapTheme .k-pager-wrap.k-pager-sm .k-pager-numbers {
    border-color: #cccccc;
    background-color: whitesmoke;
}

.RadPdfViewer_BootstrapTheme .k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-current-page, .RadPdfViewer_BootstrapTheme .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-current-page, .RadPdfViewer_BootstrapTheme .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-current-page {
    border-color: #cccccc;
}

.RadPdfViewer_BootstrapTheme .k-pager-nav:hover {
    color: #124949;
    background-color: #eeeeee;
}

.RadPdfViewer_BootstrapTheme .k-pager-nav:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_BootstrapTheme .k-pager-numbers .k-link {
    color: #124949;
}

.RadPdfViewer_BootstrapTheme .k-pager-numbers .k-link:hover, .RadPdfViewer_BootstrapTheme .k-pager-numbers .k-link.k-state-hover {
    color: #124949;
    background-color: #eeeeee;
}

.RadPdfViewer_BootstrapTheme .k-pager-numbers .k-link:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_BootstrapTheme .k-pager-numbers .k-state-selected {
    color: #ffffff;
    background-color: #124949;
}

.RadPdfViewer_BootstrapTheme .k-canvas {
    background-color: #ffffff;
}

.RadPdfViewer_BootstrapTheme .k-page {
    border-color: #dedede;
    color: #333333;
    background-color: white;
    box-shadow: 0 0 15px #dedede;
}

.RadPdfViewer_BootstrapTheme .k-search-highlight {
    background-color: #4d4c4c;
}

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

.RadFileExplorer_BootstrapTheme .rfeFilterTxt,
.RadFileExplorer_BootstrapTheme .rfeAddressBox {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadFileExplorer_BootstrapTheme .rfeLink {
    border-radius: 4px;
}

.RadFileExplorer_BootstrapTheme .rfeLink:hover {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
}

.RadFileExplorer_BootstrapTheme .rfeSelectedLink,
.RadFileExplorer_BootstrapTheme .rfeSelectedLink:hover {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

.RadFileExplorer_BootstrapTheme .rfeDropZone,
.RadFileExplorer_BootstrapTheme .rfeFilterContainer,
.RadFileExplorer_BootstrapTheme .rfePageControlContainer {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

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

.RadFileExplorer_BootstrapTheme .RadSlider .rslHorizontal a.rslHandle {
    margin-top: -0.8571428571em;
}

.RadWindow_BootstrapTheme .rfeUploadInfoPanel {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

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

.RadCloudUpload_BootstrapTheme .rcuButton {
    border-radius: 3px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadCloudUpload_BootstrapTheme .rcuInfoPanel {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadCloudUpload_BootstrapTheme .rcuHeader {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

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

.RadCloudUpload_BootstrapTheme .rcuProgressBar {
    border-radius: 6px;
    border-color: #dedede;
    background-color: whitesmoke;
    background-image: linear-gradient();
}

.RadCloudUpload_BootstrapTheme .rcuProgress {
    border-color: #ffffff;
    background-color: #124949;
    background-image: linear-gradient();
}

.RadCloudUpload_BootstrapTheme .p-i-loading {
    background-image: url(" ");
}

.RadCloudUpload_BootstrapTheme .rcuDropZone {
    border-color: #082020;
    color: #ffffff;
    background-color: #124949;
}

.RadCloudUpload_BootstrapTheme .rcuButton.rcuHovered {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadCloudUpload_BootstrapTheme .rcuButtons .rcuHovered {
    border-color: transparent;
    color: #124949;
    background: none;
    box-shadow: none;
}

.RadCloudUpload_BootstrapTheme .rcuButton.rcuPressed {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

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

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

.RadUpload_BootstrapTheme .ruFileLI .ruButton:hover {
    color: #124949;
}

.RadUpload_BootstrapTheme .ruFileLI .ruFileProgressWrap {
    background-color: whitesmoke;
    background-image: linear-gradient();
    border-radius: 2px;
}

.RadUpload_BootstrapTheme .ruFileLI .ruFileProgress {
    border-color: #082020;
    background-color: #124949;
    background-image: linear-gradient();
}

.RadUpload_BootstrapTheme .ruUploadSuccess .radIcon:before {
    background-color: #5cb85c;
}

.RadUpload_BootstrapTheme .ruUploading .radIcon:before {
    background-color: #f0ad4e;
}

.RadUpload_BootstrapTheme .ruUploadCancelled .radIcon:before,
.RadUpload_BootstrapTheme .ruUploadFailure .radIcon:before {
    background-color: #d9534f;
}

.RadUpload_BootstrapTheme .ruSelectWrap .ruFakeInput {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
}

.RadUpload_BootstrapTheme .ruSelectWrap .ruButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
}

.RadUpload_BootstrapTheme .ruSelectWrap .ruButton.ruButtonHover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadUpload_BootstrapTheme .ruSelectWrap .ruButton.ruFocused {
    box-shadow: inset 0 0 5px rgba(173, 173, 173, 0.5);
}

.RadUpload_BootstrapTheme .ruDropZone {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
    border-radius: 4px;
}

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

.RadTagCloud_BootstrapTheme.rtcClassic {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.RadTagCloud_BootstrapTheme .rtcTagItem a {
    color: #124949;
}

.RadTagCloud_BootstrapTheme .rtcTagItem a:hover {
    color: #030c0c;
}

.RadTagCloud_BootstrapTheme.rtcLoading {
    background-image: url(" ");
}

.RadSocialShare_BootstrapTheme {
    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_BootstrapTheme .sshLinkItem:hover {
    color: #124949;
}

.RadRating_BootstrapTheme a:before {
    color: #c4c4c4;
}

.RadRating_BootstrapTheme .rrtOver span,
.RadRating_BootstrapTheme a:hover .rrtPartComplement,
.RadRating_BootstrapTheme .rrtVertical .rrtSelected.rrtOver a,
.RadRating_BootstrapTheme .rrtSelected .rrtPartSelected,
.RadRating_BootstrapTheme .rrtSelected.rrtOver a {
    color: #adadad;
}

.RadRating_BootstrapTheme .rrtSelected span {
    color: #428bca;
}

.RadRating_BootstrapTheme .rrtSelected .rrtPart,
.RadRating_BootstrapTheme .rrtSelected.rrtOver span {
    color: #3071a9;
}

.RadRating_BootstrapTheme .rrtReversed .rrtPart:before {
    color: #adadad;
}

.RadRating_BootstrapTheme .rrtReversed .rrtSelected .rrtPartComplement:before {
    color: #3071a9;
}

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

.RadOrgChart_BootstrapTheme .rocGroup {
    border-radius: 10px;
    background-color: rgba(245, 245, 245, 0.5);
}

.RadOrgChart_BootstrapTheme .rocItem,
.RadOrgChart_BootstrapTheme .rocItemTemplate {
    border-radius: 5px;
    border-color: #f2f2f2;
    color: #333333;
    background-color: #ffffff;
}

.RadOrgChart_BootstrapTheme .rocExpandArrow,
.RadOrgChart_BootstrapTheme .rocCollapseArrow,
.RadOrgChart_BootstrapTheme .rocExpandGroupArrow,
.RadOrgChart_BootstrapTheme .rocCollapseGroupArrow {
    border-radius: 3px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadOrgChart_BootstrapTheme .rocLoadingNodes .rocExpandArrow,
.RadOrgChart_BootstrapTheme .rocLoadingNodes .rocCollapseArrow,
.RadOrgChart_BootstrapTheme .rocLoadingGroups .rocExpandGroupArrow,
.RadOrgChart_BootstrapTheme .rocLoadingGroups .rocCollapseGroupArrow {
    background-image: url(" ");
}

.RadOrgChart_BootstrapTheme .rocExpandArrow:hover,
.RadOrgChart_BootstrapTheme .rocCollapseArrow:hover,
.RadOrgChart_BootstrapTheme .rocExpandGroupArrow:hover,
.RadOrgChart_BootstrapTheme .rocCollapseGroupArrow:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadOrgChart_BootstrapTheme .rocExpandArrow:active,
.RadOrgChart_BootstrapTheme .rocCollapseArrow:active,
.RadOrgChart_BootstrapTheme .rocExpandGroupArrow:active,
.RadOrgChart_BootstrapTheme .rocCollapseGroupArrow:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.RadOrgChart_BootstrapTheme.rocDetachedItem,
.RadOrgChart_BootstrapTheme.rocDetachedNode {
    border-radius: 5px;
    border-color: #f2f2f2;
    color: #333333;
    background-color: #ffffff;
}

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

.rocToolbar_BootstrapTheme .rocToolbarButton {
    border-radius: 2px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.rocToolbar_BootstrapTheme .rocToolbarButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

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

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

.RadMap_BootstrapTheme .k-navigator {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

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

.RadMap_BootstrapTheme .k-button:hover,
.RadMap_BootstrapTheme .k-navigator > .k-button:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMap_BootstrapTheme .k-button:active,
.RadMap_BootstrapTheme .k-button:focus,
.RadMap_BootstrapTheme .k-navigator > .k-button:active,
.RadMap_BootstrapTheme .k-navigator > .k-button:focus {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadMap_BootstrapTheme .k-marker {
    color: #124949;
}

.RadMap_BootstrapTheme.k-tooltip {
    border-color: #f2f2f2;
    color: #333333;
    background-color: #ffffff;
}

.RadMap_BootstrapTheme.k-tooltip .k-tooltip-button {
    color: #333333;
    background-color: #ffffff;
}

.RadMap_BootstrapTheme.k-tooltip .k-tooltip-button:hover {
    color: #124949;
}

@media \0screen\,screen\9 {
    .RadMap_BootstrapTheme .k-icon {
        background-image: url(" ");
    }
    .RadMap_BootstrapTheme .k-i-arrow-n {
        background-position: -17px -17px;
    }
    .RadMap_BootstrapTheme .k-button:hover .k-i-arrow-n {
        background-position: -67px -17px;
    }
    .RadMap_BootstrapTheme .k-button:active .k-i-arrow-n,
    .RadMap_BootstrapTheme .k-button:focus .k-i-arrow-n {
        background-position: -117px -17px;
    }
    .RadMap_BootstrapTheme .k-i-arrow-e {
        background-position: -17px -167px;
    }
    .RadMap_BootstrapTheme .k-button:hover .k-i-arrow-e {
        background-position: -67px -167px;
    }
    .RadMap_BootstrapTheme .k-button:active .k-i-arrow-e,
    .RadMap_BootstrapTheme .k-button:focus .k-i-arrow-e {
        background-position: -117px -167px;
    }
    .RadMap_BootstrapTheme .k-i-arrow-s {
        background-position: -17px -67px;
    }
    .RadMap_BootstrapTheme .k-button:hover .k-i-arrow-s {
        background-position: -67px -67px;
    }
    .RadMap_BootstrapTheme .k-button:active .k-i-arrow-s,
    .RadMap_BootstrapTheme .k-button:focus .k-i-arrow-s {
        background-position: -117px -67px;
    }
    .RadMap_BootstrapTheme .k-i-arrow-w {
        background-position: -17px -117px;
    }
    .RadMap_BootstrapTheme .k-button:hover .k-i-arrow-w {
        background-position: -67px -117px;
    }
    .RadMap_BootstrapTheme .k-button:active .k-i-arrow-w,
    .RadMap_BootstrapTheme .k-button:focus .k-i-arrow-w {
        background-position: -117px -117px;
    }
    .RadMap_BootstrapTheme .k-i-close,
    .RadMap_BootstrapTheme .k-i-close:hover {
        background-color: transparent;
        background-position: -67px -1917px;
    }
}

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

.RadUploadProgressArea_BootstrapTheme .ruHeader {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dedede;
}

.RadUploadProgressArea_BootstrapTheme .ruFooter {
    color: #333333;
    background: whitesmoke;
    border-color: #dedede;
    padding: 0.5em 0.8571428571em;
}

.RadUploadProgressArea_BootstrapTheme .ruProgressBar {
    border-color: #cccccc;
    border-radius: 0.3174603175em;
    background: #ffffff;
}

.RadUploadProgressArea_BootstrapTheme .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_BootstrapTheme .radButton {
    padding: 0.4285714286em 0.8571428571em;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0.2142857143em;
    border-color: #cccccc;
}

.RadUploadProgressArea_BootstrapTheme .radButton.ruHovered {
    color: #333333;
    background-color: #e6e5e5;
    border-color: #adadad;
}

.RadProgressBar_BootstrapTheme {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    background-color: whitesmoke;
    /* Vertical */
}

.RadProgressBar_BootstrapTheme.rpbClassic {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadProgressBar_BootstrapTheme,
.RadProgressBar_BootstrapTheme .rpbStateSelected,
.RadProgressBar_BootstrapTheme .rpbStateSelected:hover {
    background-image: none;
}

.RadProgressBar_BootstrapTheme.rpbHorizontal {
    height: 1.4285714286em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.RadProgressBar_BootstrapTheme > .rpbLabelWrapper {
    border-color: #dedede;
    line-height: normal;
}

.RadProgressBar_BootstrapTheme .rpbLabel {
    font-size: 0.8571428571em;
}

.RadProgressBar_BootstrapTheme .rpbStateSelected,
.RadProgressBar_BootstrapTheme .rpbStateSelected:hover,
.RadProgressBar_BootstrapTheme .rpbStateSelected:link,
.RadProgressBar_BootstrapTheme .rpbStateSelected:visited {
    background-color: #124949;
    color: #ffffff;
}

.RadProgressBar_BootstrapTheme .rpbChunk {
    border-color: #dedede;
}

.RadProgressBar_BootstrapTheme .rpbChunk.rpbStateDefault {
    background-color: whitesmoke;
}

.RadProgressBar_BootstrapTheme.rpbHorizontal .rpbStateSelected,
.RadProgressBar_BootstrapTheme.rpbHorizontal .rpbStateSelected:hover,
.RadProgressBar_BootstrapTheme.rpbHorizontal .rpbStateSelected:link,
.RadProgressBar_BootstrapTheme.rpbHorizontal .rpbStateSelected:visited,
.RadProgressBar_BootstrapTheme.rpbHorizontal .rpbChunk.rpbStateSelected {
    border-color: #082020;
}

.RadProgressBar_BootstrapTheme.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_BootstrapTheme.rpbVertical {
    width: 1.4285714286em;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) inset;
}

.RadProgressBar_BootstrapTheme.rpbVertical .rpbStateSelected,
.RadProgressBar_BootstrapTheme.rpbVertical .rpbStateSelected:hover,
.RadProgressBar_BootstrapTheme.rpbVertical .rpbStateSelected:link,
.RadProgressBar_BootstrapTheme.rpbVertical .rpbStateSelected:visited,
.RadProgressBar_BootstrapTheme.rpbVertical .rpbChunk.rpbStateSelected {
    border-color: #082020;
}

.RadProgressBar_BootstrapTheme.rpbIndeterminate {
    background-image: url(" ");
}

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

.RadForm_BootstrapTheme .rfdHeading {
    color: #333333;
    border-bottom-color: #dedede;
}

.RadForm_BootstrapTheme.rfdFieldset fieldset {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadForm_BootstrapTheme .rfdAspLabel,
.RadForm_BootstrapTheme.rfdLabel label {
    color: #333333;
}

.RadForm_BootstrapTheme .rfdSkinnedButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    box-shadow: none;
}

.RadForm_BootstrapTheme .rfdSkinnedButton:hover,
.RadForm_BootstrapTheme .rfdSkinnedButton:focus {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadForm_BootstrapTheme .rfdSkinnedButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
}

.RadForm_BootstrapTheme .rfdSkinnedButton:active,
.RadForm_BootstrapTheme .rfdClickedButton,
.RadForm_BootstrapTheme .rfdFocusedButton {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    color: #333333;
}

.RadForm_BootstrapTheme .rfdPrimaryButton {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
    box-shadow: none;
}

.RadForm_BootstrapTheme .rfdPrimaryButton:hover {
    border-color: #010303;
    color: #ffffff;
    background-color: #082020;
    box-shadow: none;
}

.RadForm_BootstrapTheme .rfdPrimaryButton:active,
.RadForm_BootstrapTheme .rfdPrimaryButton.rfdClickedButton,
.RadForm_BootstrapTheme .rfdPrimaryButton.rfdFocusedButton {
    border-color: black;
    color: #ffffff;
    background-color: #082020;
    box-shadow: none;
}

.RadForm_BootstrapTheme .rfdPrimaryButton.rfdInputDisabled {
    border-color: #0d3535;
    color: #ffffff;
    background-color: #124949;
    box-shadow: none;
}

.RadForm_BootstrapTheme .rfdTextInput,
.RadForm_BootstrapTheme.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_BootstrapTheme .rfdTextInput:hover,
.RadForm_BootstrapTheme.rfdTextarea textarea:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadForm_BootstrapTheme .rfdTextInput:active,
.RadForm_BootstrapTheme.rfdTextarea textarea:active,
.RadForm_BootstrapTheme .rfdTextInput:focus,
.RadForm_BootstrapTheme.rfdTextarea textarea:focus {
    border-color: #175d5d;
    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_BootstrapTheme .rfdTextInput:disabled,
.RadForm_BootstrapTheme.rfdTextarea textarea:disabled {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadForm_BootstrapTheme .rfdRadioChecked:before,
.RadForm_BootstrapTheme .rfdCheckboxChecked:before {
    color: #124949;
}

.RadForm_BootstrapTheme .rfdRadioUnchecked:hover:before,
.RadForm_BootstrapTheme .rfdCheckboxUnchecked:hover:before,
.RadForm_BootstrapTheme .rfdRadioChecked:hover:before,
.RadForm_BootstrapTheme .rfdCheckboxChecked:hover:before {
    color: #030c0c;
}

.RadForm_BootstrapTheme .rgSelectedRow .rfdRadioChecked:before, .RadForm_BootstrapTheme .rgSelectedRow .rfdRadioChecked:hover:before,
.RadForm_BootstrapTheme .rgSelectedRow .rfdCheckboxChecked:before,
.RadForm_BootstrapTheme .rgSelectedRow .rfdCheckboxChecked:hover:before {
    color: #ffffff;
}

.RadForm_BootstrapTheme .rfdRealInput:focus + .rfdRadioUnchecked:before,
.RadForm_BootstrapTheme .rfdRealInput:focus + .rfdCheckboxUnchecked:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadForm_BootstrapTheme .rfdRealInput:focus + .rfdRadioChecked:before,
.RadForm_BootstrapTheme .rfdRealInput:focus + .rfdCheckboxChecked:before {
    box-shadow: 0 0 1px 1px rgba(18, 73, 73, 0.5);
}

.RadForm_BootstrapTheme .rfdSelect_BootstrapTheme,
.RadForm_BootstrapTheme .rfdSelect_BootstrapTheme.rfdDropDownExpanded {
    border-radius: 4px;
}

.RadForm_BootstrapTheme .rfdSelect_BootstrapTheme {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
}

.RadForm_BootstrapTheme .rfdSelect_BootstrapTheme:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadForm_BootstrapTheme .rfdSelect_BootstrapTheme:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
}

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

.RadForm_BootstrapTheme .rfdSelect_BootstrapTheme.rfdSelectDisabled {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    box-shadow: none;
}

.RadForm_BootstrapTheme.rfdScrollBars .rfdSelectBox::-webkit-scrollbar,
.RadForm_BootstrapTheme.rfdScrollBars .rfdSelectBox::-webkit-scrollbar-thumb:vertical,
.RadForm_BootstrapTheme.rfdScrollBars .rfdSelectBox::-webkit-scrollbar-thumb:horizontal,
.RadForm_BootstrapTheme.rfdScrollBars form::-webkit-scrollbar,
.RadForm_BootstrapTheme.rfdScrollBars form::-webkit-scrollbar-thumb:vertical,
.RadForm_BootstrapTheme.rfdScrollBars form::-webkit-scrollbar-thumb:horizontal {
    background-color: #fcfcfc;
}

.RadForm_BootstrapTheme.rfdScrollBars textarea::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment,
.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-thumb:vertical,
.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-thumb:horizontal {
    border-color: #dedede;
    background-color: #fcfcfc;
}

.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment {
    background-image: url(" ");
    background-color: #fcfcfc;
}

.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement {
    background-position: -17.5px -1118px;
}

.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment {
    background-position: -17.5px -1168px;
}

.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement {
    background-position: -18px -1018px;
}

.RadForm_BootstrapTheme.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment {
    background-position: -18px -1068px;
}

.RadForm_BootstrapTheme.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_BootstrapTheme .rfdTable {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
}

.RadForm_BootstrapTheme .rfdTable th {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadForm_BootstrapTheme .rfdTable a {
    color: #124949;
}

.RadForm_BootstrapTheme .rfdTable a:hover {
    color: #030c0c;
}

.RadForm_BootstrapTheme .rfdLoginControl,
.RadForm_BootstrapTheme .rfdValidationSummaryControl {
    border-color: #dedede;
    color: #333333;
    background-color: #fcfcfc;
}

.RadForm_BootstrapTheme a.rfdLoginControl,
.RadForm_BootstrapTheme a.rfdLoginControl:active,
.RadForm_BootstrapTheme a.rfdLoginControl:visited {
    color: #333333;
}

.RadForm_BootstrapTheme a.rfdLoginControl:hover {
    color: #000000;
}

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

.rfdSelectBox_BootstrapTheme li {
    padding: 3px 12px;
}

.rfdSelectBox_BootstrapTheme li:hover,
.rfdSelectBox_BootstrapTheme .rfdSelect_hovered {
    color: #000000;
    background-color: #eeeeee;
}

.rfdSelectBox_BootstrapTheme .rfdSelect_selected,
.rfdSelectBox_BootstrapTheme .rfdSelect_selected:hover {
    color: #ffffff;
    background-color: #124949;
}
