﻿html .main-header {
  background-image: url("../Images/backgrounds/header_home.gif"); }

html .sidebar .btn-new-node,
html .help-menu .rmRootGroup {
    color: #707372;
}

html .RadToolTip .addBtn {
    color: #707372;
}

html .scroller {
  overflow: hidden; }

html .SignInscroller {
    overflow: hidden; 
    width: 500px;
    height: 630px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


html .rightScndNav .RadSearchBox .rsbButtonSearch:hover {
    background: #707372;
}

html .rightScndNav .button:hover {
    color: #707372;
}

html .rightScndNav .RadSearchBox .rsbButtonSearch:focus,
html .rightScndNav .RadSearchBox .rsbButtonSearch:hover {
    background-color: #707372;
}

html .RadGrid .rgActionButton.rgExpand:hover,
html .RadGrid .rgActionButton.rgCollapse {
    color: #707372;
}

html .RadTreeView .rtMinus {
    color: #707372;
}

html .mobile .breadcrumb {
    color: #707372;
}
    html .mobile .breadcrumb .item.expanded {
        background-color: #707372;
    }

html .mobile .RadMenuPopup_MetroTouch .rmItem.rmSelected {
    color: #707372;
}

.bottom .horizontalBtn,
.right .verticalBtn {
    color: #707372;
}

.right .RadGrid {
  height: 100% !important; }

.right .gridWrapper,
.right .homeDetails {
  width: 30%;
  height: 100%;
  float: left; }

.right .mailDetails {
  width: 70%; }

.RadMenu .rmGroup.rmVertical > li.rmSeparator {
  border-bottom: 0; }

html .RadGrid {
  border: 0; }
  html .RadGrid,
  html .RadGrid * {
    cursor: pointer; }
  html .RadGrid .rgMasterTable td {
    padding: 0; }
  html .RadGrid .rgRow,
  html .RadGrid .rgAltRow {
    height: 36px; }
  html .RadGrid .mobile-column .from,
  html .RadGrid .mobile-column .received,
  html .RadGrid .mobile-column .subject {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  html .RadGrid .mobile-column .from {
    width: 58%;
    float: left;
    overflow: hidden; }
  html .RadGrid .mobile-column .received {
    width: 40%;
    float: right; }
  html .RadGrid .mobile-column .subject {
    clear: both;
    display: block; }

.gridWrapper {
  position: relative;
  height:100%;
  border-bottom: 1px solid #fff; 
}