.over576 {
  display: inline;
}

.below576 {
  display: none;
}

@media only screen and (max-width: 576px) {
  .over576 {
    display: none;
  }

  .below576 {
    display: inline;
  }
}

@media (max-width: 576px) {
  .xs {
    color: red;
    font-weight: bold;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width:768px) {
  .sm {
    color: red;
    font-weight: bold;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width:992px) {
  .md {
    color: red;
    font-weight: bold;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1200px) {
  .lg {
    color: red;
    font-weight: bold;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .xl {
    color: red;
    font-weight: bold;
  }
}

/* Invited Area Tables */
.invited-area {
  --bs-table-bg: #FFFFF4;
}

/*Theme the Tabulator element*/
#hotel-table {
  background-color: #FFFFF4;
  border: 0px;
}

/*Theme the header*/
#hotel-table .tabulator-header .tabulator-col {
  background-color: #FFFFF4;
}

/*Allow column header names to wrap lines*/
#hotel-table .tabulator-header .tabulator-col,
#hotel-table .tabulator-header .tabulator-col-row-handle {
  white-space: normal;
}


#hotel-table .tabulator-row-even {
  background-color: #FFFFF4 !important;
}

#hotel-table .tabulator-row-odd {
  background-color: #e6e6dc !important;
}

#hotel-table .tabulator-group {
  background-color: #c8c8bf !important;
}

/* Group header color */
/* #ababa3 #b8b8b0 #8a8a84 */

#hotel-table .tabulator-row:hover {
  background-color: #d1d1c7 !important;
}



/*Theme the Tabulator element*/
#restaurant-table {
  background-color: #FFFFF4;
  border: 0px;
}

/*Theme the header*/
#restaurant-table .tabulator-header {}

/*Allow column header names to wrap lines*/
#restaurant-table .tabulator-header .tabulator-col,
#restaurant-table .tabulator-header .tabulator-col-row-handle {
  white-space: normal;
}

/*Color the table rows*/
#restaurant-table .tabulator-tableholder .tabulator-table .tabulator-row {
  background-color: #e6e6dc;
}

/*Color even rows*/
#restaurant-table .tabulator-tableholder .tabulator-table .tabulator-row:nth-child(even) {
  background-color: #FFFFF4;
}

#restaurant-table .tabulator-row:hover {
  background-color: #ddd !important;
}

#restaurant-table tabulator-row.tabulator-group {
  background-color: #FFFFF4;
}


.fixed-top-2 {
  margin-top: 65px;
}

.alert-light {
  background-color: #FFFFF4;
}

a,
a:hover,
a:focus {
  color: #044f99;
  text-decoration: underline;
}

mark {
  background: #FFFF00 !important
}


.navbar {
  background-color: #013364;
}

.navbar2 {
  background-color: #eeeeee;
  /*   text-align: center; */
  border-bottom-style: solid;
  border-width: 0.5px;
  height: 40px;
  vertical-align: middle;
}

mobile-only {
  display: none;
}

.subheader-text {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  margin-top: 0.5%;
}

.canceled-text {
  font-family: Arial, sans-serif;
  font-size: 2.5rem;
}

.ssu-cancel {
  font-family: Arial, sans-serif;
  font-size: 2.0rem;
}

.lang-select {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  /*   margin-top: 0.5%; */
}

.punjabi {
  font-size: 1.1rem;
}

.navbar3 {
  background-color: #FFFFF4;
  padding: 0;
}

.invited_area {
  padding-left: 15%;
  padding-right: 15%;
  font-size: 1.1rem;
}

.date-change {
  font-size: 1.25rem;
}

.incentive {
  /*   padding-left: 10%; */
  /*   padding-right: 10%; */
}

.incentive li:not(:last-child) {
  margin-bottom: 5px;
}

.date_change {
  /*  text-transform: uppercase; */
}

.qa_guidelines li {
  padding-top: 5px;
}

.heading2 {
  font-weight: bold;
  /*   text-transform: uppercase; */
}

.uppercase {
  text-transform: uppercase;
}

.sup {
  vertical-align: super;
  font-size: smaller;
}

.hotel-group {
  background-color: #c6c6c6;
}

.no-margin {
  margin-bottom: 0;
}

.one-hundred-percent {
  width: 100%;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.adobe-red {
  color: #e51e00;
}

.rssb-red {
  color: #8b0000;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 190px;
  max-width: 190px;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
  background-color: #eeeeee;
  position: fixed;
  height: 100%;
  overflow-x: hidden;
  /* padding-top: 20px; */
  /*   padding-left: 20px; */

  /* margin-top: 75px; */
  padding-top: 75px;
  line-height: 1.4;
  z-index: 10;
}

#sidebar-nav {
  flex: 1 1 auto;
}

#sidebar.active {
  margin-left: -250px;
}

/* 
#sidebar {
  padding: 20px;
} */

#sidebar ul {
  margin-top: 10px;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

#sidebar ul p {
  padding: 10px;
}

#sidebar ul li a {
  padding: 7px 7px 7px 16px;
  font-size: 1rem;
  /*   font-size: 1.1rem; */
  font-weight: bold;
  display: block;
  border-bottom-style: solid;
  border-width: 0.5px;
}

/*
.btn {
  display: none !important;
}
*/

.btn {
  text-decoration: none;
  color: inherit;
}

.dropdown-item {
  text-decoration: none;
  color: inherit;
}

footer {
  width: 100%;
  border-top-style: solid;
  border-color: black;
  border-width: 0.5px;
  text-align: center;
  font-size: 0.75rem;
  padding-top: 5px;
}

.nav-pills>li>a:active,
a:hover,
.nav-pills>li>a.active {
  background-color: #FFFFF4;
}

.anchor {
  display: block;
  height: 130px;
  margin-top: -130px;
  visibility: hidden;
}

body {
  background-color: #FFFFF4;
  color: #212121;
  /* rose colored glasses */
  /*  color: #CA2171; */

  /*
  background-color: #fdfdfd;
  color: #212121;
*/

  /* cream background, black text
  background-color: #FFFFF4;
  color: #000000;
*/

  /* black background, white text
background-color: #212121;
color: #ffffff;
*/
  font-family: Arial, sans-serif;
  /*
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 1.15em;
*/
}

h1 {
  font-size: 1.25rem;
  font-weight: bold;
}

h2 {
  font-size: 1.15rem;
}

h3 {
  font-size: 1.10rem;
}

h4 {
  font-size: 1.05rem;
}

h5 {
  font-size: 1.03rem;
}

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

.container {
  margin-top: 100px;
  /*   margin-left: 10px; */
  margin-left: 200px;
  margin-bottom: 20px;
  max-width: max-content;
}

.home {
  font-size: 1.25rem;
  text-align: center;
}

.homefoot {
  font-size: 1.1rem;
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.adobe-pdf {
  height: 24px;
  width: 24px;
}

#sidebarCollapse {
  display: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  /* > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  } */
}

/* ---------------------------------------------------
  Table formatting
----------------------------------------------------- */

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media print {
  header {
    display: none;
  }

  footer {
    display: inline;
  }

  .noprint {
    display: none;
  }

  .navbar {
    display: none;
  }

  .navbar2 {
    display: none;
  }

  mobile-only {
    display: none;
  }

  .subheader-text {
    display: none;
  }

  .navbar3 {
    display: inline;
  }

  body {
    background-color: white;
    margin-top: 0;
  }

  #sidebar {
    display: none;
  }

  .container {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  p {
    page-break-inside: avoid;
  }
}

@media (max-width: 768px) {
  .fixed-top-2 {
    margin-top: 52px;
  }

  #sidebar {
    margin-left: -250px;
    /* margin-top: 87px; */
    padding-top: 69px;
    z-index: 10;
  }

  #sidebar.active {
    margin-left: 0;
  }

  .navbar {
    height: 55px;
    /*     padding: 1.5em; */
  }

  .navbar2 {
    /*    height: 45px; */
    height: 60px;
    /*     font-size: 0.8rem; */
  }

  mobile-only {
    display: inline;
  }

  .navbar3 {
    z-index: 9;
  }

  .subheader-text {
    font-size: 1rem;
    line-height: 1.1;
    padding-top: 5px;
    flex-wrap: nowrap;
  }

  .canceled-text {
    font-family: Arial, sans-serif;
    font-size: 2.0rem;
  }

  .ssu-cancel {
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
  }


  .container {
    max-width: max-content;
    margin-left: 0px;
    margin-top: 100px;
    margin-bottom: 50px;
    z-index: 8;
  }

  #sidebarCollapse {
    display: inline !important;
  }

  .navbar-toggler-icon {
    height: 20px;
    width: 20px;
  }

  #sidebar ul li a {
    /*     padding: 3px 7px 3px 16px; */
    /*     font-size: 1.1em; */
    font-size: 1em;
  }

  .invited_area {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.1rem;
  }
}