﻿

.FL_Row
{
    
}


.FL_Row td
{
    margin:1px;
    
}
 

.FL_RowFocus 
{
   background-color:  #fff8dc!important; 
}





.FL_RowDisable
{
}

.FL_RowDelete
{
     border: 1px solid #C95858 !important;
     box-shadow: 0px 0px 2px #FFA8A8;
     border-radius:3px;
     margin:2px;
     opacity:0.8;
}

.FL_InputHidden
{
}
.FL_Input
{
    border: 1px solid #ccc; /*  border-radius: 3px; */
}


.FL_InputDeleteRow 
{
}
    
.FL_Label
{
}

.FL_Link
{
}

.FL_InputFocus
{
    border: 1px solid #91b9d7;
    box-shadow: 0px 0px 2px #cee0ed;
}
 

.FL_InputChanged
{
  
       border: 1px solid #FFAD42 !important;
    box-shadow: 0px 0px 2px #FFAD42;

}

.FL_NumVal
{
}

.FL_NumValError
{
    border: 1px solid #FF2414;
    box-shadow: 0px 0px 2px #FF2414;
}

.FL_TimeValHour
{
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: right;
    width: 18px;
}

.FL_TimeValHour[disabled="disabled"] {
     background: transparent;
} 

.FL_TimeValMin
{
    border: 1px solid rgba(0, 0, 0, 0);
  
    text-align: left;
    width: 18px;
}

.FL_TimeValMin[disabled="disabled"] {
     background: transparent;
}

.FL_TimeValEmpty
{
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.FL_InputCheckbox
{
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.FL_OptionAutoCompleteVertical
{

}
 
.FL_PluginVerticalFill
{
   vertical-align:middle; 
   border: 1px solid #ccc;
   margin-left:2px;
   border-radius: 2px;
    }

.SortedAscending
{
    padding-right: 22px !important;
    background-image: url('../Icon/generic_sorting2-16.png') !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.SortedDescending
{
    padding-right: 22px !important;
    background-image: url('../Icon/generic_sorting-16.png') !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}


.FL_Col_Sorted
{
    background-color: #E5EEF5!important;
    }


.FL_TextEditor
{
    width:100%;
}