﻿.dxeBase {
    font-family: 'Roboto Condensed', sans-serif;
}

.dxeEditArea {        
    height: 16px !important;
}

.dxeCalendarDay {        
    padding: 4px 6px;
    text-align: center;
}

.dxeListBoxItem {       
    font-weight: normal;   
}

.dxtvControl 
{    
     width: 100% !important;
}



/* -- ASPxRoundPanel -- */

.dxrpControl td.dxrp, .dxrpControlGB td.dxrp, .dxrpControl .dxrpHeader {
    color: black;        
}

/* -- ASPxPopupControl Lite: Poner Left y top como !important afcta a los desplegables de los combos -- */

.dxpcLite .dxpc-mainDiv,
.dxpcLite.dxpc-mainDiv,
.dxdpLite .dxpc-mainDiv,
.dxdpLite.dxpc-mainDiv {    
    background-color: #e9f0d1 ;
    border: solid 3px #99bd11 ;
    color: black !important;    
    left: 0; 
    top: 0;
}

.dxpcLite .dxpc-header,
.dxdpLite .dxpc-header {    
    background-color: #e9f0d1 !important;
    border-bottom: 0 !important;    
    color: #b45ea4 !important;    
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 2px 2px 2px 12px !important;
}


.popupToolTipChart {
    background-color: #ffffff !important;
    border: solid 3px #ffffff !important;
    color: black !important;        
} 



/* -- ASPxGridView -- */

.dxgvSelectedRow   
{
    background-color: #ffffff !important;      
    color: Black !important;
    height: 20px !important;
}

.dxgvFocusedRow {       
    /*background-color: #f0dfed !important;*/
    color: Black !important;
    height: 20px !important; 
   
}

/*.dxgvHeader,
.dxgvHeader table {    
    color: black !important;
    font-weight: bold;
    font-weight: bold !important;    
}*/


.dxgvControl,
.dxgvDisabled {
    background-color: #F2F2F2 !important; 
    border: Solid 1px #9F9F9F !important;
    color: Black !important;
    cursor: default !important;      
}

.dxeDisabled, .dxeDisabled td.dxe
{-moz-opacity: 0.7 !important;
    filter: alpha(opacity=80) !important;
	opacity: 0.9 !important;
    cursor: auto !important;
}

/* -- ASPxNavBar -- */

.dxnbControl {
    background-color: white;
    color: black;       
}

/* -- ASPxNavBar Lite -- */
.dxnbLite {
    background: white;
    color: Black;         
    padding: 3px;  
}

/* ASPFormLayout */

.dxflGroupBox 
{
    margin-bottom: 2px !important;
    margin-top: 8px !important;    
}

.dxflCaptionCell {
    color: black;
}

.popupBackground {
    background-color: #e9f0d1 !important;
}

.formLayoutLabelText {
    font-weight: bold !important;
    color: black !important;    
}

.layoutItemRightAlign
{
    text-align: right;
}


/* Columna Signo del grid de resultados*/
.HeaderSignClass
        {
            border-right-width: 0 !important;
        }


/* Padding de una Fila editable - Inserción manual */

.dxgvInlineEditCell {
    padding-right: 6px !important;
    padding-left: 6px !important;
}


/* Coloca los botones Update / Cancel alineados a la derecha */
.popupButtonLayer
{
    text-align: right !important;
    padding: 2px !important;
    margin-bottom: 5px;
}

/* Ventana search (IQCNET-157605) */
.dxxrpcSearch
{
    top: 150px !important;
}

.ClockCSS {  
        display: none;  
    } 