﻿/*                          */
/* Navileren CSS specials.  */
/*                          */
/* RC 20160312 added for new UI masterpage. */
/*                          */
/* Bemplanner colours       */
/*                          */
/*                          */
/* New UI Idyia colors      */
/*                          */
.ClsIdyiaGreen {
  color: #8DC63F;
}

.ClsIdyiaClrWhite {
  color: white;
}

.ClsIdyiaChoiceBg {
  background-color: #666;
  color: white;
}
.ClsIdyiaBeigeBG {
  background-color: #FCB03C;
}

.ClsIdyiaBeigeApp {
  background-color: #faf7f1;
}

.ClsIdyiaIBlueBG {
  background-color: #0000FF;
}


.ClsIdyiaGreenBG {
  background-color: #8DC63F;
  color: white;
}

.ClsIdyiaPurpleBG {
  background-color: #ED237C;
}
.ClsIdyiaHdrGreyBG {
  background-color: #ebebeb;
}
/* actions */
.AppDivActionHdr,
.AppClsActionHdr,
.AppClsActionHdrFixed {
  background-color: #CCC;
}

.ClsHdrBgClr {
    background-color: #2D9FC2 !important
}
.ClsIdyiaChoiceBg {
    background-color: #164F61 !important;
    min-height: 68px;
}

    .ClsIdyiaChoiceBg:hover {
        background-color: #81C5DA !important;
    }

.ClsIdyiaChoiceSelectedBg {
    background-color: rgba(0, 123, 255, 0.5) !important;
    min-height: 68px;
}
/*.ClsHdrBgClr {
    background-color: #33CCFF !important
}

.ClsIdyiaChoiceBg {
    background-color: #0099FF !important;
    min-height: 68px;
}

    .ClsIdyiaChoiceBg:hover {
        background-color: #66CCFF !important;
    }*/

.ClsHomeClr {background-color: #335511;}
.ClsHomeClr:hover {background-color: #849970}
.ClsHelpClr {background-color: #551133;}
.ClsHelpClr:hover {background-color: #C1A9B5;}
.ClsMailIssueClr {background-color: #113355;}
.ClsMailIssueClr:hover {background-color: #B7C1CC;}
.ClsLogOffClr {background-color: #C84D23;}
.ClsLogOffClr:hover {background-color: #DE947B;}

.txtClrDark {color: #212529;}