﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');




/*################################################################################################################################################################################################################################################################################################################*/
/*## GLOBAL VARIABLES ############################################################################################################################################################################################################################################################################################*/
/*################################################################################################################################################################################################################################################################################################################*/
/*   Example of use:     body { background-color: var(--Base_BackColor, brown)!important; }     //Where brown is the default color   */





:root {
  --PlaceholderColor: lightgray;
  --UiBrightColor: #ffc000;
  --UiDarkColor: #997405;
  --GreyButtonColor: #6c757d;
  --MediumGreyColor: #b3b3b3;
  --BoxShadow: 5px 9px 20px 10px #888888;
}








/*################################################################################################################################################################################################################################################################################################################*/
/*################################################################################################################################################################################################################################################################################################################*/
/*################################################################################################################################################################################################################################################################################################################*/

/*## General css #####################################################################################################################################################################################################*/

.notBold {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.emboss {
  text-shadow: -2px -1px 1px #fff, 1px 1px 1px #000;
  opacity: 0.3;
}

.invert {
  filter: invert(0%);
}

.disableClick {
  pointer-events: none;
  cursor: default;
}

.opacityTrans {
  opacity: 0;
}

.opacity1 {
  opacity: 0.1;
}

.opacity2 {
  opacity: 0.2;
}

.opacity3 {
  opacity: 0.3;
}

.opacity4 {
  opacity: 0.4;
}

.opacity5 {
  opacity: 0.5;
}

.opacity6 {
  opacity: 0.6;
}

.opacity7 {
  opacity: 0.7;
}

.opacity8 {
  opacity: 0.8;
}

.opacity9 {
  opacity: 0.9;
}

.opacitySolid {
  opacity: 1;
}

.scale0-0 {
  transform: scale(0)
}

.scale0-1 {
  transform: scale(0.1)
}

.scale0-2 {
  transform: scale(0.2)
}

.scale0-3 {
  transform: scale(0.3)
}

.scale0-4 {
  transform: scale(0.4)
}

.scale0-5 {
  transform: scale(0.5)
}

.scale0-6 {
  transform: scale(0.6)
}

.scale0-7 {
  transform: scale(0.7)
}

.scale0-8 {
  transform: scale(0.8)
}

.scale0-9 {
  transform: scale(0.9)
}

.scale1-0 {
  transform: scale(1.0)
}

.scale1-5 {
  transform: scale(1.5)
}

.scale2-0 {
  transform: scale(2.0)
}

.widthFill {
  width: -webkit-fill-available;
}

.widthAuto {
  width: auto;
}

.w0 {
  width: 0px;
}

.w1 {
  width: 1px;
}
/*will force to be smallest as possible*/
.w5 {
  width: 5px;
}

.w10 {
  width: 10px;
}

.w15 {
  width: 15px;
}

.w20 {
  width: 20px;
}

.w25 {
  width: 25px;
}

.w30 {
  width: 30px;
}

.w35 {
  width: 35px;
}

.w40 {
  width: 40px;
}

.w45 {
  width: 45px;
}

.w47 {
  width: 47px;
}

.w50 {
  width: 50px;
}

.w55 {
  width: 55px;
}

.w60 {
  width: 60px;
}

.w65 {
  width: 65px;
}

.w70 {
  width: 70px;
}

.w74 {
  width: 74px;
}

.w75 {
  width: 75px;
}

.w80 {
  width: 80px;
}

.w85 {
  width: 85px;
}

.w90 {
  width: 90px;
}

.w95 {
  width: 95px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w245 {
  width: 245px;
}

.w250 {
  width: 250px;
}

.w250i {
  width: 250px !important;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w395 {
  width: 395px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w550 {
  width: 550px;
}

.w600 {
  width: 600px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w750 {
  width: 750px;
}

.w800 {
  width: 800px;
}

.w850 {
  width: 850px;
}

.w900 {
  width: 900px;
}

.w950 {
  width: 950px;
}

.w1000 {
  width: 1000px;
}

.w1050 {
  width: 1050px;
}

.w1100 {
  width: 1100px;
}

.w1150 {
  width: 1150px;
}

.w1200 {
  width: 1200px;
}

.w1250 {
  width: 1250px;
}

.w1300 {
  width: 1300px;
}

.w1350 {
  width: 1350px;
}

.w1400 {
  width: 1400px;
}

.w1500 {
  width: 1500px;
}

.w1600 {
  width: 1600px;
}

.w1700 {
  width: 1700px;
}

.w1800 {
  width: 1800px;
}

.w1900 {
  width: 1900px;
}

.w2000 {
  width: 2000px;
}

.taR {
  text-align: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.vaT {
  vertical-align: top;
}

.vaM {
  vertical-align: middle;
}

.vaB {
  vertical-align: bottom;
}

.margA0 {
  margin: 0px !important;
}

.margT0 {
  margin-top: 0px !important;
}

.margT1 {
  margin-top: 1px !important;
}

.margT2 {
  margin-top: 2px !important;
}

.margT3 {
  margin-top: 3px !important;
}

.margT4 {
  margin-top: 4px !important;
}

.margT5 {
  margin-top: 5px !important;
}

.margT8 {
  margin-top: 8px !important;
}

.margT10 {
  margin-top: 10px !important;
}

.margT20 {
  margin-top: 20px !important;
}

.margT30 {
  margin-top: 30px !important;
}

.margT40 {
  margin-top: 40px !important;
}

.margT50 {
  margin-top: 50px !important;
}

.margT60 {
  margin-top: 60px !important;
}

.margT70 {
  margin-top: 70px !important;
}

.margT80 {
  margin-top: 80px !important;
}

.margT100 {
  margin-top: 100px !important;
}

.margR0 {
  margin-right: 0px !important;
}

.margR1 {
  margin-right: 1px !important;
}

.margR2 {
  margin-right: 2px !important;
}

.margR3 {
  margin-right: 3px !important;
}

.margR4 {
  margin-right: 4px !important;
}

.margR5 {
  margin-right: 5px !important;
}

.margR8 {
  margin-right: 8px !important;
}

.margR10 {
  margin-right: 10px !important;
}

.margR20 {
  margin-right: 20px !important;
}

.margR30 {
  margin-right: 30px !important;
}

.margR40 {
  margin-right: 40px !important;
}

.margR50 {
  margin-right: 50px !important;
}

.margR60 {
  margin-right: 60px !important;
}

.margR70 {
  margin-right: 70px !important;
}

.margR80 {
  margin-right: 80px !important;
}

.margR100 {
  margin-right: 100px !important;
}

.margB0 {
  margin-bottom: 0px !important;
}

.margB1 {
  margin-bottom: 1px !important;
}

.margB2 {
  margin-bottom: 2px !important;
}

.margB3 {
  margin-bottom: 3px !important;
}

.margB4 {
  margin-bottom: 4px !important;
}

.margB5 {
  margin-bottom: 5px !important;
}

.margB8 {
  margin-bottom: 8px !important;
}

.margB10 {
  margin-bottom: 10px !important;
}

.margB20 {
  margin-bottom: 20px !important;
}

.margB30 {
  margin-bottom: 30px !important;
}

.margB40 {
  margin-bottom: 40px !important;
}

.margB50 {
  margin-bottom: 50px !important;
}

.margB60 {
  margin-bottom: 60px !important;
}

.margB70 {
  margin-bottom: 70px !important;
}

.margB80 {
  margin-bottom: 80px !important;
}

.margB100 {
  margin-bottom: 100px !important;
}

.margL0 {
  margin-left: 0px !important;
}

.margL1 {
  margin-left: 1px !important;
}

.margL2 {
  margin-left: 2px !important;
}

.margL3 {
  margin-left: 3px !important;
}

.margL4 {
  margin-left: 4px !important;
}

.margL5 {
  margin-left: 5px !important;
}

.margL8 {
  margin-left: 8px !important;
}

.margL10 {
  margin-left: 10px !important;
}

.margL20 {
  margin-left: 20px !important;
}

.margL30 {
  margin-left: 30px !important;
}

.margL40 {
  margin-left: 40px !important;
}

.margL50 {
  margin-left: 50px !important;
}

.margL60 {
  margin-left: 60px !important;
}

.margL70 {
  margin-left: 70px !important;
}

.margL80 {
  margin-left: 80px !important;
}

.margL100 {
  margin-left: 100px !important;
}

/*-ve margins*/
.margT-1 {
  margin-top: -1px !important;
}

.margT-2 {
  margin-top: -2px !important;
}

.margT-3 {
  margin-top: -3px !important;
}

.margT-4 {
  margin-top: -4px !important;
}

.margT-5 {
  margin-top: -5px !important;
}

.margT-10 {
  margin-top: -10px !important;
}

.margT-20 {
  margin-top: -20px !important;
}

.margT-50 {
  margin-top: -50px !important;
}

.margT-100 {
  margin-top: -100px !important;
}

.margR-1 {
  margin-right: -1px !important;
}

.margR-2 {
  margin-right: -2px !important;
}

.margR-3 {
  margin-right: -3px !important;
}

.margR-4 {
  margin-right: -4px !important;
}

.margR-5 {
  margin-right: -5px !important;
}

.margR-10 {
  margin-right: -10px !important;
}

.margR-20 {
  margin-right: -20px !important;
}

.margR-50 {
  margin-right: -50px !important;
}

.margR-100 {
  margin-right: -100px !important;
}


.margB-1 {
  margin-bottom: -1px !important;
}

.margB-2 {
  margin-bottom: -2px !important;
}

.margB-3 {
  margin-bottom: -3px !important;
}

.margB-4 {
  margin-bottom: -4px !important;
}

.margB-5 {
  margin-bottom: -5px !important;
}

.margB-10 {
  margin-bottom: -10px !important;
}

.margB-20 {
  margin-bottom: -20px !important;
}

.margB-50 {
  margin-bottom: -50px !important;
}

.margB-100 {
  margin-bottom: -100px !important;
}

.margL-1 {
  margin-left: -1px !important;
}

.margL-2 {
  margin-left: -2px !important;
}

.margL-3 {
  margin-left: -3px !important;
}

.margL-4 {
  margin-left: -4px !important;
}

.margL-5 {
  margin-left: -5px !important;
}

.margL-10 {
  margin-left: -10px !important;
}

.margL-20 {
  margin-left: -20px !important;
}

.margL-50 {
  margin-left: -50px !important;
}

.margL-100 {
  margin-left: -100px !important;
}

.txtGray {
  color: grey !important;
}

.txtDarkGray {
  color: grey !important;
}

.txtMedGray {
  color: darkgray !important;
}

.txtLightGray {
  color: lightgrey !important;
}

.txtRed {
  color: red !important;
}

.txtBlue {
  color: blue !important;
}

.txtYellow {
  color: yellow !important;
}

.txtOrange {
  color: orange !important;
}

.txtPurple {
  color: purple !important;
}

.txtGreen {
  color: green !important;
}

.txtPink {
  color: pink !important;
}

.txtTurquoise {
  color: turquoise !important;
}

.txtBlack {
  color: black !important;
}

.txtWhite {
  color: white !important;
}

.txtOffWhite {
  color: #F9F9F9 !important;
}

.txtDarkWhite {
  color: #DADADA !important;
}

.txtTransparent {
  color: transparent !important;
}

.bgRed {
  background-color: red !important;
}

.bgBlue {
  background-color: blue !important;
}

.bgYellow {
  background-color: yellow !important;
}

.bgOrange {
  background-color: orange !important;
}

.bgPurple {
  background-color: purple !important;
}

.bgGreen {
  background-color: green !important;
}

.bgPink {
  background-color: pink !important;
}

.bgTurquoise {
  background-color: turquoise !important;
}

.bgBlack {
  background-color: black !important;
}

.bgWhite {
  background-color: white !important;
}

.bgOffWhite {
  background-color: #F9F9F9 !important;
}

.bgVeryLightGrey {
  background-color: #ededed !important;
}

.bgLightGrey, .bgLightGray, .bgDarkWhite {
  background-color: #DADADA !important;
}

.bgLightRedGrey, .bgLightRedGray {
  background-color: #CFC8C8 !important;
}

.bgTransparent {
  background-color: transparent !important;
}

.bgBtnBlue {
  background-color: #CDE1FB !important;
}

.bg_LightGray {
  background-color: lightgrey !important;
}

.bg_Gray {
  background-color: grey !important;
}

.fontSmaller {
  font-size: smaller;
}

.fontLarger {
  font-size: larger;
}

.fontsize7pt {
  font-size: 7pt !important;
}

.fontsize7-5pt {
  font-size: 7.5pt !important;
}

.fontsize8pt {
  font-size: 8pt !important;
}

.fontsize8-5pt {
  font-size: 8.5pt !important;
}

.fontsize9pt {
  font-size: 9pt !important;
}

.fontsize10pt {
  font-size: 10pt !important;
}

.fontsize11pt {
  font-size: 11pt !important;
}

.fontsize12pt {
  font-size: 12pt !important;
}

.fontsize14pt {
  font-size: 14pt !important;
}

.fontsize16pt {
  font-size: 16pt !important;
}

.fontsize20pt {
  font-size: 20pt !important;
}

.fontsize24pt {
  font-size: 24pt !important;
}

.fontsize32pt {
  font-size: 32pt !important;
}

.padA0 {
  padding: 0px;
}

.pad1 {
  padding: 1px !important;
}

.pad2 {
  padding: 2px !important;
}

.pad3 {
  padding: 3px !important;
}

.pad5 {
  padding: 5px !important;
}

.pad8 {
  padding: 8px !important;
}

.pad10 {
  padding: 10px !important;
}

.pad20 {
  padding: 20px !important;
}

.pad30 {
  padding: 30px !important;
}

.pad40 {
  padding: 40px !important;
}

.pad50 {
  padding: 50px !important;
}

.pad70 {
  padding: 70px !important;
}

.pad100 {
  padding: 100px !important;
}

.pad150 {
  padding: 150px !important;
}


.padT0 {
  padding-top: 0px !important;
}

.padT1 {
  padding-top: 1px !important;
}

.padT2 {
  padding-top: 2px !important;
}

.padT3 {
  padding-top: 3px !important;
}

.padT4 {
  padding-top: 4px !important;
}

.padT5 {
  padding-top: 5px !important;
}

.padT8 {
  padding-top: 8px !important;
}

.padT10 {
  padding-top: 10px !important;
}

.padT15 {
  padding-top: 15px !important;
}

.padT20 {
  padding-top: 20px !important;
}

.padT30 {
  padding-top: 30px !important;
}

.padT40 {
  padding-top: 40px !important;
}

.padT50 {
  padding-top: 50px !important;
}

.padT60 {
  padding-top: 60px !important;
}

.padT70 {
  padding-top: 70px !important;
}

.padT80 {
  padding-top: 80px !important;
}

.padT100 {
  padding-top: 100px !important;
}

.padT150 {
  padding-top: 150px !important;
}

.padR0 {
  padding-right: 0px !important;
}

.padR1 {
  padding-right: 1px !important;
}

.padR2 {
  padding-right: 2px !important;
}

.padR3 {
  padding-right: 3px !important;
}

.padR4 {
  padding-right: 4px !important;
}

.padR5 {
  padding-right: 5px !important;
}

.padR8 {
  padding-right: 8px !important;
}

.padR10 {
  padding-right: 10px !important;
}

.padR15 {
  padding-right: 15px !important;
}

.padR20 {
  padding-right: 20px !important;
}

.padR30 {
  padding-right: 30px !important;
}

.padR40 {
  padding-right: 40px !important;
}

.padR50 {
  padding-right: 50px !important;
}

.padR60 {
  padding-right: 60px !important;
}

.padR70 {
  padding-right: 70px !important;
}

.padR80 {
  padding-right: 80px !important;
}

.padR100 {
  padding-right: 100px !important;
}

.padR150 {
  padding-right: 150px !important;
}

.padB0 {
  padding-bottom: 0px !important;
}

.padB1 {
  padding-bottom: 1px !important;
}

.padB2 {
  padding-bottom: 2px !important;
}

.padB3 {
  padding-bottom: 3px !important;
}

.padB4 {
  padding-bottom: 4px !important;
}

.padB5 {
  padding-bottom: 5px !important;
}

.padB8 {
  padding-bottom: 8px !important;
}

.padB10 {
  padding-bottom: 10px !important;
}

.padB15 {
  padding-bottom: 15px !important;
}

.padB20 {
  padding-bottom: 20px !important;
}

.padB30 {
  padding-bottom: 30px !important;
}

.padB40 {
  padding-bottom: 40px !important;
}

.padB50 {
  padding-bottom: 50px !important;
}

.padB60 {
  padding-bottom: 60px !important;
}

.padB70 {
  padding-bottom: 70px !important;
}

.padB80 {
  padding-bottom: 80px !important;
}

.padB100 {
  padding-bottom: 100px !important;
}

.padB150 {
  padding-bottom: 150px !important;
}

.padL0 {
  padding-left: 0px !important;
}

.padL1 {
  padding-left: 1px !important;
}

.padL2 {
  padding-left: 2px !important;
}

.padL3 {
  padding-left: 3px !important;
}

.padL4 {
  padding-left: 4px !important;
}

.padL5 {
  padding-left: 5px !important;
}

.padL8 {
  padding-left: 8px !important;
}

.padL10 {
  padding-left: 10px !important;
}

.padL15 {
  padding-left: 15px !important;
}

.padL20 {
  padding-left: 20px !important;
}

.padL30 {
  padding-left: 30px !important;
}

.padL40 {
  padding-left: 40px !important;
}

.padL50 {
  padding-left: 50px !important;
}

.padL60 {
  padding-left: 60px !important;
}

.padL70 {
  padding-left: 70px !important;
}

.padL80 {
  padding-left: 80px !important;
}

.padL100 {
  padding-left: 100px !important;
}

.padL150 {
  padding-left: 150px !important;
}

.padT_no {
  padding-top: 0px;
}

.padT_yes {
  padding-top: 10px;
}

.padR_no {
  padding-right: 0px;
}

.padR_yes {
  padding-right: 10px;
}

.padB_no {
  padding-bottom: 0px;
}

.padB_yes {
  padding-bottom: 10px;
}

.padL_no {
  padding-left: 0px;
}

.padL_yes {
  padding-left: 10px;
}

.BorderCollapse {
  border-collapse: collapse;
}

.BorderCollapsei {
  border-collapse: collapse !important;
}

.GreyBorder {
  border: solid 2px grey;
}

.fltR {
  float: right;
}

.fltRi {
  float: right !important;
}

.fltL {
  float: left;
}

.fltLi {
  float: left !important;
}

.fltAbsoluteTR {
  position: absolute;
  top: 0;
  right: 0;
}

.fltAbsoluteTL {
  position: absolute;
  top: 0;
  left: 0;
}

.fltAbsoluteBR {
  position: absolute;
  bottom: 0;
  right: 0;
}

.fltAbsoluteBL {
  position: absolute;
  bottom: 0;
  left: 0;
}

.clrR {
  clear: right;
}

.clrL {
  clear: left;
}

.ClearBoth {
  clear: both;
}

.horizontalAlignLeft {
  text-align: left;
}

.horizontalAlignCenter {
  text-align: center;
}

.horizontalAlignRight {
  text-align: right;
}

.horizontalAlignCenterB {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center; /* Safari and Chrome */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center; /* Firefox */
  display: box;
  box-pack: center;
  box-align: center; /* W3C */
}

.verticalAlignCenterm {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.verticalAlignCenterB {
  top: 50%;
  position: relative;
}

.AllAlignCenter {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center; /* Safari and Chrome */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center; /* Firefox */
  display: box;
  box-pack: center;
  box-align: center; /* W3C */
  top: 50%;
  position: relative;
}
/*HV_AlignCenter*/ .upMore {
  top: 30%;
}
/*HV_AlignCenter*/ .downMore {
  top: 80%;
  position: relative;
}

.absoluteCenter {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.invisible {
  visibility: hidden !important;
}

.invisiblei {
  visibility: hidden !important;
}

.displayNone {
  display: none;
}

.displayNonei {
  display: none !important;
}

.displayBlock {
  display: block;
}

.displayBlocki {
  display: block !important;
}

.displayInline {
  display: inline;
}

.displayInLineBlock {
  display: inline-block;
}

.displayFlex {
  display: flex;
}

.displayGrid {
  display: grid;
}

.displayListItem {
  display: list-item;
}

.displayTable {
  display: table;
}

.displayTableRow {
  display: table-row;
}

.displayTableCell {
  display: table-cell;
}

.displayNormal {
  display: unset
}

.backgroundContain {
  background-size: contain;
}

.hideBorder {
  border-color: transparent !important;
  text-decoration: initial !important;
  border-width: 0px !important;
  border-style: none !important;
}

.z500 {
  z-index: 500;
}

.z1000 {
  z-index: 1000;
}

.z10000 {
  z-index: 10000;
}


.borderNonei {
  border: none !important;
}

.borderTopNonei {
  border-top: none !important;
}

.borderBottomNonei {
  border-bottom: none !important;
}

.borderLeftNonei {
  border-left: none !important;
}

.borderRightNonei {
  border-right: none !important;
}

.BoxShadow {
  box-shadow: 5px 9px 20px 10px #888888;
}

/*## General css END ######################################################################################################################################################################################################*/




/*################################################################################################################################################################################################################################################################################################################*/
/*################################################################################################################################################################################################################################################################################################################*/
/*################################################################################################################################################################################################################################################################################################################*/


html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: lightgray;
}

h1:focus {
  outline: none;
}

a, .btn-link {
  color: #000;
}

.top-row a:hover, .top-row .btn-link:hover {
  text-decoration: underline;
  color: #0c0c0c;
}

.btn-primary {
  color: #000;
  background-color: rgb(255,192,0);
  border-color: rgb(223,168,0);
}

.content {
  padding-top: 1.1rem;
}

.blazored-typeahead.valid.modified {
  border-color: #ced4da !important;
}

.valid.modified:not([type=checkbox],[type=radio]) {
  outline: 1px solid #ced4da;
}
/* #26b050 */


.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow; /*lightyellow*/
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

  .blazor-error-boundary::after {
    content: "An error has occurred."
  }

.MainContainer { /*Full page*/
  background-color: white;
  padding: 16px;
  min-height: 400px;
  border-radius: 5px;
  box-shadow: 2px 2px #888888;
}

/*    .MainContainer {
      min-height: 500px;
      position: relative;
      padding-bottom: 100px;
    }

    .modal-footer {
      bottom: 0px;
      position: absolute;
      right: 0px;
      width: -webkit-fill-available;
    }*/

.Container { /*Half page*/
  background-color: white;
  padding: 16px;
  border-radius: 5px;
  box-shadow: 1px 1px #888888;
  margin-bottom: 16px;
}

.HideAdvancedSearchLink {
  float: left;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #00bfff;
  padding-left: 7px;
  padding-top: 7px;
  cursor: pointer;
}

.AdvancedSearchBtn {
  border: solid 2px grey;
  height: 30px;
  padding: 2px 6px 2px 6px;
}

.AdvancedSearchLink {
  float: left;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #282f34;
  padding-left: 7px;
  padding-top: 7px;
  cursor: pointer;
  border: solid grey 2px;
  border-radius: 3px;
  padding: 4px 6px 3px 6px;
}

#SimpleSearch {
  float: left;
}

.bg-advancedsearch {
  background-color: #ffeebd;
  margin-bottom: 10px;
  margin-left: 20px;
}

.collapsable-panel {
  border: 1px solid #eee;
  padding: 25px;
  background-color: white;
  overflow: hidden;
}

.collapsable .title {
  display: table-cell
}

.collapsable .value {
  display: table-cell;
  text-align: right;
}




/*          :not(.Details) label.required:after,
            :not(.Details) label.required:after, */

/*:not(.ViewBoxDetails) label.required:after,*/ /*bootstrap*/
div:not(.ViewBoxDetails) label.required:after { /*.container:not(.Details)*/ /*bootstrap*/
  content: "＊"; /* https: //fsymbols.com/signs/bullet-point/ */
  color: #B00000 !important;
  font-size: 1.2em;
  font-weight: bold;
  /*position: absolute;
  margin-top: -1px;*/
}

/*@supports (-webkit-touch-callout: none) {*/ /* CSS specific IS iOS devices */
/*color: blue !important;  
  font-size: 1em!important;
  position: unset!important;
}
@supports not (-webkit-touch-callout: none) {*/ /* CSS for NOT iOS devices */
/*color: #B00000 !important;
  position: absolute;
}*/


div.ViewBoxDetails label.required:after { /*not(.ViewBoxDetails) above not working*/
  content: "" !important; /* https: //fsymbols.com/signs/bullet-point/ */
  display: none !important;
}

.ViewBoxDetails .FieldLabel span.Unit {
  display: none;
}
/*Hide*/
/*.ViewBoxDetails .FieldValue span.Unit {display:}*/ /*Show*/

/*.ViewBoxEdit .FieldLabel span.Unit {display:}*/ /*Show*/
.ViewBoxEdit .FieldValue span.Unit {
  display: none;
}
/*Hide*/





/*label.required.control-label:before { margin-left: -26px; }
label.required.form-check-label:before { margin-left: -50px; }*/


.invalid, .form-control.invalid, input.invalid { /*For consistancy, as bottom border red, is the only way we can style other controls like dropdowns*/ /*[aria-invalid="true"]*/ /*outline: revert!important;  as this is not working everywhere properly*/
  border-width: 1px !important;
  border-color: #ced4da !important;
  border-bottom-color: red !important;
}

.validation-message {
  font-size: 9pt;
  border-top: #ff0000a6 1px solid;
  width: calc(100% - 6px);
  margin-left: 3px;
  margin-top: -1px;
}

@media (max-width: 930px) {
  .validation-message {
    font-size: 0pt;
    border-top: #ff0000 2px solid;
  }
}






.button-icon {
  font-size: 12px;
  padding-right: 5px;
}

@media (max-width: 960px) {
  .button-label {
    display: none;
  }

  .button-icon {
    padding-right: 0px;
  }
}

.blazored-modal {
  width: 60%;
}

@media (min-height: 1025px) {
  .blazored-modal {
    max-height: 1024px;
    overflow-y: auto;
  }
}

@media (max-height: 1024px) {
  .blazored-modal {
    max-height: 700px;
    overflow-y: auto;
  }
}

@media (max-width: 960px) {
  .blazored-modal {
    width: 80%;
    max-height: 700px;
    overflow-y: auto;
  }

  .blazored-modal-header {
    padding: 0 0 0 0;
  }
}

body {
  font-size: 0.9rem;
}

.akahu {
  background-color: #8232ff;
  color: white;
}

.FloatLeft {
  float: left;
}

.FloatRight {
  float: right;
}

.FloatRightSpan + span {
  float: right;
}

.ClearBoth {
  clear: both;
}


select.PleaseSelect {
  color: #e3e3e3;
}

option {
  color: black;
}

  option.PleaseSelectOption {
    color: #bdbdbd;
  }

::placeholder {
  color: var(--PlaceholderColor);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--PlaceholderColor);
}

::-ms-input-placeholder {
  color: var(--PlaceholderColor);
}


/*x.draggingEnter { background-color: blue!important; }
x.draggingLeave { background-color: green!important; }
x.drop { background-color: red!important; }
x.red { background-color: red; }
x.bleach .red { background-color: white; }*/

.dragging {
  cursor: not-allowed;
}
/* border: 1px solid lightgray; border-width: 1px 0 0 1px; transform: translate(-1px, -1px); */
.dragFrom:active {
  border: 1px solid black !important;
  background-color: lightgray !important;
  cursor: grab;
}

.dragdropIcon {
  float: left;
  transform: rotate(-90deg);
  margin-left: -5px;
  margin-top: -4px;
}

.DragLabel {
  float: left;
  background-color: var(--UiBrightColor);
  width: fit-content;
  border: 1px solid grey;
  cursor: default;
  padding-right: 30px;
  padding-left: 5px;
  /*  background-color: var(--UiBrightColor);
  width: fit-content;
  border: 1px solid grey;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 12px;
  cursor: default;
  padding-right: 30px;*/
}

.dragInfo {
  cursor: pointer;
  font-size: 18pt;
  line-height: 16pt;
  position: absolute;
  margin-left: 5px;
}

  .dragInfo:hover:after {
    background-color: white;
    position: absolute;
    width: 505px !important;
    border: 1px solid grey;
    padding: 10px;
    margin-left: 12px;
    z-index: 1000;
    font-size: 10pt;
    left: -170px;
    top: 45px;
    box-shadow: var(--BoxShadow)
  }

  .dragInfo.DragNDropSequencingWithinGroup:hover:after {
    content: "⏶ Dragging a row UP-wards, will force it to drop ABOVE the drop-row target.     ⏷ Dragging a row DOWN-wards, will force it to drop BELOW the drop-row target."; /*WARNING : There are 4 char spaces after the first fullstop !!!*/
  }

.nonDragLabel {
  background-color: var(--MediumGreyColor);
  width: fit-content;
  border: 1px solid var(--MediumGreyColor);
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 12px;
  cursor: default;
  padding-right: 30px;
  padding-left: 5px;
  color: #fff;
}

.nonDragInfo {
  cursor: pointer;
  font-size: 18pt;
  line-height: 16pt;
  position: absolute;
  margin-left: 5px;
}

  .nonDragInfo:hover:after {
    background-color: white;
    position: absolute;
    width: 505px !important;
    border: 1px solid grey;
    padding: 10px;
    margin-left: 12px;
    z-index: 1000;
    font-size: 10pt;
    left: -170px;
    top: 45px;
    box-shadow: var(--BoxShadow);
    color: #000;
  }

div.MainContainer.MappingRuleIndex .nonDragInfo:hover:after {
  content: "Drag to re-order has been disabled due to a search by Chart of Accounts or Description being completed. To re-enable please remove the Description and Chart of Accounts advanced search criteria and click search again."; /*WARNING : There are 4 char spaces after the first fullstop !!!*/
}

.cell-nowrap {
  white-space: nowrap;
}

.search-container div {
  padding-right: 0px !important;
}

.search-container #advancedSearchControl .form-group.row {
  margin-right: 0px;
}

.search-container #advancedSearchControl .p-2.bd-highlight {
  width: calc(100% - 104px);
}

@media (max-width: 960px) {
  .search-container #advancedSearchControl .p-2.bd-highlight {
    width: calc(100% - 48px);
  }
}

.table-responsive {
  clear: both;
}

.IsPurchase.PurchaceFields, .IsDepreciation.DepreciationFields {
  display: block !important;
}

.TextHorizontalAlignCenter {
  text-align: center;
}

/*## TOAST css ##################################################################################################################*/
/*_ref:ExceptionToast*/
.bg-info,
.bg-success {
  background-color: #fff2cc !important;
}
/*color:pale-yellow     text:Info/Success */
.bg-warning {
  background-color: #ffde7c !important;
}
/*color:yellow          text:Warning */
.bg-error {
  background-color: #ff9655 !important;
}
/*color:orange          text:Error*/
.bg-danger {
  background-color: #dc3545 !important;
}
/*color:red             text:Error */

.toast {
  display: none;
  padding: 0.5rem;
  color: bluef;
  position: fixed;
  width: 30rem;
  border-radius: 1rem;
  top: 55px;
  left: 50%;
  margin-left: -200px;
  z-index: 1000;
}

@media (max-width: 960px) {
  .toast {
    width: 100%;
    left: unset;
    margin-left: unset;
  }
}

.toast-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5rem;
  font-size: 2.5rem;
}

.toast-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 1rem;
}

  .toast-body p {
    margin-bottom: 0;
  }

.toast-visible {
  display: flex !important;
  flex-direction: row !important;
  animation: fadein 1.5s !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*## end TOAST css ##############################################################################################################################################################################################################################################################################################################*/


.oi-bug {
  color: red;
}

/*## page specific css ##############################################################################################################################################################################################################################################################################################################*/


/* DataGrid.razor */
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/*SearchComponent.razor*/

.btn-sm {
  padding: 0.25rem 0.5rem;
  height: 38px;
}

.oi {
  font-size: 1rem;
}

/* container: stack caption over checkbox */
.gl-two-line {
  display: inline-flex; /* sit side-by-side with siblings */
  flex-direction: column; /* caption first, checkbox below */
  align-items: center; /* centre everything horizontally */
  line-height: 1.2;
}

/* tighten the gap between caption and box */
.gl-checkbox {
  margin-top: 2px; /* adjust to taste */
}

/* optional: give each control breathing room */
.gl-two-line {
  margin-bottom: 6px; /* if they wrap on narrow screens */
}

/* make the caption text consistent */
.gl-caption {
  font-weight: 500; /* semi-bold like Metro headers */
  white-space: nowrap; /* prevent mid-label breaks */
}

/* (optional) slightly enlarge the checkbox so it feels tappable */
.gl-checkbox {
  width: 18px;
  height: 18px;
}

/*TaskprogressStatus.razor*/
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.badge-gray {
  background-color: #e5e7eb;
  color: #374151;
}

.badge-yellow {
  background-color: #fef3c7;
  color: #92400e;
}

.badge-green {
  background-color: #d1fae5;
  color: #065f46;
}

.badge-red {
  background-color: #fee2e2;
  color: #991b1b;
}

/*Multiple Pages*/
.form-group {
  padding-top: 12px;
}


/*Report/Render.razor*/
.ReportRender .tab1 {
  text-indent: 8px;
}

.ReportRender .tab2 {
  text-indent: 16px;
}

.ReportRender .report-scroll-container {
  overflow-x: auto;
  width: 82vw;
}

.ReportRender .report-table {
  width: 100%;
}

.ReportRender .row > .col-1,
.ReportRender .row > .col-2 {
  white-space: nowrap;
}

.ReportRender .row {
  flex-wrap: nowrap;
}

.ReportRender .col-1 {
  flex: 0 0 100px; /* fixed width */
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}

/*Styles for individual elements*/
.data-grid-expand-button {
  cursor: pointer;
  position: absolute;
  right: 0px;
}

.data-grid-col {
  text-align: center;
  padding: 20px;
}

/*PaginControl.razor*/
.paging-container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
}

/* left-hand items-per-page selector */
.paging-items-selector {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.paging-label {
  margin-bottom: 4px;
}

.paging-select {
  width: 100px;
}

/* right-hand navigation buttons */
.paging-buttons {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2px;
}

.paging-btn-active {
  background-color: #0078D4;
  color: #fff;
}

.paging-btn-inactive {
  background-color: transparent;
  color: inherit;
}

/*report components */
/* container row */
/* container row */
.block-row {
  font-size: 12px; /* inherited by children */
}

/* first (label) column — placeholder */
.block-label {
  /* font-size already inherited; add any extra label styles here */
}

/* numeric balance cells */
.block-balance {
  font-size: 12px; /* safeguard if inheritance changes */
  text-align: right;
}

/* 14 px bold title label (tab-level 1) */
.block-title-label {
  font-size: 14px;
  font-weight: bold;
}

/* 12 px bold subtitle label (tab-level 2) */
.block-subtitle-label {
  font-size: 12px;
  font-weight: bold;
}

/* 12 px bold, right-aligned label (used in latest snippet) */
.block-label-strong {
  font-size: 12px;
  font-weight: bold;
}

/* generic right-align utility (optional but handy) */
.text-right {
  text-align: right;
}
/* Bold 18px H1 heading */
.block-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0; /* Optional: remove default H1 spacing */
}
/* Optional: for bold rows */
.block-row-bold {
  font-weight: bold;
}

/* Italic variation for notes or subtotals */
.block-row-italic {
  font-style: italic;
}

.block-row-border {
  border-bottom: 2px solid black;
}

.block-balance-bold {
  font-size: 14px;
}

.block-row-border-right {
  border-bottom: 2px solid black; /* same thickness for consistency */
}

/* depreciation schedule*/
/* layout & utility */
.depreciation-row {
  font-size: 12px;
}

.depreciation-right {
  text-align: right;
}

.depreciation-left {
  text-align: left;
}

.depreciation-nowrap {
  white-space: nowrap;
}

/* emphasis */
.depreciation-bold {
  font-weight: bold;
}

.depreciation-italic {
  font-style: italic;
}

.depreciation-underline {
  text-decoration: underline;
}

/* headings */
.depreciation-h3 {
  font-size: 18px;
  font-weight: bold;
}

/* table header cells */
.depreciation-th {
  font-size: 12px;
  font-weight: bold;
}

/* horizontal rule */
.depreciation-hr {
  margin: 5px 0;
  border: 0;
  border-bottom: 1px solid #000;
}

/*editransaction.razor*/
.editTransaction-no-margin {
  margin-bottom: 0px;
}

.editTransaction-border-bottom {
  border-bottom: 1px solid #000;
}

.editTransaction-font-normal {
  font-weight: 400;
}

.editTransaction-inline-40 {
  display: inline-block;
  width: calc(100% - 40px);
}

.editTransaction-inline {
  display: inline-block;
}

.editTransaction-top-padding {
  padding-top: 0.5rem;
}

.editTransaction-bold-1rem {
  font-weight: bold;
  font-size: 1rem;
}

.editTransaction-inline-40 {
  display: inline-block;
  width: calc(100% - 40px);
}

.editTransaction-inline {
  display: inline-block;
}

.editTransaction-bold {
  font-weight: bold;
}
/* show / hide based on option */
.editTransaction-show {
  display: block;
}

.editTransaction-hide {
  display: none;
}
/* zero padding / margin (for the bold name div) */
.editTransaction-zero-pad {
  padding: 0;
  margin: 0;
}

/* 0.5 rem top padding */
.editTransaction-top-padding {
  padding-top: 0.5rem;
}

/*  searchComponent */
.searchComponent-container {
}

.searchComponent-advanced.show {
  display: block !important;
}

.searchComponent-advanced.hide {
  display: none !important;
}

.searchComponent-simple-input {
  width: 100%;
}

.width100p {
  width: 100%;
}

.company-create-parentid, .company-edit-parentid, .mr-create-ic, .mr-edit-ic {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.company-details-shareholders {
  font-size: 1rem;
}

.font-size-smaller {
  font-size: smaller;
}

.text-align-right {
  text-align: right;
}

.mr-create-acm, .mr-edit-acm {
  display: inline-block;
  width: calc(100% - 40px);
}

padding-top-pt5rem {
  padding-top: 0.5rem;
}

.bold-font-1rem {
  font-weight: bold;
  font-size: 1rem;
}