﻿.RadMenu {
    float: none;
    text-align: center;
}
 
.rmRootGroup  {
    display: inline-block;
    float: none;
}
 
.rmGroup {
    text-align: left;
}

.RadGrid {
    border-radius: 5px;
    overflow: hidden;
}

.rgEditForm {
    padding-left: 100px !important;
}

.rgSave, .rgCancel, .rgUpdateIcon, .rgCancelIcon {
    margin-left: 100px !important;
}

.rgExpandCol {
    background-color: yellow;
}

.rgMasterTable tr.rgSelectedRow {
    background: Blue !important;
}
/*.RadGrid .rgRow td td,
.RadGridt .rgAltRow td td,
.RadGrid .rgEditRow td td,
.div.RadGrid .rgRow td,
.div.RadGrid .rgAltRow td
{
    padding: 0;
}
.RadGrid .rgRow>td, .RadGrid .rgAltRow>td, .RadGrid .rgEditRow>td, .RadGrid .rgFooter>td, .RadGrid .rgFilterRow>td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td
{
    padding: 0;
}*/



.module {
    padding-right: 100px !important;
}

.EditFormHeader td {
    font-size: 14px;
    padding: 4px !important;
    color: #0066cc;
}

.DetailTable_Default caption {
    color: blue;
    background-color: red;
}

.InnerHeaderStyle {
    background: navy !important;
    font-size: 13px !important;
    color: white !important; /*add more style definitions here*/
}

.InnerItemStyle {
    background: orange !important;
    color: brown !important; /*add more style definitions here*/
}

.InnerAlernatingItemStyle {
    background: white !important;
    color: brown !important; /*add more style definitions here*/
}

.MostInnerHeaderStyle {
    background: brown !important;
    font-size: 15px !important;
    color: white !important; /*add more style definitions here*/
}

.MostInnerItemStyle {
    background: white !important;
    color: olive !important; /*add more style definitions here*/
}

.MostInnerAlernatingItemStyle {
    background: olive !important;
    color: white !important; /*add more style definitions here*/
}

.DetailTable1 tr.rgSelectedRow {
    background: Lightblue !important;
}

.DetailTable2 tr.rgSelectedRow {
    background: Red !important;
}
