body {
  /*background:#FFF8E1;*/
  background: #FFFFFF;
  margin: 0px;
}

/* The side navigation menu */
.main_minimised {
  /*margin-left : 260px;*/
}

.main_expanded {
  /*margin-left : 50px;*/
}

.frame1active {
  /*width:800px;*/
  width: 100%;
  float: left;
}

.frameMultiactive {
  width: 100%;
  /*width:820px;*/
  /*overflow: auto; */
  /*float:left;*/
}

table.dataTable tbody tr {
  background: none;
}

table.dataTable tbody td {
  padding: 10px 10px 10px;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px !important;
  text-align: right;
}

.frame2active {
  width: 500px;
  float: left;
}

.frame3active {
  width: 33%;
  float: left;
}

.frame4active {
  width: 33%;
  float: left;
}


.td_select {
  background: #CCCCCC;
}

.tb_main {
  padding: 10px;
  font-size: 15px;
  width: 300px;
  height: 40px;
}

.rpamap_highlight {
  background: #58D68D;
}

.logo_font {
  color: #FFF;
  display: inline;
  font-size: 25px;
  font-weight: bold;
}

.jsondocinput{
  padding:8px;
  width:400px;
  border-radius: 5px;
}
.jsondocAddlineOptions{
		border-bottom:1px solid #CCC;
    background:#CCC;
    margin-bottom:10px;
    margin-left:5px;
    margin-right:5px;
    border-radius: 10px;
    padding:10px;
}
.jsondocFormatingHeader{
  text-align: center;
  color: #333;
}
.inputdiv_highlight {
  border: 2px solid #58D68D;
}

.imgtextblockGreen {
  border: 1px solid #58D68D !important;
}

.imgtextblock {
  color: transparent;
  z-index: 5;
}

.imgtextblockhighlight {
  background: #dff51e;
  opacity: 0.5;
}

.imgtextblockhighlight1 {
  background: #1e57f5;
  opacity: 0.5;
}

.imgtextblockhighlight1b {
  background: #577bdf;
  opacity: 0.5;
}

.imgtextblockhighlight2 {
  background: #2e8822;
  opacity: 0.5;
}

.imgtextblockhighlight2b {
  background: #65ca58;
  opacity: 0.5;
}

.imgtextblockhighlight3 {
  background: #d43b48;
  opacity: 0.5;
}

.imgtextblock:hover {
  /*color:#000;
  background:#666;*/
  cursor: pointer;

}

.imghover {
  cursor: pointer;
}

.imgtextblockhide {
  display: none;
  z-index: 15;
  border: 1px solid #EF5350;
  background: #FFF;
  padding: 5px;
  font-weight: bold;

}

.imgtextblock:hover+.imgtextblockhide {
  display: block;
}

.td_toggle_orange {
  cursor: pointer;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
}

.td_toggle_orange:hover {
  background-color: #ffc477;
}

.td_toggle_orange_selected {
  background-color: #fb9e25;
}

.td_dotted_notice {
  border: 2px dotted #006f8d;
  border-radius: 6px;
  color: #006f8d;
  padding: 5px;
  font-weight: bold;
}

.imgtextblockwrapper {
  z-index: 10;
}

.showAdvancedButton {
  font-size: 13px;
  color: #666;
  padding: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border-radius: 15px;
  border-right: 0px solid #CCC;
  border-left: 0px solid #CCC;
}

.showAdvancedButton:hover {
  background: #e6e5e5;
}

.wrapIDTitle_OLD {

  color: #FFF;
  border-top: 0px solid #999;
  border-right: 0px solid #999;
  border-left: 0px solid #999;
  background: #006f8d;

  padding: 7px;
  border-radius: 10px;
  font-weight: bold;
}

.wrapIDTitle {

  /* color: #393b3e;
  border-top: 0px solid #999;
  border-right: 0px solid #999;
  border-left: 0px solid #999;
  background: #e2efff;

  padding: 7px;
  border-radius: 10px;
  font-weight: bold; */


  height: 50px;
  color: #393b3e;
  background: #e2efff;
  /* border-top: 0px solid #999;
  border-right: 0px solid #999;
  border-left: 0px solid #999; */
  /* padding: 7px; */
  border: 1px solid #e8eaed;
  padding: var(--4, 16px);
  gap: var(--0, 0px);
  align-items: center;
  /* border-radius: 10px; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
  align-self: stretch;
}

.wrapIDTitlePRIOR {

  border-radius: 15px;
  white-space: nowrap;
  color: #999;
  padding: 8px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.buttonCustomSection{
  background:#e2efff;
  border-radius: 15px;
  padding:10px;
  
}
.tabMergedSection_OLD {
  color: #666;
  border-top: 0px solid #999;
  border-right: 0px solid #999;
  border-left: 0px solid #999;
  background: #CCC;

  padding: 7px;
  border-radius: 10px;
  font-weight: bold;
}

.tabMergedSection {
  height: 50px;
  color: #393b3e;
  /* border-top: 0px solid #999;
  border-right: 0px solid #999;
  border-left: 0px solid #999; */
  /* padding: 7px; */
  border-top: 1px solid #e8eaed;
  border-left: 1px solid #e8eaed;
  border-right: 1px solid #e8eaed;
  padding: var(--4, 16px);
  gap: var(--0, 0px);
  align-items: center;
  /* border-radius: 10px; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
  align-self: stretch;
}

.tabMergedSectionPRIOR {
  color: #FFF;
  border-top: 0px solid #999;
  border-right: 0px solid #999;
  border-left: 0px solid #999;
  background: #006f8d;

  padding: 7px;
  border-radius: 10px;
  font-weight: bold;
}
.webformIDclass{

  border:1px solid #999;
}
.detail_tab_table {
  margin-top: 8px;
  margin-bottom: 8px;

}

.detail_tab_td_empty {
  white-space: nowrap;
  padding: 6px 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #e6e5e5;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.detail_tab_td_OLD {
  white-space: nowrap;
  padding: 8px 18px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid #e6e5e5;
  border-left: 1px solid #e6e5e5;
  border-right: 1px solid #e6e5e5;
  background: #CCC;
  color: #666;
  font-size: 15px;
  cursor: pointer;
}

.detail_tab_td {
  white-space: nowrap;
  padding: 8px 18px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /* border-top: 1px solid #e6e5e5; */
  border-bottom: 1px solid rgb(229 231 235);
  ;
  /* border-left: 1px solid #e6e5e5; */
  /* border-right: 1px solid #e6e5e5; */
  background: #fff;
  color: rgb(107 114 128);
  ;
  font-size: 15px;
  cursor: pointer;
}

.detail_tab_td_selected_OLD {
  color: #000;
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #e6e5e5;
  border-right: 1px solid #e6e5e5;
  background: #FFF;
}

.detail_tab_td_selected {
  color: #1a56db;
  /* border-top: 1px solid #e6e5e5; */
  border-bottom: 1px solid #1a56db;
  /* border-left: 1px solid #e6e5e5; */
  /* border-right: 1px solid #e6e5e5; */
  background: #FFF;
}

.detail_tab_td_OLD:hover {
  background: #FFF;
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #e6e5e5;
  border-right: 1px solid #e6e5e5;
}

.detail_tab_td:hover {
  color: #1a56db;
  /* border-top: 1px solid #e6e5e5; */
  border-bottom: 1px solid #1a56db;
  /* border-left: 1px solid #e6e5e5; */
  /* border-right: 1px solid #e6e5e5; */
}

.sublistSummary {

  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 12px;
  border-radius: 15px;
  color: #666;
  border-top: 1px solid #999;

}

.sublistSummary_td {

  /*
  background:#fafafa;
  
  */
  padding: 8px 3px;
  border-bottom: dotted #CCC 1px;
}

.tabInstructions {

  background: #ffddd4;
  border-radius: 20px;
  padding: 10px;
  border: 0px #666 dotted;

}

.roundHeadersDiv {
  border-radius: 15px;
  padding: 12px;
  background: #ececec;
  border: 0px solid #999;
}

.moreInfoHover {

  margin-left: -100px;
  text-align: left;
  margin-top: 15px;
  position: absolute;
  border-radius: 15px;
  padding: 12px;
  color: #666;
  max-width: 400px;
  height: auto;
  border: 1px solid #999;
  background: #FFF;
  display: none;
  z-index: 99998;
  white-space: normal;

  font-weight: normal;
}

.calSlotHover {
  cursor: pointer;
}

.calSlotSel {
  background: #0099c4 !important;
  ;
}

.calSlotHoverSel {
  background: #0099c4 !important;
  ;
}

.calSlotHover:hover {
  background: #006f8d !important;
  ;
}

.calSlotAction {
  display: none;
  position: absolute;
  margin-left: 30px;
  margin-top: -50px;
  padding: 5px;
  border-radius: 10px;
  background: #ececec;
  border: 1px dotted #999;
}

.calTDSlot {
  /* or whatever width you want. */
  vertical-align: top;
}

.calendarItemMonth {
  white-space:normal;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  border-radius: 10px;
  padding: 5px;
  margin: 3px;
  background: #ececec;
}
.calendarItem {
  white-space:normal;
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  border-radius: 10px;
  padding: 5px;
  margin: 3px;
  background: #ececec;
}

.calendarItemHover {
  position: absolute;
  border-radius: 15px;
  z-index: 10;
  padding: 12px;
  color: #666;
  border: 1px solid #999;
  background: #FFF;
  display: none;
}

.newCalSlotDiv {
  border-radius: 15px;
  padding: 5px;
  margin: 3px;
  background: #FFF;
  position: absolute;
  z-index: 20;
  font-size: 12px;
}

.notification_fail {
  color: #EF5350;
  font-weight: bold;
}

.spanlink_underline {
  cursor: pointer;
}

.spanlink_underline:hover {
  text-decoration: underline;
}

.spanlink {

  font-weight: bold;
  cursor: pointer;
}

.spanlink:hover {
  text-decoration: underline;
}

.sidenav {
  height: 100%;
  /* 100% Full-height */
  /* position: fixed; /* Stay in place */
  /* position: in-line; /* Stay in place */
  /* z-index: 1; /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  /* background-color: #111; /* Black*/
  /* overflow-x: hidden; /* Disable horizontal scroll */
  /* padding-top: 50px; Place content 60px from the top */
  transition: 0.2s;
  /* 0.5 second transition effect to slide in the sidenav */
  /* position: absolute; */
  top: 0;
  right: 25px;
  font-size: 15px;
  /* padding-right: 5px; */
}

.sidenav_minimised {
  height: 100%;
  /* 100% Full-height */
  width: 50px;
  /* 0 width - change this with JavaScript */
  /* position: fixed; /* Stay in place */
  /* z-index: 1; /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  /* overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.2s;
  /* 0.5 second transition effect to slide in the sidenav */
  text-align: center;
}

/* The navigation menu links */
.sidenav_minimised a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #CCC;
  display: block;
  transition: 0.3s;
}

.docblock {
  border: 1px solid transparent;
  color: #000;

}

.docblock:hover {
  border: 1px solid #fe8d6e;
  background: #ffddd4;
  ;
}

.buttonblock {
  width: 180px;
  text-align: center;
  float: left;
  margin: 10px;
  cursor: pointer;
}

.robotblock {
  padding: 12px;
  border: 5px solid #CCCCCC;
  width: 175px;
  height: 260px;
  text-align: center;
  float: left;
  margin: 10px;
  cursor: pointer;
}
.robotblock:hover {
  border: 5px solid #333333;
}
.caldateseldiv{
  height:30px;
  width:30px;
  text-align: center;
  vertical-align: middle;
  display:block;
  line-height: 30px;
}
.caldateseldiv:hover{
  cursor: pointer;
  border-radius:50%;
  background: #CCC;
}
.caldateseldivactive{  
  border-radius:50%;
  background: #d8b4fe;
}
.appointmentslot {
}

.appointmentslot:hover {
  background: #f4f6f6;
  cursor: pointer;
}

.appointmentclass {
  /*width: 328px;*/
  padding: 16px;
  min-height: 150px;            /* Consistent min size */
  /*height: auto;*/                /* Let content grow */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}

@media screen and (max-width: 768px) {
  .appointmentclass {
    margin-left: auto;
    margin-right: auto;
    min-height: unset;
  }
}

.appointmentclass:hover {
  background: #f4f6f6;
  cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.sidenav_minimised a:hover {
  color: #f1f1f1;
  cursor: pointer;
}

/* The navigation menu links */
.sidenav_selected {
  color: #000 !important;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  /*border:1px solid #FFF !important; */
  background-color: #00408f;
  border-radius: 10px;
}

.sidenav a {
  padding: 5px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 15px;
  display: block;
}

.a_newlink {
  color: #000 !important;
  text-decoration: none;
  cursor: pointer;
}

.a_newlink:hover {
  text-decoration: underline;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.sideheader {
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.sidenav.tabelement {
  border: 1px solid transparent;
}

.sidenav.tabelement_OLD:hover {
  color: #000 !important;
  border: 1px solid #fe8d6e !important;
  background-color: #fe8d6e;
}

.sidenav.tabelement:hover {
  color: #fff !important;
  border: 1px solid #00408f !important;
  background-color: #00408f;
}

.exportbutton {
  width: 25px !important;
  height: 25px !important;
  margin: 1px !important;
  background-position: center;
  border: 1px solid #CCCCCC !important;
  background-size: 20px 20px !important;
  background-repeat: no-repeat !important;
}

.exportexcel {
  background-image: url("img/excel.png") !important;
}

.exportcsv {
  background-image: url("img/csv.png") !important;
}

.exportpdf {
  background-image: url("img/pdf.png") !important;
}

.exportcopy {
  background-image: url("img/copy.png") !important;
}

.exportprint {
  background-image: url("img/printer.png") !important;
}


ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
}

li {
  cursor: pointer;
  border-top: 0px #CCCCCC solid;
}

.upload-area {
  height: 100%;
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 20px;

  vertical-align: middle;
  margin: auto;
  text-align: center;
  overflow: auto;

}

.sidebar_sb {
  padding: 8px;
  border: 0px;
  border-radius: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background: #006f8d;
  color: #FFF;
  font-size: 16px;
  width: 220px;
  cursor: pointer;
  text-align: center;
}

.sidebar_sb:focus {
  outline: none;
}

.sidebar_sb option {
  text-align: center;
  background-color: #006f8d;
  padding: 8px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.main {
  transition: margin-left .5s;
  /*overflow: auto;*/
}

.mainc {
  margin: 10px 10px 10px 0px;
}

/* Google sign in*/
.googlesignin_text {
  padding: 0px 10px;
  background-color: #4285f4;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .21px;
  text-decoration: none;

}

.googlesignin {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0px 0px;
  border: 2px solid #4285f4;
  cursor: pointer;
  width: 130px; /* ADD NEW*/
}

.googlesignin:hover {
  background-color: #CCCCCC;
  border: 2px solid #CCCCCC;
}

.myButton_neutral {
  white-space:nowrap;
  background-color: transparent;
  border-radius: 6px;
  border: 0px solid #eeb44f;
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
}

.myButton_neutral:hover {
  background-color: transparent;
  text-decoration: underline;

}

.myButton_orange {
  white-space:nowrap;
  background-color: #ffc477;
  border-radius: 6px;
  border: 0px solid #eeb44f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
}

.myButton_orange:hover {
  background-color: #fb9e25;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.myButton_green {
  white-space:nowrap;
  background-color: #77d42a;
  border-radius: 6px;
  border: 0px solid #268a16;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #aade7c;
  outline: 0;
}

.myButton_green:hover {
  background-color: #5cb811;
}

.myButton_green:active {
  position: relative;
  top: 1px;
}

.myButton_red {
  white-space:nowrap;
  background-color: #fc8d83;
  border-radius: 6px;
  border: 0px solid #d83526;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
  outline: 0;
}

.myButton_red:hover {
  background-color: #e4685d;
}

.myButton_red:active {
  position: relative;
  top: 1px;
}

.myButton_blue {
  white-space:nowrap;
  background-color: #1A56DB;
  border-radius: 6px;
  border: 0px solid #1A56DB;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #1570cd;
  outline: 0;
}

.myButton_blue:hover {
  background-color: #3d94f6;
}

.myButton_blue:active {
  position: relative;
  top: 1px;
}

.myButton_grey {
  white-space:nowrap;
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 0px solid #CCCCCC;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  outline: 0;
}

.myButton_grey:hover {
  background-color: #e9e9e9;
}

.myButton_grey:active {
  position: relative;
  top: 1px;
}

.myButton_inactive2 {
  white-space:nowrap;
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #999;
  display: inline-block;
  cursor: pointer;
  color: #999;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 14px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  cursor: default;
  pointer-events: none;
  outline: 0;
}

.myButton_inactive_OLD {
  z-index: 99998;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #999;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px 14px;
  text-decoration: none;
  pointer-events: none;
  text-shadow: 0px 1px 0px #ffffff;
  cursor: default;
  outline: 0;
}

.myButton_inactive {
  white-space:nowrap;
  z-index: 99998;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #999;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 8px 12px;
  text-decoration: none;
  pointer-events: none;
  text-shadow: 0px 1px 0px #ffffff;
  cursor: default;
  outline: 0;
}

.imgButton {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
}

.imgButton:hover {
  border: 1px solid #666666;
}

.closenavbutton {
  position: absolute;
  text-align: right;
  border: 1px solid #666666;
  background-color: #CCCCCC;
  border-radius: 10px;
  font-size: 15px;
  padding: 5px;
  margin-right: 10px;

}

.rh_topbar {

  background: #283747;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding: 3px;

}

.tbl_detailrecord_td {
  padding: 10px 10px;
  background: #fafafa;
  border-bottom: 0px solid #CCCCCC;

}

.tbl_record_td_XTF {
  padding: 5px 10px;
  background: #f1f1f1;
  border-bottom: 0px solid #CCCCCC;

}

.tbl_record_td {}

.tbl_header_td_XTF {
  padding: 8px 10px 8px 10px !important;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
}

.tbl_header_td {}

.supportbutton {
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  background: #CB4335;
}

.supportbutton:hover {

  background: #922B21;
}

.popup {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  /* Set the navbar to fixed position */
  top: 0;
  /* Position the navbar at the top of the page */
  display: none;
  z-index: 99998;
  align-items: center;
  justify-content: center;
}

.popup-content {
  /* width: 500px; */
  width: fit-content !important;
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  text-align: left;
  z-index: 99999;
  color: #000;
  display: flex;
}

.text-popup {
  display: table-caption;
}

.orgNotification {
  border-radius: 15px;
  background: #CCC;
  padding: 10px;
  /* margin-bottom: 10px; */
  margin: 5px 5px 10px 5px;
}

.siteNotification {
  border-radius: 15px;
  background: #CCC;
  padding: 10px;
  /* margin-bottom: 10px; */
  margin: 5px 5px 10px 5px;
}

.wholepageloading {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  /* Set the navbar to fixed position */
  top: 0;
  /* Position the navbar at the top of the page */
  left: 0;
  /* Position the navbar at the top of the page */
  display: none;
  z-index: 99998;
  align-items: center;
  justify-content: center;
}

.advancedView_OLD {
  display: none;
}

.wholepageloading-content {
  width: 500px;
  /*background: #FFF;*/
  padding: 20px;
  border-radius: 8px;
  position: relative;
  text-align: left;
  z-index: 99999;
  color: #000;
  display: flex;
}

.extrasqlDropdown {

  border: none;
  border: solid 1px #666;
  border-radius: 10px;
  padding: 8px;
  width: 150px;
  font-size: 18px;
}

.extrasqlDropdown_2 {
  display: flex;
  padding: var(--2, 8px) var(--3, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--2, 8px);
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid var(--gray-200, #E5E7EB);
}

.select2-selection--single {
  height: 37px !important;
  padding: 8px 12px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  align-items: center;

  /* color: #1f2a37 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: 'Inter', sans-serif !important;
  line-height: 21px !important; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1f2a37 !important;
  /* Text color */
  font-size: 14px !important;
  /* Tailwind's text-sm equals 14px */
  font-weight: 500 !important;
  /* font-medium */
  font-family: 'Inter', sans-serif !important;
  /* Custom font */
  line-height: 21px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px !important;
  position: absolute;
  top: 5px !important;
  right: 20px;
  width: 20px;
}

.select2-dropdown {
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
}

.select2-results__option {
  /* color: #1f2a37 !important; */
  font-size: 14px !important;
}

.select2-results__option--highlighted {
  border-radius: 8px !important;
}

.select2-results__option--selected {
  border-radius: 8px !important;
}

/* Hide the default Select2 arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; /* Hides the default arrow */
}

/* Add custom arrow using a pseudo-element */
.select2-container--default .select2-selection--single {
  position: relative; /* Ensure positioning for the pseudo-element */
}

.select2-container--default .select2-selection--single::after {
  content: "";
  background: url('img/icons/dropdown-arrow-down.png') no-repeat center center;
  background-size: contain;
  width: 16px; /* Adjust width */
  height: 16px; /* Adjust height */
  position: absolute;
  right: 15px;
  top: 18px;
  transform: translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single::after {
  background: url('img/icons/dropdown-arrow-up.png') no-repeat center center; /* Replace with your up arrow image */
  background-size: contain;
}

.search_textbox_XTF {
  border: 1px solid #e5e7eb !important;
  border-radius: 8px;
  padding: 0 12px 0 35px; /* left pad for icon space */
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  width: 300px;
  outline: none;
  box-sizing: border-box;
  background-color: white;
  color: #111827;

}

  .search_textbox_XTF:focus {
    border-color: #6b7280;                /* medium gray on focus */
    box-shadow: 0 0 0 1px #6b7280;
    outline: none;
  }


.search_textbox {}


.input_textbox {
  width: 100%;
  padding: 10px 12px;
  font-size: 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: white;
  color: #1f2937;
  box-sizing: border-box;
  margin-bottom: 8px;
  transition: border 0.2s, box-shadow 0.2s;
}

.input_textbox:focus {
  border-color: #4a0070;
  outline: none;
  box-shadow: 0 0 0 2px rgba(74, 0, 112, 0.1);
}
  .inputlabel {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #374151; /* gray-700 */
  }


.spanlink_input {
  background: transparent !important;
  border: 0px solid #FFF !important;
  text-align: center !important;
  font-size: 10px !important;
  color: #CCC !important;
  cursor: pointer;
}

.standardimage_maxed {
  max-width: 900px;
  height: auto;
  width: auto;
}

.standardimage {
  cursor: pointer;
  border: 3px solid #ffd4c8;
  border-radius: 15px;
}

.tr_rowhighlight:hover {
  cursor: pointer;
  background: #CCCCCC;
}

.tr_rowhighlight_active {
  cursor: pointer;
  background: #CCCCCC;
}

.automap_td {
  cursor: pointer;
  border: 2px solid #CCCCCC;
}

.automap_td:hover {
  cursor: pointer;
  border: 2px solid #266e2c
}

.automap_td_sel {
  border: 2px solid #30b316
}


.td_select_aspen {
  cursor: pointer;
  color: #FFF;
}

.td_select_aspen:hover {
  cursor: pointer;
  background: #014c88;

}

.td_select:hover {
  cursor: pointer;
  background: #CCCCCC;
}

.td_selected_XTF {
  background: #CCCCCC;
}

.td_selected {
  background-color: #CCC !important;
}


.td_select2 {
  cursor: pointer;
  background: #FFF;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #CCC;
}

.td_select2:hover {
  cursor: pointer;
  background: #CCC;
}

.td_selected2 {
  background: #CCC !important;
}


.td_select3 {
  cursor: pointer;
  background: #FFF;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d6a80f;
}

.td_select3:hover {
  cursor: pointer;
  background: #d6a80f;
}

.td_selected3 {
  background: #d6a80f !important;
}

.dt-buttons {
  padding-bottom: 5px;
}

.dataTables_filter {
  padding-top: 8px;
  padding-bottom: 2px;
  display: inline-block;
  white-space: nowrap;
  width:100%;
}

.dataTables_filter input {
  border: solid 1px #666;
  border-radius: 20px;

  padding: 5px 10px;
  font-size: 1.0em;
  height: 40px;
  width: 400px;
}

.dataTables_filter label {
  font-size: 1.2em;
  font-weight: bold;
}

.mobile_elements {
  display: none;
}
.jsondocDivWrapper{

  width: 600px;
  min-height: 1000px;
  background:#FFF;
  border:0px solid #000;
  border-radius:10px;

}
.jsondocTextareaBlocks{
  padding:5px;
  border-radius:10px;
  border:1px dotted #333;
  margin-bottom:5px;
  width: 100%;
}
.center_textbox {
  padding: 5px;
  width: 150px;
  font-size: 20pt;
  border: 1px solid #666666;
}

.mobile_fullwidth {
  width: 400px;
}

h2,
h3,
h4 {
  margin: 0px;
}

h2 {
  font-size: 2em;
  font-family: Arial;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 1.5em;
  font-family: Arial;
  margin: 0;
  padding: 0;
}

table {
  font-size: 1em;
  font-family: Arial !important;
  font-weight: normal !important;
}

h4 {
  font-size: 0.9em !important;
  font-family: Arial !important;
  font-weight: normal !important;
  margin: 0;
  padding: 0;
}

h6 {
  margin: 0px 0px 0px 0px;
  display: inline-block;
  color: #e93a3a;

}
.sectionTopBarIndexWord{ 
  border-radius:50%;
  background: #CCC;
  text-align:center;
  line-height:30px;
  height:30px;
  width:30px;
  cursor: pointer;
  display:inline-block;
}
.logo-icon{
  
  vertical-align:middle;
}
.sectionTopBarIndexWord_selected{ 
  background: #fb9e25 !important;
}
.sectionTopBarIndex{ 
  border-radius:10px;
  cursor: pointer;
  display:inline-block;
  text-align:center;
  vertical-align:middle;
}
.convTopBarTab{
  cursor: pointer;
  border-top:0px solid #666; 
  border-bottom:0px solid #666; 
  padding:10px;
  border-radius:10px;
  background:#FFF;
  color:#000;
  margin-left:10px;

}
.convTopBarTab:hover{
  background:#CCC;

}
.convTopBarTab_selected{
  background:#dcf8c6;

}

.convDocButton{
  cursor: pointer;
  border:0px solid #666; 
  padding:10px;
  border-radius:10px !important;
  background:#dcf8c6;
  color:#000;
  margin-left:10px;
}
.convDocButton:hover{
  background:#CCC;

}


.mobile_padding {
  padding: 10px;

}

.center_textbox {
  width: 400px;

}

.web_hidden {
  display: none;
}

.web_bold,
.mobile_bold {
  font-weight: bold;
}

.web_border,
.mobile_border {
  border-radius: 20px;
  padding: 10px;
  border: 0px solid #999999;
  background: #ffddd4;
}

.imageClick {
  cursor: pointer;
  border: 0px solid #CCCCCC;
}

.imageClick:hover {
  background: #CCCCCC;
  border: 0px solid #666666;
}

.td_field {
  border-radius: 10px;
  cursor: pointer;
  border: 0px solid transparent;
  padding: 8px 5px;
}

.td_field:hover {
  cursor: pointer;
  background: #D5D8DC;
  border: 0px solid #666;
}

.headertd_field_sel {
  border-radius: 10px;
  border: 0px solid #333;
  background: #999;
}

.td_field_sel {
  border-radius: 10px;
  border: 0px solid #333;
  background: #999;
}

.td_field_blue {
  border-radius: 10px;
  cursor: pointer;
  border: 0px solid transparent;
  padding: 8px 5px;
}

.td_field_blue:hover {
  cursor: pointer;
  background: #000099;
  border: 0px solid #666;
}

.td_field_blue_sel {
  border-radius: 10px;
  border: 0px solid #333;
  background: #000066;
}


.td_filemap {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
}

.td_filemap:hover {
  background: #CCCCCC;
}

.td_filemap_selected {
  background: #666666;
}

#main_wrapper {
  padding-left: 10px;
}

.noBorder {
  border: 2px solid transparent;
}

.greenBorder {
  border: 2px solid #268a16;
}

/* Drag and drop CSS*/
.note {
  width: 500px;
  margin: 50px auto;
  font-size: 1.1em;
  color: #333;
  text-align: justify;
}

.drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 480px;
  margin: 5px 0px;
  padding: 20px;
}

.drop-area.highlight {
  border-color: purple;
}

.my-form {
  margin-bottom: 10px;
}

#gallery {
  margin-top: 10px;
}

#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.button:hover {
  background: #ddd;
}

#fileElem {
  display: none;
}

/* Drag and drop CSS END*/

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.imgnormal {
  max-width: unset !important;
  display: inline;
}

.refreshButton {
  height: 14px;
}

.table_XTF {
  /* border-collapse: separate !important; */
}

.first-table-head {
  border-left: 1px #e5e7eb solid;
  /* border-right: 1px #e5e7eb solid; */
  border-top: 1px #e5e7eb solid;
}

.between-table-head {
  border-top: 1px #e5e7eb solid !important;
}

.last-table-head {
  /* border-left: 1px #e5e7eb solid; */
  border-right: 1px #e5e7eb solid;
  border-top: 1px #e5e7eb solid;
}

.userOptions {
  position: absolute;
  /* height: 45px; */
  border: 1px #eaecf0 solid;
  transform: translate(5px, 1px);
}

/***
  FOR FLOWBTE TABLE PAGINATION STYLE - WE REMOVE DATABALE STYLESHEET
*/
.dataTables_paginate {
  text-align: center;
}

.dataTables_paginate .previous {
  margin-right: 10px;
}

.dataTables_paginate span a.paginate_button {
  border: 1px solid #979797;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 10px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  /* border: 1px solid transparent; */
  border-radius: 2px;
}

.dataTables_paginate span a.paginate_button:hover {
  background-color: #1a56db;
  color: white !important;
}

.dataTables_paginate span a.paginate_button:first-child {
  margin-left: 0px !important;
}

.dataTables_paginate span a.paginate_button.paginate-button-selected {
  background-color: blue;
  color: white !important;
}

.dataTables_paginate .next {
  margin-left: 10px;
}

.hidden-button {
  width: 100%;
  margin: 0px !important; 

  /* padding: 20px 20px; */
}

.hidden-button .myButton_inactive {
  /* z-index: 99998; */
  background-color: #ffffff;
  border-radius: unset !important;
  border: 0px !important;
  /* display: inline-block; */
  color: #999;
  font-family: Arial;
  font-size: unset !important;
  font-weight: unset !important;
  vertical-align: unset !important;
  padding: 0.5rem 0px !important;
  text-decoration: none;
  pointer-events: none;
  text-shadow: 0px 1px 0px #ffffff;
  cursor: default;
  outline: 0;
}

.hidden-button div > .myButton_orange, .hidden-button div > .myButton_red,
.hidden-button div > .myButton_green, .hidden-button div > .myButton_blue
{
  background-color: #ffffff;
  border-radius: unset !important;
  border: 0px !important;
  cursor: pointer;
  color: rgb(55 65 81);
  font-family: Arial;
  font-size: unset !important;
  font-weight: unset !important;
  vertical-align: unset !important;
  padding: 0.5rem 0px !important;
  text-shadow: 0px 1px 0px #ffffff;
  outline: 0;
}

.hidden-button:not(:last-child) {
  border-bottom: 2px solid rgb(234 236 240);
 }

 .re-send-btn {
  all: unset; 
  color: blue; 
  text-decoration: underline; 
  cursor: pointer;
 }

 /* .all-notification {
  padding: 10px;
 } */

 .listRowBtns table tr td:last-child {
  padding: 0px;
 }


 .slotDivFrames{
  border: 0;
  padding: 24px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}



.new-page-body {
  background-color: white;
  width: 100%;
  margin: 0;
}

.content-container {
  width: 100%;
  padding-bottom: 59px;
  gap: 0.25rem;
}


.top-nav-bar {
  padding: 20px 0px;
  border-bottom: 1px solid #e5e7eb; /* Tailwind gray-200 */
}


.breadcrumbs {
  border-radius: 0.375rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}

.home-icon {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}


.select {
  border-radius: 0.5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  border: 1px solid;
}

.org-select {
  border-color: #f99325;
}

.role-select {
  border-color: #1a56db;
}

.table-content {
  width: 100%;
}

.menu-sidebar {
  width: 250px;
  background-color: #151423; /* customDarkGreen */
}


.sidebar-logo-container {
  display: none;
  padding: 15px 20px;
  text-align: center;
}

.user-options-button {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
}

.user-options-button:hover {
  background-color: #00408f;
}

.user-options-inner {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}

.user-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.user-avatar-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.user-name-wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.user-name {
  color: #cecfd2;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  line-height: 1.25;
}

.user-arrow {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
}

.dropdown-user-options {
  width: 15rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.dropdown-user-options.dark {
  background-color: #374151;
  border-color: #4b5563;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #f9fafb;
}

.dropdown-item.dark:hover {
  background-color: #4b5563;
}

.dropdown-text {
  font-weight: 600;
  line-height: 1.25;
  color: #111827;
}

.dropdown-text.dark {
  color: #ffffff;
}

.sidebar-menu {
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #1d4ed8;
}



.mobileView { display: none; }

.formWidth {
  width:100%;
  min-width:500px;

}

@media only screen and (max-width: 1026px) {
  .formWidth {
    min-width:none;
  }
  .desktopView { display: none; }
  .mobileView { display: block !important; }
  .slotDivFrames {
    /* box-shadow: none !important;
    background: transparent !important;  */
    padding: 8px !important;
    width: 100% !important;
    margin: 0 0 12px 0 !important;
  }
}