﻿
.RadDropDownList_Bootstrap, .RadListBox_Bootstrap, .RadSearchBox_Bootstrap ,
.RadComboBox_Bootstrap, .RadDropDownTree_Bootstrap, 
.RadTreeView_Bootstrap, .RadInput_Bootstrap .riTextBox, 
.RadInputMgr_Bootstrap, .rddlPopup_Bootstrap
{
    font-size: 13px !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}


/* SEARCH BOX */
.RadSearchBox_Bootstrap .rsbInput {

    height: 32px !important;
    padding-top: 5px !important;
}

/* LIST BOX */
/* -------------------------- */

.RadListBox_Bootstrap .rlbSelected.rlbItem
{
    background-color: #7b7b7b !important;
    border: 0px !important; 
}


.RadListBox_Bootstrap .rlbCheckAllItems
{
    margin-top: 7px !important;
    color: red;
    font-weight: bold;
    border-bottom: silver 1px dotted !important;     
    padding: 2px 3px !important;        
    font-size: 8pt !important;   
    background-color: white !important;
}




/* DROP DOWN LIST */

.RadDropDownList_Bootstrap .rddlInner, .RadDropDownList_Bootstrap, .rddlPopup_Bootstrap
{
    border-radius: 0px !Important;
    box-shadow: none !important;
}


.RadDropDownList_Bootstrap .rddlHovered, .RadDropDownList_Bootstrap  .rddlFocused
{
    background-color: white !important;
    box-shadow: none !important;
}

.rddlPopup_Bootstrap .rddlItemSelected
{
    background-color: #7b7b7b !important;
    border: 0px !important; 
}


.rddlItem
{
    cursor: pointer;
}

.RadDropDownList_Bootstrap .rddlIcon
{
    background-image: url('radActionsSprite.png') !important;
    background-position: -19px -17px !important;
}


.rddtFilter Label
{
    display: inline-block !important;
    background: transparent !important;
    width: 100% !important;

}

.rddtPopup_Bootstrap .rddtFilter .rddtFilterInput
{
    padding: 5px !important;
    border: none !important;
    background-color: transparent !important;
}


/* TEXT BOX */
.RadInput_Bootstrap .riTextBox, .RadInputMgr_Bootstrap {    
    border-radius: 0px !important;    
    box-shadow: none !important;
}

.riSingle.RadInput_Bootstrap .riTextBox, .rfdTextbox.RadForm.RadForm_Bootstrap input.rfdDecorated.riTextBox
{
    padding-left: 12px !important;
}

.RadInput_Bootstrap .riFocused{
    border-color: #ccc !important;
}

.RadInput_Focused_Bootstrap{
    border-color: #ccc !important;
}

/* DROP DOWN TREE */
.RadDropDownTree_Bootstrap .rddtInner
{
    padding: 2px 6px !important;
    border-radius: 0px !important;
}

.RadDropDownTree_Bootstrap .rddtIcon {
    background-image: url('radActionsSprite.png') !important;
    background-position: -16px -13px !important;
}

.RadDropDownTree_Bootstrap .rddtFocused, 
.RadDropDownTree_Bootstrap .rddtHovered {    
    background: white !important;
    box-shadow: none !important;
}



.rddtPopup_Bootstrap
{
    border-radius: 0px !important;
    box-shadow: none !important;
}

/* TREE VIEW */
/* ---------------------------------- */
.RadTreeView_Bootstrap .rtIn
{
    border-radius: 0px !important;
}

.RadTreeView_Bootstrap .rtSelected .rtIn
{
    background-color: #7b7b7b !important;
    border: 0px !important; 
}


/* COMBO BOX STYLES */
.RadComboBox .rcbInput {
    
    padding: 2px 6px !important;
    
}


.RadComboBoxDropDown_Bootstrap {
    font-size: 13px !important;    
    border-radius: 0px !important;
    /*box-shadow: 0px 6px 12px rgba(0,0,0,0.175);*/
    box-shadow: none !important;
}

.RadComboBox_Bootstrap .rcbArrowCell
{
    border-radius: 0px !important;
}

.RadComboBox_Bootstrap .rcbFocused .rcbInputCell, .RadComboBox_Bootstrap .rcbInputCell, .RadComboBox_Bootstrap .rcbFocused .rcbArrowCell,
.RadComboBox_Bootstrap .rcbHovered .rcbArrowCell
{
    box-shadow: none !important;
    border-radius: 0px !important;
    background-color: white !important;
}


.RadComboBox_Bootstrap table td.rcbArrowCell
{
    border-left: 0px !important;
}


.RadComboBox_Bootstrap .rcbArrowCell a
{
    background-image: url('radActionsSprite.png') !important;
    background-position: -16px -13px !important;
}

.rcbHovered
{
    cursor: pointer !important;
}

/* Grid */
.RadGrid_BootStrap {
    border: none !important;   
}


.RadGrid_BootStrap .rgDetailTable .rgHeader{
    background: silver !important;
}

.RadGrid .rgFilterBox {
    border: none !important;
}



.rgGroupCol INPUT {
    display: none !important;
}

