﻿/*                          */
/* Navileren CSS specials.  */
/*                          */
/* RC 20160312 added for new UI masterpage. */
/*                          */
/* Bemplanner colours       */
/*                          */
/*                          */
/* New UI Idyia colors      */
/*                          */
/* Blue       RGB 000 00 255 CMYK 70-16-00-00 */
/* Blue       RGB 038 169 225 CMYK 70-16-00-00 */
/* Lightgreen RGB 201 201 045 CMYK 25-10-99-00 */
/* Orange     RGB 252 176 060 CMYK 00-35-86-00 */
/* Purple     RGB 237 035 124 CMYK 00-96-18-00 */
/* Green      RGB 141 198 063 CMYK 50-01-99-00 */
/* Lightgrey with matching color*/
/* 0.7 Transparent colors for background */
/* Lightgrey with matching color*/
/* Grid colors */
/* Colors for judgement */
/* Navileren/Ledgers/Idyia template colors */
.clsCol3E57CC {
  background-color: #3E57CC;
}
.clsAppDivHeaderBoxClr {
  background-color: white;
}
.clsColEEH {
  background: #a6daf3;
  background: linear-gradient(top, #a6daf3, #bce5f7);
  background: -o-linear-gradient(top, #a6daf3, #bce5f7);
  background: -ms-linear-gradient(top, #a6daf3, #bce5f7);
  background: -moz-linear-gradient(top, #a6daf3, #bce5f7);
  background: -webkit-linear-gradient(top, #a6daf3, #bce5f7);
}
#AppDivContentPageSheet,
#AppDivContentPageLeft {
  background-color: white;
}
#AppDivContentPageMiddle,
#AppDivContentPageFiller,
#AppDivContentPageRight {
  background-color: white;
}
.AppDivActionHdr,
.AppClsActionHdr,
.AppClsActionHdrFixed {
  background-color: #CCC;
}
/*                                                              */
/* Navileren CSS specials. stays as long as there are old files */
/*                                                              */
.ClsBgColNavHdr {
  background-color: white;
}
.ClsBgColPupNav {
  background-color: white;
}
.ClsDialogBg {
  background-color: white;
}
.locClsBgCol,
.ClsBgColNav {
  background-color: white;
}
.locClsBdrTCol,
.ClsBdrTColNav {
  border-top: 1px;
  border-style: solid;
  border-color: #ebebeb;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.locClsLineSpacing,
.ClsLineSpacingNav {
  padding-top: 0.5em;
  margin-left: 2%;
}
.AppDivPage_backGround {
  background-color: #E6E7ED;
}
.ui-autocomplete-loading {
  background: white url('/images/general/ui-anim_basic_16x16.gif') right center no-repeat;
}
/*                                      */
/* End ofNavileren CSS specials.        */
/* Startof colors for Navileren tasks   */
/*                                      */
.ClsLightBlue {
  background-color: aqua;
}
.ClsWeekEnd {
  background-color: #FFFACD;
}
.ClsFFFF00_Yellow {
  background-color: Yellow;
}
.ClsFF9_LYellow {
  background-color: #FF9;
}
.ClsFC0_Yellow {
  background-color: #FC0;
}
.ClsFF0_DYellow {
  background-color: #FF0;
}
.ClsC90_LBrown {
  background-color: #C90;
}
.Cls963634_DBrown {
  background-color: #963634;
}
.ClsA6A6A6_Grey {
  background-color: #A6A6A6;
}
.Cls9F9_BGreen {
  background-color: #9F9;
}
.Cls9FF_LGreen {
  background-color: #9FF;
}
.Cls008000_DGreen {
  background-color: #008000;
}
.Cls9C0_Green {
  background-color: #9C0;
}
.Cls00FF7F_SGreen {
  background-color: SpringGreen;
}
.Cls00B0F0_Blue {
  background-color: #00B0F0;
}
.Cls1E90FF_Blue {
  background-color: DodgerBlue;
}
.Cls0CF_LBlue {
  background-color: #0CF;
}
.ClsF90_Orange {
  background-color: #F90;
}
.ClsF00_Red {
  background-color: #F00;
}
.ClsFF0000_Red {
  background-color: red;
}
.ClsF06_Pink {
  background-color: #F06;
}
.ClsFF1493_Pink {
  background-color: DeepPink;
}
.ClsFC9_Dith {
  background-color: #FC9;
}
.Cls000_BlDith {
  background-color: #000;
}
.Cls228B22_FGreen {
  background-color: ForestGreen;
}
.Cls7FFF00_Chart {
  background-color: Chartreuse;
}
.Cls8A2BE2_Violet {
  background-color: BlueViolet;
}
.ClsA0522D_Sienna {
  background-color: Sienna;
}
.ClsC0C0C0_Silver {
  background-color: Silver;
}
.ClsDAA520_GRod {
  background-color: GoldenRod;
}
.ClsF5DEB3_wheat {
  background-color: Wheat;
}
.ClsFFE4C4_Bisque {
  background-color: Bisque;
}
/* CSS for correcting Jquery UI custom things we don't want.*/
.ui-datepicker .ui-datepicker-title select {
  font-size: 100%;
}
/* Redefinition of UI-Theme, to prevent problems when updating theme. */
/* must look for other abstractions.                                  */
.ui-dialog-title {
  font-size: 81.25%;
}
.ui-dialog-buttonpane button {
  font-size: 87.5%;
}
.ui-tabs-disabled {
  display: none;
  /* disabled tabs don't show up */
}
/* Necessary to get the same font-size and font-family in these items */
input,
select,
textarea {
  font-size: inherit;
  background-color: white;
  color: #0000FF;
}
/* Bemplanner colours*/
.ClsBMHdrClr {
  background-color: #BFCFFF;
}
.ClsBMSHdrClr {
  background-color: #D0DBE6;
}
.ClsBMLinClr {
  background-color: #E2E6EA;
}
.ClsBlackLinClr {
  background-color: black;
}
.ClsTxtWhite {
  color: white;
}
/* In order to see the background when a dialog is up, set the opacity of the
    'ui-widget-overlay', the class used by jquery-ui to make a dialog modal.
*/
.ui-widget-overlay {
  /*-moz-opacity: @opacity;*/
  /*-khtml-opacity: @opacity;*/
  /*-webkit-opacity: @opacity;*/
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.ClsIdyiaIBlue {
  color: #0000FF;
}
.ClsIdyiaDYellow {
  color: #C9C92D;
}
.ClsIdyiaYBeige,
.IdyiaYBeige {
  color: #FCB03C;
}
.ClsIdyiaIPurple {
  color: #ED237C;
}
.ClsIdyiaAGreen,
.IdyiaAGreen {
  color: #8DC63F;
}
.ClsIdyiaClrWhite {
  color: white;
}
.ClsIdyiaClrBlack {
  color: #333;
}
.ClsIdyiaIBlueBG,
.IdyiaIBlueBG {
  background-color: #0000FF;
}
.ClsIdyiaDYellowBG,
.IdyiaDYellowBG {
  background-color: #C9C92D;
}
.ClsIdyiaYBeigeBG,
.IdyiaYBeigeBG {
  background-color: #FCB03C;
}
.ClsIdyiaIPurpleBG,
.IdyiaIPurpleBG {
  background-color: #ED237C;
}
.ClsIdyiaAGreenBG,
.IdyiaAGreenBG {
  background-color: #8DC63F;
  color: white;
}
.ClsIdyiaAGreenBGW {
  background-color: #8DC63F;
  color: #676767;
}
.ClsIdyiaInpGreyBG,
.IdyiaInpGreyBG {
  background-color: #ebebeb;
}
.ClsIdyiaHdrGreyBG,
.IdyiaHdrGreyBG {
  background-color: #ebebeb;
}
/* Color used in headers and footers */
.ClsIdyiaCPWhiteBG,
.IdyiaCPWhiteBG {
  background-color: white;
}
/* Color used in Content pages */
.ClsIdyiaLGreyBg {
  background-color: #ebebeb;
}
.ClsIdyiaGenBg {
  background-color: #3D3D3D;
}
/* Color used as general background */
.ClsIdyiaChoiceBg {
  background-color: #666;
  color: white;
}
/* Color used as general background for choice icons in header */
.ClsIdyiaActHButBg {
  background-color: #CCC;
  color: #676767;
}
.ClsIdyiaActItButBg {
  background-color: white;
  color: #0000FF;
}
.ClsIdyiaYellowBg {
  background-color: yellow;
}
/* Color used as yellow background */
.ClsIdyiaNUIBrdrClr {
  border-color: #E8E8E8;
}
.ClsIdyiaIBlueBrdr {
  border-color: #0000FF;
}
.ClsIdyiaIBlueButton {
  border-color: #0000FF;
  background-color: white;
  color: #0000FF;
}
/* Border for selectable buttons. */
.ClsIdyiaAGreenButton {
  background-color: #8DC63F;
  color: white;
}
/* Border for selectable buttons. */
/*.ClsGenGridHoverBg{background-color:@GenGridHoverBg;}*/
.ClsGenGridHoverBg {
  background-color: #ebebeb;
}
.ClsGenGridOddBg {
  background-color: #F8F8F8;
}
.ClsGenGridSelBg {
  background-color: #F5F5F5;
}
.ClsIdyiaFreeLessonHdrBg {
  background-color: #cb66cc;
}
.ClsInadequate {
  background: none repeat scroll 0 0 Red;
}
.ClsModerate {
  background: none repeat scroll 0 0 Darkorange;
}
.ClsSufficient {
  background: none repeat scroll 0 0 GreenYellow;
}
.ClsAmple {
  background: none repeat scroll 0 0 Chartreuse;
}
.ClsGood {
  background: none repeat scroll 0 0 Green;
}
.ClsMade {
  background: none repeat scroll 0 0 Yellow;
}
.ClsOptSelected {
  background: none repeat scroll 0 0 white;
}
.ClsOptSelectedTr {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}
.ClsItGoes {
  background: none repeat scroll 0 0 Orange;
}
.BtnMenuCol1 {
  background: #D4E04E;
}
.BtnMenuCol2 {
  background: #FFD478;
}
.BtnMenuCol3 {
  background: #FBA534;
}
.BtnMenuCol4 {
  background: #EF3327;
}
.BtnMenuCol5 {
  background: #EF5092;
}
.BtnMenuCol6 {
  background: #EF3327;
}
.BtnMenuCol7 {
  background: #A8E876;
}
.BtnMenuCol10 {
  background: #e7ee77;
}
.BtnMenuCol20 {
  background: #ffe7a3;
}
.BtnMenuCol30 {
  background: #fdc856;
}
.BtnMenuCol40 {
  background: #f779b9;
}
.BtnMenuCol50 {
  background: #f75543;
}
.BtnMenuCol60 {
  background: #EF5092;
}
.BtnMenuCol70 {
  background: #a6daf3;
}
.BtnMenuCol101 {
  background: #D4E04E;
}
.BtnMenuCol102 {
  background: #FFD478;
}
.BtnMenuCol103 {
  background: #FBA534;
}
.BtnMenuCol104 {
  background: #EF3327;
}
.BtnMenuCol105 {
  background: #EF5092;
}
.BtnMenuCol106 {
  background: #EF3327;
}
.BtnMenuCol107 {
  background: #7BBEE9;
}