﻿/*==========================
  Dark Header (Login Page)
==========================*/
.dark-header {
  background: #fff;
  width: 100%;
  padding: 2.625rem 1.5rem 1.625rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #7A4EB6;
  position: relative;
}

.dark-header-logo {
  height: 5rem;
  width: auto;
  position: relative;
  z-index: 1;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.dark-header-title {
  color: #401679;
  font-family: "Source Sans Pro", "Cabin", "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: none;
  margin: 0;
  padding-bottom: 0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.dark-header-menu {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.dark-header-menu a {
  color: #7A4EB6;
  font-family: "Source Sans Pro", "Cabin", "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0.375rem 0.875rem;
  border-right: 1px solid #7A4EB6;
}
.dark-header-menu a:last-child {
  border-right: none;
}
.dark-header-menu a:hover {
  color: #6022A6;
  text-decoration: underline;
}

/*==========================
  Login Page Card
==========================*/
.page-login body, body.page-login {
  background: #fff;
}

body.page-login .container,
body.page-login .container-content,
body.page-login .container .row,
body.page-login #page-header,
body.page-login #page-content {
  background: #fff;
}

.container-content {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 24px;
  background: transparent;
}

#login-page {
  padding: 20px 0 20px;
}

.login-card {
  background: #6022A6;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  padding: 52px 40px 10px;
  box-shadow: 0 8px 32px rgba(96, 34, 166, 0.28);
  border-top: 10px solid #7A4EB6;
  margin-bottom: 32px;
}

.login-title {
  font-family: "Source Sans Pro", "Cabin", "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.login-subtitle {
  font-family: "Source Sans Pro", "Cabin", "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px;
}

.login-subtitle-secondary {
  font-family: "Source Sans Pro", "Cabin", "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0 0 24px;
}

.login-card .form-label {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.login-card .form-control {
  border: 1px solid #7A4EB6;
  border-radius: 6px;
  font-size: 19px;
  color: #222222;
  background: #fff;
}
.login-card .form-control:focus {
  border-color: #7A4EB6;
  box-shadow: 0 0 0 3px rgba(122, 78, 182, 0.3);
  background: #fff;
}

.btn-login {
  background-color: #fff;
  border: 2px solid #fff;
  color: #6022A6;
  font-family: "Source Sans Pro", "Cabin", "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 8px;
  padding: 6px 12px;
}
.btn-login:hover, .btn-login:focus, .btn-login:active {
  background-color: #7A4EB6;
  border-color: #7A4EB6;
  color: #fff;
}

.login-link {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
}
.login-link:hover {
  color: #7A4EB6;
}

.support-text {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}

html {
  overflow-y: scroll;
}

body {
  color: #222222;
  padding: 0px;
  font-family: "Source Sans Pro", "Cabin", "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* To remove the outline globally */
*:focus {
  outline: none !important;
}

.color-rectangles {
  display: flex;
  margin: 15px -15px 4px -15px;
}

.yellow-rectangle {
  background-color: #fcd678;
}

.pink-rectangle {
  background-color: #f099aa;
}

.blue-rectangle {
  background-color: #343333;
}

.green-rectangle {
  background-color: #dedc2a;
}

.nav-rectangle {
  height: 5px;
  width: 25%;
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.header-line {
  height: 3px;
  margin: 15px -15px 4px -15px;
  background-color: #6022A6;
}

.error-message {
  color: #cc0000;
}

.error-hidden {
  display: none;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

h2 {
  color: #6022A6;
  font-weight: 700;
}

.ge-blue, .Vertex-blue {
  color: #401679;
}

.ge-grey, .Vertex-grey {
  color: #7A4EB6;
}

.container .row {
  background: white;
  border-radius: 6px;
}

.mainContent {
  margin-bottom: 10vh;
}

.radio label {
  font-weight: bold;
}

#page-bottom {
  color: white;
  font-size: 14px;
}

#page-bottom hr {
  border-top: 1px solid #000;
}

#page-header {
  background: white;
  margin-bottom: 1vh;
}

.header-text1 {
  color: #ffffff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  left: 130px;
  top: 10px;
}

.header-text2 {
  color: #f6d246;
  margin-top: 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  left: 130px;
  top: 75px;
}

.form-group {
  font-size: 12px;
}

#page-header h2 {
  font-weight: 600;
}

#page-header .logo {
  padding-left: 40px;
  height: 75px;
}

#header-menu {
  position: absolute;
  top: 0px;
  right: 30px;
  color: #ffffff;
  line-height: 20px;
  border-left: solid 1px #7A4EB6;
  border-bottom: solid 1px #7A4EB6;
  border-right: solid 1px #7A4EB6;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

#header-menu a {
  display: inline-block;
  font-family: "Source Sans Pro", "Cabin", "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #7A4EB6;
  font-size: 13px;
  padding: 6px 17px;
  text-decoration: none;
  border-right: solid 1px #7A4EB6;
}

#header-menu a:hover,
#header-menu a:focus,
#header-menu a:active {
  background-color: #6022A6;
  color: #FFF;
}

#header-menu a:last-child {
  border-right: none;
}

#page-header h2.title {
  color: #777;
  display: inline-block;
  text-transform: none;
  padding-bottom: 5px;
  font-size: 1.2em;
  line-height: 23px;
  position: absolute;
  bottom: 0px;
  right: 30px;
}

#page-header .content {
  color: #FFF;
  font-size: 0.8em;
  font-family: "Source Sans Pro", "Cabin", "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: absolute;
  bottom: 30px;
  left: 0px;
}

img.page-header__logo {
  height: 100px;
}

#page-header .content p.info-title {
  font-size: 2em;
}

#page-header .content a {
  color: #ED8B00;
  text-decoration: underline;
}

#page-content {
  margin: 0 30px 20px;
}

a {
  color: #9B6CC8;
}

#page-content h3,
.category-banner span.category {
  color: white;
  margin-top: 20px;
  padding: 7px 25px;
  font-weight: normal;
  text-transform: none;
  background: #6022A6;
}

.category-banner span.category {
  font-size: 24px;
  display: block;
}

.category-banner span.category-tight {
  background: #6022A6;
  color: #222222;
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-top: 0;
  padding: 7px 25px;
}

.subcategory-banner span.subcategory {
  display: block;
  color: #1d1756;
  margin-top: 0px;
  padding: 7px 0px;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  border-bottom: 4px solid #5F646A;
}

#page-footer {
  margin-top: 10px;
}

#page-footer .inner {
  padding: 20px 0;
}

#page-footer {
  width: 100vw;
  position: fixed; /* or absolute if you want it to scroll */
  left: 0;
  bottom: 0;
}

.footer-section {
  width: 100vw;
  padding: 10px 0;
}

.section-top {
  background-color: #6022A6;
  height: 10vh;
  border-radius: 1rem 1rem 0 0;
}

.section-bottom {
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(90deg, #6022A6 0%, #7A4EB6 100%);
  border-bottom: solid 10px #7A4EB6;
}

.highlight {
  color: #7A4EB6;
}

a.highlight:hover {
  color: #9B6CC8;
}

#page-banner {
  margin: 10px 0;
}

h1.banner {
  margin: 0px;
  color: #222222;
  padding: 25px 30px;
  text-align: center;
}

.tile-group {
  border-top: solid 5px white;
}

.tile {
  float: left;
  text-align: left;
  position: relative;
  border-left: solid 5px white;
  padding: 15px;
  vertical-align: top;
  width: 23%;
  aspect-ratio: 0.95/1;
  margin: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  border-radius: 17px !important;
}

.tile.second, .tile.third, .tile.fourth {
  margin-left: 2.5%;
}

.tile:first-child {
  border-left: none;
}

.tile .icon {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  text-align: center;
}

.tile .text {
  display: inline-block;
}

.tile .text .title {
  font-size: 2em;
  display: block;
}

.tile .text .desc {
  font-size: 0.9em;
  margin: 10px 0;
  display: block;
}

.tile .tile-bottom {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin-left: -15px;
}

.tile .tile-bottom .btn {
  width: 85%;
}

.color-primary {
  color: #6022A6;
}

.color-secondary {
  color: #9B6CC8;
}

.btn {
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn + .btn {
  margin-left: 16px;
}

.btn,
.btn:hover {
  font-weight: bold;
  border: 0px solid transparent;
  text-decoration: none;
}

.btn.btn-primary {
  background-color: #6022A6;
  border-color: #6022A6;
  color: #fff;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:target {
  background-color: #6022A6;
  border-color: #6022A6;
  color: #fff;
}

.btn.btn-primary:hover {
  background-color: rgb(108.24, 38.335, 187.165);
  border-color: rgb(108.24, 38.335, 187.165);
  color: #fff;
}

.btn.buttonAttestation {
  color: #fff;
  border: none;
}

.btn.buttonAttestationCompleteNow,
.btn.buttonAttestationCompleteNow:active,
.btn.buttonAttestationCompleteNow:focus {
  background-color: #E1AA00;
  border-color: #E1AA00;
}

.btn.buttonAttestationCompleteNow:hover {
  background-color: #c49600;
  border-color: #c49600;
}

.btn.buttonAttestationCompleted,
.btn.buttonAttestationCompleted:active,
.btn.buttonAttestationCompleted:focus {
  background-color: #28a745;
  border-color: #28a745;
}

.btn.buttonAttestationCompleted:hover {
  background-color: #1e7e34;
  border-color: #1e7e34;
}

.btn.buttonAttestationIncomplete,
.btn.buttonAttestationIncomplete:active,
.btn.buttonAttestationIncomplete:focus {
  background-color: #FF0000;
  border-color: #FF0000;
}

.btn.buttonAttestationIncomplete:hover {
  background-color: #cc0000;
  border-color: #cc0000;
}

.label.attestationTitle {
  color: #0070C0;
  display: block;
  white-space: normal;
  font-size: x-large;
}

.label.attestationCert {
  color: #000000;
  display: block;
  white-space: normal;
  font-weight: bold;
  font-size: larger;
  text-decoration: underline;
}

.label.attestationConfidential {
  color: #000000;
  display: block;
  white-space: normal;
  font-size: small;
}

/* ROC (Record of Completion) layout */
.roc-container {
  max-width: 1100px;
  margin: 32px auto;
  padding: 48px;
  background: #fff;
  border: 1px solid #d0d0d8;
  border-radius: 8px;
  font-size: 16px;
}

.roc-title {
  color: #401679;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 32px;
  border-bottom: 2px solid #7A4EB6;
  padding-bottom: 14px;
}

.roc-header-fields {
  margin-bottom: 36px;
}

.roc-field-row {
  display: flex;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ebebf0;
  align-items: baseline;
}

.roc-field-label {
  color: #5B5B67;
  font-weight: 600;
  font-size: 15px;
  min-width: 240px;
}

.roc-field-value {
  color: #222;
  font-size: 16px;
}

.roc-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
  font-size: 15px;
}

.roc-table thead tr {
  background: #401679;
  color: #fff;
}

.roc-table th {
  padding: 14px 18px;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
}

.roc-th-num {
  text-align: right;
  width: 160px;
}

.roc-table tbody tr {
  border-bottom: 1px solid #e0e0e8;
}

.roc-table tbody tr:nth-child(even) {
  background: #f8f6fc;
}

.roc-table td {
  padding: 14px 18px;
  vertical-align: top;
  font-size: 15px;
}

.roc-td-num {
  text-align: right;
}

.roc-travel-note {
  display: block;
  font-size: 13px;
  color: #5B5B67;
  font-style: italic;
  margin-top: 4px;
}

.roc-total-row {
  background: #f0eaf8 !important;
  font-size: 16px;
}

.roc-total-row td {
  padding: 16px 18px;
}

.roc-cert {
  background: #f8f6fc;
  border-left: 4px solid #6022A6;
  padding: 20px 24px;
  margin-bottom: 32px;
  font-size: 15px;
  color: #333;
}

.roc-cert p {
  margin: 0;
  line-height: 1.6;
}

.roc-actions {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}

/*Main Navigation*/
nav.nav-main {
  text-align: center;
  padding-left: 2vw;
  padding-right: 2vw;
}

#top {
  padding: 0;
  margin: 0;
}

nav.nav-main > ul {
  display: flex;
  justify-content: space-between; /* pushes first left, last right, even gaps between */
  position: relative;
  padding: 0;
  border-bottom: solid 3px #9B6CC8;
  width: 100%;
  position: relative;
  margin-bottom: 56px;
  font-size: 0;
  list-style: none; /* avoid unwanted bullets */
}

nav.nav-main ul ul {
  border-bottom: none;
}

nav.nav-main ul li {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 20px; /* restore readable size */
  box-sizing: border-box;
  vertical-align: middle;
}

nav li.active a.top-nav {
  text-decoration-line: underline;
  text-decoration-color: #9B6CC8;
  text-decoration-thickness: 5px;
  color: #401679;
  text-underline-offset: 13px;
}

nav li.active li.active a.sub-nav {
  color: #9B6CC8;
}

nav li a.top-nav,
nav li a.sub-nav {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  padding: 4px 5px;
}

nav li a.top-nav {
  color: #401679;
}

nav li a.top-nav:hover {
  text-decoration-line: underline;
  text-decoration-color: #9B6CC8;
  text-decoration-thickness: 5px;
  color: #401679;
  text-underline-offset: 13px;
}

nav li a.sub-nav {
  color: #401679;
}

nav li a.sub-nav:hover {
  text-decoration-line: underline;
  text-decoration-color: #9B6CC8;
  text-decoration-thickness: 5px;
  text-underline-offset: 13px;
}

nav.nav-main ul > li.active:first-child a {
  border-left: none;
}

nav.nav-main ul > li:first-child + li + li + li + li.active a {
  border-right: none;
}

nav.nav-main ul li a.multiple-lines {
  line-height: 30px;
  padding: 45px 15px 50px;
}

nav.nav-main ul li ul,
nav.nav-main ul li ul li {
  background: white;
}

.dashboard.tile-group .tile.first,
.dashboard.tile-group .tile.third {
  background: #9B6CC8;
}

.dashboard.tile-group .tile.second,
.dashboard.tile-group .tile.fourth {
  background: #401679;
}

.text.green-text .title,
.text.green-text .desc {
  color: #0c9d72;
}

.text.green-text .btn.btn-default {
  border: solid 2px #0c9d72;
  color: #0c9d72;
}

.text.green-text .btn.btn-default:hover {
  background: #0c9d72;
  color: #fff;
}

/*SECOND LEVEL*/
nav.nav-main ul li ul {
  display: none;
}

nav.nav-main ul > li.active ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%; /* directly below parent menu */
  width: 100vw; /* absolute across viewport width, OR... */
  width: 100%; /* ...use full width of the nav container (preferred) */
  /* Optionally, push as parent nav's child */
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
  list-style: none;
  background: white; /* visible background */
  z-index: 2; /* appear above stuff */
}

nav.nav-main ul > li.active ul li a {
  line-height: normal;
  font-size: 14px;
  text-align: center;
  width: auto !important;
  border: none;
  margin: 0 5vw 0 0;
}

.meeting-section {
  padding-bottom: 30px;
}

.meeting-section .table {
  margin-bottom: 50px;
}

.button-row {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*End Nav*/
tr.pager td {
  border-bottom: none;
  padding: 2px;
  text-align: right;
}

tr.pager td a {
  color: #4a63ae;
  font-weight: bold;
}

tr.pager td table {
  margin: 0 0 0 auto;
}

div.property-title h3 {
  margin-right: 15px;
}

div.property-list {
  font-size: 12px;
  margin-bottom: 12px;
}

div.property-list .property-label {
  font-weight: bold;
  color: #777;
}

ul.property-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 12px;
}

ul.property-list li {
  padding: 5px 0px;
}

ul.property-list .property-label {
  font-weight: bold;
  color: #777;
  width: 40%;
  display: inline-block;
}

ul.isi-list {
  padding-left: 15px;
  color: #f0a055;
}

ul.isi-list > li {
  margin-bottom: 15px;
}

ul.isi-list ul {
  padding-left: 25px;
}

.required {
  color: red;
}

/* page specific styles */
.page-login #login-section {
  padding: 40px 20px;
  background: #C7C9CB;
}

.page-program-summary select.form-control {
  width: 150px;
  display: inline-block;
}

.input-forgot-password {
  width: 225px;
  margin: 15px 0px;
}

/*Mobile Header*/
#page-header-mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  background: #fff;
}

.logo-mobile {
  padding: 10px;
  position: relative;
  top: 10px;
  left: 0px;
  z-index: 102;
  max-height: 75px;
}

#mobile-menus {
  padding-top: 10px;
}

#mobile-menus #divider-line-header {
  border-left: solid 1px #a7a8aa;
  width: 0px;
  height: 77px;
  position: absolute;
  right: 110px;
}

#mobile-menus #main-menu-mobile {
  position: absolute;
  right: 7px;
  width: 100%;
  text-align: right;
}

#mobile-menus a#main-menu-mobile-link {
  float: right;
  width: 82px;
}

#mobile-menus #main-menu-mobile ul {
  margin-right: -7px;
}

#mobile-menus #main-menu-mobile ul li,
#mobile-menus #safety-menu-mobile ul li {
  text-align: center;
}

#mobile-menus #safety-menu-mobile {
  position: absolute;
  right: 57px;
  width: 100%;
  text-align: right;
  z-index: 101;
}

#mobile-menus a#safety-menu-mobile-link {
  float: right;
  width: 40px;
}

#mobile-menus #safety-menu-mobile ul {
  margin-right: -57px;
}

#mobile-menus .dropdown {
  width: 100%;
  position: relative;
  top: 0px;
  right: 0px;
}

#mobile-menus .dropdown a:focus {
  outline: none;
}

.dropdown-menu-header {
  position: absolute;
  top: 109px;
  right: 0px;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 1px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-image: linear-gradient(rgb(133.58, 61.195, 215.305), rgb(59.28, 20.995, 102.505));
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-login .dropdown-menu-header {
  top: 88px;
}

.dropdown-menu-header li {
  border-top: solid 1px #7A4EB6;
}

.dropdown-menu-header li:first-of-type {
  border-top: none;
}

.dropdown-menu-header li a {
  padding: 5px 0px;
  font-size: 17px;
  color: #FFF;
}

.dropdown-menu-header li:hover a,
.dropdown-menu-header li:focus a,
.dropdown-menu-header li:active a {
  background: #016ba6;
  color: #FFF;
}

.arrow-up {
  position: absolute;
  top: -5px;
  right: 22px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0072b1;
}

.arrow-up-safety {
  right: 73px;
}

.sign-out-btn {
  margin-top: -3px;
}

.bold-font {
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}

#page-bottom .bold-font {
  color: #222222;
}

a#indication-and-usage {
  padding-top: 60px;
}

#page-header .content {
  position: absolute;
  left: 400px;
  width: 400px;
}

.table-responsive {
  border-radius: 5px;
  border: none;
  margin-bottom: 0px;
}

.table-responsive .grouping {
  float: left;
  width: 320px;
}

.table-responsive th {
  display: none;
}

.table > tbody > tr > td {
  border: none;
}

.table-responsive .img-rounded {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
}

.table-responsive .light-header {
  color: #5B5B67;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.table-meetings .meeting-wrapper {
  border: solid 1px #DADADA;
  border-radius: 6px;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px;
}

.table-meetings .meeting-header {
  border-bottom: solid 1px #DADADA;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f0f0f0;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  padding: 3px;
  height: 40px;
}

.table-meetings .meeting-header .little-hash {
  font-size: 12px;
}

.table-meetings .meeting-header .meeting-code {
  margin: 7px;
  font-size: 17px;
  line-height: 34px;
}

.table-meetings .meeting-header .meeting-detail-link {
  float: right;
}

.table-meetings .meeting-header .meeting-detail-link .btn.btn-default {
  color: #FFF;
  background: #117bb6;
}

.table-meetings .meeting-header .meeting-detail-link .btn.btn-default:hover {
  background: #0d5f8c;
  color: #FFF;
}

.table-meetings .light-header {
  color: #5B5B67;
  display: block;
}

.table-meetings .detail-info {
  display: block;
  margin-bottom: 8px;
}

.table-meetings .downloads {
  margin-top: 10px;
  float: right;
  clear: both;
}

.table-meetings .grouping {
  width: 300px;
  padding-right: 20px;
}

.table-payments-top .grouping {
  margin-bottom: 10px;
  width: auto;
  padding-right: 140px;
}

.table-payments .grouping {
  width: 200px;
  padding-bottom: 10px;
}

.table-meetings.table-payments .detail-info {
  margin-bottom: 0px;
}

.sticky-footer.sticky-footer-mobile {
  background: #FFF;
  position: fixed;
  height: 69px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: solid 1px #e2e2e2;
  font-size: 9px;
  color: #787878;
  padding: 4px 10px 4px 0px;
}

.sticky-footer.sticky-footer-mobile a.isi-btn {
  padding: 0px 15px;
  line-height: 60px;
}

.sticky-footer.sticky-footer-mobile span.bold-header {
  color: #221E55;
  font-size: 9.5px;
  line-height: 10px;
  font-weight: bold;
}

#page-content .slide-presentations h3.title {
  margin-top: 20px;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}

.modal-body {
  padding-top: 0px;
}

.modal h3.second-header-modal {
  clear: both;
}

.modal .grouping {
  width: 100%;
}

.modal .grouping.welcome-banner {
  clear: both;
}

.phone-icon,
.mail-icon,
.download-icon,
.url-icon {
  padding-left: 24px;
  display: inline-block;
  font-size: 14px;
  height: 26px;
  line-height: 19px;
  background: url("/Styles/img/phone-icon-orange.png") no-repeat;
}

.url-icon {
  background: url("/Styles/img/url-icon.png") no-repeat;
}

.mail-icon {
  background: url("/Styles/img/mail-icon-orange.png") no-repeat;
}

.download-icon {
  background: url("/Styles/img/download-icon-orange.png") no-repeat;
  margin-right: 5px;
}

.download-icon:last-of-type {
  margin-right: 0px;
}

.label.hangingindent {
  color: #777;
  display: block;
  white-space: normal;
}

.isi-box {
  border: 1px solid #7A4EB6;
  background-color: white;
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

.profile-question .question {
  margin-left: 1em;
}

.profile-question input[type=checkbox],
.profile-question input[type=radio],
.profile-question label {
  margin-left: 15px;
}

.profile-save-preferences {
  margin: 25px 0 0 50px;
}

.footer__logo {
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 30px;
  display: inline-block;
  height: 40px;
}

.footer__content {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;
}

#brand-presentation-logo {
  padding-top: 0;
}

.brand-team .row,
.speaker-programs .row {
  margin-top: 20px;
}

#DropPanel {
  background-image: url(/Styles/img/cloud-upload3.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: 50% 20%;
  border-style: dashed;
  border-width: 3px;
  border-color: #7f835b;
  margin: 0;
  padding: 130px 10px 50px 10px;
  text-align: center;
}

a.underline-link {
  text-decoration: underline;
}

ul.presentation-options {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.presentation-options > li {
  background: rgb(180.2475247525, 145.1138613861, 213.8861386139);
  color: white;
  float: left;
  line-height: 59px;
  list-style-type: none;
  width: 50%;
}

.presentation-options > li > a:hover {
  background: #9B6CC8;
}

.presentation-options > li > a {
  border: none;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: auto !important;
}

.presentation-options > li.active {
  background: #9B6CC8;
  color: white;
  position: relative; /* Needed for absolute positioning of pseudo-element */
}

.presentation-options > li.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px; /* thickness matches your border-bottom */
  background: #9B6CC8;
  bottom: -10px; /* the offset, like text-underline-offset */
}

.isi-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mt-1 {
  margin-top: 15px;
}

.mt-2 {
  margin-top: 30px;
}

.mt-3 {
  margin-top: 45px;
}

.mt-4 {
  margin-top: 60px;
}

/*Media Queries*/
@media (max-width: 1199px) {
  #page-header .content {
    position: absolute;
    left: 320px;
    width: 340px;
  }
  .table-responsive .grouping {
    width: 260px;
  }
  .table-meetings .grouping {
    width: 200px;
  }
  .table-payments-top .grouping {
    width: auto;
    padding-right: 100px;
  }
  .table-payments .grouping {
    width: 50%;
  }
  #login-section .control-label {
    font-size: 13px;
  }
  .modal .grouping {
    width: 100%;
  }
}
.pagination-ys {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
  display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  margin-left: -1px;
  z-index: 2;
  color: #222222;
  background-color: #f5f5f5;
  border-color: #dddddd;
  cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
  color: #222222;
  background-color: #eeeeee;
  border-color: #dddddd;
}

@media (max-width: 991px) {
  #page-header .content {
    position: absolute;
    top: 37px;
    left: 380px;
    width: 340px;
  }
  .tile.second, .tile.third, .tile.fourth {
    margin-left: 0;
  }
  .tile .text .title {
    font-size: 20px;
  }
  .table-responsive .grouping {
    padding-right: 40px;
  }
  .table-meetings .grouping {
    width: 159px;
  }
  .table-payments-top .grouping {
    width: 260px;
  }
  .table-payments .grouping {
    width: 50%;
  }
  nav.nav-main ul li.fourth a {
    line-height: 30px;
  }
  nav.nav-main ul > li.active ul li a {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
  }
  .modal .grouping {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 63px;
  }
  body.page-home {
    padding-top: 58px;
  }
  h2 {
    margin-top: 5px;
    font-size: 22px;
  }
  #page-header div[class^=col-md-] {
    padding: 10px 0px;
    height: 60px;
  }
  #page-header .logo {
    padding-left: 10px;
    height: 100px;
  }
  .header-text1 {
    font-size: 11px;
    margin-left: 65px;
    position: static;
  }
  .header-text2 {
    margin-left: 65px;
    position: static;
    font-size: 23px;
  }
  .tile .text {
    width: 66%;
  }
  #page-content {
    margin: 15px 0 0 0;
    padding-top: 0px;
  }
  #page-content h3.table-heading {
    margin-bottom: 15px;
  }
  .nav-wrapper-tabs {
    display: block;
    background: #9B6CC8;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0px;
    padding-left: 10px;
  }
  .nav-wrapper-tabs.second {
    background: #008AB4;
  }
  .nav-wrapper-tabs.third {
    background: #008AB4;
  }
  .nav-wrapper-tabs.fourth {
    background: #008AB4;
  }
  .nav-wrapper-tabs .nav-tabs {
    border-bottom: none;
  }
  .nav-wrapper-tabs ul.nav.nav-tabs li a {
    font-size: 13px;
    color: white;
    border: none;
  }
  .nav-wrapper-tabs ul.nav.nav-tabs li:hover a {
    background: none;
    border: none;
  }
  .nav-wrapper-tabs ul.nav.nav-tabs li.active a {
    color: #FFF;
    background-image: linear-gradient(rgb(108.24, 38.335, 187.165), rgb(71.52, 25.33, 123.67));
  }
  .tile {
    float: none;
    clear: both;
    text-align: center;
    width: 80%;
    left: 10%;
    border: none;
    border-bottom: 5px solid white;
    height: auto;
    padding-bottom: 25px;
    aspect-ratio: 0;
  }
  .tile .tile-bottom .btn {
    width: auto;
  }
  .tile:last-child {
    border-bottom: none;
  }
  .tile .tile-bottom {
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0px;
  }
  #copyright {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 0px;
  }
  #copyright .copyright-img {
    max-width: 140px;
    margin-bottom: 10px;
  }
  #copyright p {
    font-size: 10px;
    color: white;
  }
  #page-content ul.presentations {
    padding-left: 25px;
  }
  #page-banner {
    background: #FFF;
    padding: 10px 15px 0px;
    margin-top: 7px;
    margin-bottom: 0px;
  }
  h1.banner-mobile,
  #page-content h3,
  #login-screen h3,
  #page-bottom h3,
  .category-banner span.category {
    color: #222222;
    font-size: 21px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 18px 0px;
    background: none;
    border-bottom: solid 4px #6022A6;
    text-align: left;
  }
  #page-content h3,
  .category-banner span.category {
    font-size: 23px;
  }
  #login-screen h1.banner-mobile {
    padding-top: 18px;
  }
  h1.banner-mobile {
    padding-top: 8px;
    text-transform: none;
    font-size: 26px;
  }
  h1.banner-mobile span {
    font-size: 15px;
    text-transform: none;
  }
  #login-screen h3 span {
    font-size: 12px;
    text-transform: none;
    line-height: normal;
    margin: 0px;
  }
  #page-content h3.inner-page {
    font-size: 23px;
    color: white;
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .page-login #login-section {
    border: none;
    padding: 0px;
  }
  #login-section .btn.btn-primary {
    width: 100%;
    font-size: 21px;
    background: #6022A6;
    border: none;
    font-weight: normal;
    text-transform: none;
  }
  #login-section .dummy-button {
    display: none;
  }
  #login-section .forgot-password {
    text-align: center;
    margin: 20px 0px;
  }
  #login-section .forgot-password a {
    color: #0072b1;
    font-size: 15px;
  }
  .table-responsive .grouping {
    padding-right: 50px;
  }
  .table-meetings .grouping {
    width: auto;
    padding-right: 0px;
  }
  .table-meetings .light-header {
    width: 115px;
    float: left;
  }
  .table-meetings .detail-info {
    width: 290px;
    float: left;
    margin-bottom: 8px;
  }
  .page-active-second .btn.btn-primary {
    border: none;
  }
  .table-payments-top .grouping {
    margin-bottom: 10px;
  }
  .table-payments .light-header {
    width: 200px;
  }
  .table-payments .detail-info {
    width: 130px;
  }
  .upload-photo {
    width: 112px;
  }
  h1.banner-mobile span {
    display: block;
    padding-top: 5px;
  }
  .url-icon a,
  .mail-icon a,
  .download-icon a {
    color: #117bb6;
  }
  .bold-font {
    color: #1d1756;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
  }
  #page-bottom .bold-font {
    color: #1d1756;
  }
  #page-footer .inner {
    padding-left: 0px;
  }
}
@media (max-width: 728px) {
  .table-payments .detail-info {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .table-payments .detail-info {
    width: 260px;
  }
}
@media (max-width: 530px) {
  .table-payments .detail-info {
    width: 210px;
  }
}
@media (max-width: 479px) {
  #page-content,
  #page-footer {
    font-size: 12px;
  }
  .mainContent {
    margin-bottom: 13vh;
  }
  .table-responsive .grouping {
    float: none;
  }
  .table-meetings .light-header {
    width: 85px;
    clear: both;
  }
  .table-meetings .detail-info {
    width: 164px;
  }
  .table-payments .grouping {
    float: none;
    clear: both;
    display: block;
  }
  .table-payments .light-header {
    width: 140px;
    clear: both;
    display: inline-block;
    padding-bottom: 15px;
  }
  .table-payments .detail-info {
    width: 115px;
  }
  .upload-photo {
    width: 60px;
  }
  .bold-font {
    font-size: 17px;
  }
  h1.banner-mobile,
  #page-content h3,
  #page-bottom h3 {
    font-size: 23px;
  }
  #page-content h3 span,
  #page-bottom h3 span,
  #login-screen h3 span {
    font-size: 15px;
  }
  h1.banner-mobile span {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .mainContent {
    margin-bottom: 20vh;
  }
}
@media (max-width: 360px) {
  h1.banner-mobile {
    font-size: 20px;
    text-align: center;
  }
  h1.banner-mobile span {
    font-size: 20px;
  }
  .sticky-footer.sticky-footer-mobile {
    font-size: 8.4px;
  }
}
/*Inner Tab Menu Responsive*/
@media (max-width: 580px) {
  .nav-wrapper-tabs.tight ul.nav.nav-tabs li {
    width: 114px;
    text-align: center;
  }
  .nav-wrapper-tabs.tight ul.nav.nav-tabs li a {
    font-size: 12px;
    height: 52px;
    line-height: normal;
  }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li {
    width: 90px;
    text-align: center;
  }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li a {
    font-size: 12px;
    height: 52px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 479px) {
  .nav-wrapper-tabs.tight ul.nav.nav-tabs li {
    width: 75px;
  }
  .nav-wrapper-tabs.tight ul.nav.nav-tabs li a {
    font-size: 11px;
    padding-left: 4px;
    padding-right: 5px;
    height: 50px;
  }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li {
    width: 65px;
  }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li:last-of-type {
    width: 72px;
  }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    height: 46px;
  }
}
@media (max-width: 359px) {
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li {
    width: 58px;
    margin: 0px;
    text-align: center;
  }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li:last-of-type {
    width: 65px;
  }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li a {
    font-size: 10px;
    padding-left: 4px;
  }
}
.page-home {
  margin-top: 20px;
}

/*==========================
  Dashboard Cards (Index)
==========================*/
.dashboard-subheading {
  font-family: "Cabin", "Montserrat", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #401679;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 1rem;
}

.dashboard-intro {
  font-family: "Cabin", Arial, sans-serif;
  font-size: 1.8rem;
  color: #4a4a4a;
  text-align: center;
  margin: 0 0 1.5rem;
}

.dashboard-cards {
  padding: 3rem 1vw 2rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.dashboard-cards .col-12 {
  display: flex;
}

.dash-card {
  background: #6022A6;
  border-radius: 14px;
  border-top: 8px solid #9B6CC8;
  box-shadow: 0 12px 36px rgba(96, 34, 166, 0.38);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 350px;
  overflow: hidden;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}

.dash-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(96, 34, 166, 0.48);
}

.dash-card-body {
  padding: 2.25rem 2rem 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.dash-card-title {
  font-family: "Cabin", "Montserrat", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  display: block;
}

.dash-card-desc {
  font-family: "Cabin", Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.85);
  display: block;
  line-height: 1.6;
}

.dash-card-footer {
  padding: 1rem 2rem 2rem;
  text-align: center;
}

.btn-dash {
  background: #fff;
  color: #6022A6;
  border-radius: 8px;
  font-family: "Cabin", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.5px;
  padding: 0.6rem 1.5rem;
  width: 100%;
  border: none;
  transition: background 0.2s, color 0.2s;
  display: block;
}

.btn-dash:hover {
  background: #9B6CC8;
  color: #401679;
  text-decoration: none;
}
