body {
  font-family: Arial, Helvetica, sans-serif;
}

.backgroundLight {
  background-color: #74BFE8;
}

.backgroundDark {
  background-color: #5796B6;
}

a {
  color: #0000FF;
}

li {
  padding: 2px 0;
}

a.cnav:link {
  color: #333;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

a.cnav:visited {color: #333;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.homecellcp {
  margin-left: 0px;
  padding-left: 25px;
  padding-right: 0px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  line-height: 125%;
  margin-bottom: 6px;
  text-align: left;
}

.central .homecellcp h1 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 6px;
  line-height: 125%;
  font-weight: bold;
  color: #000000;
  padding-right: 0px;
}

a.cnav:hover {
  color: #333;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
} 

.title {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 10px;
}

.standardTable {
  font-size: 12px;
}

#horizon {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block
}

.noticeBox {
  margin-left: -125px;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 250px;
  height: 100px;
  visibility: visible;
  z-index: 100;
  background-color: #5796B6;
  border: 1px solid black;
  border-radius: 8px
}

.noticeBoxMessage {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.noticeBoxGreen {
  
}

.noticeBoxRed {
  background-color: #FF9E9E;
  border: 1px solid #FF0000;
}

#loadingCancel {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.loading {
  /*background-color: #DDDDFF;
  border: 1px solid #AAAAFF;*/
}

@keyframes blink {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blink {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

.errors {
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 8px;
  background-color: #FF9E9E;
  border: 1px solid #FF0000;
}

.errors ul {
  padding-left: 5px;
  margin-left: 10px;
}

.cp {
  font-size: 12px;
  height: 410px;
  vertical-align: top;
}

.integrationsKey {
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 11px;
}

.integrationsKeyItem {
  padding-right: 30px;
}

.integrationsTable {
  font-size: 11px;
}

.integrationsArea {
}

.newIntegrationArea {
  /*overflow: auto;*/
  height: 300px;
  font-size: 12px;
}

.softwareLogo {
  border: 1px solid #000000;
  background-color: white;
  margin-left: 10px;
}

.configurationArea {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  /*padding: 7px;*/
}

.configurationHelp {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: black;
  padding-left: 0px;
  margin-top:0px;
  margin-bottom:0px;
  padding: 4px;
  background-color: #5796B6;
  min-height: 150px;
  height: auto !important;
  height: 150px;
}

.navigation {
  font-size: 16px;
}

.footerMenu {
  font-size: 12px;
}

.helpBoxLabel {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

.inputTable {
  font-size: 12px;
}

.input {
  font-size: 11px;
}

.configurationInputSelect {
  max-width: 224px;
}

.inputError {
  color: red;
}

.logout {
  font-size: 12px;
}

.cptitle {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding-left: 8px;
  margin-top:0px;
  margin-bottom:0px;
}

.cpstrap {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
  padding-left: 8px;
  margin-top:0px;
  margin-bottom:0px;
}

.cpstraptop {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding-left: 0px;
  margin-top:0px;
  margin-bottom:0px;
}

.cpform {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  padding-left: 0px;
  margin-top:0px;
  margin-bottom:0px;
}

.req {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #900;
  padding-left: 0px;
  margin-top:0px;
  margin-bottom:0px;
}

.configtitle {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-left: 0px;
  margin-top:0px;
  margin-bottom:0px;
}

.page {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

#integrationsList {
  width: 710px;
  border: none;
  border-spacing: 0px;
  table-layout: fixed;
  word-wrap: break-word;
}

#integrationsList tr {
  height: 110px;
}

#integrationsList td {
  padding: 0;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  color: #333;
}

#integrationsList td.app {
  font-weight: bold;
}

#integrationsList td.app .accountName {
  padding-top: 3px;
}

#integrationsList td.status {
  padding-top: 12px;
  padding-right: 9px;
}

#integrationsList td.action {
  padding-top: 10px;
}

.module {
  /*position: relative;*/
}

.removeModuleButton {
  /*position: relative;*/
  float: right;
}
.removeModuleButton a {
  color: #444;
  text-decoration: none;
}

.faq {
  cursor: pointer;
}

.topoftheworld {
  z-index: 3000 !important;
}

.openLastNotification {
  padding: 10px;
  cursor: pointer;
}

.subscriptions {
  line-height: 18px;
}

.button {
  display: inline-block;         /* Makes the link behave like a block-level element */
  padding: 10px 20px;            /* Adds padding around the text */
  font-size: 16px;               /* Adjusts the font size */
  color: #fff;                   /* Text color */
  background-color: #007bff;     /* Background color (blue) */
  border: none;                  /* No border */
  border-radius: 5px;            /* Rounded corners */
  text-align: center;            /* Centers the text */
  text-decoration: none;         /* Removes the underline */
  cursor: pointer;               /* Changes cursor to pointer */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for depth */
  transition: background-color 0.3s ease;     /* Smooth transition on hover */
}

.button:hover {
  background-color: #0056b3;     /* Darker blue on hover */
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: sans-serif;
  font-size: 1.2em;
  color: #333;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 5px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

#popup-error-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: none; /* so clicks pass through if no message */
}

#popup-error-message {
  max-width: 400px;
  padding: 1em 1.5em;
  border-radius: 12px;
  background: #f3f3f3;
  color: #333;
  text-align: center;
  font-size: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 1s ease;
}

#popup-error-overlay.show #popup-error-message {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#password-requirements {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.6s ease, max-height 0.6s ease;
  padding-left: 10px;
}

#password-requirements.visible {
  opacity: 1;
  max-height: 500px;
}

#password-requirements li {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#password-requirements.visible li {
  opacity: 1;
  transform: translateX(0);
}

/* Add staggered delays */
#password-requirements.visible li:nth-child(1) { transition-delay: 0.1s; }
#password-requirements.visible li:nth-child(2) { transition-delay: 0.2s; }
#password-requirements.visible li:nth-child(3) { transition-delay: 0.3s; }
#password-requirements.visible li:nth-child(4) { transition-delay: 0.4s; }
#password-requirements.visible li:nth-child(5) { transition-delay: 0.5s; }

#woo-old-version-title {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

#woo-old-version-text {
  margin-top: -1em;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.6s ease, max-height 0.6s ease;
}

/*#woo-old-version-text > :first-child {
  margin-top: 0;
}*/

#woo-old-version-text > :last-child {
  margin-bottom: 0;
}

#woo-old-version-text.visible {
  opacity: 1;
  max-height: 500px;
}
