:root {
  --desc-bg-color: #1f598b;
  --content-bg-color: #f5f5f5;
  --sidebarnavwidth: 175px;
  --hbimgwidth: 32px;
  --pageheaderheight: 60px;
  --pagefooterheight: 60px;
  --page-content-area-title-height: 30px;
  --page-content-area-title-top: var(--pageheaderheight);
  --sidebar-nav-top: calc(var(--pageheaderheight) + var(--page-content-area-title-height));
  --page-content-area-wrapper-top: calc(var(--pageheaderheight) + var(--page-content-area-title-height));
}

html { 
  overflow-y: scroll; 
}

body {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Raleway', sans-serif;
}

.msgalert {
  display: inline-block;
  margin: 3px;
  padding: 3px;
}

.pdfpanel {
  height: 575px;
}

.page-flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid green;
}

.modal-backdrop {
  z-index: 3000;
}

.modal {
  z-index: 3010;
}

.loadingarea {
  position: fixed;
  border: 0px none transparent;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  transform: translate(-50%, -50%);
  z-index: 9998;
}

.loaderimage {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border: 0px none;
  z-index: 9998;
}

.sitetitle {
  display: inline-block;
  font-size: 2em;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
  color: var(--desc-bg-color) !important;
  height: var(--pageheaderheight);
}

.sitesubtitle {
  font-size: 0.6em;
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 20px;
  color: var(--desc-bg-color) !important;
}

.sitelogo {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  background-color: white;
  height: var(--pageheaderheight);
}

.sitelogo a {
  color: #e6e6e6;
}

.sitelogo a:hover {
  color: #fff;
  background: none;
}

.sitelogo a img {
  margin: 0px;
  padding: 0px;
  height: var(--pageheaderheight);
  padding-top: 2px;
  padding-bottom: 2px;
}

.wrapper {
}

.page-header-area-wrapper {
  display: inline-block;
  width: 100%;
  height: var(--pageheaderheight);
  min-height: var(--pageheaderheight);
  max-height: var(--pageheaderheight);
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 0px solid cyan;
  z-index: 1000;
  background-color: white;
  position: fixed;
}

.body-wrapper {
  margin: 0px;
  padding: 0px;
  padding-left: var(--sidebarnavwidth);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid orange;
}

.sidebar-wrapper {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  position: fixed;
  height: 100%;
  left: var(--sidebarnavwidth);
  width: var(--sidebarnavwidth);
  margin-left: calc(var(--sidebarnavwidth) * -1);
  background: var(--desc-bg-color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: top;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid red;
}

.sidebar-wrapper > ul > li > a {
  font-size: 16px !important;
}

.page-content-wrapper {
  margin: 0px;
  padding: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid magenta;
}

.page-content-area-wrapper {
  margin: 0px;
  padding: 0px;
  top: var(--page-content-area-wrapper-top);
  position: relative;
  background-color: white;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid yellow;
}

.page-footer-area-wrapper {
  height: var(--pagefooterheight);
  min-height: var(--pagefooterheight);
  max-height: var(--pagefooterheight);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px;
  margin-top: 25px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid cyan;
}

#pnlNavigation {
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid red;
}

#pnlPrimaryContainer {
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid red;
}

.panel-primary-mynav {
  border-radius: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid green;
}

.panel-title {
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid orange;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
}

.panel-heading-mynav {
  display: inline-block;
  border-radius: 0;
  top: var(--page-content-area-title-top);
  height: var(--page-content-area-title-height);
  min-height: var(--page-content-area-title-height);
  max-height: var(--page-content-area-title-height);
  width: 100%;
  min-width: 100%;
  margin: 0px;
  padding: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid red;
  position: fixed;
  z-index: 1000;
  background: var(--desc-bg-color);
}

.alleventheader {
  padding-left: 30px;
  height: 43px;
  margin: 0px;
  padding: 2px;
  background-color: #123554;
}

.alleventname {
  padding: 0px;
  margin: 0px;
}

.alleventname h3 {
  padding: 0px;
  margin: 0px;
  height: 28px;
}

.alleventsetuptabhead {
  font-size: 20px;
}

.panel-heading h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  width: 75%;
  padding-top: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid yellow;
}

.panel > panel-heading {
  margin-bottom: 0px;
}

.panel {
  box-shadow: inset 0 0px 0px white !important;
}

.panel-tabs-body {
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid #ff00f2;
  background-color: white;
}

.navtabspanel {
  display: none;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid red;
}

.navtabsrootdiv {
  display: none;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid green;
}

.navtabssubdiv {
  border-bottom: 1px solid var(--desc-bg-color) !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid cyan;
}

.navtabslist {
  display: inline;
  padding: 0px;
  margin: 0px;  
  border: 0px solid yellow;
}

.navtabslist > li {
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 4px;
}

#PanelFooter {
  padding: 0px;
  margin: 0px;
  min-height: 650px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid red;
}

#PageContent {
  padding: 0;
  margin: 3px;
  display: none;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid red;
}

.eventpanel {
  display: none;
  background-color: var(--desc-bg-color) !important;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid #806600;
}

.eventsearchpanel {
  background-color: var(--desc-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid #ffb400;
}

.eventsearchpanelbuttondiv {
  padding: 0px;
  margin: 0px;
  background-color: var(--desc-bg-color) !important;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid yellow;
}

.eventsearchpanelbutton {
  width: 20px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 3px;
  background-color: transparent !important;
  color: var(--content-bg-color) !important;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid #7f0080;
  cursor: pointer;
}

.eventsearchpanelbutton.glyphicon {
  font-size: 20px;
}

.eventsearchpaneldisplay {
  background-color: var(--desc-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid red;
}

.eventsearchpaneldisplayformgroup {
  background-color: var(--desc-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  border: 0px solid green;
}

.eventsearchpaneldisplayformgroupcol {
  background-color: var(--desc-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid cyan;
}

#EventSearchPanelForm {
  background-color: var(--desc-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid green;
}

.eventsearchpaneltable {
  border-collapse: collapse;
  display: table;
  color: white;
  padding: 0px;
  margin: 0px;
  border: 0;
}

.eventsearchpaneltable tr {
  padding: 0px;
  margin: 0px;
  display: table-row;
}

.eventsearchpaneltable td, .eventsearchpaneltable th {
  padding: 3px;
  margin: 0px;
  display: table-cell;
}

.eventsearchpaneltablefieldheading {
  font-size: 18pt;
  text-align: right;
}

.eventsearchpaneltablebutton {
  margin: 1px;
}

.chapterpanel {
  display: none;
  background-color: var(--content-bg-color) !important;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid #806600;
}

.chaptersearchpanel {
  background-color: var(--content-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid #ffb400;
}

.chaptersearchpanelbuttondiv {
  padding: 0px;
  margin: 0px;
  background-color: var(--content-bg-color) !important;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid yellow;
}

.chaptersearchpanelbutton {
  width: 20px;
  height: 20px;
  padding: 0px;
  margin: 1px;
  background-color: transparent !important;
  color: var(--desc-bg-color) !important;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid #7f0080;
  cursor: pointer;
}

.chaptersearchpanelbutton.glyphicon {
  font-size: 20px;
}

.chaptersearchpaneldisplay {
  background-color: var(--content-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid red;
}

.chaptersearchpaneldisplayformgroup {
  background-color: var(--content-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  border: 0px solid green;
}

.chaptersearchpaneldisplayformgroupcol {
  background-color: var(--content-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid cyan;
}

#ChapterSearchPanelForm {
  background-color: var(--content-bg-color) !important;
  border: 0;
  padding: 0px;
  margin: 0px;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid green;
}

.chaptersearchpaneltable {
  border-collapse: collapse;
  display: table;
  color: black;
  padding: 0px;
  margin: 0px;
  border: 0;
}

.chaptersearchpaneltable tr {
  padding: 0px;
  margin: 0px;
  display: table-row;
}

.chaptersearchpaneltable td, .chaptersearchpaneltable th {
  padding: 3px;
  margin: 0px;
  display: table-cell;
}

.chaptersearchpaneltablefieldheading {
  font-size: 18pt;
  text-align: right;
}

.chaptersearchpaneltablebutton {
  margin: 1px;
}

.chaptersearchpaneltablefieldnote {
  font-size: 10px;
}

.nowrap {
  white-space: nowrap;
}

.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--desc-bg-color) !important;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.content {
  background-color: var(--content-bg-color) !important;
}

.noborder {
  border: 0px none;
}

.print-report-button {
  font-size: 16px;
}

#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 9999;
  font-size: 60px;
  text-align: center;
  padding-top: 200px;
  color: #fff;
}

.no-padding {
  padding: 0px;
}

#PageTitle {
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 2px;
  margin-right: 0px;
}

.pagetitle {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  background-color: var(--desc-bg-color) !important;
  color: white;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.editpagetitle {
  background-color: #123554;
  color: white;
  font-size: 18pt;
  min-height: 60px;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 15px;
  margin: 0 !important;
}

.spacebottom10 {
  margin-bottom: 10px;
}

.spacebottomonly10 {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.padbottom10 {
  padding-bottom: 10px;
}

.padbottomonly10 {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.nowhitespace {
  padding: 0;
  margin: 0;
}

.nopad {
  padding: 0;
}

.nomargin {
  margin: 0;
}

#TabPanel {
  max-height: 60px;
  margin: 1px;
  padding: 3px;
}

.subpanels {
  display: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.linklistcontent {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mydatapanel {
  display: inline-block;
  padding: 30px;
}

.mydatasubpanel {
  display: inline-block;
  padding: 19px;
  min-height: 20px;
  background-color: var(--content-bg-color) !important;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  width: 100%;
}

.buttonpaneldiv {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 2px;
  color: var(--desc-bg-color) !important;
}

.buttonpanelbutton {
  width: 20px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  background-color: transparent !important;
  color: var(--desc-bg-color) !important;
  /* For Debugging set border width to something other than 0. */
  border: 0px solid #7f0080
}

.buttonpaneldisplay {
  padding: 0px;
  margin-left: 30px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* My Data displays weird per Shannon, removing the margin as no hide button is present on this screen */
[grptype="My-Data-Tab-Content"] > #ButtonPanel > #ButtonPanelDisplay {
  padding: 0px;
  padding-top:10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px; 
}

.buttonrowtitle {
  font-size: 14pt;
}

.ui-dialog-titlebar-close {
  display: none;
}

.buttonlistpaneldiv {
  padding-top: 10px;
}

.myDivToPrint {
  background-color: white;
  top: 80px;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
  z-index: 9999;
}

.searchpagecontent {
  background-color: var(--content-bg-color) !important;
  padding: 10px 15px;
  margin: 0;
}

.housinginstructionpanelbuttondiv {
  position: relative;
  display: inline;
  left: 0px;
  top: 0px;
}

.housinginstructionpanelbutton {
  width: 20px;
  height: 20px;
  padding: 0px;
  background-color: white;
  color: var(--desc-bg-color) !important;
}

.housinginstructionpaneltable {
  padding: 3px;
  border-collapse: collapse;
  border-spacing: 3px;
}

.housinginstructionpaneltable td, .housinginstructionpaneltable th {
  padding: 3px;
  display: table-cell;
}

.housinginvoicetable {
  border-collapse: collapse;
  border-spacing: 0;
  display: table
}

.housinginvoicetable td, .housinginvoicetable th {
  padding: 3px;
  display: table-cell;
}

.table-striped-aliceblue > tbody > tr:nth-child(even) > td, .table-striped-aliceblue > tbody > tr:nth-child(even) > th {
  background-color: aliceblue;
}

.table-striped-aliceblue > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-striped-white > tbody > tr:nth-child(even) > td, .table-striped-aliceblue > tbody > tr:nth-child(even) > th {
  background-color: white;
}

.table-striped-white > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-striped-aliceblue-white > tbody > tr:nth-child(even) > td, .table-striped-aliceblue > tbody > tr:nth-child(even) > th {
  background-color: aliceblue;
}

.table-striped-aliceblue-white > tbody > tr:nth-of-type(odd) {
  background-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* Use with container-fluid */
.whitebackgrounddiv {
  background-color: white;
  border: 0;
  padding: 0;
}

.paddeddiv15px {
  padding: 15px;
}

.table-t {
  width: 100%;
  display: table;
}

.table-t > thead > tr > th, .table-t > tbody > tr > th, .table-t > tfoot > tr > th, .table-t > thead > tr > td, .table-t > tbody > tr > td, .table-t > tfoot > tr > td {
  padding: 3px;
  border: 1px solid #ddd;
}

.table-n {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}

.table-n tr {
  border: 0;
  padding: 0px;
  border-spacing: 0;
  display: table-row;
}

.table-n th {
  border: 0;
  padding: 3px;
  border-spacing: 0;
  display: table-cell;
  font-size: 12pt;
}

.table-n td {
  border: 0;
  padding: 3px;
  border-spacing: 0;
  display: table-cell;
  font-size: medium;
}

.table-f {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}

.table-f tr {
  border: 0;
  padding: 0px;
  border-spacing: 0;
  display: table-row;
}

.table-f th {
  border: 0;
  padding: 3px;
  border-spacing: 0;
  display: table-cell;
  font-size: 12pt;
}

.table-f td {
  border: 0;
  padding: 3px;
  border-spacing: 0;
  display: table-cell;
  font-size: medium;
}

.table-a 
{
  width: auto;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}

.table-a tr 
{
  border: 0;
  padding: 0px;
  border-spacing: 0;
  display: table-row;
}

.table-a th 
{
  border: 0;
  padding: 3px;
  border-spacing: 0;
  display: table-cell;
  font-size: 12pt;
}

.table-a td 
{
  border: 0;
  padding: 3px;
  border-spacing: 0;
  display: table-cell;
  font-size: medium;
}

.table-asmall {
  width: auto;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}

  .table-asmall tr {
    border: 0;
    padding: 0px;
    border-spacing: 0;
    display: table-row;
  }

  .table-asmall th {
    border: 0;
    padding: 3px;
    border-spacing: 0;
    display: table-cell;
    font-size: 12pt;
  }

  .table-asmall td {
    border: 0;
    padding: 3px;
    border-spacing: 0;
    display: table-cell;
    font-size: 12px;
  }




.table-s {
  width: auto;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}

.table-s tr {
  border: 0;
  padding: 0px;
  border-spacing: 0;
  display: table-row;
}

.table-s th {
  border: 0;
  padding: 3px;
  border-spacing: 0;
  display: table-cell;
  font-size: 12pt;
}

.table-s td {
  border: 0;
  padding: 3px;
  border-spacing: 0;
  display: table-cell;
  font-size: medium;
}

.table-j {
  width: auto;
  min-width: 0;
  display: table;
}

.table-n {
  width: 100%;
  min-width: 0;
  display: table;
}

.table-ja {
  width: auto;
  min-width: 0;
  display: table;
  font-size: 12pt;
}

.table-jas {
  width: auto;
  min-width: 0;
  display: table;
  font-size: medium;
}

.table-jf {
  width: 100%;
  min-width: 0;
  display: table;
  font-size: 12pt;
}

.table-jfs {
  width: 100%;
  min-width: 0;
  display: table;
  font-size: medium;
}

.table thead {
  font-size: 12pt;
  background-color: var(--content-bg-color) !important;
}

.table th {
  font-size: 12pt;
  background-color: var(--content-bg-color) !important;
}

.table-white-header table {
  width: 100%;
  min-width: 0;
  display: table;
  font-size: 12pt;
}

.table-white-header thead {
  font-size: 12pt;
  background-color: white !important;
}

.table-white-header th {
  font-size: 12pt;
  background-color: white !important;
}

.table-gray-header table {
  width: 100%;
  min-width: 0;
  display: table;
  font-size: 12pt;
}

.table-gray-header thead {
  font-size: 12pt;
  background-color: gray !important;
}

.table-gray-header th {
  font-size: 12pt;
  background-color: gray !important;
}

.table-silver-header thead {
  background-color: silver !important;
}

.table-silver-header th {
  background-color: silver !important;
}

.table-header-fontsize-14px table {
}

.table-header-fontsize-14px thead {
  font-size: 14px;
}

.table-header-fontsize-14px th {
  font-size: 14px;
}

.list-group-custom ui {
  width: 100% !important;
}

.list-group-custom li {
  border: 1px solid rgba(0,0,0,.125) !important;
}

.btn-width-200 {
  width: 200px !important;
}

.AWInfo {
  display: inline-block;
  border-radius: 15px;
  border: 2px solid;
  padding: 20px;
  background-color: rgba(128,128,128,0.5);
  font-size: 9pt;
  color: black
}

.help-block {
  font-size: 14px;
}
/* Removes default caret */
.dropdown-toggle::after {
  display: none !important;
}

.pageresponsemessagediv {
  width: 20px;
  display: inline-block;
  padding-top: 4px;
  margin: 0;
}

#PageResponseMessageContainer {
  padding: 0;
  margin: 0;
}

#PageResponseMenuContainer {
  padding: 0;
  margin: 0;
}

.PageResponseButton {
  width: 20px;
  height: 20px;
  left: 5px;
  padding: 0px;
  margin: 0px;
}

#PageResponseMenu {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 20px;
  max-height: 600px;
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
}

.dropdown-item {
  padding: 0;
  margin: 0;
}

#accordion .ui-accordion-header-active {
  background-image: none !important;
  background-color: var(--desc-bg-color) !important;
  border-color: var(--desc-bg-color) !important;
}

.panel-footer-white {
  background-color: #ffffff;
}

.panel-footer-default {
  background-color: var(--content-bg-color);
  width: 100%;
}

#footer_Data {
  color: #ffffff;
}

.show-msg-heading {
  color: white;
  background-color: var(--desc-bg-color);
}

.show-alert-heading {
  color: white;
  background-color: #c12e2a;
}

.panel-login {
  border-color: #ccc;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  margin-top: 30px;
}

.panel-login > .panel-heading {
  color: #00415d;
  background-color: var(--desc-bg-color);
  border-color: #1a4c76;
  text-align: center;
}

.panel-login > .panel-heading a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  /*
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  */
}

.panel-login > .panel-heading a.active {
  color: #bada55;
  font-size: 18px;
}

/*
a.visited {
  color: #551A8B;
}

a {
  color: #0000EE;
}
*/

.searchlist > table > tbody > tr > td > a {
  font-weight: 700;
}

.searchlist > table > tbody > tr > th {
  font-size: medium;
}

.searchlist > table > tbody > tr > td {
  font-weight: normal;
}

.panel-login > .panel-heading hr {
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  /*
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  */
}

.panel-login input:hover,
.panel-login input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

.badge > a,
.btnExpData,
#pnl_Data > div > div.panel-body > div.container-fluid > div > div > ul > li > span > a {
  color: #ffffff;
}

.btn-login {
  background-color: var(--desc-bg-color);
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1a4c76;
}

.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #094880;
  border-color: #1a4c76;
}

.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1CB94A;
}

.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347;
}

.btn-success {
  color: #000000;
}

.btn-primary {
  color: white !important;
}

.btn-cancelred {
  color: white !important;
  background-color: red !important;
}

.btn-default {
  font-weight: 700;
}

.btn-group-justified > div {
  padding-left: 5px;
  padding-right: 5px;
}

.sidebar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: var(--sidebar-nav-top);
}

.sidebar-nav.desktop {
  overflow-y: hidden;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #e6e6e6;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.footerlogo {
  height: var(--pagefooterheight);
  font-size: 18px;
  line-height: 40px;
  padding-left: 10px;
}

.footerlogo a {
  color: #e6e6e6;
}

.footerlogo a:hover {
  color: #fff;
  background: none;
}

.footerlogo a img {
  margin: 0px;
  padding: 0px;
  height: calc(var(--pagefooterheight) - 4px);
  padding-top: 2px;
  padding-bottom: 2px;
}

.registrationbody {
  width: 100%;
  padding: 10px;
}

.registrationtable {
  width: 100%;
  border: 0;
}

.registrationmenu {
  vertical-align: top;
  width: 200px;
  min-width: 150px;
  border: solid black;
  padding: 6px;
}

.registrationmenu button {
  width: 100%;
  padding: 10px 5px 10px 5px;
  font-size: 14px;
  white-space: normal;
}

.registrationcontent {
  vertical-align: top;
  width: 100%;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 12px;
}

.modal-lg-inv {
  width: 1150px;
  min-width: 1150px;
}

.invoicenote {
  width: 1100px;
  min-width: 1100px;
  max-width: 1100px;
  white-space: normal;
}

.payinstructions {
  width: 1100px;
  min-width: 1100px;
  max-width: 1100px;
  white-space: normal;
}

.errmsg {
  color: Red;
  font-weight: bold;
}

.successmsg {
   color: green;
   font-weight: bold;
}

li.redtab a {
   background-color: red;
   color: white;
}

.tablenorowseparators.table {
}

  .tablenorowseparators.table > tbody > tr > td, .tablenorowseparators.table > tbody > tr > th,
  .tablenorowseparators.table > tfoot > tr > td, .tablenorowseparators.table > tfoot > tr > th,
  .tablenorowseparators.table > thead > tr > td, .tablenorowseparators.table > thead > tr > th,
  .tablenorowseparators.table > tbody > tr > td > table > tbody > tr > td, .tablenorowseparators.table > tbody > tr > th,
  .tablenorowseparators.table > tfoot > tr > td > table > tfoot > tr > td, .tablenorowseparators.table > tfoot > tr > th,
  .tablenorowseparators.table > thead > tr > td > table > thead > tr > td, .tablenorowseparators.table > thead > tr > th {
    margin: 2px;
    border: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  font-size: 35px !important;
  content: "\02C6" !important;
  margin-bottom: -15px !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  font-size: 35px !important;
  content: "\02C7" !important;
  margin-top: 15px !important;
}

.btndiv {
  display: flex;
  margin-bottom: 3px;
}

.btndiv a button {
  margin-right: 3px;
}

.btndiv input[type="submit"] {
  margin-right: 3px;
}

.linkdiv {
  display: flex;
  margin-bottom: 3px;
}

.linkdiv a {
  margin-right: 3px;
}

.linkdiv input[type="submit"] {
  margin-right: 3px;
}

/* Hamburger menu icon. */
.hbimg {
  width: var(--hbimgwidth) !important;
}

/* BEGIN: Everything necessary when clicking close-sidebar button and collapsing sidebar. */
/* Move sidebar out of view. */
.wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

/* Move page content to left filling in the sidebar area. */
.wrapper.toggled .body-wrapper {
  padding-left: 0;
}
/* END: Everything necessary when clicking close-sidebar button and collapsing sidebar. */

@media(min-width:1px) {  
}

input[type="radio"] {
  margin-right: 3px;
}