:root {
  font-size: 24px;
}

.container {
  min-width: 1920px;
  max-width: 1920px;
  height: calc(100% - 195px);
  padding: 0px 15px 0px 15px;
}

.container-detail-height {
    height: calc(100% - 2.5rem)
}

.search-form-height {
  height: 120px;
}

.member-search-form-height {
  height: 160px;
}

.member-ag-grid-height {
  height: calc(100% - 160px);
  overflow: hidden;
}

.ag-grid-height {
  height: calc(100% - 120px);
  overflow: hidden;
}

.fs-125rem{
  font-size: 1.25rem;
}

.fs-150rem{
  font-size: 1.5rem;
}

.fs-170rem{
  font-size: 1.7rem;
}

.fs-180rem{
  font-size: 1.8rem;
}

.fs-10px{
  font-size: 10px;
}

.fs-15px{
  font-size: 15px;
}

.panel-heading{
    font-size: 1.5rem;
}

.noticedetails{
  font-size: 2rem;
}

.noticecontents{
  font-size: 1.2rem;
}

.noticetitle{
  font-size: 1.8rem;
}

.fs-90rem{
  font-size: 0.9rem;
}

.fs-80rem{
  font-size: 0.8rem;
}

.displayjudge.active div div .notaddnameleft{
  font-size: 1.8rem!important;
}

.fs-300rem{
  font-size: 3.0rem;
}

.fs-700rem{
  font-size: 7.0rem;
}

.fs-130rem{
  font-size: 1.3rem;
}

.fs-120rem{
  font-size: 1.2rem;
}

.workLedger-border-div {
  border:1px solid #355577;
  height: 350px;
}
