﻿body {
}
/*--MHA COLOR CODES
  color:#d17c00; orange
    color:#86a454; light green
    color:#0288c6; aqua
    color:#a23a5f; red
    color:#2f8c6b; green
    color:#95774c; brown
    color:#003466; dark blue
    color:#717f81; grey
   */ 
/*title color when small*/
.title{
    color:white !important;
}

/*side menu link selected*/
   .dxnb-itemSelected  {
       background-color: #d17c00 !important;
   } 
   /*to hide "Defer Layout Update" section on customization window of pivotgrid excel customization */ 
   .dxpgFLDefereDiv {
       display:none !important;
   }
   /*Fonts*/
   .dxeBase{
         font-family:'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif !important;
         font-size:18px;
   }
  .dxflCustomItemSys .dxflVATSys.dxflCaptionCell_Moderno{
    padding-top:3px !important;

      
   }



  /*BACKUP classes that I used to use to override Devexpress, but have switched to adding the attributes directly to the controls */
  /*top panel*/
.dxmLite_Moderno, .dxmLite_Moderno 
{
/*background-color:#003466 !important;*/
}
/*top panel link text*/
.dxmLite_Moderno .dxm-item a.dx{
    /*color:white !important;*/
}
/*top panel*/
#TopPanel, #TopPanel_EB
{
   /*background-color:#003466 !important;*/
 /*padding: 4px !important;*/
 /*border-bottom:5px solid #717f81;*/
}

#LeftPanel, #LeftPanel_EB
{
 /*background-color:#86a454 !important;*/

}
.dxnb-link{
   /*color:white !important;*/
}
/*Side bar background color*/
.dxnb-item{
 /*background-color:#86a454 !important;*/
}
.dxnb-header, .dxnb-headerCollapsed {
 /*background-color:#86a454 !important;*/
 /*color:white !important;*/ 
 /*font-size:18px !important;*/
 /*border:0px !important;*/
 /*border-bottom: 3px solid #d1d1d1 !important;*/
}
/*This helps to wrap long text in lables*/
.dxflCaptionCell_Moderno
{
/*white-space:normal !important;*/
}
.dxgvPopupEditForm_Moderno{
    padding:10px;
}

