/*input[type=submit] {
width: 5em;  
height: 2em;
font-size: 0.7em;
}*/

/*body {
overflow: hidden!important;
padding-right: 0px!important;
}*/

.ReportBody {
  height: 90%;
}

input.dataChanged {
  background-color: #b5dfe4;
}

.rem5 {
  width: 5rem;
  text-align: right;
}

.divTableContainer {
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: auto;
}

#QrCanvas {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: -10000;
}

#QrCanvasW {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -10000;
}

#crg-modal-content-report {
  overflow: hidden;
}

.crgIframeModel {
  aspect-ratio: 1 / 5;
}

.crgIframe {
  width: 100vw;
  height: 99vh;
  overflow: hidden;
}

.crgIframeModel {
  width: 100%;
  height: 95%;
  overflow: hidden;
  border-width: 0px;
}

.fp-slide {
  padding-top: 1.7rem;
}

#IpcUserlist {
  max-height: 25vh;
  overflow: auto;
}

input[type="checkbox"][preventdefault] {
  pointer-events: none;
}

/* tr.subTotal0 {
        background-color: #e5e5e5;
} */

/* tr.subTotal1 {
        background-color: #f0f0f0;
} */

/* tr.scoreRow {
    background-color: #f6f6f6;
} */

/* .crgSigTable .subTotal {
background-color:  #F0F0F0;
}*/

/* .crgSigTable .Total {
        background-color: #d8d8d8;
} */

.table td,
.table th {
  padding: 0.1rem;
}

.crgSigTable table {
  background-color: #fefafa;
}

table {
  /* empty-cells: hide; */
}

tfoot tr td {
  border: none;
}

#crgFooterDiv {
  display: none;
}

.iframeReport {
  min-width: 75vw;
  min-height: 70vh;
}

.divRadioColor > input[type="radio"] {
  width: 100%;
  height: 1em;
}

.divRadioColor {
  box-shadow: 0 0 2.5vmax;
  transition: 0.3s color;
}
.radioYes {
  color: green;
}
.radioNo {
  color: red;
}
.divRadioColor:hover {
  color: yellow;
}

/*demo style*/
/* body {
text-align: center;
} */
.divRadioColor {
  display: inline-block;
  background: white;
  height: 1em;
  width: 1em;
  margin: 0.75em;
  border-radius: 1em;
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

/******* LEFT SIDE NAVBAR *******/
#sideNav .sideNavLeft {
  height: 100%;
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 105;
  /*background-color: #e4e4e4;*/
  background-color: white;
  overflow-x: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 10px;
  font-family: "Poppins", "sans-serif" !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-shadow: 1px 1px 2px rgba(000, 000, 000, 0.7),
    0px 1px 0px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.5s ease-in-out !important;
  cursor: pointer;
}

/*.shadow {
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%);
}*/

#sideNav .sideNavLeft.active {
  width: 300px !important;
  transition: all 0.5s ease-in-out !important;
}

.openOnsmallScreens {
  right: 300px !important;
}

.closeOnsmallScreens {
  left: -300px !important;
}

#mySidenavLbutton .sidebar-header {
  position: absolute;
  top: 11px;
  left: 75px;
  width: 30px;
  height: 35px;
  /*background-color: #e4e4e4;*/
  background-color: white;
  border-bottom-right-radius: 150px;
  border-top-right-radius: 150px;
  padding: 0px;
  cursor: pointer;
  z-index: 105;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 5px 0px 6px 0 rgb(0 0 0 / 20%);
}

#mySidenavLbutton .sidebar-header.active {
  left: 299px;
}

.leftSmallScreen {
  left: 0px !important;
  transition: all 0.5s ease-in-out !important;
}

.leftSmallScreen button {
  left: -1px !important;
}

.rightSmallScreen {
  left: 299px !important;
}

#mySidenavLbutton .sidebar-header button {
  border: none;
  font-size: 20px;
  box-shadow: none;
  background: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #00bbd3;
}

#mySidenavLbutton .sidebar-header.active button {
  right: 3px;
}

#mySidenavL ul.components {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
}

#mySidenavL ul li {
  background-color: transparent;
  border: none;
  display: inline-block;
  margin: 5px 0px;
  width: 280px;
}

#mySidenavL ul li a:hover {
  background: #018fa1;
}

#mySidenavL ul li a {
  padding: 16px 17px;
  display: inline-block;
  text-decoration: none;
  width: 60px;
  text-align: left;
  background-color: #00bbd3;
  border-radius: 20px;
  margin: 5px 7px;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%) !important;
}

#mySidenavL.active ul li a {
  width: 280px;
}

#mySidenavL ul li a i {
  display: inline-block;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  color: white;
  position: absolute;
}

#mySidenavL .navItemText {
  display: inline-block;
  vertical-align: 4px;
  margin-left: 50px;
  font-size: 18px;
  color: white;
  font-weight: 500;
  width: 180px;
}

/* @keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
} */

.dropdown-toggle {
  white-space: normal !important;
}

#mySidenavL .dropdown-toggle::after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  transform: translateY(-50%);
  margin-bottom: 5px;
  display: none;
}

#mySidenavL.active .dropdown-toggle::after {
  left: 253px;
  top: 31px;
  display: block;
  position: absolute;
  color: white;
}

/* background color and font color changes when component is active */
#mySidenavL ul li.active > a,
a[aria-expanded="true"] {
  background: #018fa1 !important;
  margin-bottom: 10px;
}

.collapsed {
  max-width: initial !important;
}

a[data-toggle="collapse"] {
  position: relative;
}

#mySidenavL ul ul a {
  font-size: 18px;
  background-color: initial;
  color: white;
  margin: 0px;
  box-shadow: none !important;
}

#mySidenavL.active ul ul a {
  padding: 10px 0px;
}

#mySidenavL ul ul a:hover {
  background: none;
}

#mySidenavL ul ul li {
  background-color: transparent;
}

@media (max-width: 900px) and (orientation: landscape) {
  #mySidenavL ul.components {
    margin-top: 10px;
  }

  #mySidenavL ul li {
    margin: 3px 0px;
  }

  #mySidenavL ul li a {
    padding: 12px 17px;
  }

  #mySidenavL .navItemText {
    font-size: 17px;
  }

  #mySidenavL.active .dropdown-toggle::after {
    top: 26px;
  }

  #mySidenavL ul ul a {
    font-size: 15px;
  }
}

/* Left side navbar overlay */
.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #00000060;
  z-index: -102 !important; /* middle layer, i.e appears below the sidebar */
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

/* display .overlay when it has the .active class */
.overlay.active {
  display: block;
  opacity: 1;
  z-index: 99 !important;
}

::-webkit-scrollbar {
  width: 10px !important;
}

::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 20px !important;
}

::-webkit-scrollbar-thumb {
  background-color: lightgrey !important;
  border-radius: 80px !important;
  outline: none !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

/******* RIGHT NAVBAR *******/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 105;
  top: 0;
  background-color: white;
  transition: 0.5s;
  font-family: "Poppins", "sans-serif" !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.5s ease-in-out !important;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 10px;
  overflow-x: hidden;
  cursor: pointer;
}

#mySidenavR {
  right: 0;
}

#mySidenavRbutton .sidebar-headerR {
  position: fixed;
  top: 11px;
  right: -1px;
  width: 30px;
  height: 35px;
  background-color: white;
  border-bottom-left-radius: 150px;
  border-top-left-radius: 150px;
  padding: 0px;
  cursor: pointer;
  z-index: 105;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
}

#mySidenavRbutton .sidebar-headerR.active {
  right: 249px;
}

#mySidenavRbutton .sidebar-headerR button {
  border: none;
  font-size: 20px;
  box-shadow: none;
  background: none;
  /* color: white; */
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: -3px;
  top: 2px;
  color: #00bbd3;
}

#mySidenavR div div div a {
  color: white;
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
  display: block;
  padding: 5px 5px;
  /* text-shadow: 1px 1px 1px rgba(000,000,000,0.7),0px 0px 0px rgba(255,255,255,0.4);
    font-weight: 300; */
}

#mySidenavR div div div a i {
  font-size: 29px;
  background-color: #00bbd3;
  padding: 16px 10px;
  display: inline-block;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%) !important;
  text-shadow: 1px 1px 2px rgba(000, 000, 000, 0.7),
    0px 1px 0px rgba(255, 255, 255, 0.4);
}

#mySidenavR div div div a i:hover {
  background: #018fa1;
  transition: all 0.5s ease-in-out !important;
}

#mySidenavR div div div a h6 {
  font-size: 13px;
  word-wrap: break-word !important;
  margin: 7px 10px;
  color: #5c5b5b;
  font-weight: 600;
  text-shadow: none;
}

#mySidenavR {
}
#navRight {
  text-shadow: 1px 1px 2px rgba(000, 000, 000, 0.7),
    0px 1px 0px rgba(255, 255, 255, 0.4);
}

.ulRight {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
  list-style: none;
}

.aRight {
  background-color: #00bbd3;
  color: white;
  font-weight: 500;
  font-size: 18px;
  padding: 16px 17px;
  display: inline-block;
  text-decoration: none;
  width: 230px;
  height: 61.6px;
  border-radius: 20px;
  margin: 5px 7px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%) !important;
  transition: all 0.5s ease-in-out !important;
}

.aRight:hover {
  text-decoration: none;
  background-color: #018fa1;
}

.iconR {
  display: inline-block;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  color: white;
  position: absolute;
}

.textR {
  display: inline-block;
  margin: 2px 0px;
  width: 150px;
  font-weight: 500;
  color: white;
  font-size: 18px;
  margin-left: 40px;
  vertical-align: 4px !important;
}

#mySidenavR a:hover {
  /* background-color: #018fa1; */
}

.overlayR {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  visibility: visible;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  z-index: -102 !important; /* middle layer, i.e appears below the sidebar */
}

/* display .overlay when it has the .active class */
.overlayR.active {
  display: block;
  opacity: 1;
  z-index: 99 !important;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  padding-top: 10px;
}

.grid-item {
  text-align: center;
  align-items: center;
  width: 125px;
}

.sidenav a {
  /* text-decoration: none; */
  /* font-size: 18px; */
  /* display: block;
    transition: 0.3s; */
  /* padding: 5px 10px; */
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.section {
  text-align: center;
  background-size: cover;
}

.slide {
  background-size: cover;
  /* text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;*/
}

/* .sidenavbutton {
position: fixed;
z-index: 100;
overflow-x: hidden;
transition: 0.5s;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0px;
padding-bottom: 1em;
font-size: larger;
} */

#mySidenavRbutton {
  right: 0;
  display: none;
}

/* .sidenavbutton .sidenavbtn {
font-size: 1.2em;
cursor: pointer;
position: static;
top: 0;
right: 1em;
} */

.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  font-size: 16px;
}

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #bbb;
}

.tableQuesions_ {
  padding-top: 1rem;
  overflow-x: auto;
  max-height: 95vh;
  /*max-width: 90%;*/
  align: center;
  /*padding-bottom: 1%;*/
  /*padding-left: 5%;*/
  /*padding-right: 1%;*/
  /*padding-top: 1%*/
}

hr {
  border-top: 1px solid #65adbd;
}

div.navButton > a {
  color: #65adbd;
}

/* FACELIFT */
div.navButton > a {
  color: white;
  background-color: #00bbd3;
  padding: 10px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

div.navButton {
  margin: 10px;
}

div.navButton:hover {
  transform: scale(1.1);
  transition: 0.5s all;
}

/*div.sidenav>a, div.sidenav>div>a { color:#F5FBFB}  Globally */
div.sidenav > a,
div.sidenav > div > a {
  color: black;
} /* Globally */

/* Each state */

div.sidenav > a:visited,
div.sidenav > div > a:visited {
  text-decoration: none;
}
div.sidenav > a:hover,
div.sidenav > div > a:hover {
  text-decoration: none;
}
div.sidenav > a:focus,
div.sidenav > div > a:focus {
  text-decoration: none;
}
/*div.sidenav>a:hover, div.sidenav>a:active { text-decoration: none; color:black }*/

#prev {
  position: fixed;
  left: 0.5em;
  bottom: 0.1em;
  font-size: x-large;
  z-index: 1000;
}

#next {
  position: fixed;
  right: 0.5em;
  bottom: 0.1em;
  font-size: x-large;
  z-index: 1000;
}

#cacheDebug {
  overflow: visible;
  background-color: #bbb;
  height: 90%;
  width: 100%;
  overflow: auto;
  float: left;
  position: relative;
}

#cacheDebug h1 {
  text-align: center;
}

#crgInfo {
  width: 100%;
  position: fixed;
  top: 20px;
  text-align: center;
  font-size: 2vh;
  border-width: thin;
}

#crgDebug {
  width: 100%;
  position: fixed;
  top: 40px;
  text-align: center;
  font-size: 2vh;
}

/*
input[type=radio] {
border: 1px;
width: 2.5vw;
height: 2.5vw ;
}
*/

/*
input[type=checkbox] {
border: 1px;
width: 2.5vw;
height: 2.5vw ;
}
*/

.Report,
.Report th,
.Report td {
  border: 1px solid black;
}

.Report {
  width: 100%;
}

.Report th {
  min-width: 20px;
}

.QuestionSpacer {
  height: auto;
  overflow-wrap: break-word;
  font-size: xx-small;
  -webkit-transition: color 0.6s, font-size 0.6s;
  -moz-transition: color 0.6s, font-size 0.6s;
  -o-transition: color 0.6s, font-size 0.6s;
  transition: color 0.6s, font-size 0.6s;
}
.QuestionSpacer > span {
  font-size: xx-small;
  -webkit-transition: color 0.6s, font-size 0.3s;
  -moz-transition: color 0.6s, font-size 0.3s;
  -o-transition: color 0.6s, font-size 0.3s;
  transition: color 0.3s, font-size 0.3s;
}

.QuestionSpacer > span:active {
  font-size: x-large;
}

div.inline {
  float: left;
}
.clearBoth {
  clear: both;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 0px;
  height: 5px;
  margin: 7px;
  /* position:relative; */
}

.styled-select.slate select {
  border: 1px solid #ccc;

  font-size: 1em;
  max-width: 50%;
}

.crgImage {
  border: 10px;
  width: 99%;
  height: 99%;
  border-style: solid;
  border-width: 1px;
  background-size: cover;
  /*background-attachment: fixed;*/
  background-position: center;
}

.dynTable {
  border: 1;
  align-content: center;
  width: 80%;
  border-spacing: 1px;
  border: 1;
  max-width: 80%;
  background-color: #eee;
}

.dynTable tr:nth-child(even) {
  background-color: #eee;
}

.dynTable tr:nth-child(odd) {
  background-color: #ddd;
}

.dynTable tr:first-child {
  background-color: #aaa;
}

.dynTable tr:last-child {
  background-color: #ccc;
}

.crgFullPage {
  max-height: 80%;
  max-height: 60%;
  height: 400px;
}

.crgPageDiv {
  max-width: 99%;
  max-height: 90%;
}

#foo {
  max-height: 80%;
}

.TextCloneName {
  max-width: 25vw;
  padding-bottom: unset;
  padding-top: unset;
}

_div {
  display: table;
}

#setResult {
  padding: 2%;
}

#crgProgressBar {
  margin: 20px;
  /* width: 400px; */
  height: 8px;
}

.Report {
  border-collapse: collapse;
}

@media print {
  .pagebreak {
    page-break-before: always;
  } /* page-break-after works, as well */
}

.crgPageOuter {
  position: relative;
}

html,
body,
.crgPageOuter {
  padding: 0;
  margin: 0;
}

.pageHeadder,
.divTable {
  /*position:absolute;*/
}

.pageHeadder {
  /*display: block;*/
  /*min-height:  80;*/
  /*width:90vw;*/
}
.divTable {
  top: 80px;
  bottom: 50px;
  width: 100%;
}
#bottom {
  bottom: 0;
  height: 50px;
  width: 100%;
  background: grey;
}

.divDropSectionToggle {
  display: none;
}

.crgFooterDiv {
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: -100;
  text-align: center;
}

.crgModalProgress {
  height: auto;
  position: relative;
  left: 30px;
  border: 3px solid #73ad21;
  top: 123px;
  margin: auto;
  vertical-align: middle;
  position: relative;
  z-index: 10050;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

#jQmodal {
  min-height: 10vh;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  z-index: 1050;
}

.square-box {
  position: relative;
  /*width: 10%;*/
  overflow: hidden;
  /*background: #4679BD;*/
}
.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ReportRunner {
  border: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.iframeReport {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  width: 98%;
}

body {
  /*overflow: hidden;*/
  height: 100vh;
}

.ui-dialog-titlebar-close {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='120px'><text x='0' y='15' fill='red' font-size='20'>X</text></svg>");
  background-color: rgb(233, 233, 233);
  border: medium none;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

#dialog {
  background-color: #f2fbfb;
}

#SubmitButton3 {
  background-color: #00bbd3;
  border: none;
  color: white;
  padding: 10px;
  text-shadow: 1px 1px 2px rgba(000, 000, 000, 0.7),
    0px 1px 0px rgba(255, 255, 255, 0.4);
  width: 150px;
  font-size: 17px;
  transition: 0.5s all ease-in-out;
  /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%) !important */
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

#SubmitButton3:hover {
  background-color: #018fa1;
}

input,
textarea {
  border: 1px solid #ced4da;
  border-radius: 3px;
  outline: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: offset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
    0px 0px 8px rgba(255, 100, 255, 0.5);
}

/* IPC 'Map barcode to area' table mobile fixes */

.sticky-column {
  position: sticky;
  left: 0px;
  width: 100px;
  z-index: 1000;
  background-color: white;
}

.crgContainerFull {
  margin: 0px !important;
  width: 100% !important;
  height: 100vh;
}

.sticky-header {
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 1000;
}

.text-color {
  color: #018fa1;
}

.table-reponsive {
  height: 70vh !important;
}

table.dataTable span.highlight {
  background-color: #ffff88;
  border-radius: 0.28571429rem;
}

table.dataTable span.column_highlight {
  background-color: #ffcc99;
  border-radius: 0.28571429rem;
}

.tdEditDiv > .rotated {
  text-align: center;
  color: aliceblue;
  text-shadow: 0px 0px 5px black;
}

.tdEditDiv > .crgHighlightDot {
  /*background-color: #ffcc99;*/
  text-align: center;
  color: yellow;
  text-shadow: 0px 0px 5px black;
}

.crgDataDiv,
.crgDataDivHead {
  text-align: center;
}

.textareaClassHidden > textarea {
  border: 1px solid #999999;
  width: 100%;
  /*margin:5px 0;*/
  /*padding:3px;*/
}

.crgDataDiv > .item > textarea {
  width: 100%;
}

.crgDataDivHead[data-func="HospitalAttr"] {
  /* background-color: red; */
}

.ui-dialog {
  z-index: 10001 !important ;
}

.emailModalContent {
  text-align: left !important;
  background-color: #f1f1f1 !important;
}

.emailModalHeader {
  background-color: #0085ce !important;
}

.emailModalForm label {
  font-weight: 600;
}

.emailModalForm input {
    
}

.emailModalBtn {
  background-color: #0085ce;
  width: 134px;
}


#divTable1 {
    overflow: auto;
}

/* WebKit-based browsers */
#divTable1::-webkit-scrollbar {
    width: 2px; /* Narrow width */
    height: 2px; /* For horizontal scrollbar */
}

#divTable1::-webkit-scrollbar-thumb {
    background-color: #ffffff; /* Scrollbar color */
    border-radius: 2px;
}

#divTable1::-webkit-scrollbar-track {
    background: #ffffff; /* Track background */
}

/* Firefox */
#divTable1 {
    scrollbar-width: thin;
    scrollbar-color: #c5c3c3 #ffffff;
}