﻿/* OVERIDE STYLING FOR THE TELERIK ITEMS*/
.RadComboBox_MetroTouch .rcbReadOnly .rcbInputCell, .RadComboBox_MetroTouch .rcbReadOnly .rcbArrowCellRight, .RadComboBox
{
    margin-top: 5px !important;
    background: white !important;
}

.RadComboBox_MetroTouch input[type="text"], .rcbList
{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0) inset;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: bold;
    color: #656565;
}

/*RADGRID STYLING*/
.rgMasterTable
{
    border: 0px !important;
}

.rgMasterTable td, .rgMasterTable a, .rgHeader
{
    font-size: 14px !important;
    font-weight: normal;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif !important;
}

.rgHeader
{
    background: white !important;
}
.rgFilterBox
{
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif !important;
}

.rgFilterRow
{
    background: white !important;
}

.rgMasterTable
{
    border-color: white !important;
}

.rgCommandCell
{
    background: white !important;
    max-height: 30px !important;
}

.rgCommandCell a
{
    background: #A7B2BE none repeat scroll 0% 0%;
    position: relative;
    border-width: 0px;
    box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.15) inset;
    font-weight: 600;
    padding: 7px 12px;
    transition: background 0.3s ease-in-out 0s;
    background-color: #13C4A5;
    border-radius: 3px;
    color: #FFF !important;
    background-color: #13C4A5;
}

.rgCommandRow
{
    max-height: 30px !important;
    height: 30px !important;
}


.rgCommandCell .rgAdd
{
    display:none;
}

.RadGrid_MetroTouch th.rgSorted
{
    background-color: #555 !important;
}