/* Minification failed. Returning unminified contents.
(15597,34): run-time error CSS1046: Expect comma, found '0'
(15597,38): run-time error CSS1046: Expect comma, found '/'
 */
.RadAutoCompleteBox_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadAutoCompleteBox_MatchIt .racTokenList {
    padding: 3px;
    border-width: 0;
    border-radius: 2px;
    transition: all .2s ease-in-out; }
    .RadAutoCompleteBox_MatchIt .racTokenList:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 8px;
      right: 8px;
      border-bottom: 1px solid #CFD8DC; }
  .RadAutoCompleteBox_MatchIt .racToken {
    padding: 4px 30px 4px 12px;
    border-width: 0;
    border-radius: 1em;
    color: #455A64;
    background: #ECEFF1;
    margin-right: 8px;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
    .RadAutoCompleteBox_MatchIt .racToken:before {
      content: "";
      display: inline-block;
      height: 1.42857em;
      vertical-align: top; }
    .RadAutoCompleteBox_MatchIt .racToken + .racToken {
      margin-left: 0; }
  .RadAutoCompleteBox_MatchIt .racRemoveTokenLink {
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: 8px;
    margin-top: -8px;
    border-radius: 1em;
    color: #ECEFF1;
    background: #607D8B;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
    .RadAutoCompleteBox_MatchIt .racRemoveTokenLink .p-icon {
      font-family: "Material Icons";
      line-height: inherit;
      vertical-align: top; }
      .RadAutoCompleteBox_MatchIt .racRemoveTokenLink .p-icon:before {
        content: "\e14c";
        line-height: 16px; }
  .RadAutoCompleteBox_MatchIt .racTextToken {
    padding: 3px 2px;
    margin-left: 5px; }
    .RadAutoCompleteBox_MatchIt .racTextToken + .racTextToken {
      margin-left: 0; }
  .RadAutoCompleteBox_MatchIt .racHovered.racTokenList,
  .RadAutoCompleteBox_MatchIt .racFocused.racTokenList {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadAutoCompleteBox_MatchIt .racHovered.racTokenList:before,
    .RadAutoCompleteBox_MatchIt .racFocused.racTokenList:before {
      display: none; }
  .RadAutoCompleteBox_MatchIt .racFocused.racToken {
    color: #ffffff;
    background: #607D8B; }
    .RadAutoCompleteBox_MatchIt .racFocused.racToken .racRemoveTokenLink {
      color: #607D8B;
      background: #ffffff; }
  .RadAutoCompleteBox_MatchIt .racToken.racHovered {
    color: #ffffff;
    background: #607D8B; }
    .RadAutoCompleteBox_MatchIt .racToken.racHovered .racRemoveTokenLink {
      color: #607D8B;
      background: #ffffff; }
      .RadAutoCompleteBox_MatchIt .racToken.racHovered .racRemoveTokenLink.racHovered, .RadAutoCompleteBox_MatchIt .racToken.racHovered .racRemoveTokenLink:hover {
        color: #263238; }
  .RadAutoCompleteBox_MatchIt .racToken.racSelected {
    color: #ffffff;
    background: #607D8B; }
    .RadAutoCompleteBox_MatchIt .racToken.racSelected .racRemoveTokenLink {
      color: #607D8B;
      background: #ffffff; }
  .RadAutoCompleteBox_MatchIt .racDisabled.racTokenList {
    color: #728f9d;
    background: transparent;
    box-shadow: none; }
    .RadAutoCompleteBox_MatchIt .racDisabled.racTokenList:before {
      display: block;
      border-color: #ECEFF1; }
  .RadAutoCompleteBox_MatchIt .racDisabled .racToken {
    color: #455A64;
    background: #CFD8DC; }
  .RadAutoCompleteBox_MatchIt .racInput {
    padding: 3px; }
  .RadAutoCompleteBox_MatchIt .racToken + .racInput {
    margin-left: -8px; }
  .RadAutoCompleteBox_MatchIt .racEmptyMessage {
    font-style: normal; }
  .RadAutoCompleteBox_MatchIt .p-i-loading {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading_small.gif")%>'); }
  .RadAutoCompleteBox_MatchIt .racLabel {
    font-weight: 500;
    font-size: 0.857em;
    color: #607D8B; }

.RadAutoCompleteBoxPopup_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadAutoCompleteBoxPopup_MatchIt .racList {
    padding: 8px 0; }
  .RadAutoCompleteBoxPopup_MatchIt .racItem {
    padding: 6px 13px; }
  .RadAutoCompleteBoxPopup_MatchIt .racItemHovered {
    color: #455A64;
    background-color: #ECEFF1; }
  .RadAutoCompleteBoxPopup_MatchIt .racFocused {
    box-shadow: inset 0 0 5px transparent; }
  .RadAutoCompleteBoxPopup_MatchIt .racItemSelected {
    color: #64BBE3;
    background-color: transparent; }

.RadButton_MatchIt {
  font-family: "Roboto", "Noto", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .RadButton_MatchIt.rbButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadButton_MatchIt.rbButton.rbHovered, .RadButton_MatchIt.rbButton.rbHovered:hover, .RadButton_MatchIt.rbButton.rbToggled.rbHovered,
  .RadButton_MatchIt.rbButton .rbHovered {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadButton_MatchIt.rbButton:focus {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.2); }
  .RadButton_MatchIt.rbButton.rbSelected, .RadButton_MatchIt.rbButton.rbToggled,
  .RadButton_MatchIt.rbSelected .rbHovered {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.2); }
  .RadButton_MatchIt.rbButton:hover,
  .RadButton_MatchIt.rbButton.rbHovered .rbSplitPart,
  .RadButton_MatchIt.rbButton.rbHovered.rbSelected .rbSplitPart {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    transition: all .2s ease-in-out; }
  .RadButton_MatchIt.rbButton:hover .rbHovered {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1;
    box-shadow: none; }
  .RadButton_MatchIt.rbButton.rbHovered .rbSplitPartRight,
  .RadButton_MatchIt.rbButton:hover .rbSplitPartRight {
    border-color: transparent transparent transparent #CFD8DC; }
  .RadButton_MatchIt.rbButton:hover .rbSplitPartLeft,
  .RadButton_MatchIt.rbButton.rbHovered .rbSplitPartLeft {
    border-color: transparent #CFD8DC transparent transparent; }
  .RadButton_MatchIt.rbButton.rbHovered.rbSelected {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .RadButton_MatchIt.rbButton.rbSelected .rbSplitPartRight,
  .RadButton_MatchIt.rbButton.rbSelected .rbSplitPartRight.rbHovered {
    border-color: transparent transparent transparent #CFD8DC; }
  .RadButton_MatchIt.rbButton.rbSelected .rbSplitPartLeft,
  .RadButton_MatchIt.rbButton.rbSelected .rbSplitPartLeft.rbHovered {
    border-color: transparent #CFD8DC transparent transparent; }
  .RadButton_MatchIt.rbButton.rbSelected:active .rbSplitPartRight {
    border-color: transparent transparent transparent #CFD8DC; }
  .RadButton_MatchIt.rbButton.rbSelected:active .rbSplitPartLeft {
    border-color: transparent #CFD8DC transparent transparent; }
  .RadButton_MatchIt .rbSplitPart .rbIcon,
  .RadButton_MatchIt.rbButton.rbHovered .rbSplitPart .rbIcon,
  .RadButton_MatchIt.rbButton.rbHovered.rbSelected .rbSplitPart .rbIcon {
    color: #455A64; }
  .RadButton_MatchIt.rbButton:hover .rbHovered .rbIcon {
    color: #455A64; }
  .RadButton_MatchIt.rbButton.rbSelected .rbHovered .rbSplitPart .rbIcon,
  .RadButton_MatchIt.rbButton.rbSelected .rbSplitPart .rbIcon {
    color: #455A64; }
  .RadButton_MatchIt.rbCheckBox .rbText,
  .RadButton_MatchIt.rbRadioButton .rbText,
  .RadButton_MatchIt.rbToggleButton .rbText {
    color: #455A64; }
  .RadButton_MatchIt .rbIcon,
  .RadButton_MatchIt .rbCheckBox .rbText:before,
  .RadButton_MatchIt .rbText.rbToggleCheckboxChecked .rbRippleContainer,
  .RadButton_MatchIt .rbText.rbToggleRadioChecked .rbRippleContainer {
    color: #607D8B; }
  .RadButton_MatchIt.rbHovered .rbIcon,
  .RadButton_MatchIt.rbCheckBox.rbHovered .rbText:before {
    color: #64BBE3; }
  .RadButton_MatchIt .rbToggleCheckboxChecked,
  .RadButton_MatchIt .rbToggleCheckboxFilled,
  .RadButton_MatchIt.rbCheckBox .rbToggleCheckboxChecked.rbIcon,
  .RadButton_MatchIt.rbRadioButton .rbToggleRadioChecked.rbIcon,
  .RadButton_MatchIt.rbToggled .rbToggleCheckBoxChecked.rbIcon,
  .RadButton_MatchIt.rbToggled .rbToggleRadioChecked.rbIcon,
  .RadButton_MatchIt .rbText.rbToggleCheckboxChecked:before,
  .RadButton_MatchIt .rbText.rbToggleRadioChecked:before,
  .RadButton_MatchIt .rbText.rbToggleCheckbox .rbRippleContainer,
  .RadButton_MatchIt .rbText.rbToggleRadio .rbRippleContainer {
    color: #64BBE3; }
  .RadButton_MatchIt span.rbToggleCheckbox.rbText,
  .RadButton_MatchIt span.rbToggleCheckboxChecked.rbText,
  .RadButton_MatchIt span.rbToggleRadio.rbText,
  .RadButton_MatchIt span.rbToggleRadioChecked.rbText {
    color: #607D8B; }
  .RadButton_MatchIt.RadRadioButton span.rbText.rbToggleRadioChecked,
  .RadButton_MatchIt.RadRadioButton span.rbText.rbToggleRadio,
  .RadButton_MatchIt.RadCheckBox span.rbText.rbToggleCheckbox,
  .RadButton_MatchIt.RadCheckBox span.rbText.rbToggleCheckboxChecked {
    padding-left: 2.28571em; }
  .RadButton_MatchIt.rbHovered .rbToggleCheckboxFilled,
  .RadButton_MatchIt.rbToggled.rbHovered .rbIcon,
  .RadButton_MatchIt.rbHovered .rbToggleCheckboxChecked.rbIcon,
  .RadButton_MatchIt.rbHovered .rbToggleRadioChecked.rbIcon,
  .RadButton_MatchIt.rbHovered .rbText.rbToggleCheckboxChecked:before,
  .RadButton_MatchIt.rbHovered .rbText.rbToggleRadioChecked:before {
    color: #607D8B; }
  .RadButton_MatchIt:focus .rbToggleCheckbox:before,
  .RadButton_MatchIt:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(69, 90, 100, 0.5); }
  .RadButton_MatchIt:focus .rbToggleCheckboxChecked:before,
  .RadButton_MatchIt:focus .rbToggleCheckboxFilled:before,
  .RadButton_MatchIt:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(3, 169, 244, 0.5); }
  .RadButton_MatchIt.rbCheckBox, .RadButton_MatchIt.rbRadioButton {
    overflow: visible; }
  .RadButton_MatchIt.rbPrimaryButton .rbIcon {
    color: #ffffff; }
  .RadButton_MatchIt.rbPrimaryButton.rbHovered .rbIcon {
    color: #ffffff; }
  .RadButton_MatchIt.rbPrimaryButton.rbCheckBox .rbToggleCheckboxChecked.rbIcon,
  .RadButton_MatchIt.rbPrimaryButton.rbRadioButton .rbToggleRadioChecked.rbIcon,
  .RadButton_MatchIt.rbPrimaryButton.rbToggled .rbToggleCheckBoxChecked.rbIcon,
  .RadButton_MatchIt.rbPrimaryButton.rbToggled .rbToggleRadioChecked.rbIcon {
    color: #ffffff; }
  .RadButton_MatchIt.rbPrimaryButton.rbToggled.rbHovered .rbIcon,
  .RadButton_MatchIt.rbPrimaryButton.rbHovered .rbToggleCheckboxChecked.rbIcon,
  .RadButton_MatchIt.rbPrimaryButton.rbHovered .rbToggleRadioChecked.rbIcon {
    color: #ffffff; }
  .RadButton_MatchIt.rbButton.rbRtl .rbSplitPart,
  .RadButton_MatchIt.rbButton.rbRtl .rbSplitPart.rbHovered {
    border-right-color: #CFD8DC; }
  .RadButton_MatchIt.rbButton.rbRtl .rbSplitPart.rbSelected {
    border-right-color: #CFD8DC; }
  .RadButton_MatchIt.rbButton {
    padding: 8px 13px;
    border-width: 0;
    text-transform: uppercase;
    font-weight: 500; }
  .RadButton_MatchIt .rbIcon {
    width: 1.35714em;
    height: 1.35714em; }
  .RadButton_MatchIt.rbButton.rbIconOnly {
    padding: 8px; }
  .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckbox,
  .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckboxChecked,
  .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckboxFilled,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckbox,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckboxChecked,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckboxFilled,
  .RadButton_MatchIt.rbRadioButton .rbIcon.rbToggleRadio,
  .RadButton_MatchIt.rbRadioButton .rbIcon.rbToggleRadioChecked,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleRadio,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleRadioChecked {
    margin: -.22em .25em 0 -3px;
    padding-top: 0.14286em;
    font-size: 18px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckbox,
    .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckboxChecked,
    .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckboxFilled,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckbox,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckboxChecked,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckboxFilled,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleRadio,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleRadioChecked,
    .RadButton_MatchIt.rbRadioButton .rbIcon.rbToggleRadio,
    .RadButton_MatchIt.rbRadioButton .rbIcon.rbToggleRadioChecked {
      margin: -.3em .3em 0 -6px;
      padding-top: 0.07143em; }
    .RadButton_MatchIt.rbCheckBox .rbIcon:before,
    .RadButton_MatchIt.rbRadioButton .rbIcon:before,
    .RadButton_MatchIt.rbToggleButton .rbIcon:before {
      line-height: 1.5em;
      vertical-align: middle; } }
  .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckbox + .rbText,
  .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckboxChecked + .rbText,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckbox + .rbText,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckboxChecked + .rbText,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckboxFilled + .rbText,
  .RadButton_MatchIt.rbRadioButton .rbIcon.rbToggleRadio + .rbText,
  .RadButton_MatchIt.rbRadioButton .rbIcon.rbToggleRadioChecked + .rbText,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleRadio + .rbText,
  .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleRadioChecked + .rbText,
  .RadButton_MatchIt.RadCheckBox .rbText,
  .RadButton_MatchIt.RadRadioButton .rbText {
    color: #607D8B;
    vertical-align: top;
    line-height: 1.42857em;
    font-size: 0.85714em;
    font-weight: 500; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckbox + .rbText,
    .RadButton_MatchIt.rbCheckBox .rbIcon.rbToggleCheckboxChecked + .rbText,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckbox + .rbText,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckboxChecked + .rbText,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleCheckboxFilled + .rbText,
    .RadButton_MatchIt.rbRadioButton .rbIcon.rbToggleRadio + .rbText,
    .RadButton_MatchIt.rbRadioButton .rbIcon.rbToggleRadioChecked + .rbText,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleRadio + .rbText,
    .RadButton_MatchIt.rbToggleButton .rbIcon.rbToggleRadioChecked + .rbText {
      line-height: 2em;
      vertical-align: middle; } }
  .RadButton_MatchIt .rbToggleCheckbox:before,
  .RadButton_MatchIt .rbToggleCheckboxChecked:before,
  .RadButton_MatchIt .rbToggleCheckBoxChecked:before,
  .RadButton_MatchIt .rbToggleCheckboxFilled:before,
  .RadButton_MatchIt .rbToggleRadio:before,
  .RadButton_MatchIt .rbToggleRadioChecked:before,
  .RadButton_MatchIt.RadButton span.rbText.rbToggleCheckbox:before,
  .RadButton_MatchIt.RadButton span.rbText.rbToggleCheckboxChecked:before,
  .RadButton_MatchIt.RadButton span.rbText.rbToggleRadio:before,
  .RadButton_MatchIt.RadButton span.rbText.rbToggleRadioChecked:before {
    font-family: 'Material Icons';
    font-size: 18px;
    border-radius: 45px; }
  .RadButton_MatchIt .rbToggleCheckbox:before {
    content: "\e835"; }
  .RadButton_MatchIt .rbToggleCheckBoxChecked:before,
  .RadButton_MatchIt .rbToggleCheckboxChecked:before {
    content: "\e834"; }
  .RadButton_MatchIt .rbToggleCheckboxFilled:before {
    content: "\e909"; }
  .RadButton_MatchIt .rbToggleRadio:before {
    content: "\e836"; }
  .RadButton_MatchIt .rbToggleRadioChecked:before {
    content: "\e837"; }
  .RadButton_MatchIt .rbPrimaryIcon {
    margin: 0.07143em 0.35714em 0em 0em \9; }
  .RadButton_MatchIt .rbSecondaryIcon {
    margin: 0.07143em 0em 0em 0.35714em \9; }
  .RadButton_MatchIt _:-ms-fullscreen, :root .RadButton_MatchIt.rbButton .rbPrimaryIcon {
    margin: 0.07143em 0.35714em 0em 0em; }
  .RadButton_MatchIt _:-ms-fullscreen, :root .RadButton_MatchIt.rbButton .rbSecondaryIcon {
    margin: 0.07143em 0em 0em 0.35714em; }
  .RadButton_MatchIt .rbText {
    margin-top: 0;
    line-height: 1.42857em; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadButton_MatchIt .rbText {
      line-height: normal; } }
  .RadButton_MatchIt.rbButton.rbPrimaryButton {
    border-color: #abc233;
    color: #ffffff;
    background-color: #abc233; 
  }
    .RadButton_MatchIt.rbButton.rbPrimaryButton.rbHovered, .RadButton_MatchIt.rbButton.rbPrimaryButton.rbToggled.rbHovered, .RadButton_MatchIt.rbButton.rbPrimaryButton.rbFocused {
      border-color: #7CB342;
      color: #ffffff;
      background-color: #7CB342; }
    .RadButton_MatchIt.rbButton.rbPrimaryButton.rbSelected, .RadButton_MatchIt.rbButton.rbPrimaryButton.rbToggled {
      border-color: #689F38;
      color: #ffffff;
      background-color: #689F38; }
  .RadButton_MatchIt.rbButton.rbFlatButton {
    padding: 8px;
    color: #455A64;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    transition: none; }
    .RadButton_MatchIt.rbButton.rbFlatButton.rbHovered {
      color: #455A64;
      background-color: rgba(69, 90, 100, 0.12);
      box-shadow: none; }
    .RadButton_MatchIt.rbButton.rbFlatButton:focus, .RadButton_MatchIt.rbButton.rbFlatButton.rbFocused, .RadButton_MatchIt.rbButton.rbFlatButton.rbSelected {
      background-color: rgba(69, 90, 100, 0.24);
      box-shadow: none; }
    .RadButton_MatchIt.rbButton.rbFlatButton.rbPrimaryButton {
      color: #abc233; }
      .RadButton_MatchIt.rbButton.rbFlatButton.rbPrimaryButton.rbHovered {
        color: #abc233;
        background-color: rgba(139, 195, 74, 0.12); }
      .RadButton_MatchIt.rbButton.rbFlatButton.rbPrimaryButton:focus, .RadButton_MatchIt.rbButton.rbFlatButton.rbPrimaryButton.rbFocused, .RadButton_MatchIt.rbButton.rbFlatButton.rbPrimaryButton.rbSelected {
        background-color: rgba(139, 195, 74, 0.24); }
      .RadButton_MatchIt.rbButton.rbFlatButton.rbPrimaryButton .rbIcon {
        color: #607D8B; }
  .RadButton_MatchIt.RadButton.rbButton.rbDisabled, .RadButton_MatchIt.RadButton.rbButton.rbPrimaryButton.rbDisabled {
    background-color: #CFD8DC;
    color: #455A64;
    border-color: #CFD8DC;
    box-shadow: none; }
  .RadButton_MatchIt.rbRtl.RadButton.rbCheckBox .rbIcon.rbToggleCheckbox,
  .RadButton_MatchIt.rbRtl.RadButton.rbCheckBox .rbIcon.rbToggleCheckboxChecked,
  .RadButton_MatchIt.rbRtl.RadButton.rbCheckBox .rbIcon.rbToggleCheckboxFilled,
  .RadButton_MatchIt.rbRtl.RadButton.rbToggleButton .rbIcon.rbToggleCheckbox,
  .RadButton_MatchIt.rbRtl.RadButton.rbToggleButton .rbIcon.rbToggleCheckboxChecked,
  .RadButton_MatchIt.rbRtl.RadButton.rbToggleButton .rbIcon.rbToggleCheckboxFilled,
  .RadButton_MatchIt.rbRtl.RadButton.rbRadioButton .rbIcon.rbToggleRadio,
  .RadButton_MatchIt.rbRtl.RadButton.rbRadioButton .rbIcon.rbToggleRadioChecked {
    margin: -.22em 0 0 .41667em; }
  .RadButton_MatchIt.RadRadioButton.rbRtl span.rbText.rbToggleRadioChecked,
  .RadButton_MatchIt.RadRadioButton.rbRtl span.rbText.rbToggleRadio,
  .RadButton_MatchIt.RadCheckBox.rbRtl span.rbText.rbToggleCheckbox,
  .RadButton_MatchIt.RadCheckBox.rbRtl span.rbText.rbToggleCheckboxChecked {
    padding-right: 2.28571em; }
  .RadButton_MatchIt + .RadLabel {
    vertical-align: top;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle; }

span.RadButton_MatchIt.rbButton {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 1px 19px 0 16px;
  text-transform: none; }
  span.RadButton_MatchIt.rbButton:before {
    border-bottom: 1px solid #CFD8DC;
    display: block;
    position: absolute;
    right: 13px;
    bottom: 1px;
    left: 13px;
    content: ""; }
  span.RadButton_MatchIt.rbButton:hover:before, span.RadButton_MatchIt.rbButton:focus:before, span.RadButton_MatchIt.rbButton:active:before {
    display: none; }
  span.RadButton_MatchIt.rbButton.rbDisabled:focus {
    box-shadow: none; }
  span.RadButton_MatchIt.rbButton.rbDisabled:hover:before, span.RadButton_MatchIt.rbButton.rbDisabled:focus:before, span.RadButton_MatchIt.rbButton.rbDisabled:active:before {
    display: block; }
  span.RadButton_MatchIt.rbButton .rbSplitPart {
    padding: 8px;
    top: 0;
    border-color: transparent; }
  span.RadButton_MatchIt.rbButton .rbSplitPartRight {
    right: -0.35714em; }
  span.RadButton_MatchIt.rbButton .rbSplitPartLeft {
    left: 0.21429em; }
  span.RadButton_MatchIt.rbButton .rbSplitIcon:before {
    margin: -0.07143em 0em 0em -0.10714em; }
  span.RadButton_MatchIt.rbButton .rbText {
    line-height: 2.5em; }

.rbRippleContainer.t-ripple-effect-icon {
  display: inline-block;
  position: absolute;
  width: 1.64286em;
  height: 1.64286em;
  top: -1px;
  left: -1px; }

.RadCalendar_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadCalendar_MatchIt .rcTitlebar {
    border-color: #abc233;
    color: #ffffff;
    background-color: #abc233;
    padding: 5px; }
  .RadCalendar_MatchIt .rcPrev,
  .RadCalendar_MatchIt .rcNext,
  .RadCalendar_MatchIt .rcFastPrev,
  .RadCalendar_MatchIt .rcFastNext {
    margin: 0;
    padding: 8px;
    border: 0 none;
    color: #ffffff;
    background-color: #abc233;
    border-radius: 3em;
    border-color: #abc233;
    color: #ffffff;
    background-color: #abc233; }
    .RadCalendar_MatchIt .rcPrev:hover,
    .RadCalendar_MatchIt .rcNext:hover,
    .RadCalendar_MatchIt .rcFastPrev:hover,
    .RadCalendar_MatchIt .rcFastNext:hover {
      background-color: rgba(255, 255, 255, 0.24); }
  .RadCalendar_MatchIt .t-font-icon:before {
    font-size: 18px; }
  .RadCalendar_MatchIt .rcTitle {
    font-size: 1.143em;
    line-height: 1.25em;
    padding: 8px 0; }
  .RadCalendar_MatchIt .rcMain {
    border-color: #CFD8DC;
    padding: 4px; }
    .RadCalendar_MatchIt .rcMain td {
      border-color: transparent;
      text-align: center; }
  .RadCalendar_MatchIt .rcRow a,
  .RadCalendar_MatchIt .rcRow span {
    border-radius: 3em;
    color: #455A64;
    padding: 7px;
    line-height: 1.42857;
    width: 1.42857em; }
  .RadCalendar_MatchIt span.t-ripple,
  .RadCalendar_MatchIt span.t-ripple-container {
    padding: 0; }
  .RadCalendar_MatchIt .rcWeek,
  .RadCalendar_MatchIt .rcRow th {
    color: rgba(69, 90, 100, 0.6);
    line-height: 1.42857;
    width: 1.42857em; }
  .RadCalendar_MatchIt .rcWeek th {
    text-align: center;
    padding: 9px; }
  .RadCalendar_MatchIt .rcRow {
    /*td:last-child {
			padding-right: 8px;
		}

		&:last-child > th {
			padding-bottom: 17px;
		}

		&:last-child > td {
			padding-bottom: 8px;
		}*/ }
    .RadCalendar_MatchIt .rcRow th {
      padding: 9px 9px 9px 17px;
      padding: 9px; }
  .RadCalendar_MatchIt .rcMain .rcOtherMonth a,
  .RadCalendar_MatchIt .rcMain .rcOutOfRange span {
    color: rgba(69, 90, 100, 0.4); }
  .RadCalendar_MatchIt .rcToday a {
    color: #64BBE3;
    background-color: transparent; }
  .RadCalendar_MatchIt .rcSelected a {
    background-color: #64BBE3; }
  .RadCalendar_MatchIt .rcHover a {
    color: #455A64;
    background-color: #ECEFF1; }
  .RadCalendar_MatchIt .rcFocus a {
    box-shadow: 0 0 0 1px rgba(178, 192, 198, 0.5) inset; }
  .RadCalendarPopupShadows .RadCalendar_MatchIt {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadCalendarPopupShadows .RadCalendar_MatchIt .rcMain {
      border: 0 none; }

.RadCalendarMonthView_MatchIt {
  border: 0 none;
  padding: 0;
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadCalendarMonthView_MatchIt td {
    padding: 0; }
  .RadCalendarMonthView_MatchIt tr:first-child td {
    padding-top: 8px; }
  .RadCalendarMonthView_MatchIt tr:nth-last-child(2) td {
    padding-bottom: 8px; }
  .RadCalendarMonthView_MatchIt a {
    padding: 6px 13px;
    color: #455A64;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    min-width: 64px; }
  .RadCalendarMonthView_MatchIt a:hover {
    background-color: #ECEFF1;
    color: #455A64; }
  .RadCalendarMonthView_MatchIt .rcSelected a {
    background: transparent;
    color: #64BBE3; }
  .RadCalendarMonthView_MatchIt td.rcButtons {
    background-color: #f4f7f8;
    border-top: 1px solid #CFD8DC;
    text-align: right;
    padding: 6px 10px; }
    .RadCalendarMonthView_MatchIt td.rcButtons a {
      text-transform: uppercase;
      background-color: transparent;
      border: 0 none;
      padding: 8px;
      min-width: 64px;
      color: #455A64; }
      .RadCalendarMonthView_MatchIt td.rcButtons a:hover {
        background-color: rgba(69, 90, 100, 0.12); }
  .RadCalendarMonthView_MatchIt #rcMView_Today {
    float: left; }
  .RadCalendarMonthView_MatchIt #rcMView_OK {
    color: #abc233; }
    .RadCalendarMonthView_MatchIt #rcMView_OK:hover {
      background-color: rgba(139, 195, 74, 0.12); }

.RadPicker_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }
  .RadPicker_MatchIt .riLabel {
    font-size: .857em;
    color: #607D8B;
    font-weight: 500;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .RadPicker_MatchIt .RadInput {
    padding-right: 50px;
    position: relative; }
    .RadPicker_MatchIt .RadInput:before {
      content: "";
      border-bottom: 1px solid;
      border-color: inherit;
      position: absolute;
      left: 13px;
      right: 13px;
      bottom: 0; }
  .RadPicker_MatchIt .RadInputError:before {
    border-bottom-width: 2px; }
  .RadPicker_MatchIt.RadDateTimePicker .RadInput {
    padding-right: 88px; }
  .RadPicker_MatchIt input.riTextBox,
  .RadPicker_MatchIt input.riTextBox:hover {
    border-color: transparent;
    box-shadow: none;
    padding-right: 0; }
  .RadPicker_MatchIt .rcSelect {
    bottom: 0;
    right: 0;
    top: 0; }
  .RadPicker_MatchIt .rcCalPopup,
  .RadPicker_MatchIt .rcTimePopup {
    border-left: 1px solid transparent;
    color: #607D8B;
    outline: none; }
    .RadPicker_MatchIt .rcCalPopup:focus,
    .RadPicker_MatchIt .rcTimePopup:focus {
      background-color: #ECEFF1; }
    .RadPicker_MatchIt .rcCalPopup:before,
    .RadPicker_MatchIt .rcTimePopup:before {
      font-family: "Material Icons";
      font-size: 18px; }
  .RadPicker_MatchIt.rcCalPopupOpen .rcCalPopup,
  .RadPicker_MatchIt.rcMYPopupOpen .rcCalPopup,
  .RadPicker_MatchIt.rcTimePopupOpen .rcTimePopup {
    background-color: #ECEFF1; }
  .RadPicker_MatchIt:hover .RadInput:not(.RadInputDisabled), .RadPicker_MatchIt.rcMYPopupOpen .RadInput:not(.RadInputDisabled), .RadPicker_MatchIt.rcTimePopupOpen .RadInput:not(.RadInputDisabled), .RadPicker_MatchIt.rcCalPopupOpen .RadInput:not(.RadInputDisabled) {
    background-color: #f8fafb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2);
    border-color: transparent; }
    .RadPicker_MatchIt:hover .RadInput:not(.RadInputDisabled):before, .RadPicker_MatchIt.rcMYPopupOpen .RadInput:not(.RadInputDisabled):before, .RadPicker_MatchIt.rcTimePopupOpen .RadInput:not(.RadInputDisabled):before, .RadPicker_MatchIt.rcCalPopupOpen .RadInput:not(.RadInputDisabled):before {
      display: none; }
  .RadPicker_MatchIt:hover .rcCalPopup,
  .RadPicker_MatchIt:hover .rcTimePopup, .RadPicker_MatchIt.rcMYPopupOpen .rcCalPopup,
  .RadPicker_MatchIt.rcMYPopupOpen .rcTimePopup, .RadPicker_MatchIt.rcTimePopupOpen .rcCalPopup,
  .RadPicker_MatchIt.rcTimePopupOpen .rcTimePopup, .RadPicker_MatchIt.rcCalPopupOpen .rcCalPopup,
  .RadPicker_MatchIt.rcCalPopupOpen .rcTimePopup {
    border-color: #ECEFF1; }
  .RadPicker_MatchIt .rcCalPopup:before {
    content: "\e8df"; }
  .RadPicker_MatchIt .rcTimePopup:before {
    content: "\e8b5"; }

.RadCalendarMultiView_MatchIt .rcMain {
  border: 0 none;
  padding: 0; }

.RadCalendarMultiView_MatchIt .rcMainTable {
  border-collapse: collapse; }

.RadCalendarMultiView_MatchIt .rcCalendar {
  border: 0 none; }

.RadCalendarMultiView_MatchIt span.rcTitle {
  font-size: 1.429em;
  line-height: 1;
  padding: 8px 0; }

.RadCalendarMultiView_MatchIt .rcMainTable .rcTitle {
  background-color: #abc233;
  color: #ffffff;
  border: 0 none;
  border-top: 1px solid #ffffff;
  font-size: 1.143em;
  line-height: 1.25em;
  padding: 14px 0; }

.RadCalendarMultiView_MatchIt .rcRow > :first-child,
.RadCalendarMultiView_MatchIt .rcWeek > :first-child {
  border-left: 1px solid #CFD8DC; }

.RadCalendarMultiView_MatchIt .rcLastCol .rcRow > :last-child,
.RadCalendarMultiView_MatchIt .rcLastCol .rcWeek > :last-child {
  border-right: 1px solid #CFD8DC; }

.RadCalendarMultiView_MatchIt td.rcLastRow {
  border-bottom: 1px solid #CFD8DC; }

.RadCalendarTimeView_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  border: 0 none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", "Noto", sans-serif; }
  .RadCalendarTimeView_MatchIt th {
    background-color: #abc233;
    color: #ffffff;
    line-height: normal;
    font-size: 1.143em;
    padding: 14px 10px; }
  .RadCalendarTimeView_MatchIt td {
    padding: 0;
    border-color: transparent; }
  .RadCalendarTimeView_MatchIt tr:nth-child(2) td {
    padding-top: 8px; }
  .RadCalendarTimeView_MatchIt tr:last-child td {
    padding-bottom: 8px; }
  .RadCalendarTimeView_MatchIt a {
    padding: 6px 13px;
    color: #455A64;
    border: 0 none;
    border-radius: 0; }
  .RadCalendarTimeView_MatchIt td.rcSelected a {
    color: #64BBE3; }
  .RadCalendarTimeView_MatchIt td.rcHover a {
    background-color: #ECEFF1; }
  .RadCalendarTimeView_MatchIt .rcFooter {
    border-color: #CFD8DC; }

.RadCloudUpload_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }
  .RadCloudUpload_MatchIt .rcuFileWrap {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    border: 0;
    border-radius: 4px;
    padding: 8px 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase; }
  .RadCloudUpload_MatchIt .rcuHeader .rcuToggleButton {
    border: 0;
    right: 12px; }
  .RadCloudUpload_MatchIt .rcuInfoPanel {
    border-color: #CFD8DC;
    border-radius: 2px; }
  .RadCloudUpload_MatchIt .rcuHeader {
    padding: 10px 13px;
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    background-image: none; }
    .RadCloudUpload_MatchIt .rcuHeader .p-i-loading {
      margin-right: 12px;
      margin-left: -2px; }
  .RadCloudUpload_MatchIt .rcuBody {
    padding: 0;
    border: 0;
    background-color: #f4f7f8; }
  .RadCloudUpload_MatchIt .rcuFileList {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    margin: 0;
    border-width: 1px 0 0; }
  .RadCloudUpload_MatchIt .rcuLI {
    padding-left: 26px; }
  .RadCloudUpload_MatchIt .rcuFileName,
  .RadCloudUpload_MatchIt .rcuFileSize {
    padding: 14px; }
  .RadCloudUpload_MatchIt .rcuProgressBar {
    top: 21px;
    border: 0;
    background-color: #CFD8DC; }
  .RadCloudUpload_MatchIt .rcuProgress {
    border-color: #ffffff;
    background-color: #abc233; }
  .RadCloudUpload_MatchIt .rcuButtons {
    right: 12px; }
  .RadCloudUpload_MatchIt .p-icon {
    color: #607D8B; }
    .RadCloudUpload_MatchIt .p-icon:before {
      font: 18px/1 "Material Icons"; }
  .RadCloudUpload_MatchIt .rcuLI > .p-icon {
    left: 18px; }
  .RadCloudUpload_MatchIt .p-i-arrow-60-down:before {
    content: "\e5c5"; }
  .RadCloudUpload_MatchIt .p-i-arrow-60-up:before {
    content: "\e5c7"; }
  .RadCloudUpload_MatchIt .p-i-check:before {
    content: "\e876"; }
  .RadCloudUpload_MatchIt .p-i-loading {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading_small.gif")%>'); }
  .RadCloudUpload_MatchIt .p-i-upload:before {
    content: "\e2c6"; }
  .RadCloudUpload_MatchIt .p-i-x:before {
    content: "\e14c"; }
  .RadCloudUpload_MatchIt .p-i-info:before {
    content: "\e001"; }
  .RadCloudUpload_MatchIt .p-i-trash:before {
    content: "\e872"; }
  .RadCloudUpload_MatchIt .p-i-cancel:before {
    content: "\e033"; }
  .RadCloudUpload_MatchIt .rcuDropZone {
    color: #455A64;
    border: 0;
    background-color: rgba(244, 247, 248, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadCloudUpload_MatchIt .rcuHovered.rcuFileWrap {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadCloudUpload_MatchIt .rcuHovered .p-icon {
    color: #263238; }
  .RadCloudUpload_MatchIt .rcuPressed.rcuFileWrap {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2); }
  .RadCloudUpload_MatchIt .rcuButton,
  .RadCloudUpload_MatchIt .p-icon {
    transition: color .2s ease-in-out, background .2s ease-in-out; }

.rcuToolTip_MatchIt {
  font-family: "Roboto", "Noto", sans-serif;
  font-size: 0.86em;
  color: #ffffff;
  background: #455A64;
  border-radius: 2px;
  box-shadow: none; }
  .rcuToolTip_MatchIt:before {
    display: none; }

.RadColorPicker_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }
  .RadColorPicker_MatchIt .rcpPalette {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.2); }
  .RadColorPicker_MatchIt .rcpIcon ~ .rcpPalette {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2); }
  .RadColorPicker_MatchIt .rcpHeader {
    background-color: #f4f7f8; }
  .RadColorPicker_MatchIt .rcpImageButton,
  .RadColorPicker_MatchIt a.rslDraghandle:before {
    color: #607D8B; }
  .RadColorPicker_MatchIt .rcpImageButton:hover {
    color: #263238; }
  .RadColorPicker_MatchIt .rcpIcon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadColorPicker_MatchIt .rcpIcon em,
  .RadColorPicker_MatchIt .rcpColorPreview,
  .RadColorPicker_MatchIt .rcpInput,
  .RadColorPicker_MatchIt .rcpHexInput,
  .RadColorPicker_MatchIt .rcpMillionColorsPalette,
  .RadColorPicker_MatchIt .rcpMillionColorsSlider div.rslTrack {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent; }
  .RadColorPicker_MatchIt .rcpIcon em:hover,
  .RadColorPicker_MatchIt .rcpColorPreview:hover,
  .RadColorPicker_MatchIt .rcpInput:hover,
  .RadColorPicker_MatchIt .rcpHexInput:hover,
  .RadColorPicker_MatchIt .rcpMillionColorsPalette:hover,
  .RadColorPicker_MatchIt .rcpMillionColorsSlider div.rslTrack:hover {
    background-color: transparent;
    color: #455A64;
    border-color: #90A4AE; }
  .RadColorPicker_MatchIt .rcpIcon em:active,
  .RadColorPicker_MatchIt .rcpColorPreview:active,
  .RadColorPicker_MatchIt .rcpInput:active,
  .RadColorPicker_MatchIt .rcpHexInput:active,
  .RadColorPicker_MatchIt .rcpMillionColorsPalette:active,
  .RadColorPicker_MatchIt .rcpMillionColorsSlider div.rslTrack:active,
  .RadColorPicker_MatchIt .rcpIcon em:focus,
  .RadColorPicker_MatchIt .rcpColorPreview:focus,
  .RadColorPicker_MatchIt .rcpInput:focus,
  .RadColorPicker_MatchIt .rcpHexInput:focus,
  .RadColorPicker_MatchIt .rcpMillionColorsPalette:focus,
  .RadColorPicker_MatchIt .rcpMillionColorsSlider div.rslTrack:focus {
    border-color: #abc233;
    color: #455A64;
    background-color: transparent; }
  .RadColorPicker_MatchIt .rcpIcon a,
  .RadColorPicker_MatchIt .rcpTabs li,
  .RadColorPicker_MatchIt .rcpButton {
    border: 0;
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
  .RadColorPicker_MatchIt .rcpIcon a:hover,
  .RadColorPicker_MatchIt .rcpTabs li:hover,
  .RadColorPicker_MatchIt .rcpButton:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadColorPicker_MatchIt .rcpTabs .rcpSelectedTab,
  .RadColorPicker_MatchIt .rcpTabs .rcpSelectedTab:hover {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .RadColorPicker_MatchIt .rcpIcon a:focus {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadColorPicker_MatchIt .rcpIcon a:active:before,
  .RadColorPicker_MatchIt .rcpTabs .rcpSelectedTab a,
  .RadColorPicker_MatchIt .rcpTabs .rcpSelectedTab:hover a {
    color: #455A64; }
  .RadColorPicker_MatchIt.rcpCustomColorWrapper {
    width: 28em !important;
    height: 21.28571em !important; }
    .RadColorPicker_MatchIt.rcpCustomColorWrapper .rcpPalette {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadColorPicker_MatchIt .rcpIcon,
  .RadColorPicker_MatchIt .rcpIcon a,
  .RadColorPicker_MatchIt .rcpButton {
    border-radius: 0.14286em; }
  .RadColorPicker_MatchIt .rcpIcon a:before {
    right: 0.46429em; }
  .RadColorPicker_MatchIt .rcpIcon a.t-ripple-effect {
    border: 0px solid transparent; }
  .RadColorPicker_MatchIt .rcpIcon a.t-ripple-effect:before {
    right: 0.5em; }
  .RadColorPicker_MatchIt .rcpViews,
  .RadColorPicker_MatchIt .rcpPageView {
    padding: 0; }
  .RadColorPicker_MatchIt .rcpViews {
    margin: 0em 0em 0em -0.21429em;
    background-color: #ffffff; }
  .RadColorPicker_MatchIt .rcpPalette {
    padding: 0;
    border-radius: 0.14286em 0.14286em 0em 0em;
    border: none; }
  .RadColorPicker_MatchIt .rcpHeader {
    height: 3.42857em;
    margin: 0em 0em 0em -0.21429em;
    padding: 0;
    border: 0;
    border-radius: 0.14286em 0.14286em 0em 0em; }
  .RadColorPicker_MatchIt .rcpColorPreview {
    width: 5.14286em;
    height: 3.42857em;
    border: 0; }
  .RadColorPicker_MatchIt .rcpPalette .rcpHeader .rcpHexInput,
  .RadColorPicker_MatchIt .rcpPalette .rcpHeader .rcpInput {
    height: 3.21429em;
    padding: 0em 0.71429em; }
  .RadColorPicker_MatchIt .rcpHexInput,
  .RadForm.rfdTextbox .RadColorPicker_MatchIt input.rcpHexInput {
    width: 5.71429em;
    border: 0;
    border-radius: 0; }
  .RadForm.rfdTextbox .RadColorPicker_MatchIt input.rcpHexInput:hover,
  .RadForm.rfdTextbox .RadColorPicker_MatchIt input.rcpHexInput:active,
  .RadForm.rfdTextbox .RadColorPicker_MatchIt input.rcpHexInput:focus {
    background-color: transparent; }
  .RadColorPicker_MatchIt .rcpImageButton {
    width: 3.42857em;
    height: 3.42857em;
    margin-left: 0;
    text-align: center;
    position: relative;
    overflow: hidden; }
  .RadColorPicker_MatchIt .rcpImageButton:before {
    margin: auto;
    position: absolute;
    height: 1em;
    line-height: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .RadColorPicker_MatchIt .rcpButton {
    overflow: hidden;
    height: 3.42857em;
    line-height: 3.42857em;
    margin: 0;
    padding: 0em 1.14286em;
    border: 0;
    border-radius: 0; }
  .RadColorPicker_MatchIt .rcpPageView {
    margin: 0; }
  .RadColorPicker_MatchIt .rcpRecentColorsWrapper {
    padding: 0.71429em 0em 0.71429em 0.71429em; }
    .RadColorPicker_MatchIt .rcpRecentColorsWrapper .rcpRecentColorsLabel {
      padding: 0;
      font-size: 0.85714em;
      color: #607D8B; }
    .RadColorPicker_MatchIt .rcpRecentColorsWrapper .rcpRecentColors {
      padding: 0; }
  .RadColorPicker_MatchIt .rcpTabs {
    left: -0.14286em;
    bottom: -3.42857em; }
    .RadColorPicker_MatchIt .rcpTabs _::-moz-range-track, body:last-child .RadColorPicker_MatchIt .rcpTabs {
      bottom: -3.5em; }
    .RadColorPicker_MatchIt .rcpTabs ul {
      width: 100%; }
    .RadColorPicker_MatchIt .rcpTabs li {
      width: 25%;
      border-width: 2px 0 0;
      border-style: solid;
      border-color: #f4f7f8;
      padding: 0.89286em 0em;
      box-sizing: border-box;
      text-transform: uppercase;
      text-align: center;
      overflow: hidden; }
    .RadColorPicker_MatchIt .rcpTabs li:active,
    .RadColorPicker_MatchIt .rcpTabs .rcpSelectedTab {
      border-color: #abc233;
      border-radius: 0; }
    .RadColorPicker_MatchIt .rcpTabs .rcpSelectedTab a,
    .RadColorPicker_MatchIt .rcpTabs .rcpSelectedTab:hover a {
      color: #abc233; }
    .RadColorPicker_MatchIt .rcpTabs a,
    .RadColorPicker_MatchIt .rcpTabs .rcpSelectedTab a {
      line-height: normal;
      background-image: none; }
    .RadColorPicker_MatchIt .rcpTabs .rcpSelectedTab + li {
      margin: 1px 0 0; }
  .RadColorPicker_MatchIt .rcpInput,
  .RadForm.rfdTextbox .RadColorPicker_MatchIt input.rcpInput {
    padding: 0;
    border-width: 0 0 1px;
    border-radius: 0; }
  .RadColorPicker_MatchIt .rcpInput:active,
  .RadForm.rfdTextbox .RadColorPicker_MatchIt input.rcpInput:active,
  .RadColorPicker_MatchIt .rcpInput:focus,
  .RadForm.rfdTextbox .RadColorPicker_MatchIt input.rcpInput:focus {
    border-width: 0 0 2px; }
  .RadColorPicker_MatchIt .rcpSlider .rslTrack a.rslDraghandle:before {
    content: "";
    display: none; }
  .RadColorPicker_MatchIt .rcpSlider .rslTrack a.rslDraghandle,
  .RadColorPicker_MatchIt .rcpSlider .rslTrack a.rslDraghandle:hover {
    width: 0.85714em;
    height: 0.85714em;
    border-radius: 3.21429em;
    background-color: #abc233;
    border-color: #abc233; }
  .RadColorPicker_MatchIt .rcpSlider .rslTrack a.rslDraghandle:active {
    width: 1.28571em;
    height: 1.28571em; }
  .RadColorPicker_MatchIt .rcpMillionColorsPalette,
  .RadColorPicker_MatchIt .rcpHsvPageView .rcpMillionColorsPalette {
    width: 21.85714em;
    height: 17.85714em;
    border: 0; }
  .RadColorPicker_MatchIt div.rcpMillionColorsSlider {
    margin: 0.71429em 0em 0.71429em 1.28571em; }
  .RadColorPicker_MatchIt .rcpMillionColorsPageView .rcpInputsWrapper {
    width: 4.28571em;
    margin: 0em 0em 0.35714em -1em; }
    .RadColorPicker_MatchIt .rcpMillionColorsPageView .rcpInputsWrapper .rcpInput,
    .RadForm.rfdTextbox .RadColorPicker_MatchIt .rcpMillionColorsPageView .rcpInputsWrapper input.rcpInput {
      width: 2.85714em;
      padding: 0.60714em 0em; }
  .RadColorPicker_MatchIt .rcpPalette label, .RadColorPicker_MatchIt .rcpRecentColorsLabel {
    line-height: 2.71429em; }
  .RadColorPicker_MatchIt div.rcpMillionColorsSlider div.rslVertical .rslTrack {
    border: 0; }
  .RadColorPicker_MatchIt div.rcpMillionColorsSlider div.rslVertical a.rslDraghandle {
    width: 0.85714em;
    height: 0.85714em;
    border-radius: 3.21429em;
    background-color: #abc233;
    border-color: #abc233;
    margin-left: -0.35714em;
    text-indent: -9999px; }
  .RadColorPicker_MatchIt div.rcpMillionColorsSlider div.rslVertical a.rslDraghandle:active {
    width: 1.28571em;
    height: 1.28571em;
    margin-left: -0.57143em; }
  .RadColorPicker_MatchIt div.rcpMillionColorsSlider div.rslVertical a.rslDraghandle:before {
    content: ""; }
  .RadColorPicker_MatchIt .rcpRGBPageView .rcpSlider {
    margin: 1em 0em 0em; }
  .RadColorPicker_MatchIt .rcpRGBPageView ul li {
    margin-bottom: 0; }
  .RadColorPicker_MatchIt .rcpRGBPageView label {
    padding: 0em 0em 0em 0.71429em;
    line-height: 3.42857em;
    color: #607D8B; }
  .RadColorPicker_MatchIt .rcpRGBPageView .rcpInput,
  .RadForm.rfdTextbox .RadColorPicker_MatchIt .rcpRGBPageView input.rcpInput {
    width: 2.85714em;
    margin: 0em 0.71429em 0em 1.07143em;
    padding: 0.60714em 0em; }
  .RadColorPicker_MatchIt .rcpIcon {
    padding: 8px 0;
    width: 5.14286em; }
  .RadColorPicker_MatchIt .rcpIcon em {
    border: 0 none;
    height: 2.57143em;
    margin: -0.57143em 0em 0em;
    width: 2.57143em; }
  .RadColorPicker_MatchIt .rcpEmptyColorPreview:before {
    content: "";
    margin: 24px 0 0 -12px;
    width: 100px;
    height: 2px;
    transform: rotate(-45deg);
    background-color: #f34235; }
  .RadColorPicker_MatchIt .rcpEmptyIcon em:before {
    content: "";
    margin: 0 0 0 -10px;
    width: 65px;
    height: 2px;
    transform: rotate(-45deg);
    background-color: #f34235; }

.RadColorPickerRTL .rcpEmptyColorPreview:before {
  margin: 33px -7px 0 6px;
  width: 101px; }

.RadColorPickerRTL .rcpTabs ul {
  margin-right: 0.2em; }

.RadColorPickerRTL .rcpEmptyIcon em:before {
  margin: 18px -12px 0 -10px; }

.RadComboBox_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadComboBox_MatchIt .rcbInner {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent;
    padding: 8px 50px 8px 13px;
    border-width: 0;
    border-radius: 2px;
    transition: all 0.2s ease-in-out; }
    .RadComboBox_MatchIt .rcbInner:before {
      content: "";
      border-bottom: 1px solid;
      border-color: inherit;
      position: absolute;
      left: 13px;
      right: 13px;
      bottom: 0; }
  .RadComboBox_MatchIt .rcbInner.rcbToggleButtonHidden {
    padding-right: 13px; }
  .RadComboBox_MatchIt .p-icon:before {
    font-size: 18px;
    font-family: "Material Icons";
    content: "\e5c5"; }
  .RadComboBox_MatchIt .rcbActionButton {
    padding: 8px;
    border-color: transparent;
    border-radius: 0 2px 2px 0;
    transition: all 0.2s ease-in-out; }
    .RadComboBox_MatchIt .rcbActionButton .p-icon {
      width: 1.42857em; }
  .RadComboBox_MatchIt .rcbLabel {
    padding-top: 10px;
    font-weight: 500;
    font-size: 0.857em;
    color: #607D8B; }
  .RadComboBox_MatchIt .rcbHovered {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadComboBox_MatchIt .rcbHovered:before {
      display: none; }
  .RadComboBox_MatchIt .rcbHovered .rcbActionButton {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadComboBox_MatchIt .rcbFocused,
  .RadComboBox_MatchIt .rcbExpanded {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadComboBox_MatchIt .rcbFocused:before,
    .RadComboBox_MatchIt .rcbExpanded:before {
      display: none; }
    .RadComboBox_MatchIt .rcbFocused .rcbActionButton,
    .RadComboBox_MatchIt .rcbExpanded .rcbActionButton {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: #ffffff; }
  .RadComboBox_MatchIt .rcbReadOnly.rcbHovered {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadComboBox_MatchIt .rcbReadOnly.rcbFocused {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff; }

.RadComboBox_MatchIt_rtl .rcbInner {
  padding-left: 30px;
  padding-right: 13px; }

.RadComboBox_MatchIt_rtl .rcbInner.rcbToggleButtonHidden {
  padding-left: 13px; }

.RadComboBox_MatchIt_rtl .rcbActionButton {
  border-radius: 2px 0 0 2px; }

.RadComboBoxDropDown_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  border: 0;
  border-radius: 2px;
  font-family: "Roboto", "Noto", sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadComboBoxDropDown_MatchIt .rcbList {
    padding: 8px 0; }
  .RadComboBoxDropDown_MatchIt .rcbHeader,
  .RadComboBoxDropDown_MatchIt .rcbFooter, .RadComboBoxDropDown_MatchIt .rcbCheckAllItems, .RadComboBoxDropDown_MatchIt .rcbMoreResults {
    border-color: #CFD8DC;
    padding: 6px 13px; }
  .RadComboBoxDropDown_MatchIt .rcbItem,
  .RadComboBoxDropDown_MatchIt .rcbHovered,
  .RadComboBoxDropDown_MatchIt .rcbSelected,
  .RadComboBoxDropDown_MatchIt .rcbDisabled,
  .RadComboBoxDropDown_MatchIt .rcbLoading {
    padding: 6px 13px; }
  .RadComboBoxDropDown_MatchIt .rcbItem > label,
  .RadComboBoxDropDown_MatchIt .rcbHovered > label,
  .RadComboBoxDropDown_MatchIt .rcbSelected > label,
  .RadComboBoxDropDown_MatchIt .rcbDisabled > label,
  .RadComboBoxDropDown_MatchIt .rcbCheckAllItems > label,
  .RadComboBoxDropDown_MatchIt .rcbCheckAllItemsHovered > label {
    margin: -6px -13px;
    padding: 6px 13px; }
  .RadComboBoxDropDown_MatchIt .rcbSeparator {
    font-weight: 500;
    color: #ffffff;
    background-color: #abc233; }
  .RadComboBoxDropDown_MatchIt .p-icon:before {
    font-size: 18px;
    font-family: "Material Icons";
    content: "\e5c5"; }
  .RadComboBoxDropDown_MatchIt .rcbHovered {
    color: #455A64;
    background-color: #ECEFF1; }
  .RadComboBoxDropDown_MatchIt .rcbSelected {
    color: #64BBE3;
    background-color: transparent; }
  .RadComboBoxDropDown_MatchIt .rcbLoading {
    color: #455A64;
    background-color: #ECEFF1; }
  .RadComboBoxDropDown_MatchIt .rcbItem em {
    color: #455A64;
    background-color: #ECEFF1; }
  .RadComboBoxDropDown_MatchIt .rcbCheckAllItems {
    padding: 6px 13px; }
  .RadComboBoxDropDown_MatchIt .rcbCheckAllItemsHovered {
    color: #455A64;
    background-color: #ECEFF1;
    padding: 6px 13px; }

.RadDataForm_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadDataForm_MatchIt .rdfLegend,
  .RadDataForm_MatchIt .rdfBorders {
    border-color: #CFD8DC; }
  .RadDataForm_MatchIt .rdfHr {
    color: #CFD8DC; }
  .RadDataForm_MatchIt .rdfFieldHint {
    color: #ccd7dc; }

.RadDataPager_MatchIt {
  color: #455A64;
  padding: 5px;
  border: 1px solid #CFD8DC;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadDataPager_MatchIt .rdpIcon:before {
    font-family: "WebComponentsIcons"; }
  .RadDataPager_MatchIt .rdpAdvPart {
    line-height: inherit; }
  .RadDataPager_MatchIt .rdpNumPart a {
    color: #ffffff; }
    .RadDataPager_MatchIt .rdpNumPart a .t-ripple {
      border-radius: 90px; }
  .RadDataPager_MatchIt .rdpPagerButton {
    border: 0 none;
    background-color: #f4f7f8;
    color: #455A64;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadDataPager_MatchIt .rdpActionButton {
    border-radius: 90px; }
    .RadDataPager_MatchIt .rdpActionButton:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
  .RadDataPager_MatchIt .rdpNumPart a {
    color: #455A64;
    text-align: center;
    border-width: 0;
    padding: 8px;
    min-width: 1.42857em; }
    .RadDataPager_MatchIt .rdpNumPart a:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1;
      border-radius: 90px; }
    .RadDataPager_MatchIt .rdpNumPart a.rdpCurrentPage {
      border-bottom: 2px solid #abc233;
      color: #abc233;
      background: none;
      border-radius: 0;
      margin-bottom: -5px;
      padding-bottom: 11px; }
  .RadDataPager_MatchIt .RadInput,
  .RadDataPager_MatchIt .RadComboBox,
  .RadDataPager_MatchIt .RadDropDownList {
    min-width: 90px; }
  .RadDataPager_MatchIt .rdpActionButton {
    box-sizing: content-box; }
  .RadDataPager_MatchIt .rdpPagerButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    padding: 8px 13px;
    border-radius: 0; }
    .RadDataPager_MatchIt .rdpPagerButton:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
  .RadDataPager_MatchIt .rdpInfoPart,
  .RadDataPager_MatchIt .rdpSliderLabel,
  .RadDataPager_MatchIt .rdpPagerLabel {
    font-size: .857em;
    color: #607D8B;
    font-weight: 500;
    line-height: 1.66667;
    padding-top: 8px;
    padding-bottom: 8px; }
    .RadDataPager_MatchIt .rdpInfoPart strong,
    .RadDataPager_MatchIt .rdpSliderLabel strong,
    .RadDataPager_MatchIt .rdpPagerLabel strong {
      font-weight: 500;
      font-size: 1.167em;
      line-height: 1.42857;
      color: #455A64; }
  .RadDataPager_MatchIt .RadSlider {
    margin: 7px 0; }

.RadDataPager_MatchIt .rdpActionButton {
  box-sizing: content-box;
  border: 0 none;
  background: none;
  padding: 8px;
  color: #607D8B; }

.RadDock_MatchIt {
  font-family: "Roboto", "Noto", sans-serif;
  background-color: #ffffff;
  color: #455A64;
  border-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadDock_MatchIt.rdDragHelper {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2); }
  .RadDock_MatchIt .rdTitleWrapper {
    background-color: #abc233;
    color: #ffffff;
    border-bottom-color: #abc233; }
  .RadDock_MatchIt .rdTitleWrapper .rdTitle {
    color: #ffffff; }
  .RadDock_MatchIt .rdCommandButton {
    color: #ffffff; }
  .RadDock_MatchIt .rdListItem:hover {
    background-color: rgba(255, 255, 255, 0.12); }
  .RadDock_MatchIt .rdContentWrapper {
    color: #455A64; }
  .RadDock_MatchIt.RadDock_Collapsed .rdTitleWrapper {
    border-bottom-color: #abc233; }
  .RadDock_MatchIt.rdRoundedCorner {
    border-radius: 0.14286em; }
  .RadDock_MatchIt.rdRoundedCorner .rdTitleWrapper, .RadDock_MatchIt.rdCollapsed.rdRoundedCorner,
  .RadDock_MatchIt.rdCollapsed.rdRoundedCorner .rdTitleWrapper {
    border-radius: 0.14286em 0.14286em 0em 0em; }
  .RadDock_MatchIt.rdRoundedCorner .rdContentWrapper {
    border-radius: 0em 0em 0.14286em 0.14286em; }
  .RadDock_MatchIt.rdNone .rdContentWrapper {
    border-radius: 0.14286em; }
  .RadDock_MatchIt .rdTitleWrapper {
    margin: -1px;
    padding: 14px 14px 13px; }
  .RadDock_MatchIt .rdTitleWrapper .rdTitle {
    padding: 5px 0;
    margin: -7px 0 -3px;
    font-size: 1.42857em;
    line-height: 1em; }
  .RadDock_MatchIt .rdCommands {
    margin: -1.28571em 0em 0em;
    right: 1.14286em; }
  .RadDock_MatchIt .rdListItem {
    margin: 0em 0em 0em 0.42857em;
    line-height: 1.42857em;
    padding: 7px;
    border-radius: 45px; }
  .RadDock_MatchIt .rdContent {
    margin: 0.92857em 1.14286em; }
  .RadDock_MatchIt .t-ripple-container {
    margin-top: -0.07143em;
    margin-left: -0.07143em; }

.RadDropDownList_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadDropDownList_MatchIt .rddlInner {
    padding: 8px 36px 8px 13px;
    overflow: visible;
    border: 0;
    border-radius: 2px;
    transition: all .2s ease-in-out; }
    .RadDropDownList_MatchIt .rddlInner:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 13px;
      right: 13px;
      border-bottom: 1px solid #CFD8DC; }
  .RadDropDownList_MatchIt .rddlSelect {
    padding: 8px;
    width: 1.42857em; }
  .RadDropDownList_MatchIt .p-i-arrow-60-down:before {
    font-size: 18px;
    font-family: "Material Icons";
    content: "\e5c5"; }
  .RadDropDownList_MatchIt .rddlHovered {
    color: #455A64;
    background-color: #ECEFF1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadDropDownList_MatchIt .rddlHovered:before {
      display: none; }
  .RadDropDownList_MatchIt .rddlFocused {
    color: #455A64;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px 2px 0 0; }
    .RadDropDownList_MatchIt .rddlFocused:before {
      left: 0;
      right: 0; }

.rddlPopup_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  border-width: 0;
  border-radius: 2px;
  font-family: "Roboto", "Noto", sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .rddlPopup_MatchIt .rddlList {
    padding: 8px 0; }
  .rddlPopup_MatchIt .rddlItem {
    padding: 6px 13px; }
  .rddlPopup_MatchIt .rddlItemHovered, .rddlPopup_MatchIt .rddlItemLoading {
    color: #455A64;
    background-color: #ECEFF1; }
  .rddlPopup_MatchIt .rddlItemSelected {
    color: #64BBE3;
    background-color: transparent; }

.RadDropDownTree_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadDropDownTree_MatchIt .rddtInner {
    height: auto;
    padding: 8px 36px 8px 13px;
    overflow: visible;
    border: 0;
    border-radius: 2px;
    transition: all .2s ease-in-out; }
    .RadDropDownTree_MatchIt .rddtInner:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 13px;
      right: 13px;
      border-bottom: 1px solid #CFD8DC; }
  .RadDropDownTree_MatchIt .rddtExtraPadding {
    padding-right: 60px; }
  .RadDropDownTree_MatchIt .rddtFakeInput {
    height: auto;
    line-height: 1.42857;
    height: 1.42857em; }
  .RadDropDownTree_MatchIt .rddtClearButton {
    right: 35px; }
  .RadDropDownTree_MatchIt .rddtIcon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 50%;
    margin-top: -12px;
    right: 6px;
    font-size: 18px;
    font-family: "Material Icons"; }
    .RadDropDownTree_MatchIt .rddtIcon:before {
      content: "\e5c5";
      vertical-align: initial; }
  .RadDropDownTree_MatchIt .rddtHovered {
    color: #455A64;
    background-color: #ECEFF1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadDropDownTree_MatchIt .rddtHovered:before {
      display: none; }
    .RadDropDownTree_MatchIt .rddtHovered .rddtIcon {
      color: #263238; }
  .RadDropDownTree_MatchIt .rddtFocused {
    color: #455A64;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px 2px 0 0; }
    .RadDropDownTree_MatchIt .rddtFocused:before {
      left: 0;
      right: 0; }
    .RadDropDownTree_MatchIt .rddtFocused .p-icon {
      color: #263238; }

.rddtPopup_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  padding: 8px 0;
  border: 0;
  border-radius: 2px;
  font-family: "Roboto", "Noto", sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .rddtPopup_MatchIt .rddtFilter {
    padding: 0 13px 8px;
    border: 0; }
  .rddtPopup_MatchIt .rddtFilterInput {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent;
    padding: 8px 0;
    outline: 0;
    border-width: 0 0 1px; }
  .rddtPopup_MatchIt .RadTreeView {
    padding: 0; }
  .rddtPopup_MatchIt .RadTreeView em {
    color: #455A64;
    background-color: #ECEFF1; }
  .rddtPopup_MatchIt .RadTreeView .rtLines .rtLI:before,
  .rddtPopup_MatchIt .RadTreeView .rtLines .rtOut:before {
    display: none; }
  .rddtPopup_MatchIt .rddtFilterInput.rddtHovered {
    border-color: #90A4AE;
    color: #455A64;
    background-color: transparent; }
  .rddtPopup_MatchIt .rddtFilterInput.rddtFocused {
    border-bottom-color: #abc233;
    box-shadow: 0 1px 0 #abc233; }

.RadEditor_MatchIt {
  background-color: #f4f7f8;
  border-color: #CFD8DC;
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadEditor_MatchIt .RadRibbonBar a.reDropdown {
    height: auto;
    padding: 8px 13px; }
    .RadEditor_MatchIt .RadRibbonBar a.reDropdown:before {
      margin-top: -0.64286em; }
  .RadEditor_MatchIt .RadRibbonBar .reTool {
    width: 2.35714em;
    height: 2.35714em;
    border-radius: 0;
    border-width: 1px 0 1px 1px; }
    .RadEditor_MatchIt .RadRibbonBar .reTool.rrbSmallButton {
      width: 1.42857em;
      height: 1.42857em; }
    .RadEditor_MatchIt .RadRibbonBar .reTool:first-child {
      border-radius: 0.28571em 0em 0em 0.28571em; }
    .RadEditor_MatchIt .RadRibbonBar .reTool:last-child {
      border-radius: 0em 0.28571em 0.28571em 0em;
      border-width: 1px; }
    .RadEditor_MatchIt .RadRibbonBar .reTool.reSplitButton {
      min-width: 4em;
      height: 2.14286em; }
      .RadEditor_MatchIt .RadRibbonBar .reTool.reSplitButton .reSplitArrow:before {
        margin: 9px auto auto; }
  .RadEditor_MatchIt .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
    width: 2.28571em;
    height: 2.28571em; }
    .RadEditor_MatchIt .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
      font-size: 16px;
      vertical-align: top; }
  .RadEditor_MatchIt .RadRibbonBar .rrbMediumButton.reRibbonTool {
    height: 1.39286em; }
    .RadEditor_MatchIt .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
      margin-top: -0.78571em;
      height: 1.78571em; }
      .RadEditor_MatchIt .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
        vertical-align: text-top; }
  .RadEditor_MatchIt .RadRibbonBar .rrbLargeButton {
    width: inherit;
    height: 4.64286em; }
    .RadEditor_MatchIt .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
      height: 2.85714em; }
      .RadEditor_MatchIt .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
        font-size: 32px;
        vertical-align: text-top; }
  .RadEditor_MatchIt.rePopupContainer,
  .RadEditor_MatchIt .rePopupTitle,
  .RadEditor_MatchIt .reCommentInfoPanel,
  .RadEditor_MatchIt .reCommentView,
  .RadEditor_MatchIt .reCommentViewText,
  .RadEditor_MatchIt .reCommentEdit {
    background-color: #f4f7f8;
    border-color: #CFD8DC; }
  .RadEditor_MatchIt.rePopupContainer,
  .RadEditor_MatchIt .rePopupTitle,
  .RadEditor_MatchIt .reCommentInfoPanel,
  .RadEditor_MatchIt .reCommentView,
  .RadEditor_MatchIt .reCommentViewText,
  .RadEditor_MatchIt .reCommentEdit {
    background-color: #abc233; }
  .RadEditor_MatchIt .reTool {
    color: #607D8B; }
  .RadEditor_MatchIt .reTool:hover,
  .RadEditor_MatchIt .reToolText:hover,
  .RadEditor_MatchIt .reDropdown:hover,
  .RadEditor_MatchIt.reInsertTable .reTool:hover:before,
  .RadEditor_MatchIt .rePopupButton:hover,
  .RadEditor_MatchIt .reCommentButton:hover,
  .RadEditor_MatchIt .reAjaxSpellButton:hover {
    background-color: #ECEFF1;
    color: #455A64; }
  .RadEditor_MatchIt .reTool:active,
  .RadEditor_MatchIt .reTool:focus,
  .RadEditor_MatchIt .reToolText:active,
  .RadEditor_MatchIt .reToolText:focus,
  .RadEditor_MatchIt .reToolSelected,
  .RadEditor_MatchIt .reToolSelected:hover,
  .RadEditor_MatchIt .reModes a:active,
  .RadEditor_MatchIt .reDropdown:active,
  .RadEditor_MatchIt .reDropdown:focus,
  .RadEditor_MatchIt .rePopupButton:active,
  .RadEditor_MatchIt .rePopupButton:focus,
  .RadEditor_MatchIt .reCommentButton:active,
  .RadEditor_MatchIt .reCommentButton:focus,
  .RadEditor_MatchIt .reAjaxSpellButton:focus,
  .RadEditor_MatchIt .reAjaxSpellButton:active {
    background-color: #CFD8DC;
    color: #455A64; }
  .RadEditor_MatchIt .reTool:hover .reSplitArrow {
    border-left-color: #90A4AE; }
  .RadEditor_MatchIt .reTool:active .reSplitArrow,
  .RadEditor_MatchIt .reTool:focus .reSplitArrow {
    border-left-color: #abc233; }
  .RadEditor_MatchIt .reSeparator {
    border-right-color: #CFD8DC;
    border-left-color: transparent; }
  .RadEditor_MatchIt .reContent {
    background-color: #ffffff;
    border-color: #CFD8DC; }
  .RadEditor_MatchIt.reToolBarLeft {
    padding-left: 3.78571em; }
  .RadEditor_MatchIt.reToolBarRight {
    padding-right: 3.78571em; }
  .RadEditor_MatchIt .reToolBarWrapperLeft,
  .RadEditor_MatchIt .reToolBarWrapperRight {
    width: 3.3em; }
  .RadEditor_MatchIt .reToolBarWrapperLeft .reSplitButton,
  .RadEditor_MatchIt .reToolBarWrapperRight .reSplitButton {
    width: 3.71429em; }
  .RadEditor_MatchIt .reToolBarWrapperLeft .reDropdown,
  .RadEditor_MatchIt .reToolBarWrapperRight .reDropdown {
    min-width: 3.57143em;
    padding: 0.35714em 0em 0.35714em 0em; }
  .RadEditor_MatchIt .reToolBarWrapperLeft .reSeparator,
  .RadEditor_MatchIt .reToolBarWrapperRight .reSeparator {
    border-top-color: transparent;
    border-bottom-color: #CFD8DC; }
  .RadEditor_MatchIt .reTableDiv .reModule,
  .RadEditor_MatchIt .reTableDiv .reRow {
    border-top-color: #CFD8DC; }
  .RadEditor_MatchIt .reModes a {
    background-color: #f4f7f8;
    color: #455A64;
    border-color: #CFD8DC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadEditor_MatchIt .reModes a:hover {
    background-color: #ECEFF1;
    color: #455A64;
    border-color: #ECEFF1; }
  .RadEditor_MatchIt .reModes a:focus,
  .RadEditor_MatchIt .reModes .reSelectedMode,
  .RadEditor_MatchIt .reModes .reSelectedMode:hover {
    background-color: #CFD8DC;
    color: #455A64;
    border-color: #CFD8DC; }
  .RadEditor_MatchIt .reDropdown,
  .RadEditor_MatchIt .reDropdown.reToolDisabled,
  .RadEditor_MatchIt .reDropdown.reToolDisabled:hover,
  .RadEditor_MatchIt .reDropdown.reToolDisabled:active,
  .RadEditor_MatchIt .reDropdown.reToolDisabled:focus {
    background-color: #f4f7f8;
    color: #455A64; }
  .RadEditor_MatchIt .reDropdown:before,
  .RadEditor_MatchIt .reDropdown.reToolDisabled:before,
  .RadEditor_MatchIt .reDropdown.reToolDisabled:hover:before,
  .RadEditor_MatchIt .reDropdown.reToolDisabled:active:before,
  .RadEditor_MatchIt .reDropdown.reToolDisabled:focus:before {
    color: #607D8B; }
  .RadEditor_MatchIt .reDOMElement {
    color: #abc233; }
  .RadEditor_MatchIt .reRemoveDOMElement,
  .RadEditor_MatchIt .reRemoveDOMElement:before {
    color: #f34235; }
  .RadEditor_MatchIt.reDropDownBody.reAjaxSpellCheck input[type="text"],
  .RadEditor_MatchIt .reTableDiv input[type="text"] {
    background-color: transparent;
    color: #455A64;
    border-color: #CFD8DC; }
  .RadEditor_MatchIt.reDropDownBody.reAjaxSpellCheck input[type="text"]:hover,
  .RadEditor_MatchIt .reTableDiv input[type="text"]:hover {
    background-color: transparent;
    color: #455A64;
    border-color: #ECEFF1; }
  .RadEditor_MatchIt.reDropDownBody.reAjaxSpellCheck input[type="text"]:focus,
  .RadEditor_MatchIt .reTableDiv input[type="text"]:focus,
  .RadEditor_MatchIt.reDropDownBody.reAjaxSpellCheck input[type="text"]:active,
  .RadEditor_MatchIt .reTableDiv input[type="text"]:active {
    background-color: transparent;
    color: #455A64;
    border-color: #abc233; }
  .RadEditor_MatchIt.reInlineEditor:hover {
    border-color: #ECEFF1; }
  .RadEditor_MatchIt.RadWindow, .RadEditor_MatchIt.RadWindow.reInlineEditor:hover {
    border-color: #CFD8DC; }
  .RadEditor_MatchIt.reInlineEditorSelected, .RadEditor_MatchIt.reInlineEditorSelected:hover {
    border-color: #abc233; }
  .RadEditor_MatchIt.RadWindow,
  .RadEditor_MatchIt.RadWindow .rwContent {
    background-color: #f4f7f8; }
  .RadEditor_MatchIt .reResize {
    color: #607D8B; }
  .RadEditor_MatchIt.reDropDownBody {
    background-color: #ffffff; }
  .RadEditor_MatchIt.reDropDownBody li:hover {
    background-color: #ECEFF1; }
  .RadEditor_MatchIt.reInsertTable td {
    border-color: #CFD8DC; }
  .RadEditor_MatchIt .reFormatSetsHeader,
  .RadEditor_MatchIt.reInsertTable .reItemOver {
    background-color: #ECEFF1;
    color: #263238; }
  .RadEditor_MatchIt {
    padding: 0;
    border-radius: 0.14286em; }
  .RadEditor_MatchIt .reToolBarWrapper {
    padding: 1px 0 0;
    margin: 0; }
  .RadEditor_MatchIt .reToolBar {
    border-width: 0 0 1px;
    border-radius: 0; }
  .RadEditor_MatchIt .reTool {
    margin: -1px 0 0;
    width: 2.57143em;
    height: 2.57143em;
    border: 0;
    border-radius: 0; }
  .RadEditor_MatchIt .reDropdown {
    min-width: 3.57143em;
    margin: -1px 0 0;
    padding: 0.07143em 0.71429em 0.07143em 1em;
    height: 2.42857em;
    line-height: 2.42857em;
    border-width: 0;
    border-radius: 0.14286em; }
  .RadEditor_MatchIt .reDropdown:before {
    right: 0em; }
  .RadEditor_MatchIt .reSplitButton {
    width: 4.28571em; }
  .RadEditor_MatchIt .reSplitArrow {
    width: 2.28571em;
    height: 2.57143em;
    border-left: 0; }
  .RadEditor_MatchIt a.reToolIcon.reSplitButton:before {
    margin: auto 0 auto .7142em; }
  .RadEditor_MatchIt .reContent {
    margin: -3px 0 0;
    border-width: 1px 0 0; }
  .RadEditor_MatchIt .reRow {
    margin: 0; }
  .RadEditor_MatchIt .reHTMLStructure {
    width: auto; }
  .RadEditor_MatchIt.reDropDownBody .reToolBar {
    background-color: #ffffff; }
  .RadEditor_MatchIt.reDropDownBody ul {
    padding: 0; }
  .RadEditor_MatchIt.reDropDownBody li {
    padding: 0.35714em; }
  .RadEditor_MatchIt.reDropDownBody .reTool {
    height: auto; }
  .RadEditor_MatchIt.reDropDownBody .reCustomLinks a {
    color: #abc233; }
  .RadEditor_MatchIt .reRow {
    padding: 0.71429em 1em; }
  .RadEditor_MatchIt .reModes a {
    width: 8.57143em;
    height: 2.57143em;
    margin: 0;
    padding: 0.57143em 0.35714em 0.85714em;
    border-radius: 0;
    text-transform: uppercase; }
  .RadEditor_MatchIt .reModes a:first-child {
    border-radius: 0.14286em 0em 0em 0.14286em; }
  .RadEditor_MatchIt .reModes a:last-child {
    border-radius: 0em 0.14286em 0.14286em 0em; }
  .RadEditor_MatchIt .reResize:before {
    margin: .85em 0 0 .15em; }
  .RadEditor_MatchIt.reDropDownBody.reAjaxSpellCheck input[type="text"],
  .RadEditor_MatchIt .reTableDiv input[type="text"] {
    border-width: 0 0 1px;
    padding: 0.64286em 0em;
    vertical-align: middle; }
  .RadEditor_MatchIt.reDropDownBody.reAjaxSpellCheck input[type="text"]:focus,
  .RadEditor_MatchIt .reTableDiv input[type="text"]:focus,
  .RadEditor_MatchIt.reDropDownBody.reAjaxSpellCheck input[type="text"]:active,
  .RadEditor_MatchIt .reTableDiv input[type="text"]:active {
    border-width: 0 0 2px;
    padding: 0.60714em 0em; }
  .RadEditor_MatchIt .reAltRow .reLabel {
    padding: 0.14286em 0.71429em 0.35714em 0.42857em;
    vertical-align: middle; }
  .RadEditor_MatchIt .reRow .reSpinBoxButtons {
    top: 0.71429em; }
  .RadEditor_MatchIt .reTableDiv .reRow .reSpinBox {
    width: 5em; }
  .RadEditor_MatchIt .reTableDiv .reRow .reSpinBox input[type="text"] {
    width: 5em;
    padding: 0.64286em 0.64286em 0.64286em 0em;
    text-align: left; }
  .RadEditor_MatchIt .reLabel + span {
    margin: 0em 1.42857em 0em 0em; }
  .RadEditor_MatchIt.reDropDownBody.reColorPicker li {
    width: 1.42857em;
    height: 1.42857em;
    margin: 0;
    padding: 0;
    border: 0; }
  .RadEditor_MatchIt.reDropDownBody.reColorPicker li div {
    width: 1.42857em;
    height: 1.42857em; }
  .RadEditor_MatchIt.reDropDownBody.reColorPicker .reClear {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden; }
  .RadEditor_MatchIt .reCustomColor {
    display: inline-block;
    padding: 0.71429em;
    color: #abc233; }
  .RadEditor_MatchIt.reDropDownBody.reColorPicker .reColorPickerFooter {
    height: 3.21429em;
    border: 0;
    border-radius: 0.14286em; }
  .RadEditor_MatchIt.reDropDownBody.reColorPicker .reColorPickerFooter span {
    height: 2.28571em;
    line-height: 2.28571em;
    border: 1px solid #CFD8DC;
    box-sizing: border-box; }
  .RadEditor_MatchIt .reTool.reToolText {
    padding: 0 15px;
    line-height: 2.57143em; }
  .RadEditor_MatchIt .reToolIcon.reTool.reToolText:before {
    margin: 0.14286em 0.21429em 0em 0em;
    vertical-align: initial; }
  .RadEditor_MatchIt .reTool.reToolIcon.reSplitButton.reToolText:before {
    margin: 0em 0.21429em;
    vertical-align: initial; }
  .RadEditor_MatchIt .RadRibbonBar .reTool {
    width: 2.35714em;
    height: 2.35714em;
    border-radius: 0;
    border-width: 1px 0 1px 1px; }
    .RadEditor_MatchIt .RadRibbonBar .reTool.rrbSmallButton {
      width: 1.42857em;
      height: 1.42857em; }
    .RadEditor_MatchIt .RadRibbonBar .reTool:first-child {
      border-radius: 0.14286em 0em 0em 0.14286em; }
    .RadEditor_MatchIt .RadRibbonBar .reTool:last-child {
      border-radius: 0em 0.14286em 0.14286em 0em;
      border-width: 1px; }
  .RadEditor_MatchIt .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
    width: 2.28571em;
    height: 2.28571em; }
    .RadEditor_MatchIt .RadRibbonBar .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
      font-size: 1.35714em;
      font-size: 1em \9;
      vertical-align: top; }
  .RadEditor_MatchIt .RadRibbonBar .rrbMediumButton.reRibbonTool {
    height: 1.39286em; }
    .RadEditor_MatchIt .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
      margin-top: -0.78571em;
      height: 1.78571em; }
      .RadEditor_MatchIt .RadRibbonBar .rrbMediumButton.reRibbonTool .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
        vertical-align: text-top; }
  .RadEditor_MatchIt .RadRibbonBar .rrbLargeButton {
    width: inherit;
    height: 4.64286em; }
    .RadEditor_MatchIt .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon {
      height: 2.85714em; }
      .RadEditor_MatchIt .RadRibbonBar .rrbLargeButton .rrbImagePlaceholder.reToolIcon.reRibbonToolIcon:before {
        font-size: 32px;
        vertical-align: text-top; }
  .RadEditor_MatchIt.reRtl .reDropdown {
    padding: 0.07143em 1em 0.07143em 0.71429em; }
  .RadEditor_MatchIt.reRtl .reDropdown:before {
    right: auto;
    left: 0;
    padding: 0; }
  .RadEditor_MatchIt.reRtl .reSplitArrow {
    border-right: 0; }
  .RadEditor_MatchIt.reRtl a.reToolIcon.reSplitButton:before {
    margin: auto .7142em auto 0; }
  .RadEditor_MatchIt.reRtl .reModule.reStatistic {
    top: 0.92857em; }
  .RadEditor_MatchIt .reModes a.t-ripple-effect {
    border: 0px solid transparent; }

.RadWindow_MatchIt .rwContent.rwExternalContent {
  border-width: 0 1px 1px; }

.RadWindow_MatchIt .reTablePropertyControlCell .lightTable {
  margin: 3px 4px 0 4px; }

.RadWindow_MatchIt .reControlsLayout {
  margin: 5px 4px 0 4px; }

.RadWindow_MatchIt .reDialogLabelLight[for="re1_ImageSrc"] span {
  width: 82px; }

.reTool .reNoAlignment {
  color: #455A64; }

/*Light dialogs CSS - should be reworked */
.reInsertImageWrapper, .reInsertLinkWrapper, .reInsertTableLightWrapper {
  padding: 20px 0 0 0; }

.reInsertLinkWrapper .reControlsLayout td {
  padding: 3px 0 3px 3px; }

.reInsertImageWrapper .reControlsLayout td {
  padding: 3px 0; }

.reConfirmCancelButtonsTblLight button {
  width: 75px; }

.reControlsLayout {
  width: 100%;
  height: 100%; }

.reControlsLayout .reControlCellLight input {
  width: 215px; }

.reControlsLayout .reControlCellLight select {
  width: 220px; }

.reControlsLayout .reConfirmCancelButtonsTblLight {
  height: auto;
  margin: 12px 0;
  text-align: center;
  width: 100%; }

.reControlsLayout td,
.reControlsLayout .reImgPropertyControlCell td,
.reControlsLayout .reTablePropertyControlCell td {
  padding: 2px; }

.reControlsLayout .reTablePropertyControlCell td input[type="text"],
.reControlsLayout .reTablePropertyControlCell td input[type="password"] {
  padding: 2px 1px 0; }

.reImgPropertyControlCell table {
  width: 100%;
  height: 100%; }

.reControlsLayout td.reImgPropertyControlCell {
  padding: 0 22px 0 38px; }

.reInsertImageWrapper .reControlsLayout .reControlCellLight input {
  width: 190px; }

.reTablePropertyControlCell .short {
  width: 80px; }

.reTablePropertyControlCell .lightTable {
  margin: -10px 4px 0 4px; }

table.reControlsLayout .reTablePropertyControlCell input.rfdIgnore,
table.reControlsLayout .reImgPropertyControlCell input.rfdIgnore {
  width: 40px; }

.RadFileExplorer_MatchIt {
  background-color: #ffffff;
  border-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadFileExplorer_MatchIt,
  .RadFileExplorer_MatchIt .rfeFilterTxt {
    border-color: #CFD8DC; }
  .RadFileExplorer_MatchIt .rfeAddressBox,
  .RadFileExplorer_MatchIt .rfeAddressBox:hover,
  .RadFileExplorer_MatchIt .rfeAddressBox:active,
  .RadFileExplorer_MatchIt .rfeAddressBox:focus {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent; }
  .RadFileExplorer_MatchIt .rfeLink {
    background-color: #f4f7f8;
    color: #455A64; }
  .RadFileExplorer_MatchIt .rfeLink:hover {
    background-color: #ECEFF1;
    color: #455A64; }
  .RadFileExplorer_MatchIt .rfeSelectedLink,
  .RadFileExplorer_MatchIt .rfeSelectedLink:hover {
    background-color: #CFD8DC;
    color: #455A64; }
  .RadFileExplorer_MatchIt .rfeFilterContainer {
    background-color: #ffffff; }
  .RadFileExplorer_MatchIt .rfeDropZone {
    background-color: rgba(255, 255, 255, 0.8); }
  .RadFileExplorer_MatchIt .rfePageControlContainer {
    background-color: #f4f7f8;
    border-color: #CFD8DC;
    color: #455A64; }
  .RadFileExplorer_MatchIt .rfeThumbnailView .rlvI .rfeFileCount span,
  .RadFileExplorer_MatchIt .rfeDropUploadInfoPanel {
    background-color: #ffffff;
    color: #455A64; }
  .RadFileExplorer_MatchIt .rfePageControlContainer span {
    color: #455A64; }
  .RadFileExplorer_MatchIt {
    border-radius: 0.14286em; }
  .RadFileExplorer_MatchIt .rfeAddressBox {
    padding: 0.67857em 1.14286em; }
  .RadFileExplorer_MatchIt .rfeLink {
    border-radius: 0.14286em; }
  .RadFileExplorer_MatchIt .rfePageInfo {
    font-size: 0.85714em;
    font-weight: 500;
    color: #607D8B; }
  .RadFileExplorer_MatchIt .rfeCurrentPage,
  .RadFileExplorer_MatchIt .rfeTotalPages,
  .RadFileExplorer_MatchIt .rfeStartItem,
  .RadFileExplorer_MatchIt .rfeEndItem,
  .RadFileExplorer_MatchIt .rfeTotalItems {
    font-size: 1.16666666em;
    font-weight: normal;
    color: #455A64; }
  .RadFileExplorer_MatchIt .RadToolBar_MatchIt {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    width: auto !important;
    height: 36px;
    padding: 0;
    border-width: 0;
    overflow: visible;
    font: inherit; }
    .RadFileExplorer_MatchIt .RadToolBar_MatchIt .rtbButton:not(.rtbSplitButton),
    .RadFileExplorer_MatchIt .RadToolBar_MatchIt .rtbSplitButton .rtbSplBtnActivator,
    .RadFileExplorer_MatchIt .RadToolBar_MatchIt .rtbArrow {
      padding: 8px 10px; }
    .RadFileExplorer_MatchIt .RadToolBar_MatchIt .rtbMore {
      padding: 8px; }
    .RadFileExplorer_MatchIt .RadToolBar_MatchIt:before {
      padding: 8px 0; }

.RadWindow_MatchIt .rfeUploadInfoPanel {
  background-color: #f4f7f8;
  color: #455A64;
  border-color: #CFD8DC; }

.RadWindow_MatchIt.rfeDeleteDialog .rwDialogMessage {
  min-height: 120px; }

.RadWindow_MatchIt .rwDialogMessage,
.RadWindow_MatchIt .rfeUploadInfoPanel dt {
  font-size: 0.85714em;
  font-weight: 500;
  color: #607D8B; }

.RadWindow_MatchIt .rwDialog.rwConfirmDialog {
  background-position: 30px 30%; }

.RadWindow_MatchIt.rfeDeleteDialog div.rwDialogButtons {
  position: absolute; }

.RadFilter_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadFilter_MatchIt a,
  .RadFilter_MatchIt .rfText,
  .RadFilter_MatchIt .rfApply input {
    font-family: "Roboto", "Noto", sans-serif;
    color: #455A64; }
  .RadFilter_MatchIt li li .rfDiv {
    padding-top: .55em; }
  .RadFilter_MatchIt .rfOper:hover,
  .RadFilter_MatchIt .rfField:hover,
  .RadFilter_MatchIt .rfExp:hover,
  .RadFilter_MatchIt .rfAddGr:hover,
  .RadFilter_MatchIt .rfAddExp:hover,
  .RadFilter_MatchIt .rfDel:hover {
    background-color: #ECEFF1;
    border-color: #ECEFF1; }
  .RadFilter_MatchIt .rfMid,
  .RadFilter_MatchIt .rfTools {
    padding: 0;
    height: auto;
    border: 0 none; }
  .RadFilter_MatchIt .rfTools:after {
    content: '';
    display: block;
    clear: both; }
  .RadFilter_MatchIt .rfCheckBox {
    display: inline-block;
    margin-right: 0;
    text-align: center; }
    .RadFilter_MatchIt .rfCheckBox input {
      margin-top: .67em; }
  .RadFilter_MatchIt .rfDel,
  .RadFilter_MatchIt .rfAddGr,
  .RadFilter_MatchIt .rfAddExp {
    float: left;
    margin: 0;
    width: 2.14em;
    height: 2em;
    border: 1px solid #CFD8DC;
    border-width: 1px 0;
    background-color: #f4f7f8;
    padding: 8px 3px; }
    .RadFilter_MatchIt .rfDel:before,
    .RadFilter_MatchIt .rfAddGr:before,
    .RadFilter_MatchIt .rfAddExp:before {
      line-height: 1.9; }
  .RadFilter_MatchIt .rfDel {
    border-right-width: 1px; }
  .RadFilter_MatchIt .rfOper:before,
  .RadFilter_MatchIt .rfField:before,
  .RadFilter_MatchIt .rfExp:before {
    line-height: 2.3; }
  .RadFilter_MatchIt .rfOper,
  .RadFilter_MatchIt .rfField,
  .RadFilter_MatchIt .rfExp,
  .RadFilter_MatchIt .rfText {
    padding: 8px 27px 8px 8px;
    display: inline-block;
    vertical-align: top;
    background-color: #f4f7f8;
    border: 1px solid #CFD8DC;
    border-width: 1px 0; }
  .RadFilter_MatchIt .rfField {
    color: #455A64;
    border-left-width: 1px; }
  .RadFilter_MatchIt .rfText {
    border-color: #CFD8DC;
    background-color: transparent;
    color: #455A64;
    height: 2em; }
    .RadFilter_MatchIt .rfText:hover {
      border-color: #90A4AE;
      color: #455A64; }
  .RadFilter_MatchIt .rfOper {
    border-left-width: 1px; }
  .RadFilter_MatchIt .rfField {
    color: #455A64; }
  .RadFilter_MatchIt .RadInput {
    border: 1px solid #CFD8DC;
    border-width: 1px 0;
    padding: 4px 3px 4px 13px; }
    .RadFilter_MatchIt .RadInput .riTextBox {
      height: 1.42858em;
      box-sizing: content-box; }
  html .RadFilter_MatchIt .RadInput {
    height: auto; }
  .RadFilter_MatchIt .RadInput,
  .RadFilter_MatchIt .RadDropDownList {
    background-color: #f4f7f8; }
  .RadFilter_MatchIt .RadPicker .RadInput::before {
    bottom: 4px; }
  html .RadFilter_MatchIt .rddlInner {
    border-color: #CFD8DC;
    border-style: solid;
    border-width: 1px 0;
    padding-top: 12px;
    padding-bottom: 12px; }
    html .RadFilter_MatchIt .rddlInner:before {
      display: none; }
  .RadFilter_MatchIt .rfCheckBox {
    width: 2.14em;
    height: 2.14em;
    border: 1px solid #CFD8DC;
    background-color: transparent;
    margin: 0 0 0 -1px; }
  .RadFilter_MatchIt .rfPreview {
    color: #455A64; }
    .RadFilter_MatchIt .rfPreview em,
    .RadFilter_MatchIt .rfPreview .rfBr {
      color: #abc233; }
    .RadFilter_MatchIt .rfPreview .rfBr {
      font-weight: bold; }
  .RadFilter_MatchIt .rfApply a,
  .RadFilter_MatchIt .rfApply > span {
    padding: 8px 13px;
    background: #f4f7f8;
    color: #455A64;
    border-radius: 0;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadFilter_MatchIt .rfApply a:hover,
    .RadFilter_MatchIt .rfApply > span:hover {
      color: #455A64;
      background: #ECEFF1; }

.RadForm_MatchIt {
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif;
  /* Primary Button styles */
  /* Flat Button styles */ }
  .RadForm_MatchIt.rfdZone {
    background-color: #ffffff; }
  .RadForm_MatchIt .rfdTextInput,
  .RadForm_MatchIt.rfdTextbox .rfdTextInput,
  .RadForm_MatchIt.rfdTextarea textarea,
  .RadForm_MatchIt.rfdFieldset fieldset,
  .RadForm_MatchIt.rfdFieldset legend,
  .RadForm_MatchIt .rfdHeading,
  .RadForm_MatchIt .rfdValidationSummaryControl,
  .RadForm_MatchIt .rfdLoginControl {
    color: #455A64;
    font-family: "Roboto", "Noto", sans-serif; }
  .RadForm_MatchIt .rfdHeading {
    border-bottom-color: #CFD8DC; }
  .RadForm_MatchIt.RadForm.rfdFieldset fieldset {
    border-color: #CFD8DC;
    background-color: #f4f7f8; }
  .RadForm_MatchIt .rfdSkinnedButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadForm_MatchIt .rfdSkinnedButton:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadForm_MatchIt .rfdSkinnedButton:active,
  .RadForm_MatchIt .rfdClickedButton,
  .RadForm_MatchIt .rfdFocusedButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.2); }
  .RadForm_MatchIt .rfdSkinnedButton.rfdPrimaryButton {
    border-color: #abc233;
    color: #ffffff;
    background-color: #abc233; }
    .RadForm_MatchIt .rfdSkinnedButton.rfdPrimaryButton:hover {
      border-color: #7CB342;
      color: #ffffff;
      background-color: #7CB342; }
    .RadForm_MatchIt .rfdSkinnedButton.rfdPrimaryButton:active, .RadForm_MatchIt .rfdSkinnedButton.rfdPrimaryButton.rfdClickedButton, .RadForm_MatchIt .rfdSkinnedButton.rfdPrimaryButton.rfdFocusedButton {
      border-color: #689F38;
      color: #ffffff;
      background-color: #689F38; }
  .RadForm_MatchIt.rfdButton .rfdSkinnedButton.rfdInputDisabled,
  .RadForm_MatchIt.rfdButton .rfdSkinnedButton.rfdPrimaryButton.rfdInputDisabled {
    background-color: #CFD8DC;
    color: #455A64;
    border-color: #CFD8DC;
    box-shadow: none; }
  .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton {
    padding: 8px;
    color: #455A64;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    transition: none; }
    .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdInputDisabled.rfdPrimaryButton:hover, .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdInputDisabled.rfdPrimaryButton:active, .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdInputDisabled.rfdPrimaryButton.rfdClickedButton, .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdInputDisabled.rfdPrimaryButton.rfdFocusedButton, .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdInputDisabled[type="button"], .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdInputDisabled[type="submit"], .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdInputDisabled[type="reset"] {
      padding: 8px;
      color: #455A64;
      background-color: transparent;
      transition: none; }
    .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton:hover {
      color: #455A64;
      background-color: rgba(69, 90, 100, 0.12); }
    .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton:active, .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdClickedButton, .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdFocusedButton {
      background-color: rgba(69, 90, 100, 0.24); }
    .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdPrimaryButton {
      color: #abc233; }
      .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdPrimaryButton:hover {
        color: #abc233;
        background-color: rgba(139, 195, 74, 0.12); }
      .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdPrimaryButton:active, .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdPrimaryButton.rfdClickedButton, .RadForm_MatchIt .rfdSkinnedButton.rfdFlatButton.rfdPrimaryButton.rfdFocusedButton {
        background-color: rgba(139, 195, 74, 0.24); }
  .RadForm_MatchIt .rfdTextInput,
  .RadForm_MatchIt.rfdTextarea textarea {
    background-color: transparent;
    color: #455A64;
    border-color: transparent transparent #CFD8DC; }
  .RadForm_MatchIt .rfdTextInput:hover,
  .RadForm_MatchIt.rfdTextarea textarea:hover {
    background-color: transparent;
    color: #455A64;
    border-color: transparent transparent #90A4AE; }
  .RadForm_MatchIt .rfdTextInput:active,
  .RadForm_MatchIt.rfdTextarea textarea:active,
  .RadForm_MatchIt .rfdTextInput:focus,
  .RadForm_MatchIt.rfdTextarea textarea:focus {
    background-color: transparent;
    color: #455A64;
    border-color: transparent transparent #abc233; }
  .RadForm_MatchIt .rfdTextInput:disabled,
  .RadForm_MatchIt .rfdTextInput:focus:disabled,
  .RadForm_MatchIt .rfdTextInput:active:disabled,
  .RadForm_MatchIt.rfdTextarea textarea:disabled {
    background-color: transparent;
    color: #728f9d;
    border-width: 0 0 1px;
    border-color: transparent transparent #ECEFF1; }
  .RadForm_MatchIt .rfdCheckboxChecked .t-ripple-effect-icon,
  .RadForm_MatchIt .rfdRadioChecked .t-ripple-effect-icon,
  .RadForm_MatchIt .rfdCheckboxUnchecked .t-ripple-effect-icon,
  .RadForm_MatchIt .rfdRadioUnchecked .t-ripple-effect-icon {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 1.71429em;
    height: 1.71429em; }
  .RadForm_MatchIt .rfdRippleContainer {
    top: 0.21429em;
    left: 0; }
  .RadForm_MatchIt .rfdCheckboxChecked .t-ripple-container,
  .RadForm_MatchIt .rfdRadioChecked .t-ripple-container,
  .RadForm_MatchIt .rfdCheckboxUnchecked .t-ripple-container,
  .RadForm_MatchIt .rfdRadioUnchecked .t-ripple-container {
    top: -0.21429em;
    top: -0.14286em \9;
    left: -0.21429em;
    left: -0.14286em \9; }
  .RadForm_MatchIt _:-ms-fullscreen, .RadForm_MatchIt .rfdCheckboxChecked .t-ripple-container,
  .RadForm_MatchIt _:-ms-fullscreen, .RadForm_MatchIt .rfdCheckboxUnchecked .t-ripple-container,
  .RadForm_MatchIt _:-ms-fullscreen, .RadForm_MatchIt .rfdRadioChecked .t-ripple-container,
  .RadForm_MatchIt _:-ms-fullscreen, .RadForm_MatchIt .rfdRadioUnchecked .t-ripple-container {
    top: -0.14286em;
    left: -0.14286em; }
  .RadForm_MatchIt .rfdCheckboxUnchecked:before,
  .RadForm_MatchIt .rfdRadioUnchecked:before,
  .RadForm_MatchIt .rfdCheckboxChecked:hover:before,
  .RadForm_MatchIt .rfdRadioChecked:hover:before,
  .RadForm_MatchIt .rfdCheckboxUnchecked .rfdRippleContainer,
  .RadForm_MatchIt .rfdRadioUnchecked .rfdRippleContainer,
  .RadForm_MatchIt .rfdCheckboxChecked:hover .rfdRippleContainer,
  .RadForm_MatchIt .rfdRadioChecked:hover .rfdRippleContainer {
    color: #607D8B; }
  .RadForm_MatchIt .rfdCheckboxChecked:before,
  .RadForm_MatchIt .rfdRadioChecked:before,
  .RadForm_MatchIt .rfdCheckboxUnchecked:hover:before,
  .RadForm_MatchIt .rfdRadioUnchecked:hover:before,
  .RadForm_MatchIt .rfdCheckboxChecked .rfdRippleContainer,
  .RadForm_MatchIt .rfdRadioChecked .rfdRippleContainer,
  .RadForm_MatchIt .rfdCheckboxUnchecked:hover .rfdRippleContainer,
  .RadForm_MatchIt .rfdRadioUnchecked:hover .rfdRippleContainer {
    color: #64BBE3; }
  .RadForm_MatchIt label.rfdCheckboxUnchecked.rfdInputDisabled,
  .RadForm_MatchIt label.rfdRadioUnchecked.rfdInputDisabled,
  .RadForm_MatchIt.RadForm .rfdCheckboxChecked.rfdInputDisabled,
  .RadForm_MatchIt.RadForm .rfdRadioChecked.rfdInputDisabled,
  .RadForm_MatchIt .rfdCheckboxUnchecked.rfdInputDisabled:hover,
  .RadForm_MatchIt .rfdRadioUnchecked.rfdInputDisabled:hover {
    color: #728f9d; }
  .RadForm_MatchIt .rfdRadioChecked:before,
  .RadForm_MatchIt .rfdCheckboxChecked:before {
    color: #64BBE3; }
  .RadForm_MatchIt .rfdRadioUnchecked:hover:before,
  .RadForm_MatchIt .rfdCheckboxUnchecked:hover:before,
  .RadForm_MatchIt .rfdRadioChecked:hover:before,
  .RadForm_MatchIt .rfdCheckboxChecked:hover:before {
    color: #0275a8; }
  .RadForm_MatchIt .rfdRealInput:focus + .rfdRadioUnchecked:before,
  .RadForm_MatchIt .rfdRealInput:focus + .rfdCheckboxUnchecked:before {
    box-shadow: 0 0 1px 1px rgba(69, 90, 100, 0.5); }
  .RadForm_MatchIt .rfdRealInput:focus + .rfdRadioChecked:before,
  .RadForm_MatchIt .rfdRealInput:focus + .rfdCheckboxChecked:before {
    box-shadow: 0 0 1px 1px rgba(3, 169, 244, 0.5); }
  .RadForm_MatchIt label.rfdCheckboxUnchecked,
  .RadForm_MatchIt label.rfdCheckboxChecked,
  .RadForm_MatchIt label.rfdRadioUnchecked,
  .RadForm_MatchIt label.rfdRadioChecked {
    padding: 0.3125em 0em 0.1875em 1.5em; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadForm_MatchIt label.rfdCheckboxUnchecked,
    .RadForm_MatchIt label.rfdCheckboxChecked,
    .RadForm_MatchIt label.rfdRadioUnchecked,
    .RadForm_MatchIt label.rfdRadioChecked {
      padding: 0.3125em 0em 0.1875em 1.5em; } }
  .RadForm_MatchIt .rfdSelect_MatchIt {
    background-color: transparent;
    color: #455A64;
    border-color: transparent; }
  .RadForm_MatchIt .rfdSelect_MatchIt:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1;
    border-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadForm_MatchIt .rfdSelect_MatchIt:active,
  .RadForm_MatchIt .rfdSelect_MatchIt:focus {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC;
    border-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadForm_MatchIt .rfdSelect_MatchIt.rfdSelectDisabled,
  .RadForm_MatchIt .rfdSelect_MatchIt.rfdSelectDisabled:hover,
  .RadForm_MatchIt .rfdSelect_MatchIt.rfdSelectDisabled:active,
  .RadForm_MatchIt .rfdSelect_MatchIt.rfdSelectDisabled:focus {
    background-color: transparent; }
  .RadForm_MatchIt .rfdSelect_MatchIt.rfdSelectDisabled:hover:before,
  .RadForm_MatchIt .rfdSelect_MatchIt.rfdSelectDisabled:focus:before,
  .RadForm_MatchIt .rfdSelect_MatchIt.rfdSelectDisabled:active:before {
    display: block; }
  .RadForm_MatchIt .rfdSelect_MatchIt.rfdDropDownExpanded {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    border-color: transparent; }
  .RadForm_MatchIt.rfdScrollBars .rfdSelectBox::-webkit-scrollbar,
  .RadForm_MatchIt.rfdScrollBars .rfdSelectBox::-webkit-scrollbar-thumb:vertical,
  .RadForm_MatchIt.rfdScrollBars .rfdSelectBox::-webkit-scrollbar-thumb:horizontal,
  .RadForm_MatchIt.rfdScrollBars form::-webkit-scrollbar,
  .RadForm_MatchIt.rfdScrollBars form::-webkit-scrollbar-thumb:vertical,
  .RadForm_MatchIt.rfdScrollBars form::-webkit-scrollbar-thumb:horizontal {
    background-color: #f4f7f8; }
  .RadForm_MatchIt.rfdScrollBars textarea::-webkit-scrollbar-corner {
    background-color: #e6e6e6; }
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment,
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-thumb:vertical,
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-thumb:horizontal {
    border-color: #CFD8DC;
    background-color: #f4f7f8; }
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
  .RadForm_MatchIt.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment {
    background-image: none; }
  .RadForm_MatchIt.rfdGrids .rfdTable {
    border: 1px solid #CFD8DC;
    background: #ffffff;
    color: #455A64;
    font-family: inherit;
    font-size: inherit; }
  .RadForm_MatchIt.rfdGrids .rfdTable th {
    border-bottom: 1px solid #CFD8DC;
    border-left: 1px solid #455A64;
    background-color: #abc233;
    color: #455A64; }
  .RadForm_MatchIt.rfdGrids .rfdTable a {
    color: #455A64; }
  .RadForm_MatchIt .rfdValidationSummaryControl,
  .RadForm_MatchIt .rfdLoginControl {
    background-color: #f4f7f8;
    border: 1px solid #CFD8DC; }
  .RadForm_MatchIt a.rfdLoginControl,
  .RadForm_MatchIt a.rfdLoginControl:active,
  .RadForm_MatchIt a.rfdLoginControl:visited {
    color: #455A64; }
  .RadForm_MatchIt a.rfdLoginControl:hover {
    color: #455A64; }
  .RadForm_MatchIt.rfdRoundedCorners.rfdTextbox .rfdTextInput,
  .RadForm_MatchIt.rfdTextarea.rfdRoundedCorners.rfdTextarea textarea,
  .RadForm_MatchIt.rfdFieldset.rfdRoundedCorners.rfdFieldset fieldset,
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelect,
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelectBox li:first-child,
  .RadForm_MatchIt.rfdRoundedCorners legend,
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelectBoxDropDown {
    border-radius: 0; }
  .RadForm_MatchIt.rfdRoundedCorners .rfdSkinnedButton,
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelect:hover,
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelect:active,
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelect:focus,
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelectBox,
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelectBox ul {
    border-radius: 0.14286em; }
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelectBox.rfdSelectBoxDropDown,
  .RadForm_MatchIt.rfdRoundedCorners .rfdSelectBox.rfdSelectBoxDropDown ul {
    border-radius: 0em 0em 0.14286em 0.14286em; }
  .RadForm_MatchIt .rfdSkinnedButton {
    border-width: 0;
    padding: 8px 13px;
    text-transform: uppercase;
    font-weight: 500; }
  .RadForm_MatchIt .rfdTextInput,
  .RadForm_MatchIt.rfdTextarea textarea {
    padding: 7px 0;
    border-width: 1px 0; }
  .RadForm_MatchIt .rfdTextInput {
    line-height: 1.42857em;
    height: calc(1.42857em + 16px) \9; }
  .RadForm_MatchIt _:-ms-fullscreen, .RadForm_MatchIt .rfdTextInput {
    height: calc(1.42857em + 16px); }
  @media \0screen\,screen\9 {
    .RadForm_MatchIt .rfdTextInput {
      height: 36px; } }
  .RadForm_MatchIt .rfdTextInput:active,
  .RadForm_MatchIt .rfdTextInput:focus,
  .RadForm_MatchIt.rfdTextarea textarea:active,
  .RadForm_MatchIt.rfdTextarea textarea:focus {
    padding: 7px 0 6px;
    border-width: 1px 0 2px; }
  .RadForm_MatchIt .rfdSelect_MatchIt {
    border: 0;
    min-width: 4.57143em;
    padding: 8px 13px; }
  .RadForm_MatchIt .rfdSelect_MatchIt:before {
    border-bottom: 1px solid #CFD8DC;
    display: block;
    position: absolute;
    right: 13px;
    bottom: 0;
    left: 11px;
    content: ""; }
  .RadForm_MatchIt .rfdSelect_MatchIt:hover:before,
  .RadForm_MatchIt .rfdSelect_MatchIt:focus:before,
  .RadForm_MatchIt .rfdSelect_MatchIt:active:before {
    display: none; }
  .RadForm_MatchIt .p-i-radio-checked {
    color: #607D8B; }
  .RadForm_MatchIt .p-i-radio, .RadForm_MatchIt .p-i-radio-checked {
    margin: 0.28571em 0em 0em; }
  .RadForm_MatchIt.rfdLabel label,
  .RadForm_MatchIt.rfdLabel .rfdAspLabel {
    color: #607D8B;
    vertical-align: middle;
    line-height: 2.57143em;
    font-size: 0.85714em;
    font-weight: 500; }
  .RadForm_MatchIt.rfdCheckbox .rfdCheckboxChecked,
  .RadForm_MatchIt.rfdCheckbox .rfdCheckboxUnchecked,
  .RadForm_MatchIt.rfdRadio .rfdRadioChecked,
  .RadForm_MatchIt.rfdRadio .rfdRadioUnchecked {
    padding: 0.35714em 0em 0em 2.35714em;
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.42857em; }
  .RadForm_MatchIt.rfdCheckbox .rfdCheckboxChecked:before,
  .RadForm_MatchIt.rfdCheckbox .rfdCheckboxUnchecked:before,
  .RadForm_MatchIt.rfdRadio .rfdRadioChecked:before,
  .RadForm_MatchIt.rfdRadio .rfdRadioUnchecked:before {
    top: 0.21429em;
    font-size: 18px !important;
    font-family: 'Material Icons';
    font-weight: normal;
    border-radius: 45px; }
  .RadForm_MatchIt.rfdCheckbox .rfdCheckboxUnchecked:before {
    content: "\e835"; }
  .RadForm_MatchIt.rfdCheckbox .rfdCheckboxChecked:before {
    content: "\e834"; }
  .RadForm_MatchIt.rfdRadio .rfdRadioUnchecked:before {
    content: "\e836"; }
  .RadForm_MatchIt.rfdRadio .rfdRadioChecked:before {
    content: "\e837"; }
  .RadForm_MatchIt .rfdRtl .rfdSelect:before {
    right: 2px;
    left: 2px; }
  .RadForm_MatchIt.rfdLabel .rfdRtl label,
  .RadForm_MatchIt.rfdLabel .rfdRtl .rfdAspLabel {
    padding: 0.14286em 1.78571em 0em 0.71429em;
    padding: 0em 1.78571em 0em 0.71429em \9; }
  .RadForm_MatchIt.rfdRtl.rfdCheckbox .rfdCheckboxChecked,
  .RadForm_MatchIt.rfdRtl.rfdCheckbox .rfdCheckboxUnchecked,
  .RadForm_MatchIt.rfdRtl.rfdRadio .rfdRadioChecked,
  .RadForm_MatchIt.rfdRtl.rfdRadio .rfdRadioUnchecked,
  .RadForm_MatchIt.rfdCheckbox .rfdRtl .rfdCheckboxChecked,
  .RadForm_MatchIt.rfdCheckbox .rfdRtl .rfdCheckboxUnchecked,
  .RadForm_MatchIt.rfdRadio .rfdRtl .rfdRadioChecked,
  .RadForm_MatchIt.rfdRadio .rfdRtl .rfdRadioUnchecked {
    padding: 0.35714em 2.35714em 0em 0em; }
  @supports (-ms-accelerator: true) {
    .RadForm_MatchIt.rfdCheckbox .rfdCheckboxChecked,
    .RadForm_MatchIt.rfdCheckbox .rfdCheckboxUnchecked,
    .RadForm_MatchIt.rfdRadio .rfdRadioChecked,
    .RadForm_MatchIt.rfdRadio .rfdRadioUnchecked,
    .RadForm_MatchIt.rfdRtl.rfdCheckbox .rfdCheckboxChecked,
    .RadForm_MatchIt.rfdRtl.rfdCheckbox .rfdCheckboxUnchecked,
    .RadForm_MatchIt.rfdRtl.rfdRadio .rfdRadioChecked,
    .RadForm_MatchIt.rfdRtl.rfdRadio .rfdRadioUnchecked,
    .RadForm_MatchIt.rfdCheckbox .rfdRtl .rfdCheckboxChecked,
    .RadForm_MatchIt.rfdCheckbox .rfdRtl .rfdCheckboxUnchecked,
    .RadForm_MatchIt.rfdRadio .rfdRtl .rfdRadioChecked,
    .RadForm_MatchIt.rfdRadio .rfdRtl .rfdRadioUnchecked {
      padding-top: 0.21429em !important; } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadForm_MatchIt.rfdCheckbox .rfdCheckboxChecked:before,
    .RadForm_MatchIt.rfdCheckbox .rfdCheckboxUnchecked:before,
    .RadForm_MatchIt.rfdRadio .rfdRadioChecked:before,
    .RadForm_MatchIt.rfdRadio .rfdRadioUnchecked:before {
      top: 0.14286em; } }

.rfdSelectBox_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff; }

.rfdSelectBox_MatchIt.rfdSelectBoxDropDown {
  padding: 8px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
  border-color: #CFD8DC transparent transparent; }

.rfdSelectBox_MatchIt li {
  padding: 6px 13px; }

.rfdSelectBox_MatchIt li:hover,
.rfdSelectBox_MatchIt .rfdSelect_hovered,
.rfdSelectBox.rfdSelectBox_MatchIt li:hover {
  color: #455A64;
  background-color: #ECEFF1; }

.rfdSelectBox_MatchIt .rfdSelect_selected,
.rfdSelectBox.rfdSelectBox_MatchIt .rfdSelect_selected:hover {
  color: #64BBE3;
  background-color: transparent; }

.RadGantt_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadGantt_MatchIt .k-loading-color {
    background-color: #ffffff; }
  .RadGantt_MatchIt .k-loading-image {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading.gif")%>'); }
  .RadGantt_MatchIt .rgtHeader {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    min-height: calc(1.42857143em + 16px);
    padding: 5px; }
  .RadGantt_MatchIt .rgtActions .radButton {
    border-width: 0;
    background: none; }
  .RadGantt_MatchIt .rgtViews {
    margin: -5px -5px -5px 5px; }
    .RadGantt_MatchIt .rgtViews .radButton {
      padding: 13px;
      border-width: 0;
      border-radius: 0;
      background: none; }
  .RadGantt_MatchIt .rgtFooter {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
  .RadGantt_MatchIt .rgtTreelist {
    background-color: #f4f7f8; }
  .RadGantt_MatchIt .rgtTreelist .radGridHeader {
    text-align: left; }
  .RadGantt_MatchIt .rgtTreelist .radGridHeader th {
    padding: 40px 16px 13px; }
  .RadGantt_MatchIt .rgtTreelist .rgtTreelistGroup {
    font-weight: 500; }
  .RadGantt_MatchIt .rgtTreelist .radStateFocused {
    color: #455A64;
    background-color: #E1F5FE; }
  .RadGantt_MatchIt .rgtTreelist .radStateSelected {
    background: #edf6e3; }
  .RadGantt_MatchIt .rgtTreelist .radStateSelected td {
    border-top-width: 0; }
  .RadGantt_MatchIt .rgtTreelist .rgtTreelistContent td {
    padding-bottom: 12px;
    border-bottom-width: 1px;
    border-color: #CFD8DC; }
  .RadGantt_MatchIt .rgtTreelist .k-edit-cell {
    padding-top: 6px;
    padding-bottom: 6px; }
  .RadGantt_MatchIt .radIconCollapse,
  .RadGantt_MatchIt .radIconExpand {
    font-size: 18px;
    font-family: "Material Icons"; }
  .RadGantt_MatchIt .radIconCollapse:before {
    content: "\e313"; }
  .RadGantt_MatchIt .radIconExpand:before {
    content: "\e315"; }
  .RadGantt_MatchIt .rgtSplitbar {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    width: 6px; }
  .RadGantt_MatchIt .rgtSplitbar .radResizeHandle {
    width: 4px;
    font-size: 18px;
    font-family: "Material Icons"; }
  .RadGantt_MatchIt .rgtSplitbar .radResizeHandle:before {
    content: "\e5d4";
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    left: 50%; }
  .RadGantt_MatchIt .rgtSplitbarHover {
    background-color: #e4ecee; }
  .RadGantt_MatchIt .radLine {
    background-color: #607D8B; }
  .RadGantt_MatchIt .radLine.radStateSelected {
    background-color: #263238;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
  .RadGantt_MatchIt .radLine.radStateSelected .radArrowE,
  .RadGantt_MatchIt .radLine.radStateSelected .radArrowW {
    color: #263238; }
  .RadGantt_MatchIt .radArrowE,
  .RadGantt_MatchIt .radArrowW {
    color: #607D8B; }
  .RadGantt_MatchIt .radMarqueeColor {
    background-color: rgba(3, 169, 244, 0.4); }
  .RadGantt_MatchIt .rgtTaskWrap {
    margin-top: -7px; }
  .RadGantt_MatchIt .rgtTaskDot:after {
    border-color: #607D8B;
    background-color: #607D8B; }
  .RadGantt_MatchIt .rgtTaskDot:hover:after {
    background-color: #ffffff; }
  .RadGantt_MatchIt .rgtResourceWrap {
    padding-top: 6px; }
  .RadGantt_MatchIt .rgtResource {
    padding: 0 2px;
    background-color: #ffffff; }
  .RadGantt_MatchIt .rgtTaskMilestone {
    margin-top: 8px;
    border-color: #455A64;
    background-color: #455A64; }
  .RadGantt_MatchIt .rgtTaskMilestone.radStateSelected {
    border-color: #64BBE3;
    background-color: #64BBE3; }
  .RadGantt_MatchIt .rgtTaskMilestone ~ .rgtTaskDot {
    top: 8px; }
  .RadGantt_MatchIt .rgtTaskSummary {
    margin-top: 10px;
    border-color: #607D8B;
    background-color: #607D8B; }
  .RadGantt_MatchIt .rgtTaskSummary.radStateSelected {
    border-color: #4fc3f7;
    background-color: #4fc3f7; }
  .RadGantt_MatchIt .rgtComplete {
    border-color: #455A64;
    background-color: #455A64; }
  .RadGantt_MatchIt .radStateSelected .rgtComplete {
    border-color: #64BBE3;
    background-color: #64BBE3; }
  .RadGantt_MatchIt .rgtTaskSummary ~ .rgtTaskDot {
    top: 8px; }
  .RadGantt_MatchIt .rgtTaskSingle {
    border-width: 0;
    border-radius: 3px;
    color: #ffffff;
    background-color: #aed580;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .RadGantt_MatchIt .rgtTaskTemplate {
    padding-top: 8px;
    padding-bottom: 8px; }
  .RadGantt_MatchIt .rgtTaskComplete {
    background-color: #abc233; }
  .RadGantt_MatchIt .rgtTaskSingle .radResizeHandle:after {
    background-color: #ffffff; }
  .RadGantt_MatchIt .rgtTaskActions {
    top: 8px; }
  .RadGantt_MatchIt .rgtTaskActions .rgtTaskDelete,
  .RadGantt_MatchIt .rgtTaskActions .rgtTaskDelete:hover {
    border-width: 0;
    color: inherit;
    background: none; }
  .RadGantt_MatchIt .rgtTaskSingle.radStateSelected {
    background-color: #4fc3f7; }
  .RadGantt_MatchIt .rgtTaskSingle.radStateSelected .rgtTaskContent {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadGantt_MatchIt .rgtTaskSingle.radStateSelected .rgtTaskComplete {
    background-color: #64BBE3; }
  .RadGantt_MatchIt .rgtTaskSingle ~ .rgtTaskDot {
    top: 8px; }

.radSkin_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .radSkin_MatchIt .k-grid, .radSkin_MatchIt .radCalendar {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff; }
  .radSkin_MatchIt .k-popup, .radSkin_MatchIt.k-popup,
  .radSkin_MatchIt .radPopup, .radSkin_MatchIt.radPopup, .radSkin_MatchIt .radDragClue, .radSkin_MatchIt.radDragClue, .radSkin_MatchIt.k-window {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff; }
  .radSkin_MatchIt .k-button,
  .radSkin_MatchIt .radButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    border: 0; }
  .radSkin_MatchIt .radButton:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2); }
  .radSkin_MatchIt .k-button:hover,
  .radSkin_MatchIt .radButton:hover,
  .radSkin_MatchIt .radButton.radStateHovered,
  .radSkin_MatchIt .radStateHovered > .radButton, .radSkin_MatchIt .k-numeric-wrap .k-link:hover, .radSkin_MatchIt .k-dropdown-wrap.k-state-hover, .radSkin_MatchIt .k-picker-wrap .k-select:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .radSkin_MatchIt .radButton.radStateSelected,
  .radSkin_MatchIt .radStateSelected > .radButton, .radSkin_MatchIt .k-numeric-wrap .k-link.k-state-selected, .radSkin_MatchIt .k-dropdown-wrap.k-state-active {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .radSkin_MatchIt .radPrimary {
    color: #abc233; }
  .radSkin_MatchIt .radPrimary:hover {
    color: #abc233;
    background: rgba(124, 179, 66, 0.12); }
  .radSkin_MatchIt .k-numeric-wrap, .radSkin_MatchIt .k-dropdown-wrap, .radSkin_MatchIt .k-picker-wrap {
    padding: 8px 50px 8px 13px;
    border-width: 0;
    border-radius: 2px; }
    .radSkin_MatchIt .k-numeric-wrap .k-input, .radSkin_MatchIt .k-dropdown-wrap .k-input, .radSkin_MatchIt .k-picker-wrap .k-input {
      padding: 0; }
    .radSkin_MatchIt .k-numeric-wrap:before, .radSkin_MatchIt .k-dropdown-wrap:before, .radSkin_MatchIt .k-picker-wrap:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 13px;
      right: 13px;
      border-bottom: 1px solid #CFD8DC; }
    .radSkin_MatchIt .k-state-hover.k-numeric-wrap, .radSkin_MatchIt .k-state-hover.k-dropdown-wrap, .radSkin_MatchIt .k-state-hover.k-picker-wrap, .radSkin_MatchIt .k-state-focused.k-numeric-wrap, .radSkin_MatchIt .k-state-focused.k-dropdown-wrap, .radSkin_MatchIt .k-state-focused.k-picker-wrap {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: #ffffff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
      .radSkin_MatchIt .k-state-hover.k-numeric-wrap:before, .radSkin_MatchIt .k-state-hover.k-dropdown-wrap:before, .radSkin_MatchIt .k-state-hover.k-picker-wrap:before, .radSkin_MatchIt .k-state-focused.k-numeric-wrap:before, .radSkin_MatchIt .k-state-focused.k-dropdown-wrap:before, .radSkin_MatchIt .k-state-focused.k-picker-wrap:before {
        display: none; }
  .radSkin_MatchIt .radDragClue, .radSkin_MatchIt.radDragClue {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(130, 130, 130, 0.5); }
  .radSkin_MatchIt .radList > .radStateHovered,
  .radSkin_MatchIt .k-list > .k-state-hover {
    color: #455A64;
    background-color: #ECEFF1; }
  .radSkin_MatchIt .radList > .radStateFocused,
  .radSkin_MatchIt .k-list > .k-state-focused {
    box-shadow: inset 0 0 5px transparent; }
  .radSkin_MatchIt .radList > .radStateSelected,
  .radSkin_MatchIt .k-list > .k-state-selected {
    color: #64BBE3;
    background-color: transparent; }
  .radSkin_MatchIt .radGrid td {
    border-color: #CFD8DC; }
  .radSkin_MatchIt .radGridHeader,
  .radSkin_MatchIt .radGridHeaderWrap {
    border-color: #CFD8DC; }
  .radSkin_MatchIt .radGridHeader th {
    border-color: #CFD8DC;
    font-size: .85em;
    font-weight: 500; }
  .radSkin_MatchIt .radFauxRows tr td {
    border-bottom-width: 1px;
    padding-bottom: 12px; }
  .radSkin_MatchIt .k-grid-header,
  .radSkin_MatchIt .k-grid-header-wrap {
    border-color: #CFD8DC; }
  .radSkin_MatchIt .k-grid-header .k-header {
    border-color: #CFD8DC;
    font-size: .85em;
    font-weight: 500; }
  .radSkin_MatchIt .k-grid-content td {
    border-width: 0 0 1px;
    border-color: #CFD8DC; }
  .radSkin_MatchIt .k-grid th,
  .radSkin_MatchIt .k-grid td,
  .radSkin_MatchIt .radGrid th,
  .radSkin_MatchIt .radGrid td {
    padding: 13px 16px; }
  .radSkin_MatchIt .k-tooltip,
  .radSkin_MatchIt .radTooltip {
    border-color: #455A64;
    border-radius: 2px;
    color: #ffffff;
    background-color: rgba(69, 90, 100, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .radSkin_MatchIt .k-tooltip-validation {
    border-color: #ffffff;
    color: #d51923;
    background-color: #ffffff;
    background-image: none; }
    .radSkin_MatchIt .k-tooltip-validation .k-icon.k-warning {
      background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Input.sprite.gif")%>');
      background-position: 0 -299px; }
  .radSkin_MatchIt .k-button,
  .radSkin_MatchIt .radButton {
    padding: 8px 13px;
    border-radius: 2px;
    text-transform: uppercase; }
  .radSkin_MatchIt .radToolbar .radButton {
    border-radius: 0; }
  .radSkin_MatchIt .k-textbox,
  .radSkin_MatchIt .radTextbox {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent;
    padding: 8px 13px;
    border-width: 0 0 1px; }
    .radSkin_MatchIt .k-textbox:hover,
    .radSkin_MatchIt .radTextbox:hover {
      border-color: #90A4AE;
      color: #455A64;
      background-color: transparent; }
    .radSkin_MatchIt .k-textbox:focus,
    .radSkin_MatchIt .radTextbox:focus {
      border-color: #abc233;
      color: #455A64;
      background-color: transparent;
      box-shadow: 0 2px 0 -1px #abc233; }
  .radSkin_MatchIt .k-numeric-wrap .k-link,
  .radSkin_MatchIt .k-numeric-wrap .k-select {
    width: 37px;
    border-color: transparent;
    border-radius: 0 2px 2px 0; }
  .radSkin_MatchIt .k-picker-wrap .k-select {
    width: 37px;
    border-color: transparent;
    border-radius: 0 2px 2px 0; }
  .radSkin_MatchIt .radDateTimePicker .k-picker-wrap {
    padding-right: 88px; }
    .radSkin_MatchIt .radDateTimePicker .k-picker-wrap .k-select {
      width: 75px; }
  .radSkin_MatchIt .radCalendar .k-header {
    border-color: #abc233;
    color: #ffffff;
    background-color: #abc233; }
  .radSkin_MatchIt .radCalendar th {
    border-color: #abc233; }
  .radSkin_MatchIt .radCalendar td.k-weekend {
    color: #74838b; }
  .radSkin_MatchIt .radCalendar td.k-other-month {
    color: #a2adb2; }
  .radSkin_MatchIt .radCalendar td.k-state-hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .radSkin_MatchIt .radCalendar td.k-state-focused {
    box-shadow: inset 0 0 5px transparent; }
  .radSkin_MatchIt .radCalendar td.k-state-selected {
    border-color: transparent;
    color: #64BBE3;
    background-color: transparent; }
  .radSkin_MatchIt.k-window {
    border: 0; }
  .radSkin_MatchIt .k-window-titlebar {
    border-color: #abc233;
    color: #ffffff;
    background-color: #abc233;
    font-size: 1.42857em; }
  .radSkin_MatchIt .radPopupEditForm .rgtButtonsContainer {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }

.radSkin_MatchIt.k-rtl .rgtViews .radButton {
  border-radius: 0; }

@media only screen and (max-width: 1024px) {
  .RadGantt_MatchIt .rgtToolbar > .rgtViews {
    right: 5px;
    top: 5px;
    border: 0; }
    .RadGantt_MatchIt .rgtToolbar > .rgtViews.rgtExpanded {
      color: #455A64;
      background: #ffffff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
      .RadGantt_MatchIt .rgtToolbar > .rgtViews.rgtExpanded .radButton {
        box-shadow: none; }
    .RadGantt_MatchIt .rgtToolbar > .rgtViews.radToolbar > li,
    .RadGantt_MatchIt .rgtToolbar > .rgtViews.radToolbar > li + li {
      margin: 0; }
    .RadGantt_MatchIt .rgtToolbar > .rgtViews > li.rgtCurrentView > .radButton:after {
      margin-top: -0.7em; } }

.RadGrid_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadGrid_MatchIt .t-button {
    padding: 7px;
    border-radius: 90px;
    color: #607D8B; }
    .RadGrid_MatchIt .t-button:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
    .RadGrid_MatchIt .t-button:active {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: #CFD8DC; }
  .RadGrid_MatchIt .rgHeader .t-button:hover,
  .RadGrid_MatchIt .rgGroupItem .t-button:hover {
    background: none; }
  .RadGrid_MatchIt .t-font-icon:before {
    font-family: "Material Icons";
    font-size: 18px; }
  .RadGrid_MatchIt .rgDragIcon:before,
  .RadGrid_MatchIt .rgPrintIcon:before,
  .RadGrid_MatchIt .rgExpDOCIcon:before,
  .RadGrid_MatchIt .rgExpXLSIcon:before,
  .RadGrid_MatchIt .rgExpCSVIcon:before,
  .RadGrid_MatchIt .rgExpPDFIcon:before {
    font-family: "WebComponentsIcons"; }
  .RadGrid_MatchIt .rgSortDescIcon:before {
    content: "\e5db"; }
  .RadGrid_MatchIt .rgSortAscIcon:before {
    content: "\e5d8"; }
  .RadGrid_MatchIt .rgAddIcon:before {
    content: "\e145"; }
  .RadGrid_MatchIt .rgRefreshIcon:before {
    content: "\e5d5"; }
  .RadGrid_MatchIt .rgFilterIcon:before {
    content: "\e152"; }
  .RadGrid_MatchIt .rgCollapseIcon:before {
    content: "\e5cf"; }
  .RadGrid_MatchIt .rgExpandIcon:before {
    content: "\e5cc"; }
  .RadGrid_MatchIt .rgOptionsIcon:before {
    content: "\e5d4"; }
  .RadGrid_MatchIt .rgSaveIcon:before {
    content: "\e161"; }
  .RadGrid_MatchIt .rgDelIcon:before,
  .RadGrid_MatchIt .rgCancelIcon:before {
    content: "\e14c"; }
  .RadGrid_MatchIt .rgEditIcon:before {
    content: "\e254"; }
  .RadGrid_MatchIt .rgUpdateIcon:before {
    content: "\e876"; }
  .RadGrid_MatchIt .rgUngroupIcon::before {
    content: "\e14c"; }
  .RadGrid_MatchIt .rgPrevIcon:before {
    content: "\e314"; }
  .RadGrid_MatchIt .rgNextIcon:before {
    content: "\e315"; }
  .RadGrid_MatchIt .rgInput,
  .RadGrid_MatchIt .rgEditRow > td > [type="text"],
  .RadGrid_MatchIt .rgEditForm td > [type="text"],
  .RadGrid_MatchIt .rgBatchContainer > [type="text"],
  .RadGrid_MatchIt .rgFilterBox {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent;
    padding: 8px 0 7px;
    outline: none; }
    .RadGrid_MatchIt .rgInput:hover,
    .RadGrid_MatchIt .rgEditRow > td > [type="text"]:hover,
    .RadGrid_MatchIt .rgEditForm td > [type="text"]:hover,
    .RadGrid_MatchIt .rgBatchContainer > [type="text"]:hover,
    .RadGrid_MatchIt .rgFilterBox:hover {
      border-color: #90A4AE;
      color: #455A64;
      background-color: transparent; }
    .RadGrid_MatchIt .rgInput:focus,
    .RadGrid_MatchIt .rgEditRow > td > [type="text"]:focus,
    .RadGrid_MatchIt .rgEditForm td > [type="text"]:focus,
    .RadGrid_MatchIt .rgBatchContainer > [type="text"]:focus,
    .RadGrid_MatchIt .rgFilterBox:focus {
      border-color: #abc233;
      color: #455A64;
      background-color: transparent;
      box-shadow: 0 -1px 0 #abc233 inset; }
    .t-ie .RadGrid_MatchIt .rgInput, .t-ie
    .RadGrid_MatchIt .rgEditRow > td > [type="text"], .t-ie
    .RadGrid_MatchIt .rgEditForm td > [type="text"], .t-ie
    .RadGrid_MatchIt .rgBatchContainer > [type="text"], .t-ie
    .RadGrid_MatchIt .rgFilterBox {
      height: 36px;
      height: calc(1.42857em + 16px); }
  .RadGrid_MatchIt .rgBatchContainer {
    font-size: 1.077em; }
  .RadGrid_MatchIt .rgBatchContainer > [type="text"],
  .RadGrid_MatchIt .rgBatchContainer .rfdCheckboxChecked,
  .RadGrid_MatchIt .rgBatchContainer .rfdCheckboxUnchecked {
    margin-left: 13px; }
  .RadGrid_MatchIt .rgEditForm label {
    font-size: .857em;
    color: #607D8B;
    font-weight: 500;
    line-height: 1.66667;
    padding-top: 8px;
    padding-bottom: 8px; }
  .RadGrid_MatchIt .rgEditForm td > [type="text"] {
    margin-left: 13px; }
  .RadGrid_MatchIt .rgHeaderDiv {
    border-color: #CFD8DC; }
  .RadGrid_MatchIt .rgHeader,
  .RadGrid_MatchIt th.rgResizeCol,
  .RadGrid_MatchIt .rgHeaderWrapper {
    border: 0;
    border-bottom: 1px solid #CFD8DC;
    background-color: #ffffff;
    padding: 13px 15px; }
  .RadGrid_MatchIt .rgHeader {
    font-size: .857em;
    font-weight: 500;
    line-height: 1.66667; }
    .RadGrid_MatchIt .rgHeader .t-button {
      font-size: 1.167em;
      line-height: 1.42857; }
    .RadGrid_MatchIt .rgHeader,
    .RadGrid_MatchIt .rgHeader a {
      color: #607D8B; }
  .RadGrid_MatchIt .rgMultiHeaderRow .rgHeader,
  .RadGrid_MatchIt .rgMultiHeaderRow .rgResizeCol {
    border-left: 1px solid #CFD8DC; }
  .RadGrid_MatchIt th.rgSorted,
  .RadGrid_MatchIt th.rgSorted a,
  .RadGrid_MatchIt th.rgSorted button {
    color: #263238; }
  .RadGrid_MatchIt .rgEditRow,
  .RadGrid_MatchIt .rgFilterRow,
  .RadGrid_MatchIt .rgGroupHeader {
    height: 47px;
    height: calc(1.42857em + 27px); }
  .RadGrid_MatchIt .rgFilterRow > td {
    border: 0;
    border-bottom: 1px solid #CFD8DC;
    padding: 5px 15px; }
  .RadGrid_MatchIt .rgRow,
  .RadGrid_MatchIt .rgAltRow,
  .RadGrid_MatchIt .rgEditRow {
    height: 47px;
    height: calc(1.53846em + 27px);
    font-size: 0.929em;
    line-height: 1.53846; }
    .RadGrid_MatchIt .rgRow > td,
    .RadGrid_MatchIt .rgAltRow > td,
    .RadGrid_MatchIt .rgEditRow > td {
      border: 0;
      border-bottom: 1px solid #CFD8DC;
      padding: 5px 15px; }
    .RadGrid_MatchIt .rgRow .rgDragIcon,
    .RadGrid_MatchIt .rgRow .t-button,
    .RadGrid_MatchIt .rgAltRow .rgDragIcon,
    .RadGrid_MatchIt .rgAltRow .t-button,
    .RadGrid_MatchIt .rgEditRow .rgDragIcon,
    .RadGrid_MatchIt .rgEditRow .t-button {
      font-size: 1.077em;
      line-height: 1.42857; }
    .RadGrid_MatchIt .rgRow .t-ripple-container,
    .RadGrid_MatchIt .rgAltRow .t-ripple-container,
    .RadGrid_MatchIt .rgEditRow .t-ripple-container {
      margin: -1px 0 0 -1px; }
  .RadGrid_MatchIt .rgBatchCurrent {
    padding-left: 2px; }
  .RadGrid_MatchIt .rgEditForm {
    border-bottom: 1px solid #CFD8DC;
    padding: 8px; }
  .RadGrid_MatchIt .rgActiveRow td:not(.rgExpandCol) {
    box-shadow: inset 0px 5px 5px -5px transparent, inset 0px -5px 5px -5px transparent; }
  .RadGrid_MatchIt .rgActiveRow td:first-child:not(.rgExpandCol),
  .RadGrid_MatchIt .rgActiveRow .rgExpandCol + td {
    box-shadow: inset 0px 5px 5px -5px transparent, inset 0px -5px 5px -5px transparent, inset 5px 0px 5px -5px transparent; }
  .RadGrid_MatchIt .rgActiveRow td:not(.rgExpandCol):last-child {
    box-shadow: inset 0px 5px 5px -5px transparent, inset 0px -5px 5px -5px transparent, inset -5px 0px 5px -5px transparent; }
  .RadGrid_MatchIt .rgActiveCell {
    box-shadow: inset 0 0 5px transparent; }
  .RadGrid_MatchIt .rgRow > td > a,
  .RadGrid_MatchIt .rgAltRow > td > a,
  .RadGrid_MatchIt .rgFooter > td > a,
  .RadGrid_MatchIt .rgEditForm > td > a,
  .RadGrid_MatchIt .rgEditRow > td > a,
  .RadGrid_MatchIt .rgHoveredRow > td > a {
    color: #abc233;
    text-decoration: none; }
  .RadGrid_MatchIt .rgMasterTable .rgSelectedCell,
  .RadGrid_MatchIt .rgSelectedRow {
    background-color: #E1F5FE;
    color: #455A64; }
  .RadGrid_MatchIt .rgSelectedCell > a,
  .RadGrid_MatchIt .rgSelectedRow > td > a {
    color: #64BBE3; }
  .RadGrid_MatchIt .rgHoveredRow {
    background-color: #ECEFF1;
    color: #455A64; }
  .RadGrid_MatchIt .rgEditRow {
    background: #edf6e3;
    color: #455A64; }
  .RadGrid_MatchIt .rgDeletedRow > td {
    border-color: #a3b4bc;
    color: #455A64; }
    .RadGrid_MatchIt .rgDeletedRow > td a {
      color: #455A64; }
  .RadGrid_MatchIt .rgBatchOverlay {
    background: rgba(207, 216, 220, 0.75); }
  .RadGrid_MatchIt .rgBatchUndoDeleteButton {
    padding: 7px 13px;
    border-radius: 0;
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
    .RadGrid_MatchIt .rgBatchUndoDeleteButton:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
  .RadGrid_MatchIt .rgBatchUndoDeleteIcon:before {
    content: "\e166"; }
  .RadGrid_MatchIt .rgDrag {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Grid.rgDrag.gif")%>'); }
  .RadGrid_MatchIt .rgFooterWrapper {
    border-top: 1px solid #CFD8DC; }
  .RadGrid_MatchIt .rgFooter {
    font-size: .857em;
    font-weight: 500;
    line-height: 1.66667;
    height: 47px;
    height: calc(1.66667em + 27px); }
    .RadGrid_MatchIt .rgFooter td {
      border-bottom: 1px solid #CFD8DC;
      padding: 5px 15px; }
    .RadGrid_MatchIt .rgFooter .rgGroupCol {
      border-bottom-color: #CFD8DC; }
    .RadGrid_MatchIt .rgFooter,
    .RadGrid_MatchIt .rgFooter a {
      color: #607D8B; }
  .RadGrid_MatchIt tfoot .rgFooter .rgGroupCol {
    background-color: #ffffff;
    box-shadow: none; }
  .RadGrid_MatchIt .rgFooterWrapper .rgFooter > td {
    border-bottom: 0; }
  .RadGrid_MatchIt .rgStatus div {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading_small.gif")%>'); }
  .RadGrid_MatchIt .rgPagerCell {
    color: #455A64;
    padding: 5px;
    border-color: #CFD8DC; }
    .RadGrid_MatchIt .rgPagerCell .rgIcon:before {
      font-family: "WebComponentsIcons"; }
    .RadGrid_MatchIt .rgPagerCell .rgAdvPart {
      line-height: inherit; }
    .RadGrid_MatchIt .rgPagerCell .rgNumPart a {
      color: #ffffff; }
      .RadGrid_MatchIt .rgPagerCell .rgNumPart a .t-ripple {
        border-radius: 90px; }
    .RadGrid_MatchIt .rgPagerCell .rgPagerButton {
      border: 0 none;
      background-color: #f4f7f8;
      color: #455A64;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadGrid_MatchIt .rgPagerCell .rgActionButton {
      border-radius: 90px; }
      .RadGrid_MatchIt .rgPagerCell .rgActionButton:hover {
        border-color: #ECEFF1;
        color: #455A64;
        background-color: #ECEFF1; }
    .RadGrid_MatchIt .rgPagerCell .rgNumPart a {
      color: #455A64;
      text-align: center;
      border-width: 0;
      padding: 8px;
      min-width: 1.42857em; }
      .RadGrid_MatchIt .rgPagerCell .rgNumPart a:hover {
        border-color: #ECEFF1;
        color: #455A64;
        background-color: #ECEFF1;
        border-radius: 90px; }
      .RadGrid_MatchIt .rgPagerCell .rgNumPart a.rgCurrentPage {
        border-bottom: 2px solid #abc233;
        color: #abc233;
        background: none;
        border-radius: 0;
        margin-bottom: -5px;
        padding-bottom: 11px; }
    .RadGrid_MatchIt .rgPagerCell .RadInput,
    .RadGrid_MatchIt .rgPagerCell .RadComboBox,
    .RadGrid_MatchIt .rgPagerCell .RadDropDownList {
      min-width: 90px; }
    .RadGrid_MatchIt .rgPagerCell .rgActionButton {
      box-sizing: content-box; }
    .RadGrid_MatchIt .rgPagerCell .rgPagerButton {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: #f4f7f8;
      padding: 8px 13px;
      border-radius: 0; }
      .RadGrid_MatchIt .rgPagerCell .rgPagerButton:hover {
        border-color: #ECEFF1;
        color: #455A64;
        background-color: #ECEFF1; }
    .RadGrid_MatchIt .rgPagerCell .rgInfoPart,
    .RadGrid_MatchIt .rgPagerCell .rgSliderLabel,
    .RadGrid_MatchIt .rgPagerCell .rgPagerLabel {
      font-size: .857em;
      color: #607D8B;
      font-weight: 500;
      line-height: 1.66667;
      padding-top: 8px;
      padding-bottom: 8px; }
      .RadGrid_MatchIt .rgPagerCell .rgInfoPart strong,
      .RadGrid_MatchIt .rgPagerCell .rgSliderLabel strong,
      .RadGrid_MatchIt .rgPagerCell .rgPagerLabel strong {
        font-weight: 500;
        font-size: 1.167em;
        line-height: 1.42857;
        color: #455A64; }
    .RadGrid_MatchIt .rgPagerCell .RadSlider {
      margin: 7px 0; }

.GridReorderTop_MatchIt,
.GridReorderBottom_MatchIt {
  color: #64BBE3; }

.RadGrid_MatchIt .rgGroupPanel {
  padding: 5px;
  border-color: #CFD8DC;
  font-size: 1.143em;
  font-weight: 500;
  line-height: 36px;
  line-height: calc(1.25em + 16px); }
  .RadGrid_MatchIt .rgGroupPanel,
  .RadGrid_MatchIt .rgGroupPanel caption {
    background: #abc233;
    color: #ffffff; }

.RadGrid_MatchIt .rgGroupItem {
  border-color: #abc233;
  color: #ffffff;
  background-color: #abc233;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  padding: 8px 13px;
  font-size: 0.875em; }
  .RadGrid_MatchIt .rgGroupItem .t-button {
    color: inherit;
    position: relative;
    z-index: 10; }

.RadGrid_MatchIt .rgGroupHeader {
  background-color: #f4f7f8;
  color: #455A64; }
  .RadGrid_MatchIt .rgGroupHeader td {
    padding-left: 0;
    border-bottom: 1px solid #CFD8DC; }
  .RadGrid_MatchIt .rgGroupHeader .t-ripple-container {
    margin: -1px 0 0 -1px; }

.RadGrid_MatchIt .rgGroupHeaderText {
  font-size: .929em;
  line-height: 1.53846;
  font-weight: 500; }

.RadGrid_MatchIt td.rgGroupCol,
.RadGrid_MatchIt td.rgExpandCol {
  background-color: #f4f7f8;
  border-color: #f4f7f8;
  color: #455A64; }

.RadGrid_MatchIt .rgCollapse {
  color: #263238; }

.RadGrid_MatchIt .rgMasterTable {
  border-collapse: collapse; }

.RadGrid_MatchIt .rgGroupHeader .rgGroupCol + .rgGroupCol {
  border-left: 1px solid #cfd8dc; }

.RadGrid_MatchIt .rgGroupCol:empty {
  box-shadow: none !important; }

.RadGrid_MatchIt .rgGroupHeader .rgGroupCol,
.RadGrid_MatchIt .rgGroupHeader .rgGroupCol + td {
  box-shadow: 0 -1px 0 #cfd8dc; }

.RadGrid_MatchIt .rgFilter .t-ripple-container {
  margin: -1px 0 0 -1px; }

.RadGrid_MatchIt .rgFilterActive {
  color: #64BBE3; }

.RadGrid_MatchIt .rgFiltered {
  color: #263238; }

.RadGrid_MatchIt .rgGroupCol {
  box-shadow: -1px 0 0 #CFD8DC inset; }

.RadGrid_MatchIt .rgDetailTable {
  border-color: #CFD8DC; }

.RadGrid_MatchIt .rgCommandCell {
  padding: 0;
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #f4f7f8; }
  .RadGrid_MatchIt .rgCommandCell .t-button {
    padding: 13px;
    border-radius: 0;
    border: 0 none; }
    .RadGrid_MatchIt .rgCommandCell .t-button:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
    .RadGrid_MatchIt .rgCommandCell .t-button:active {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: #CFD8DC; }

.GridContextMenu_MatchIt .rmGroup span.rmIcon {
  margin-left: -2px; }

.GridContextMenu_MatchIt .rmContent .rgHCMClear,
.GridContextMenu_MatchIt .rmContent .rgHCMFilter {
  color: #abc233;
  padding: 8px;
  border: 0 none;
  background: none; }
  .GridContextMenu_MatchIt .rmContent .rgHCMClear:hover,
  .GridContextMenu_MatchIt .rmContent .rgHCMFilter:hover {
    color: #abc233;
    background-color: rgba(139, 195, 74, 0.12); }

.GridContextMenu_MatchIt .rgHCMShow,
.GridContextMenu_MatchIt .rgHCMAnd {
  font-size: .857em;
  color: #607D8B;
  font-weight: 500;
  line-height: 1.66667;
  padding-top: 8px;
  padding-bottom: 8px; }

.GridContextMenu_MatchIt .rmGroup .rgHCMItem div.rmContent {
  padding: 15px;
  margin: 0 auto; }

.GridContextMenu_MatchIt span.rgHCMSortAscsIcon:before,
.GridContextMenu_MatchIt span.rgHCMSortDescIcon:before,
.GridContextMenu_MatchIt span.rgHCMUnsortIcon:before,
.GridContextMenu_MatchIt span.rgHCMGroupIcon:before,
.GridContextMenu_MatchIt span.rgHCMUngroupIcon:before {
  font-family: "WebComponentsIcons"; }

.GridContextMenu_MatchIt .rgHCMColsIcon:before {
  content: "\e8f3"; }

.GridContextMenu_MatchIt .rgHCMFilterIcon:before {
  content: "\e152"; }

.RadMenu_Material_Context .rgFilterApply,
.RadMenu_Material_Context .rgFilterCancel {
  padding: 8px 13px;
  border: 0 none;
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #f4f7f8; }
  .RadMenu_Material_Context .rgFilterApply:hover,
  .RadMenu_Material_Context .rgFilterCancel:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }

.GridToolTip_MatchIt {
  background-color: #455A64;
  color: #ffffff;
  border-color: #455A64;
  padding: 4px; }

.RadImageEditor_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }

.RadImageEditor_MatchIt,
.RadImageEditor_MatchIt.rieDialogs .riePrintContent,
.RadImageEditor_MatchIt .rieHighlightVertical,
.RadImageEditor_MatchIt .rieHighlightHorizontal,
.RadDock_MatchIt.rieDialogs .rieActiveThumbsLink,
.RadDock_MatchIt.rieDialogs .rieThumbsLink:hover,
.RadDock_MatchIt.rieDialogs .riePrintContent,
.RadDock_MatchIt.rieDialogs .riePrintContent img {
  border-color: #CFD8DC;
  background-color: #f4f7f8; }

.RadImageEditor_MatchIt,
.RadDock_MatchIt.rieDialogs .rdContent {
  color: #455A64; }

.RadImageEditor_MatchIt .rieStatusBarInfo .rieLabel {
  font-size: 0.85714em;
  font-weight: 500;
  color: #607D8B; }

.RadImageEditor_MatchIt .rieContentArea,
.RadDock_MatchIt.rieDialogs .rieThumbsBottomRow td,
.RadDock_MatchIt.rieDialogs .rieDialogsThumbsLeft,
.RadDock_MatchIt.rieDialogs .rieThumbsLink {
  border-color: #CFD8DC; }

.rieRotateTable .rbIcon:before,
.rieResizeButtons .rbIcon:before {
  color: #607D8B; }

.rieRotateTable .rbHovered .rbIcon:before,
.rieResizeButtons .rbHovered .rbIcon:before {
  color: #64BBE3; }

.rieBottomCell {
  border-color: #CFD8DC; }

.rieResizeHandle {
  color: #607D8B; }

.RadImageEditor_MatchIt {
  padding: 0; }

.RadImageEditor_MatchIt .RadToolBar_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #f4f7f8;
  width: auto !important;
  height: 36px;
  padding: 0;
  border-width: 0;
  overflow: visible;
  font: inherit; }
  .RadImageEditor_MatchIt .RadToolBar_MatchIt .rtbButton:not(.rtbSplitButton),
  .RadImageEditor_MatchIt .RadToolBar_MatchIt .rtbSplitButton .rtbSplBtnActivator,
  .RadImageEditor_MatchIt .RadToolBar_MatchIt .rtbArrow {
    padding: 8px 10px; }
  .RadImageEditor_MatchIt .RadToolBar_MatchIt .rtbMore {
    padding: 8px; }
  .RadImageEditor_MatchIt .RadToolBar_MatchIt:before {
    padding: 8px 0; }

.RadImageEditor_MatchIt .rieContentArea {
  border-width: 1px 0; }

.RadImageEditor_MatchIt .rieStatusBar {
  height: 3.42857em;
  line-height: 3.42857em;
  padding: 0em 1.14286em; }

.RadImageEditor_MatchIt .rieResizeHandle {
  right: 0.5em;
  bottom: 0.28571em; }

.rtbLink:before {
  margin: .08333em .66667em 0 -1em; }

.rieDialogs .rieComboCombo {
  width: 5.71429em;
  margin: 4px; }

.rieInputDimension {
  width: 7.14286em; }

.riePxLabel {
  line-height: 2.85714em; }

.rieResizeButtons {
  width: 7.14286em; }

.rieRotateButtons {
  padding: 0.71429em 0em 0em; }

.riePositionLabel {
  display: inline-block;
  margin: 0.21429em 0em 0em;
  padding: 0em 0.35714em; }

div.rieZoneLeft,
div.rieZoneRight {
  width: 6.42857em; }

.RadImageEditor_MatchIt .RadToolBar_Vertical .rtbItem,
.RadImageEditor_MatchIt .RadToolBar_Vertical .rtbItem + .rtbItem {
  margin-left: 0.35714em; }

.RadToolBarDropDown_MatchIt_rtl .rtbLink:before {
  margin: .08333em -1em 0 .66667em; }

.rieRtl .RadToolBar_MatchIt_rtl .rtbItem + .rtbItem {
  margin-right: -0.07143em; }

.RadImageGallery_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadImageGallery_MatchIt .rigDescriptionBox {
    background-color: rgba(69, 90, 100, 0.7);
    color: #f8fafb; }
  .RadImageGallery_MatchIt .rigToolbar,
  .RadImageGallery_MatchIt .rigCloseButton,
  .RadImageGallery_MatchIt .rigDrawerButton {
    background-color: rgba(244, 247, 248, 0.9);
    color: #455A64; }
  .RadImageGallery_MatchIt .rigProgressBar div {
    background-color: #64BBE3; }
  .RadImageGallery_MatchIt .rigPager {
    background-color: #f4f7f8;
    color: #455A64;
    height: auto;
    padding: 5px; }
    .RadImageGallery_MatchIt .rigPager a {
      color: #455A64;
      text-align: center;
      border-width: 0;
      padding: 8px;
      min-width: 1.42857em; }
      .RadImageGallery_MatchIt .rigPager a:hover {
        border-color: #ECEFF1;
        color: #455A64;
        background-color: #ECEFF1;
        border-radius: 90px; }
      .RadImageGallery_MatchIt .rigPager a.rigCurrentPage {
        border-bottom: 2px solid #abc233;
        color: #abc233;
        background: none;
        border-radius: 0;
        margin-bottom: -5px;
        padding-bottom: 11px; }
  .RadImageGallery_MatchIt .rigInfoPart {
    font-size: .857em;
    color: #607D8B;
    font-weight: 500;
    line-height: 1.66667;
    padding-top: 8px;
    padding-bottom: 8px; }
  .RadImageGallery_MatchIt .rigDotList > a {
    border-color: #abc233; }
  .RadImageGallery_MatchIt .rigDotList a span {
    background-color: white; }
  .RadImageGallery_MatchIt .rigDotList a.rigCurrentItem span {
    background-color: #abc233;
    border-color: white; }
  .RadImageGallery_MatchIt .rigTooltip {
    background-color: #455A64;
    border-color: #455A64; }
    .RadImageGallery_MatchIt .rigTooltip:after {
      border-top-color: #455A64; }
  .RadImageGallery_MatchIt .rigToolbar .rigActionButton {
    color: #455A64; }
    .RadImageGallery_MatchIt .rigToolbar .rigActionButton:hover {
      color: #64BBE3; }

.RadInput_MatchIt,
.RadInputMgr_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }

.RadInput {
  border-color: transparent;
  border-bottom-color: #CFD8DC; }
  .t-ie .RadInput_MatchIt,
  .t-ie .RadInputMgr_MatchIt {
    height: 36px;
    height: calc(1.42857em + 16px); }
  .RadInput_MatchIt .riTextBox, .RadInputMgr_MatchIt {
    color: #455A64;
    background: transparent;
    border-color: transparent;
    border-bottom-color: #CFD8DC;
    outline: none; }
  .RadInput_MatchIt {
    border-bottom-color: #CFD8DC;
    padding: 0 13px; }
    .RadInput_MatchIt input.riTextBox {
      padding: 8px 0 7px;
      border-width: 0 0 1px; }
  .RadInputMgr_MatchIt {
    padding: 8px 0 7px;
    border-width: 0 0 1px;
    margin: 0 8px;
    color: #455A64; }
  .RadInput_MatchIt .riLabel {
    font-size: .857em;
    color: #607D8B;
    font-weight: 500;
    margin-left: -13px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .RadInput_MatchIt a {
    padding-left: 8px;
    padding-right: 8px; }
  .RadInput_MatchIt .riSelect {
    right: 5px; }
    .RadInput_MatchIt .riSelect a {
      color: #607D8B;
      border-color: transparent; }
      .RadInput_MatchIt .riSelect a:hover {
        color: #263238; }
      .RadInput_MatchIt .riSelect a:before {
        font-family: "Material Icons";
        font-size: 18px; }
  .RadInput_MatchIt.RadInputDisabled a:hover,
  .RadInput_MatchIt.RadInputDisabled a:active {
    color: #607D8B; }
  .RadInput_MatchIt .riDown:before {
    content: "\e5c5";
    margin-top: -13px; }
  .RadInput_MatchIt .riUp:before {
    content: "\e5c7";
    margin-top: -6px; }
  .RadInput_MatchIt .riButton:before {
    content: "\e5d9"; }
  .RadInput_MatchIt .riEmpty, .RadInput_Empty_MatchIt {
    color: rgba(69, 90, 100, 0.6);
    font-style: normal; }
  .RadInput_MatchIt .riHover, .RadInput_Hover_MatchIt {
    color: #455A64;
    border-bottom-color: #90A4AE; }
  .RadInput_MatchIt .riFocused, .RadInput_Focused_MatchIt {
    color: #455A64;
    border-bottom-color: #abc233;
    box-shadow: 0 -1px 0 0px #abc233 inset; }
  .RadInput_MatchIt .riRead, .RadInput_Read_MatchIt {
    color: rgba(69, 90, 100, 0.8); }
  .RadInput_MatchIt .riDisabled, .RadInput_Disabled_MatchIt {
    color: #babbbc;
    border-bottom-color: #ECEFF1; }
  .RadInput_MatchIt .riError, .RadInput_Error_MatchIt {
    border-color: #f34235;
    box-shadow: 0 -1px 0 0px #f34235 inset; }
  .RadInput_MatchIt.RadInputError {
    border-color: #f34235;
    color: #f34235; }
  .RadInput_MatchIt.RadInputError {
    border-color: #f34235;
    color: #f34235; }
    .RadInput_MatchIt.RadInputError:after {
      display: none; }
  .RadInput.riContButton .riDown {
    margin-left: -37px;
    margin-left: calc(-17px - 1.42857em); }

.RadLightBox_MatchIt {
  color: #455A64;
  font: "Roboto", "Noto", sans-serif;
  background-color: transparent;
  padding: 0; }
  .RadLightBox_MatchIt .rltbIcon:before,
  .RadLightBox_MatchIt .rltbButtonWrapper:before {
    font: 18px/1 'Material Icons';
    vertical-align: top; }
  .RadLightBox_MatchIt .rltbMaximizeIcon:before {
    content: "\e5d0"; }
  .RadLightBox_MatchIt .rltbRestoreIcon:before {
    content: "\e5d1"; }
  .RadLightBox_MatchIt .rltbPrevButtonWrapper:before {
    content: "\e314"; }
  .RadLightBox_MatchIt .rltbButtonWrapper:before {
    font-size: 64px; }
  .RadLightBox_MatchIt .rltbNextButtonWrapper:before {
    content: "\e315"; }
  .RadLightBox_MatchIt .rltbCloseIcon:before {
    content: "\e5cd"; }
  .RadLightBox_MatchIt .rltbItemBox {
    padding: 0; }
  .RadLightBox_MatchIt .rltbDescriptionBox {
    left: 24px;
    right: 24px; }
  .RadLightBox_MatchIt .rltbWrapper {
    background-color: #f8fafb;
    border-radius: 2px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2); }
  .RadLightBox_MatchIt .rltbDescOverlayTop,
  .RadLightBox_MatchIt .rltbDescOverlayBottom {
    background-color: rgba(245, 245, 245, 0.7); }
    .RadLightBox_MatchIt .rltbDescOverlayTop,
    .RadLightBox_MatchIt .rltbDescOverlayTop .rltbActionButton,
    .RadLightBox_MatchIt .rltbDescOverlayBottom,
    .RadLightBox_MatchIt .rltbDescOverlayBottom .rltbActionButton {
      color: #455A64; }
  .RadLightBox_MatchIt .rltbActionButton {
    color: #455A64;
    font: inherit;
    height: auto;
    width: auto;
    padding: 8px; }
    .RadLightBox_MatchIt .rltbActionButton:hover {
      color: #64BBE3; }
    .RadLightBox_MatchIt .rltbActionButton::-moz-focus-inner {
      padding: 0;
      border: 0; }
  .RadLightBox_MatchIt .rltbToolbar .rltbActionButton {
    padding: 8px;
    font: inherit; }
  .RadLightBox_MatchIt .rltbButtonWrapper {
    height: auto;
    width: auto;
    font: inherit; }
  .RadLightBox_MatchIt .rltbIcon,
  .RadLightBox_MatchIt .rltbToolbar .rltbIcon {
    width: 1.42857em;
    font: inherit; }
  .RadLightBox_MatchIt .rltbCloseButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
    .RadLightBox_MatchIt .rltbCloseButton:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }

.RadListBox_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadListBox_MatchIt .rlbButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    padding: 8px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadListBox_MatchIt .rlbButtonIcon {
    font-size: 18px;
    font-family: "Material Icons"; }
  .RadListBox_MatchIt .rlbIconMoveUp:before {
    content: "\e5c7"; }
  .RadListBox_MatchIt .rlbIconMoveDown:before {
    content: "\e5c5"; }
  .RadListBox_MatchIt .rlbIconTransferLeft:before {
    content: "\e045"; }
  .RadListBox_MatchIt .rlbIconTransferRight:before {
    content: "\e044"; }
  .RadListBox_MatchIt .rlbIconTransferUp:before {
    content: "\e045";
    transform: rotate(90deg); }
  .RadListBox_MatchIt .rlbIconTransferDown:before {
    content: "\e044";
    transform: rotate(90deg); }
  .RadListBox_MatchIt .rlbIconTransferAllLeft:before {
    content: "\e020"; }
  .RadListBox_MatchIt .rlbIconTransferAllRight:before {
    content: "\e01f"; }
  .RadListBox_MatchIt .rlbIconTransferAllUp:before {
    content: "\e020";
    transform: rotate(90deg); }
  .RadListBox_MatchIt .rlbIconTransferAllDown:before {
    content: "\e01f";
    transform: rotate(90deg); }
  .RadListBox_MatchIt .rlbIconDelete:before {
    content: "\e5cd"; }
  .RadListBox_MatchIt .rlbButtonAreaTop {
    margin-bottom: 8px; }
  .RadListBox_MatchIt .rlbButtonAreaBottom {
    margin-top: 8px; }
  .RadListBox_MatchIt .rlbGroup,
  .RadListBox_MatchIt .rlbTemplateContent {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff; }
  .RadListBox_MatchIt .rlbHeader,
  .RadListBox_MatchIt .rlbFooter {
    padding: 6px 13px; }
  .RadListBox_MatchIt .rlbCheckAllItems {
    padding: 6px 13px; }
  .RadListBox_MatchIt .rlbItem {
    padding: 6px 13px; }
  .RadListBox_MatchIt .rlbButton:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2); }
  .RadListBox_MatchIt .rlbHovered.rlbItem, .RadListBox_MatchIt .rlbHighlight {
    color: #455A64;
    background-color: #ECEFF1; }
  .RadListBox_MatchIt .rlbHovered.rlbButton {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadListBox_MatchIt .rlbActive.rlbButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2); }
  .RadListBox_MatchIt .rlbSelected.rlbItem {
    color: #64BBE3;
    background-color: transparent; }
  .RadListBox_MatchIt .rlbDropClue {
    font-size: 18px;
    font-family: "Material Icons"; }
    .RadListBox_MatchIt .rlbDropClue:before {
      content: "\e5c8"; }
  .RadListBox_MatchIt .rlbDropClueAbove {
    border-top-color: #CFD8DC; }
  .RadListBox_MatchIt .rlbDropClueBelow {
    border-bottom-color: #CFD8DC; }
  .RadListBox_MatchIt.rlbDragClue {
    background: #ffffff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2); }
    .RadListBox_MatchIt.rlbDragClue .rlbItem {
      border-color: transparent;
      color: inherit;
      background: none; }

.RadListBox_MatchIt.RadListBoxButtonAreaTop.rlbFixedHeight {
  padding: 32px 0 1.42857em; }
  .RadListBox_MatchIt.RadListBoxButtonAreaTop.rlbFixedHeight .rlbButtonAreaTop {
    margin-top: -32px; }

.RadListBox_MatchIt.RadListBoxButtonAreaBottom.rlbFixedHeight {
  padding: 32px 0 1.42857em; }
  .RadListBox_MatchIt.RadListBoxButtonAreaBottom.rlbFixedHeight .rlbGroup,
  .RadListBox_MatchIt.RadListBoxButtonAreaBottom.rlbFixedHeight .rlbTemplate {
    margin-top: -32px; }

.RadMap_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }
  .RadMap_MatchIt .k-header,
  .RadMap_MatchIt .k-widget,
  .RadMap_MatchIt .k-popup {
    color: #455A64; }
  .RadMap_MatchIt .k-widget,
  .RadMap_MatchIt .k-header {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    background-image: linear-gradient(); }
  .RadMap_MatchIt.k-widget.k-tooltip {
    background-color: #455A64;
    color: #ffffff;
    border-color: #455A64;
    font-family: "Roboto", "Noto", sans-serif;
    font-size: 13px;
    opacity: 0.9 !important; }
  .RadMap_MatchIt .k-i-close:before,
  .RadMap_MatchIt .k-i-close:hover:before {
    color: #ffffff; }
  .RadMap_MatchIt .k-callout-n {
    border-bottom-color: #455A64; }
  .RadMap_MatchIt .k-callout-e {
    border-left-color: #455A64; }
  .RadMap_MatchIt .k-callout-s {
    border-top-color: #455A64; }
  .RadMap_MatchIt .k-callout-w {
    border-right-color: #455A64; }
  .RadMap_MatchIt .k-button,
  .RadMap_MatchIt div.k-navigator > .k-button {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    color: #607D8B; }
  .RadMap_MatchIt div.k-navigator > .k-button {
    border-color: transparent; }
  .RadMap_MatchIt div.k-navigator > .k-button:hover,
  .RadMap_MatchIt div.k-navigator > .k-button:focus {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1;
    color: #607D8B; }
  .RadMap_MatchIt div.k-navigator > .k-button:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #ECEFF1; }
  .RadMap_MatchIt div.k-navigator > .k-button:active {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC;
    color: #607D8B; }
  .RadMap_MatchIt .k-button:hover,
  .RadMap_MatchIt .k-button:active,
  .RadMap_MatchIt .k-button:focus {
    color: #263238; }
  .RadMap_MatchIt .k-marker:before {
    color: #e60c0e; }
  .RadMap_MatchIt .k-touch-scrollbar, .RadMap_MatchIt.k-tooltip,
  .RadMap_MatchIt .k-animation-container, .RadMap_MatchIt.k-animation-container {
    border-radius: 0; }
  .RadMap_MatchIt .k-navigator {
    width: 84px;
    height: 84px; }
  .RadMap_MatchIt div.k-navigator > .k-button {
    width: 32px;
    height: 32px; }
  .RadMap_MatchIt div.k-navigator .k-navigator-up {
    margin-left: -16px; }
  .RadMap_MatchIt div.k-navigator .k-navigator-right {
    margin-top: -16px; }
  .RadMap_MatchIt div.k-navigator .k-navigator-down {
    margin-left: -16px; }
  .RadMap_MatchIt div.k-navigator .k-navigator-left {
    margin-top: -16px; }
  .RadMap_MatchIt .k-buttons-horizontal .k-button {
    width: 26px;
    height: 25px; }
  .RadMap_MatchIt .k-buttons-horizontal .k-zoom-in {
    border-radius: 2px 0 0 2px; }
  .RadMap_MatchIt .k-buttons-horizontal .k-zoom-out {
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #CFD8DC;
    z-index: 1; }
  .RadMap_MatchIt .k-marker:before,
  .RadMap_MatchIt .k-marker-Pin-target:before,
  .RadMap_MatchIt .k-marker-pin-target:before {
    content: "\e55f";
    font-family: 'Material Icons';
    color: #64BBE3; }
  .RadMap_MatchIt span.k-marker-Pin:before,
  .RadMap_MatchIt span.k-marker-pin:before {
    content: "\e55e"; }
  .RadMap_MatchIt.k-widget.k-tooltip {
    border-radius: 2px; }
  .RadMap_MatchIt .k-navigator-n,
  .RadMap_MatchIt .k-navigator-e,
  .RadMap_MatchIt .k-navigator-s,
  .RadMap_MatchIt .k-navigator-w {
    position: absolute !important; }
  .RadMap_MatchIt .t-ripple-container {
    margin-top: -1px;
    margin-left: -1px; }

.RadMediaPlayer_MatchIt {
  color: #455A64; }
  .RadMediaPlayer_MatchIt .rmpToolbarWrapper {
    bottom: 0;
    padding: 6px 0;
    background: linear-gradient(to top, #262626, rgba(38, 38, 38, 0)) repeat-x; }
  .RadMediaPlayer_MatchIt .rmpToolbar {
    color: #ffffff; }
  .RadMediaPlayer_MatchIt .rmpToolbar,
  .RadMediaPlayer_MatchIt div.rmpVolContrBar {
    background-color: transparent;
    border-color: transparent; }
  .RadMediaPlayer_MatchIt .rmpTitleBar {
    background: linear-gradient(to bottom, #262626, rgba(38, 38, 38, 0)) repeat-x;
    padding-bottom: 15px; }
  .RadMediaPlayer_MatchIt .rmpPlaylist {
    background-color: #ffffff; }
    .RadMediaPlayer_MatchIt .rmpPlaylist li a {
      background-color: #f4f7f8;
      color: #455A64; }
      .RadMediaPlayer_MatchIt .rmpPlaylist li a:hover {
        background-color: #ECEFF1;
        color: #455A64; }
    .RadMediaPlayer_MatchIt .rmpPlaylist li.rmpActive a {
      background-color: transparent;
      color: #64BBE3; }
    .RadMediaPlayer_MatchIt .rmpPlaylist .rmpPlaylistPrevButton,
    .RadMediaPlayer_MatchIt .rmpPlaylist .rmpPlaylistNextButton {
      background-color: #f4f7f8; }
      .RadMediaPlayer_MatchIt .rmpPlaylist .rmpPlaylistPrevButton:hover,
      .RadMediaPlayer_MatchIt .rmpPlaylist .rmpPlaylistNextButton:hover {
        background-color: #ECEFF1; }
  .RadMediaPlayer_MatchIt .rmpPlaylistVertical li,
  .RadMediaPlayer_MatchIt .rmpPlaylistVerticalInside li {
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #CFD8DC; }
  .RadMediaPlayer_MatchIt .rmpPlaylistVertical .rmpPlaylistPrevButtonWrap,
  .RadMediaPlayer_MatchIt .rmpPlaylistVerticalInside .rmpPlaylistPrevButtonWrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.85); }
  .RadMediaPlayer_MatchIt .rmpPlaylistVertical .rmpPlaylistNextButtonWrap,
  .RadMediaPlayer_MatchIt .rmpPlaylistVerticalInside .rmpPlaylistNextButtonWrap {
    border-top: 1px solid rgba(255, 255, 255, 0.85); }
  .RadMediaPlayer_MatchIt .rmpPlaylistHorizontal.rmpPlaylistNavButtons {
    border-bottom: 1px solid #CFD8DC;
    border-bottom: 1px solid #CFD8DC; }
  .RadMediaPlayer_MatchIt .rmpPlaylistHorizontal li {
    border-left: 1px solid rgba(255, 255, 255, 0.85);
    border-right: 1px solid #CFD8DC; }
  .RadMediaPlayer_MatchIt .rmpPlaylistHorizontal .rmpPlaylistPrevButtonWrap,
  .RadMediaPlayer_MatchIt .rmpPlaylistHorizontal .rmpPlaylistNextButtonWrap {
    border-left: 1px solid #CFD8DC;
    border-right: 1px solid #CFD8DC; }
  .RadMediaPlayer_MatchIt .rmpBanner {
    border: 1px solid #CFD8DC; }
    .RadMediaPlayer_MatchIt .rmpBanner .rmpActionButton {
      background-color: #f4f7f8;
      color: #455A64; }
  .RadMediaPlayer_MatchIt .rmpBigPlayButton,
  .RadMediaPlayer_MatchIt .rmpBigPauseButton {
    background: rgba(244, 247, 248, 0.4); }
  .RadMediaPlayer_MatchIt .rmpToolbar .rmpActionButton {
    color: #ffffff; }
    .RadMediaPlayer_MatchIt .rmpToolbar .rmpActionButton:hover {
      color: #263238; }
    .RadMediaPlayer_MatchIt .rmpToolbar .rmpActionButton .rmpSubtitlesActiveIcon,
    .RadMediaPlayer_MatchIt .rmpToolbar .rmpActionButton .rmpHDActiveIcon {
      color: #64BBE3; }
  .RadMediaPlayer_MatchIt .rmpSocialShareBox {
    background-color: #CFD8DC; }
  .RadMediaPlayer_MatchIt .sshLinkItem {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
    .RadMediaPlayer_MatchIt .sshLinkItem:active, .RadMediaPlayer_MatchIt .sshLinkItem:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }

.RadMenu_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }
  .RadMenu_MatchIt .rmGroup,
  .RadMenu_MatchIt .rmMultiColumn {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    padding: 0;
    border-width: 0; }
  .RadMenu_MatchIt .rmGroup:before,
  .RadMenu_MatchIt .rmMultiColumn:before,
  .RadMenu_MatchIt .rmScrollWrap > .rmHorizontal:before,
  .RadMenu_MatchIt .rmScrollWrap > .rmVertical:before {
    display: none; }
  .RadMenu_MatchIt .rmVertical > li.rmSeparator {
    margin: 0;
    border-top-color: #e6e6e6;
    border-bottom-color: white; }
  .RadMenu_MatchIt .rmHorizontal > li.rmSeparator {
    border-left-color: #e6e6e6;
    border-right-color: white; }
  .RadMenu_MatchIt .rmIcon {
    font-size: 0; }
    .RadMenu_MatchIt .rmIcon:before {
      font-size: 18px;
      text-indent: 0; }
  .RadMenu_MatchIt .rmIcon,
  .RadMenu_MatchIt .rmArrow .rmIcon,
  .RadMenu_MatchIt .rmGroup .rmIcon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: -12px 0 0 -12px; }
  .RadMenu_MatchIt .rmIcon:before,
  .RadMenu_MatchIt .rmExpand:before {
    color: #607D8B;
    font-family: "Material Icons"; }
  .RadMenu_MatchIt .rmExpand:before {
    right: 8px; }
  .RadMenu_MatchIt .rmTopArrow .rmIcon:before {
    content: "\e5c7"; }
  .RadMenu_MatchIt .rmHorizontal .rmToggle .rmIcon:before,
  .RadMenu_MatchIt .rmHorizontal .rmExpand:before,
  .RadMenu_MatchIt .rmBottomArrow .rmIcon:before {
    content: "\e5c5"; }
  .RadMenu_MatchIt .rmLeftArrow .rmIcon:before {
    content: "\e314"; }
  .RadMenu_MatchIt .rmVertical .rmToggle .rmIcon:before,
  .RadMenu_MatchIt .rmVertical .rmExpand:before,
  .RadMenu_MatchIt .rmRightArrow .rmIcon:before {
    content: "\e315"; }
  .RadMenu_MatchIt .rmArrow {
    border: 0;
    background-color: #ffffff; }
  .RadMenu_MatchIt .rmLeftArrow,
  .RadMenu_MatchIt .rmRightArrow {
    width: 36px; }
  .RadMenu_MatchIt .rmRootGroup {
    padding: 4px;
    border: 0;
    color: #455A64;
    background: #ffffff; }
    .RadMenu_MatchIt .rmRootGroup.rmVertical {
      background-image: none; }
      .RadMenu_MatchIt .rmRootGroup.rmVertical > .rmItem,
      .RadMenu_MatchIt .rmRootGroup.rmVertical > .rmRootScrollGroup > .rmItem {
        margin-bottom: 2px; }
        .RadMenu_MatchIt .rmRootGroup.rmVertical > .rmItem.rmLast,
        .RadMenu_MatchIt .rmRootGroup.rmVertical > .rmRootScrollGroup > .rmItem.rmLast {
          margin-bottom: 0; }
    .RadMenu_MatchIt .rmRootGroup.rmHorizontal > .rmItem,
    .RadMenu_MatchIt .rmRootGroup.rmHorizontal > .rmRootScrollGroup > .rmItem {
      border: 0;
      margin-right: 2px; }
      .RadMenu_MatchIt .rmRootGroup.rmHorizontal > .rmItem.rmLast,
      .RadMenu_MatchIt .rmRootGroup.rmHorizontal > .rmRootScrollGroup > .rmItem.rmLast {
        margin-right: 0; }
    .RadMenu_MatchIt .rmRootGroup .rmRootLink {
      padding: 13px 24px;
      font-size: 1.14286em;
      border-radius: 2px; }
    .RadMenu_MatchIt .rmRootGroup .rmRootLink:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
    .RadMenu_MatchIt .rmRootGroup .rmArrow:hover {
      background: #ECEFF1; }
    .RadMenu_MatchIt .rmRootGroup > .rmArrow:hover .rmIcon:before {
      color: #263238; }
    .RadMenu_MatchIt .rmRootGroup .rmSelected > .rmRootLink,
    .RadMenu_MatchIt .rmRootGroup .rmExpanded > .rmRootLink {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: #CFD8DC; }
    .RadMenu_MatchIt .rmRootGroup .rmFocused > .rmRootLink {
      box-shadow: 0 0 0 1px rgba(178, 192, 198, 0.5) inset; }
  .RadMenu_MatchIt .rmShadows {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadMenu_MatchIt .rmPopup,
  .RadMenu_MatchIt .rmGroup {
    padding: 16px 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadMenu_MatchIt .rmPopup.rmScrollWrap > .rmVertical,
    .RadMenu_MatchIt .rmGroup.rmScrollWrap > .rmVertical {
      padding: 16px 0; }
    .RadMenu_MatchIt .rmPopup.rmScrollWrap > .rmHorizontal,
    .RadMenu_MatchIt .rmGroup.rmScrollWrap > .rmHorizontal {
      padding: 4px; }
    .RadMenu_MatchIt .rmPopup .rmLink,
    .RadMenu_MatchIt .rmGroup .rmLink {
      border: 0;
      padding-top: 6px;
      padding-bottom: 6px; }
    .RadMenu_MatchIt .rmPopup .rmText,
    .RadMenu_MatchIt .rmGroup .rmText {
      display: inline-block; }
    .RadMenu_MatchIt .rmPopup .rmImage,
    .RadMenu_MatchIt .rmPopup .rmLeftImage,
    .RadMenu_MatchIt .rmGroup .rmImage,
    .RadMenu_MatchIt .rmGroup .rmLeftImage {
      left: 8px; }
    .RadMenu_MatchIt .rmPopup.rmLevel2,
    .RadMenu_MatchIt .rmGroup.rmLevel2 {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2); }
    .RadMenu_MatchIt .rmPopup.rmLevel3,
    .RadMenu_MatchIt .rmGroup.rmLevel3 {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.2); }
    .RadMenu_MatchIt .rmPopup.rmLevel4,
    .RadMenu_MatchIt .rmGroup.rmLevel4 {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.2); }
    .RadMenu_MatchIt .rmPopup.rmLevel5,
    .RadMenu_MatchIt .rmGroup.rmLevel5 {
      box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2); }
    .RadMenu_MatchIt .rmPopup .rmLink:hover,
    .RadMenu_MatchIt .rmGroup .rmLink:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
    .RadMenu_MatchIt .rmPopup .rmSelected > .rmLink,
    .RadMenu_MatchIt .rmGroup .rmSelected > .rmLink {
      border-color: transparent;
      color: #64BBE3;
      background-color: transparent; }
    .RadMenu_MatchIt .rmPopup .rmExpanded > .rmLink,
    .RadMenu_MatchIt .rmGroup .rmExpanded > .rmLink {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
    .RadMenu_MatchIt .rmPopup .rmFocused > .rmLink,
    .RadMenu_MatchIt .rmGroup .rmFocused > .rmLink {
      box-shadow: 0 0 0 1px rgba(178, 192, 198, 0.5) inset; }

.RadMenu_MatchIt_rtl .rmExpand:before {
  right: auto;
  left: 8px; }

.RadMenu_MatchIt_rtl .rmVertical .rmToggle .rmIcon:before,
.RadMenu_MatchIt_rtl .rmVertical .rmExpand:before {
  content: "\e314"; }

.RadNavigation_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }
  .RadNavigation_MatchIt .rnvRootGroupWrapper {
    border: 0;
    padding: 4px;
    color: #455A64;
    background: #ffffff; }
  .RadNavigation_MatchIt .rnvRootGroup > .rnvItem {
    margin-left: 2px; }
    .RadNavigation_MatchIt .rnvRootGroup > .rnvItem.rnvFirst {
      margin-left: 0; }
  .RadNavigation_MatchIt .rnvRootLink {
    border-radius: 2px;
    border-color: transparent; }
  .RadNavigation_MatchIt .rnvMore {
    border-color: transparent;
    color: #455A64;
    background: #ffffff; }
    .RadNavigation_MatchIt .rnvMore:before {
      width: 24px;
      height: 24px;
      line-height: 24px;
      font-size: 24px;
      font-family: "Material Icons";
      content: "\e5d2"; }
  .RadNavigation_MatchIt .rnvHovered > .rnvRootLink {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadNavigation_MatchIt .rnvHovered.rnvMore {
    color: #263238; }
  .RadNavigation_MatchIt .rnvSelected.rnvMore,
  .RadNavigation_MatchIt .rnvSelected > .rnvRootLink,
  .RadNavigation_MatchIt .rnvExpanded > .rnvRootLink {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .RadNavigation_MatchIt .rnvFocused.rnvMore,
  .RadNavigation_MatchIt .rnvFocused > .rnvRootLink {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2); }

.radSkin_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }

.radSkin_MatchIt .rnvPopup {
  border-radius: 2px;
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08), 0 2px 5px rgba(0, 0, 0, 0.15); }
  .radSkin_MatchIt .rnvPopup.rnvMorePopup .rnvUL .rnvUL {
    padding: 0; }
  .radSkin_MatchIt .rnvPopup .rnvUL {
    padding: 16px 0; }
  .radSkin_MatchIt .rnvPopup .rnvLink {
    color: #455A64; }
  .radSkin_MatchIt .rnvPopup .rnvHovered > .rnvLink {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .radSkin_MatchIt .rnvPopup .rnvSelected > .rnvLink,
  .radSkin_MatchIt .rnvPopup.rnvMorePopup .rnvSelected > .rnvLink {
    border-color: transparent;
    color: #64BBE3;
    background-color: transparent; }
  .radSkin_MatchIt .rnvPopup .rnvExpanded > .rnvLink {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .radSkin_MatchIt .rnvPopup.rnvMorePopup .rnvExpanded > .rnvLink {
    color: #263238;
    background: transparent; }
  .radSkin_MatchIt .rnvPopup .rnvFocused > .rnvLink {
    box-shadow: 0 0 0 1px rgba(178, 192, 198, 0.5) inset; }

.RadOrgChart_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadOrgChart_MatchIt .rocNodeList {
    margin-top: 58px; }
  .RadOrgChart_MatchIt .rocGroup {
    padding: 0 13px 13px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadOrgChart_MatchIt .rocItemWrap {
    margin: 13px 13px 0 0; }
    .RadOrgChart_MatchIt .rocItemWrap.rocLastInRow {
      margin-right: 0; }
  .RadOrgChart_MatchIt .rocItem,
  .RadOrgChart_MatchIt .rocItemTemplate {
    border: 0;
    background: #f4f7f8; }
  .RadOrgChart_MatchIt .rocItemField {
    margin-top: 13px;
    margin-bottom: -5px; }
  .RadOrgChart_MatchIt .rocImageReplacement:before {
    color: #607D8B;
    opacity: 1; }
  .RadOrgChart_MatchIt .rocExpandArrow,
  .RadOrgChart_MatchIt .rocCollapseArrow,
  .RadOrgChart_MatchIt .rocExpandGroupArrow,
  .RadOrgChart_MatchIt .rocCollapseGroupArrow {
    border: 0;
    font-size: 18px;
    font-family: "Material Icons";
    color: #607D8B;
    text-indent: 0;
    text-align: center;
    transition: all 0.2s ease-in-out; }
  .RadOrgChart_MatchIt .rocExpandGroupArrow,
  .RadOrgChart_MatchIt .rocCollapseGroupArrow {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin: 0 -13px -13px; }
  .RadOrgChart_MatchIt .rocCollapseArrow,
  .RadOrgChart_MatchIt .rocExpandArrow {
    width: 24px;
    height: 24px;
    line-height: 24px;
    bottom: -45px;
    border-radius: 12px;
    margin-left: -12px;
    background: #f4f7f8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2); }
  .RadOrgChart_MatchIt .rocCollapseGroupArrow:before {
    content: "\e314"; }
  .RadOrgChart_MatchIt .rocExpandGroupArrow:before {
    content: "\e315"; }
  .RadOrgChart_MatchIt .rocCollapseArrow:before {
    content: "\e15b"; }
  .RadOrgChart_MatchIt .rocExpandArrow:before {
    content: "\e145"; }
  .RadOrgChart_MatchIt .rocGroup:after,
  .RadOrgChart_MatchIt.rocSimple .rocItem:after,
  .RadOrgChart_MatchIt.rocSimple .rocItemTemplate:after {
    height: 34px;
    bottom: -34px; }
  .RadOrgChart_MatchIt .rocLoadingNodes .rocExpandArrow,
  .RadOrgChart_MatchIt .rocLoadingNodes .rocCollapseArrow,
  .RadOrgChart_MatchIt .rocLoadingGroups .rocExpandGroupArrow,
  .RadOrgChart_MatchIt .rocLoadingGroups .rocCollapseGroupArrow {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading_small.gif")%>'); }
  .RadOrgChart_MatchIt .rocExpandArrow:hover,
  .RadOrgChart_MatchIt .rocCollapseArrow:hover,
  .RadOrgChart_MatchIt .rocExpandGroupArrow:hover,
  .RadOrgChart_MatchIt .rocCollapseGroupArrow:hover {
    color: #263238; }

.RadOrgChart_MatchIt.rocHorizontal .rocItemWrap {
  margin-top: 13px;
  padding: 0; }

.RadOrgChart_MatchIt.rocHorizontal .rocExpandGroupArrow,
.RadOrgChart_MatchIt.rocHorizontal .rocCollapseGroupArrow {
  margin-right: -13px; }

.RadOrgChart_MatchIt.rocHorizontal .rocExpandArrow,
.RadOrgChart_MatchIt.rocHorizontal .rocCollapseArrow {
  right: -34px;
  margin-top: -12px; }

.RadOrgChart_MatchIt.rocSimple .rocItem,
.RadOrgChart_MatchIt.rocSimple .rocItemTemplate {
  background: #f4f7f8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }

.RadOrgChart_MatchIt.rocDetachedItem,
.RadOrgChart_MatchIt.rocDetachedNode {
  border: 0;
  background-color: #f4f7f8;
  color: #455A64;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2); }
  .RadOrgChart_MatchIt.rocDetachedItem:before,
  .RadOrgChart_MatchIt.rocDetachedNode:before {
    font: 18px "Material Icons"; }
  .RadOrgChart_MatchIt.rocDetachedItem.rocAddClue:before,
  .RadOrgChart_MatchIt.rocDetachedNode.rocAddClue:before {
    content: "\e145"; }
  .RadOrgChart_MatchIt.rocDetachedItem.rocAppendClue:before,
  .RadOrgChart_MatchIt.rocDetachedNode.rocAppendClue:before {
    content: "\e2c4";
    border: 0; }
  .RadOrgChart_MatchIt.rocDetachedItem.rocNoDropClue:before,
  .RadOrgChart_MatchIt.rocDetachedNode.rocNoDropClue:before {
    content: "\e14b"; }

.rocToolbar_MatchIt {
  font-family: "Roboto", "Noto", sans-serif;
  overflow: hidden;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-top: -5px; }
  .rocToolbar_MatchIt ul {
    margin: 0; }
  .rocToolbar_MatchIt li {
    margin: 0; }
  .rocToolbar_MatchIt .rocToolbarButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    font: 18px "Material Icons";
    width: 1.11111em;
    height: 1.11111em;
    line-height: 1.11111;
    padding: 5px;
    border-width: 0; }
    .rocToolbar_MatchIt .rocToolbarButton.rocActionDrillHere:before {
      content: "\e258"; }
    .rocToolbar_MatchIt .rocToolbarButton.rocActionGoToRoot:before {
      content: "\e25a"; }
    .rocToolbar_MatchIt .rocToolbarButton.rocActionGoToParent:before {
      content: "\e259"; }
  .rocToolbar_MatchIt .rocActionGoToRootWrap .rocToolbarButton {
    border-left-width: 1px; }
  .rocToolbar_MatchIt .rocToolbarButton:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .rocToolbar_MatchIt .rocToolbarButton:active {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }

.RadPanelBar_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadPanelBar_MatchIt .rpRootLink,
  .RadPanelBar_MatchIt .rpHeaderTemplate {
    margin: 0;
    border: 0;
    padding: 13px;
    font-size: 1.14286em;
    border-top: 1px solid transparent; }
  .RadPanelBar_MatchIt .rpGroup {
    box-sizing: border-box; }
    .RadPanelBar_MatchIt .rpGroup .rpItem,
    .RadPanelBar_MatchIt .rpGroup .rpItem.rpFirst,
    .RadPanelBar_MatchIt .rpGroup .rpItem.rpLast {
      padding: 0; }
    .RadPanelBar_MatchIt .rpGroup .rpItem + .rpItem {
      margin: 0; }
    .RadPanelBar_MatchIt .rpGroup .rpLink,
    .RadPanelBar_MatchIt .rpGroup .rpHeaderTemplate {
      border: 0;
      padding-top: 6px;
      padding-bottom: 6px; }
    .RadPanelBar_MatchIt .rpGroup.rpFirst, .RadPanelBar_MatchIt .rpGroup.rpLast {
      padding: 0; }
  .RadPanelBar_MatchIt .rpGroup .rpGroup .rpItem .rpLink,
  .RadPanelBar_MatchIt .rpGroup .rpGroup .rpItem .rpHeaderTemplate {
    padding-left: 30px; }
  .RadPanelBar_MatchIt .rpExpandable .rpExpandHandle {
    display: table;
    top: 6px;
    width: calc(1.25em + 16px);
    height: calc(1.25em + 16px);
    border: 0;
    color: #607D8B; }
  .RadPanelBar_MatchIt .rpGroup .rpExpandable .rpExpandHandle {
    width: calc(1.42857143em + 14px);
    height: calc(1.42857143em + 14px);
    top: 0;
    right: 4px; }
  .RadPanelBar_MatchIt .p-icon {
    width: 100%; }
  .RadPanelBar_MatchIt .p-icon:before {
    font-size: 18px;
    font-family: "Material Icons"; }
  .RadPanelBar_MatchIt .p-i-arrow-chevron-down:before {
    content: "\e313"; }
  .RadPanelBar_MatchIt .p-i-arrow-chevron-up:before {
    content: "\e316"; }
  .RadPanelBar_MatchIt .rpHovered.rpLink,
  .RadPanelBar_MatchIt .rpHovered.rpHeaderTemplate {
    color: #455A64;
    background-color: #ECEFF1; }
  .RadPanelBar_MatchIt .rpHovered.rpExpandHandle {
    color: #263238; }
  .RadPanelBar_MatchIt .rpFocused {
    box-shadow: 0 0 0 1px rgba(178, 192, 198, 0.5) inset; }
  .RadPanelBar_MatchIt .rpExpanded {
    color: #263238; }
  .RadPanelBar_MatchIt .rpExpanded.rpRootLink {
    border-color: #CFD8DC; }
    .RadPanelBar_MatchIt .rpExpanded.rpRootLink + .rpSlide > .rpGroup {
      border-bottom: 1px solid #CFD8DC; }
  .RadPanelBar_MatchIt .rpExpanded .rpExpandHandle {
    color: #263238; }
  .RadPanelBar_MatchIt .rpSelected.rpLink {
    color: #64BBE3;
    background-color: transparent; }
  .RadPanelBar_MatchIt .rpSelected .rpExpandHandle {
    color: #263238; }

.RadUploadProgressArea_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  border-width: 0;
  font-family: "Roboto", "Noto", sans-serif;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1), 0 4px 10px 1px rgba(0, 0, 0, 0.15); }
  .RadUploadProgressArea_MatchIt .ruHeader {
    border-color: #abc233;
    color: #ffffff;
    background-color: #abc233;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.42857em;
    line-height: 1; }
  .RadUploadProgressArea_MatchIt .ruBody {
    color: #607D8B; }
  .RadUploadProgressArea_MatchIt .ruBody div,
  .RadUploadProgressArea_MatchIt .ruBody p {
    font-size: 0.85714em; }
  .RadUploadProgressArea_MatchIt .ruCurrentFile > span,
  .RadUploadProgressArea_MatchIt .ruTimeSpeed > span {
    color: #455A64;
    font-size: 1.16667em; }
  .RadUploadProgressArea_MatchIt .ruTimeSpeed {
    opacity: 1; }
  .RadUploadProgressArea_MatchIt .ruFooter {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    padding: 6px; }
  .RadUploadProgressArea_MatchIt .ruProgressBar {
    border: 0;
    background: #CFD8DC; }
  .RadUploadProgressArea_MatchIt .ruProgress {
    height: 5px;
    border: 0;
    background: #abc233; }
  .RadUploadProgressArea_MatchIt .ruButton {
    padding: 8px 24px;
    color: #455A64;
    border: 0;
    border-radius: 2px;
    background: transparent; }
  .RadUploadProgressArea_MatchIt .ruCancel {
    text-transform: uppercase;
    padding: 8px 13px;
    border: 0;
    border-radius: 2px;
    color: #abc233;
    transition: background .2s ease-in-out; }
  .RadUploadProgressArea_MatchIt .radButton.ruHovered {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadUploadProgressArea_MatchIt .ruCancel.ruHovered {
    background: rgba(139, 195, 74, 0.12);
    box-shadow: none; }

.RadRating_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }
  .RadRating_MatchIt a:before,
  .RadRating_MatchIt a:hover:before {
    color: #455A64; }
  .RadRating_MatchIt .rrtOver span:before,
  .RadRating_MatchIt a:hover .rrtPartComplement:before,
  .RadRating_MatchIt .rrtVertical .rrtSelected.rrtOver a:before,
  .RadRating_MatchIt .rrtSelected a .rrtPartSelected:before,
  .RadRating_MatchIt .rrtSelected.rrtOver a:before {
    color: #455A64; }
  .RadRating_MatchIt .rrtSelected span:before {
    color: #7CB342; }
  .RadRating_MatchIt .rrtSelected .rrtPart:before,
  .RadRating_MatchIt .rrtSelected.rrtOver span:before {
    color: #689F38; }
  .RadRating_MatchIt .rrtReversed .rrtPart:before {
    color: #455A64; }
  .RadRating_MatchIt .rrtReversed .rrtSelected .rrtPartComplement:before {
    color: #689F38; }

.RadRibbonBar_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }
  .RadRibbonBar_MatchIt .rrbWrap {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    border-radius: 2px; }
  .RadRibbonBar_MatchIt .rrbTabs {
    padding: 0;
    border-color: #CFD8DC;
    text-transform: uppercase; }
    .RadRibbonBar_MatchIt .rrbTabs .rrbItem {
      bottom: 0;
      margin-right: 0; }
      .RadRibbonBar_MatchIt .rrbTabs .rrbItem.rrbSelected .rrbLink {
        color: #abc233;
        background: transparent !important; }
        .RadRibbonBar_MatchIt .rrbTabs .rrbItem.rrbSelected .rrbLink:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 2px;
          background-color: #abc233; }
    .RadRibbonBar_MatchIt .rrbTabs .rrbLink {
      position: relative;
      border: 0;
      padding: 8px 13px; }
  .RadRibbonBar_MatchIt .rrbApplicationItem {
    bottom: 0;
    margin-right: 0; }
    .RadRibbonBar_MatchIt .rrbApplicationItem .rrbLink {
      color: #ffffff;
      border-color: #abc233;
      background-color: #abc233; }
    .RadRibbonBar_MatchIt .rrbApplicationItem.rrbSelected .rrbHeaderBar {
      top: 0;
      border: 0;
      background: #f4f7f8;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadRibbonBar_MatchIt .rrbApplicationItem.rrbSelected .rrbLink {
      color: #ffffff;
      border-color: #689F38;
      background-color: #689F38; }
  .RadRibbonBar_MatchIt .rrbContextualItem .rrbLabel,
  .RadRibbonBar_MatchIt .rrbContextualItem .rrbItem {
    color: #ffffff; }
  .RadRibbonBar_MatchIt .rrbQat {
    padding: 0 0 1px; }
    .RadRibbonBar_MatchIt .rrbQat .rrbQatDropDown .rrbSlide {
      margin-top: 18px; }
    .RadRibbonBar_MatchIt .rrbQat .rrbQatDropDown .rrbItem {
      padding: 6px; }
      .RadRibbonBar_MatchIt .rrbQat .rrbQatDropDown .rrbItem .rrbChecked label:before {
        font-size: 18px;
        font-family: "Telerik Icons";
        content: "\e879"; }
    .RadRibbonBar_MatchIt .rrbQat .rrbButton {
      border: 0; }
  .RadRibbonBar_MatchIt .rrbMenu {
    padding: 0; }
    .RadRibbonBar_MatchIt .rrbMenu .rrbUL {
      padding: 8px 0; }
    .RadRibbonBar_MatchIt .rrbMenu .rrbItem {
      border: 0; }
  .RadRibbonBar_MatchIt .rrbMenu .rrbHeader {
    padding: 6px 13px;
    color: #455A64;
    background-color: #f4f7f8; }
  .RadRibbonBar_MatchIt .rrbToolTip {
    color: #455A64;
    border-color: #CFD8DC;
    background-color: #f4f7f8; }
  .RadRibbonBar_MatchIt .rrbToggleHandle {
    width: 1.42857em;
    height: 1.42857em;
    margin-top: 0;
    top: -1px;
    right: -1px;
    padding: 8px;
    transition: all 0.2 ease-in-out; }
    .RadRibbonBar_MatchIt .rrbToggleHandle:before {
      font: 18px "Material Icons";
      content: "\e316"; }
    .RadRibbonBar_MatchIt .rrbToggleHandle:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
  .RadRibbonBar_MatchIt.rrbMinimized .rrbToggleHandle:before {
    content: "\e313"; }
  .RadRibbonBar_MatchIt .rrbCommandGroup {
    padding: 0 0 1.5em;
    border-width: 0 1px 0 0;
    border-color: #CFD8DC;
    background-color: #f4f7f8; }
    .RadRibbonBar_MatchIt .rrbCommandGroup ~ .rrbCommandGroup {
      margin-left: 0; }
    .RadRibbonBar_MatchIt .rrbCommandGroup:before {
      float: left;
      height: 4.28571em;
      padding: 24px 0; }
  .RadRibbonBar_MatchIt .rrbCommandArea {
    padding: 0;
    background-color: #f4f7f8; }
  .RadRibbonBar_MatchIt .rrbResizeHandle {
    background-position: -5px -885px; }
  .RadRibbonBar_MatchIt .radIcon {
    color: #607D8B;
    font-size: 18px;
    font-family: "Material Icons"; }
    .RadRibbonBar_MatchIt .radIcon.radIconUp:before {
      content: "\e5c7"; }
    .RadRibbonBar_MatchIt .radIcon.radIconDown:before {
      content: "\e5c5"; }
    .RadRibbonBar_MatchIt .radIcon.radIconExpand:before {
      content: "\e5cf"; }
    .RadRibbonBar_MatchIt .radIcon.radIconResize:before {
      content: "\E006"; }
  .RadRibbonBar_MatchIt .rrbTitle {
    clear: both;
    margin-top: 0;
    padding: 5px 13px 2px;
    font-weight: 500;
    font-size: 0.857em;
    color: #607D8B;
    border-color: #CFD8DC;
    background-color: #f4f7f8; }
  .RadRibbonBar_MatchIt .rrbGroupLauncher {
    top: 11px;
    right: 13px; }
    .RadRibbonBar_MatchIt .rrbGroupLauncher:before {
      font-family: "Material Icons";
      content: "\e89e"; }
  .RadRibbonBar_MatchIt .rrbCollapsedGroup {
    border-radius: 0;
    border-width: 0 1px 0 0;
    border-color: #CFD8DC; }
    .RadRibbonBar_MatchIt .rrbCollapsedGroup ~ .rrbCollapsedGroup {
      margin-left: 0; }
    .RadRibbonBar_MatchIt .rrbCollapsedGroup .rrbIcon {
      border-color: #CFD8DC; }

.RadRibbonBar_MatchIt .rrbQat .rrbButton, .RadRibbonBar_MatchIt .rrbButton, .RadRibbonBar_MatchIt .rrbButtonGroup .rrbButton, .RadRibbonBar_MatchIt .rrbComboBox .rrbButton,
.RadRibbonBar_MatchIt .rrbDropDown .rrbButton,
.RadRibbonBar_MatchIt .rrbNumericTextBox .rrbButton,
.RadRibbonBar_MatchIt .rrbColorPicker .rrbButton, .RadRibbonBar_MatchIt .rrbDropDown .rrbDDInner, .RadRibbonBar_MatchIt .rrbColorPicker .rrbCPInner, .RadRibbonBar_MatchIt .rrbGalleryActions .rrbButton {
  color: #455A64;
  border-color: transparent;
  background: transparent;
  transition: all 0.2s ease-in-out; }

.RadRibbonBar_MatchIt .rrbTabs .rrbItem.rrbHovered .rrbLink, .RadRibbonBar_MatchIt .rrbQat .rrbButton:hover, .RadRibbonBar_MatchIt .rrbButton:hover, .RadRibbonBar_MatchIt .rrbButton.rrbHovered, .RadRibbonBar_MatchIt .rrbButtonGroup .rrbButton:hover, .RadRibbonBar_MatchIt .rrbComboBox .rrbButton.rrbHovered,
.RadRibbonBar_MatchIt .rrbDropDown .rrbButton.rrbHovered,
.RadRibbonBar_MatchIt .rrbNumericTextBox .rrbButton.rrbHovered,
.RadRibbonBar_MatchIt .rrbColorPicker .rrbButton.rrbHovered, .RadRibbonBar_MatchIt .rrbDropDown .rrbDDInner:hover, .RadRibbonBar_MatchIt .rrbColorPicker .rrbCPInner:hover, .RadRibbonBar_MatchIt .rrbGallery .rrbItem.rrbHovered, .RadRibbonBar_MatchIt .rrbGalleryActions .rrbButton.rrbHovered, .rrbSlide_MatchIt .rrbItem.rrbHovered {
  border-color: #ECEFF1;
  color: #455A64;
  background-color: #ECEFF1; }

.RadRibbonBar_MatchIt .rrbQat .rrbButton:active, .RadRibbonBar_MatchIt .rrbButton.rrbClicked, .RadRibbonBar_MatchIt .rrbButton.rrbPressed, .RadRibbonBar_MatchIt .rrbButton.rrbToggled, .RadRibbonBar_MatchIt .rrbButtonGroup .rrbButton:active, .RadRibbonBar_MatchIt .rrbButtonGroup .rrbButton.rrbClicked, .RadRibbonBar_MatchIt .rrbButtonGroup .rrbButton.rrbPressed, .RadRibbonBar_MatchIt .rrbComboBox .rrbButton.rrbClicked,
.RadRibbonBar_MatchIt .rrbDropDown .rrbButton.rrbClicked,
.RadRibbonBar_MatchIt .rrbNumericTextBox .rrbButton.rrbClicked,
.RadRibbonBar_MatchIt .rrbColorPicker .rrbButton.rrbClicked, .RadRibbonBar_MatchIt .rrbDropDown .rrbDDInner:active, .RadRibbonBar_MatchIt .rrbColorPicker .rrbCPInner:active, .RadRibbonBar_MatchIt .rrbGallery .rrbItem.rrbSelected, .RadRibbonBar_MatchIt .rrbGalleryActions .rrbButton.rrbClicked, .rrbSlide_MatchIt .rrbItem.rrbSelected {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #CFD8DC; }

.RadRibbonBar_MatchIt .rrbMenu, .rrbDropDownSlide_MatchIt .rrbPopup, .rrbSlide_MatchIt .rrbPopup, .rrbPopup_MatchIt, .rrbPopup_MatchIt .rrbPopup {
  font-family: "Roboto", "Noto", sans-serif;
  line-height: 1.42857;
  border: 0;
  border-radius: 0 0 2px 2px;
  color: #455A64;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }

/*%menu-item {
	color: $list-item-text;
	background-color: $list-item-bg;
}*/
.RadRibbonBar_MatchIt .rrbMenu .rrbItem.rrbHovered, .rrbPopup_MatchIt .rrbItem.rrbHovered > .rrbInner, .rrbPopup_MatchIt .rrbItem.rrbExpanded > .rrbInner {
  border-color: #ECEFF1;
  color: #455A64;
  background-color: #ECEFF1; }

.RadRibbonBar_MatchIt .rrbButton {
  height: 1.42857em;
  padding: 8px;
  border: 0; }
  .RadRibbonBar_MatchIt .rrbButton.rrbExpanded {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 2; }
  .RadRibbonBar_MatchIt .rrbButton .rrbArrow {
    width: 20px; }

.RadRibbonBar_MatchIt .rrbSmallButton.rrbMenuButton, .RadRibbonBar_MatchIt .rrbSmallButton.rrbSplitButton {
  padding-right: 20px; }
  .RadRibbonBar_MatchIt .rrbSmallButton.rrbMenuButton .rrbImagePlaceholder, .RadRibbonBar_MatchIt .rrbSmallButton.rrbSplitButton .rrbImagePlaceholder {
    left: 8px; }

.RadRibbonBar_MatchIt .rrbSmallButton.rrbSplitButton:hover .rrbArrow {
  border-left: 1px solid #CFD8DC; }

.RadRibbonBar_MatchIt .rrbMediumButton {
  padding-left: 32px; }
  .RadRibbonBar_MatchIt .rrbMediumButton .rrbImagePlaceholder {
    left: 8px; }
  .RadRibbonBar_MatchIt .rrbMediumButton.rrbMenuButton, .RadRibbonBar_MatchIt .rrbMediumButton.rrbSplitButton {
    padding-right: calc(1.07142857em + 13px); }
  .RadRibbonBar_MatchIt .rrbMediumButton.rrbSplitButton:hover .rrbArrow {
    border-left: 1px solid #CFD8DC; }

.RadRibbonBar_MatchIt .rrbLargeButton {
  height: calc(4.28571429em + 48px);
  padding: 0; }
  .RadRibbonBar_MatchIt .rrbLargeButton .rrbText {
    padding: 4px 13px 0; }
  .RadRibbonBar_MatchIt .rrbLargeButton .rrbImagePlaceholder {
    top: 1.2em; }
  .RadRibbonBar_MatchIt .rrbLargeButton .rrbArrow {
    padding-bottom: 16px;
    width: 100%; }
  .RadRibbonBar_MatchIt .rrbLargeButton.rrbSplitButton:hover .rrbArrow {
    border-top: 1px solid #CFD8DC; }

.RadRibbonBar_MatchIt .rrbSplitButton:hover .rrbArrow {
  border-color: #ECEFF1; }

.RadRibbonBar_MatchIt .rrbSplitButton.rrbClicked .rrbArrow {
  border-color: #CFD8DC; }

.RadRibbonBar_MatchIt .rrbSplitButton.rrbArrowHovered.rrbClicked {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #f4f7f8;
  border-color: #CFD8DC; }
  .RadRibbonBar_MatchIt .rrbSplitButton.rrbArrowHovered.rrbClicked .rrbArrow {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }

.RadRibbonBar_MatchIt .rrbSplitButton.rrbExpanded, .RadRibbonBar_MatchIt .rrbSplitButton.rrbExpanded.rrbClicked {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadRibbonBar_MatchIt .rrbSplitButton.rrbExpanded .rrbArrow, .RadRibbonBar_MatchIt .rrbSplitButton.rrbExpanded.rrbClicked .rrbArrow {
    border-color: #CFD8DC; }

.RadRibbonBar_MatchIt .rrbComboBox .rrbCBInner, .RadRibbonBar_MatchIt .rrbDropDown .rrbDDInner, .RadRibbonBar_MatchIt .rrbNumericTextBox .rrbNTBInner, .RadRibbonBar_MatchIt .rrbColorPicker .rrbCPInner {
  height: 1.42857em;
  padding: 8px 36px 8px 8px;
  border: 0; }

.RadRibbonBar_MatchIt .rrbComboBox .rrbCBInner {
  background-color: transparent; }

.RadRibbonBar_MatchIt .rrbComboBox .rrbCBInput {
  color: #455A64; }

.RadRibbonBar_MatchIt .rrbComboBox .rrbButton {
  padding: 8px; }

.RadRibbonBar_MatchIt .rrbDropDown .rrbButton {
  padding: 8px; }

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

.RadRibbonBar_MatchIt .rrbNumericTextBox .rrbNTBInner {
  border-color: #CFD8DC;
  background-color: transparent; }

.RadRibbonBar_MatchIt .rrbNumericTextBox .rrbNTBInput {
  color: #455A64; }

.RadRibbonBar_MatchIt .rrbNumericTextBox .rrbButtonUp,
.RadRibbonBar_MatchIt .rrbNumericTextBox .rrbButtonDown {
  height: auto;
  right: 0; }

.RadRibbonBar_MatchIt .rrbColorPicker .rrbCPInner .rrbButton {
  padding: 8px; }

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

.RadRibbonBar_MatchIt .rrbGallery {
  height: 80px;
  border-color: #CFD8DC;
  background-color: #ffffff; }
  .RadRibbonBar_MatchIt .rrbGallery .rrbItem .rrbLink {
    color: #455A64;
    background-color: #ffffff; }

.RadRibbonBar_MatchIt .rrbGalleryActions .rrbButton {
  width: 20px; }

.RadRibbonBar_MatchIt .rrbCategoryTitle {
  color: #ffffff;
  background-color: #abc233; }

.rrbDropDownSlide_MatchIt .rrbList {
  padding: 8px 0; }

.rrbDropDownSlide_MatchIt .rrbListItem {
  margin: 0;
  padding: 6px 13px; }
  .rrbDropDownSlide_MatchIt .rrbListItem:hover {
    color: #455A64;
    background-color: #ECEFF1; }

.rrbSlide_MatchIt .rrbCategoryTitle {
  color: #ffffff;
  background-color: #abc233; }

.rrbSlide_MatchIt .rrbGallery {
  background: #ffffff;
  padding: 0; }

.rrbSlide_MatchIt .rrbLink {
  color: #455A64;
  background-color: #ffffff; }

.rrbPopup_MatchIt .rrbHeaderBar {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #f4f7f8; }

.rrbPopup_MatchIt .rrbMenu .rrbHeader {
  padding: 6px 13px; }

.rrbPopup_MatchIt.rrbApplicationMenuPopup {
  border-top: 1px solid #CFD8DC; }

.rrbPopup_MatchIt .rrbAuxiliaryPane {
  color: #455A64;
  border-color: #CFD8DC;
  background: #f4f7f8; }

.rrbPopup_MatchIt .rrbHeader,
.rrbPopup_MatchIt .rrbFooter {
  color: #455A64;
  border-color: #CFD8DC;
  background: #f4f7f8; }

.RadRotator_MatchIt {
  font-family: "Roboto", "Noto", sans-serif;
  /* When LoadOnDemand */ }
  .RadRotator_MatchIt .rrClipRegion {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff; }
  .RadRotator_MatchIt a.rrButton,
  .RadRotator_MatchIt a.rrButton.rrButtonDisabled,
  .RadRotator_MatchIt a.rrButton.rrButtonDisabled:hover,
  .RadRotator_MatchIt a.rrButton.rrButtonDisabled:active,
  .RadRotator_MatchIt a.rrButton.rrButtonDisabled:focus {
    padding: 8px;
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadRotator_MatchIt a.rrButton:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.2); }
  .RadRotator_MatchIt a.rrButton:focus {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.2); }
  .RadRotator_MatchIt a.rrButton:active {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.2); }
  .RadRotator_MatchIt .rrLoadingSign {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading_small.gif")%>'); }
  .RadRotator_MatchIt .rrClipRegion {
    border-radius: 0.14286em;
    z-index: 2; }
  .RadRotator_MatchIt a.rrButtonUp {
    top: 0.07143em;
    border-radius: 0.14286em 0.14286em 0em 0em; }
  .RadRotator_MatchIt a.rrButtonRight {
    border-radius: 0em 0.14286em 0.14286em 0em; }
  .RadRotator_MatchIt a.rrButtonDown {
    border-radius: 0em 0em 0.14286em 0.14286em; }
  .RadRotator_MatchIt a.rrButtonLeft {
    left: 1px;
    border-radius: 0.14286em 0em 0em 0.14286em; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadRotator_MatchIt a.rrButtonUp {
      top: 0; }
    .RadRotator_MatchIt a.rrButtonRight {
      right: 0; }
    .RadRotator_MatchIt a.rrButtonDown {
      bottom: 0; }
    .RadRotator_MatchIt a.rrButtonLeft {
      left: 0; } }
  .RadRotator_MatchIt .t-ripple-effect {
    position: absolute !important; }

.RadScheduler_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  border-radius: 2px;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadScheduler_MatchIt .rsToolbar > li + li {
    margin: 0; }
  .RadScheduler_MatchIt .rsToolbar .rsButton {
    border-radius: 0; }
  .RadScheduler_MatchIt .rsButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    padding: 8px 13px;
    border-radius: 2px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .2s ease-in-out; }
  .RadScheduler_MatchIt .rsHovered > .rsButton,
  .RadScheduler_MatchIt .rsButton.rsHovered {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadScheduler_MatchIt .rsSelected > .rsButton,
  .RadScheduler_MatchIt .rsPressed > .rsButton,
  .RadScheduler_MatchIt .rsButton.rsPressed {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .RadScheduler_MatchIt .rsHeader {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    padding: 5px;
    border-radius: 2px 2px 0 0; }
    .RadScheduler_MatchIt .rsHeader .rsButton {
      border-width: 0; }
    .RadScheduler_MatchIt .rsHeader .rsNav {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
      border-radius: 2px; }
    .RadScheduler_MatchIt .rsHeader .rsNav .rsPrevDay,
    .RadScheduler_MatchIt .rsHeader .rsNav .rsNextDay {
      padding: 8px;
      border-right: 1px solid #cfd8dc; }
    .RadScheduler_MatchIt .rsHeader .rsNav .rsToday:before {
      display: none; }
    .RadScheduler_MatchIt .rsHeader .rsNav > li:first-child .rsButton {
      border-radius: 2px 0 0 2px; }
    .RadScheduler_MatchIt .rsHeader .rsNav > li:last-child .rsButton {
      border-radius: 0 2px 2px 0; }
    .RadScheduler_MatchIt .rsHeader .rsNav > li:only-child .rsButton {
      border-radius: 2px; }
    .RadScheduler_MatchIt .rsHeader .rsViews {
      margin: -5px -5px -5px 5px; }
    .RadScheduler_MatchIt .rsHeader .rsViews .rsButton {
      padding: 13px; }
  .RadScheduler_MatchIt .rsFooter {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    padding: 5px;
    border-radius: 0 0 2px 2px; }
    .RadScheduler_MatchIt .rsFooter .rsFullTime {
      padding: 8px;
      border-width: 0;
      color: #abc233;
      background-color: transparent; }
      .RadScheduler_MatchIt .rsFooter .rsFullTime .p-icon {
        display: none; }
    .RadScheduler_MatchIt .rsFooter .rsFullTime:hover {
      color: #abc233;
      background-color: rgba(139, 195, 74, 0.12); }
  .RadScheduler_MatchIt .rsSpacerCell,
  .RadScheduler_MatchIt .rsHorizontalHeaderWrapper,
  .RadScheduler_MatchIt .rsVerticalHeaderWrapper {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff; }
  .RadScheduler_MatchIt .rsSpacerCell,
  .RadScheduler_MatchIt .rsAllDayHeader {
    border-color: #CFD8DC; }
  .RadScheduler_MatchIt .rsHorizontalHeaderTable {
    font-size: .85em;
    text-align: left; }
  .RadScheduler_MatchIt .rsHorizontalHeaderTable th {
    padding: 0 16px;
    border-color: #CFD8DC; }
  .RadScheduler_MatchIt .rsHorizontalHeaderTable th i {
    font-size: 4em;
    font-weight: 100;
    font-style: normal;
    display: block; }
  .RadScheduler_MatchIt .rsVerticalHeaderTable {
    font-size: .85em; }
  .RadScheduler_MatchIt .rsVerticalHeaderTable th {
    border-color: transparent #CFD8DC;
    font-weight: normal;
    text-transform: uppercase;
    overflow: visible; }
  .RadScheduler_MatchIt .rsVerticalHeaderTable .rsMainHeader th:first-child {
    border-bottom-color: #CFD8DC; }
  .RadScheduler_MatchIt .rsVerticalHeaderTable th .rsAmPm {
    position: static;
    font: inherit;
    text-transform: uppercase; }
  .RadScheduler_MatchIt .rsAllDayRow td,
  .RadScheduler_MatchIt .rsContentTable .rsAllDayRow td {
    border-color: #CFD8DC; }
  .RadScheduler_MatchIt .rsContentTable td {
    border-color: #e7ecee #e7ecee; }
  .RadScheduler_MatchIt .rsContentTable .rsAlt td {
    border-color: #CFD8DC #e7ecee; }
  .RadScheduler_MatchIt .rsOtherMonth,
  .RadScheduler_MatchIt .rsNonWorkHour,
  .RadScheduler_MatchIt .rsSunCol,
  .RadScheduler_MatchIt .rsSatCol {
    background: #f4f7f8; }
  .RadScheduler_MatchIt .rsApt {
    color: #ffffff; }
  .RadScheduler_MatchIt .rsAptContent {
    border-radius: 2px;
    color: #ffffff;
    background-color: #abc233; }
  .RadScheduler_MatchIt .rsAptResize:before {
    background-color: #ffffff; }
  .RadScheduler_MatchIt .rsOvertimeArrow {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    border-width: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadScheduler_MatchIt .rsOvertimeArrow:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadScheduler_MatchIt .rsOvertimeArrow .rsIcon {
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    left: 50%; }
  .RadScheduler_MatchIt .rsResourceMarker {
    background-color: #f6f7f8; }
  .RadScheduler_MatchIt .rsMonthView .rsHorizontalHeaderTable th {
    border-right-width: 0; }
  .RadScheduler_MatchIt .rsMonthView .rsDateBox {
    padding: 0 16px; }
  .RadScheduler_MatchIt .rsMonthView .rsTodayCell {
    color: #64BBE3; }
  .RadScheduler_MatchIt .rsMonthView .rsContentTable td {
    border-right-width: 0; }
  .RadScheduler_MatchIt .rsYearView .rsMonthHeader {
    border-width: 0;
    background: #ECEFF1;
    text-transform: uppercase; }
  .RadScheduler_MatchIt .rsYearView .rsDateHeader {
    border-color: transparent;
    border-radius: 100%; }
  .RadScheduler_MatchIt .rsYearView .rsDateHeader:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadScheduler_MatchIt .rsYearView .rsOccupiedSlot .rsDateHeader {
    background-color: #CFD8DC;
    border-radius: 100%; }
  .RadScheduler_MatchIt .rsYearView .rsOccupiedSlot .rsDateHeader:hover {
    border-color: #abc233;
    color: #ffffff;
    background-color: #64BBE3; }
  .RadScheduler_MatchIt .rsYearView .rsTodayCell .rsDateHeader {
    border-color: transparent;
    color: #abc233;
    background-color: transparent; }
  .RadScheduler_MatchIt .rsYearView .rsSatCol:not(.rsOccupiedSlot),
  .RadScheduler_MatchIt .rsYearView .rsSunCol:not(.rsOccupiedSlot) {
    color: #a2adb2; }
  .RadScheduler_MatchIt .rsYearView .rsYearMonthsWrap {
    border-color: white; }
  .RadScheduler_MatchIt .rsYearView .rsTooltip .rsToolTipContent {
    border-width: 0;
    border-radius: 2px;
    color: white;
    background-color: rgba(69, 90, 100, 0.9); }
  .RadScheduler_MatchIt .rsYearView .rsTooltip .rsCategoryPattern .rsResourceMarker {
    background-color: #f6f7f8; }
  .RadScheduler_MatchIt .rsYearView .rsTooltip .rsToolTipArrow {
    color: white;
    background-color: rgba(69, 90, 100, 0.9); }
  .RadScheduler_MatchIt .rsYearView .rsTooltip .rsToolTipArrowUp {
    border-radius: 2px 2px 0 0; }
  .RadScheduler_MatchIt .rsYearView .rsTooltip .rsToolTipArrowDown {
    border-radius: 0 0 2px 2px; }
  .RadScheduler_MatchIt .rsYearView .rsToolTipCallOut {
    display: none; }
  .RadScheduler_MatchIt .rsYearView .rsTooltipRight .rsToolTipCallOut {
    border-right-color: #CFD8DC; }
  .RadScheduler_MatchIt .rsYearView .rsTooltipRight .rsToolTipCallOut:before {
    border-right-color: #ffffff; }
  .RadScheduler_MatchIt .rsYearView .rsTooltipLeft .rsToolTipCallOut {
    border-left-color: #CFD8DC; }
  .RadScheduler_MatchIt .rsYearView .rsTooltipLeft .rsToolTipCallOut:before {
    border-left-color: #ffffff; }
  .RadScheduler_MatchIt .rsAgendaView .rsDateBox {
    padding-left: 53px;
    min-height: 45px;
    font-size: 0.85714em; }
    .RadScheduler_MatchIt .rsAgendaView .rsDateBox strong {
      width: 1em;
      height: 1em;
      font-size: 3.21429em;
      top: 0; }
    .RadScheduler_MatchIt .rsAgendaView .rsDateBox small {
      opacity: .75;
      font-size: 1em; }
  .RadScheduler_MatchIt .rsAgendaTable th, .RadScheduler_MatchIt .rsAgendaTable td {
    border-bottom-color: #CFD8DC;
    border-right-color: #CFD8DC; }
  .RadScheduler_MatchIt .rsAgendaTable .rsAgendaRowHovered {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadScheduler_MatchIt .rsAgendaTable .rsAgendaRowSelected {
    border-color: transparent;
    color: #64BBE3;
    background-color: transparent; }
  .RadScheduler_MatchIt .rsSelectedSlot {
    background: #E1F5FE; }
  .RadScheduler_MatchIt .rsAptCreate {
    background: #ECEFF1; }
  .RadScheduler_MatchIt .rsDialog {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    padding: 0;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2); }
    .RadScheduler_MatchIt .rsDialog .rsTitle {
      border-color: #abc233;
      color: #ffffff;
      background-color: #abc233;
      border-width: 0;
      border-radius: 2px 2px 0 0;
      font-size: 1.42857em;
      font-weight: 500; }
      .RadScheduler_MatchIt .rsDialog .rsTitle .p-i-notification {
        margin-left: -2px;
        margin-right: 8px; }
    .RadScheduler_MatchIt .rsDialog .rsButtons {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: #f4f7f8;
      padding: 6px 8px;
      border-width: 1px 0 0;
      border-style: solid;
      border-radius: 0 0 2px 2px; }
    .RadScheduler_MatchIt .rsDialog .rsButtons .rsAptEditCancel {
      margin-left: 5px; }
    .RadScheduler_MatchIt .rsDialog .rsAdvEditClose {
      right: 10px;
      margin-top: -15px; }
    .RadScheduler_MatchIt .rsDialog .rsButton {
      padding: 8px;
      min-width: 64px;
      border-width: 0;
      color: #455A64;
      background-color: transparent; }
      .RadScheduler_MatchIt .rsDialog .rsButton:hover {
        color: #455A64;
        background-color: rgba(69, 90, 100, 0.12); }
    .RadScheduler_MatchIt .rsDialog .rsButton.rsPrimary {
      color: #abc233; }
      .RadScheduler_MatchIt .rsDialog .rsButton.rsPrimary:hover {
        color: #abc233;
        background-color: rgba(139, 195, 74, 0.12); }
  .RadScheduler_MatchIt .rsModalDialog .rsBody {
    padding: 30px; }
  .RadScheduler_MatchIt .rsInlineForm {
    padding-top: 1px; }
    .RadScheduler_MatchIt .rsInlineForm .rsTextarea {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: transparent;
      margin: 16px;
      padding: 0;
      border-width: 0;
      border-bottom-width: 1px; }
    .RadScheduler_MatchIt .rsInlineForm .rsIconCornerBR {
      width: 0;
      height: 0;
      border-width: 8px; }
    .RadScheduler_MatchIt .rsInlineForm .rsResize .p-icon {
      height: 8px; }
  .RadScheduler_MatchIt .rsAdvancedEdit {
    border: 0; }
  .RadScheduler_MatchIt .RadInput {
    padding: 0; }
    .RadScheduler_MatchIt .RadInput .riContentWrapper {
      padding: 0 13px; }
  .RadScheduler_MatchIt .RadPicker .RadInput {
    padding: 0 13px; }
  .RadScheduler_MatchIt .p-icon:before {
    font-family: "Material Icons";
    font-size: 18px; }
  .RadScheduler_MatchIt .p-i-clock:before {
    content: "\e192"; }
  .RadScheduler_MatchIt .p-i-calendar:before {
    content: "\e878"; }
  .RadScheduler_MatchIt .p-i-notification:before,
  .RadScheduler_MatchIt .p-i-reminder:before {
    content: "\e7f4"; }
  .RadScheduler_MatchIt .p-i-recurrence:before {
    content: "\e5d5"; }
  .RadScheduler_MatchIt .p-i-non-recurrence:before {
    content: "\e5d5"; }
  .RadScheduler_MatchIt [class*=p-i-arrow-60]:before {
    font-family: WebComponentsIcons;
    font-size: 16px; }
  .RadScheduler_MatchIt .rsNav .p-i-arrow-60-right:before,
  .RadScheduler_MatchIt .rsNav .p-i-arrow-60-left:before {
    font-family: "Material Icons";
    font-size: 18px; }
  .RadScheduler_MatchIt .rsNav .p-i-arrow-60-right:before {
    content: "\e5cc"; }
  .RadScheduler_MatchIt .rsNav .p-i-arrow-60-left:before {
    content: "\e5cb"; }
  .RadScheduler_MatchIt .p-i-arrow-45-down-right:before {
    content: "\e1b9";
    font-size: 12px; }
  .RadScheduler_MatchIt .p-i-x:before,
  .RadScheduler_MatchIt .p-i-close:before {
    content: "\e5cd"; }
  .RadScheduler_MatchIt .p-i-delete:before {
    content: "\e5cd"; }
  .RadScheduler_MatchIt .p-icon.p-i-recurrence-exception:before {
    font: 16px/1 "WebComponentsIcons";
    text-transform: none;
    text-align: center;
    content: "\e104"; }

.RadScheduler_MatchIt .rfbGroup .rfbLabel {
  font-size: .85em;
  font-weight: 500;
  line-height: inherit; }

.RadSearchBox_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadSearchBox_MatchIt .rsbInner {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent;
    background: #ffffff;
    padding: 8px 0;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadSearchBox_MatchIt .rsbInner.rsbHovered {
      border-color: #90A4AE;
      color: #455A64;
      background-color: transparent; }
    .RadSearchBox_MatchIt .rsbInner.rsbFocused {
      border-color: #abc233;
      color: #455A64;
      background-color: transparent; }
  .RadSearchBox_MatchIt .rsbInput {
    margin: 0 12px; }
  .RadSearchBox_MatchIt .rsbButton {
    padding: 8px;
    margin: -8px 0;
    transition: all 0.2s ease-in-out; }
  .RadSearchBox_MatchIt .rsbButtonSearch {
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border-width: 0 0 0 1px;
    border-radius: 0 2px 2px 0;
    box-sizing: content-box; }
  .RadSearchBox_MatchIt .rsbLabel {
    font-weight: 500;
    font-size: 0.857em;
    color: #607D8B; }
  .RadSearchBox_MatchIt .rsbSearchContext {
    margin: -8px 0; }
  .RadSearchBox_MatchIt .rsbSCInner {
    line-height: inherit;
    height: 1.42857em;
    padding: 8px 20px 8px 8px;
    border: 0;
    border-radius: 2px 0 0 2px;
    box-sizing: content-box;
    border-right: 1px solid #CFD8DC;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
  .RadSearchBox_MatchIt .rsbLoadingIcon {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading_small.gif")%>'); }
  .RadSearchBox_MatchIt .rsbSCIcon,
  .RadSearchBox_MatchIt .rsbButton .rsbIcon {
    font-size: 18px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin-top: -0.5em; }
    .RadSearchBox_MatchIt .rsbSCIcon:before,
    .RadSearchBox_MatchIt .rsbButton .rsbIcon:before {
      font-family: "Material Icons"; }
  .RadSearchBox_MatchIt .rsbSCIcon:before {
    content: "\e5c5"; }
  .RadSearchBox_MatchIt .rsbButton .rsbIconSearch:before {
    content: "\e8b6"; }
  .RadSearchBox_MatchIt .rsbHovered .rsbSCInner, .RadSearchBox_MatchIt .rsbHovered .rsbSCInner.rsbHovered,
  .RadSearchBox_MatchIt .rsbHovered .rsbButtonSearch,
  .RadSearchBox_MatchIt .rsbHovered .rsbButtonSearch.rsbHovered {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1;
    border-color: #CFD8DC; }
  .RadSearchBox_MatchIt .rsbFocused .rsbSCInner,
  .RadSearchBox_MatchIt .rsbFocused .rsbButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent;
    border-color: #CFD8DC; }
  .RadSearchBox_MatchIt .rsbSelected.rsbButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .RadSearchBox_MatchIt .rsbSCDisabled .rsbSCInner {
    background: #ffffff; }

.rsbPopup_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif;
  border-width: 1px 0 0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .rsbPopup_MatchIt .rsbShowAll {
    margin: 0;
    padding: 6px 13px;
    border: 0; }
  .rsbPopup_MatchIt .rsbList {
    padding: 10px 0; }
  .rsbPopup_MatchIt .rsbListItem {
    padding: 6px 13px; }
  .rsbPopup_MatchIt .rsbListItemHovered {
    color: #455A64;
    background-color: #ECEFF1; }
  .rsbPopup_MatchIt .rsbListItemSelected {
    color: #64BBE3;
    background-color: transparent; }
  .rsbPopup_MatchIt .rsbListItemLoading {
    color: #455A64;
    background-color: #ECEFF1; }

.RadSlider_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }
  .RadSlider_MatchIt .rslTrack {
    background-color: #CFD8DC; }
  .RadSlider_MatchIt .rslSelectedregion {
    background-color: #abc233; }
  .RadSlider_MatchIt a.rslDraghandle {
    background-color: #abc233;
    border-color: #abc233; }
  .RadSlider_MatchIt a.rslHandle,
  .RadSlider_MatchIt a.rslHandle:before {
    color: #607D8B; }
  .RadSlider_MatchIt a.rslHandle:hover:before {
    color: #263238; }
  .RadSlider_MatchIt .rslItem,
  .RadSlider_MatchIt .rslLargeTick span,
  .RadSlider_MatchIt .rslItemsWrapper .rslItemSelected {
    color: #607D8B; }
  .RadSlider_MatchIt .rslHorizontal .rslItem {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.ItemHorizontalBgr.gif")%>'); }
  .RadSlider_MatchIt .rslVertical .rslItem {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.ItemVerticalBgr.gif")%>'); }
  .RadSlider_MatchIt .rslTop .rslSmallTick,
  .RadSlider_MatchIt .rslBottom .rslSmallTick {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.SmallChangeHorizontal.gif")%>'); }
  .RadSlider_MatchIt .rslTop .rslLargeTick,
  .RadSlider_MatchIt .rslBottom .rslLargeTick {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.LargeChangeHorizontal.gif")%>'); }
  .RadSlider_MatchIt .rslLeft .rslSmallTick,
  .RadSlider_MatchIt .rslRight .rslSmallTick {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.SmallChangeVertical.gif")%>'); }
  .RadSlider_MatchIt .rslLeft .rslLargeTick,
  .RadSlider_MatchIt .rslRight .rslLargeTick {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.LargelChangeVertical.gif")%>'); }
  .RadSlider_MatchIt .rslMiddle .rslSmallTick {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.SmallChangeMiddleHorizontal.gif")%>'); }
  .RadSlider_MatchIt .rslLargeTick {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.LargeChangeMiddleHorizontal.gif")%>'); }
  .RadSlider_MatchIt .rslCenter .rslSmallTick {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.SmallChangeCenterVertical.gif")%>'); }
  .RadSlider_MatchIt .rslCenter .rslLargeTick {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Slider.LargelChangeCenterVertical.gif")%>'); }
  .RadSlider_MatchIt.RadSlider .rslTrack,
  .RadSlider_MatchIt.RadSlider .rslSelectedregion {
    border-radius: 0;
    border-width: 0; }
  .RadSlider_MatchIt a.rslHandle {
    border: none; }
  .RadSlider_MatchIt .rslBottom div.rslTrack {
    bottom: 0.77071em; }
  .RadSlider_MatchIt .rslTrack a.rslDraghandle {
    width: 0.85714em;
    height: 0.85714em;
    border-radius: 3.21429em;
    overflow: visible; }
  .RadSlider_MatchIt .rslDraghandle:focus:before {
    content: "";
    display: inline-block;
    width: 2.42857em;
    height: 2.42857em;
    background-color: rgba(139, 195, 74, 0.25);
    position: absolute;
    top: -0.78571em;
    left: -0.78571em;
    border-radius: 45px; }
  .RadSlider_MatchIt .rslDraghandle:focus:active:before,
  .RadSlider_MatchIt .rslDraghandle.rslDraghandleActive:before {
    background-color: transparent; }
  .RadSlider_MatchIt .rslTrack a.rslDraghandle:after {
    border-radius: 3.21429em;
    width: 0.85714em;
    height: 0.85714em;
    top: -0.07143em;
    left: -0.07143em;
    content: '';
    background-color: #abc233;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .RadSlider_MatchIt .rslTrack a.rslDraghandle:active:after,
  .RadSlider_MatchIt .rslTrack a.rslDraghandleActive:after {
    width: 1.42857em;
    height: 1.42857em;
    top: -0.35714em;
    left: -0.26786em; }
  .RadSlider_MatchIt .rslItem,
  .RadSlider_MatchIt .rslLargeTick span {
    font-size: 0.85714em;
    font-family: "Roboto", "Noto", sans-serif;
    font-weight: 500; }
  .RadSlider_MatchIt .rslHorizontal .rslTrack {
    height: 0.14286em !important;
    margin: 0; }
  .RadSlider_MatchIt .rslHorizontal .rslSelectedregion {
    height: 0.14286em; }
  .RadSlider_MatchIt .rslHorizontal.rslTop a.rslHandle {
    top: .52em;
    top: .9em\9; }
  .RadSlider_MatchIt .rslHorizontal a.rslHandle {
    margin-top: -.65em; }
  .RadSlider_MatchIt .rslHorizontal _:-ms-fullscreen, :root .RadSlider_MatchIt .rslHorizontal.rslTop a.rslHandle {
    top: .75em; }
  .RadSlider_MatchIt .rslHorizontal.rslMiddle a.rslHandle {
    top: 1.02em;
    margin-top: -0.85714em \9; }
  .RadSlider_MatchIt .rslHorizontal _:-ms-fullscreen, :root .RadSlider_MatchIt .rslHorizontal.rslMiddle a.rslHandle {
    margin-top: -0.85714em;
    top: 50%; }
  .RadSlider_MatchIt .rslHorizontal.rslBottom a.rslHandle {
    bottom: .1em;
    bottom: .2em\9; }
  .RadSlider_MatchIt .rslHorizontal _:-ms-fullscreen, :root .RadSlider_MatchIt .rslHorizontal.rslBottom a.rslHandle {
    top: auto;
    bottom: .20em; }
  .RadSlider_MatchIt .rslHorizontal.rslBottom .rslItemsWrapper {
    bottom: .9em; }
  .RadSlider_MatchIt .rslHorizontal a.rslDecrease {
    left: -0.28571em; }
  .RadSlider_MatchIt .rslHorizontal a.rslIncrease {
    right: -0.07143em; }
  .RadSlider_MatchIt .rslHorizontal.rslTop .rslItemsWrapper {
    top: .75em; }
  .RadSlider_MatchIt .rslHorizontal.rslMiddle .rslItemsWrapper {
    top: -0.28571em; }
  .RadSlider_MatchIt .rslHorizontal .rslTrack a.rslDraghandle {
    margin-top: auto;
    top: -0.35714em; }
  .RadSlider_MatchIt .rslVertical .rslTrack {
    width: 0.14286em !important;
    margin-left: -0.07143em; }
  .RadSlider_MatchIt .rslVertical .rslSelectedregion {
    width: 0.14286em; }
  .RadSlider_MatchIt .rslVertical a.rslDraghandle {
    margin-left: -0.35714em; }
  .RadSlider_MatchIt .rslVertical .rslHandle.rslDecrease {
    margin-top: -0.28571em; }
  .RadSlider_MatchIt .rslVertical .rslHandle.rslIncrease {
    bottom: -0.28571em; }
  .RadSlider_MatchIt .rslVertical.rslLeft .rslItemsWrapper,
  .RadSlider_MatchIt .rslVertical.rslLeft .rslLargeTick span,
  .RadSlider_MatchIt .rslVertical.rslLeft .rslLargeTick span.rslBRItemText {
    left: 1.92857em; }
  .RadSlider_MatchIt .rslVertical.rslLeft a.rslHandle {
    left: 1.45em; }
  .RadSlider_MatchIt .rslVertical.rslRight a.rslHandle {
    right: .25em; }
  .RadSlider_MatchIt .rslHandle.t-ripple-effect-icon {
    position: absolute !important; }
  .RadSlider_MatchIt a.rslHandle.t-ripple-effect-icon span {
    border-radius: 50%; }

.RadSocialShare_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #f4f7f8;
  padding: 0;
  font-family: "Roboto", "Noto", sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .RadSocialShare_MatchIt .sshLinkItem {
    color: #607D8B; }
  .RadSocialShare_MatchIt .sshLinkItem:hover {
    color: #263238; }
  .RadSocialShare_MatchIt,
  .RadSocialShare_MatchIt .sshListItem {
    border-radius: 2px; }
  .RadSocialShare_MatchIt .sshListItem {
    overflow: hidden;
    height: 3.28571em;
    line-height: 3em;
    padding: 0 16px;
    vertical-align: top;
    text-transform: uppercase; }

.RadSplitter_MatchIt {
  font-family: "Roboto", "Noto", sans-serif;
  border-color: #CFD8DC; }
  .RadSplitter_MatchIt .rspLoading {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading.gif")%>'); }
  .RadSplitter_MatchIt .rspResizeBar,
  .RadSplitter_MatchIt .rspSlideContainerResize,
  .RadSplitter_MatchIt .rspResizeBarHorizontal,
  .RadSplitter_MatchIt .rspSlideContainerResizeHorizontal {
    background-color: #ffffff;
    color: #455A64;
    border-color: #CFD8DC; }
  .RadSplitter_MatchIt .rspPane {
    border-color: #CFD8DC; }
  .RadSplitter_MatchIt .rspPaneHorizontal {
    border-color: #CFD8DC; }
  .RadSplitter_MatchIt .rspSlideHeader,
  .RadSplitter_MatchIt .rspSlideTitleContainer {
    background-color: #abc233; }
  .RadSplitter_MatchIt .rspSlideTitle {
    color: #455A64; }
  .RadSplitter_MatchIt .rspSlideTitleContainer,
  .RadSplitter_MatchIt .rspSlideHeaderIconWrapper {
    border-top: 1px solid #abc233;
    border-bottom: 1px solid #abc233; }
  .RadSplitter_MatchIt .rspSlideHeaderDockIcon,
  .RadSplitter_MatchIt .rspSlideHeaderUndockIcon,
  .RadSplitter_MatchIt .rspSlideHeaderCollapseIcon {
    line-height: 1.42857em;
    margin: 0 4px 0 0;
    padding: 7px;
    border-radius: 45px;
    color: #ffffff; }
  .RadSplitter_MatchIt .rspSlideHeaderDockIcon:hover,
  .RadSplitter_MatchIt .rspSlideHeaderUndockIcon:hover,
  .RadSplitter_MatchIt .rspSlideHeaderCollapseIcon:hover {
    background-color: rgba(255, 255, 255, 0.12); }
  .RadSplitter_MatchIt .rspSlideContent {
    background-color: #ffffff;
    color: #455A64; }
  .RadSplitter_MatchIt .rspTabsContainer {
    background-color: #f4f7f8; }
  .RadSplitter_MatchIt .rspResizeBar,
  .RadSplitter_MatchIt .rspSlideContainerResize {
    border-right-color: #CFD8DC; }
  .RadSplitter_MatchIt .rspResizeBarOver,
  .RadSplitter_MatchIt table.rspSlideContainer td.rspSlideContainerResizeOver {
    background-color: #ECEFF1;
    border-color: #ECEFF1; }
  .RadSplitter_MatchIt .rspResizeBarHorizontal,
  .RadSplitter_MatchIt .rspSlideContainerResizeHorizontal {
    border-color: #CFD8DC; }
  .RadSplitter_MatchIt .rspResizeBarOverHorizontal,
  .RadSplitter_MatchIt table.rspSlideContainer td.rspSlideContainerResizeOverHorizontal {
    background-color: #ECEFF1;
    border-color: #ECEFF1; }
  .RadSplitter_MatchIt .rspPaneTabContainer,
  .RadSplitter_MatchIt .rspBottom .rspPaneTabContainer,
  .RadSplitter_MatchIt .rspTop .rspPaneTabContainer {
    background-color: #f4f7f8;
    color: #455A64;
    border-color: #f4f7f8; }
  .RadSplitter_MatchIt .rspPaneTabContainer:hover,
  .RadSplitter_MatchIt .rspBottom .rspPaneTabContainer:hover,
  .RadSplitter_MatchIt .rspTop .rspPaneTabContainer:hover {
    background-color: #ECEFF1;
    color: #455A64;
    border-color: #ECEFF1; }
  .RadSplitter_MatchIt .rspPaneTabContainerExpanded,
  .RadSplitter_MatchIt .rspBottom .rspPaneTabContainerExpanded,
  .RadSplitter_MatchIt .rspTop .rspPaneTabContainerExpanded {
    color: #abc233;
    border-color: #abc233; }
  .RadSplitter_MatchIt .rspTop .rspPaneTabContainerExpanded {
    border-width: 0 0 2px; }
  .RadSplitter_MatchIt .rspPaneTabContainerExpanded {
    border-width: 0 2px 0 0; }
  .RadSplitter_MatchIt .rspBottom .rspPaneTabContainerExpanded {
    border-width: 2px 0 0; }
  .RadSplitter_MatchIt .rspCollapseBarExpand,
  .RadSplitter_MatchIt .rspCollapseBarCollapse,
  .RadSplitter_MatchIt .rspCollapseBarHorizontalExpand,
  .RadSplitter_MatchIt .rspCollapseBarHorizontalCollapse {
    background-color: transparent;
    border: none;
    color: #607D8B; }
  .RadSplitter_MatchIt .rspCollapseBarExpandOver,
  .RadSplitter_MatchIt .rspCollapseBarCollapseOver,
  .RadSplitter_MatchIt .rspCollapseBarHorizontalExpandOver,
  .RadSplitter_MatchIt .rspCollapseBarHorizontalCollapseOver {
    background-color: transparent;
    border: none; }
  .RadSplitter_MatchIt .rspCollapseBarHorizontalCollapse + .rspCollapseBarHorizontalExpand {
    margin: 0 0 0 -2px; }
  .RadSplitter_MatchIt .rspCollapseBarCollapse + .rspCollapseBarExpand {
    margin: -3px 0 0; }
  .RadSplitter_MatchIt .rspResizeBar .rspCollapseBarSpacer {
    width: 8px !important; }
  .RadSplitter_MatchIt .rspResizeBarHorizontal .rspCollapseBarSpacer {
    height: 8px !important; }
  .RadSplitter_MatchIt .rspSlideContainer td.rspSlideContainerResize {
    padding: 0 1px;
    border-color: #CFD8DC; }
  .RadSplitter_MatchIt .rspResizeBar .rspCollapseBarSpacer {
    width: 6px !important; }
  .RadSplitter_MatchIt .rspResizeBarHorizontal .rspCollapseBarSpacer {
    height: 6px !important; }
  .RadSplitter_MatchIt .rspCollapseBarExpand,
  .RadSplitter_MatchIt .rspCollapseBarCollapse {
    height: 26px;
    line-height: 26px;
    width: 6px;
    margin: 2px 0; }
  .RadSplitter_MatchIt .rspCollapseBarHorizontalExpand,
  .RadSplitter_MatchIt .rspCollapseBarHorizontalCollapse {
    height: 6px;
    line-height: 6px; }
  .RadSplitter_MatchIt .rspSlideContainer td.rspSlideContainerResizeHorizontal {
    padding: 2px 0 3px 0; }
  .RadSplitter_MatchIt .rspPaneHorizontal .rspPaneTabContainer {
    height: 22px !important;
    overflow: hidden; }
  .RadSplitter_MatchIt .rspSlideHeader table {
    height: 48px;
    background-color: #abc233; }
  .RadSplitter_MatchIt .rspSlideHeader .rspSlideTitle {
    color: #ffffff;
    height: 46px;
    line-height: 46px; }
  .RadSplitter_MatchIt .rspSlideHeader .rspSlideHeaderIconWrapper {
    padding: 0 2px 0 0; }
  .RadSplitter_MatchIt .rspPaneTabText {
    text-transform: uppercase; }

div.RadSplitter .rspHelperBarDrag,
div.RadSplitter .rspHelperBarSlideDrag {
  background-color: #64BBE3 !important;
  opacity: 1; }

.rspSlideHeaderDockIcon .t-ripple-container,
.rspSlideHeaderUndockIcon .t-ripple-container,
.rspSlideHeaderCollapseIcon .t-ripple-container {
  top: -1px;
  left: -2px; }

.RadSpreadsheet_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadSpreadsheet_MatchIt .rssToolbarWrapper {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
  .RadSpreadsheet_MatchIt .rssToolbar .rtbButton:not(.rtbSplitButton),
  .RadSpreadsheet_MatchIt .rssToolbar .rtbSplitButton .rtbSplBtnActivator,
  .RadSpreadsheet_MatchIt .rssToolbar .rtbArrow {
    padding: 8px 10px; }
  .RadSpreadsheet_MatchIt .rssToolbar .rtbMore {
    padding: 8px; }
  .RadSpreadsheet_MatchIt .rssToolbar:before {
    padding: 8px 0; }
  .RadSpreadsheet_MatchIt .RadColorPicker .rcpIcon {
    border-radius: 0;
    box-shadow: none; }
    .RadSpreadsheet_MatchIt .RadColorPicker .rcpIcon em {
      width: 16px;
      box-shadow: 0 0 1px 1px #cdcdcd; }
  .RadSpreadsheet_MatchIt .RadDropDownList .rddlInner {
    border-radius: 0; }
    .RadSpreadsheet_MatchIt .RadDropDownList .rddlInner.rddlHovered {
      box-shadow: none; }
    .RadSpreadsheet_MatchIt .RadDropDownList .rddlInner:before {
      display: none; }
  .RadSpreadsheet_MatchIt .RadComboBox {
    width: 5.71429em !important; }
    .RadSpreadsheet_MatchIt .RadComboBox .rcbInner {
      border-radius: 0; }
      .RadSpreadsheet_MatchIt .RadComboBox .rcbInner.rcbHovered {
        box-shadow: none; }
      .RadSpreadsheet_MatchIt .RadComboBox .rcbInner:before {
        display: none; }
    .RadSpreadsheet_MatchIt .RadComboBox .rcbActionButton {
      border-radius: 0; }
  .RadSpreadsheet_MatchIt .rssFormulaBar {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent; }
  .RadSpreadsheet_MatchIt .k-syntax-startexp {
    font-weight: bold; }
  .RadSpreadsheet_MatchIt .k-syntax-func {
    font-weight: bold; }
  .RadSpreadsheet_MatchIt .k-syntax-paren-match {
    background-color: #caf200; }
  .RadSpreadsheet_MatchIt .k-syntax-bool {
    color: #a9169c; }
  .RadSpreadsheet_MatchIt .k-syntax-num {
    color: #0099ff; }
  .RadSpreadsheet_MatchIt .k-syntax-str {
    color: #38b714; }
  .RadSpreadsheet_MatchIt .k-syntax-ref {
    color: #ff8822; }
  .RadSpreadsheet_MatchIt .k-syntax-error {
    color: red; }
  .RadSpreadsheet_MatchIt .rssSheetsbar {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    color: #617f8d;
    border: 0; }
    .RadSpreadsheet_MatchIt .rssSheetsbar .t-spreadsheet-sheets-bar-add {
      width: 1.42857em;
      top: 0;
      left: 0;
      padding: 8px; }
    .RadSpreadsheet_MatchIt .rssSheetsbar .t-link.t-spreadsheet-sheets-remove {
      width: 1.42857em;
      margin: 0 4px 0 -4px;
      padding: 0;
      border-radius: 0; }
    .RadSpreadsheet_MatchIt .rssSheetsbar .t-spreadsheet-sheets-bar-add:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
  .RadSpreadsheet_MatchIt .t-spreadsheet-sheets-editor {
    margin: 5px 15px;
    text-transform: uppercase; }
  .RadSpreadsheet_MatchIt .rssPane {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff; }
  .RadSpreadsheet_MatchIt .rssTopCorner {
    color: #455A64;
    background-color: #f4f7f8;
    border-color: #CFD8DC; }
    .RadSpreadsheet_MatchIt .rssTopCorner:after {
      border-color: transparent #607D8B #607D8B transparent; }
  .RadSpreadsheet_MatchIt .rssRowHeader,
  .RadSpreadsheet_MatchIt .rssColumnHeader {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
  .RadSpreadsheet_MatchIt .rssRowHeader .k-selection-partial,
  .RadSpreadsheet_MatchIt .rssColumnHeader .k-selection-partial {
    color: #64BBE3; }
    .RadSpreadsheet_MatchIt .rssRowHeader .k-selection-partial:before,
    .RadSpreadsheet_MatchIt .rssColumnHeader .k-selection-partial:before {
      border-color: #64BBE3; }
  .RadSpreadsheet_MatchIt .rssSelection {
    border-color: #64BBE3;
    background-color: rgba(3, 169, 244, 0.2);
    box-shadow: 0 0 0 1px #64BBE3; }
    .RadSpreadsheet_MatchIt .rssSelection:after {
      border-color: #ffffff;
      background-color: #64BBE3; }
  .RadSpreadsheet_MatchIt .rssActiveCell {
    border-color: #64BBE3;
    background-color: #ffffff; }
  .RadSpreadsheet_MatchIt .k-auto-fill {
    border-color: #64BBE3;
    box-shadow: 0 0 0 1px #64BBE3 inset; }
  .RadSpreadsheet_MatchIt .rssCellEditor {
    color: #455A64;
    background-color: #ffffff; }
  .RadSpreadsheet_MatchIt .k-spreadsheet-editor-button {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
    .RadSpreadsheet_MatchIt .k-spreadsheet-editor-button:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
  .RadSpreadsheet_MatchIt .k-spreadsheet-merged-cell {
    background-color: #ffffff; }
  .RadSpreadsheet_MatchIt .k-resize-handle,
  .RadSpreadsheet_MatchIt .k-resize-hint-handle,
  .RadSpreadsheet_MatchIt .k-resize-hint-marker {
    background-color: #CFD8DC; }
  .RadSpreadsheet_MatchIt .k-filter-range {
    border-color: #CFD8DC; }
  .RadSpreadsheet_MatchIt .k-spreadsheet-filter {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #CFD8DC; }
  .RadSpreadsheet_MatchIt .k-spreadsheet-filter:hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1;
    box-shadow: inset 0 0 0 1px #ECEFF1; }

.rssSkin {
  font-family: "Roboto", "Noto", sans-serif; }
  .rssSkin .t-button {
    color: #455A64;
    border: 0;
    padding: 8px 13px; }
  .rssSkin .t-button:hover,
  .rssSkin .t-button.t-state-hover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .rssSkin .t-tabstrip {
    position: relative;
    text-transform: uppercase; }
    .rssSkin .t-tabstrip .t-tabstrip-items {
      margin-top: 0; }
    .rssSkin .t-tabstrip .t-item {
      border: 0; }
  .rssSkin .t-tabstrip .t-state-hover {
    background: #ECEFF1; }
  .rssSkin .t-tabstrip .t-state-active {
    padding-top: 0;
    color: #abc233;
    background: transparent; }
    .rssSkin .t-tabstrip .t-state-active:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-top: 3px solid #abc233; }
  .rssSkin .t-tabstrip-items .t-link {
    padding: 8px 13px; }
  .rssSkin .t-tabstrip-bottom > .t-tabstrip-items {
    padding: 0; }
    .rssSkin .t-tabstrip-bottom > .t-tabstrip-items .t-item {
      border-radius: 0; }
  .rssSkin .t-spreadsheet-sheets-remove.t-state-hover {
    color: #f34235; }
  .rssSkin .rssTabstrip .rtsLevel1 {
    color: #455A64;
    border-bottom: 1px solid #CFD8DC;
    background-color: #f4f7f8; }
    .rssSkin .rssTabstrip .rtsLevel1 .rtsUL {
      padding: 0; }
    .rssSkin .rssTabstrip .rtsLevel1 .rtsLink {
      padding: 8px 15px;
      color: #455A64;
      background: transparent; }
    .rssSkin .rssTabstrip .rtsLevel1 .rtsTxt {
      opacity: 1; }
  .rssSkin .rssTabstrip .rtsHovered .rtsLink {
    background: #ECEFF1; }
  .rssSkin .rssTabstrip .rtsLevel1 .rtsSelected .rtsLink {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
  .rssSkin .rssTabstrip.rtsHorizontal .rtsSelected .rtsLink {
    color: #abc233; }
    .rssSkin .rssTabstrip.rtsHorizontal .rtsSelected .rtsLink:before {
      border-bottom-color: #abc233; }
  .rssSkin .rssInput {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .rssSkin .rssButtons {
    margin-top: 5px;
    padding: 6px 10px;
    border-color: #CFD8DC;
    background: #f4f7f8; }
  .rssSkin .rssButton {
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    padding: 8px 13px;
    text-transform: uppercase;
    color: #455A64;
    background: transparent;
    transition: all .2s ease-in-out; }
  .rssSkin .rssButton.rssHovered {
    color: #455A64;
    background: rgba(69, 90, 100, 0.12); }
  .rssSkin .rssButton.rssPrimary {
    color: #abc233; }
  .rssSkin .rssButton.rssPrimary.rssHovered {
    color: #abc233;
    background: rgba(139, 195, 74, 0.12); }
  .rssSkin .rssMenu .rssLink {
    padding: 6px 32px; }
  .rssSkin .rssMenu .rssHovered > .rssLink {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .rssSkin .rssMenu .rssSelected > .rssLink {
    border-color: transparent;
    color: #64BBE3;
    background-color: transparent; }
  .rssSkin .rssSeparator {
    margin: 0;
    border-bottom: 0; }
  .rssSkin .rssCollapsibleList .rssDetails {
    margin-left: 24px; }
  .rssSkin .rssCollapsibleList .rssHovered > .rssLink {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .rssSkin .rssCollapsibleList .rssExpanded > .rssLink {
    border-color: transparent;
    color: inherit;
    background: none; }

.rssPopup {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #CFD8DC; }
  .rssPopup .rssFilterMenu {
    padding: 0; }
  .rssPopup .rssFilterMenu:before {
    display: none; }
  .rssPopup .rssSeparator {
    border-color: #e6e6e6 white white #e6e6e6; }

.rssWindow {
  border: 0;
  padding: 0;
  font-family: "Roboto", "Noto", sans-serif;
  border-color: #CFD8DC;
  border-radius: 5px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2);
  color: #455A64;
  background: #f4f7f8; }
  .rssWindow .rssWindowTitlebar {
    border-color: #abc233;
    color: #ffffff;
    background-color: #abc233;
    font-size: 1.42857em;
    line-height: 1em;
    margin: 0;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0; }
  .rssWindow .rssWindowAction {
    border-color: transparent; }
  .rssWindow .rssWindowAction:hover {
    cursor: pointer;
    color: #263238; }
  .rssWindow .rssWindowContent {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    border: 0; }
  .rssWindow .rssWindowTabstrip .rtsLevel1 {
    padding: 20px 0 0;
    background-color: #f4f7f8; }
  .rssWindow hr {
    border-color: #CFD8DC; }

.rssFormulaList {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  font-family: "Roboto", "Noto", sans-serif; }
  .rssFormulaList .k-item.k-state-hover {
    color: #455A64;
    background-color: #ECEFF1; }
  .rssFormulaList .k-item.k-state-focused {
    color: #64BBE3;
    background-color: transparent; }

.RadTabStrip_MatchIt {
  color: #39393b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .RadTabStrip_MatchIt .rtsLevel1 {
    border-color: #dedede; }
    .RadTabStrip_MatchIt .rtsLevel1 .rtsLink {
      border-color: transparent;
      color: #2b5592; }
    .RadTabStrip_MatchIt .rtsLevel1 .rtsHovered .rtsLink {
      border-color: #e6e6e6;
      color: #1a3357;
      background-color: #e6e6e6; }
    .RadTabStrip_MatchIt .rtsLevel1 .rtsSelected .rtsLink {
      border-color: #dedede;
      color: #39393b;
      background-color: #ffffff; }
    .RadTabStrip_MatchIt .rtsLevel1 .rtsFocused .rtsLink {
      border-color: #66afe9;
      box-shadow: inset 0 0 5px #66afe9; }
  .RadTabStrip_MatchIt .rtsLevel1 ~ .rtsLevel {
    border-color: #dedede;
    color: #39393b;
    background-color: #ffffff; }
    .RadTabStrip_MatchIt .rtsLevel1 ~ .rtsLevel .rtsLink {
      color: #2b5592; }
    .RadTabStrip_MatchIt .rtsLevel1 ~ .rtsLevel .rtsHovered .rtsLink {
      color: #1a3357; }
    .RadTabStrip_MatchIt .rtsLevel1 ~ .rtsLevel .rtsSelected .rtsLink {
      color: inherit; }
    .RadTabStrip_MatchIt .rtsLevel1 ~ .rtsLevel .rtsFocused .rtsLink {
      border-color: #c4c4c4;
      box-shadow: inset 0 0 5px #c4c4c4; }
  .RadTabStrip_MatchIt .rtsGhostTab {
    border-color: #dedede;
    color: #39393b;
    background-color: whitesmoke;
    border-radius: 4px; }

.RadTabStrip_MatchIt.rtsTop .rtsLevel1 .rtsLink {
  border-radius: 4px 4px 0 0; }

.RadTabStrip_MatchIt.rtsTop .rtsLevel1 .rtsSelected .rtsLink {
  border-bottom-color: transparent; }

.RadTabStrip_MatchIt.rtsBottom .rtsLevel1 .rtsLink {
  border-radius: 0 0 4px 4px; }

.RadTabStrip_MatchIt.rtsBottom .rtsLevel1 .rtsSelected .rtsLink {
  border-top-color: transparent; }

.RadTabStrip_MatchIt.rtsLeft .rtsLevel1 .rtsLink {
  border-radius: 4px 0 0 4px; }

.RadTabStrip_MatchIt.rtsLeft .rtsLevel1 .rtsSelected .rtsLink {
  border-right-color: transparent; }

.RadTabStrip_MatchIt.rtsRight .rtsLevel1 .rtsLink {
  border-radius: 0 4px 4px 0; }

.RadTabStrip_MatchIt.rtsRight .rtsLevel1 .rtsSelected .rtsLink {
  border-left-color: transparent; }

.RadTile_MatchIt {
  color: #ffffff;
  background-color: #abc233;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadTile_MatchIt .rtilePeekContent {
    background-color: #abc233; }
  .RadTile_MatchIt .rtileBadgeIcon {
    color: #ffffff; }
  .RadTile_MatchIt.rtileSelected .rtileSelectedIcon {
    background-color: #f8fafb;
    color: #64BBE3; }
  .RadTile_MatchIt.rtileHovered {
    border-color: #689F38; }
  .RadTile_MatchIt.rtileSelected {
    border-color: #f8fafb; }
  .RadTile_MatchIt.rtileSelected.rtileHovered {
    border-color: rgba(104, 159, 56, 0.7); }
  .RadTile_MatchIt.rtileLoading,
  .RadTile_MatchIt .rtileLoading {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading_small.gif")%>'); }
  .RadTile_MatchIt .rtileBadgeIcon:before {
    font-family: 'Material Icons';
    font-size: 24px; }
  .RadTile_MatchIt .rtileAlertBadge:before {
    content: "\E7F5"; }
  .RadTile_MatchIt .rtileAttentionBadge:before {
    content: "\E001"; }
  .RadTile_MatchIt .rtileErrorBadge:before {
    content: "\E888"; }
  .RadTile_MatchIt .rtilePausedBadge::before {
    content: "\E036"; }
  .RadTile_MatchIt .rtileActivityBadge:before {
    content: "\E5D5"; }
  .RadTile_MatchIt .rtileNewMessageBadge:before {
    content: "\E0E1"; }
  .RadTile_MatchIt .rtilePlayingBadge:before {
    content: "\E039"; }

.RadTileList_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadTileList_MatchIt .rtlistGroupSeparatorVisible {
    background-color: #64BBE3; }

.RadToolBar_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #f4f7f8;
  padding: 0;
  font-family: "Roboto", "Noto", sans-serif;
  overflow: hidden; }
  .RadToolBar_MatchIt:before {
    padding: 13px 0; }
  .RadToolBar_MatchIt .rtbItem + .rtbItem {
    margin: 0; }
  .RadToolBar_MatchIt .rtbSeparator {
    margin: 0;
    border-color: #CFD8DC; }
  .RadToolBar_MatchIt .rtbButton {
    border-width: 0;
    padding: 13px 15px;
    transition: all .2s ease-in-out; }
  .RadToolBar_MatchIt .rtbArrow {
    padding: 13px 10px; }
  .RadToolBar_MatchIt .radIcon {
    height: 1.11111em;
    font-size: 18px;
    font-family: "Material Icons"; }
  .RadToolBar_MatchIt .radIconDown:before {
    content: "\e5c5"; }
  .RadToolBar_MatchIt .rtbIconOnly .rtbImage {
    margin: 0; }
  .RadToolBar_MatchIt .rtbMenuButton .rtbArrow {
    margin: -13px -15px -13px 0; }
  .RadToolBar_MatchIt .rtbSplitButton {
    padding: 0; }
  .RadToolBar_MatchIt .rtbSplitButton .rtbSplBtnActivator {
    padding: 13px 15px; }
  .RadToolBar_MatchIt .rtbMore {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    padding: 13px;
    border-width: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .RadToolBar_MatchIt .rtbMore .radIcon:before {
    content: "\e313"; }
  .RadToolBar_MatchIt .rtbHovered .rtbButton {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadToolBar_MatchIt .rtbHovered .rtbArrow {
    border-color: #CFD8DC; }
  .RadToolBar_MatchIt .rtbFocused .rtbButton,
  .RadToolBar_MatchIt .rtbFocused.rtbMore {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2); }
  .RadToolBar_MatchIt .rtbFocused .rtbArrow {
    border-left-color: #CFD8DC; }
  .RadToolBar_MatchIt .rtbChecked .rtbButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .RadToolBar_MatchIt .rtbExpanded .rtbButton,
  .RadToolBar_MatchIt .rtbExpanded .rtbButton.rtbMenuButton,
  .RadToolBar_MatchIt .rtbExpanded.rtbMore {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.2); }
  .RadToolBar_MatchIt .rtbExpanded .rtbButton {
    z-index: 1;
    position: relative; }
  .RadToolBar_MatchIt .rtbExpanded .rtbButton.rtbSplitButton .rtbSplBtnActivator,
  .RadToolBar_MatchIt .rtbExpanded .rtbButton.rtbSplitButton .rtbArrow {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff; }
  .RadToolBar_MatchIt .rtbPressed .rtbButton:not(.rtbSplitButton) {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .RadToolBar_MatchIt .rtbPressed .rtbSplitButton,
  .RadToolBar_MatchIt .rtbPressed .rtbArrow {
    border-color: #CFD8DC; }
  .RadToolBar_MatchIt .rtbSplitButton .rtbPressed.rtbSplBtnActivator, .RadToolBar_MatchIt .rtbSplitButton .rtbPressed.rtbArrow {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .RadToolBar_MatchIt_rtl.RadToolBar_Horizontal .rtbItem + .rtbItem {
    margin-left: 0;
    margin-right: 0; }
  .RadToolBar_MatchIt_rtl .rtbMenuButton .rtbArrow {
    margin: -13px 0 -13px -15px; }
  .RadToolBar_MatchIt_rtl .rtbSplitButton .rtbArrow {
    margin: 0; }
  .RadToolBar_MatchIt_rtl .rtbMore {
    left: 0;
    right: auto; }

.RadToolBar_MatchIt_Horizontal .rtbSeparator {
  border-width: 0 0 0 1px; }

.RadToolBar_MatchIt_Vertical:before {
  display: none; }

.RadToolBar_MatchIt_Vertical .rtbSeparator {
  border-width: 1px 0 0 0; }

.RadToolBar_MatchIt_Vertical .rtbSplitButton {
  padding-right: 29px; }
  .RadToolBar_MatchIt_Vertical .rtbSplitButton .rtbArrow {
    margin-right: -29px; }

.rtbPopup_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  border-width: 0;
  font-family: "Roboto", "Noto", sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .rtbPopup_MatchIt .rtbMenu,
  .rtbPopup_MatchIt .rtbUL {
    padding: 16px 0; }
  .rtbPopup_MatchIt .rtbLink,
  .rtbPopup_MatchIt .rtbInner {
    border: 0; }
  .rtbPopup_MatchIt .rtbMenuButton,
  .rtbPopup_MatchIt .rtbSplBtnActivator {
    padding: 8px 13px 8px 32px; }
  .rtbPopup_MatchIt .rtbArrow {
    padding: 8px; }
  .rtbPopup_MatchIt .radIcon {
    font-size: 18px;
    font-family: "Material Icons"; }
  .rtbPopup_MatchIt .radIconDown:before {
    content: "\e5c5"; }
  .rtbPopup_MatchIt .rtbExpanded .radIconDown:before {
    content: "\e5c7"; }
  .rtbPopup_MatchIt .rtbSeparator {
    margin: 8px 0;
    border-color: #CFD8DC; }
  .rtbPopup_MatchIt .rtbUL > .rtbSeparator {
    margin: 8px 0; }
  .rtbPopup_MatchIt .rtbSplitItem .rtbInner {
    padding-right: calc(1.42857143em + 17px); }
  .rtbPopup_MatchIt .rtbFocused > .rtbLink,
  .rtbPopup_MatchIt .rtbFocused > .rtbInner {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative; }
  .rtbPopup_MatchIt .rtbFocused > .rtbInner .rtbArrow {
    border-left-color: #CFD8DC; }
  .rtbPopup_MatchIt .rtbHovered > .rtbLink {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .rtbPopup_MatchIt .rtbHovered > .rtbInner,
  .rtbPopup_MatchIt .rtbHovered.rtbSplitItem > .rtbInner.rtbButton {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
    .rtbPopup_MatchIt .rtbHovered > .rtbInner .rtbArrow,
    .rtbPopup_MatchIt .rtbHovered.rtbSplitItem > .rtbInner.rtbButton .rtbArrow {
      border-color: #CFD8DC; }
  .rtbPopup_MatchIt .rtbSelected > .rtbLink {
    border-color: transparent;
    color: #64BBE3;
    background-color: transparent; }
  .rtbPopup_MatchIt .rtbSelected > .rtbInner,
  .rtbPopup_MatchIt .rtbPressed > .rtbInner,
  .rtbPopup_MatchIt .rtbChecked > .rtbInner {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
    .rtbPopup_MatchIt .rtbSelected > .rtbInner .rtbArrow,
    .rtbPopup_MatchIt .rtbPressed > .rtbInner .rtbArrow,
    .rtbPopup_MatchIt .rtbChecked > .rtbInner .rtbArrow {
      border-left-color: #CFD8DC; }
  .rtbPopup_MatchIt .rtbSplitItem .rtbPressed.rtbSplBtnActivator, .rtbPopup_MatchIt .rtbSplitItem .rtbPressed.rtbArrow {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #CFD8DC; }
  .rtbPopup_MatchIt .rtbExpanded > .rtbInner,
  .rtbPopup_MatchIt .rtbExpanded.rtbHovered > .rtbInner.rtbButton {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .rtbPopup_MatchIt .rtbExpanded > .rtbInner .rtbArrow,
    .rtbPopup_MatchIt .rtbExpanded.rtbHovered > .rtbInner.rtbButton .rtbArrow {
      border-left-color: #CFD8DC; }
  .rtbPopup_MatchIt .rtbMenu:before {
    display: none; }
  .rtbPopup_MatchIt.rtbShadows {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }

.rtbPopup_MatchIt_rtl .rtbMenuButton,
.rtbPopup_MatchIt_rtl .rtbSplBtnActivator {
  padding: 8px 32px 8px 13px; }

.rtbPopup_MatchIt_rtl .rtbSplitItem .rtbInner {
  padding-right: 0;
  padding-left: calc(1.42857143em + 17px); }

.RadToolTip_MatchIt {
  background-color: #455A64;
  color: #f8fafb;
  border-color: #455A64;
  font-family: "Roboto", "Noto", sans-serif;
  font-size: 0.92857em;
  opacity: 0.9; }
  .RadToolTip_MatchIt .rtClose {
    color: #f8fafb; }
  .RadToolTip_MatchIt .rtCalloutTopRight,
  .RadToolTip_MatchIt .rtCalloutTopCenter,
  .RadToolTip_MatchIt .rtCalloutTopLeft {
    border-bottom-color: #455A64; }
  .RadToolTip_MatchIt .rtCalloutTopRight:before,
  .RadToolTip_MatchIt .rtCalloutTopCenter:before,
  .RadToolTip_MatchIt .rtCalloutTopLeft:before {
    border-bottom-color: #455A64; }
  .RadToolTip_MatchIt .rtCalloutMiddleRight {
    border-left-color: #455A64; }
  .RadToolTip_MatchIt .rtCalloutMiddleRight:before {
    border-left-color: #455A64; }
  .RadToolTip_MatchIt .rtCalloutMiddleLeft {
    border-right-color: #455A64; }
  .RadToolTip_MatchIt .rtCalloutMiddleLeft:before {
    border-right-color: #455A64; }
  .RadToolTip_MatchIt .rtCalloutBottomRight,
  .RadToolTip_MatchIt .rtCalloutBottomCenter,
  .RadToolTip_MatchIt .rtCalloutBottomLeft {
    border-top-color: #455A64; }
  .RadToolTip_MatchIt .rtCalloutBottomRight:before,
  .RadToolTip_MatchIt .rtCalloutBottomCenter:before,
  .RadToolTip_MatchIt .rtCalloutBottomLeft:before {
    border-top-color: #455A64; }
  .RadToolTip_MatchIt.rtLoading {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading.gif")%>'); }
  .RadToolTip_MatchIt .rtTitleWrapper .rtTitle {
    font-size: 1.23571em; }
  .RadToolTip_MatchIt .rtClose {
    z-index: 1;
    width: auto;
    height: auto;
    top: 0.71429em;
    right: 0.71429em; }
  .RadToolTip_MatchIt _:-ms-fullscreen, .RadToolTip_MatchIt .rtClose {
    right: 0.64286em; }
  .RadToolTip_MatchIt .rtCloseIcon:before {
    font-size: 24px; }
  .RadToolTip_MatchIt .rtRelativeWrapper {
    padding: 0.57143em 1.14286em; }
  .RadToolTip_MatchIt.rtRtl .rtClose {
    left: 0.57143em;
    left: 0.71429em \9; }
  .RadToolTip_MatchIt _:-ms-fullscreen, .RadToolTip_MatchIt.rtRtl .rtClose {
    left: 0.71429em; }
  .RadToolTip_MatchIt .t-ripple-container {
    top: -1px;
    left: -2px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadToolTip_MatchIt .t-ripple-container {
      top: -2px; } }

.TreeListToolTip_MatchIt {
  font-family: "Roboto", "Noto", sans-serif; }

.RadTreeList_MatchIt {
  border-color: #CFD8DC;
  background: #ffffff;
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadTreeList_MatchIt .t-button {
    padding: 7px;
    border-radius: 90px;
    color: #455A64; }
    .RadTreeList_MatchIt .t-button:hover {
      border-color: #ECEFF1;
      color: #455A64;
      background-color: #ECEFF1; }
    .RadTreeList_MatchIt .t-button:active {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: #CFD8DC; }
  .RadTreeList_MatchIt .rtlTable a {
    color: #abc233; }
  .RadTreeList_MatchIt .rtlTable td {
    vertical-align: middle; }
  .RadTreeList_MatchIt tr.rtlHeader {
    background-color: #ffffff;
    height: 47px;
    height: calc(1.42857em + 27px); }
    .RadTreeList_MatchIt tr.rtlHeader th {
      padding: 5px 15px;
      font-size: .857em;
      font-weight: 500;
      line-height: 1.66667; }
    .RadTreeList_MatchIt tr.rtlHeader .t-button {
      font-size: 1.167em;
      line-height: 1.42857; }
  .RadTreeList_MatchIt .rtlHeader a {
    color: #455A64; }
  .RadTreeList_MatchIt .rtlScroller {
    border-color: #CFD8DC; }
  .RadTreeList_MatchIt div.rtlHeader,
  .RadTreeList_MatchIt .rtlHeader th {
    border-color: #CFD8DC #ffffff; }
  .RadTreeList_MatchIt .rtlREdit,
  .RadTreeList_MatchIt .rtlR,
  .RadTreeList_MatchIt .rtlA {
    height: 47px;
    height: calc(1.53846em + 27px);
    font-size: 0.929em;
    line-height: 1.53846; }
    .RadTreeList_MatchIt .rtlREdit td,
    .RadTreeList_MatchIt .rtlR td,
    .RadTreeList_MatchIt .rtlA td {
      padding: 5px 15px; }
    .RadTreeList_MatchIt .rtlREdit .t-button,
    .RadTreeList_MatchIt .rtlR .t-button,
    .RadTreeList_MatchIt .rtlA .t-button {
      font-size: 1.077em;
      line-height: 1.42857; }
  .RadTreeList_MatchIt .rtlHBorders .rtlR td,
  .RadTreeList_MatchIt .rtlHBorders .rtlA td,
  .RadTreeList_MatchIt .rtlHBorders .rtlREdit td,
  .RadTreeList_MatchIt .rtlHBorders .rtlRFooter td {
    padding-bottom: 5px; }
  .RadTreeList_MatchIt .rtlA {
    background-color: #ffffff; }
  .RadTreeList_MatchIt .rtlRFooter {
    background-color: #ffffff; }
  .RadTreeList_MatchIt .rtlRFooter td {
    border-color: #ffffff; }
  .RadTreeList_MatchIt .rtlREdit {
    background-color: #edf6e3; }
  .RadTreeList_MatchIt .rtlR td,
  .RadTreeList_MatchIt .rtlA td,
  .RadTreeList_MatchIt .rtlREdit td,
  .RadTreeList_MatchIt .rtlEditForm {
    border-color: #CFD8DC #ffffff; }
  .RadTreeList_MatchIt .rtlRSel {
    background: #E1F5FE;
    color: #455A64; }
  .RadTreeList_MatchIt .rtlRSel a {
    color: #455A64; }
  .RadTreeList_MatchIt .rtlRSel {
    background-color: #E1F5FE; }
  .RadTreeList_MatchIt .rtlRActive .rtlCF {
    box-shadow: inset 0px 5px 5px -5px transparent, inset 0px -5px 5px -5px transparent, inset 5px 0px 5px -5px transparent; }
  .RadTreeList_MatchIt .rtlRActive .rtlCF ~ td {
    box-shadow: inset 0px 5px 5px -5px transparent, inset 0px -5px 5px -5px transparent; }
  .RadTreeList_MatchIt .rtlRActive .rtlCF ~ td:last-child {
    box-shadow: inset 0px 5px 5px -5px transparent, inset 0px -5px 5px -5px transparent, inset -5px 0px 5px -5px transparent; }
  .RadTreeList_MatchIt .rtlRActive td {
    border-color: #E1F5FE; }
  .RadTreeList_MatchIt .rtlVBorders td.rtlL,
  .RadTreeList_MatchIt .rtlLines td.rtlL {
    background-color: #ffffff; }
  .RadTreeList_MatchIt .rtlExpand,
  .RadTreeList_MatchIt .rtlCollapse {
    border: 0 none; }
    .RadTreeList_MatchIt .rtlExpand:hover,
    .RadTreeList_MatchIt .rtlCollapse:hover {
      background: none; }
  .RadTreeList_MatchIt .rtlExpandIcon:before,
  .RadTreeList_MatchIt .rtlCollapseIcon:before,
  .RadTreeList_MatchIt .t-i-arrow-down:before {
    font-family: "Material Icons";
    font-size: 18px; }
  .RadTreeList_MatchIt .rtlCollapseIcon:before {
    content: '\e5cf'; }
  .RadTreeList_MatchIt .rtlExpandIcon:before {
    content: '\e5cc';
    color: #263238; }
  .RadTreeList_MatchIt .rtlSortAscIcon,
  .RadTreeList_MatchIt .rtlSortDescIcon {
    color: #263238; }
    .RadTreeList_MatchIt .rtlSortAscIcon:before,
    .RadTreeList_MatchIt .rtlSortDescIcon:before {
      font-family: "Material Icons";
      font-size: 18px; }
  .RadTreeList_MatchIt .rtlSortDescIcon:before {
    content: "\e5db"; }
  .RadTreeList_MatchIt .rtlSortAscIcon:before {
    content: "\e5d8"; }
  .RadTreeList_MatchIt .rtlPagerCell {
    color: #455A64;
    padding: 5px;
    border-color: #CFD8DC; }
    .RadTreeList_MatchIt .rtlPagerCell .rtlIcon:before {
      font-family: "WebComponentsIcons"; }
    .RadTreeList_MatchIt .rtlPagerCell .rtlAdvPart {
      line-height: inherit; }
    .RadTreeList_MatchIt .rtlPagerCell .rtlNumPart a {
      color: #ffffff; }
      .RadTreeList_MatchIt .rtlPagerCell .rtlNumPart a .t-ripple {
        border-radius: 90px; }
    .RadTreeList_MatchIt .rtlPagerCell .rtlPagerButton {
      border: 0 none;
      background-color: #f4f7f8;
      color: #455A64;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }
    .RadTreeList_MatchIt .rtlPagerCell .rtlActionButton {
      border-radius: 90px; }
      .RadTreeList_MatchIt .rtlPagerCell .rtlActionButton:hover {
        border-color: #ECEFF1;
        color: #455A64;
        background-color: #ECEFF1; }
    .RadTreeList_MatchIt .rtlPagerCell .rtlNumPart a {
      color: #455A64;
      text-align: center;
      border-width: 0;
      padding: 8px;
      min-width: 1.42857em; }
      .RadTreeList_MatchIt .rtlPagerCell .rtlNumPart a:hover {
        border-color: #ECEFF1;
        color: #455A64;
        background-color: #ECEFF1;
        border-radius: 90px; }
      .RadTreeList_MatchIt .rtlPagerCell .rtlNumPart a.rtlCurrentPage {
        border-bottom: 2px solid #abc233;
        color: #abc233;
        background: none;
        border-radius: 0;
        margin-bottom: -5px;
        padding-bottom: 11px; }
    .RadTreeList_MatchIt .rtlPagerCell .RadInput,
    .RadTreeList_MatchIt .rtlPagerCell .RadComboBox,
    .RadTreeList_MatchIt .rtlPagerCell .RadDropDownList {
      min-width: 90px; }
    .RadTreeList_MatchIt .rtlPagerCell .rtlActionButton {
      box-sizing: content-box; }
    .RadTreeList_MatchIt .rtlPagerCell .rtlPagerButton {
      border-color: #CFD8DC;
      color: #455A64;
      background-color: #f4f7f8;
      padding: 8px 13px;
      border-radius: 0; }
      .RadTreeList_MatchIt .rtlPagerCell .rtlPagerButton:hover {
        border-color: #ECEFF1;
        color: #455A64;
        background-color: #ECEFF1; }
    .RadTreeList_MatchIt .rtlPagerCell .rtlInfoPart,
    .RadTreeList_MatchIt .rtlPagerCell .rtlSliderLabel,
    .RadTreeList_MatchIt .rtlPagerCell .rtlPagerLabel {
      font-size: .857em;
      color: #607D8B;
      font-weight: 500;
      line-height: 1.66667;
      padding-top: 8px;
      padding-bottom: 8px; }
      .RadTreeList_MatchIt .rtlPagerCell .rtlInfoPart strong,
      .RadTreeList_MatchIt .rtlPagerCell .rtlSliderLabel strong,
      .RadTreeList_MatchIt .rtlPagerCell .rtlPagerLabel strong {
        font-weight: 500;
        font-size: 1.167em;
        line-height: 1.42857;
        color: #455A64; }
    .RadTreeList_MatchIt .rtlPagerCell .RadSlider {
      margin: 7px 0; }
  .RadTreeList_MatchIt .rtlCommandCell {
    padding: 0;
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8; }
    .RadTreeList_MatchIt .rtlCommandCell .t-button {
      padding: 13px 15px;
      width: auto;
      height: auto;
      border-radius: 0;
      border: 0 none; }
  .RadTreeList_MatchIt .rtlFooter .rtlCommandCell,
  .RadTreeList_MatchIt tfoot .rtlCommandCell {
    color: #455A64;
    background-color: #f4f7f8;
    background-image: linear-gradient(); }
  .RadTreeList_MatchIt .rtlREdit [type="text"],
  .RadTreeList_MatchIt .rtlEditForm td > [type="text"] {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: transparent;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 8px 0 7px;
    outline: none;
    font: inherit;
    font-size: 1.077em;
    margin-left: 13px; }
    .RadTreeList_MatchIt .rtlREdit [type="text"]:hover,
    .RadTreeList_MatchIt .rtlEditForm td > [type="text"]:hover {
      border-color: #90A4AE;
      color: #455A64;
      background-color: transparent; }
    .RadTreeList_MatchIt .rtlREdit [type="text"]:active, .RadTreeList_MatchIt .rtlREdit [type="text"]:focus,
    .RadTreeList_MatchIt .rtlEditForm td > [type="text"]:active,
    .RadTreeList_MatchIt .rtlEditForm td > [type="text"]:focus {
      border-color: #abc233;
      color: #455A64;
      background-color: transparent;
      box-shadow: 0 -1px 0 #abc233 inset; }
    .t-ie .RadTreeList_MatchIt .rtlREdit [type="text"], .t-ie
    .RadTreeList_MatchIt .rtlEditForm td > [type="text"] {
      height: 36px;
      height: calc(1.42857em + 16px); }
  .RadTreeList_MatchIt .rtlEditForm {
    border: 1px solid #CFD8DC; }
    .RadTreeList_MatchIt .rtlEditForm td > [type="text"] {
      margin-left: 13px; }
    .RadTreeList_MatchIt .rtlEditForm td > label {
      font-size: .923em;
      color: #607D8B;
      font-weight: 500;
      line-height: 1.66667;
      padding-top: 8px;
      padding-bottom: 8px; }
    .RadTreeList_MatchIt .rtlEditForm table {
      margin: .5em; }
    .RadTreeList_MatchIt .rtlEditForm .rtlHeader {
      padding: 0;
      height: auto !important;
      background-color: #abc233;
      color: #ffffff; }
      .RadTreeList_MatchIt .rtlEditForm .rtlHeader > div:first-child {
        padding: 5px 10px; }
  .RadTreeList_MatchIt.RadTreeListRTL .rtlExpandIcon:before {
    content: '\E003'; }

.TreeListReorderTop_MatchIt,
.TreeListReorderBottom_MatchIt {
  font-size: 2.2em;
  color: #000;
  text-shadow: 0 0 1px #fff;
  text-indent: 2px; }

.RadTreeList_MatchIt .rtlDragHandle {
  background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Grid.rgDrag.gif")%>'); }

.TreeListToolTip_MatchIt {
  border-color: #828282;
  background: #ffffff;
  color: #455A64; }

.RadTreeView_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadTreeView_MatchIt .rtUL {
    padding: 3px; }
  .RadTreeView_MatchIt .rtLI {
    padding: 1px 0 1px 30px; }
  .RadTreeView_MatchIt .rtOut {
    position: relative; }
  .RadTreeView_MatchIt .rtIn {
    border: 0;
    border-radius: 2px;
    padding: 6px; }
  .RadTreeView_MatchIt .rtChk {
    margin: 0 2px 0 6px; }
  .RadTreeView_MatchIt .rtChkTristate {
    font-size: 18px;
    font-family: "Material Icons";
    margin-right: 0; }
    .RadTreeView_MatchIt .rtChkTristate:before {
      margin-left: -3px; }
  .RadTreeView_MatchIt .rtLoadingIcon {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading_small.gif")%>'); }
  .RadTreeView_MatchIt .rtPlus,
  .RadTreeView_MatchIt .rtMinus {
    display: inline-block;
    width: 36px;
    height: 36px;
    left: -28px;
    top: 0.7142857142em;
    margin-top: -10px;
    color: #607D8B;
    border-radius: 18px; }
    .RadTreeView_MatchIt .rtPlus:before, .RadTreeView_MatchIt .rtPlus:before,
    .RadTreeView_MatchIt .rtMinus:before,
    .RadTreeView_MatchIt .rtMinus:before {
      font-size: 18px;
      font-family: "Material Icons"; }
  .RadTreeView_MatchIt .rtPlus:before {
    content: "\e315"; }
  .RadTreeView_MatchIt .rtMinus {
    color: #263238; }
    .RadTreeView_MatchIt .rtMinus:before {
      content: "\e313"; }
  .RadTreeView_MatchIt .rtLines .rtLI:before {
    left: 19px; }
  .RadTreeView_MatchIt .rtLines .rtFirst:before {
    margin-top: 7px; }
  .RadTreeView_MatchIt .rtLines .rtLast:before {
    padding-top: 7px; }
  .RadTreeView_MatchIt .rtLines .rtOut:before {
    top: 7px;
    left: -10px; }
  .RadTreeView_MatchIt .rtHover .rtIn {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadTreeView_MatchIt .rtPlusHover,
  .RadTreeView_MatchIt .rtMinusHover {
    color: #263238; }
  .RadTreeView_MatchIt .rtChkTristate:hover {
    color: #263238; }
  .RadTreeView_MatchIt .rtSelected .rtIn {
    border-color: transparent;
    color: #64BBE3;
    background-color: transparent; }
  .RadTreeView_MatchIt .p-i-checkbox-checked {
    color: #64BBE3; }
    .RadTreeView_MatchIt .p-i-checkbox-checked:before {
      content: "\e834"; }
  .RadTreeView_MatchIt .p-i-checkbox:before {
    content: "\e835"; }
  .RadTreeView_MatchIt .p-i-tri-state-indeterminate {
    color: #64BBE3; }
    .RadTreeView_MatchIt .p-i-tri-state-indeterminate:before {
      content: "\e909"; }

.RadTreeView_MatchIt_rtl .rtLI {
  padding-right: 30px;
  padding-left: 1px; }

.RadTreeView_MatchIt_rtl .rtChk {
  margin: 0 6px 0 3px; }

.RadTreeView_MatchIt_rtl .rtChecked:before,
.RadTreeView_MatchIt_rtl .rtUnchecked:before,
.RadTreeView_MatchIt_rtl .rtIndeterminate:before {
  margin-right: -3px;
  margin-left: 0; }

.RadTreeView_MatchIt_rtl .rtPlus,
.RadTreeView_MatchIt_rtl .rtMinus {
  left: auto;
  right: -28px; }

.RadTreeView_MatchIt_rtl .rtPlus:before {
  content: "\e314"; }

.RadTreeView_MatchIt_rtl .rtLines .rtLI:before {
  left: auto;
  right: 19px; }

.RadTreeView_MatchIt_rtl .rtLines .rtOut:before {
  left: auto;
  right: -10px; }

html .RadUpload_MatchIt {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  html .RadUpload_MatchIt .ruFileLI .ruFileWrap {
    padding: 6px 0; }
  html .RadUpload_MatchIt .ruFileLI .ruButton:hover {
    color: #64BBE3; }
  html .RadUpload_MatchIt .ruFileLI .ruFileProgressWrap {
    background: #CFD8DC;
    margin-top: 6px; }
  html .RadUpload_MatchIt .ruFileLI .ruFileProgress {
    border-color: #abc233;
    background: #abc233; }
  html .RadUpload_MatchIt .ruUploadSuccess .radIcon:before {
    background-color: #5ec232; }
  html .RadUpload_MatchIt .ruUploading .radIcon:before {
    background-color: #fbc02d; }
  html .RadUpload_MatchIt .ruUploadCancelled .radIcon:before,
  html .RadUpload_MatchIt .ruUploadFailure .radIcon:before {
    background-color: #f34235; }
  html .RadUpload_MatchIt .ruSelectWrap .ruFileWrap {
    padding: 4px; }
  html .RadUpload_MatchIt .ruSelectWrap .ruFakeInput {
    display: none !important; }
  html .RadUpload_MatchIt .ruSelectWrap .ruBrowse {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    padding: 8px 34px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: 0.2s all; }
  html .RadUpload_MatchIt .ruSelectWrap .ruButtonHover {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  html .RadUpload_MatchIt .ruSelectWrap .ruFocused {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.2); }
  html .RadUpload_MatchIt .ruDropZone {
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #f4f7f8;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2); }

.RadWindow_MatchIt {
  border-color: #CFD8DC;
  color: #455A64;
  background-color: #ffffff;
  border-width: 0;
  font-family: "Roboto", "Noto", sans-serif;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2);
  /* External content iframe styles */
  /* Dialog styles */ }
  .RadWindow_MatchIt.rwShadow {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2); }
  .RadWindow_MatchIt .rwTitleBar {
    background-color: #abc233; }
  .RadWindow_MatchIt.rwCollapsed .rwTitleBar {
    border-bottom-color: #CFD8DC; }
  .RadWindow_MatchIt .rwTitleBar,
  .RadWindow_MatchIt .rwIcon,
  .RadWindow_MatchIt .rwCommandButton,
  .RadWindow_MatchIt span.rwCommandButton:hover {
    color: #ffffff; }
  .RadWindow_MatchIt .rwListItem:hover {
    background-color: rgba(255, 255, 255, 0.12); }
  .RadWindow_MatchIt .rwContent {
    background-color: #ffffff;
    border-color: transparent; }
  .RadWindow_MatchIt .rwStatusBar {
    background-color: #f4f7f8;
    border-color: #CFD8DC; }
  .RadWindow_MatchIt .rwResize {
    color: #607D8B; }
  .RadWindow_MatchIt .rwStatusBar input {
    color: #455A64; }
  .RadWindow_MatchIt.rwLoading .rwExternalContent {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading.gif")%>'); }
  .RadWindow_MatchIt .rwLoading.rwStatusBar {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MatchIt.Common.loading_small.gif")%>'); }
  .RadWindow_MatchIt .rwDialogButtons button {
    outline: none;
    background-color: transparent;
    border-color: transparent;
    color: #455A64; }
  .RadWindow_MatchIt .rwDialogButtons button:hover {
    background-color: rgba(69, 90, 100, 0.12); }
  .RadWindow_MatchIt .rwDialogButtons button:active,
  .RadWindow_MatchIt .rwDialogButtons button:focus {
    background-color: rgba(69, 90, 100, 0.24); }
  .RadWindow_MatchIt .rwPromptDialog button.rwOkBtn,
  .RadWindow_MatchIt .rwConfirmDialog button.rwOkBtn {
    color: #abc233;
    background-color: transparent; }
  .RadWindow_MatchIt .rwPromptDialog button.rwOkBtn:hover,
  .RadWindow_MatchIt .rwConfirmDialog button.rwOkBtn:hover {
    background-color: rgba(139, 195, 74, 0.12); }
  .RadWindow_MatchIt .rwPromptDialog button.rwOkBtn:active,
  .RadWindow_MatchIt .rwConfirmDialog button.rwOkBtn:active {
    background-color: rgba(139, 195, 74, 0.24); }
  .RadWindow_MatchIt .rwPromptInput {
    background-color: transparent;
    color: #455A64;
    border-color: transparent transparent #CFD8DC; }
  .RadWindow_MatchIt .rwPromptInput:hover {
    background-color: transparent;
    color: #455A64;
    border-color: transparent transparent #90A4AE; }
  .RadWindow_MatchIt .rwPromptInput:active,
  .RadWindow_MatchIt .rwPromptInput:focus {
    background-color: transparent;
    color: #455A64;
    border-color: transparent transparent #abc233; }
  .RadWindow_MatchIt .rwPromptInput:disabled {
    background-color: transparent;
    color: #728f9d;
    border-color: transparent transparent #ECEFF1; }
  .RadWindow_MatchIt.rwRoundedCorner,
  .RadWindow_MatchIt.rwCollapsed.rwRoundedCorner .rwTitleBar,
  .RadWindow_MatchIt.rwMinimizedWindow.rwRoundedCorner .rwTitleBar,
  .RadWindow_MatchIt .rwDialogButtons button {
    border-radius: 0.14286em; }
  .RadWindow_MatchIt.rwRoundedCorner .rwTitleBar {
    border-radius: 0.14286em 0.14286em 0em 0em; }
  .RadWindow_MatchIt .rwTitleWrapper .rwTitle {
    padding: 0em 0em 0em 1.57143em; }
  .RadWindow_MatchIt.rwRoundedCorner .rwStatusBar {
    border-radius: 0em 0em 0.14286em 0.14286em; }
  .RadWindow_MatchIt .rwTitleBar .rwTitleWrapper {
    padding: 14px; }
  .RadWindow_MatchIt .rwIcon {
    margin: -0.5em 0em 0em; }
  .RadWindow_MatchIt .rwTitleWrapper .rwIcon:before {
    margin: -0.21429em -0.21429em 0em 0em; }
  .RadWindow_MatchIt _:-ms-fullscreen, :root .RadWindow_MatchIt .rwTitleBar .rwTitleWrapper .rwIcon:before {
    margin: -0.21429em -0.21429em 0em 0em; }
  .RadWindow_MatchIt .rwTitleBar {
    margin: -1px -5px 0; }
  .RadWindow_MatchIt .rwTitleWrapper .rwTitle {
    padding: 5px 0 5px 30px;
    margin: -4.5px 0 -4px;
    font-size: 1.42857em;
    font-family: inherit;
    line-height: 1em;
    color: #ffffff;
    text-transform: capitalize; }
  .RadWindow_MatchIt .rwCommands {
    margin: -1.28571em 0em 0em;
    right: 1.14286em; }
  .RadWindow_MatchIt .rwListItem {
    margin: 0em 0em 0em 0.42857em;
    line-height: 1.42857em;
    padding: 6px;
    border-radius: 45px; }
  .RadWindow_MatchIt .rwLoading.rwStatusBar,
  .RadWindow_MatchIt .rwStatusBar {
    margin: 9px -5px 0;
    padding: 12px 16px;
    border-width: 1px 0 0; }
  .RadWindow_MatchIt .rwLoading.rwStatusBar {
    background-position: 13.5px center; }
  .RadWindow_MatchIt .rwLoading.rwStatusBar input {
    margin: 0 0 0 27px; }
  .RadWindow_MatchIt .rwStatusBar .rwResize {
    font-size: 1.5em;
    right: .5px;
    bottom: 0;
    bottom: -2px\9; }
  .RadWindow_MatchIt _:-ms-fullscreen, :root .RadWindow_MatchIt .rwStatusBar .rwResize {
    bottom: -2px; }
  .RadWindow_MatchIt.rwMinimizedWindow {
    border-color: #abc233; }
  .RadWindow_MatchIt.rwMinimizedWindow .rwCommands {
    right: 0; }
  .RadWindow_MatchIt.rwRtl .rwTitleBar {
    overflow: hidden; }
  .RadWindow_MatchIt.rwRtl .rwCommands {
    left: 0.5em; }
  .RadWindow_MatchIt.rwRtl .rwIcon {
    right: 1.28571em; }
  .RadWindow_MatchIt.rwRtl .rwStatusBar .rwResize {
    left: 0;
    bottom: -1px;
    bottom: -2px\9; }
  .RadWindow_MatchIt.rwRtl _:-ms-fullscreen, :root .RadWindow_MatchIt.rwRtl.rwRtl .rwStatusBar .rwResize {
    bottom: -2px; }
  .RadWindow_MatchIt .rwDialogButtons {
    width: 100%;
    max-height: 41px;
    padding: 0.5em 0.57143em 0em;
    background-color: #f4f7f8;
    border-top: 1px solid #CFD8DC;
    right: auto;
    bottom: -0.85714em;
    left: -0.57143em;
    border-radius: 0em 0em 0.14286em 0.14286em; }
  .RadWindow_MatchIt .rwDialogButtons button {
    min-width: 64px;
    padding: 6px 8px;
    text-transform: uppercase;
    font-family: "Roboto", "Noto", sans-serif;
    font-weight: 500; }
  .RadWindow_MatchIt .rwPromptInputContainer .rwPromptInput {
    padding: 0.64286em 0em;
    border-radius: 0; }
  .RadWindow_MatchIt .rwPromptInputContainer .rwPromptInput:focus,
  .RadWindow_MatchIt .rwPromptInputContainer .rwPromptInput:active {
    padding: 0.64286em 0em 0.57143em;
    border-width: 1px 1px 2px; }

.RadWizard_MatchIt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #39393b;
  background: #ffffff; }
  .RadWizard_MatchIt .rwzButton {
    border-radius: 4px;
    padding: 6px 12px;
    border-color: #cccccc;
    color: #39393b;
    background-color: #ffffff; }

    .RadWizard_MatchIt .rwzFinish {
        color: #ffffff;
        background-color: #abc233;
        border-color: #abc233;
    }
    .RadWizard_MatchIt .rwzNext {
        border-color: #254a7e;
        background-color: #2b5592;
        color: #ffffff;
    }
    .RadWizard_MatchIt .rwzBreadCrumb .rwzText {
        line-height: 2.7em;
    }
  .RadWizard_MatchIt .rwzBreadCrumb .rwzLink:before {
    width: 1.55em;
    height: 1.55em;
    right: -0.7em;
    margin-top: -0.8em; }
  .RadWizard_MatchIt .rwzLink {
    border-color: #cccccc;
    color: #39393b;
    background-color: #ffffff; }
    .RadWizard_MatchIt .rwzLink:before {
      border-color: #cccccc;
      background-color: #ffffff;
      box-shadow: none; }
  .RadWizard_MatchIt .rwzProgressBar {
    border-radius: 4px;
    border-color: #dedede;
    background-color: whitesmoke; }
  .RadWizard_MatchIt .rwzProgress {
    border-color: #879a28;
    background-color: #abc233; }
  .RadWizard_MatchIt .rwzHovered.rwzButton,
  .RadWizard_MatchIt .rwzHovered .rwzLink {
    border-color: #adadad;
    color: #39393b;
    background-color: #e6e6e6; }

    .RadWizard_MatchIt .rwzHovered.rwzFinish {
        background-color: #abc233;
        border-color: #abc233;
        color: #ffffff;
    }

    .RadWizard_MatchIt .rwzHovered.rwzNext {
        border-color: #254a7e;
        color: #ffffff;
        background-color: #2b5592;
    }

  .RadWizard_MatchIt .rwzHovered .rwzLink:before {
    border-color: #adadad;
    background-color: #e6e6e6; }
  .RadWizard_MatchIt .rwzFocused.rwzButton {
    box-shadow: 0 0 5px rgba(173, 173, 173, 0.5) inset; }
  .RadWizard_MatchIt .rwzFocused.rwzNext {
    border-color: rgba(8, 16, 28, 0.5);
    box-shadow: 0 0 5px rgba(8, 16, 28, 0.5) inset; }
  .RadWizard_MatchIt .rwzSelected .rwzLink,
  .RadWizard_MatchIt .rwzSelected .rwzLink:before {
    border-color: #254a7e;
    color: #ffffff;
    background-color: #2b5592; }

.RadWizard_MatchIt.rwzHorizontal .rwzFirst .rwzLink {
  border-radius: 4px 0 0 4px; }

.RadWizard_MatchIt.rwzHorizontal .rwzLast .rwzLink {
  border-radius: 0 4px 4px 0; }

.RadWizard_MatchIt.rwzHorizontal .rwzFirst.rwzLast .rwzLink {
  border-radius: 4px; }

.RadWizard_MatchIt.rwzVertical .rwzFirst .rwzLink {
  border-radius: 4px 4px 0 0; }

.RadWizard_MatchIt.rwzVertical .rwzLast .rwzLink {
  border-radius: 0 0 4px 4px; }

.RadWizard_MatchIt.rwzVertical .rwzSelected .rwzLink {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.RadWizard_MatchIt.rwzVertical .rwzBreadCrumb {
  padding-right: 0.85em; }
  .RadWizard_MatchIt.rwzVertical .rwzBreadCrumb .rwzLink:before {
    right: -0.87em; }

.RadWizard_MatchIt.RadWizard_rtl.rwzHorizontal .rwzFirst .rwzLink {
  border-radius: 0 4px 4px 0; }

.RadWizard_MatchIt.RadWizard_rtl.rwzHorizontal .rwzLast .rwzLink {
  border-radius: 4px 0 0 4px; }

.RadWizard_MatchIt.RadWizard_rtl .rwzBreadCrumb .rwzLink:before,
.RadWizard_MatchIt.rwzRightBreadCrumb .rwzBreadCrumb .rwzLink:before {
  left: -0.87em;
  right: auto; }

.RadWizard_rtl.rwzVertical .rwzBreadCrumb {
  padding-right: 0;
  padding-left: 0.85em; }

.RadWizard_MatchIt.rwzRightBreadCrumb .rwzBreadCrumb,
.RadWizard_MatchIt.RadWizard_rtl.rwzVertical .rwzBreadCrumb {
  padding-right: 0;
  padding-left: 0.85em; }

.RadWizard_MatchIt.rwzRightBreadCrumb .rwzFirst .rwzLink,
.RadWizard_MatchIt.RadWizard_rtl.rwzVertical .rwzFirst .rwzLink {
  border-top-right-radius: 4px; }

.RadWizard_MatchIt.rwzRightBreadCrumb .rwzLast .rwzLink,
.RadWizard_MatchIt.RadWizard_rtl.rwzVertical .rwzLast .rwzLink {
  border-bottom-right-radius: 4px; }

.RadWizard_MatchIt.rwzRightBreadCrumb .rwzSelected .rwzLink,
.RadWizard_MatchIt.RadWizard_rtl.rwzVertical .rwzSelected .rwzLink {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/*! Generated by Live LESS Theme Customizer */
b, dt, kbd kbd, label, optgroup, strong {
    font-weight: 700
}

.label, audio, canvas, progress, sub, sup, video {
    vertical-align: baseline
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

.carousel-inner, .collapsing, .dropdown-menu .divider, .embed-responsive, .media, .media-body, .modal, .modal-open, .nav .nav-divider, .progress, .sr-only {
    overflow: hidden
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-success, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/CSS/Fonts/glyphicons-halflings-regular.eot);
    src: url(/CSS/Fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/CSS/Fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/CSS/Fonts/glyphicons-halflings-regular.woff) format('woff'),url(/CSS/Fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/CSS/Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.img-thumbnail, body {
    background-color: #fff;
    line-height: 1.42857143
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    color: #333
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #234488;
    text-decoration: none
}

    a:focus, a:hover {
        color: #13264b;
        text-decoration: underline
    }

    a:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

figure {
    margin: 0
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.btn, .form-control-feedback, .text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #234488
}

a.text-primary:focus, a.text-primary:hover {
    color: #19305f
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #234488
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #19305f
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code, table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl, ol, ul {
    margin-top: 0
}

ol, ul {
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

.table, address {
    margin-bottom: 20px
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

    blockquote .small:before, blockquote footer:before, blockquote small:before {
        content: '\2014 \00A0'
    }

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.dropdown-menu, caption, th {
    text-align: left
}

code, kbd {
    font-size: 90%;
    padding: 2px 4px
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container, .container-fluid {
    margin-left: auto;
    margin-right: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    max-width: 100%
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset, legend {
    border: 0;
    padding: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control, output {
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 1.42857143
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

.checkbox-inline, .collapsing, .dropdown, .dropup, .has-feedback, .radio-inline {
    position: relative
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.form-group-sm .form-control, .input-sm {
    height: 30px;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px
}

.input-sm {
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    line-height: 1.5
}

.form-group-lg .form-control, .input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    line-height: 1.3333333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-control, .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .checkbox, .form-inline .control-label, .form-inline .form-group, .form-inline .radio {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #234488;
    border-color: #1e3a74
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #19305f;
        border-color: #04070e
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #19305f;
        border-color: #112243
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #112243;
            border-color: #04070e
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #234488;
        border-color: #1e3a74
    }

    .btn-primary .badge {
        color: #234488;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #0078a9;
    border-color: #006690
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #005476;
        border-color: #000b10
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #005476;
        border-color: #003a52
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #003a52;
            border-color: #000b10
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #0078a9;
        border-color: #006690
    }

    .btn-info .badge {
        color: #0078a9;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #234488;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #13264b;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.breadcrumb > li, .btn-group, .btn-group-vertical, .caret, .pagination {
    display: inline-block
}

.collapsing {
    height: 0;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-header, .dropdown-menu > li > a {
    white-space: nowrap;
    line-height: 1.42857143;
    padding: 3px 20px
}

.dropdown-menu-right, .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    color: #333
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #234488
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed
    }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-radius: 4px 4px 0 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-radius: 0 0 4px 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group, .input-group .form-control, .input-group-btn, .input-group-btn > .btn, .nav > li, .nav > li > a, .navbar {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn + .btn {
        margin-left: -1px
    }

    .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
        z-index: 2
    }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li {
        display: block
    }

        .nav > li > a {
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #234488
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
                margin-right: 0;
                border-radius: 4px
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0
        }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-justified > li, .nav-stacked > li {
    float: none
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #234488
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

    .nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px
    }

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    /*min-height: 86px;*/
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    /*padding: 33px 15px;*/
    font-size: 18px;
    line-height: 20px;
    margin: 10px 20px;
    /*height: 86px*/
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 26px;
    margin-bottom: 26px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }

    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 16.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

.navbar-form, .panel-heading {
    border-bottom: 1px solid transparent
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            /*.navbar-nav > li > a {
                padding-top: 33px;
                padding-bottom: 33px
            }*/
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 26px -15px
}

@media (min-width:768px) {
    .navbar-form .form-control, .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .checkbox, .navbar-form .control-label, .navbar-form .form-group, .navbar-form .radio {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 26px;
    margin-bottom: 26px
}

    .navbar-btn.btn-sm {
        margin-top: 28px;
        margin-bottom: 28px
    }

    .navbar-btn.btn-xs {
        margin-top: 32px;
        margin-bottom: 32px
    }

.navbar-text {
    margin-top: 33px;
    margin-bottom: 33px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #fff;
    border-color: transparent
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #eee
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #eee;
        color: #555
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #eee
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px
}

    .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #ccc
    }

    .breadcrumb > .active {
        color: #999
    }

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pager li, .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #234488;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #13264b;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        background-color: #234488;
        border-color: #234488;
        cursor: default
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge, .label {
    text-align: center;
    font-weight: 700;
    line-height: 1
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px
    }

        .pager li > a:focus, .pager li > a:hover {
            text-decoration: none;
            background-color: #eee
        }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

.close, .list-group-item > .badge {
    float: right
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    white-space: nowrap;
    border-radius: .25em
}

.badge, .progress-bar, .tooltip {
    font-size: 12px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #234488
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #19305f
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #0078a9
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #005476
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #234488;
    background-color: #fff
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

.alert .alert-link, .close {
    font-weight: 700
}

.alert, .thumbnail {
    margin-bottom: 20px
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #234488
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert, .panel-body {
    padding: 15px
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #234488;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #0078a9
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #234488;
    border-color: #234488
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #94aee3
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-default > .panel-heading, .panel-footer, .well {
    background-color: #f5f5f5
}

.panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel-heading {
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #234488
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #234488;
        border-color: #234488
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #234488
        }

        .panel-primary > .panel-heading .badge {
            color: #234488;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #234488
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popover, .tooltip {
    line-height: 1.42857143;
    line-break: auto;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-decoration: none;
    text-transform: none;
    word-wrap: normal
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content, .popover {
    background-color: #fff;
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .carousel-control, .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px;
    border-top-color: #000
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    text-shadow: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    text-shadow: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 14px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    bottom: -10px;
    content: " "
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn, .text-hide {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
    .matchIt-wrapper{       
    }
    .sidebar {
       
    }
        .sidebar  img {
            max-width: 100%;           
        }

}
@media (max-width:1200px) {
    .matchIt-wrapper {      
        min-width: 100%;
    }
   
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}


/*div.navbar-brand {
    padding-top: 5px;
    /*color: #fff !important;*/
/*}*/




.container-max-width {
    max-width: 1450px;
}

@media (min-width: 1200px) {
    .container-max-width {
        max-width: 1700px;
    }
}

#header-subtitle {
    display: block;
    color: #71757f;
    float: left;
    font-size: 21px;
    line-height: 52px;
    margin-top: 9px;
}

#header-subtitle,
#login-links-container a {
    margin-right: 20px;
}

a#header-subtitle:hover {
    text-decoration: none;
    cursor: pointer;
}

ul.nav.navbar-nav.top-nav-bar {
    float: right;
    margin-right: 50px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    font-size: 12px;
}

.navbar-nav > li.nav-item > a,
.navbar-nav > li.nav-item > span {
    padding-top: 12px;
}

.navbar-nav > li > a {
    color: #777;
}

ul.nav.navbar-nav {
    margin-top: 41px;
}

.navbar-nav li.active {
    background-color: #eee;
}


.navbar-header {
    margin-top: 25px;
    /*margin-left: 44px;*/
}

ul.top-nav-bar ul.dropdown-menu {
    font-size: 12px;
}

.breadcrumb {
    padding-left: 37px;
}

    .breadcrumb > .active > a {
        color: #999 !important;
    }

    .breadcrumb > li > a {
        text-decoration: none;
        cursor: text;
        color: #222;
    }

        .breadcrumb > li > a:hover {
            color: #00aff9;
            cursor: pointer;
        }

.badge {
    background-color: #9e9ea2 !important;
}

.rowMargin {
    margin-bottom: 20px;
}

.redAsterix {
    color: red;
}

.labelNote {
    color: gray;
    font-size: smaller;
}

.MI_Link_Enabled {
    pointer-events: auto;
    cursor: pointer;
    opacity: 1;
}

.MI_Link_Disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}


/* Telerik overrides IN this case the default skin is being applied instead of the custom one the solution in these casese is usually to increase the specificty on the selector commonly adding div.<Rad Selector>*/
div.RadGrid_MatchIt {
    border-color: #dedede;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.RadInput_MatchIt .riTextBox, .RadInput_MatchIt .riSelect, .RadInput_MatchIt .rcSelect, .RadInputMgr_MatchIt {
    border-color: #ccc !important;
    color: #333 !important;
    background-color: #fff !important;
}

div.RadInput_MatchIt a, .RadInput_MatchIt.RadInputDisabled a:hover, .RadInput_MatchIt.RadInputDisabled a:active {
    border-color: #ccc;
    color: #333;
    background-color: #fff;
    padding-left: 6px;
    padding-right: 6px;
}

div.RadWizard_MatchIt .rwzLink {
    border-color: #ccc;
    background-color: #dedede;
    box-shadow: none;
}

    div.RadWizard_MatchIt .rwzLink:before {
        border-color: #ccc;
        background-color: #dedede;
        box-shadow: none;
    }

div.RadNotification.bg-danger,
div.RadNotification.bg-success,
div.RadNotification.bg-warning,
div.RadNotification.bg-info,
div.RadNotification.bg-primary {
    border-color: #ccc;
}

div.RadNotification .rnTitleBar {
    border-color: #ccc;
}



.RadUpload_MatchIt .ruSelectWrap .ruButton {
    height: 34px;
}


.RadUpload_MatchIt .ruSelectWrap .ruFakeInput {
    height: 34px;
}

.RadLabel_MatchIt {
    font-weight: 600;
    color: #58585b !important;
}

h3, h2, h1 {
    color: #58585b !important;
}

/*User controls table css*/
.MI_tableRow {
    display: table-row;
}

.MI_tableCell {
    min-width: 45%;
    width: 45%;
    display: table-cell;
}

.MI_DreamTeamMsg {
    font-size: x-small;
    margin-right: 30px;
    margin-bottom: 50px;
}

.MI_Label_Light {
    cursor: default;
    padding: 4px 20px !important;
    margin-top: 6px;
    font-weight: 400 !important;
    background-color: #c6c7ca;
    border-radius: 24px;
}

    .MI_Label_Light:hover {
        background-color: #B6B9BB;
    }

.MI_Label_Light_Radgrid {
    cursor: default;
    padding: 4px 20px !important;
    font-weight: 400 !important;
    background-color: #c6c7ca;
    border-radius: 14px;
}

    .MI_Label_Light_Radgrid:hover {
        background-color: #B6B9BB;
    }


.MI_Required_Astrix {
    color: black;
}

.MI_radioBtnListCol {
    width: 20%;
    display: table-cell;
}

.MI_RadTxtBox_Other {
    margin-left: 200px;
}


.MI_CertTable {
    width: 80%;
    border: solid 2px #dedede;
}

.MI_CertTable_Heading {
    padding: 8px;
    max-width: 60px;
    border-top: solid 2px #dedede;
    border-bottom: solid 2px #dedede;
}

.MI_CertTable_Heading_Small {
    padding: 8px;
    max-width: 30px;
    border-top: solid 2px #dedede;
    border-bottom: solid 2px #dedede;
}

.MI_CertTable_Cell {
    max-width: 60px;
    padding: 8px;
}

.MI_CertTable_Cell_Small {
    max-width: 30px;
}

.MI_CertTable_RemoveBtn {
    float: right;
    margin-right: 20px;
}

    .MI_CertTable_RemoveBtn:hover {
        background-color: transparent !important;
    }

.MI_CertTable_Cell_Label {
    max-width: 40px;
}



.cvDeleteBtn:hover {
    -webkit-transform: scale(1.02);
}

div.RadListView.RadListView_MatchIt {
    border: none;
}

.matchedOpportunityRow {
    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
}

.multiPage {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.RadMultiPage {
    /*margin-left: 50px;*/
   /* width: 800px;*/
}

.panel .panel-default .borderless {
    border: none !important;
}

.radLabelFileDetails {
    font-size: smaller;
}

.rtsIn, .rtsTxt {
    margin-left: 15px;
}


.matchedOpportunityRow img {
    max-width: 100px;
    max-height: 100px;
}

#matchesListView .matchedOpportunityRow:hover {
    background-color: #FAFAFA;
}

/* changes elipse for truncation background color on hover of parent*/
.matchedOpportunityRow:hover .truncate3Lines:after {
    background-color: #FAFAFA;
}

/*.MI_CertTable {
    width: 730px;
    background-color: #D9DFDF;
}*/



.MI_CertTableRow {
    background-color: #99ccff;
}

h1.DisplayCount,
h2.DisplayCount,
h3.DisplayCount,
h4.DisplayCount,
h5.DisplayCount,
h6.DisplayCount {
    margin-left: 1em;
}

.displayCountContainer {
    margin-left: 20px;
}

.displayCount {
    margin-left: 15px;
}

.leftPipe {
    border-right-color: #39393b;
    border-right-width: 2px;
    border-right-style: solid;
    text-align: right;
    padding-right: 0.5em !important;
    margin-right: 0em !important;
}

.leftPipeLess {
    text-align: right;
    padding-right: 0.5em !important;
    margin-right: 0em !important;
}


@media only screen and (max-width:768px) {
    .leftPipe, .leftPipeLess {
        text-align: inherit;
    }

    .matchesSortRow, .matchesFilterControl {
        margin-bottom: 1em;
        margin-top: 1em;
    }
}

div.matchesFilterRow .RadButton {
    height: 30px;
    padding-top: 5px;
}

.rightPipe {
    border-left-style: none;
    text-align: left;
    padding-left: 0.5em !important;
    margin-left: 0em !important;
}

.RadWindow_MatchIt .rwContent {
    background-color: transparent;
}

.RadWindow .rwDialogButtons {
    padding: 10px;
    text-align: right;
    position: absolute;
    left: -6px !important;
    bottom: 4px !important;
    width: 314px !important;
}

.RadWindow .rwStatusBar {
    display: none;
}

.MI_SubRow {
    margin-left: 20px;
}

#wrapper {
    width: 600px;
    position: relative;
    min-height: 80px;
    border-bottom: 1px solid lightgrey;
}

.leftcolumn {
    /*border: solid 1px red;*/
    width: 10%;
    float: left;
}

.middlecolumn {
    /*border: solid 1px red;*/
    width: 50%;
    float: left;
}

.rightcolumn {
    /*border: solid 1px green;*/
    width: 40%;
    float: right;
}

.RadWizard .rwzContent {
    overflow: hidden !important;
}

.MI_Container {
    width: 100%;
    position: relative;
    clear: both;
}

.MI_Leftcolumn {
    /*border: solid 1px red;*/
    width: 45%;
    float: left;
    margin-bottom: 20px;
}

.MI_Middlecolumn {
    /*border: solid 1px red;*/
    width: 50%;
    float: left;
}

.MI_Rightcolumn {
    /*border: solid 1px green;*/
    width: 40%;
    float: right;
    margin-bottom: 20px;
    margin-right: 40px;
}

.MI_div_cell {
    height: 75px;
}

.MI_Rightcolumn.certTable {
    margin-top: 80px;
    float: left;
    margin-bottom: 0px !important;
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------Sytle Guide Settings Below --------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------*/


.Black {
    color: #000 !important;
}

.DkGray1 {
    color: #39393b !important;
}

.DkGray3 {
    color: #626469 !important;
}

.DkGray2 {
    background-color: #58585b !important;
    color: #fff !important;
}

.MedGray2 {
    background-color: #9e9ea2 !important;
    color: #fff !important;
}

.White {
    color: #fff !important;
}

.IcyBlue {
    background-color: #c4d6ed !important;
    opacity: 0.85;
}

.DkBlue {
    background-color: #2b5592 !important;
    color: #fff !important;
}

.StatusBlue {
    background-color: #64bbe3 !important;
    color: #58585b;
}

.SageGreen {
    background-color: #abc233 !important;
    color: #39393b;
}

.DeepGreen {
    background-color: #005c21 !important;
    color: #fff !important;
}

.StatusGreen {
    background-color: #6cc04a !important;
    color: #fff !important;
}

.Orange {
    background-color: #ffa000 !important;
    color: #58585b !important;
}

.StatusOrange {
    background-color: #ff7300 !important;
    color: #58585b !important;
}

.DeepRed {
    background-color: #8b1001 !important;
    color: #fff !important;
}

.StatusYellow {
    background-color: #ffcc00 !important;
    color: #58585b !important;
}

.StatusHidden {
    display: none;
}



/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------Sytle Guide Settings Above --------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------*/
div.rnTitleBar {
    border: none !important;
}

div.RadNotification {
    opacity: 0.75 !important;
    color: #fff !important;
}


button.RadCheckBox span.p-i-checkbox,
button.RadCheckBox span.p-i-checkbox-checked {
    font: normal;
}

a.linkedIn,
button.linkedIn {
    background: url("/Images/MatchIt/LinkedIn_small.png") no-repeat top left !important;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    min-width: 36px;
}

.RadButton.linkedIn {
    background: url("/Images/MatchIt/LinkedIn_small.png") no-repeat top left;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    min-width: 36px !important;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    color: #2b5592; /* adjust as needed */
    margin-right: 10px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}



/*.RadButton:hover {
    background-color: #7F7F86 !important;
}*/
/* styles for '...' */
.truncate3Lines {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
    /* create the ... */
    .truncate3Lines:before {
        /* points in the end */
        content: '...';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .truncate3Lines:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: white;
    }

.truncated .chevronDown, .truncated .chevronUp {
    display: inherit;
    visibility: inherit;
}

.notTruncated .chevronDown, .notTruncated .chevronUp {
    display: none;
    visibility: hidden;
}

#pnlMatches {
    min-height: 100px;
}

.matchesSortBy:hover, .matchesFilterBy:hover {
    color: #64bbe3;
}

.matchesSortBy, .matchesFilterBy {
    color: #64bbe3;
}

    .matchesSortBy.active, .matchesFilterBy.active {
        color: #64bbe3;
    }

        .matchesSortBy.active:hover, .matchesFilterBy.active:hover {
            /* text-decoration: none;*/
            color: #64bbe3;
        }

.inline {
    display: inline;
}

.loading {
    min-height: 100px;
}

.margin-top-05 {
    margin-top: 0.5em;
}

.margin-top-0 {
    margin-top: 0em;
}

div.RadComboBox_MatchIt span.rcbInner,
div.RadDropDownList_MatchIt span.rddlInner,
div.RadAutoCompleteBox .racTokenList {
    border: none;
}

.RadAutoCompleteBox .racToken {
    border-color: #B6B9BB;
}


.RadButton_MatchIt.rbPrimaryButton:hover,
button.RadButton_MatchIt.rbPrimaryButton:hover {
    background-color: #7cb342;
    border-color: #7cb342;
}



.RadAutoCompleteBox_MatchIt .racRemoveTokenLink {
    top: 58% !important;
    right: 2px !important;
}

    .RadAutoCompleteBox_MatchIt .racRemoveTokenLink .p-icon:before {
        color: #B6B9BB;
    }


div.RadTabStrip_MatchIt .rtsLevel1 .rtsLink,
div.RadTabStrip_MatchIt .rtsLevel {
    background-color: #2b5592;
    border-color: #2b5592;
    color: white;
}

.RadTabStrip_MatchIt .rtsLevel1 .rtsSelected .rtsLink {
    background-color: #3b72c4;
    border-color: #2b5592;
    color: white;
}


.RadTabStrip_MatchIt.rtsLeft .rtsLevel1 .rtsLink {
    border-radius: 0px;
}

div.RadTabStrip_MatchIt .rtsLink:hover {
    background-color: #2b5592 !important;
    color: white !important;
    border-color: #2b5592;
}

div.RadComboBox_MatchIt .rcbInner:before {
    border-bottom-color: #cfd8dc;
}

.tcContainer {
    max-height: 500px;
    overflow-y: auto;
    border: solid lightgray 1px;
}

.pinVertical {
    cursor: pointer;
    background-image: url("/Images/MatchIt/PinVertical.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

    .pinVertical:hover {
        transform: translateY(2px);
        transition: 0.2s;
    }

.pinHorizontal {
    cursor: pointer;
    background-image: url("/Images/MatchIt/PinHorizontal.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

    .pinHorizontal:hover {
        transform: translateX(-2px);
        transition: 0.2s;
    }



div.pinnedCheckBox .RadButton.rbCheckBox .rbText {
    color: #58585b !important;
    font-size: 14px;
}



.hiddenTelerikControl {
    display: none;
}

.visibleTelerikControl {
    display: block;
}

.certCell {
    float: left;
    margin-right: 60px;
}

.certTableRow {
    padding-bottom: 20px;
}

.certBadge {
    background-color: lightgray;
    text-align: center;
    padding: 6px;
    border-radius: 12px;
}

.certCellHidden {
    display: none;
}

.sendToBack {
    z-index: -999;
}

.RadWindow .rwContent {
    overflow: hidden !important;
}

#rvlCerts {
    border: solid red 1px;
    overflow-x: scroll;
    height: 200px !important;
}


.RadWindow .rwTitleBar {
    /*border:solid red 1px;*/
    background-color: white;
}

.radWindowCloseIconTopRight {
    cursor: pointer;
    width: 16px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.rwModalContainer {
    width: 95%;
}

.panelHeadingLeftTxtAction {
    font-size: 14px;
    font-weight: 600;
}

.RadLabel_Default {
    color: #58585b !important;
}


.panel-heading .white .borderless {
    background-color: white;
}

.panel .panel-default .borderless {
    background-color: white;
}

.matchItIcon:hover {
    transform: translateX(2px);
    transition: linear 0.1s;
}

.RadInput_MatchIt input.riTextBox {
    padding: 0px !important;

}


.riTextBox {

    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}



.MI_rblGender {
    margin-left: 7px;
}

.oppsGeoIcon {
    float: left;
    margin-left: 40px;
}



.unsubscribeContainer {
    /*border: solid 1px #c6c7ca;*/
    border-radius: 3px;
    float: right;
    position: absolute;
    margin-left: 850px;
    margin-top: -80px;
}

.deactivateContainer {
    /*border: solid 1px #c6c7ca;*/
    border-radius: 3px;
    float: right;
    position: absolute;
    margin-left: 850px;
    margin-top: -40px;
}

.spinner {
    position: absolute;
    top: 40%;
    width: 25px;
    height: 25px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 3px solid rgba(0,174,239,.15);
    border-right: 3px solid rgba(0,174,239,.15);
    border-bottom: 3px solid rgba(0,174,239,.15);
    border-top: 3px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.switchContainer {
    width: 40px;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 32px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 17px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 15px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.langDropdownListItem {
    cursor: pointer;
}

    .langDropdownListItem > a:hover {
        background-color: #c4d6ed !important;
    }


.RadWindow_MatchIt .rwTitleBar .rwTitleWrapper {
    padding: 4px;
}

.rwDialogContent {
    background-color: white !important;
}

.rwDialogButtons {
    background-color: white !important;
    margin-left: 5px !important;
}

.MI_Msg_DateSent {
    font-weight: 200;
    font-size: smaller;
}

.MI_Msg_From {
    font-weight: 200;
}

.MI_Msg_Subject {
    font-size: larger;
}

.MI_Msg_TextBox {
    border: none !important;
}



.RadGrid .rgRow {
    cursor: pointer !important;
}

    .RadGrid .rgRow:hover {
        background-color: #e8ebf1;
    }

.RadGrid .rgAltRow {
    cursor: pointer !important;
}

    .RadGrid .rgAltRow:hover {
        background-color: #e8ebf1;
    }

.MI_SelectedRow {
    background-color: #64bbe3 !important;
}

#msgCountBadge {
    background-color: white !important;
    color: #2b5592 !important;
}

.btnHeight {
    height: 36px;
}

    .btnHeight .today {
        padding: 6px 13px;
    }

.menuCursorPointer {
    cursor: pointer;
}

.requiredLabelRedAstrix::after {
    content: '*';
    color: red;
    height: 5px;
    width: 5px;
    margin-left: 6px;
}


.MI_OppsRefreshBtn {
    margin-top: 5px;
}

    .MI_OppsRefreshBtn:hover {
        -webkit-transform: translateX(-1px);
        transition-duration: 0.2s;
    }

.hidden {
    display: none;
}

.captureFileUploadCtrl input[type=file] {
    color: red !important;
    background-color: green !important;
    cursor: pointer;
}

.captureViewsContainer input[type=file] {
    width: 180px;
}

.captureItLink {
    color: #049fd9;
}


.borderLessDialog.RadWindow {
    border: none;
    padding: 0;
}

.matchItOppHeadingMsg {
    border: solid 0px red;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}


.personalDataCollectionStatement {
    font-size: small;
    /*    color: lightgray;*/
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

#footer {
    line-height: 16px;
    background-color: #ffffff;
    /* clear: both;
    display: block;*/
    color: #6e6e6e;
    width: 100%;
    font-size: 11px;
    margin: auto;
    margin-right: 10px;
    /*    margin-top: 20px;*/
}

    #footer a {
        color: #6e6e6e;
        text-decoration: none;
        font-size: 11px;
    }

        #footer a:hover {
            color: #7166ad;
            text-decoration: underline;
        }

    #footer img {
        float: left;
    }

    #footer ul {
        list-style: none;
        float: right;
        margin: 0;
        padding: 10px 0px 0px 0px;
        position: relative;
        top: -7px;
    }

        #footer ul li {
            display: inline;
        }

    #footer p {
        float: left;
        position: relative;
        top: -8px;
    }


    #footer #enabledThroughImage {
        float: none;
        margin-left: 5px;
        margin-top: -15px;
    }




/*--------------------------------------------------------*/





.containerHeight {
   /* height: 100vh;*/
    /*border: solid 1px gray;*/
}

.vetImage {

    /* Full height */
    /*height: 100%;
    width:100%;*/
    /* Center and scale the image nicely */
    /*background-position: center;*/
    /*background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;*/
    /*-webkit-transform: scale(-1, 1);*/
}

.sidebannerImg {
    max-width: 100%;
    max-height: 100vh;
    display: block; /* remove extra space below image */
   
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}


.headingContainer {
    margin-top: 25%;
}

.loginDetailsContainer {
    /*border: solid 1px red;*/
}

.heading2 {
    text-align: left;
}

.rowSpacing {
    margin-bottom: 20px;
}



.rowSpacingSm {
    margin-bottom: 10px;
}

.riStrengthBar {
    border-radius: 4px;
}

.forgotPwdLnk {
    cursor: pointer;
}

.lblError {
    color: #FF0033 !important;
}



.headingContainerNoBottomSpacer {
    /*border: solid 1px;*/
    margin-top: 25%;
}

.loginDetailsContainer {
    /*border: solid 1px red;*/
}

.heading2 {
    text-align: center;
}

.rowSpacing {
    margin-bottom: 20px;
}

.riStrengthBar {
    border-radius: 4px;
}

.heading4ResetPwd {
    color: #c6c7ca !important;
}

.emailSentConfirmation {
}


.emailSentConfirmationBar {
    background-color: #abc233;
    color: white;
    text-align: center;
    font-size: x-large;
    vertical-align: middle;
    border-radius: 3px;
    background: url('../../Images/MatchIt/ReadUnread-WF.png') no-repeat, #abc233;
    background-position: 15px 50%;
    padding: 10px 10px 10px 50px;
}

.pwdResetConfirmationBar {
    /*background-color: #abc233;*/
    color: white;
    text-align: center;
    font-size: x-large;
    vertical-align: middle;
    border-radius: 3px;
    background: url('../../Images/MatchIt/Unlock-WF.png') no-repeat;
    background-position: 15px 10%;
    padding: 10px 10px 10px 50px;
}


.pwdHelpImg {
    margin-bottom: 2px;
    cursor:pointer;
}




.pwdResetConfirmationBar > p {
    padding-top: 15px;
}

.emailSentImage {
    margin-left: 10px;
    /*margin-top: -10px;*/
}


.rlSmallItalic {
    font-size: smaller;
    font-style: italic;
}

.header {
    position: absolute;
    top: 0;
}

.footer {
    position: absolute;
    padding-bottom: 10px;
    bottom: 0;
}

.pwdCriteria {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: lightgray;
    margin-left: 10px;
}

.confirmationBarImage {
    float: left;
    width: 35px;
    height: 0px;
    padding-top: 10px;
}



@font-face {
    font-family: 'ciscosansttheavy';
    src: url('../../css/fonts/ciscosansttheavy.ttf') format('truetype');
}

@font-face {
    font-family: 'ciscosansttextralight';
    src: url('../../css/fonts/ciscosansttextralight.ttf') format('truetype');
}

@font-face {
    font-family: 'ciscosansttlight';
    src: url('../../css/fonts/ciscosansttlight.ttf') format('truetype');
}

.btn, .lb2FACreateAccount {
    font-family: 'ciscosansttheavy' !important;
}

h1, h2, h3, h4 {
    font-family: 'ciscosansttlight' !important;
}

body {
    font-family: 'ciscosansttextralight' !important;
}


.bannerImgContainer {
    border-right: solid 0px #F3F6F4;
}






.bannerImg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}

.CustomBranding {
    padding: 8px 24px;
    margin-bottom: 15px;
}

.centered-input-wrapper {
    max-width: 420px;
    margin: auto;
}

.login-btn-row {
    padding-bottom: 20px;
}

.contentPlaceholderContainer {
    margin: auto;
    padding: 30px;
    border: solid 1px #F3F6F4;
    border-radius: 10px;
    /*    padding: 40px;*/
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}



.centerContentVertically {
    margin: auto;
}



.loginContainer {
    min-height: 590px;
}

.registrationSpalshContainer {
    min-height: 300px;
}

.controlsContainer {
    margin-bottom: 30px;
}

.page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*    width: 100vw;*/
    z-index: 99999;
    color: #FFFFFF;
    text-align: center;
    height: 60px;
}

.page-footer-content {
    padding: 10px;
    padding-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
}

    .page-footer-content > a {
        color: white;
        text-decoration: underline;
    }

.tokenDigitInput {
    padding: 0px !important;
}

.lblError {
    color: #ff3333 !important;
}

.custom-border-left {
    border-left: 0px solid #F3F6F4;
    padding: 40px;
}

.footer-text-left {
    text-align: left;
}

.footer-text-right {
    text-align: right;
}

.loginContainer .row:before {
    display: none !important;
}

.loginContainer .row:after {
    display: none !important;
}


@media screen and (min-width: 992px) {
}

@media screen and (max-width: 375px) {
    .row.footer.page-footer > .page-footer-content {
        padding-top: 10px;
    }

    .row.footer.page-footer > .footer-text-left,
    .row.footer.page-footer > .footer-text-right {
        text-align: center;
    }
}






.inputImg {
    cursor: pointer;
}

    .inputImg:hover {
        background: rgba(58, 133, 191, 1);
    }



.bannerRowHeight {
    height: calc(100vh - 60px) !important;
    border: solid 0px red;
}

.rowMargin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btnSkills4All {
    background-color: goldenrod;
}

.loginBtn {
    background-color: #6ebe4a;
    border: 1px solid #6ebe4a;
    color: #0d274d;
}

    .loginBtn > i {
        padding: 5px;
    }

.btn-primary {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 15px;
    border-radius: 40px;
    transition: all 0.3s ease 0s;
}

    .btn-primary:hover {
        color: #FFF;
        background: rgba(58, 133, 191, 1);
        border: 2px solid rgba(58, 133, 191, 0.75);
    }

.invalid {
    border: solid 3px red;
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.3s;
    /* When the animation is finished, start again */
    animation-iteration-count: 1;
}

.passwordRestConfirmBanner {
    padding: 15px;
    font-size: x-large;
    border-radius: 5px;
}





.valid {
    border: solid 3px green;
}

.password-verdict {
    color: black;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(-10px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}


.footerText
{
    margin:auto;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #bannerContainer {
        /*background-color: purple;*/
        max-height: 50%;
        min-height: 200px;
    }

    .bannerImg {
        height: 200px;
    }

    .btnNetacad, .btnSkills4All {
        font-size: 14px !important;
    }

    .btnNetacad {
        max-width: 275px;
    }

    .loginContainer {
        min-height: 590px;
    }
    .footerText{
        text-align:center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #bannerContainer {
     /*   background-color: green;*/
        max-height: 50%;
        min-height: 200px;
    }

  /*  .bannerImg {
        max-height: 200px;
    }*/


    .loginContainer {
        min-height: 590px;
    }

 
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #bannerContainer {
/*        background-color: orange;*/
        max-height: 50%;
        min-height: 200px;
    }
   

   
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #bannerContainer {
        /* background-color: purple;*/
        max-height: 100%;
    }

    .controlContainer {
        width: 95%;
        border: solid 0px blue;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-bottom: 10px;
    }

    .controlContainer .row:before {
        display: none !important;
    }

    .controlContainer .row:after {
        display: none !important;
    }
}

