﻿/* 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: "Roboto" , "Helvetica Neue" ,Helvetica,Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: normal;
    color: #707070;
}

/*RADGRID STYLING*/
.rgMasterTable
{
    border: 0px !important;
}

.rgMasterTable td, .rgMasterTable a, .rgHeader
{
    font-size: 12px !important;
    font-weight: normal;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif !important;
    color: #333;
}

.rgHeader
{
    background: white !important;
}
.rgFilterBox
{
    font-family: "Roboto" , "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: #2FA4DA 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: #AAC4CC;
    border-radius: 3px;
    color: white !important;
    background-color: #2FA4DA;
}

.rgCommandRow
{
    max-height: 30px !important;
    height: 30px !important;
}


.rgCommandCell .rgAdd
{
    display: none;
}

.rgRow a, .rgAltRow a
{
    font-size: larger !important;
}

.rgRow a .fa-info-circle, .rgAltRow a .fa-info-circle
{
    color: Green !important;
}

.rgRow a .fa-credit-card, .rgAltRow a .fa-credit-card
{
    color: Green !important;
}

.rgRow a .fa-file-text-o, .rgAltRow a .fa-file-text-o
{
    color: Green !important;
}

.rgRow a .fa-edit, .rgAltRow a .fa-edit
{
    color: Green !important;
}

.rgRow a .fa-folder-open-o, .rgAltRow a .fa-folder-open-o
{
    color: Green !important;
}

.rgRow a .fa-trash-o, .rgAltRow a .fa-trash-o
{
    color: Red !important;
}

.rgRow .fa-check, .rgAltRow .fa-check
{
    color: Green !important;
}

.rgRow .fa-times, .rgAltRow .fa-times
{
    color: Red !important;
}

.checkbox-hidden input[type="checkbox"]
{
    background: red !important;
    display: none !important;
}

.RadGridExport
{
    background: red !important;
}

.rgEditForm .control-label
{
    color: #707070 !important;
}

.rgEditForm input[type="text"]
{
    line-height: 20px;
}

.rgSelectedRow td
{
    color: White !important;
}

.RadNotification_MetroTouch .rnContentWrapper
{
    display:inline-block !important;
}

.RadNotification_MetroTouch .rnContent
{
     padding: 20px !important;
}

.RadNotification_MetroTouch .rnTitleBarTitle
{
    padding-left: 12px !important;
} 

.RadNotification_MetroTouch .rnContentWrapper .rnContentIconClipIn
{
    display:none !important;
}

.RadComboBox_MetroTouch .rcbFocused .rcbReadOnly .rcbInput
{
    color: #707070 !important;
}

.radCal
{
    font-family: 'Merriweather',sans-serif !important;
}

.rcMain .rcRow
{
    font-family: 'Merriweather',sans-serif !important;
}