.RadButton_PdcRx2.rbButton, .RadButton_PdcRx2.rbButton.rbDisabled,
.RadButton_PdcRx2 .rbSplitPart {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadButton_PdcRx2.rbButton.rbHovered, .RadButton_PdcRx2.rbButton.rbToggled.rbHovered,
.RadButton_PdcRx2.rbButton .rbHovered {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadButton_PdcRx2.rbButton:focus {
    box-shadow: inset 0 0 5px rgba(127, 100, 69, 0.5);
}

.RadButton_PdcRx2.rbButton.rbSelected, .RadButton_PdcRx2.rbButton.rbToggled,
.RadButton_PdcRx2.rbSelected .rbHovered {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadButton_PdcRx2.rbButton:hover,
.RadButton_PdcRx2.rbButton.rbHovered .rbSplitPart {
    border-color: #8dbbc5;
}

.RadButton_PdcRx2.rbButton.rbSelected,
.RadButton_PdcRx2.rbButton.rbSelected:active .rbSplitPart {
    border-color: #7f6445;
}

.RadButton_PdcRx2.rbCheckBox .rbText,
.RadButton_PdcRx2.rbRadioButton .rbText,
.RadButton_PdcRx2.rbToggleButton .rbText {
    color: #333333;
}

.RadButton_PdcRx2 .rbToggleCheckboxChecked,
.RadButton_PdcRx2 .rbToggleCheckboxFilled,
.RadButton_PdcRx2 .rbToggleRadioChecked {
    color: #a07e57;
}

.RadButton_PdcRx2.rbHovered .rbToggleCheckboxChecked,
.RadButton_PdcRx2.rbHovered .rbToggleCheckboxFilled,
.RadButton_PdcRx2.rbHovered .rbToggleRadioChecked {
    color: #6e573c;
}

.RadButton_PdcRx2:focus .rbToggleCheckbox:before,
.RadButton_PdcRx2:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadButton_PdcRx2:focus .rbToggleCheckboxChecked:before,
.RadButton_PdcRx2:focus .rbToggleCheckboxFilled:before,
.RadButton_PdcRx2:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(160, 126, 87, 0.5);
}

.RadButton_PdcRx2.rbPrimaryButton {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadButton_PdcRx2.rbPrimaryButton.rbHovered, .RadButton_PdcRx2.rbPrimaryButton.rbToggled.rbHovered, .RadButton_PdcRx2.rbPrimaryButton.rbFocused {
    border-color: #785f41;
    color: #002749;
    background-color: #8c6e4c;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    box-shadow: none;
}

.RadButton_PdcRx2.rbPrimaryButton.rbSelected, .RadButton_PdcRx2.rbPrimaryButton.rbToggled {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadButton_PdcRx2.rbPrimaryButton.rbDisabled {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadGrid_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadGrid_PdcRx2 .rgInput,
.RadGrid_PdcRx2 .rgEditRow > td > [type="text"],
.RadGrid_PdcRx2 .rgEditForm td > [type="text"],
.RadGrid_PdcRx2 .rgBatchContainer > [type="text"],
.RadGrid_PdcRx2 .rgFilterBox {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadGrid_PdcRx2 .rgInput:hover,
.RadGrid_PdcRx2 .rgEditRow > td > [type="text"]:hover,
.RadGrid_PdcRx2 .rgEditForm td > [type="text"]:hover,
.RadGrid_PdcRx2 .rgBatchContainer > [type="text"]:hover,
.RadGrid_PdcRx2 .rgFilterBox:hover {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadGrid_PdcRx2 .rgInput:focus,
.RadGrid_PdcRx2 .rgEditRow > td > [type="text"]:focus,
.RadGrid_PdcRx2 .rgEditForm td > [type="text"]:focus,
.RadGrid_PdcRx2 .rgBatchContainer > [type="text"]:focus,
.RadGrid_PdcRx2 .rgFilterBox:focus {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadGrid_PdcRx2 .rgActionButton {
    color: inherit;
}

.rgHeaderWrapper .rgHeaderDiv {
    border-color: #a4c7cb;
}

.RadGrid_PdcRx2 .rgHeader,
.RadGrid_PdcRx2 th.rgResizeCol,
.RadGrid_PdcRx2 .rgHeaderWrapper {
    border: 0;
    border-bottom: 1px solid #a4c7cb;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadGrid_PdcRx2 .rgMultiHeaderRow .rgHeader,
.RadGrid_PdcRx2 .rgMultiHeaderRow .rgResizeCol {
    border-left: 1px solid #a4c7cb;
}

.RadGrid_PdcRx2 th.rgSorted {
    background: #27575d;
    background-image: linear-gradient(#33727a, #27575d);
}

.RadGrid_PdcRx2 .rgHeader {
    color: #ffffff;
}

.RadGrid_PdcRx2 .rgHeader a {
    color: #ffffff;
}

.RadGrid_PdcRx2 .rgRow > td,
.RadGrid_PdcRx2 .rgAltRow > td,
.RadGrid_PdcRx2 .rgEditRow > td,
.RadGrid_PdcRx2 .rgFooter > td {
    border-style: solid;
    border-width: 0 0 1px 0;
}

.RadGrid_PdcRx2 .rgRow > td {
    border-color: #a4c7cb;
}

.RadGrid_PdcRx2 .rgAltRow {
    color: #333333;
    background: #d5e5e7;
}

.RadGrid_PdcRx2 .rgAltRow > td {
    border-color: #a4c7cb;
}

.RadGrid_PdcRx2 .rgRow .rgSorted {
    border-bottom-color: #a4c7cb;
    background-color: #d5e5e7;
}

.RadGrid_PdcRx2 .rgAltRow .rgSorted {
    border-bottom-color: #84b3b8;
    background-color: #c5dbdd;
}

.RadGrid_PdcRx2 .rgActiveRow td:not(.rgExpandCol) {
    box-shadow: inset 0px 5px 5px -5px #7f6445, inset 0px -5px 5px -5px #7f6445;
}

.RadGrid_PdcRx2 .rgActiveRow td:first-child:not(.rgExpandCol),
.RadGrid_PdcRx2 .rgActiveRow .rgExpandCol + td {
    box-shadow: inset 0px 5px 5px -5px #7f6445, inset 0px -5px 5px -5px #7f6445, inset 5px 0px 5px -5px #7f6445;
}

.RadGrid_PdcRx2 .rgActiveRow td:not(.rgExpandCol):last-child {
    box-shadow: inset 0px 5px 5px -5px #7f6445, inset 0px -5px 5px -5px #7f6445, inset -5px 0px 5px -5px #7f6445;
}

.RadGrid_PdcRx2 .rgActiveCell {
    box-shadow: inset 0 0 5px #7f6445;
}

.RadGrid_PdcRx2 .rgSelectedRow .rgSorted,
.RadGrid_PdcRx2 .rgHoveredRow .rgSorted,
.RadGrid_PdcRx2 .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_PdcRx2 .rgRow a,
.RadGrid_PdcRx2 .rgAltRow a,
.RadGrid_PdcRx2 .rgFooter a,
.RadGrid_PdcRx2 .rgEditForm a,
.RadGrid_PdcRx2 .rgEditRow a,
.RadGrid_PdcRx2 .rgHoveredRow a {
    color: #a07e57;
}

.RadGrid_PdcRx2 .rgMasterTable .rgSelectedCell,
.RadGrid_PdcRx2 .rgSelectedRow {
    background-image: linear-gradient(#b49776, #a07e57);
    color: #002749;
}

.RadGrid_PdcRx2 .rgSelectedCell a,
.RadGrid_PdcRx2 .rgSelectedRow a {
    color: #002749;
}

.RadGrid_PdcRx2 .rgHoveredRow {
    background-image: linear-gradient(#d1e3e7, #afcfd6);
    color: #000000;
}

.RadGrid_PdcRx2 .rgHoveredRow > td {
    border-bottom-color: #8dbbc5;
}

.RadGrid_PdcRx2 .rgHoveredRow > td.rgSorted {
    border-bottom-color: #8dbbc5;
}

.RadGrid_PdcRx2 .rgSelectedRow > td {
    border-bottom-color: #7f6445;
}

.RadGrid_PdcRx2 .rgSelectedRow > td.rgSorted {
    border-bottom-color: #7f6445;
}

.RadGrid_PdcRx2 .rgEditRow {
    background: rgba(164, 199, 203, 0.75);
    color: #333333;
}

.RadGrid_PdcRx2 .rgDeletedRow > td {
    border-color: #74a9af;
    color: #333333;
}

.RadGrid_PdcRx2 .rgDeletedRow > td a {
    color: #333333;
}

.RadGrid_PdcRx2 .rgBatchOverlay {
    background: rgba(164, 199, 203, 0.75);
}

.RadGrid_PdcRx2 .rgBatchUndoDeleteButton {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadGrid_PdcRx2 .rgBatchUndoDeleteButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadGrid_PdcRx2 .rgDrag {
    background-image: url(" ");
}

html .RadGrid_PdcRx2 .rgFooterDiv td,
html .RadGrid_PdcRx2 .rgFooter td {
    background: #3e8a93;
}

.RadGrid_PdcRx2 .rgFooterWrapper {
    background: #3e8a93;
    border-top: 1px solid #2f686f;
    border-bottom: 1px solid #fff;
}

.RadGrid_PdcRx2 .rgFooter > td,
.RadGrid_PdcRx2 .rgFooter > td.rgGroupCol {
    border-bottom: 1px solid #fff;
}

.RadGrid_PdcRx2 .rgFooterWrapper .rgFooter > td {
    border-bottom: 0;
}

.RadGrid_PdcRx2 .rgStatus {
    border-color: #c9c9c9;
}

.RadGrid_PdcRx2 .rgStatus div {
    background-image: url(" ");
}

.GridReorderTop_PdcRx2,
.GridReorderBottom_PdcRx2 {
    color: #838383;
}

.RadGrid_PdcRx2 .rgFilterRow {
    background: #3e8a93;
}

.RadGrid_PdcRx2 .rgFilterRow > td {
    border-bottom: 1px solid #2f686f;
}

.RadGrid_PdcRx2 .rgFilter {
    border: 1px solid;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadGrid_PdcRx2 .rgFilter:hover, .RadGrid_PdcRx2 .rgFilter:focus {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadGrid_PdcRx2 .rgFilterActive, .RadGrid_PdcRx2 .rgFilterActive:hover, .RadGrid_PdcRx2 .rgFilterActive:focus {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    box-shadow: inset 0 0 6px rgba(165, 165, 165, 0.5);
}

.RadGrid_PdcRx2 .rgFiltered {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadGrid_PdcRx2 .rgFiltered:hover, .RadGrid_PdcRx2 .rgFiltered:focus {
    border-color: #785f41;
    color: #002749;
    background-color: #8c6e4c;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadGrid_PdcRx2 .rgFiltered.rgFilterActive {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadGrid_PdcRx2 .rgOptions {
    color: #ffffff;
}

.RadGrid_PdcRx2 .rgOptSelected {
    color: #a07e57;
}

.RadMenu_PdcRx2 .rgHCMClear,
.RadMenu_PdcRx2 .rgHCMFilter {
    border-color: #20474b;
    background: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    color: #ffffff;
}

.RadMenu_PdcRx2 .rgHCMClear:hover,
.RadMenu_PdcRx2 .rgHCMFilter:hover {
    border-color: #8dbbc5;
    background: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadMenu_PdcRx2_Context .rgFilterApply,
.RadMenu_PdcRx2_Context .rgFilterCancel {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

div.RadMenu_PdcRx2_Context .rlbGroup {
    border-color: #3e8a93;
}

.RadGrid_PdcRx2 .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #a4c7cb;
    background-image: linear-gradient(#e5e5e5, #eeeeee);
}

.RadGrid_PdcRx2 .rgGroupItem {
    border: 1px solid #20474b;
    background: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadGrid_PdcRx2 .rgCollapseIcon:before {
    content: "\e015";
}

.RadGrid_PdcRx2 .rgExpandIcon:before {
    content: "\e014";
}

.RadGrid_PdcRx2 td.rgGroupCol,
.RadGrid_PdcRx2 td.rgExpandCol {
    border-color: #d9d9d9;
    background: #d9d9d9;
}

.RadGrid_PdcRx2 .rgGroupHeader {
    background: #d9d9d9;
    color: #000;
}

.RadGrid_PdcRx2 .rgGroupHeader td {
    border-bottom: 1px solid #d9d9d9;
}

.RadGrid_PdcRx2 .rgGroupHeader td.rgGroupCol {
    border-top-color: #828282;
}

.RadGrid_PdcRx2 .rgDetailTable {
    border-color: #828282;
}

.RadGrid_PdcRx2 .rgCommandCell {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadGrid_PdcRx2 .rgCommandCell .t-button:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadGrid_PdcRx2 .rgCommandCell .t-button:focus, .RadGrid_PdcRx2 .rgCommandCell .t-button:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadGrid_PdcRx2 .rgPagerCell {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadGrid_PdcRx2 .rgPagerCell .rgNumPart a {
    border-radius: 2px;
    color: inherit;
}

.RadGrid_PdcRx2 .rgPagerCell .rgNumPart a:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadGrid_PdcRx2 .rgPagerCell .rgNumPart a.rgCurrentPage {
    border-color: #a07e57;
    color: #a07e57;
    background: none;
}

.RadGrid_PdcRx2 .rgPagerCell .rgPagerButton,
.RadGrid_PdcRx2 .rgPagerCell .rgActionButton {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadGrid_PdcRx2 .rgPagerCell .rgPagerButton:hover,
.RadGrid_PdcRx2 .rgPagerCell .rgActionButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.rgCellSelectorArea_PdcRx2,
.GridRowSelector_PdcRx2 {
    background: #4c4e54;
}

.GridItemDropIndicator_PdcRx2 {
    border-top: 1px dashed #666;
}

.GridToolTip_PdcRx2 {
    border: 1px solid #828282;
    padding: 3px;
    background: #fff;
    color: #333;
}

.RadPivotGrid_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadPivotGrid_PdcRx2 th,
.RadPivotGrid_PdcRx2 td,
.RadPivotGrid_PdcRx2 .rpgOuterTableWrapper,
.RadPivotGrid_PdcRx2 .rpgContentZoneDiv td {
    border-color: #a4c7cb;
}

.RadPivotGrid_PdcRx2 .rpgIcon {
    color: #ffffff;
}

.RadPivotGrid_PdcRx2 .rpgPagerCell .rpgIcon:before {
    display: block;
}

.RadPivotGrid_PdcRx2 input {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadPivotGrid_PdcRx2 .rpgRowHeader,
.RadPivotGrid_PdcRx2 .rpgRowHeaderGrandTotal {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadPivotGrid_PdcRx2 .rpgColumnTotalDataCell,
.RadPivotGrid_PdcRx2 .rpgRowGrandTotalDataCell,
.RadPivotGrid_PdcRx2 .rpgColumnGrandTotalDataCell,
.RadPivotGrid_PdcRx2 .rpgRowTotalDataCell {
    background-color: #d5e5e7;
}

.RadPivotGrid_PdcRx2 .rpgRowHeaderTotal,
.RadPivotGrid_PdcRx2 .rpgRowTotalDataCell.rpgColumnTotalDataCell {
    background-color: #c5dbdd;
}

.RadPivotGrid_PdcRx2 .rpgFilterZone,
.RadPivotGrid_PdcRx2 .rpgRowsZone,
.RadPivotGrid_PdcRx2 .rpgColumnsZone,
.RadPivotGrid_PdcRx2 .rpgDataZone,
.RadPivotGrid_PdcRx2 .rpgColumnHeader,
.RadPivotGrid_PdcRx2 .rpgColumnHeaderTotal,
.RadPivotGrid_PdcRx2 .rpgColumnHeaderGrandTotal,
.RadPivotGrid_PdcRx2 .rpgContentZoneDiv th {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadPivotGrid_PdcRx2 .rpgColumnHeader {
    vertical-align: middle;
}

.RadPivotGrid_PdcRx2 .rpgFieldsPopupWrapper {
    background: #e5eff0;
}

.RadPivotGrid_PdcRx2 .rpgFieldItem > a:first-of-type {
    color: #ffffff;
}

.RadPivotGrid_PdcRx2 .rpgFieldItem,
.RadPivotGrid_PdcRx2 .rpgUpdateButton {
    border: 1px solid #20474b;
    border-radius: 4px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadPivotGrid_PdcRx2 .rpgFieldItem:hover,
.RadPivotGrid_PdcRx2 .rpgUpdateButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadPivotGrid_PdcRx2 .rpgFieldItem:disabled:hover,
.RadPivotGrid_PdcRx2 .rpgUpdateButton:disabled:hover {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadPivotGrid_PdcRx2 .rpgConfigurationPanel {
    background: #e5eff0;
}

.RadPivotGrid_PdcRx2 .rpgFieldsContainer {
    border: 1px solid #a4c7cb;
    border-radius: 4px;
}

.RadPivotGrid_PdcRx2 .rpgPagerCell {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadPivotGrid_PdcRx2 .rpgPagerCell .rpgNumPart a {
    border-radius: 2px;
    color: inherit;
}

.RadPivotGrid_PdcRx2 .rpgPagerCell .rpgNumPart a:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadPivotGrid_PdcRx2 .rpgPagerCell .rpgNumPart a.rpgCurrentPage {
    border-color: #a07e57;
    color: #a07e57;
    background: none;
}

.RadPivotGrid_PdcRx2 .rpgPagerCell .rpgPagerButton,
.RadPivotGrid_PdcRx2 .rpgPagerCell .rpgActionButton {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadPivotGrid_PdcRx2 .rpgPagerCell .rpgPagerButton:hover,
.RadPivotGrid_PdcRx2 .rpgPagerCell .rpgActionButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.PivotGridWindow_PdcRx2 .rpgFilterButtonOk,
.PivotGridWindow_PdcRx2 .rpgFilterButtonCancel {
    border: 1px solid;
    border-radius: 4px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.PivotGridWindow_PdcRx2 .rpgFilterButtonOk:hover,
.PivotGridWindow_PdcRx2 .rpgFilterButtonCancel:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.PivotGridWindow_PdcRx2 .rpgFilterWindowContainer .RadMenu .rmRootGroup.rmVertical {
    float: left;
}

.PivotGridWindow_PdcRx2 .RadMenu_PdcRx2 {
    background: none;
}

.PivotGridToolTip_PdcRx2 {
    background: #e5eff0;
    border-color: #a4c7cb;
    color: #333333;
}

.RadTreeList_PdcRx2,
.rtlCEdit div.RadTreeList_PdcRx2 {
    border-color: #a4c7cb;
    background: #e5eff0;
    color: #333333;
}

.RadTreeList_PdcRx2 .rtlHeader {
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
    color: #ffffff;
    border-color: #2f686f;
}

.RadTreeList_PdcRx2 .rtlHeader a {
    color: #ffffff;
}

.RadTreeList_PdcRx2 .rtlHeader th {
    border-color: #2f686f;
}

.RadTreeList_PdcRx2 .rtlScroller {
    border-color: #2f686f;
}

.RadTreeList_PdcRx2 .rtlA {
    background-color: #d5e5e7;
}

.RadTreeList_PdcRx2 .rtlRFooter {
    background-color: #3e8a93;
}

.rtlCEdit .RadTreeList_PdcRx2 {
    border: 1px solid;
}

.RadTreeList_PdcRx2 .rtlR td,
.RadTreeList_PdcRx2 .rtlA td,
.RadTreeList_PdcRx2 .rtlREdit td,
.RadTreeList_PdcRx2 .rtlRFooter td,
.RadTreeList_PdcRx2 .rtlEditForm {
    border-color: #d9d9d9;
}

.RadTreeList_PdcRx2 .rtlR a,
.RadTreeList_PdcRx2 .rtlA a,
.RadTreeList_PdcRx2 .rtlREdit a,
.RadTreeList_PdcRx2 .rtlEditForm a {
    color: #a07e57;
}

.RadTreeList_PdcRx2 .rtlRSel {
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    color: #002749;
}

.RadTreeList_PdcRx2 .rtlRActive .rtlCF {
    box-shadow: inset 0px 5px 5px -5px #7f6445, inset 0px -5px 5px -5px #7f6445, inset 5px 0px 5px -5px #7f6445;
}

.RadTreeList_PdcRx2 .rtlRActive .rtlCF ~ td {
    box-shadow: inset 0px 5px 5px -5px #7f6445, inset 0px -5px 5px -5px #7f6445;
}

.RadTreeList_PdcRx2 .rtlRActive .rtlCF ~ td:last-child {
    box-shadow: inset 0px 5px 5px -5px #7f6445, inset 0px -5px 5px -5px #7f6445, inset -5px 0px 5px -5px #7f6445;
}

.RadTreeList_PdcRx2 .rtlVBorders td.rtlL,
.RadTreeList_PdcRx2 .rtlLines td.rtlL {
    background-color: #e5eff0;
}

.RadTreeList_PdcRx2 .rtlEditForm {
    background: rgba(164, 199, 203, 0.75);
}

.RadTreeList_PdcRx2 .rtlEditForm table {
    font-size: 1em;
}

.RadTreeList_PdcRx2 .rtlDel,
.RadTreeList_PdcRx2 .rtlAdd,
.RadTreeList_PdcRx2 .rtlEdit,
.RadTreeList_PdcRx2 .rtlUpdate,
.RadTreeList_PdcRx2 .rtlCancel,
.RadTreeList_PdcRx2 .rtlClosePopUp {
    border: 0 none;
    background: none;
}

.RadTreeList_PdcRx2 .rtlCollapseIcon,
.RadTreeList_PdcRx2 .rtlExpandIcon,
.RadTreeList_PdcRx2 .rtlAddIcon,
.RadTreeList_PdcRx2 .rtlEditIcon,
.RadTreeList_PdcRx2 .rtlUpdateIcon,
.RadTreeList_PdcRx2 .rtlCancelIcon,
.RadTreeList_PdcRx2 .rtlDelIcon {
    color: #333333;
}

.RadTreeList_PdcRx2 .rtlExpand,
.RadTreeList_PdcRx2 .rtlCollapse {
    background-color: white;
    background: linear-gradient(#4faab5, #3e8a93);
    border: 1px solid #20474b;
}

.RadTreeList_PdcRx2 .rtlPagerCell {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadTreeList_PdcRx2 .rtlPagerCell .rtlNumPart a {
    border-radius: 2px;
    color: inherit;
}

.RadTreeList_PdcRx2 .rtlPagerCell .rtlNumPart a:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadTreeList_PdcRx2 .rtlPagerCell .rtlNumPart a.rtlCurrentPage {
    border-color: #a07e57;
    color: #a07e57;
    background: none;
}

.RadTreeList_PdcRx2 .rtlPagerCell .rtlPagerButton,
.RadTreeList_PdcRx2 .rtlPagerCell .rtlActionButton {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadTreeList_PdcRx2 .rtlPagerCell .rtlPagerButton:hover,
.RadTreeList_PdcRx2 .rtlPagerCell .rtlActionButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadTreeList_PdcRx2 .rtlCommandCell {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadTreeList_PdcRx2 .rtlCommandCell .rtlActionButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadTreeList_PdcRx2 .rtlCommandCell .rtlActionButton:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadTreeList_PdcRx2 .rtlLines td.rtlL0 {
    background-image: url(" ");
}

.RadTreeList_PdcRx2 .rtlLines td.rtlL1 {
    background-image: url(" ");
}

.RadTreeList_PdcRx2 .rtlLines td.rtlL2 {
    background-image: url(" ");
}

.RadTreeList_PdcRx2 .rtlLines td.rtlL3 {
    background-image: url(" ");
}

.RadTreeListRTL_PdcRx2 .rtlLines td.rtlL1 {
    background-image: url(" ");
}

.RadTreeListRTL_PdcRx2 .rtlLines td.rtlL2 {
    background-image: url(" ");
}

.RadTreeListRTL_PdcRx2 .rtlLines td.rtlL3 {
    background-image: url(" ");
}

.TreeListReorderTop_PdcRx2,
.TreeListReorderBottom_PdcRx2 {
    font-size: 2em;
    color: #838383;
}

.RadTreeList_PdcRx2 .rtlDragHandle {
    background-image: url(" ");
}

.TreeListToolTip_PdcRx2 {
    border-color: #828282;
    background: #e5eff0;
    color: #333333;
}

.RadDataForm_PdcRx2 {
    color: #333333;
}

.RadDataForm_PdcRx2 .rdfLegend,
.RadDataForm_PdcRx2 .rdfBorders {
    border-color: #20474b;
}

.RadDataForm_PdcRx2 .rdfHr {
    color: #20474b;
}

.RadDataForm_PdcRx2 .rdfFieldHint {
    color: #b3b2b2;
}

.RadListView_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadListView_PdcRx2 .rlvHeader th {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadListView_PdcRx2 .rlvI {
    border-color: #a4c7cb;
}

.RadListView_PdcRx2 .rlvA {
    background: #d5e5e7;
    border-color: #a4c7cb;
}

.RadListView_PdcRx2 .rlvISel {
    background: #a07e57;
    color: #002749;
    border-color: #7f6445;
}

.RadListView_PdcRx2 .rlvDrag {
    background-image: url(" ");
}

.RadListView_PdcRx2 .rlvInput {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadListBox_PdcRx2 {
    color: #333333;
}

.RadListBox_PdcRx2 .rlbButton {
    border-radius: 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadListBox_PdcRx2 .rlbGroup,
.RadListBox_PdcRx2 .rlbTemplateContent {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadListBox_PdcRx2 .rlbDropClueAbove {
    border-top-color: #20474b;
}

.RadListBox_PdcRx2 .rlbDropClueBelow {
    border-bottom-color: #20474b;
}

.RadListBox_PdcRx2 .rlbButton:focus {
    border-color: rgba(127, 100, 69, 0.5);
    box-shadow: inset 0 0 5px rgba(127, 100, 69, 0.5);
}

.RadListBox_PdcRx2 .rlbHovered.rlbItem, .RadListBox_PdcRx2 .rlbHighlight {
    color: #000000;
    background-color: #afcfd6;
}

.RadListBox_PdcRx2 .rlbHovered.rlbButton {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadListBox_PdcRx2 .rlbActive.rlbButton {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadListBox_PdcRx2 .rlbItem.rlbSelected {
    color: #002749;
    background-color: #a07e57;
}

.RadFilter_PdcRx2 {
    color: #333333;
}

.RadFilter_PdcRx2 .rfMid,
.RadFilter_PdcRx2 .rfTools {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadFilter_PdcRx2 .rfOper:hover,
.RadFilter_PdcRx2 .rfField:hover,
.RadFilter_PdcRx2 .rfExp:hover,
.RadFilter_PdcRx2 .rfAddExp:hover,
.RadFilter_PdcRx2 .rfAddGr:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadFilter_PdcRx2 .rfOper:focus,
.RadFilter_PdcRx2 .rfField:focus,
.RadFilter_PdcRx2 .rfExp:focus,
.RadFilter_PdcRx2 .rfAddExp:focus,
.RadFilter_PdcRx2 .rfAddGr:focus,
.RadFilter_PdcRx2 .rfOper:active,
.RadFilter_PdcRx2 .rfField:active,
.RadFilter_PdcRx2 .rfExp:active,
.RadFilter_PdcRx2 .rfAddExp:active,
.RadFilter_PdcRx2 .rfAddGr:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadFilter_PdcRx2 .rfDel:hover,
.RadFilter_PdcRx2 .rfDel:focus,
.RadFilter_PdcRx2 .rfDel:active {
    color: #d51923;
}

.RadFilter_PdcRx2 .rfText {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadFilter_PdcRx2 .rfPreview strong {
    color: #5ec232;
}

.RadFilter_PdcRx2 .rfPreview em,
.RadFilter_PdcRx2 .rfPreview .rfBr {
    color: #3e80ed;
}

.RadFilter_PdcRx2 .rfApply a,
.RadFilter_PdcRx2 .rfApply span {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadFilter_PdcRx2 .rfLast .rfDiv:after,
.RadFilter_PdcRx2 .rfLines li li:before,
.RadFilter_PdcRx2 .rfLines li li .rfDiv:before {
    border-color: #20474b;
}

.RadOrgChart_PdcRx2 {
    color: #333333;
}

.RadOrgChart_PdcRx2 .rocGroup {
    border-radius: 10px;
    background-color: rgba(62, 138, 147, 0.5);
}

.RadOrgChart_PdcRx2 .rocItem,
.RadOrgChart_PdcRx2 .rocItemTemplate {
    border-radius: 5px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadOrgChart_PdcRx2 .rocExpandArrow,
.RadOrgChart_PdcRx2 .rocCollapseArrow,
.RadOrgChart_PdcRx2 .rocExpandGroupArrow,
.RadOrgChart_PdcRx2 .rocCollapseGroupArrow {
    border-radius: 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadOrgChart_PdcRx2 .rocLoadingNodes .rocExpandArrow,
.RadOrgChart_PdcRx2 .rocLoadingNodes .rocCollapseArrow,
.RadOrgChart_PdcRx2 .rocLoadingGroups .rocExpandGroupArrow,
.RadOrgChart_PdcRx2 .rocLoadingGroups .rocCollapseGroupArrow {
    background-image: url(" ");
}

.RadOrgChart_PdcRx2 .rocExpandArrow:hover,
.RadOrgChart_PdcRx2 .rocCollapseArrow:hover,
.RadOrgChart_PdcRx2 .rocExpandGroupArrow:hover,
.RadOrgChart_PdcRx2 .rocCollapseGroupArrow:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
}

.RadOrgChart_PdcRx2 .rocExpandArrow:active,
.RadOrgChart_PdcRx2 .rocCollapseArrow:active,
.RadOrgChart_PdcRx2 .rocExpandGroupArrow:active,
.RadOrgChart_PdcRx2 .rocCollapseGroupArrow:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
}

.RadOrgChart_PdcRx2.rocDetachedItem,
.RadOrgChart_PdcRx2.rocDetachedNode {
    border-radius: 5px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.rocToolbar_PdcRx2 {
    border-radius: 5px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.rocToolbar_PdcRx2 .rocToolbarButton {
    border-radius: 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.rocToolbar_PdcRx2 .rocToolbarButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.rocToolbar_PdcRx2 .rocToolbarButton:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadMap_PdcRx2 .k-navigator {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadMap_PdcRx2 .k-button {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadMap_PdcRx2 .k-button:hover,
.RadMap_PdcRx2 .k-navigator > .k-button:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadMap_PdcRx2 .k-button:active,
.RadMap_PdcRx2 .k-button:focus,
.RadMap_PdcRx2 .k-navigator > .k-button:active,
.RadMap_PdcRx2 .k-navigator > .k-button:focus {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadMap_PdcRx2 .k-marker {
    color: #a07e57;
}

.RadMap_PdcRx2.k-tooltip {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadMap_PdcRx2.k-tooltip .k-tooltip-button {
    color: #ffffff;
    background-color: #3e8a93;
}

.RadMap_PdcRx2.k-tooltip .k-tooltip-button:hover {
    color: #a07e57;
}

@media \0screen\,screen\9 {
    .RadMap_PdcRx2 .k-icon {
        background-image: url(" ");
    }
}

.RadEditor_PdcRx2 {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadEditor_PdcRx2 .reToolBar, .RadEditor_PdcRx2.rePopupContainer,
.RadEditor_PdcRx2 .rePopupTitle,
.RadEditor_PdcRx2 .reCommentInfoPanel,
.RadEditor_PdcRx2 .reCommentView,
.RadEditor_PdcRx2 .reCommentViewText,
.RadEditor_PdcRx2 .reCommentEdit {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadEditor_PdcRx2 .rePopupButton,
.RadEditor_PdcRx2 .reCommentButton,
.RadEditor_PdcRx2 .reAjaxSpellButton {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadEditor_PdcRx2 .reTool:hover,
.RadEditor_PdcRx2 .reToolText:hover,
.RadEditor_PdcRx2 .reModes a:hover,
.RadEditor_PdcRx2 .reDropdown:hover,
.RadEditor_PdcRx2 .reSpinBoxButtons span:hover,
.RadEditor_PdcRx2.reInsertTable .reTool:hover:before,
.RadEditor_PdcRx2.reAlignmentSelector td div:hover:before,
.RadEditor_PdcRx2 .rePopupButton:hover,
.RadEditor_PdcRx2 .reCommentButton:hover,
.RadEditor_PdcRx2 .reAjaxSpellButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadEditor_PdcRx2 .reTool:active,
.RadEditor_PdcRx2 .reTool:focus,
.RadEditor_PdcRx2 .reToolText:active,
.RadEditor_PdcRx2 .reToolText:focus,
.RadEditor_PdcRx2 .reToolSelected,
.RadEditor_PdcRx2 .reToolSelected:hover,
.RadEditor_PdcRx2 .reModes a:active,
.RadEditor_PdcRx2 .reModes a:focus,
.RadEditor_PdcRx2 .reModes .reSelectedMode,
.RadEditor_PdcRx2 .reModes .reSelectedMode:hover,
.RadEditor_PdcRx2 .reDropdown:active,
.RadEditor_PdcRx2 .reDropdown:focus,
.RadEditor_PdcRx2 .reSpinBoxButtons span:active,
.RadEditor_PdcRx2 .reSpinBoxButtons span:focus,
.RadEditor_PdcRx2 .rePopupButton:active,
.RadEditor_PdcRx2 .rePopupButton:focus,
.RadEditor_PdcRx2 .reCommentButton:active,
.RadEditor_PdcRx2 .reCommentButton:focus,
.RadEditor_PdcRx2 .reAjaxSpellButton:focus,
.RadEditor_PdcRx2 .reAjaxSpellButton:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadEditor_PdcRx2 .reTool.reToolIcon span,
.RadEditor_PdcRx2 .reTool.reToolIcon:before,
.RadEditor_PdcRx2 .reDropdown,
.RadEditor_PdcRx2 .reToolText,
.RadEditor_PdcRx2 .reModes a,
.RadEditor_PdcRx2 .reDOMElement,
.RadEditor_PdcRx2 .reCustomColor,
.RadEditor_PdcRx2 .reCustomLinks a {
    color: #333333;
}

.RadEditor_PdcRx2 .reTool:hover .reSplitArrow {
    border-left-color: #8dbbc5;
}

.RadEditor_PdcRx2 .reTool:active .reSplitArrow,
.RadEditor_PdcRx2 .reTool:focus .reSplitArrow {
    border-left-color: #7f6445;
}

.RadEditor_PdcRx2 .reSeparator {
    border-right-color: rgba(255, 255, 255, 0.85);
    border-left-color: rgba(32, 71, 75, 0.9);
}

.RadEditor_PdcRx2 .reToolBarWrapperLeft .reSeparator,
.RadEditor_PdcRx2 .reToolBarWrapperRight .reSeparator {
    border-color: #20474b;
}

.RadEditor_PdcRx2 .reContent {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadEditor_PdcRx2 .reTableDiv .reModule,
.RadEditor_PdcRx2 .reTableDiv .reRow {
    border-top-color: #a4c7cb;
}

.RadEditor_PdcRx2 .reDropdown,
.RadEditor_PdcRx2 .reDropdown.reToolDisabled,
.RadEditor_PdcRx2 .reDropdown.reToolDisabled:hover,
.RadEditor_PdcRx2 .reDropdown.reToolDisabled:active,
.RadEditor_PdcRx2 .reDropdown.reToolDisabled:focus {
    background-color: #e5eff0;
    border-color: #a4c7cb;
}

.RadEditor_PdcRx2 .reRemoveDOMElement,
.RadEditor_PdcRx2 .reRemoveDOMElement:before {
    color: #d51923;
}

.RadEditor_PdcRx2.reDropDownBody.reAjaxSpellCheck input[type="text"],
.RadEditor_PdcRx2 .reTableDiv input[type="text"] {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadEditor_PdcRx2.reDropDownBody.reAjaxSpellCheck input[type="text"]:hover,
.RadEditor_PdcRx2 .reTableDiv input[type="text"]:hover {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadEditor_PdcRx2.reDropDownBody.reAjaxSpellCheck input[type="text"]:focus,
.RadEditor_PdcRx2 .reTableDiv input[type="text"]:focus,
.RadEditor_PdcRx2.reDropDownBody.reAjaxSpellCheck input[type="text"]:active,
.RadEditor_PdcRx2 .reTableDiv input[type="text"]:active {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadEditor_PdcRx2.reInlineEditor:hover {
    border-color: #8dbbc5;
}

.RadEditor_PdcRx2.RadWindow, .RadEditor_PdcRx2.RadWindow.reInlineEditor:hover, .RadEditor_PdcRx2.reInlineEditorSelected, .RadEditor_PdcRx2.reInlineEditorSelected:hover {
    border-color: #a4c7cb;
}

.RadEditor_PdcRx2.RadWindow,
.RadEditor_PdcRx2.RadWindow .rwContent {
    background-color: #e5eff0;
}

.RadEditor_PdcRx2.reDropDownBody {
    background-color: #e5eff0;
}

.RadEditor_PdcRx2.reDropDownBody li:hover {
    color: #000000;
    background-color: #afcfd6;
}

.RadEditor_PdcRx2.reInsertTable td {
    border-color: #333333;
}

.RadEditor_PdcRx2 .reFormatSetsHeader,
.RadEditor_PdcRx2.reInsertTable .reItemOver {
    color: #000000;
    background-color: #afcfd6;
}

.reTool .reNoAlignment {
    color: #333333;
}

.RadImageEditor_PdcRx2 {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadImageEditor_PdcRx2.rieDialogs .riePrintContent,
.RadImageEditor_PdcRx2 .rieHighlightVertical,
.RadImageEditor_PdcRx2 .rieHighlightHorizontal,
.RadDock_PdcRx2.rieDialogs .rieActiveThumbsLink,
.RadDock_PdcRx2.rieDialogs .rieThumbsLink:hover,
.RadDock_PdcRx2.rieDialogs .riePrintContent,
.RadDock_PdcRx2.rieDialogs .riePrintContent img {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadImageEditor_PdcRx2 .rieContentArea,
.RadDock_PdcRx2.rieDialogs .rieThumbsBottomRow td,
.RadDock_PdcRx2.rieDialogs .rieDialogsThumbsLeft,
.RadDock_PdcRx2.rieDialogs .rieThumbsLink {
    border-color: #ddeaeb;
}

.rieRotateTable .rbHovered .rbIcon:before,
.rieResizeButtons .rbHovered .rbIcon:before {
    color: #a07e57;
}

.rieBottomCell {
    border-color: #a4c7cb;
}

.RadAutoCompleteBox_PdcRx2 {
    color: #333333;
}

.RadAutoCompleteBox_PdcRx2 .racTokenList {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadAutoCompleteBox_PdcRx2 .racToken {
    border-radius: 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadAutoCompleteBox_PdcRx2 .racTokenList.racHovered {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadAutoCompleteBox_PdcRx2 .racToken.racHovered {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadAutoCompleteBox_PdcRx2 .racTokenList.racFocused {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadAutoCompleteBox_PdcRx2 .racToken.racFocused {
    border-color: #7f6445;
    box-shadow: inset 0 0 5px #7f6445;
}

.RadAutoCompleteBox_PdcRx2 .racToken.racSelected {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadAutoCompleteBox_PdcRx2 .p-i-loading {
    background-image: url(" ");
}

.RadAutoCompleteBoxPopup_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadAutoCompleteBoxPopup_PdcRx2 .racItemHovered {
    color: #000000;
    background-color: #afcfd6;
}

.RadAutoCompleteBoxPopup_PdcRx2 .racFocused {
    box-shadow: inset 0 0 5px #7f6445;
}

.RadAutoCompleteBoxPopup_PdcRx2 .racItemSelected {
    color: #002749;
    background-color: #a07e57;
}

.RadMultiColumnComboBox_PdcRx2 .k-icon.k-i-loading {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.RadMultiColumnComboBox_PdcRx2 .k-i-loading {
    background-image: url(" ");
}

.RadMultiColumnComboBox_PdcRx2 .k-input {
    padding: 4px 10px;
}

.RadMultiColumnComboBox_PdcRx2 .k-dropdown-wrap {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
    border-radius: 4px;
}

.RadMultiColumnComboBox_PdcRx2 .k-select {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    border-radius: 0 4px 4px 0;
}

.RadMultiColumnComboBox_PdcRx2 > :hover,
.RadMultiColumnComboBox_PdcRx2 .k-state-hover {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadMultiColumnComboBox_PdcRx2 > :hover .k-select,
.RadMultiColumnComboBox_PdcRx2 .k-state-hover .k-select {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadMultiColumnComboBox_PdcRx2 .k-state-focused {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadMultiColumnComboBox_PdcRx2 .k-state-active {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadMultiColumnComboBox_PdcRx2 .k-state-active .k-select {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadMultiColumnComboBox_PdcRx2_rtl .k-select {
    border-radius: 4px 0 0 4px;
    border-width: 0 1px 0 0;
}

.RadMultiColumnComboBoxDropDown_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-header {
    border-color: #a4c7cb;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-footer {
    border-color: #a4c7cb;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-group-header {
    border-color: #a4c7cb;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-item:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.04);
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-cell {
    border-color: #a4c7cb;
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-item.k-state-hover {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #cee1e3;
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-item.k-state-selected {
    border-color: #a4c7cb;
    color: #333333;
    background-color: rgba(160, 126, 87, 0.25);
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-group-cell span {
    background-color: #333333;
    color: #e5eff0;
}

.RadMultiColumnComboBoxDropDown_PdcRx2 .k-grid-list > .k-item.k-last > .k-cell,
.RadMultiColumnComboBoxDropDown_PdcRx2 .k-grid-list > .k-item.k-last > .k-group-cell,
.RadMultiColumnComboBoxDropDown_PdcRx2 .k-grid-list > .k-item.k-last > .k-spacer-cell {
    border-bottom-color: #333333;
}

.RadMultiSelect_PdcRx2 {
    background-color: transparent;
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap > .k-readonly {
    opacity: .6;
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap li .k-icon {
    opacity: .6;
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap li .k-icon:hover {
    opacity: 1;
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap li.k-button {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap li:hover, .RadMultiSelect_PdcRx2 .k-multiselect-wrap li.k-state-hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap li.k-button:active, .RadMultiSelect_PdcRx2 .k-multiselect-wrap li.k-button.k-state-active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap li:focus, .RadMultiSelect_PdcRx2 .k-multiselect-wrap li.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap li:focus .k-icon, .RadMultiSelect_PdcRx2 .k-multiselect-wrap li.k-state-focused .k-icon {
    opacity: 1;
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap .k-icon.k-i-loading {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap .k-i-loading {
    background-image: url(" ");
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap:hover, .RadMultiSelect_PdcRx2 .k-multiselect-wrap.k-state-hover {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadMultiSelect_PdcRx2 .k-multiselect-wrap.k-invalid, .RadMultiSelect_PdcRx2 .k-multiselect-wrap.k-invalid:hover, .RadMultiSelect_PdcRx2 .k-multiselect-wrap.k-state-invalid {
    color: #d51923;
    border-color: #d51923;
}

.RadMultiSelect_PdcRx2.k-state-focused > .k-multiselect-wrap {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.RadMultiSelectDropDown_PdcRx2.k-popup {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadMultiSelectDropDown_PdcRx2.k-popup > kendo-list > .k-first {
    border-bottom: 1px solid #a4c7cb;
}

.RadMultiSelectDropDown_PdcRx2.k-popup > .k-group-header,
.RadMultiSelectDropDown_PdcRx2.k-popup .k-outer-group-header.k-first,
.RadMultiSelectDropDown_PdcRx2.k-popup > .k-virtual-wrap > .k-group-header {
    color: #333333;
    border-bottom-color: #a4c7cb;
}

.RadMultiSelectDropDown_PdcRx2.k-popup .k-outer-group-header {
    border-bottom-color: #a4c7cb;
}

.RadMultiSelectDropDown_PdcRx2.k-popup .k-list .k-item > .k-group {
    color: #e5eff0;
    background: #333333;
}

.RadMultiSelectDropDown_PdcRx2.k-popup .k-list .k-item > .k-group::before {
    border-color: #333333 #333333 transparent transparent;
}

.RadMultiSelectDropDown_PdcRx2_rtl.k-popup .k-list .k-item > .k-group::before {
    border-color: #333333 transparent transparent #333333;
}

.RadMultiSelectDropDown_PdcRx2 .k-group-header + div > .k-list > .k-item.k-first::before {
    border-color: #a4c7cb;
}

.RadMultiSelectDropDown_PdcRx2 .k-list > .k-outer-group-header {
    color: #333333;
    border-color: #a4c7cb;
}

.RadMultiSelectDropDown_PdcRx2.k-popup > .k-colorpalette,
.RadMultiSelectDropDown_PdcRx2.k-popup > .k-flatcolorpicker {
    background: transparent;
}

.RadMultiSelectDropDown_PdcRx2.k-popup > .k-colorpalette:only-child,
.RadMultiSelectDropDown_PdcRx2.k-popup > .k-flatcolorpicker:only-child {
    background: #f5f5f5;
}

.RadMultiSelectDropDown_PdcRx2 .k-list .k-item,
.RadMultiSelectDropDown_PdcRx2 .k-list-optionlabel {
    transition-property: color, background-color, outline-color, box-shadow;
    transition-duration: 200ms;
    transition-timing-function: ease;
}

.RadMultiSelectDropDown_PdcRx2 .k-list .k-item:hover,
.RadMultiSelectDropDown_PdcRx2 .k-list .k-item.k-state-hover,
.RadMultiSelectDropDown_PdcRx2 .k-list-optionlabel:hover,
.RadMultiSelectDropDown_PdcRx2 .k-list-optionlabel.k-state-hover {
    color: #000000;
    background-color: #afcfd6;
}

.RadMultiSelectDropDown_PdcRx2 .k-list .k-item:hover.k-state-selected,
.RadMultiSelectDropDown_PdcRx2 .k-list .k-item.k-state-hover.k-state-selected,
.RadMultiSelectDropDown_PdcRx2 .k-list-optionlabel:hover.k-state-selected,
.RadMultiSelectDropDown_PdcRx2 .k-list-optionlabel.k-state-hover.k-state-selected {
    color: #002749;
    background-color: #503f2c;
}

.RadMultiSelectDropDown_PdcRx2 .k-list .k-item:focus,
.RadMultiSelectDropDown_PdcRx2 .k-list .k-item.k-state-focused,
.RadMultiSelectDropDown_PdcRx2 .k-list-optionlabel:focus,
.RadMultiSelectDropDown_PdcRx2 .k-list-optionlabel.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadMultiSelectDropDown_PdcRx2 .k-list .k-item.k-state-selected,
.RadMultiSelectDropDown_PdcRx2 .k-list-optionlabel.k-state-selected {
    color: #002749;
    background-color: #a07e57;
}

.RadMultiSelectDropDown_PdcRx2 .k-list-container .k-nodata {
    color: rgba(51, 51, 51, 0.5);
}

.RadComboBox_PdcRx2 {
    color: #333333;
}

.RadComboBox_PdcRx2 .rcbInner {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
    border-radius: 3px;
}

.RadComboBox_PdcRx2 .rcbActionButton {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    border-radius: 0 3px 3px 0;
}

.RadComboBox_PdcRx2 .rcbHovered {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadComboBox_PdcRx2 .rcbHovered .rcbActionButton {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadComboBox_PdcRx2 .rcbFocused,
.RadComboBox_PdcRx2 .rcbExpanded {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadComboBox_PdcRx2 .rcbFocused .rcbActionButton,
.RadComboBox_PdcRx2 .rcbExpanded .rcbActionButton {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadComboBox_PdcRx2 .rcbReadOnly {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadComboBox_PdcRx2 .rcbReadOnly.rcbHovered {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadComboBox_PdcRx2 .rcbReadOnly.rcbFocused, .RadComboBox_PdcRx2 .rcbReadOnly.rcbExpanded {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadComboBox_PdcRx2_rtl .rcbActionButton {
    border-radius: 3px 0 0 3px;
}

.RadComboBoxDropDown_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadComboBoxDropDown_PdcRx2 .rcbSeparator {
    color: #ffffff;
    background-color: #3e8a93;
}

.RadComboBoxDropDown_PdcRx2 .rcbHovered {
    color: #000000;
    background-color: #afcfd6;
}

.RadComboBoxDropDown_PdcRx2 .rcbSelected {
    color: #002749;
    background-color: #a07e57;
}

.RadComboBoxDropDown_PdcRx2 .rcbLoading {
    color: #000000;
    background-color: #afcfd6;
}

.RadComboBoxDropDown_PdcRx2 .rcbItem em {
    color: #000000;
    background-color: #afcfd6;
}

.RadComboBoxDropDown_PdcRx2 .rcbCheckAllItemsHovered {
    color: #000000;
    background-color: #afcfd6;
}

.RadDropDownList_PdcRx2 {
    color: #333333;
}

.RadDropDownList_PdcRx2 .rddlInner {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    border-radius: 3px;
}

.RadDropDownList_PdcRx2 .rddlHovered {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadDropDownList_PdcRx2 .rddlFocused {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rddlPopup_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.rddlPopup_PdcRx2 .rddlItemHovered, .rddlPopup_PdcRx2 .rddlItemLoading {
    color: #000000;
    background-color: #afcfd6;
}

.rddlPopup_PdcRx2 .rddlItemSelected {
    color: #002749;
    background-color: #a07e57;
}

.RadDropDownTree_PdcRx2 {
    color: #333333;
}

.RadDropDownTree_PdcRx2 .rddtInner {
    border-radius: 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadDropDownTree_PdcRx2 .rddtHovered {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadDropDownTree_PdcRx2 .rddtFocused {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rddtPopup_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.rddtPopup_PdcRx2 .rddtFilter {
    background-color: #3e8a93;
}

.rddtPopup_PdcRx2 .rddtFilterInput {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.rddtPopup_PdcRx2 .RadTreeView em {
    color: #000000;
    background-color: #afcfd6;
}

.rddtPopup_PdcRx2 .rddtFilterInput.rddtHovered {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.rddtPopup_PdcRx2 .rddtFilterInput.rddtFocused {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadInput_PdcRx2 .riTextBox,
.RadInput_PdcRx2 .riSelect,
.RadInput_PdcRx2 .rcSelect,
.RadInputMgr_PdcRx2 {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadInput_PdcRx2 .riEmpty,
.RadInput_Empty_PdcRx2 {
    color: rgba(51, 51, 51, 0.8);
}

.RadInput_PdcRx2.RadInputHovered .riTextBox,
.RadInput_PdcRx2.RadInputHovered .riSelect,
.RadInput_PdcRx2.RadInputHovered .rcSelect,
.RadInput_Hover_Default {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadInput_PdcRx2.RadInputFocused .riTextBox,
.RadInput_PdcRx2.RadInputFocused .riSelect,
.RadInput_PdcRx2.RadInputFocused .rcSelect,
.RadInput_Focused_PdcRx2 {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadInput_PdcRx2.RadInputError .riTextBox,
.RadInput_PdcRx2.RadInputError .riSelect,
.RadInput_PdcRx2.RadInputError .rcSelect,
.RadInput_Error_PdcRx2,
.RadForm.rfdTextbox .RadInput_PdcRx2 .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Default[type="text"] {
    border-color: #d51923;
    color: #d51923;
    background-color: #e5eff0;
}

.RadInput_PdcRx2.RadInputError {
    color: #d51923;
}

.RadInput_PdcRx2 .riNegative,
.RadInput_Negative_Default {
    color: #4d4c4c;
}

.RadInput_PdcRx2 a,
.RadInput_PdcRx2.RadInputDisabled a:hover,
.RadInput_PdcRx2.RadInputDisabled a:active {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadInput_PdcRx2 a:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadInput_PdcRx2 a:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadInput_PdcRx2 .riLabel {
    color: #333333;
}

.RadInput_PdcRx2 .riResizeIcon {
    background: url(" ") no-repeat transparent;
    background-position: -6.5px -966.5px;
    margin-bottom: -1px;
}

.RadInputRTL_Default .riError,
.RadInputRTL_Error_PdcRx2 {
    background-position: 3px -298px;
}

.RadInputRTL_Default .riResizeIcon {
    background-position: -6.5px -986.5px;
}

.RadForm.rfdTextbox .RadInputRTL_Default .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Default[type="text"] {
    background-position: 3px -298px;
}

.RadSlider_PdcRx2 {
    color: #333333;
}

.RadSlider_PdcRx2 .rslTrack {
    border-color: #2f686f;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadSlider_PdcRx2 .rslItem {
    background-image: url(" ");
}

.RadSlider_PdcRx2 .rslSelectedregion {
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadSlider_PdcRx2 .rslHandle,
.RadSlider_PdcRx2 .rslDraghandle {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadSlider_PdcRx2 .rslHandle:hover,
.RadSlider_PdcRx2 .rslDraghandle:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadSlider_PdcRx2 .rslHandle:active, .RadSlider_PdcRx2 .rslHandle:focus,
.RadSlider_PdcRx2 .rslDraghandle:active,
.RadSlider_PdcRx2 .rslDraghandle:focus {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadSlider_PdcRx2 .rslVertical .rslTrack {
    background-image: linear-gradient(to left, #4aa5b0, #3e8a93);
}

.RadSlider_PdcRx2 .rslVertical .rslItem {
    background-image: url(" ");
}

.RadSlider_PdcRx2 .rslVertical .rslSelectedregion {
    background-image: linear-gradient(to left, #b49776, #a07e57);
}

.RadSlider_PdcRx2 .rslVertical .rslDraghandle {
    background-image: linear-gradient(to left, #4faab5, #3e8a93);
}

.RadSlider_PdcRx2 .rslVertical .rslDraghandle:hover {
    background-image: linear-gradient(to left, #d1e3e7, #afcfd6);
}

.RadSlider_PdcRx2 .rslVertical .rslDraghandle:focus, .RadSlider_PdcRx2 .rslVertical .rslDraghandle:active {
    background-image: linear-gradient(to left, #b49776, #a07e57);
}

.RadSlider_PdcRx2 .rslTop .rslSmallTick,
.RadSlider_PdcRx2 .rslBottom .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_PdcRx2 .rslTop .rslLargeTick,
.RadSlider_PdcRx2 .rslBottom .rslLargeTick {
    background-image: url(" ");
}

.RadSlider_PdcRx2 .rslLeft .rslSmallTick,
.RadSlider_PdcRx2 .rslRight .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_PdcRx2 .rslLeft .rslLargeTick,
.RadSlider_PdcRx2 .rslRight .rslLargeTick {
    background-image: url(" ");
}

.RadSlider_PdcRx2 .rslMiddle .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_PdcRx2 .rslMiddle .rslLargeTick {
    background-image: url(" ");
}

.RadSlider_PdcRx2 .rslCenter .rslSmallTick {
    background-image: url(" ");
}

.RadSlider_PdcRx2 .rslCenter .rslLargeTick {
    background-image: url(" ");
}

.RadColorPicker_PdcRx2 .rcpPalette {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadColorPicker_PdcRx2 .rcpHeader {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadColorPicker_PdcRx2 .rcpImageButton,
.RadColorPicker_PdcRx2 a.rslDraghandle {
    color: #333333;
}

.RadColorPicker_PdcRx2 .rcpImageButton:hover {
    color: #a07e57;
}

.RadColorPicker_PdcRx2 .rcpIcon em,
.RadColorPicker_PdcRx2 .rcpColorPreview,
.RadColorPicker_PdcRx2 .rcpInput,
.RadColorPicker_PdcRx2 .rcpHexInput,
.RadColorPicker_PdcRx2 .rcpMillionColorsPalette,
.RadColorPicker_PdcRx2 .rcpMillionColorsSlider div.rslTrack {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadColorPicker_PdcRx2 .rcpIcon a,
.RadColorPicker_PdcRx2 .rcpTabs li,
.RadColorPicker_PdcRx2 .rcpButton {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadColorPicker_PdcRx2 .rcpIcon a:hover,
.RadColorPicker_PdcRx2 .rcpTabs li:hover,
.RadColorPicker_PdcRx2 .rcpButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadColorPicker_PdcRx2 .rcpIcon a:active,
.RadColorPicker_PdcRx2 .rcpTabs .rcpSelectedTab,
.RadColorPicker_PdcRx2 .rcpTabs .rcpSelectedTab:hover,
.RadColorPicker_PdcRx2 .rcpButton:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadColorPicker_PdcRx2 .rcpIcon a:focus {
    box-shadow: inset 0 0 5px rgba(127, 100, 69, 0.5);
}

.RadColorPicker_PdcRx2.rcpCustomColorWrapper .rcpPalette {
    box-shadow: 2px 2px 3px rgba(164, 199, 203, 0.5);
}

.RadColorPicker_PdcRx2 .rcpSlider.RadSlider_PdcRx2 a.rslDraghandle,
.RadColorPicker_PdcRx2 .rcpMillionColorsSlider.RadSlider_PdcRx2 a.rslDraghandle {
    color: #333333;
}

.RadColorPicker_PdcRx2 .rcpSlider.RadSlider_PdcRx2 a.rslDraghandle:hover,
.RadColorPicker_PdcRx2 .rcpSlider.RadSlider_PdcRx2 a.rslDraghandle:active,
.RadColorPicker_PdcRx2 .rcpSlider.RadSlider_PdcRx2 a.rslDraghandle:focus,
.RadColorPicker_PdcRx2 .rcpMillionColorsSlider.RadSlider_PdcRx2 a.rslDraghandle:hover,
.RadColorPicker_PdcRx2 .rcpMillionColorsSlider.RadSlider_PdcRx2 a.rslDraghandle:active,
.RadColorPicker_PdcRx2 .rcpMillionColorsSlider.RadSlider_PdcRx2 a.rslDraghandle:focus {
    color: #a07e57;
}

.RadLabel_PdcRx2 {
    color: #333333;
}

.RadLabel_PdcRx2 .rlOptMark {
    color: rgba(51, 51, 51, 0.5);
}

.RadFileExplorer_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadFileExplorer_PdcRx2 .rfeFilterTxt,
.RadFileExplorer_PdcRx2 .rfeAddressBox {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadFileExplorer_PdcRx2 .rfeLink:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadFileExplorer_PdcRx2 .rfeSelectedLink,
.RadFileExplorer_PdcRx2 .rfeSelectedLink:hover {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadFileExplorer_PdcRx2 .rfeDropZone,
.RadFileExplorer_PdcRx2 .rfeFilterContainer,
.RadFileExplorer_PdcRx2 .rfePageControlContainer {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadFileExplorer_PdcRx2 .rfeDropUploadInfoPanel {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadWindow_PdcRx2 .rfeUploadInfoPanel {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadCloudUpload_PdcRx2 {
    color: #333333;
}

.RadCloudUpload_PdcRx2 .rcuButton {
    border-radius: 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadCloudUpload_PdcRx2 .rcuInfoPanel {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadCloudUpload_PdcRx2 .rcuHeader {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadCloudUpload_PdcRx2 .rcuFileList {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadCloudUpload_PdcRx2 .rcuProgressBar {
    border-radius: 6px;
    border-color: #2f686f;
    background-color: #3e8a93;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

.RadCloudUpload_PdcRx2 .rcuProgress {
    border-radius: 6px;
    border-color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.RadCloudUpload_PdcRx2 .p-i-loading {
    background-image: url(" ");
}

.RadCloudUpload_PdcRx2 .rcuDropZone {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
}

.RadCloudUpload_PdcRx2 .rcuButton.rcuHovered {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadCloudUpload_PdcRx2 .rcuButtons .rcuHovered {
    border-color: transparent;
    color: #a07e57;
    background: none;
    box-shadow: none;
}

.RadCloudUpload_PdcRx2 .rcuButton.rcuPressed {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rcuToolTip_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadUpload_PdcRx2 {
    color: #333333;
}

.RadUpload_PdcRx2 .ruFileLI .ruButton:hover {
    color: #a07e57;
}

.RadUpload_PdcRx2 .ruFileLI .ruFileProgressWrap {
    background-color: #3e8a93;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
    border-radius: 2px;
}

.RadUpload_PdcRx2 .ruFileLI .ruFileProgress {
    border-color: #7f6445;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.RadUpload_PdcRx2 .ruUploadSuccess .radIcon:before {
    background-color: #5ec232;
}

.RadUpload_PdcRx2 .ruUploading .radIcon:before {
    background-color: #fdce3e;
}

.RadUpload_PdcRx2 .ruUploadCancelled .radIcon:before,
.RadUpload_PdcRx2 .ruUploadFailure .radIcon:before {
    background-color: #d51923;
}

.RadUpload_PdcRx2 .ruSelectWrap .ruFakeInput {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadUpload_PdcRx2 .ruSelectWrap .ruButton {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    border-radius: 3px;
}

.RadUpload_PdcRx2 .ruSelectWrap .ruButton.ruButtonHover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadUpload_PdcRx2 .ruSelectWrap .ruButton.ruFocused {
    box-shadow: inset 0 0 5px rgba(127, 100, 69, 0.5);
}

.RadUpload_PdcRx2 .ruDropZone {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    border-radius: 3px;
}

.RadUploadProgressArea_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadUploadProgressArea_PdcRx2 .ruHeader {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}

.RadUploadProgressArea_PdcRx2 .ruFooter {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadUploadProgressArea_PdcRx2 .ruProgressBar {
    border-radius: 3px;
    border-color: #2f686f;
    background-color: #3e8a93;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

.RadUploadProgressArea_PdcRx2 .ruProgress {
    border-radius: 3px;
    border-color: #2f686f;
    background-color: #a07e57;
    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), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.RadUploadProgressArea_PdcRx2 .radButton {
    border-radius: 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadUploadProgressArea_PdcRx2 .radButton.ruHovered {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadProgressBar_PdcRx2 {
    color: #ffffff;
    background-color: #3e8a93;
    background-image: none, linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

.RadProgressBar_PdcRx2.rpbClassic {
    font-size: 14px;
    font-family: inherit;
}

.RadProgressBar_PdcRx2 > .rpbLabelWrapper {
    border-color: #2f686f;
}

.RadProgressBar_PdcRx2 .rpbStateSelected,
.RadProgressBar_PdcRx2 .rpbStateSelected:hover,
.RadProgressBar_PdcRx2 .rpbStateSelected:link,
.RadProgressBar_PdcRx2 .rpbStateSelected:visited {
    background-color: #a07e57;
    color: #002749;
    background-image: none, linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.RadProgressBar_PdcRx2 .rpbChunk {
    border-color: #2f686f;
}

.RadProgressBar_PdcRx2 .rpbChunk.rpbStateDefault {
    background-color: #3e8a93;
}

.RadProgressBar_PdcRx2 .rpbStateSelected,
.RadProgressBar_PdcRx2 .rpbStateSelected:hover,
.RadProgressBar_PdcRx2 .rpbStateSelected:link,
.RadProgressBar_PdcRx2 .rpbStateSelected:visited,
.RadProgressBar_PdcRx2 .rpbChunk.rpbStateSelected {
    border-color: #7f6445;
}

.RadProgressBar_PdcRx2.rpbVertical {
    background-image: none, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

.RadProgressBar_PdcRx2.rpbVertical .rpbStateSelected,
.RadProgressBar_PdcRx2.rpbVertical .rpbStateSelected:hover,
.RadProgressBar_PdcRx2.rpbVertical .rpbStateSelected:link,
.RadProgressBar_PdcRx2.rpbVertical .rpbStateSelected:visited {
    background-image: none, linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.RadProgressBar_PdcRx2.rpbIndeterminate {
    background-image: url(" ");
}

.RadCard_PdcRx2.k-card {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadCard_PdcRx2.k-card:focus, .RadCard_PdcRx2.k-card.k-state-focus {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadCard_PdcRx2.k-card .k-card-callout {
    border-color: #a4c7cb;
    background-color: #e5eff0;
}

.RadCard_PdcRx2.k-card .k-card-actions {
    border-color: #a4c7cb;
}

.RadCard_PdcRx2.k-state-primary, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-card-primary, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-state-primary {
    background-color: #ece5dd;
    color: #53422d;
    border-color: #e4dbd0;
}

.RadCard_PdcRx2.k-state-info, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-card-info, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-state-info {
    background-color: #d8e6fb;
    color: #20437b;
    border-color: #c9dbfa;
}

.RadCard_PdcRx2.k-state-success, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-card-success, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-state-success {
    background-color: #dff3d6;
    color: #31651a;
    border-color: #d2eec6;
}

.RadCard_PdcRx2.k-state-warning, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-card-warning, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-state-warning {
    background-color: #fff5d8;
    color: #846b20;
    border-color: #fef1c9;
}

.RadCard_PdcRx2.k-state-error, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-card-error, .RadCard_PdcRx2 .RadCard_PdcRx2.k-card.k-state-error {
    background-color: #f7d1d3;
    color: #6f0d12;
    border-color: #f3bfc1;
}

.RadCard_PdcRx2 .k-card-header {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadCard_PdcRx2 .k-card-footer {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadCard_PdcRx2 .k-card-separator {
    border-color: #a4c7cb;
}

.RadCard_PdcRx2 .k-card-subtitle {
    color: #959a9b;
}

.k-state-primary .RadCard_PdcRx2 .k-card-subtitle, .RadCard_PdcRx2 .k-card.k-card-primary .RadCard_PdcRx2 .k-card-subtitle,
.k-state-info .RadCard_PdcRx2 .k-card-subtitle,
.RadCard_PdcRx2 .k-card.k-card-info .RadCard_PdcRx2 .k-card-subtitle,
.k-state-success .RadCard_PdcRx2 .k-card-subtitle,
.RadCard_PdcRx2 .k-card.k-card-success .RadCard_PdcRx2 .k-card-subtitle,
.k-state-warning .RadCard_PdcRx2 .k-card-subtitle,
.RadCard_PdcRx2 .k-card.k-card-warning .RadCard_PdcRx2 .k-card-subtitle,
.k-state-error .RadCard_PdcRx2 .k-card-subtitle,
.RadCard_PdcRx2 .k-card.k-card-error .RadCard_PdcRx2 .k-card-subtitle {
    color: inherit;
}

.RadCard_PdcRx2 .k-card-wrap.k-state-focused > .k-card, .RadCard_PdcRx2 .k-card-wrap.k-state-selected > .k-card {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadCard_PdcRx2 .k-card:focus .k-card-callout.k-callout-n,
.RadCard_PdcRx2 .k-card.k-state-focus .k-card-callout.k-callout-n {
    box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadCard_PdcRx2 .k-card:focus .k-card-callout.k-callout-e,
.RadCard_PdcRx2 .k-card.k-state-focus .k-card-callout.k-callout-e {
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadCard_PdcRx2 .k-card:focus .k-card-callout.k-callout-s,
.RadCard_PdcRx2 .k-card.k-state-focus .k-card-callout.k-callout-s {
    box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadCard_PdcRx2 .k-card:focus .k-card-callout.k-callout-w,
.RadCard_PdcRx2 .k-card.k-state-focus .k-card-callout.k-callout-w {
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadSplitter_PdcRx2 {
    border-color: #a4c7cb;
}

.RadSplitter_PdcRx2 .rspPane,
.RadSplitter_PdcRx2 .rspPaneHorizontal {
    border-color: #a4c7cb;
}

.RadSplitter_PdcRx2 .rspSlidePane {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadSplitter_PdcRx2 .rspSlideHeader,
.RadSplitter_PdcRx2 .rspSlideTitleContainer {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadSplitter_PdcRx2 .rspSlideTitleContainer,
.RadSplitter_PdcRx2 .rspSlideHeaderIconWrapper {
    border-bottom: 1px solid #2f686f;
}

.RadSplitter_PdcRx2 .rspSlideHeaderDockIcon:hover,
.RadSplitter_PdcRx2 .rspSlideHeaderUndockIcon:hover,
.RadSplitter_PdcRx2 .rspSlideHeaderCollapseIcon:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadSplitter_PdcRx2 .rspSlideContent {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadSplitter_PdcRx2 .rspResizeBar,
.RadSplitter_PdcRx2 .rspSlideContainerResize,
.RadSplitter_PdcRx2 .rspCollapseBarExpand,
.RadSplitter_PdcRx2 .rspCollapseBarCollapse {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(to left, #4faab5, #3e8a93);
}

.RadSplitter_PdcRx2 .rspResizeBarOver,
.RadSplitter_PdcRx2 .rspSlideContainerResizeOver,
.RadSplitter_PdcRx2 .rspCollapseBarExpandOver,
.RadSplitter_PdcRx2 .rspCollapseBarCollapseOver {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(to left, #d1e3e7, #afcfd6);
}

.RadSplitter_PdcRx2 .rspResizeBarHorizontal,
.RadSplitter_PdcRx2 .rspSlideContainerResizeHorizontal,
.RadSplitter_PdcRx2 .rspCollapseBarHorizontalExpand,
.RadSplitter_PdcRx2 .rspCollapseBarHorizontalCollapse {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadSplitter_PdcRx2 .rspResizeBarOverHorizontal,
.RadSplitter_PdcRx2 .rspSlideContainerResizeOverHorizontal,
.RadSplitter_PdcRx2 .rspCollapseBarHorizontalExpandOver,
.RadSplitter_PdcRx2 .rspCollapseBarHorizontalCollapseOver {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadSplitter_PdcRx2 .rspTabsContainer {
    background-color: #3e8a93;
}

.RadSplitter_PdcRx2 .rspPaneTabContainer {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(to left, #4faab5, #3e8a93);
}

.RadSplitter_PdcRx2 .rspTop .rspPaneTabContainer,
.RadSplitter_PdcRx2 .rspBottom .rspPaneTabContainer {
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadSplitter_PdcRx2 .rspPaneTabContainer:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(to left, #d1e3e7, #afcfd6);
}

.RadSplitter_PdcRx2 .rspTop .rspPaneTabContainer:hover,
.RadSplitter_PdcRx2 .rspBottom .rspPaneTabContainer:hover {
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadSplitter_PdcRx2 .rspPaneTabContainerExpanded {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(to left, #b49776, #a07e57);
}

.RadSplitter_PdcRx2 .rspTop .rspPaneTabContainerExpanded,
.RadSplitter_PdcRx2 .rspBottom .rspPaneTabContainerExpanded {
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadSplitter_PdcRx2 .rspLoading {
    background-image: url(" ");
}

.RadDock_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadDock_PdcRx2 .rdTitleWrapper {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
    border-color: inherit;
}

.RadDock_PdcRx2 .rdCommandButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadWindow_PdcRx2 {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    border-radius: 4px;
}

.RadWindow_PdcRx2 .rwTitleBar {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
    border-radius: 3px 3px 0 0;
}

.RadWindow_PdcRx2 .rwCommandButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadWindow_PdcRx2 .rwContent {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadWindow_PdcRx2 .rwStatusBar {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadWindow_PdcRx2 .rwDialogButtons button {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadWindow_PdcRx2 .rwDialogButtons button:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadWindow_PdcRx2 .rwDialogButtons button:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadWindow_PdcRx2 .rwPromptDialog .rwOkBtn,
.RadWindow_PdcRx2 .rwConfirmDialog .rwOkBtn {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadWindow_PdcRx2 .rwPromptDialog .rwOkBtn:hover,
.RadWindow_PdcRx2 .rwConfirmDialog .rwOkBtn:hover {
    border-color: #785f41;
    color: #002749;
    background-color: #8c6e4c;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadWindow_PdcRx2 .rwPromptDialog .rwOkBtn:active,
.RadWindow_PdcRx2 .rwConfirmDialog .rwOkBtn:active {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadWindow_PdcRx2 .rwPromptInput {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadWindow_PdcRx2 .rwPromptInput:hover {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadWindow_PdcRx2 .rwPromptInput:active,
.RadWindow_PdcRx2 .rwPromptInput:focus {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadWindow_PdcRx2 .rwLoading.rwStatusBar {
    background-image: url(" ");
}

.RadWindow_PdcRx2.rwLoading .rwExternalContent {
    background-image: url(" ");
}

.RadNotification_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadNotification_PdcRx2 .rnTitleBar {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadNotification_PdcRx2 .rnCommands a:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadNotification_PdcRx2.rnShadows {
    box-shadow: 2px 2px 3px rgba(164, 199, 203, 0.5);
}

.RadToolTip_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadToolTip_PdcRx2 .rtClose {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadToolTip_PdcRx2 .rtClose:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadToolTip_PdcRx2 .rtClose:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadToolTip_PdcRx2 .rtCallout {
    border-color: #a4c7cb;
}

.RadToolTip_PdcRx2 .rtCallout:before {
    border-color: #e5eff0;
}

.RadToolTip_PdcRx2.rtLoading {
    background-image: url(" ");
}

.RadTile_PdcRx2 {
    color: #ffffff;
    background-color: #3e8a93;
}

.RadTile_PdcRx2 .rtilePeekContent {
    background-color: #3e8a93;
}

.RadTile_PdcRx2.rtileSelected .rtileSelectedIcon {
    color: #002749;
    background-color: #a07e57;
}

.RadTile_PdcRx2.rtileHovered {
    border-color: #8dbbc5;
}

.RadTile_PdcRx2.rtileSelected {
    border-color: #a07e57;
}

.RadTile_PdcRx2.rtileSelected.rtileHovered {
    border-color: #7f6445;
}

.RadTile_PdcRx2.rtileLoading,
.RadTile_PdcRx2 .rtileLoading {
    background-image: url(" ");
}

.RadTileList_PdcRx2 {
    color: #333333;
}

.RadTileList_PdcRx2 .rtlistGroupSeparatorVisible {
    background-color: #3e8a93;
}

.RadWizard_PdcRx2 {
    color: #333333;
    background: #e5eff0;
}

.RadWizard_PdcRx2 .rwzButton {
    border-radius: 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadWizard_PdcRx2 .rwzNext,
.RadWizard_PdcRx2 .rwzFinish {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadWizard_PdcRx2 .rwzLink {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadWizard_PdcRx2 .rwzLink:before {
    border-color: #20474b;
    background-image: linear-gradient(135deg, #4faab5, #3e8a93);
}

@media screen\0 {
    .RadWizard_PdcRx2 .rwzLink:before {
        background-color: #3e8a93;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .RadWizard_PdcRx2 .rwzLink:before {
        background-color: transparent;
    }
}

.RadWizard_PdcRx2 .rwzProgressBar {
    border-radius: 3px;
    border-color: #2f686f;
    background-color: #3e8a93;
}

.RadWizard_PdcRx2 .rwzProgress {
    border-color: #7f6445;
    background-color: #a07e57;
}

.RadWizard_PdcRx2 .rwzHovered.rwzButton,
.RadWizard_PdcRx2 .rwzHovered .rwzLink {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadWizard_PdcRx2 .rwzHovered.rwzNext,
.RadWizard_PdcRx2 .rwzHovered.rwzFinish {
    border-color: #785f41;
    color: #002749;
    background-color: #8c6e4c;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadWizard_PdcRx2 .rwzHovered .rwzLink:before {
    border-color: #8dbbc5;
    background-image: linear-gradient(135deg, #d1e3e7, #afcfd6);
}

@media screen\0 {
    .RadWizard_PdcRx2 .rwzHovered .rwzLink:before {
        background-color: #afcfd6;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .RadWizard_PdcRx2 .rwzHovered .rwzLink:before .rtbWrap {
        background-color: transparent;
    }
}

.RadWizard_PdcRx2 .rwzFocused.rwzButton {
    box-shadow: 0 0 5px rgba(127, 100, 69, 0.6) inset;
}

.RadWizard_PdcRx2 .rwzFocused.rwzNext {
    border-color: #654f37;
    box-shadow: 0 0 5px #654f37 inset;
}

.RadWizard_PdcRx2 .rwzSelected .rwzLink {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadWizard_PdcRx2 .rwzSelected .rwzLink:before {
    border-color: #7f6445;
    background-image: linear-gradient(135deg, #b49776, #a07e57);
}

@media screen\0 {
    .RadWizard_PdcRx2 .rwzSelected .rwzLink:before {
        background-color: #a07e57;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .RadWizard_PdcRx2 .rwzSelected .rwzLink:before .rtbWrap {
        background-color: transparent;
    }
}

.RadWizard_PdcRx2.rwzHorizontal .rwzFirst .rwzLink {
    border-radius: 0.2142857143em 0em 0em 0.2142857143em;
}

.RadWizard_PdcRx2.rwzHorizontal .rwzLast .rwzLink {
    border-radius: 0em 0.2142857143em 0.2142857143em 0em;
}

.RadWizard_PdcRx2.rwzHorizontal .rwzFirst.rwzLast .rwzLink {
    border-radius: 3px;
}

.RadWizard_PdcRx2.rwzHorizontal .rwzProgressBar {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

.RadWizard_PdcRx2.rwzHorizontal .rwzProgress {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.RadWizard_PdcRx2.rwzVertical .rwzFirst .rwzLink {
    border-radius: 0.2142857143em 0.2142857143em 0em 0em;
}

.RadWizard_PdcRx2.rwzVertical .rwzLast .rwzLink {
    border-radius: 0em 0em 0.2142857143em 0.2142857143em;
}

.RadWizard_PdcRx2.rwzVertical .rwzSelected .rwzLink {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.RadWizard_PdcRx2.rwzVertical .rwzProgressBar {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

.RadWizard_PdcRx2.rwzVertical .rwzProgress {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.RadWizard_PdcRx2.rwzRightBreadCrumb .rwzFirst .rwzLink,
.RadWizard_PdcRx2.RadWizard_rtl.rwzVertical .rwzFirst .rwzLink {
    border-top-right-radius: 3px;
}

.RadWizard_PdcRx2.rwzRightBreadCrumb .rwzLast .rwzLink,
.RadWizard_PdcRx2.RadWizard_rtl.rwzVertical .rwzLast .rwzLink {
    border-bottom-right-radius: 3px;
}

.RadWizard_PdcRx2.rwzRightBreadCrumb .rwzSelected .rwzLink,
.RadWizard_PdcRx2.RadWizard_rtl.rwzVertical .rwzSelected .rwzLink {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.RadWizard_PdcRx2.RadWizard_rtl.rwzHorizontal .rwzFirst .rwzLink {
    border-radius: 0em 0.2142857143em 0.2142857143em 0em;
}

.RadWizard_PdcRx2.RadWizard_rtl.rwzHorizontal .rwzLast .rwzLink {
    border-radius: 0.2142857143em 0em 0em 0.2142857143em;
}

.RadRotator_PdcRx2 .rrClipRegion {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadRotator_PdcRx2 .rrButton {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadRotator_PdcRx2 .rrButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadRotator_PdcRx2 .rrButton:focus {
    box-shadow: inset 0 0 5px rgba(127, 100, 69, 0.5);
}

.RadRotator_PdcRx2 .rrButton:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadRotator_PdcRx2 .rrButtonDisabled,
.RadRotator_PdcRx2 .rrButtonDisabled:hover,
.RadRotator_PdcRx2 .rrButtonDisabled:focus,
.RadRotator_PdcRx2 .rrButtonDisabled:active {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    box-shadow: none;
}

.RadRotator_PdcRx2 .rrLoadingSign {
    background: url(" ") no-repeat center;
}

.RadMediaPlayer_PdcRx2 {
    color: #333333;
}

.RadMediaPlayer_PdcRx2 .rmpToolbar {
    color: #ffffff;
    background-image: linear-gradient(rgba(79, 170, 181, 0.9), rgba(62, 138, 147, 0.9));
    border-color: #20474b;
}

.RadMediaPlayer_PdcRx2 div.rmpVolContrBar {
    background-image: linear-gradient(rgba(62, 138, 147, 0.9), rgba(79, 170, 181, 0.9));
    border-color: #20474b;
}

.RadMediaPlayer_PdcRx2.rmpSolidBgr .rmpToolbar {
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadMediaPlayer_PdcRx2.rmpSolidBgr div.rmpVolContrBar {
    background-image: linear-gradient(#3e8a93, #4faab5);
}

.RadMediaPlayer_PdcRx2 .rmpPlaylist {
    background-color: #e5eff0;
}

.RadMediaPlayer_PdcRx2 .rmpPlaylist li a {
    background-color: #e5eff0;
    color: #333333;
}

.RadMediaPlayer_PdcRx2 .rmpPlaylist li a:hover {
    color: #000000;
    background-color: #afcfd6;
}

.RadMediaPlayer_PdcRx2 .rmpPlaylist li.rmpActive a {
    color: #002749;
    background-color: #a07e57;
}

.RadMediaPlayer_PdcRx2 .rmpPlaylist .rmpPlaylistPrevButton,
.RadMediaPlayer_PdcRx2 .rmpPlaylist .rmpPlaylistNextButton {
    background-color: #3e8a93;
}

.RadMediaPlayer_PdcRx2 .rmpPlaylist .rmpPlaylistPrevButton:hover,
.RadMediaPlayer_PdcRx2 .rmpPlaylist .rmpPlaylistNextButton:hover {
    background-color: #afcfd6;
}

.RadMediaPlayer_PdcRx2 .rmpPlaylistVertical li,
.RadMediaPlayer_PdcRx2 .rmpPlaylistVerticalInside li {
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #20474b;
}

.RadMediaPlayer_PdcRx2 .rmpPlaylistVertical .rmpPlaylistPrevButtonWrap,
.RadMediaPlayer_PdcRx2 .rmpPlaylistVerticalInside .rmpPlaylistPrevButtonWrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.RadMediaPlayer_PdcRx2 .rmpPlaylistVertical .rmpPlaylistNextButtonWrap,
.RadMediaPlayer_PdcRx2 .rmpPlaylistVerticalInside .rmpPlaylistNextButtonWrap {
    border-top: 1px solid rgba(255, 255, 255, 0.85);
}

.RadMediaPlayer_PdcRx2 .rmpPlaylistHorizontal.rmpPlaylistNavButtons {
    border-bottom: 1px solid #20474b;
    border-bottom: 1px solid #20474b;
}

.RadMediaPlayer_PdcRx2 .rmpPlaylistHorizontal li {
    border-left: 1px solid rgba(255, 255, 255, 0.85);
    border-right: 1px solid #20474b;
}

.RadMediaPlayer_PdcRx2 .rmpPlaylistHorizontal .rmpPlaylistPrevButtonWrap,
.RadMediaPlayer_PdcRx2 .rmpPlaylistHorizontal .rmpPlaylistNextButtonWrap {
    border-left: 1px solid #20474b;
    border-right: 1px solid #20474b;
}

.RadMediaPlayer_PdcRx2 .rmpBanner {
    border: 1px solid #a4c7cb;
}

.RadMediaPlayer_PdcRx2 .rmpBanner .rmpActionButton {
    background-color: #3e8a93;
    color: #ffffff;
}

.RadMediaPlayer_PdcRx2 .rmpBigPlayButton,
.RadMediaPlayer_PdcRx2 .rmpBigPauseButton {
    background: rgba(62, 138, 147, 0.4);
}

.RadMediaPlayer_PdcRx2 .rmpToolbar .rmpActionButton:hover,
.RadMediaPlayer_PdcRx2 .rmpToolbar .rmpActionButton .rmpSubtitlesActiveIcon,
.RadMediaPlayer_PdcRx2 .rmpToolbar .rmpActionButton .rmpHDActiveIcon {
    color: #a07e57;
}

.RadMediaPlayer_PdcRx2 .rmpSocialShareBox {
    background-color: #a07e57;
}

.RadMediaPlayer_PdcRx2 .RadSocialShare .sshLinkItem {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadMediaPlayer_PdcRx2 .RadSocialShare .sshLinkItem:active, .RadMediaPlayer_PdcRx2 .RadSocialShare .sshLinkItem:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadImageGallery_PdcRx2 {
    color: #333333;
}

.RadImageGallery_PdcRx2 .rigDotList > a {
    background: #e5eff0;
    border-color: #a4c7cb;
}

.RadImageGallery_PdcRx2 .rigDotList .rigCurrentItem {
    color: #a07e57;
}

.RadImageGallery_PdcRx2 .rigToolbar {
    color: #ffffff;
    background-color: rgba(62, 138, 147, 0.8);
}

.RadImageGallery_PdcRx2 .rigCloseButton,
.RadImageGallery_PdcRx2 .rigDrawerButton {
    color: #ffffff;
    background-color: rgba(62, 138, 147, 0.8);
}

.RadImageGallery_PdcRx2 .rigProgressBar div {
    background-color: #a07e57;
}

.RadImageGallery_PdcRx2 .rigPager {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadImageGallery_PdcRx2 .rigPager a.rigCurrentPage {
    border-color: #a07e57;
    color: #a07e57;
}

.RadImageGallery_PdcRx2 .rigTooltip {
    background-color: #e5eff0;
    border-color: #a4c7cb;
}

.RadImageGallery_PdcRx2 .rigTooltip:after {
    border-top-color: #e5eff0;
}

.RadImageGallery_PdcRx2 .rigToolbar .rigActionButton:hover {
    color: #a07e57;
}

.RadLightBox_PdcRx2 .rltbWrapper {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadLightBox_PdcRx2 .rltbDescOverlayTop,
.RadLightBox_PdcRx2 .rltbDescOverlayBottom {
    background-color: rgba(229, 239, 240, 0.5);
}

.RadLightBox_PdcRx2 .rltbActionButton:hover {
    color: #a07e57;
}

.RadLightBox_PdcRx2 .rltbCloseButton {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadLightBox_PdcRx2 .rltbCloseButton:hover {
    border-color: #785f41;
    color: #002749;
    background-color: #8c6e4c;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadLightBox_PdcRx2 .rltbCloseButton:active {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadMenu_PdcRx2 .rmRootGroup {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadMenu_PdcRx2 .rmRootGroup.rmVertical {
    background-image: none;
}

.RadMenu_PdcRx2 .rmRootGroup .rmItem {
    border-color: #2f686f;
}

.RadMenu_PdcRx2 .rmRootGroup .rmRootLink:hover {
    border-color: #183639;
    color: #ffffff;
    background-color: #27575d;
    background-image: linear-gradient(#33727a, #27575d);
}

.RadMenu_PdcRx2 .rmRootGroup .rmSelected > .rmRootLink,
.RadMenu_PdcRx2 .rmRootGroup .rmExpanded > .rmRootLink {
    border-color: #091415;
    color: #ffffff;
    background-color: #183639;
    background-image: linear-gradient(#245156, #183639);
}

.RadMenu_PdcRx2 .rmRootGroup .rmFocused > .rmLink {
    border-color: #091415;
    box-shadow: inset 0 0 5px #091415;
}

.RadMenu_PdcRx2 .rmGroup,
.RadMenu_PdcRx2 .rmMultiColumn,
.RadMenu_PdcRx2 .rmPopup {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadMenu_PdcRx2 .rmGroup .rmLink {
    border-radius: 3px;
}

.RadMenu_PdcRx2 .rmGroup .rmLink:hover,
.RadMenu_PdcRx2 .rmGroup .rmToggle:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadMenu_PdcRx2 .rmGroup .rmSelected > .rmLink,
.RadMenu_PdcRx2 .rmGroup .rmExpanded > .rmLink,
.RadMenu_PdcRx2 .rmGroup .rmSelected > .rmLink .rmToggle,
.RadMenu_PdcRx2 .rmGroup .rmExpanded > .rmLink .rmToggle {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadMenu_PdcRx2 .rmGroup .rmFocused > .rmLink,
.RadMenu_PdcRx2 .rmGroup .rmFocused > .rmLink .rmToggle {
    border-color: #7f6445;
    box-shadow: inset 0 0 5px #7f6445;
}

.RadMenu_PdcRx2 .rmSeparator {
    border-color: #2f686f;
}

.RadMenu_PdcRx2 .rmGroup .rmSeparator {
    border-color: #a4c7cb;
}

.RadMenu_PdcRx2 .rmArrow {
    border-color: #b4d1d4;
    background-color: #d5e5e7;
}

.RadMenu_PdcRx2 .rmArrow:hover {
    background-color: #c5dbdd;
}

.RadMenu_PdcRx2 .rmShadows .rmGroup {
    box-shadow: 3px 3px 5px #a4c7cb;
}

.RadMenu_PdcRx2 .rmGroup:before,
.RadMenu_PdcRx2 .rmMultiColumn:before,
.RadMenu_PdcRx2 .rmScrollWrap > .rmHorizontal:before,
.RadMenu_PdcRx2 .rmScrollWrap > .rmVertical:before {
    border-color: transparent;
    background-color: #c5dbdd;
}

.RadNavigation_PdcRx2 .rnvRootGroupWrapper {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadNavigation_PdcRx2 .rnvRootLink {
    border-color: transparent;
}

.RadNavigation_PdcRx2 .rnvMore {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadNavigation_PdcRx2 .rnvHovered.rnvMore,
.RadNavigation_PdcRx2 .rnvHovered > .rnvRootLink {
    border-color: #183639;
    color: #ffffff;
    background-color: #27575d;
    background-image: linear-gradient(#33727a, #27575d);
}

.RadNavigation_PdcRx2 .rnvSelected.rnvMore,
.RadNavigation_PdcRx2 .rnvSelected > .rnvRootLink,
.RadNavigation_PdcRx2 .rnvExpanded > .rnvRootLink {
    border-color: #091415;
    color: #ffffff;
    background-color: #183639;
    background-image: linear-gradient(#245156, #183639);
}

.RadNavigation_PdcRx2 .rnvFocused.rnvMore,
.RadNavigation_PdcRx2 .rnvFocused > .rnvRootLink {
    border-color: rgba(9, 20, 21, 0.5);
    box-shadow: inset 0 0 3px rgba(9, 20, 21, 0.5);
}

.radSkin_PdcRx2 .rnvPopup {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.radSkin_PdcRx2 .rnvPopup .rnvHovered > .rnvLink {
    color: #000000;
    background-color: #afcfd6;
}

.radSkin_PdcRx2 .rnvPopup .rnvSelected > .rnvLink,
.radSkin_PdcRx2 .rnvPopup .rnvExpanded > .rnvLink {
    color: #002749;
    background-color: #a07e57;
}

.radSkin_PdcRx2 .rnvPopup .rnvFocused > .rnvLink {
    box-shadow: inset 0 0 3px rgba(127, 100, 69, 0.5);
}

/* Breadcrumb.Default.css */
.RadBreadcrumb_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadBreadcrumb_PdcRx2:focus, .RadBreadcrumb_PdcRx2.k-state-focused {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06);
}

.RadBreadcrumb_PdcRx2 .k-breadcrumb-link {
    color: #a07e57;
    transition: background-color 0.2s ease;
}

.RadBreadcrumb_PdcRx2 .k-breadcrumb-link:hover, .RadBreadcrumb_PdcRx2 .k-breadcrumb-link.k-state-hover {
    color: #6e573c;
    background-color: #3e8a93;
}

.RadBreadcrumb_PdcRx2 .k-breadcrumb-link:focus, .RadBreadcrumb_PdcRx2 .k-breadcrumb-link.k-state-focused {
    color: #a07e57;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadBreadcrumb_PdcRx2 .k-breadcrumb-root-link {
    color: inherit;
    transition: background-color 0.2s ease;
}

.RadBreadcrumb_PdcRx2 .k-breadcrumb-root-link:hover, .RadBreadcrumb_PdcRx2 .k-breadcrumb-root-link.k-state-hover {
    background-color: #3e8a93;
}

.RadBreadcrumb_PdcRx2 .k-breadcrumb-root-link:focus, .RadBreadcrumb_PdcRx2 .k-breadcrumb-root-link.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadBreadcrumb_PdcRx2 .k-breadcrumb-root-link,
.RadBreadcrumb_PdcRx2 .k-breadcrumb-delimiter-icon {
    color: inherit;
}

.RadBreadcrumb_PdcRx2 .k-breadcrumb-input-container {
    border-color: transparent;
}

.RadBreadcrumb_PdcRx2 .k-textbox,
.RadBreadcrumb_PdcRx2 .radTextbox {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadDrawer {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadDrawer_PdcRx2 .k-drawer {
    background-color: #3e8a93;
    color: #ffffff;
    border-color: #20474b;
}

.RadDrawer_PdcRx2 .k-drawer-wrapper {
    scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
}

.RadDrawer_PdcRx2 .k-drawer-wrapper::-webkit-scrollbar-track {
    background: #dedede;
}

.RadDrawer_PdcRx2 .k-drawer-wrapper::-webkit-scrollbar-thumb {
    background: rgba(156, 156, 156, 0.7);
}

.RadDrawer_PdcRx2 .k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
    background: #9c9c9c;
}

.RadDrawer_PdcRx2 .k-drawer-item:hover, .RadDrawer_PdcRx2 .k-drawer-item.k-state-hover {
    color: #000000;
    background-color: #afcfd6;
    cursor: pointer;
}

.RadDrawer_PdcRx2 .k-drawer-item:focus, .RadDrawer_PdcRx2 .k-drawer-item.k-state-focused {
    background-color: #3e8a93;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadDrawer_PdcRx2 .k-drawer-item:focus:hover, .RadDrawer_PdcRx2 .k-drawer-item:focus.k-state-hover, .RadDrawer_PdcRx2 .k-drawer-item.k-state-focused:hover, .RadDrawer_PdcRx2 .k-drawer-item.k-state-focused.k-state-hover {
    color: #000000;
    background-color: #afcfd6;
}

.RadDrawer_PdcRx2 .k-drawer-item.k-state-selected {
    color: #002749;
    background-color: #a07e57;
}

.RadDrawer_PdcRx2 .k-drawer-item.k-state-selected:hover, .RadDrawer_PdcRx2 .k-drawer-item.k-state-selected.k-state-hover {
    color: #002749;
    background-color: #937450;
}

.RadDrawer_PdcRx2 .k-drawer-separator {
    background-color: #20474b;
}

.RadRibbonBar_PdcRx2 .rrbWrap {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadRibbonBar_PdcRx2 .rrbTabs {
    border-bottom-color: #2f686f;
}

.RadRibbonBar_PdcRx2 .rrbTabs .rrbItem .rrbLink {
    border-color: transparent;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
}

.RadRibbonBar_PdcRx2 .rrbTabs .rrbItem.rrbSelected .rrbLink {
    border-color: #091415;
    color: #ffffff;
    background-color: #183639;
}

.RadRibbonBar_PdcRx2 .rrbAbox > .rrbButtonGroup .rrbButton {
    border-radius: 0;
}

.RadRibbonBar_PdcRx2 .rrbAbox > .rrbButtonGroup .rrbButton + .rrbButton {
    margin-left: -1px;
}

.RadRibbonBar_PdcRx2 .rrbAbox > .rrbButtonGroup .rrbButton:first-child {
    border-radius: 3px 0 0 3px;
}

.RadRibbonBar_PdcRx2 .rrbAbox > .rrbButtonGroup .rrbButton:last-child {
    border-radius: 0 3px 3px 0;
}

.RadRibbonBar_PdcRx2 .rrbApplicationItem .rrbLink {
    color: #ffffff;
    border-color: #20474b;
    background-color: #3e8a93;
}

.RadRibbonBar_PdcRx2 .rrbApplicationItem.rrbSelected .rrbHeaderBar {
    border-color: #a4c7cb;
    background: #3e8a93;
}

.RadRibbonBar_PdcRx2 .rrbApplicationItem.rrbSelected .rrbLink {
    color: #ffffff;
    border-color: #091415;
    background-color: #183639;
    background-image: linear-gradient(#245156, #183639);
}

.RadRibbonBar_PdcRx2 .rrbContextualItem .rrbLabel {
    color: #ffffff;
}

.RadRibbonBar_PdcRx2 .rrbMenu .rrbHeader {
    color: #ffffff;
    background-color: #3e8a93;
}

.RadRibbonBar_PdcRx2 .rrbToolTip {
    color: #ffffff;
    border-color: #20474b;
    border-radius: 3px;
    background-color: #3e8a93;
}

.RadRibbonBar_PdcRx2 .rrbCommandGroup {
    border-radius: 3px;
    border-color: #20474b;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadRibbonBar_PdcRx2 .rrbCommandArea {
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadRibbonBar_PdcRx2 .rrbResizeHandle {
    background-position: -5px -885px;
}

.RadRibbonBar_PdcRx2 .rrbTitle {
    border-top: 1px solid #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadRibbonBar_PdcRx2 .rrbCollapsedGroup {
    border-color: #20474b;
}

.RadRibbonBar_PdcRx2 .rrbCollapsedGroup .rrbIcon {
    border-color: #20474b;
}

.RadRibbonBar_PdcRx2 .rrbButton, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton, .RadRibbonBar_PdcRx2 .rrbComboBox .rrbButton,
.RadRibbonBar_PdcRx2 .rrbDropDown .rrbButton,
.RadRibbonBar_PdcRx2 .rrbNumericTextBox .rrbButton,
.RadRibbonBar_PdcRx2 .rrbColorPicker .rrbButton, .RadRibbonBar_PdcRx2 .rrbDropDown .rrbDDInner, .RadRibbonBar_PdcRx2 .rrbColorPicker .rrbCPInner, .RadRibbonBar_PdcRx2 .rrbGalleryActions .rrbButton, .radSkin_PdcRx2 .k-button,
.radSkin_PdcRx2 .radButton, .radSkin_PdcRx2 .k-numeric-wrap .k-link,
.radSkin_PdcRx2 .k-numeric-wrap .k-select, .radSkin_PdcRx2 .k-dropdown-wrap, .radSkin_PdcRx2 .k-picker-wrap .k-select {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadRibbonBar_PdcRx2 .rrbQat .rrbButton, .RadRibbonBar_PdcRx2 .rrbButton {
    border-color: transparent;
    background: transparent;
}

.RadRibbonBar_PdcRx2 .rrbQat .rrbButton:hover, .RadRibbonBar_PdcRx2 .rrbButton:hover, .RadRibbonBar_PdcRx2 .rrbButton.rrbHovered, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton:hover, .RadRibbonBar_PdcRx2 .rrbComboBox .rrbButton.rrbHovered,
.RadRibbonBar_PdcRx2 .rrbDropDown .rrbButton.rrbHovered,
.RadRibbonBar_PdcRx2 .rrbNumericTextBox .rrbButton.rrbHovered,
.RadRibbonBar_PdcRx2 .rrbColorPicker .rrbButton.rrbHovered, .RadRibbonBar_PdcRx2 .rrbDropDown .rrbDDInner:hover, .RadRibbonBar_PdcRx2 .rrbColorPicker .rrbCPInner:hover, .RadRibbonBar_PdcRx2 .rrbGallery .rrbItem.rrbHovered, .RadRibbonBar_PdcRx2 .rrbGalleryActions .rrbButton.rrbHovered, .rrbSlide_PdcRx2 .rrbItem.rrbHovered, .radSkin_PdcRx2 .k-button:hover,
.radSkin_PdcRx2 .radButton:hover,
.radSkin_PdcRx2 .radButton.radStateHovered,
.radSkin_PdcRx2 .radStateHovered > .radButton, .radSkin_PdcRx2 .k-numeric-wrap .k-link:hover, .radSkin_PdcRx2 .k-dropdown-wrap.k-state-hover, .radSkin_PdcRx2 .k-picker-wrap .k-select:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadRibbonBar_PdcRx2 .rrbQat .rrbButton:active, .RadRibbonBar_PdcRx2 .rrbButton.rrbClicked, .RadRibbonBar_PdcRx2 .rrbButton.rrbPressed, .RadRibbonBar_PdcRx2 .rrbButton.rrbExpanded, .RadRibbonBar_PdcRx2 .rrbButton.rrbToggled, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton:active, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton.rrbClicked, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton.rrbPressed, .RadRibbonBar_PdcRx2 .rrbComboBox .rrbButton.rrbClicked,
.RadRibbonBar_PdcRx2 .rrbDropDown .rrbButton.rrbClicked,
.RadRibbonBar_PdcRx2 .rrbNumericTextBox .rrbButton.rrbClicked,
.RadRibbonBar_PdcRx2 .rrbColorPicker .rrbButton.rrbClicked, .RadRibbonBar_PdcRx2 .rrbDropDown .rrbDDInner:active, .RadRibbonBar_PdcRx2 .rrbColorPicker .rrbCPInner:active, .RadRibbonBar_PdcRx2 .rrbGallery .rrbItem.rrbSelected, .RadRibbonBar_PdcRx2 .rrbGalleryActions .rrbButton.rrbClicked, .rrbSlide_PdcRx2 .rrbItem.rrbSelected, .radSkin_PdcRx2 .radButton:active,
.radSkin_PdcRx2 .radButton.radStateSelected,
.radSkin_PdcRx2 .radStateSelected > .radButton, .radSkin_PdcRx2 .k-numeric-wrap .k-link.k-state-selected, .radSkin_PdcRx2 .k-dropdown-wrap.k-state-active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadRibbonBar_PdcRx2 .rrbMenu, .rrbDropDownSlide_PdcRx2 .rrbPopup, .rrbSlide_PdcRx2 .rrbPopup, .rrbPopup_PdcRx2, .rrbPopup_PdcRx2 .rrbPopup, .radSkin_PdcRx2 .k-popup, .radSkin_PdcRx2.k-popup,
.radSkin_PdcRx2 .radPopup, .radSkin_PdcRx2.radPopup, .radSkin_PdcRx2 .radDragClue, .radSkin_PdcRx2.radDragClue, .radSkin_PdcRx2.k-window {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadRibbonBar_PdcRx2 .rrbMenu .rrbItem.rrbHovered, .rrbPopup_PdcRx2 .rrbItem.rrbHovered > .rrbInner, .rrbPopup_PdcRx2 .rrbItem.rrbHovered > .rrbInner .rrbToggle, .rrbPopup_PdcRx2 .rrbItem.rrbExpanded > .rrbInner {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.rrbPopup_PdcRx2 .rrbItem.rrbExpanded > .rrbInner .rrbToggle {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadRibbonBar_PdcRx2 .rrbButton {
    border-radius: 3px;
}

.RadRibbonBar_PdcRx2 .rrbLargeButton .rrbArrow {
    border-radius: 0 0 3px 3px;
}

.RadRibbonBar_PdcRx2 .rrbSmallButton.rrbSplitButton .rrbArrow,
.RadRibbonBar_PdcRx2 .rrbMediumButton.rrbSplitButton .rrbArrow {
    border-radius: 0 3px 3px 0;
}

.RadRibbonBar_PdcRx2 .rrbSplitButton:hover .rrbArrow {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    border-color: #8dbbc5;
}

.RadRibbonBar_PdcRx2 .rrbSplitButton.rrbArrowHovered {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    border-color: #8dbbc5;
}

.RadRibbonBar_PdcRx2 .rrbSplitButton.rrbArrowHovered .rrbArrow {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadRibbonBar_PdcRx2 .rrbSplitButton.rrbClicked .rrbArrow {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    border-color: #7f6445;
}

.RadRibbonBar_PdcRx2 .rrbSplitButton.rrbArrowHovered.rrbClicked {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    border-color: #7f6445;
}

.RadRibbonBar_PdcRx2 .rrbSplitButton.rrbArrowHovered.rrbClicked .rrbArrow {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadRibbonBar_PdcRx2 .rrbSplitButton.rrbExpanded, .RadRibbonBar_PdcRx2 .rrbSplitButton.rrbExpanded.rrbClicked {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadRibbonBar_PdcRx2 .rrbSplitButton.rrbExpanded .rrbArrow, .RadRibbonBar_PdcRx2 .rrbSplitButton.rrbExpanded.rrbClicked .rrbArrow {
    border-color: #7f6445;
}

.RadRibbonBar_PdcRx2 .rrbComboBox .rrbCBInner {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadRibbonBar_PdcRx2 .rrbComboBox .rrbCBInput {
    color: #333333;
}

.RadRibbonBar_PdcRx2 .rrbDropDown .rrbButton,
.RadRibbonBar_PdcRx2 .rrbDropDown .rrbButton.rrbHovered {
    background: none;
}

.RadRibbonBar_PdcRx2 .rrbNumericTextBox .rrbNTBInner {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadRibbonBar_PdcRx2 .rrbNumericTextBox .rrbNTBInput {
    color: #333333;
}

.RadRibbonBar_PdcRx2 .rrbColorPicker .rrbButton,
.RadRibbonBar_PdcRx2 .rrbColorPicker .rrbButton.rrbHovered {
    background: none;
}

.RadRibbonBar_PdcRx2 .rrbGallery {
    border-color: #a4c7cb;
    background-color: #e5eff0;
}

.RadRibbonBar_PdcRx2 .rrbGallery .rrbItem .rrbLink {
    color: #ffffff;
    background-color: #3e8a93;
}

.RadRibbonBar_PdcRx2 .rrbGalleryActions .rrbButton {
    border-radius: 0;
}

.RadRibbonBar_PdcRx2 .rrbCategoryTitle {
    color: #ffffff;
    background-color: #3e8a93;
}

.rrbDropDownSlide_PdcRx2 .rrbListItem:hover {
    color: #000000;
    background-color: #afcfd6;
}

.rrbSlide_PdcRx2 .rrbCategoryTitle {
    color: #ffffff;
    background-color: #3e8a93;
}

.rrbSlide_PdcRx2 .rrbGallery {
    background: #e5eff0;
}

.rrbSlide_PdcRx2 .rrbLink {
    color: #ffffff;
    background-color: #3e8a93;
}

.rrbPopup_PdcRx2 .rrbHeaderBar {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.rrbPopup_PdcRx2 .rrbAuxiliaryPane {
    color: #ffffff;
    border-color: #a4c7cb;
    background: #3e8a93;
}

.rrbPopup_PdcRx2 .rrbHeader,
.rrbPopup_PdcRx2 .rrbFooter {
    color: #ffffff;
    border-color: #2f686f;
    background: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadPanelBar_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadPanelBar_PdcRx2 .rpRootLink,
.RadPanelBar_PdcRx2 .rpHeaderTemplate {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadPanelBar_PdcRx2 .rpGroup .rpLink {
    border-radius: 2px;
}

.RadPanelBar_PdcRx2 .rpExpandHandle {
    border-radius: 2px;
}

.RadPanelBar_PdcRx2 .rpLink.rpHovered {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadPanelBar_PdcRx2 .rpRootLink.rpHovered {
    border-color: #183639;
    color: #ffffff;
    background-color: #27575d;
    background-image: linear-gradient(#33727a, #27575d);
}

.RadPanelBar_PdcRx2 .rpExpandHandle.rpHovered {
    border-color: #8dbbc5;
}

.RadPanelBar_PdcRx2 .rpSelected .rpExpandHandle.rpHovered {
    border-color: #7f6445;
}

.RadPanelBar_PdcRx2 .rpRootLink .rpExpandHandle.rpHovered {
    border-color: #183639;
}

.RadPanelBar_PdcRx2 .rpRootLink.rpSelected .rpExpandHandle.rpHovered {
    border-color: #091415;
}

.RadPanelBar_PdcRx2 .rpLink.rpFocused {
    border-color: #7f6445;
    box-shadow: inset 0 0 5px #7f6445;
}

.RadPanelBar_PdcRx2 .rpRootLink.rpFocused {
    border-color: #091415;
    box-shadow: inset 0 0 5px #091415;
}

.RadPanelBar_PdcRx2 .rpLink.rpSelected {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadPanelBar_PdcRx2 .rpRootLink.rpSelected {
    border-color: #091415;
    color: #ffffff;
    background-color: #183639;
    background-image: linear-gradient(#245156, #183639);
}

.RadTreeView_PdcRx2 {
    color: #333333;
}

.RadTreeView_PdcRx2 .rtIn {
    border-radius: 3px;
}

.RadTreeView_PdcRx2 .rtChkTristate:hover {
    color: #a07e57;
}

.RadTreeView_PdcRx2 .rtLoadingIcon {
    background-image: url(" ");
}

.RadTreeView_PdcRx2 .rtPlusHover,
.RadTreeView_PdcRx2 .rtMinusHover {
    color: #a07e57;
}

.RadTreeView_PdcRx2 .rtLines .rtTop:before,
.RadTreeView_PdcRx2 .rtLines .rtMid:before,
.RadTreeView_PdcRx2 .rtLines .rtBot:before,
.RadTreeView_PdcRx2 .rtLines .rtLI:before {
    border-color: #a4c7cb;
}

.RadTreeView_PdcRx2 .rtHover .rtIn {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadTreeView_PdcRx2 .rtSelected .rtIn {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadSiteMap_PdcRx2 {
    color: #333333;
}

.RadSiteMap_PdcRx2 .rsmManyLevels > .rsmItem > .rsmLink {
    border-color: #2f686f;
}

.RadSiteMap_PdcRx2 .rsmTwoLevels > .rsmItem > .rsmLink, .RadSiteMap_PdcRx2 .rsmThreeLevels > .rsmItem > .rsmLink, .RadSiteMap_PdcRx2 .rsmManyLevels .rsmLevel1 > .rsmItem > .rsmLink {
    border-color: #2f686f;
}

.RadSiteMap_PdcRx2 .rsmOneLevel .rsmLink, .RadSiteMap_PdcRx2 .rsmTwoLevels .rsmLevel1 .rsmLink, .RadSiteMap_PdcRx2 .rsmThreeLevels .rsmLevel1 .rsmLink, .RadSiteMap_PdcRx2 .rsmManyLevels .rsmLevel2 .rsmLink {
    border-radius: 4px;
}

.RadSiteMap_PdcRx2 .rsmOneLevel .rsmLink:hover, .RadSiteMap_PdcRx2 .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_PdcRx2 .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_PdcRx2 .rsmManyLevels .rsmLevel2 .rsmLink:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadTimeline_PdcRx2 .k-button {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadTimeline_PdcRx2 .k-button:hover, .RadTimeline_PdcRx2 .k-button.k-state-hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadTimeline_PdcRx2 .k-button:focus, .RadTimeline_PdcRx2 .k-button.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_PdcRx2 .k-button:active, .RadTimeline_PdcRx2 .k-button.k-state-active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_PdcRx2 .k-button.k-state-selected {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_PdcRx2 .k-button.k-primary {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadTimeline_PdcRx2 .k-button.k-primary:hover, .RadTimeline_PdcRx2 .k-button.k-primary.k-state-hover {
    border-color: #785f41;
    color: #002749;
    background-color: #8c6e4c;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadTimeline_PdcRx2 .k-button.k-primary:focus, .RadTimeline_PdcRx2 .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(160, 126, 87, 0.4);
}

.RadTimeline_PdcRx2 .k-button.k-primary:focus[disabled],
[disabled] .RadTimeline_PdcRx2 .k-button.k-primary:focus, .RadTimeline_PdcRx2 .k-button.k-primary:focus.k-state-disabled, .RadTimeline_PdcRx2 .k-button.k-primary.k-state-focused[disabled],
[disabled] .RadTimeline_PdcRx2 .k-button.k-primary.k-state-focused, .RadTimeline_PdcRx2 .k-button.k-primary.k-state-focused.k-state-disabled {
    box-shadow: none;
}

.RadTimeline_PdcRx2 .k-button.k-primary:active, .RadTimeline_PdcRx2 .k-button.k-primary.k-state-active {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_PdcRx2 .k-button.k-primary.k-state-selected {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadTimeline_PdcRx2 .k-button-flat,
.k-button-group .RadTimeline_PdcRx2 .k-button-flat,
.RadTimeline_PdcRx2 .k-button.k-flat,
.k-button-group
.RadTimeline_PdcRx2 .k-button.k-flat {
    color: inherit;
    background: none;
}

.RadTimeline_PdcRx2 .k-button-flat::after,
.RadTimeline_PdcRx2 .k-button.k-flat::after {
    display: block;
}

.RadTimeline_PdcRx2 .k-button-flat:focus::after, .RadTimeline_PdcRx2 .k-button-flat.k-state-focused::after,
.RadTimeline_PdcRx2 .k-button.k-flat:focus::after,
.RadTimeline_PdcRx2 .k-button.k-flat.k-state-focused::after {
    box-shadow: inset 0 0 0 2px currentColor;
    opacity: .12;
}

.RadTimeline_PdcRx2 .k-button-flat:hover, .RadTimeline_PdcRx2 .k-button-flat.k-state-hover, .RadTimeline_PdcRx2 .k-button-flat:active, .RadTimeline_PdcRx2 .k-button-flat.k-state-active, .RadTimeline_PdcRx2 .k-button-flat:hover:active, .RadTimeline_PdcRx2 .k-button-flat:hover.k-state-active,
.RadTimeline_PdcRx2 .k-button.k-flat:hover,
.RadTimeline_PdcRx2 .k-button.k-flat.k-state-hover,
.RadTimeline_PdcRx2 .k-button.k-flat:active,
.RadTimeline_PdcRx2 .k-button.k-flat.k-state-active,
.RadTimeline_PdcRx2 .k-button.k-flat:hover:active,
.RadTimeline_PdcRx2 .k-button.k-flat:hover.k-state-active {
    color: inherit;
}

.RadTimeline_PdcRx2 .k-flat.k-primary, .RadTimeline_PdcRx2 .k-flat.k-primary:hover, .RadTimeline_PdcRx2 .k-flat.k-primary.k-state-hover,
.k-button-group .RadTimeline_PdcRx2 .k-flat.k-primary,
.RadTimeline_PdcRx2 .k-button-flat.k-primary,
.RadTimeline_PdcRx2 .k-button-flat.k-primary:hover,
.RadTimeline_PdcRx2 .k-button-flat.k-primary.k-state-hover,
.k-button-group
.RadTimeline_PdcRx2 .k-button-flat.k-primary {
    color: #a07e57;
    background: none;
}

.RadTimeline_PdcRx2.k-timeline .k-timeline-flag {
    color: #ffffff;
    background-color: #a07e57;
}

.RadTimeline_PdcRx2.k-timeline .k-timeline-circle {
    background-color: #a07e57;
}

.RadTimeline_PdcRx2.k-timeline .k-timeline-card .k-card-header {
    background-color: #e5eff0;
    color: #333333;
}

.RadTimeline_PdcRx2.k-timeline .k-timeline-card .k-card-body {
    scrollbar-color: #a4c7cb #e5eff0;
}

.RadTimeline_PdcRx2.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
    background: #e5eff0;
}

.RadTimeline_PdcRx2.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
    background: #a4c7cb;
}

.RadTimeline_PdcRx2.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
    background: #8dbbc5;
}

.RadTimeline_PdcRx2.k-timeline .k-timeline-date {
    color: #333333;
}

.RadTimeline_PdcRx2.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: #f6f9fa;
    background-color: #78adb4;
    border-color: #dae4e4;
}

.RadTimeline_PdcRx2.k-timeline-vertical::after,
.RadTimeline_PdcRx2.k-timeline-horizontal .k-timeline-track-wrap::after {
    background-color: #3e8a93;
    border-color: #20474b;
}

.RadTimeline_PdcRx2.k-timeline-horizontal .k-timeline-flag::after {
    background-color: #a07e57;
}

.RadTimeline_PdcRx2 .k-timeline-track-item.k-state-focus .k-timeline-circle {
    box-shadow: 0 3px 4px 0 rgba(160, 126, 87, 0.4);
}

.RadSearchBox_PdcRx2 {
    color: #333333;
}

.RadSearchBox_PdcRx2 .rsbInner {
    border-radius: 3px;
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadSearchBox_PdcRx2 .rsbInner.rsbHovered {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadSearchBox_PdcRx2 .rsbInner.rsbFocused {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadSearchBox_PdcRx2 .rsbButton {
    border-radius: 2px;
}

.RadSearchBox_PdcRx2 .rsbLoadingIcon {
    background-image: url(" ");
}

.RadSearchBox_PdcRx2 .rsbButtonSearch {
    color: #ffffff;
    border-radius: 0 3px 3px 0;
}

.RadSearchBox_PdcRx2 .rsbSCInner {
    border-radius: 3px 0 0 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadSearchBox_PdcRx2 .rsbHovered.rsbInner {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadSearchBox_PdcRx2 .rsbHovered .rsbSCInner {
    border-color: #8dbbc5;
}

.RadSearchBox_PdcRx2 .rsbHovered.rsbSCInner, .RadSearchBox_PdcRx2 .rsbHovered.rsbButton {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadSearchBox_PdcRx2 .rsbFocused.rsbInner {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadSearchBox_PdcRx2 .rsbFocused .rsbSCInner,
.RadSearchBox_PdcRx2 .rsbFocused .rsbHovered.rsbButton {
    border-color: #7f6445;
}

.RadSearchBox_PdcRx2 .rsbFocused.rsbSCInner, .RadSearchBox_PdcRx2 .rsbFocused.rsbButton {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadSearchBox_PdcRx2 .rsbSelected.rsbButton {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rsbPopup_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.rsbPopup_PdcRx2 .rsbListItemHovered {
    color: #000000;
    background-color: #afcfd6;
}

.rsbPopup_PdcRx2 .rsbListItemSelected {
    color: #002749;
    background-color: #a07e57;
}

.rsbPopup_PdcRx2 .rsbListItemLoading {
    color: #000000;
    background-color: #afcfd6;
}

.RadToolBar_PdcRx2 {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadToolBar_PdcRx2 .rtbSeparator {
    border-color: #20474b #e5eff0 #e5eff0 #20474b;
}

.RadToolBar_PdcRx2 .rtbButton {
    border-radius: 3px;
}

.RadToolBar_PdcRx2 .rtbMore {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadToolBar_PdcRx2 .rtbFocused .rtbButton,
.RadToolBar_PdcRx2 .rtbFocused.rtbMore {
    border-color: rgba(127, 100, 69, 0.3);
    box-shadow: inset 0 0 0.3em rgba(127, 100, 69, 0.3);
}

.RadToolBar_PdcRx2 .rtbHovered .rtbButton:not(.rtbSplitButton) {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadToolBar_PdcRx2 .rtbHovered .rtbSplitButton,
.RadToolBar_PdcRx2 .rtbHovered .rtbArrow {
    border-color: #8dbbc5;
}

.RadToolBar_PdcRx2 .rtbSplitButton .rtbHovered.rtbSplBtnActivator, .RadToolBar_PdcRx2 .rtbSplitButton .rtbHovered.rtbArrow {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadToolBar_PdcRx2 .rtbChecked .rtbButton,
.RadToolBar_PdcRx2 .rtbExpanded .rtbButton,
.RadToolBar_PdcRx2 .rtbExpanded .rtbButton.rtbMenuButton,
.RadToolBar_PdcRx2 .rtbExpanded.rtbMore {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadToolBar_PdcRx2 .rtbExpanded .rtbButton.rtbSplitButton .rtbSplBtnActivator,
.RadToolBar_PdcRx2 .rtbExpanded .rtbButton.rtbSplitButton .rtbArrow {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadToolBar_PdcRx2 .rtbPressed .rtbButton:not(.rtbSplitButton) {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadToolBar_PdcRx2 .rtbPressed .rtbSplitButton,
.RadToolBar_PdcRx2 .rtbPressed .rtbArrow {
    border-color: #7f6445;
}

.RadToolBar_PdcRx2 .rtbSplitButton .rtbPressed.rtbSplBtnActivator, .RadToolBar_PdcRx2 .rtbSplitButton .rtbPressed.rtbArrow {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rtbPopup_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.rtbPopup_PdcRx2 .rtbInner {
    border-radius: 3px;
}

.rtbPopup_PdcRx2 .rtbLink {
    border-radius: 3px;
}

.rtbPopup_PdcRx2 .rtbImage {
    left: 5px;
}

.rtbPopup_PdcRx2 .rtbSeparator {
    border-color: #c5dbdd white white #c5dbdd;
}

.rtbPopup_PdcRx2 .rtbFocused > .rtbLink {
    border-color: rgba(127, 100, 69, 0.3);
    box-shadow: inset 0 0 0.3em rgba(127, 100, 69, 0.3);
}

.rtbPopup_PdcRx2 .rtbFocused > .rtbInner {
    border-color: rgba(127, 100, 69, 0.3);
    box-shadow: inset 0 0 0.3em rgba(127, 100, 69, 0.3);
}

.rtbPopup_PdcRx2 .rtbFocused > .rtbInner .rtbArrow {
    border-left-color: rgba(127, 100, 69, 0.3);
}

.rtbPopup_PdcRx2 .rtbHovered > .rtbLink {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.rtbPopup_PdcRx2 .rtbHovered:not(.rtbSplitItem) > .rtbInner {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.rtbPopup_PdcRx2 .rtbHovered.rtbSplitItem > .rtbInner,
.rtbPopup_PdcRx2 .rtbHovered > .rtbInner .rtbArrow {
    border-color: #8dbbc5;
}

.rtbPopup_PdcRx2 .rtbSplitItem .rtbHovered.rtbSplBtnActivator, .rtbPopup_PdcRx2 .rtbSplitItem .rtbHovered.rtbArrow {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.rtbPopup_PdcRx2 .rtbSelected > .rtbLink {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rtbPopup_PdcRx2 .rtbSelected > .rtbInner,
.rtbPopup_PdcRx2 .rtbChecked > .rtbInner,
.rtbPopup_PdcRx2 .rtbExpanded > .rtbInner,
.rtbPopup_PdcRx2 .rtbExpanded > .rtbInner.rtbButton {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rtbPopup_PdcRx2 .rtbSelected > .rtbInner .rtbArrow,
.rtbPopup_PdcRx2 .rtbChecked > .rtbInner .rtbArrow,
.rtbPopup_PdcRx2 .rtbExpanded > .rtbInner .rtbArrow,
.rtbPopup_PdcRx2 .rtbExpanded > .rtbInner.rtbButton .rtbArrow {
    border-left-color: #7f6445;
}

.rtbPopup_PdcRx2 .rtbExpanded.rtbSplitItem .rtbInner .rtbSplBtnActivator,
.rtbPopup_PdcRx2 .rtbExpanded.rtbSplitItem .rtbInner .rtbArrow {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rtbPopup_PdcRx2 .rtbPressed:not(.rtbSplitItem) > .rtbInner {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rtbPopup_PdcRx2 .rtbExpanded .rtbButton.rtbMenuButton,
.rtbPopup_PdcRx2 .rtbPressed.rtbSplitItem > .rtbInner,
.rtbPopup_PdcRx2 .rtbPressed > .rtbInner .rtbArrow {
    border-color: #7f6445;
}

.rtbPopup_PdcRx2 .rtbSplitItem .rtbPressed.rtbSplBtnActivator, .rtbPopup_PdcRx2 .rtbSplitItem .rtbPressed.rtbArrow {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.rtbPopup_PdcRx2 .rtbMenu:before {
    border-color: #e5eff0;
    background: white;
}

.rtbPopup_PdcRx2.rtbShadows {
    box-shadow: 3px 3px 3px #a4c7cb;
}

.RadTabStrip_PdcRx2 {
    color: #333333;
}

.RadTabStrip_PdcRx2 .rtsLevel1 {
    border-color: #a4c7cb;
}

.RadTabStrip_PdcRx2 .rtsLevel1 .rtsLink {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadTabStrip_PdcRx2 .rtsLevel1 .rtsHovered .rtsLink {
    border-color: #183639;
    color: #ffffff;
    background-color: #27575d;
    background-image: linear-gradient(#33727a, #27575d);
}

.RadTabStrip_PdcRx2 .rtsLevel1 .rtsSelected .rtsLink {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
    background-image: none;
}

.RadTabStrip_PdcRx2 .rtsLevel1 .rtsFocused .rtsLink {
    border-color: #091415;
    box-shadow: inset 0 0 5px #091415;
}

.RadTabStrip_PdcRx2 .rtsLevel1 ~ .rtsLevel {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadTabStrip_PdcRx2 .rtsLevel1 ~ .rtsLevel .rtsLink {
    color: #a07e57;
}

.RadTabStrip_PdcRx2 .rtsLevel1 ~ .rtsLevel .rtsHovered .rtsLink {
    color: #6e573c;
}

.RadTabStrip_PdcRx2 .rtsLevel1 ~ .rtsLevel .rtsSelected .rtsLink {
    color: inherit;
    text-decoration: underline;
}

.RadTabStrip_PdcRx2 .rtsLevel1 ~ .rtsLevel .rtsFocused .rtsLink {
    border-color: #091415;
    box-shadow: inset 0 0 5px #091415;
}

.RadTabStrip_PdcRx2 .rtsGhostTab {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
    border-radius: 4px;
}

.RadTabStrip_PdcRx2.rtsTop .rtsLevel1 .rtsLink {
    border-radius: 4px 4px 0 0;
}

.RadTabStrip_PdcRx2.rtsTop .rtsLevel1 .rtsSelected .rtsLink {
    border-bottom-color: transparent;
}

.RadTabStrip_PdcRx2.rtsBottom .rtsLevel1 .rtsLink {
    border-radius: 0 0 4px 4px;
}

.RadTabStrip_PdcRx2.rtsBottom .rtsLevel1 .rtsSelected .rtsLink {
    border-top-color: transparent;
}

.RadTabStrip_PdcRx2.rtsLeft .rtsLevel1 .rtsLink {
    border-radius: 4px 0 0 4px;
}

.RadTabStrip_PdcRx2.rtsLeft .rtsLevel1 .rtsSelected .rtsLink {
    border-right-color: transparent;
}

.RadTabStrip_PdcRx2.rtsRight .rtsLevel1 .rtsLink {
    border-radius: 0 4px 4px 0;
}

.RadTabStrip_PdcRx2.rtsRight .rtsLevel1 .rtsSelected .rtsLink {
    border-left-color: transparent;
}

.km-touch-scrollbar {
    background-color: #333333;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-popup {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-popup > kendo-list > .k-first {
    border-bottom: 1px solid #a4c7cb;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-popup > .k-group-header,
.RadPdfViewer_PdcRx2_AnimationContainer .k-popup .k-outer-group-header.k-first,
.RadPdfViewer_PdcRx2_AnimationContainer .k-popup > .k-virtual-wrap > .k-group-header {
    border-bottom-color: #a4c7cb;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-popup .k-outer-group-header {
    border-bottom-color: #a4c7cb;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-popup .k-list .k-item > .k-group {
    color: #e5eff0;
    background: #333333;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-popup .k-list .k-item > .k-group::before {
    border-color: #333333 #333333 transparent transparent;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-rtl.k-popup .k-list .k-item > .k-group::before,
.RadPdfViewer_PdcRx2_AnimationContainer [dir="rtl"] .k-popup .k-list .k-item > .k-group::before {
    border-color: #333333 transparent transparent #333333;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-group-header + div > .k-list > .k-item.k-first::before {
    border-color: #a4c7cb;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list > .k-outer-group-header {
    border-color: #a4c7cb;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list .k-item,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list-optionlabel {
    transition-property: color, background-color, outline-color, box-shadow;
    transition-duration: 200ms;
    transition-timing-function: ease;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list .k-item:hover,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list .k-item.k-state-hover,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list-optionlabel:hover,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list-optionlabel.k-state-hover {
    color: #000000;
    background-color: #afcfd6;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list .k-item:hover.k-state-selected,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list .k-item.k-state-hover.k-state-selected,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list-optionlabel:hover.k-state-selected,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list-optionlabel.k-state-hover.k-state-selected {
    color: #002749;
    background-color: #937450;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list .k-item.k-state-selected,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list-optionlabel.k-state-selected {
    color: #002749;
    background-color: #a07e57;
}

.RadPdfViewer_PdcRx2_AnimationContainer.k-animation-container-shown,
.RadPdfViewer_PdcRx2_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_PdcRx2_AnimationContainer.k-animation-container-fixed > .k-popup {
    box-shadow: none;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list-container .k-button {
    box-shadow: none;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list-container .k-button:hover,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list-container .k-button.k-state-hover {
    color: #000000;
    background-color: #afcfd6;
    background-image: none;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list-container .k-button:active,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list-container .k-button.k-state-active {
    color: #002749;
    background-color: #a07e57;
    background-image: none;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list-container .k-button.k-state-disabled {
    background: transparent;
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list-container .k-button:focus,
.RadPdfViewer_PdcRx2_AnimationContainer .k-list-container .k-button.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_PdcRx2_AnimationContainer .k-list-container .k-nodata {
    color: rgba(255, 255, 255, 0.5);
}

.k-window {
    border-color: rgba(0, 0, 0, 0.08);
    color: #333333;
    background-color: #e5eff0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
}

.k-window .k-dialog-titlebar {
    border-color: inherit;
    color: #002749;
    background-color: #a07e57;
}

.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: #a07e57;
}

.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(160, 126, 87, 0.3);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window {
    border-color: rgba(0, 0, 0, 0.08);
    color: #333333;
    background-color: #e5eff0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window:focus, .RadPdfViewer_PdcRx2_SearchDialog.k-window.k-state-focused {
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox:hover, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox.k-state-hover,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea:hover,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea.k-state-hover,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox:hover,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox.k-state-hover {
    border-color: #8dbbc5;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox:focus, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox.k-state-focus,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea:focus,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea.k-state-focus,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox:focus,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox.k-state-focus {
    border-color: #7f6445;
    color: #333333;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox.k-invalid, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox.k-state-invalid,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea.k-invalid,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea.k-state-invalid,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox.k-invalid,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox.k-state-invalid {
    border-color: rgba(213, 25, 35, 0.5);
    color: #d51923;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox::selection,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea::selection,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox::selection {
    color: #002749;
    background-color: #a07e57;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox::selection,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input::selection,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea::selection {
    color: #002749;
    background-color: #a07e57;
}

.k-state-disabled .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox::selection, .k-state-disabled
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input::selection, .k-state-disabled
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea::selection {
    color: #333333;
    background-color: transparent;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox::-webkit-input-placeholder, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input::-webkit-input-placeholder, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox::-webkit-input-placeholder, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox:-ms-input-placeholder, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input:-ms-input-placeholder, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox:-ms-input-placeholder, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox::-ms-input-placeholder, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input::-ms-input-placeholder, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox::-ms-input-placeholder, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textbox::placeholder,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input::placeholder,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-input.k-textbox::placeholder,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-textarea::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button:hover, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-state-hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button:focus, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button:active, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-state-active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary:focus, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(160, 126, 87, 0.4);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary:focus[disabled],
[disabled] .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary:focus, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary:focus.k-state-disabled, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary.k-state-focused[disabled],
[disabled] .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary.k-state-focused, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary.k-state-focused.k-state-disabled {
    box-shadow: none;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary:active, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary.k-state-active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-primary.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-dropdown-button:active > .k-button:not(:disabled),
.RadPdfViewer_PdcRx2_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_PdcRx2_SearchDialog.k-window .k-dropdown-button:focus > .k-button,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-dropdown-button.k-state-focused > .k-button {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-dropdown-button .k-widget {
    border-width: 0;
    display: inline-block;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-group .k-button:active,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-group .k-button.k-state-active,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-group .k-button.k-state-selected,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-group > input[type="radio"]:checked + .k-button,
.RadPdfViewer_PdcRx2_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_PdcRx2_SearchDialog.k-window .k-button-group .k-button:focus,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-group .k-button.k-state-focused,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-group > input[type="radio"]:focus + .k-button,
.RadPdfViewer_PdcRx2_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_PdcRx2_SearchDialog.k-window .k-button-group.k-state-disabled .k-button:not(.k-state-active),
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-group .k-state-disabled:not(.k-state-active) {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-split-button:focus,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-split-button.k-state-focused {
    outline: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-split-button.k-button-group .k-button:active, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-split-button.k-button-group .k-button.k-state-active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat,
.k-button-group .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat,
.k-button-group
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat {
    color: inherit;
    background: none;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat::after,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat::after {
    display: block;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat:focus::after, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat.k-state-focused::after,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat:focus::after,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat.k-state-focused::after {
    box-shadow: inset 0 0 0 2px currentColor;
    opacity: .12;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat:hover, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat.k-state-hover, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat:active, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat.k-state-active, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat:hover:active, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat:hover.k-state-active,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat:hover,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat.k-state-hover,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat:active,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat.k-state-active,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat:hover:active,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button.k-flat:hover.k-state-active {
    color: inherit;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat.k-primary, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat.k-primary:hover, .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat.k-primary.k-state-hover,
.k-button-group .RadPdfViewer_PdcRx2_SearchDialog.k-window .k-button-flat.k-primary {
    color: #a07e57;
    background: none;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-window-titlebar {
    border-color: inherit;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-dialog-titlebar {
    border-color: inherit;
    color: #002749;
    background-color: #a07e57;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button {
    border-color: inherit;
}

.RadPdfViewer_PdcRx2_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_PdcRx2_SearchDialog.k-window .k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
    color: #a07e57;
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button:focus,
.RadPdfViewer_PdcRx2_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_PdcRx2_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button.k-primary:focus,
.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-dialog-button-layout-stretched .k-button.k-primary.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(160, 126, 87, 0.3);
}

.RadPdfViewer_PdcRx2_SearchDialog.k-window .k-pdf-viewer-search-dialog {
    border-color: #a4c7cb;
}

.RadPdfViewer_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadPdfViewer_PdcRx2 .k-textbox,
.RadPdfViewer_PdcRx2 .k-textarea,
.RadPdfViewer_PdcRx2 .k-input.k-textbox {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadPdfViewer_PdcRx2 .k-textbox:hover, .RadPdfViewer_PdcRx2 .k-textbox.k-state-hover,
.RadPdfViewer_PdcRx2 .k-textarea:hover,
.RadPdfViewer_PdcRx2 .k-textarea.k-state-hover,
.RadPdfViewer_PdcRx2 .k-input.k-textbox:hover,
.RadPdfViewer_PdcRx2 .k-input.k-textbox.k-state-hover {
    border-color: #8dbbc5;
}

.RadPdfViewer_PdcRx2 .k-textbox:focus, .RadPdfViewer_PdcRx2 .k-textbox.k-state-focus,
.RadPdfViewer_PdcRx2 .k-textarea:focus,
.RadPdfViewer_PdcRx2 .k-textarea.k-state-focus,
.RadPdfViewer_PdcRx2 .k-input.k-textbox:focus,
.RadPdfViewer_PdcRx2 .k-input.k-textbox.k-state-focus {
    border-color: #7f6445;
    color: #333333;
}

.RadPdfViewer_PdcRx2 .k-textbox.k-invalid, .RadPdfViewer_PdcRx2 .k-textbox.k-state-invalid,
.RadPdfViewer_PdcRx2 .k-textarea.k-invalid,
.RadPdfViewer_PdcRx2 .k-textarea.k-state-invalid,
.RadPdfViewer_PdcRx2 .k-input.k-textbox.k-invalid,
.RadPdfViewer_PdcRx2 .k-input.k-textbox.k-state-invalid {
    border-color: rgba(213, 25, 35, 0.5);
    color: #d51923;
}

.RadPdfViewer_PdcRx2 .k-textbox::selection,
.RadPdfViewer_PdcRx2 .k-textarea::selection,
.RadPdfViewer_PdcRx2 .k-input.k-textbox::selection {
    color: #002749;
    background-color: #a07e57;
}

.RadPdfViewer_PdcRx2 .k-textbox::selection,
.RadPdfViewer_PdcRx2 .k-input::selection,
.RadPdfViewer_PdcRx2 .k-textarea::selection {
    color: #002749;
    background-color: #a07e57;
}

.k-state-disabled .RadPdfViewer_PdcRx2 .k-textbox::selection, .k-state-disabled
.RadPdfViewer_PdcRx2 .k-input::selection, .k-state-disabled
.RadPdfViewer_PdcRx2 .k-textarea::selection {
    color: #333333;
    background-color: transparent;
}

.RadPdfViewer_PdcRx2 .k-textbox::-webkit-input-placeholder, .RadPdfViewer_PdcRx2 .k-input::-webkit-input-placeholder, .RadPdfViewer_PdcRx2 .k-input.k-textbox::-webkit-input-placeholder, .RadPdfViewer_PdcRx2 .k-textarea::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_PdcRx2 .k-textbox:-ms-input-placeholder, .RadPdfViewer_PdcRx2 .k-input:-ms-input-placeholder, .RadPdfViewer_PdcRx2 .k-input.k-textbox:-ms-input-placeholder, .RadPdfViewer_PdcRx2 .k-textarea:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_PdcRx2 .k-textbox::-ms-input-placeholder, .RadPdfViewer_PdcRx2 .k-input::-ms-input-placeholder, .RadPdfViewer_PdcRx2 .k-input.k-textbox::-ms-input-placeholder, .RadPdfViewer_PdcRx2 .k-textarea::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_PdcRx2 .k-textbox::placeholder,
.RadPdfViewer_PdcRx2 .k-input::placeholder,
.RadPdfViewer_PdcRx2 .k-input.k-textbox::placeholder,
.RadPdfViewer_PdcRx2 .k-textarea::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.RadPdfViewer_PdcRx2 .k-button {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadPdfViewer_PdcRx2 .k-button:hover, .RadPdfViewer_PdcRx2 .k-button.k-state-hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadPdfViewer_PdcRx2 .k-button:focus, .RadPdfViewer_PdcRx2 .k-button.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-button:active, .RadPdfViewer_PdcRx2 .k-button.k-state-active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-button.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-button.k-primary {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadPdfViewer_PdcRx2 .k-button.k-primary:focus, .RadPdfViewer_PdcRx2 .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(160, 126, 87, 0.4);
}

.RadPdfViewer_PdcRx2 .k-button.k-primary:focus[disabled],
[disabled] .RadPdfViewer_PdcRx2 .k-button.k-primary:focus, .RadPdfViewer_PdcRx2 .k-button.k-primary:focus.k-state-disabled, .RadPdfViewer_PdcRx2 .k-button.k-primary.k-state-focused[disabled],
[disabled] .RadPdfViewer_PdcRx2 .k-button.k-primary.k-state-focused, .RadPdfViewer_PdcRx2 .k-button.k-primary.k-state-focused.k-state-disabled {
    box-shadow: none;
}

.RadPdfViewer_PdcRx2 .k-button.k-primary:active, .RadPdfViewer_PdcRx2 .k-button.k-primary.k-state-active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-button.k-primary.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-dropdown-button:active > .k-button:not(:disabled),
.RadPdfViewer_PdcRx2 .k-dropdown-button.k-state-active > .k-button:not(:disabled) {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-dropdown-button:focus > .k-button,
.RadPdfViewer_PdcRx2 .k-dropdown-button.k-state-focused > .k-button {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-dropdown-button .k-widget {
    border-width: 0;
    display: inline-block;
}

.RadPdfViewer_PdcRx2 .k-button-group .k-button:active,
.RadPdfViewer_PdcRx2 .k-button-group .k-button.k-state-active,
.RadPdfViewer_PdcRx2 .k-button-group .k-button.k-state-selected,
.RadPdfViewer_PdcRx2 .k-button-group > input[type="radio"]:checked + .k-button,
.RadPdfViewer_PdcRx2 .k-button-group > input[type="checkbox"]:checked + .k-button {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-button-group .k-button:focus,
.RadPdfViewer_PdcRx2 .k-button-group .k-button.k-state-focused,
.RadPdfViewer_PdcRx2 .k-button-group > input[type="radio"]:focus + .k-button,
.RadPdfViewer_PdcRx2 .k-button-group > input[type="checkbox"]:focus + .k-button {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_PdcRx2 .k-button-group.k-state-disabled .k-button:not(.k-state-active),
.RadPdfViewer_PdcRx2 .k-button-group .k-state-disabled:not(.k-state-active) {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadPdfViewer_PdcRx2 .k-split-button:focus,
.RadPdfViewer_PdcRx2 .k-split-button.k-state-focused {
    outline: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-split-button.k-button-group .k-button:active, .RadPdfViewer_PdcRx2 .k-split-button.k-button-group .k-button.k-state-active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.RadPdfViewer_PdcRx2 .k-button-flat,
.k-button-group .RadPdfViewer_PdcRx2 .k-button-flat,
.RadPdfViewer_PdcRx2 .k-button.k-flat,
.k-button-group
.RadPdfViewer_PdcRx2 .k-button.k-flat {
    color: inherit;
    background: none;
}

.RadPdfViewer_PdcRx2 .k-button-flat::after,
.RadPdfViewer_PdcRx2 .k-button.k-flat::after {
    display: block;
}

.RadPdfViewer_PdcRx2 .k-button-flat:focus::after, .RadPdfViewer_PdcRx2 .k-button-flat.k-state-focused::after,
.RadPdfViewer_PdcRx2 .k-button.k-flat:focus::after,
.RadPdfViewer_PdcRx2 .k-button.k-flat.k-state-focused::after {
    box-shadow: inset 0 0 0 2px currentColor;
    opacity: .12;
}

.RadPdfViewer_PdcRx2 .k-button-flat:hover, .RadPdfViewer_PdcRx2 .k-button-flat.k-state-hover, .RadPdfViewer_PdcRx2 .k-button-flat:active, .RadPdfViewer_PdcRx2 .k-button-flat.k-state-active, .RadPdfViewer_PdcRx2 .k-button-flat:hover:active, .RadPdfViewer_PdcRx2 .k-button-flat:hover.k-state-active,
.RadPdfViewer_PdcRx2 .k-button.k-flat:hover,
.RadPdfViewer_PdcRx2 .k-button.k-flat.k-state-hover,
.RadPdfViewer_PdcRx2 .k-button.k-flat:active,
.RadPdfViewer_PdcRx2 .k-button.k-flat.k-state-active,
.RadPdfViewer_PdcRx2 .k-button.k-flat:hover:active,
.RadPdfViewer_PdcRx2 .k-button.k-flat:hover.k-state-active {
    color: inherit;
}

.RadPdfViewer_PdcRx2 .k-button-flat.k-primary, .RadPdfViewer_PdcRx2 .k-button-flat.k-primary:hover, .RadPdfViewer_PdcRx2 .k-button-flat.k-primary.k-state-hover,
.k-button-group .RadPdfViewer_PdcRx2 .k-button-flat.k-primary {
    color: #a07e57;
    background: none;
}

.RadPdfViewer_PdcRx2 .k-combobox {
    background-color: transparent;
}

.RadPdfViewer_PdcRx2 .k-combobox .k-dropdown-wrap {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadPdfViewer_PdcRx2 .k-combobox .k-dropdown-wrap.k-invalid, .RadPdfViewer_PdcRx2 .k-combobox .k-dropdown-wrap.k-invalid:hover, .RadPdfViewer_PdcRx2 .k-combobox .k-dropdown-wrap.k-state-invalid {
    color: #d51923;
    border-color: rgba(213, 25, 35, 0.5);
}

.RadPdfViewer_PdcRx2 .k-combobox .k-select {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadPdfViewer_PdcRx2 .k-combobox > :hover,
.RadPdfViewer_PdcRx2 .k-combobox .k-state-hover {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadPdfViewer_PdcRx2 .k-combobox > :hover .k-select,
.RadPdfViewer_PdcRx2 .k-combobox .k-state-hover .k-select {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadPdfViewer_PdcRx2 .k-combobox > .k-state-focused,
.RadPdfViewer_PdcRx2 .k-combobox .k-state-active {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.RadPdfViewer_PdcRx2 .k-toolbar {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadPdfViewer_PdcRx2 .k-toolbar .k-overflow-anchor {
    border-width: 0;
    color: inherit;
    background: transparent;
}

.RadPdfViewer_PdcRx2 .k-toolbar .k-state-border-up,
.RadPdfViewer_PdcRx2 .k-toolbar .k-state-border-down {
    box-shadow: none;
}

.RadPdfViewer_PdcRx2 .k-toolbar .k-state-border-up::before,
.RadPdfViewer_PdcRx2 .k-toolbar .k-state-border-up .k-button::before,
.RadPdfViewer_PdcRx2 .k-toolbar .k-state-border-down::before,
.RadPdfViewer_PdcRx2 .k-toolbar .k-state-border-down .k-button::before {
    opacity: 0;
}

.RadPdfViewer_PdcRx2 .k-toolbar .k-separator {
    border-color: inherit;
}

.RadPdfViewer_PdcRx2 .k-toolbar .k-button.k-state-disabled::after {
    opacity: 0;
}

.RadPdfViewer_PdcRx2 .k-toolbar .k-combobox .k-state-border-up,
.RadPdfViewer_PdcRx2 .k-toolbar .k-combobox .k-state-border-down {
    box-shadow: none;
}

.RadPdfViewer_PdcRx2 .k-pager-wrap {
    color: #ffffff;
    background-color: #3e8a93;
}

.RadPdfViewer_PdcRx2 .k-pager-wrap.k-pager-lg .k-pager-numbers, .RadPdfViewer_PdcRx2 .k-pager-wrap.k-pager-md .k-pager-numbers, .RadPdfViewer_PdcRx2 .k-pager-wrap.k-pager-sm .k-pager-numbers {
    border-color: #20474b;
    background-color: #3e8a93;
}

.RadPdfViewer_PdcRx2 .k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-current-page, .RadPdfViewer_PdcRx2 .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-current-page, .RadPdfViewer_PdcRx2 .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-current-page {
    border-color: #20474b;
}

.RadPdfViewer_PdcRx2 .k-pager-nav:hover {
    color: #a07e57;
    background-color: #afcfd6;
}

.RadPdfViewer_PdcRx2 .k-pager-nav:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_PdcRx2 .k-pager-numbers .k-link {
    color: #a07e57;
}

.RadPdfViewer_PdcRx2 .k-pager-numbers .k-link:hover, .RadPdfViewer_PdcRx2 .k-pager-numbers .k-link.k-state-hover {
    color: #a07e57;
    background-color: #afcfd6;
}

.RadPdfViewer_PdcRx2 .k-pager-numbers .k-link:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.RadPdfViewer_PdcRx2 .k-pager-numbers .k-state-selected {
    color: #002749;
    background-color: #a07e57;
}

.RadPdfViewer_PdcRx2 .k-canvas {
    background-color: #e5eff0;
}

.RadPdfViewer_PdcRx2 .k-page {
    border-color: #20474b;
    color: #ffffff;
    background-color: white;
    box-shadow: 0 0 15px #20474b;
}

.RadPdfViewer_PdcRx2 .k-search-highlight {
    background-color: white;
}

.RadScheduler_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadScheduler_PdcRx2 .rsToolbar .rsButton {
    border-radius: 0;
}

.RadScheduler_PdcRx2 .rsToolbar > li:first-child .rsButton {
    border-radius: 3px 0 0 3px;
}

.RadScheduler_PdcRx2 .rsToolbar > li:last-child .rsButton {
    border-radius: 0 3px 3px 0;
}

.RadScheduler_PdcRx2 .rsToolbar > li:only-child .rsButton {
    border-radius: 3px;
}

.RadScheduler_PdcRx2 .rsButton {
    border-radius: 3px;
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadScheduler_PdcRx2 .rsHovered > .rsButton,
.RadScheduler_PdcRx2 .rsButton.rsHovered,
.RadScheduler_PdcRx2 .rsButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadScheduler_PdcRx2 .rsSelected > .rsButton,
.RadScheduler_PdcRx2 .rsPressed > .rsButton,
.RadScheduler_PdcRx2 .rsButton:active,
.RadScheduler_PdcRx2 .rsButton.rsPressed {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadScheduler_PdcRx2 .rsPrimary {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadScheduler_PdcRx2 .rsPrimary:hover {
    border-color: #785f41;
    color: #002749;
    background-color: #8c6e4c;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadScheduler_PdcRx2 .rsPrimary:active {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadScheduler_PdcRx2 .rsHeader {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadScheduler_PdcRx2 .rsFooter {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadScheduler_PdcRx2 .rsSpacerCell,
.RadScheduler_PdcRx2 .rsHorizontalHeaderWrapper,
.RadScheduler_PdcRx2 .rsVerticalHeaderWrapper {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadScheduler_PdcRx2 .rsSpacerCell,
.RadScheduler_PdcRx2 .rsAllDayHeader {
    border-color: #d2d2d2;
    background-image: linear-gradient(to right, #4aa5b0, #3e8a93);
}

.RadScheduler_PdcRx2 .rsHorizontalHeaderTable {
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadScheduler_PdcRx2 .rsHorizontalHeaderTable th {
    border-color: #d2d2d2;
}

.RadScheduler_PdcRx2 .rsVerticalHeaderTable {
    background-image: linear-gradient(to right, #4aa5b0, #3e8a93);
}

.RadScheduler_PdcRx2 .rsVerticalHeaderTable th {
    border-color: transparent #d2d2d2;
}

.RadScheduler_PdcRx2 .rsVerticalHeaderTable .rsAlt th {
    border-color: #d2d2d2 #d2d2d2;
}

.RadScheduler_PdcRx2 .rsVerticalHeaderTable .rsMainHeader th:first-child {
    border-bottom-color: #d2d2d2;
}

.RadScheduler_PdcRx2 .rsAllDayRow td,
.RadScheduler_PdcRx2 .rsContentTable .rsAllDayRow td {
    border-color: #d2d2d2;
}

.RadScheduler_PdcRx2 .rsContentTable td {
    border-color: #dce1e1 #dce1e1;
}

.RadScheduler_PdcRx2 .rsContentTable .rsAlt td {
    border-color: #d2d2d2 #dce1e1;
}

.RadScheduler_PdcRx2 .rsOtherMonth,
.RadScheduler_PdcRx2 .rsNonWorkHour,
.RadScheduler_PdcRx2 .rsSunCol,
.RadScheduler_PdcRx2 .rsSatCol {
    background: #4497a1;
}

.RadScheduler_PdcRx2 .rsApt {
    color: #ffffff;
}

.RadScheduler_PdcRx2 .rsAptContent {
    border-radius: 4px;
    color: #002749;
    background-color: #c6b097;
}

.RadScheduler_PdcRx2 .rsOvertimeArrow {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadScheduler_PdcRx2 .rsOvertimeArrow:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadScheduler_PdcRx2 .rsResourceMarker {
    background-color: #cadfe3;
}

.RadScheduler_PdcRx2 .rsYearView .rsMonthHeader {
    border-color: #d2d2d2;
}

.RadScheduler_PdcRx2 .rsYearView thead tr:nth-child(2) {
    color: #8c9192;
}

.RadScheduler_PdcRx2 .rsYearView .rsDateHeader {
    border-color: transparent;
    border-radius: 4px;
}

.RadScheduler_PdcRx2 .rsYearView .rsDateHeader:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadScheduler_PdcRx2 .rsYearView .rsOccupiedSlot {
    background-color: #cadfe3;
    border-radius: 4px;
}

.RadScheduler_PdcRx2 .rsYearView .rsTodayCell .rsDateHeader {
    border-color: #8dbbc5;
}

.RadScheduler_PdcRx2 .rsYearView .rsSatCol:not(.rsOccupiedSlot),
.RadScheduler_PdcRx2 .rsYearView .rsSunCol:not(.rsOccupiedSlot) {
    color: #8c9192;
}

.RadScheduler_PdcRx2 .rsYearView .rsYearMonthsWrap {
    border-color: #4faab5;
}

.RadScheduler_PdcRx2 .rsYearView .rsTooltip .rsToolTipContent {
    border-radius: 4px;
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadScheduler_PdcRx2 .rsYearView .rsTooltip .rsCategoryPattern .rsResourceMarker {
    background-color: #cadfe3;
}

.RadScheduler_PdcRx2 .rsYearView .rsTooltip .rsToolTipArrow {
    color: #333333;
    background-color: #e5eff0;
}

.RadScheduler_PdcRx2 .rsYearView .rsTooltip .rsToolTipArrowUp {
    border-radius: 4px 4px 0 0;
}

.RadScheduler_PdcRx2 .rsYearView .rsTooltip .rsToolTipArrowDown {
    border-radius: 0 0 4px 4px;
}

.RadScheduler_PdcRx2 .rsYearView .rsTooltipRight .rsToolTipCallOut {
    border-right-color: #a4c7cb;
}

.RadScheduler_PdcRx2 .rsYearView .rsTooltipRight .rsToolTipCallOut:before {
    border-right-color: #e5eff0;
}

.RadScheduler_PdcRx2 .rsYearView .rsTooltipLeft .rsToolTipCallOut {
    border-left-color: #a4c7cb;
}

.RadScheduler_PdcRx2 .rsYearView .rsTooltipLeft .rsToolTipCallOut:before {
    border-left-color: #e5eff0;
}

.RadScheduler_PdcRx2 .rsAgendaView .rsDateBox small {
    opacity: .75;
}

.RadScheduler_PdcRx2 .rsAgendaTable th, .RadScheduler_PdcRx2 .rsAgendaTable td {
    border-bottom-color: #d2d2d2;
    border-right-color: #d2d2d2;
}

.RadScheduler_PdcRx2 .rsAgendaTable th {
    color: #ffffff;
    background-color: #3e8a93;
}

.RadScheduler_PdcRx2 .rsAgendaTable .rsAgendaRowHovered {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadScheduler_PdcRx2 .rsAgendaTable .rsAgendaRowSelected {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadScheduler_PdcRx2 .rsSelectedSlot {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadScheduler_PdcRx2 .rsAptCreate {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadScheduler_PdcRx2 .rsDialog {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadScheduler_PdcRx2 .rsTitle {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadScheduler_PdcRx2 .rsInlineForm .rsTextarea {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadScheduler_PdcRx2 .rsBody .rsCommandFooter {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadScheduler_PdcRx2 .rsAdvancedEdit .rsInvalid {
    color: #d51923;
}

.RadScheduler_PdcRx2 .rsAdvancedEdit .rsInvalid textarea {
    border-color: #d51923;
}

.RadGantt_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadGantt_PdcRx2 .k-loading-color {
    background-color: #e5eff0;
}

.RadGantt_PdcRx2 .k-loading-image {
    background-image: url(" ");
}

.RadGantt_PdcRx2 .rgtHeader {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadGantt_PdcRx2 .rgtViews > li:first-child + li .radButton {
    border-radius: 3px 0 0 3px;
}

.RadGantt_PdcRx2 .rgtFooter {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadGantt_PdcRx2 .rgtTreelist {
    background-color: rgba(62, 138, 147, 0.5);
}

.RadGantt_PdcRx2 .rgtTreelist .radAlt {
    background-color: #3e8a93;
}

.RadGantt_PdcRx2 .rgtTreelist .radStateFocused,
.RadGantt_PdcRx2 .rgtTreelist .k-state-focused {
    box-shadow: inset 0 0 5px #7f6445;
}

.RadGantt_PdcRx2 .rgtTreelist .radStateSelected,
.RadGantt_PdcRx2 .rgtTreelist .k-state-selected {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadGantt_PdcRx2 .rgtSplitbar {
    border-color: #20474b;
    background-color: #3e8a93;
}

.RadGantt_PdcRx2 .rgtSplitbar .radResizeHandle {
    border-radius: 2px;
    background-color: #20474b;
}

.RadGantt_PdcRx2 .rgtSplitbarHover {
    border-color: #112527;
    background-color: #2f686f;
}

.RadGantt_PdcRx2 .radLine {
    background-color: #4e8288;
}

.RadGantt_PdcRx2 .radArrowE,
.RadGantt_PdcRx2 .radArrowW {
    color: #4e8288;
}

.RadGantt_PdcRx2 .radLine.radStateSelected {
    background-color: black;
}

.RadGantt_PdcRx2 .radLine.radStateSelected .radArrowE,
.RadGantt_PdcRx2 .radLine.radStateSelected .radArrowW {
    color: black;
}

.RadGantt_PdcRx2 .radMarqueeColor {
    background-color: rgba(150, 150, 150, 0.4);
}

.RadGantt_PdcRx2 .rgtTaskDot:after {
    border-color: #333333;
    background-color: #333333;
}

.RadGantt_PdcRx2 .rgtTaskDot:hover:after {
    background-color: #e5eff0;
}

.RadGantt_PdcRx2 .rgtResource {
    background-color: #e5eff0;
}

.RadGantt_PdcRx2 .rgtResource.radAlt {
    background-color: #d5e5e7;
}

.RadGantt_PdcRx2 .rgtTaskMilestone {
    border-color: #333333;
    background-color: #333333;
    background-image: linear-gradient(135deg, #8c8c8c, #333333);
}

.RadGantt_PdcRx2 .rgtTaskMilestone.radStateSelected {
    border-color: #8c6e4c;
    background-color: #a07e57;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadGantt_PdcRx2 .rgtTaskSummary {
    border-color: #74a9af;
    background-color: #74a9af;
}

.RadGantt_PdcRx2 .rgtComplete {
    border-color: #457378;
    background-color: #457378;
}

.RadGantt_PdcRx2 .rgtTaskSummary.radStateSelected {
    border-color: #d8c9b8;
    background-color: #d8c9b8;
}

.RadGantt_PdcRx2 .radStateSelected .rgtComplete {
    border-color: #a07e57;
    background-color: #a07e57;
}

.RadGantt_PdcRx2 .rgtTaskSingle {
    border-color: #ab9b86;
    border-radius: 3px;
    color: #333333;
    background-color: #d0cdc2;
    background-image: linear-gradient(#d7d8d1, #d0cdc2);
}

.RadGantt_PdcRx2 .rgtTaskComplete {
    color: #ffffff;
    border-color: #8c6e4c;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.RadGantt_PdcRx2 .rgtTaskSingle .radResizeHandle:after {
    background-color: #8c6e4c;
}

.RadGantt_PdcRx2 .rgtTaskSingle.radStateSelected,
.RadGantt_PdcRx2 .rgtTaskSingle.radStateSelected .rgtTaskComplete {
    border-color: #8c6e4c;
}

.radSkin_PdcRx2 {
    color: #333333;
}

.radSkin_PdcRx2 .k-grid, .radSkin_PdcRx2 .radCalendar {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadRibbonBar_PdcRx2 .rrbMenu, .rrbDropDownSlide_PdcRx2 .rrbPopup, .rrbSlide_PdcRx2 .rrbPopup, .rrbPopup_PdcRx2, .rrbPopup_PdcRx2 .rrbPopup, .radSkin_PdcRx2 .k-popup, .radSkin_PdcRx2.k-popup,
.radSkin_PdcRx2 .radPopup, .radSkin_PdcRx2.radPopup, .radSkin_PdcRx2 .radDragClue, .radSkin_PdcRx2.radDragClue, .radSkin_PdcRx2.k-window {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadRibbonBar_PdcRx2 .rrbButton, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton, .RadRibbonBar_PdcRx2 .rrbComboBox .rrbButton,
.RadRibbonBar_PdcRx2 .rrbDropDown .rrbButton,
.RadRibbonBar_PdcRx2 .rrbNumericTextBox .rrbButton,
.RadRibbonBar_PdcRx2 .rrbColorPicker .rrbButton, .RadRibbonBar_PdcRx2 .rrbDropDown .rrbDDInner, .RadRibbonBar_PdcRx2 .rrbColorPicker .rrbCPInner, .RadRibbonBar_PdcRx2 .rrbGalleryActions .rrbButton, .radSkin_PdcRx2 .k-button,
.radSkin_PdcRx2 .radButton, .radSkin_PdcRx2 .k-numeric-wrap .k-link,
.radSkin_PdcRx2 .k-numeric-wrap .k-select, .radSkin_PdcRx2 .k-dropdown-wrap, .radSkin_PdcRx2 .k-picker-wrap .k-select {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.radSkin_PdcRx2 .radButton:focus {
    border-color: rgba(127, 100, 69, 0.5);
    box-shadow: 0 0 5px rgba(127, 100, 69, 0.5) inset;
}

.RadRibbonBar_PdcRx2 .rrbQat .rrbButton:hover, .RadRibbonBar_PdcRx2 .rrbButton:hover, .RadRibbonBar_PdcRx2 .rrbButton.rrbHovered, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton:hover, .RadRibbonBar_PdcRx2 .rrbComboBox .rrbButton.rrbHovered,
.RadRibbonBar_PdcRx2 .rrbDropDown .rrbButton.rrbHovered,
.RadRibbonBar_PdcRx2 .rrbNumericTextBox .rrbButton.rrbHovered,
.RadRibbonBar_PdcRx2 .rrbColorPicker .rrbButton.rrbHovered, .RadRibbonBar_PdcRx2 .rrbDropDown .rrbDDInner:hover, .RadRibbonBar_PdcRx2 .rrbColorPicker .rrbCPInner:hover, .RadRibbonBar_PdcRx2 .rrbGallery .rrbItem.rrbHovered, .RadRibbonBar_PdcRx2 .rrbGalleryActions .rrbButton.rrbHovered, .rrbSlide_PdcRx2 .rrbItem.rrbHovered, .radSkin_PdcRx2 .k-button:hover,
.radSkin_PdcRx2 .radButton:hover,
.radSkin_PdcRx2 .radButton.radStateHovered,
.radSkin_PdcRx2 .radStateHovered > .radButton, .radSkin_PdcRx2 .k-numeric-wrap .k-link:hover, .radSkin_PdcRx2 .k-dropdown-wrap.k-state-hover, .radSkin_PdcRx2 .k-picker-wrap .k-select:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadRibbonBar_PdcRx2 .rrbQat .rrbButton:active, .RadRibbonBar_PdcRx2 .rrbButton.rrbClicked, .RadRibbonBar_PdcRx2 .rrbButton.rrbPressed, .RadRibbonBar_PdcRx2 .rrbButton.rrbExpanded, .RadRibbonBar_PdcRx2 .rrbButton.rrbToggled, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton:active, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton.rrbClicked, .RadRibbonBar_PdcRx2 .rrbButtonGroup .rrbButton.rrbPressed, .RadRibbonBar_PdcRx2 .rrbComboBox .rrbButton.rrbClicked,
.RadRibbonBar_PdcRx2 .rrbDropDown .rrbButton.rrbClicked,
.RadRibbonBar_PdcRx2 .rrbNumericTextBox .rrbButton.rrbClicked,
.RadRibbonBar_PdcRx2 .rrbColorPicker .rrbButton.rrbClicked, .RadRibbonBar_PdcRx2 .rrbDropDown .rrbDDInner:active, .RadRibbonBar_PdcRx2 .rrbColorPicker .rrbCPInner:active, .RadRibbonBar_PdcRx2 .rrbGallery .rrbItem.rrbSelected, .RadRibbonBar_PdcRx2 .rrbGalleryActions .rrbButton.rrbClicked, .rrbSlide_PdcRx2 .rrbItem.rrbSelected, .radSkin_PdcRx2 .radButton:active,
.radSkin_PdcRx2 .radButton.radStateSelected,
.radSkin_PdcRx2 .radStateSelected > .radButton, .radSkin_PdcRx2 .k-numeric-wrap .k-link.k-state-selected, .radSkin_PdcRx2 .k-dropdown-wrap.k-state-active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.radSkin_PdcRx2 .radPrimary {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.radSkin_PdcRx2 .radPrimary:hover {
    border-color: #785f41;
    color: #002749;
    background-color: #8c6e4c;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.radSkin_PdcRx2 .radPrimary:active {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.radSkin_PdcRx2 .k-textbox,
.radSkin_PdcRx2 .radTextbox, .radSkin_PdcRx2 .k-numeric-wrap, .radSkin_PdcRx2 .k-picker-wrap {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.radSkin_PdcRx2 .radDragClue, .radSkin_PdcRx2.radDragClue {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(130, 130, 130, 0.5);
}

.radSkin_PdcRx2 .radList > .radStateHovered,
.radSkin_PdcRx2 .k-list > .k-state-hover {
    color: #000000;
    background-color: #afcfd6;
}

.radSkin_PdcRx2 .radList > .radStateFocused,
.radSkin_PdcRx2 .k-list > .k-state-focused {
    box-shadow: inset 0 0 5px #7f6445;
}

.radSkin_PdcRx2 .radList > .radStateSelected,
.radSkin_PdcRx2 .k-list > .k-state-selected {
    color: #002749;
    background-color: #a07e57;
}

.radSkin_PdcRx2 .radGrid td {
    border-color: #a4c7cb;
}

.radSkin_PdcRx2 .radGridHeader,
.radSkin_PdcRx2 .radGridHeaderWrap {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
}

.radSkin_PdcRx2 .radGridHeader th {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.radSkin_PdcRx2 .radFauxRows .radAlt {
    background-color: #d5e5e7;
}

.radSkin_PdcRx2 .radFauxColumns .radNonwork {
    background-color: rgba(0, 0, 0, 0.03);
}

.radSkin_PdcRx2 .k-grid-header,
.radSkin_PdcRx2 .k-grid-header-wrap {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
}

.radSkin_PdcRx2 .k-grid-header .k-header {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.radSkin_PdcRx2 .k-grid-content .k-alt {
    background-color: #d5e5e7;
}

.radSkin_PdcRx2 .k-grid-content td {
    border-color: #a4c7cb;
}

.radSkin_PdcRx2 .k-tooltip,
.radSkin_PdcRx2 .radTooltip {
    border-radius: 5px;
    color: #333333;
    border-color: #e5eff0;
    background-color: #e5eff0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.radSkin_PdcRx2 .k-tooltip-validation {
    color: #d51923;
    border-color: #e5eff0;
    background-color: #e5eff0;
    background-image: none;
}

.radSkin_PdcRx2 .k-button,
.radSkin_PdcRx2 .radButton {
    border-radius: 3px;
}

.radSkin_PdcRx2 .radToolbar .radButton {
    border-radius: 0;
}

.radSkin_PdcRx2 .radToolbar > li:first-child .radButton {
    border-radius: 3px 0 0 3px;
}

.radSkin_PdcRx2 .radToolbar > li:last-child .radButton {
    border-radius: 0 3px 3px 0;
}

.radSkin_PdcRx2 .radToolbar > li:only-child .radButton {
    border-radius: 3px;
}

.radSkin_PdcRx2 .radCalendar .k-header {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.radSkin_PdcRx2 .radCalendar th {
    border-color: #2f686f;
}

.radSkin_PdcRx2 .radCalendar td.k-weekend {
    color: #606262;
}

.radSkin_PdcRx2 .radCalendar td.k-other-month {
    color: #8c9192;
}

.radSkin_PdcRx2 .radCalendar td.k-state-hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.radSkin_PdcRx2 .radCalendar td.k-state-focused {
    box-shadow: inset 0 0 5px #7f6445;
}

.radSkin_PdcRx2 .radCalendar td.k-state-selected {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.radSkin_PdcRx2 .k-window-titlebar {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.radSkin_PdcRx2 .radPopupEditForm .rgtButtonsContainer {
    border-color: #2f686f;
}

.radSkin_PdcRx2.k-rtl .rgtViews > li:first-child + li .radButton {
    border-radius: 0 3px 3px 0;
}

.radSkin_PdcRx2.k-rtl .rgtViews > li:last-child .radButton {
    border-radius: 3px 0 0 3px;
}

@media only screen and (max-width: 1024px) {
    .RadGantt_PdcRx2 .rgtToolbar > .rgtViews.rgtExpanded {
        color: #333333;
        background: #e5eff0;
        border-color: #a4c7cb;
    }
    .RadGantt_PdcRx2 .rgtToolbar > .rgtViews.radToolbar .radButton {
        border-radius: 3px;
    }
}

.RadCalendar_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadCalendar_PdcRx2 .rcTitlebar {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadCalendar_PdcRx2 .t-button:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadCalendar_PdcRx2 .t-button:focus,
.RadCalendar_PdcRx2 .t-button:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadCalendar_PdcRx2 td {
    border-color: transparent;
}

.RadCalendar_PdcRx2 th {
    color: white;
    background-color: #3e8a93;
}

.RadCalendar_PdcRx2 .rcHeader,
.RadCalendar_PdcRx2 .rcFooter {
    border-color: #2f686f;
}

.RadCalendar_PdcRx2 .rcWeek th {
    border-color: #2f686f;
    color: #ffffff;
}

.RadCalendar_PdcRx2 .rcWeek .rcViewSel {
    background-color: #3e8a93;
}

.RadCalendar_PdcRx2 .rcToday a,
.RadCalendar_PdcRx2 .rcToday span {
    border-color: #a07e57;
    color: #a07e57;
}

.RadCalendar_PdcRx2 .rcHover a,
.RadCalendar_PdcRx2 .rcHover span {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadCalendar_PdcRx2 .rcSelected a,
.RadCalendar_PdcRx2 .rcSelected span {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadCalendar_PdcRx2 .rcFocus {
    border-color: #7f6445;
    box-shadow: inset 0 0 5px #7f6445;
}

.RadCalendarMultiView_PdcRx2 .rcTitlebar {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadCalendarMultiView_PdcRx2 .rcCalendar {
    border-color: #a4c7cb;
}

.RadCalendarMultiView_PdcRx2 td.rcTitle {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadCalendarMonthView_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadCalendarMonthView_PdcRx2 a:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadCalendarMonthView_PdcRx2 .rcSelected a {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadCalendarMonthView_PdcRx2 .rcFocus {
    border-color: #7f6445;
    box-shadow: inset 0 0 5px #7f6445;
}

.RadCalendarMonthView_PdcRx2 .rcButtons a {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadCalendarMonthView_PdcRx2 .rcButtons a:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadCalendarMonthView_PdcRx2 .rcButtons a:focus,
.RadCalendarMonthView_PdcRx2 .rcButtons a:active {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadCalendarTimeView_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadCalendarTimeView_PdcRx2 th {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4aa5b0, #3e8a93);
}

.RadCalendarTimeView_PdcRx2 td {
    border-color: #a4c7cb;
}

.RadCalendarTimeView_PdcRx2 .rcSelected a {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadCalendarTimeView_PdcRx2 .rcHover a {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
}

.RadCalendarTimeView_PdcRx2 .rcFocus {
    box-shadow: inset 0 0 5px #7f6445;
}

.RadCalendarTimeView_PdcRx2 .rcFooter {
    border-color: #a4c7cb;
}

.RadPicker_PdcRx2 .riLabel {
    color: #333333;
}

.RadPicker_PdcRx2.rcCalPopupOpen .RadInput, .RadPicker_PdcRx2.rcMYPopupOpen .RadInput, .RadPicker_PdcRx2.rcTimePopupOpen .RadInput {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadPicker_PdcRx2.rcCalPopupOpen .rcCalPopup,
.RadPicker_PdcRx2.rcMYPopupOpen .rcCalPopup,
.RadPicker_PdcRx2.rcTimePopupOpen .rcTimePopup {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
}

.RadTagCloud_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadTagCloud_PdcRx2.rtcClassic {
    font-family: inherit;
    font-size: 14px;
}

.RadTagCloud_PdcRx2 .rtcTagItem a {
    color: #a07e57;
}

.RadTagCloud_PdcRx2 .rtcTagItem a:hover {
    color: #6e573c;
}

.RadTagCloud_PdcRx2.rtcLoading {
    background-image: url(" ");
}

.RadSocialShare_PdcRx2 {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    font-size: 14px;
    font-family: inherit;
}

.RadSocialShare_PdcRx2 .sshLinkItem:hover {
    color: #a07e57;
}

.RadRating_PdcRx2 a:before {
    color: #9f9f9f;
}

.RadRating_PdcRx2 .rrtOver span,
.RadRating_PdcRx2 a:hover .rrtPartComplement,
.RadRating_PdcRx2 .rrtVertical .rrtSelected.rrtOver a,
.RadRating_PdcRx2 .rrtSelected .rrtPartSelected,
.RadRating_PdcRx2 .rrtSelected.rrtOver a {
    color: #9f9f9f;
}

.RadRating_PdcRx2 .rrtSelected span {
    color: #ff8700;
}

.RadRating_PdcRx2 .rrtSelected .rrtPart,
.RadRating_PdcRx2 .rrtSelected.rrtOver span {
    color: #cb0000;
}

.RadRating_PdcRx2 .rrtReversed .rrtPart:before {
    color: #9f9f9f;
}

.RadRating_PdcRx2 .rrtReversed .rrtSelected .rrtPartComplement:before {
    color: #cb0000;
}

.RadForm_PdcRx2 {
    color: #333333;
    background-color: #e5eff0;
}

.RadForm_PdcRx2 .rfdHeading {
    color: #333333;
    border-bottom-color: #a4c7cb;
}

.RadForm_PdcRx2.rfdFieldset fieldset {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadForm_PdcRx2 .rfdAspLabel,
.RadForm_PdcRx2.rfdLabel label {
    color: #333333;
}

.RadForm_PdcRx2 .rfdSkinnedButton {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    box-shadow: none;
}

.RadForm_PdcRx2 .rfdSkinnedButton:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
    box-shadow: inset 0 0 1px #e5eff0;
}

.RadForm_PdcRx2 .rfdSkinnedButton:active,
.RadForm_PdcRx2 .rfdClickedButton,
.RadForm_PdcRx2 .rfdFocusedButton {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    box-shadow: inset 0 0 1px #e5eff0;
}

.RadForm_PdcRx2 .rfdSkinnedButton.rfdInputDisabled {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    box-shadow: none;
}

.RadForm_PdcRx2 .rfdPrimaryButton {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    box-shadow: none;
}

.RadForm_PdcRx2 .rfdPrimaryButton:hover {
    border-color: #785f41;
    color: #002749;
    background-color: #8c6e4c;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    box-shadow: none;
}

.RadForm_PdcRx2 .rfdPrimaryButton:active,
.RadForm_PdcRx2 .rfdPrimaryButton.rfdClickedButton,
.RadForm_PdcRx2 .rfdPrimaryButton.rfdFocusedButton {
    border-color: #654f37;
    color: #002749;
    background-color: #785f41;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    box-shadow: none;
}

.RadForm_PdcRx2 .rfdPrimaryButton.rfdInputDisabled {
    border-color: #8c6e4c;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    box-shadow: none;
}

.RadForm_PdcRx2 .rfdTextInput,
.RadForm_PdcRx2.rfdTextarea textarea {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadForm_PdcRx2 .rfdTextInput:hover,
.RadForm_PdcRx2.rfdTextarea textarea:hover {
    border-color: #8dbbc5;
    color: #333333;
    background-color: #e5eff0;
}

.RadForm_PdcRx2 .rfdTextInput:active,
.RadForm_PdcRx2.rfdTextarea textarea:active,
.RadForm_PdcRx2 .rfdTextInput:focus,
.RadForm_PdcRx2.rfdTextarea textarea:focus {
    border-color: #7f6445;
    color: #333333;
    background-color: #e5eff0;
}

.RadForm_PdcRx2 .rfdTextInput:disabled,
.RadForm_PdcRx2.rfdTextarea textarea:disabled {
    border-color: #20474b;
    color: #333333;
    background-color: #e5eff0;
}

.RadForm_PdcRx2 .rfdRadioChecked:before,
.RadForm_PdcRx2 .rfdCheckboxChecked:before {
    color: #a07e57;
}

.RadForm_PdcRx2 .rfdRadioUnchecked:hover:before,
.RadForm_PdcRx2 .rfdCheckboxUnchecked:hover:before,
.RadForm_PdcRx2 .rfdRadioChecked:hover:before,
.RadForm_PdcRx2 .rfdCheckboxChecked:hover:before {
    color: #6e573c;
}

.RadForm_PdcRx2 .rfdRealInput:focus + .rfdRadioUnchecked:before,
.RadForm_PdcRx2 .rfdRealInput:focus + .rfdCheckboxUnchecked:before {
    box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.5);
}

.RadForm_PdcRx2 .rfdRealInput:focus + .rfdRadioChecked:before,
.RadForm_PdcRx2 .rfdRealInput:focus + .rfdCheckboxChecked:before {
    box-shadow: 0 0 1px 1px rgba(160, 126, 87, 0.5);
}

.RadForm_PdcRx2 .rfdSelect_PdcRx2 {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
}

.RadForm_PdcRx2 .rfdSelect_PdcRx2:hover {
    border-color: #8dbbc5;
    color: #000000;
    background-color: #afcfd6;
    background-image: linear-gradient(#d1e3e7, #afcfd6);
    box-shadow: inset 0 0 1px #e5eff0;
}

.RadForm_PdcRx2 .rfdSelect_PdcRx2:active,
.RadForm_PdcRx2 .rfdSelect_PdcRx2:focus {
    border-color: #7f6445;
    color: #002749;
    background-color: #a07e57;
    background-image: linear-gradient(#b49776, #a07e57);
    box-shadow: inset 0 0 1px #e5eff0;
}

.RadForm_PdcRx2 .rfdSelect_PdcRx2.rfdSelectDisabled {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
    background-image: linear-gradient(#4faab5, #3e8a93);
    box-shadow: none;
}

.RadForm_PdcRx2.rfdScrollBars .rfdSelectBox::-webkit-scrollbar,
.RadForm_PdcRx2.rfdScrollBars .rfdSelectBox::-webkit-scrollbar-thumb:vertical,
.RadForm_PdcRx2.rfdScrollBars .rfdSelectBox::-webkit-scrollbar-thumb:horizontal,
.RadForm_PdcRx2.rfdScrollBars form::-webkit-scrollbar,
.RadForm_PdcRx2.rfdScrollBars form::-webkit-scrollbar-thumb:vertical,
.RadForm_PdcRx2.rfdScrollBars form::-webkit-scrollbar-thumb:horizontal {
    background-color: #3e8a93;
}

.RadForm_PdcRx2.rfdScrollBars textarea::-webkit-scrollbar-corner {
    background-color: #c5dbdd;
}

.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment,
.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-thumb:vertical,
.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-thumb:horizontal {
    border-color: #20474b;
    background-color: #3e8a93;
}

.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
.RadForm_PdcRx2.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment {
    background-image: url(" ");
    background-color: #3e8a93;
}

.RadForm_PdcRx2.rfdScrollBars {
    scrollbar-3dlight-color: #ccc;
    scrollbar-arrow-color: #292929;
    scrollbar-base-color: #ff6347;
    scrollbar-darkshadow-color: #595959;
    scrollbar-face-color: #e4e4e4;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #a3a3a3;
    scrollbar-track-color: #f0f0f0;
}

.RadForm_PdcRx2 .rfdTable {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.RadForm_PdcRx2 .rfdTable th {
    border-color: #2f686f;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadForm_PdcRx2 .rfdTable a {
    color: #a07e57;
}

.RadForm_PdcRx2 .rfdTable a:hover {
    color: #6e573c;
}

.RadForm_PdcRx2 .rfdLoginControl,
.RadForm_PdcRx2 .rfdValidationSummaryControl {
    border-color: #20474b;
    color: #ffffff;
    background-color: #3e8a93;
}

.RadForm_PdcRx2 a.rfdLoginControl,
.RadForm_PdcRx2 a.rfdLoginControl:active,
.RadForm_PdcRx2 a.rfdLoginControl:visited {
    color: #333333;
}

.RadForm_PdcRx2 a.rfdLoginControl:hover {
    color: #000000;
}

.rfdSelectBox_PdcRx2 {
    border-color: #a4c7cb;
    color: #333333;
    background-color: #e5eff0;
}

.rfdSelectBox_PdcRx2 li:hover,
.rfdSelectBox_PdcRx2 .rfdSelect_hovered {
    color: #000000;
    background-color: #afcfd6;
}

.rfdSelectBox_PdcRx2 .rfdSelect_selected,
.rfdSelectBox_PdcRx2 .rfdSelect_selected:hover {
    color: #002749;
    background-color: #a07e57;
}
