﻿.RadEditor_CobbleStone {
    background-color: #F5F8FB;
    border-color: #e6e6e6;
    border-radius: 5px !important;
    color: #333;
    font-family: "Roboto", "Noto", sans-serif;
}

    .RadEditor_CobbleStone .RadRibbonBar a.reDropdown {
        height: auto;
        padding: 8px 13px;
    }

        .RadEditor_CobbleStone .RadRibbonBar a.reDropdown:before {
            margin-top: -0.64285714em;
        }

    .RadEditor_CobbleStone .RadRibbonBar .reTool {
        width: 2.35714286em;
        height: 2.35714286em;
        border-radius: 0;
        border-width: 1px 0 1px 1px;
    }

        .RadEditor_CobbleStone .RadRibbonBar .reTool.rrbSmallButton {
            width: 1.42857143em;
            height: 1.42857143em;
        }

        .RadEditor_CobbleStone .RadRibbonBar .reTool:first-child {
            border-radius: 0.28571429em 0em 0em 0.28571429em;
        }

        .RadEditor_CobbleStone .RadRibbonBar .reTool:last-child {
            border-radius: 0em 0.28571429em 0.28571429em 0em;
            border-width: 1px;
        }

        .RadEditor_CobbleStone .RadRibbonBar .reTool.reSplitButton {
            min-width: 4em;
            height: 2.14285714em;
        }

            .RadEditor_CobbleStone .RadRibbonBar .reTool.reSplitButton .reSplitArrow:before {
                margin: 9px auto auto;
            }

    .RadEditor_CobbleStone .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
        width: 2.28571429em;
        height: 2.28571429em;
    }

        .RadEditor_CobbleStone .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
            font-size: 16px;
            vertical-align: top;
        }

    .RadEditor_CobbleStone .RadRibbonBar .rrbMediumButton.reRibbonTool {
        height: 1.39285714em;
    }

        .RadEditor_CobbleStone .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
            margin-top: -0.78571429em;
            height: 1.78571429em;
        }

            .RadEditor_CobbleStone .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
                vertical-align: text-top;
            }

    .RadEditor_CobbleStone .RadRibbonBar .rrbLargeButton {
        width: inherit;
        height: 4.64285714em;
    }

        .RadEditor_CobbleStone .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
            height: 2.85714286em;
        }

            .RadEditor_CobbleStone .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
                font-size: 32px;
                vertical-align: text-top;
            }

    .RadEditor_CobbleStone.rePopupContainer,
    .RadEditor_CobbleStone .rePopupTitle,
    .RadEditor_CobbleStone .reCommentInfoPanel,
    .RadEditor_CobbleStone .reCommentView,
    .RadEditor_CobbleStone .reCommentViewText,
    .RadEditor_CobbleStone .reCommentEdit {
        background-color: #f4f7f8;
        border-color: #cfd8dc;
    }

    .RadEditor_CobbleStone.rePopupContainer,
    .RadEditor_CobbleStone .rePopupTitle,
    .RadEditor_CobbleStone .reCommentInfoPanel,
    .RadEditor_CobbleStone .reCommentView,
    .RadEditor_CobbleStone .reCommentViewText,
    .RadEditor_CobbleStone .reCommentEdit {
        background-color: #8bc34a;
    }

    .RadEditor_CobbleStone .reTool {
        /*color: #607d8b;*/
        color: #333;
    }

        .RadEditor_CobbleStone .reTool:hover,
        .RadEditor_CobbleStone .reToolText:hover,
        .RadEditor_CobbleStone .reDropdown:hover,
        .RadEditor_CobbleStone.reInsertTable .reTool:hover:before,
        .RadEditor_CobbleStone .rePopupButton:hover,
        .RadEditor_CobbleStone .reCommentButton:hover,
        .RadEditor_CobbleStone .reAjaxSpellButton:hover {
            background-color: #eceff1;
            color: #455a64;
        }

        .RadEditor_CobbleStone .reTool:active,
        .RadEditor_CobbleStone .reTool:focus,
        .RadEditor_CobbleStone .reToolText:active,
        .RadEditor_CobbleStone .reToolText:focus,
        .RadEditor_CobbleStone .reToolSelected,
        .RadEditor_CobbleStone .reToolSelected:hover,
        .RadEditor_CobbleStone .reModes a:active,
        .RadEditor_CobbleStone .reDropdown:active,
        .RadEditor_CobbleStone .reDropdown:focus,
        .RadEditor_CobbleStone .rePopupButton:active,
        .RadEditor_CobbleStone .rePopupButton:focus,
        .RadEditor_CobbleStone .reCommentButton:active,
        .RadEditor_CobbleStone .reCommentButton:focus,
        .RadEditor_CobbleStone .reAjaxSpellButton:focus,
        .RadEditor_CobbleStone .reAjaxSpellButton:active {
            background-color: #f5f8fb;
            color: #2c4070;
        }

        .RadEditor_CobbleStone .reTool:hover .reSplitArrow {
            border-left-color: #90a4ae;
        }

        .RadEditor_CobbleStone .reTool:active .reSplitArrow,
        .RadEditor_CobbleStone .reTool:focus .reSplitArrow {
            border-left-color: #8bc34a;
        }

    .RadEditor_CobbleStone .reSeparator {
        border-right-color: #cfd8dc;
        border-left-color: transparent;
    }

    .RadEditor_CobbleStone .reContent {
        background-color: #ffffff;
        border-color: transparent;
    }

    .RadEditor_CobbleStone.reToolBarLeft {
        padding-left: 3.78571429em;
    }

    .RadEditor_CobbleStone.reToolBarRight {
        padding-right: 3.78571429em;
    }

    .RadEditor_CobbleStone .reToolBarWrapperLeft,
    .RadEditor_CobbleStone .reToolBarWrapperRight {
        width: 3.3em;
    }

        .RadEditor_CobbleStone .reToolBarWrapperLeft .reSplitButton,
        .RadEditor_CobbleStone .reToolBarWrapperRight .reSplitButton {
            width: 3.71428571em;
        }

        .RadEditor_CobbleStone .reToolBarWrapperLeft .reDropdown,
        .RadEditor_CobbleStone .reToolBarWrapperRight .reDropdown {
            min-width: 3.57142857em;
            padding: 0.35714286em 0em 0.35714286em 0em;
        }

        .RadEditor_CobbleStone .reToolBarWrapperLeft .reSeparator,
        .RadEditor_CobbleStone .reToolBarWrapperRight .reSeparator {
            border-top-color: transparent;
            border-bottom-color: #cfd8dc;
        }

    .RadEditor_CobbleStone .reTableDiv .reModule,
    .RadEditor_CobbleStone .reTableDiv .reRow {
        border-top-color: #cfd8dc;
    }

    .RadEditor_CobbleStone .reModes a {
        background-color: #f5f8fb;
        color: #333;
        border-color: #cfd8dc;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
    }

        .RadEditor_CobbleStone .reModes a:hover {
            background-color: #eceff1;
            color: #455a64;
            border-color: #eceff1;
        }

        .RadEditor_CobbleStone .reModes a:focus,
        .RadEditor_CobbleStone .reModes .reSelectedMode,
        .RadEditor_CobbleStone .reModes .reSelectedMode:hover {
            background-color: #e6e6e6;
            color: #333;
            border-color: #e6e6e6;
        }

    .RadEditor_CobbleStone .reDropdown,
    .RadEditor_CobbleStone .reDropdown.reToolDisabled,
    .RadEditor_CobbleStone .reDropdown.reToolDisabled:hover,
    .RadEditor_CobbleStone .reDropdown.reToolDisabled:active,
    .RadEditor_CobbleStone .reDropdown.reToolDisabled:focus {
        background-color: #e5e5e5;
        color: #333;
        border-bottom: 1px solid #333;
    }

        .RadEditor_CobbleStone .reDropdown:before,
        .RadEditor_CobbleStone .reDropdown.reToolDisabled:before,
        .RadEditor_CobbleStone .reDropdown.reToolDisabled:hover:before,
        .RadEditor_CobbleStone .reDropdown.reToolDisabled:active:before,
        .RadEditor_CobbleStone .reDropdown.reToolDisabled:focus:before {
            color: #607d8b;
        }

    .RadEditor_CobbleStone .reDOMElement {
        color: #2c4070;
    }

    .RadEditor_CobbleStone .reRemoveDOMElement,
    .RadEditor_CobbleStone .reRemoveDOMElement:before {
        color: #f34235;
    }

    .RadEditor_CobbleStone.reDropDownBody.reAjaxSpellCheck input[type="text"],
    .RadEditor_CobbleStone .reTableDiv input[type="text"] {
        background-color: transparent;
        color: #455a64;
        border-color: #cfd8dc;
    }

        .RadEditor_CobbleStone.reDropDownBody.reAjaxSpellCheck input[type="text"]:hover,
        .RadEditor_CobbleStone .reTableDiv input[type="text"]:hover {
            background-color: transparent;
            color: #455a64;
            border-color: #eceff1;
        }

        .RadEditor_CobbleStone.reDropDownBody.reAjaxSpellCheck input[type="text"]:focus,
        .RadEditor_CobbleStone .reTableDiv input[type="text"]:focus,
        .RadEditor_CobbleStone.reDropDownBody.reAjaxSpellCheck input[type="text"]:active,
        .RadEditor_CobbleStone .reTableDiv input[type="text"]:active {
            background-color: transparent;
            color: #455a64;
            border-color: #8bc34a;
        }

    .RadEditor_CobbleStone.reInlineEditor:hover {
        border-color: #eceff1;
    }

    .RadEditor_CobbleStone.RadWindow,
    .RadEditor_CobbleStone.RadWindow.reInlineEditor:hover {
        border-color: #cfd8dc;
    }

    .RadEditor_CobbleStone.reInlineEditorSelected,
    .RadEditor_CobbleStone.reInlineEditorSelected:hover {
        border-color: #8bc34a;
    }

    .RadEditor_CobbleStone.RadWindow,
    .RadEditor_CobbleStone.RadWindow .rwContent {
        background-color: #f4f7f8;
    }

    .RadEditor_CobbleStone .reResize {
        color: #607d8b;
    }

    .RadEditor_CobbleStone.reDropDownBody {
        background-color: #ffffff;
    }

        .RadEditor_CobbleStone.reDropDownBody li:hover {
            background-color: #eceff1;
        }

    .RadEditor_CobbleStone.reInsertTable td {
        border-color: #cfd8dc;
    }

    .RadEditor_CobbleStone .reFormatSetsHeader,
    .RadEditor_CobbleStone.reInsertTable .reItemOver {
        background-color: #eceff1;
        color: #263238;
    }

.RadEditor_CobbleStone {
    padding: 0;
    border-radius: 0.14285714em;
}

    .RadEditor_CobbleStone .reToolBarWrapper {
        padding: 5px;
        margin: -5px;
        background-color: #fff !important;
        border-radius: 5px 5px 0 0 !important;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
        position: relative !important;
        z-index: 100 !important;
    }

    .RadEditor_CobbleStone .reToolBar {
        border-width: 0 0 1px;
        border-radius: 0;
        margin: 5px;
        background-color: #e6e6e6;
    }

    .RadEditor_CobbleStone .reTool {
        margin: -1px 0 0;
        width: 2.57142857em;
        height: 2.57142857em;
        border: 0;
        border-radius: 0;
    }

    .RadEditor_CobbleStone .reDropdown {
        min-width: 3.57142857em;
        margin: -1px 0 0;
        padding: 0.07142857em 0.71428571em 0.07142857em 1em;
        height: 2.42857143em;
        line-height: 2.42857143em;
        border-width: 0;
        border-radius: 0.14285714em;
    }

        .RadEditor_CobbleStone .reDropdown:before {
            right: 0em;
        }

    .RadEditor_CobbleStone .reSplitButton {
        width: 4.28571429em;
    }

    .RadEditor_CobbleStone .reSplitArrow {
        width: 2.28571429em;
        height: 2.57142857em;
        border-left: 0;
    }

    .RadEditor_CobbleStone a.reToolIcon.reSplitButton:before {
        margin: auto 0 auto 0.7142em;
    }

    .RadEditor_CobbleStone .reContent {
        margin: -3px 0 0;
        border-width: 1px 0 0;
        /* MS : TFS 15829 : CSS update to adjust content area to not be overlapped by context menu */
        height: 270px !important;
        margin-top: 16px !important;
    }

    .RadEditor_CobbleStone .reRow {
        margin: 0;
    }

    .RadEditor_CobbleStone .reHTMLStructure {
        width: auto;
    }

    .RadEditor_CobbleStone.reDropDownBody .reToolBar {
        background-color: #ffffff;
    }

    .RadEditor_CobbleStone.reDropDownBody ul {
        padding: 0;
    }

    .RadEditor_CobbleStone.reDropDownBody li {
        padding: 0.35714286em;
    }

    .RadEditor_CobbleStone.reDropDownBody .reTool {
        height: auto;
    }

    .RadEditor_CobbleStone.reDropDownBody .reCustomLinks a {
        color: #8bc34a;
    }

    .RadEditor_CobbleStone .reRow {
        padding: 0.71428571em 1em;
    }

    .RadEditor_CobbleStone .reModes a {
        width: 8.57142857em;
        height: 2.57142857em;
        margin: 0;
        padding: 0.57142857em 0.35714286em 0.85714286em;
        border-radius: 0;
        text-transform: uppercase;
    }

        .RadEditor_CobbleStone .reModes a:first-child {
            border-radius: 0.14285714em 0em 0em 0.14285714em;
        }

        .RadEditor_CobbleStone .reModes a:last-child {
            border-radius: 0em 0.14285714em 0.14285714em 0em;
        }

    .RadEditor_CobbleStone .reResize:before {
        margin: 0.85em 0 0 0.15em;
    }

    .RadEditor_CobbleStone.reDropDownBody.reAjaxSpellCheck input[type="text"],
    .RadEditor_CobbleStone .reTableDiv input[type="text"] {
        border-width: 0 0 1px;
        padding: 0.64285714em 0em;
        vertical-align: middle;
    }

        .RadEditor_CobbleStone.reDropDownBody.reAjaxSpellCheck input[type="text"]:focus,
        .RadEditor_CobbleStone .reTableDiv input[type="text"]:focus,
        .RadEditor_CobbleStone.reDropDownBody.reAjaxSpellCheck input[type="text"]:active,
        .RadEditor_CobbleStone .reTableDiv input[type="text"]:active {
            border-width: 0 0 2px;
            padding: 0.60714286em 0em;
        }

    .RadEditor_CobbleStone .reAltRow .reLabel {
        padding: 0.14285714em 0.71428571em 0.35714286em 0.42857143em;
        vertical-align: middle;
    }

    .RadEditor_CobbleStone .reRow .reSpinBoxButtons {
        top: 0.71428571em;
    }

    .RadEditor_CobbleStone .reTableDiv .reRow .reSpinBox {
        width: 5em;
    }

        .RadEditor_CobbleStone .reTableDiv .reRow .reSpinBox input[type="text"] {
            width: 5em;
            padding: 0.64285714em 0.64285714em 0.64285714em 0em;
            text-align: left;
        }

    .RadEditor_CobbleStone .reLabel + span {
        margin: 0em 1.42857143em 0em 0em;
    }

    .RadEditor_CobbleStone.reDropDownBody.reColorPicker li {
        width: 1.42857143em;
        height: 1.42857143em;
        margin: 0;
        padding: 0;
        border: 0;
    }

        .RadEditor_CobbleStone.reDropDownBody.reColorPicker li div {
            width: 1.42857143em;
            height: 1.42857143em;
        }

    .RadEditor_CobbleStone.reDropDownBody.reColorPicker .reClear {
        margin: 0;
        padding: 0;
        width: 0;
        height: 0;
        line-height: 0;
        overflow: hidden;
    }

    .RadEditor_CobbleStone .reCustomColor {
        display: inline-block;
        padding: 0.71428571em;
        color: #8bc34a;
    }

    .RadEditor_CobbleStone.reDropDownBody.reColorPicker .reColorPickerFooter {
        height: 3.21428571em;
        border: 0;
        border-radius: 0.14285714em;
    }

        .RadEditor_CobbleStone.reDropDownBody.reColorPicker .reColorPickerFooter span {
            height: 2.28571429em;
            line-height: 2.28571429em;
            border: 1px solid #cfd8dc;
            box-sizing: border-box;
        }

    .RadEditor_CobbleStone .reTool.reToolText {
        padding: 0 15px;
        line-height: 2.57142857em;
    }

    .RadEditor_CobbleStone .reToolIcon.reTool.reToolText:before {
        margin: 0.14285714em 0.21428571em 0em 0em;
        vertical-align: initial;
    }

    .RadEditor_CobbleStone .reTool.reToolIcon.reSplitButton.reToolText:before {
        margin: 0em 0.21428571em;
        vertical-align: initial;
    }

    .RadEditor_CobbleStone .RadRibbonBar .reTool {
        width: 2.35714286em;
        height: 2.35714286em;
        border-radius: 0;
        border-width: 1px 0 1px 1px;
    }

        .RadEditor_CobbleStone .RadRibbonBar .reTool.rrbSmallButton {
            width: 1.42857143em;
            height: 1.42857143em;
        }

        .RadEditor_CobbleStone .RadRibbonBar .reTool:first-child {
            border-radius: 0.14285714em 0em 0em 0.14285714em;
        }

        .RadEditor_CobbleStone .RadRibbonBar .reTool:last-child {
            border-radius: 0em 0.14285714em 0.14285714em 0em;
            border-width: 1px;
        }

    .RadEditor_CobbleStone .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
        width: 2.28571429em;
        height: 2.28571429em;
    }

        .RadEditor_CobbleStone .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
            font-size: 1.35714286em;
            font-size: 1em \9;
            vertical-align: top;
        }

    .RadEditor_CobbleStone .RadRibbonBar .rrbMediumButton.reRibbonTool {
        height: 1.39285714em;
    }

        .RadEditor_CobbleStone .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
            margin-top: -0.78571429em;
            height: 1.78571429em;
        }

            .RadEditor_CobbleStone .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
                vertical-align: text-top;
            }

    .RadEditor_CobbleStone .RadRibbonBar .rrbLargeButton {
        width: inherit;
        height: 4.64285714em;
    }

        .RadEditor_CobbleStone .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
            height: 2.85714286em;
        }

            .RadEditor_CobbleStone .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
                font-size: 32px;
                vertical-align: text-top;
            }

    .RadEditor_CobbleStone.reRtl .reDropdown {
        padding: 0.07142857em 1em 0.07142857em 0.71428571em;
    }

        .RadEditor_CobbleStone.reRtl .reDropdown:before {
            right: auto;
            left: 0;
            padding: 0;
        }

    .RadEditor_CobbleStone.reRtl .reSplitArrow {
        border-right: 0;
    }

    .RadEditor_CobbleStone.reRtl a.reToolIcon.reSplitButton:before {
        margin: auto 0.7142em auto 0;
    }

    .RadEditor_CobbleStone.reRtl .reModule.reStatistic {
        top: 0.92857143em;
    }

    .RadEditor_CobbleStone .reModes a.t-ripple-effect {
        border: 0px solid transparent;
    }

.RadWindow_CobbleStone .rwContent.rwExternalContent {
    border-width: 0 1px 1px;
}

.RadWindow_CobbleStone .reTablePropertyControlCell .lightTable {
    margin: 3px 4px 0 4px;
}

.RadWindow_CobbleStone .reControlsLayout {
    padding: 5px 4px 0 4px;
}

.RadWindow_CobbleStone .reDialogLabelLight[for="re1_ImageSrc"] span {
    width: 82px;
}

.reTool .reNoAlignment {
    color: #455a64;
}

/*Light dialogs CSS - should be reworked */
.reInsertImageWrapper,
.reInsertLinkWrapper,
.reInsertTableLightWrapper {
    padding: 20px 0 0 0;
}

    .reInsertLinkWrapper .reControlsLayout td {
        padding: 3px 0 3px 3px;
    }

    .reInsertImageWrapper .reControlsLayout td {
        padding: 3px 0;
    }

.reConfirmCancelButtonsTblLight button {
    width: 75px;
}

.reControlsLayout {
    width: 100%;
    height: 100%;
}

    .reControlsLayout .reControlCellLight input {
        width: 215px;
    }

    .reControlsLayout .reControlCellLight select {
        width: 220px;
    }

    .reControlsLayout .reConfirmCancelButtonsTblLight {
        height: auto;
        margin: 12px 0;
        text-align: center;
        width: 100%;
    }

    .reControlsLayout td,
    .reControlsLayout .reImgPropertyControlCell td,
    .reControlsLayout .reTablePropertyControlCell td {
        padding: 2px;
    }

        .reControlsLayout .reTablePropertyControlCell td input[type="text"],
        .reControlsLayout .reTablePropertyControlCell td input[type="password"] {
            padding: 2px 1px 0;
        }

.reImgPropertyControlCell table {
    width: 100%;
    height: 100%;
}

.reControlsLayout td.reImgPropertyControlCell {
    padding: 0 22px 0 38px;
}

.reInsertImageWrapper .reControlsLayout .reControlCellLight input {
    width: 190px;
}

.reTablePropertyControlCell .short {
    width: 80px;
}

.reTablePropertyControlCell .lightTable {
    margin: -10px 4px 0 4px;
}

table.reControlsLayout .reTablePropertyControlCell input.rfdIgnore,
table.reControlsLayout .reImgPropertyControlCell input.rfdIgnore {
    width: 40px;
}

/* MS : TFS 9179 : CSS formatting for the RadEditor's HyperLink Manager window */
.RadWindow_CobbleStone .rwTitleBar .rwTitleWrapper .rwIcon {
    font-size: 13px;
    margin: 0 !important;
}

.rfdSelectBox_CobbleStone ul {
    background-color: #ffffff !important;
}

.reDropDownBody ul {
    background-color: #ffffff !important;
}