﻿
.RadTabStripTop_BlackMetroTouch .rtsLevel1
{
    border-bottom: 3px solid #979a68!important;
}

.RadTabStrip_BlackMetroTouch .rtsLevel1 .rtsLink:hover
{
    background-color: #979a68!important;
    border: solid 1px #979a68!important;
    border-bottom: none!important;
}

.RadTabStrip_BlackMetroTouch .rtsLevel1 .rtsSelected, .RadTabStrip_BlackMetroTouch .rtsLevel1 .rtsSelected:hover
{
    background-color: #979a68!important;
    border-color: #979a68!important;
    color: white!important;
}

.RadToolBar_BlackMetroTouch .rtbWrap
{
    background-color: transparent!important;
    border-style: none!important;
    color: white;
    padding: 0px!important;
    border-width: 0px!important;
}

.RadToolBar_BlackMetroTouch .rtbOuter
{
    background-color: transparent!important;
    border: none!important;
}

.RadGrid_Sitefinity .rgCommandRow {
    background: none repeat scroll 0 0 #e5e7ea;
    color: #000;
}

.RadToolBar_BlackMetroTouch .rtbItem:hover
{
    background-color: #593d2b!important;
}

.RadMenu_BlackMetroTouch .rmRootGroup
{
    background-color: #979a68!important;
}

.RadMenu_BlackMetroTouch .rmRootLink
{
    border: none!important;
}

    .RadMenu_BlackMetroTouch .rmRootLink.rmSelected, .RadMenu_BlackMetroTouch .rmRootLink.rmExpanded
    {
        background-color: #593d2b!important;
    }


.RadForm_BlackMetroTouch.rfdButton a.rfdSkinnedButton
{
    border: none!important;
     
}

.RadForm_BlackMetroTouch.rfdButton:hover a.rfdSkinnedButton:hover
{
    background-color: #979a68!important;
    border: 1px solid #4E4E4E !important;
   
}

.RadButton_BlackMetroTouch.RadButton {
    border: none!important;
}

.RadButton_BlackMetroTouch.RadButton:hover  {
    background-color: #979a68!important;
    border: none!important;
}

.RadMenu_BlackMetroTouch .rmRootLink.rmDisabled, .RadMenu_BlackMetroTouch .rmRootLink.rmDisabled:hover {
    color: gray!important;
}

.RadGrid_MetroTouch .rgCommandRow {
    background-color: #222!important;
}

.RadGrid_MetroTouch {
    border-style: none!important;
    border-width: 0px!important;
}

.RadGrid_Default .rgFilterRow td {
    border-bottom: none!important;
}

.RadGrid_Sitefinity .rgCommandRow {
    background-color: #E9EBE0!important;
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    border-radius: 5px!important;
    margin-bottom: 10px!important;
    padding: 5px!important;
    color: white!important;
    font-weight: normal!important;
}

.RadGrid_Metro .rgRow a
{
    color: #979a68!important;
    font-weight: bold;
    text-decoration: none!important;
}

/* < 24h = neutral border */
.rg-border-fresh td {
    border-bottom: 2px solid #5bb760 !important;
}

/* 24–48h = orange */
.rg-border-warn td {
    border-bottom: 2px solid #ff9800 !important;
}

/* > 48h OR 0 = red */
.rg-border-danger td {
    border-bottom: 2px solid #f44336 !important;
}