/* Jack's Custom Styling */

/* Edits to confirmation page on General Registration - Eliminating bottom buttons */
/*#rf-content .mdBtnR-primary, #rf-content button.mdBtnR-primary, #rf-content a.mdBtnR-primary, #rf-content .rfds-border-primary, #rf-content .rfds-bkg-primary {
    color: #FFFFFF;
    background-color: #115c85 !important;
    border-color: #115c85 !important;
}

th {
    text-align: left;
    vertical-align: bottom;
    background-color: #115c85 !important;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 0 10px 10px;
} */

/*
 Page Header
*/


/* header start */
.page-header-background {
  width: 100%;
  min-height: 350px;
  padding-top: 125px;
  background-image: url(https://static.rainfocus.com/cisco/pressanalyst20/static/staticFile/staticfile/webexonebrandingupdate_1606324877192001PgxO.png);
  background-size: cover;
}
.page-header-inner {

}
.page-header-main-header {
  text-align: center;
  font-size: 55px;
  color: white;
  font-family: "CiscoSans", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}
.page-header-sub-header {
  text-align: center;
  font-size: 25px;
  color: white;
  font-family: "CiscoSans", sans-serif;
  font-weight: 300;
}
.page-header-contact {
  width: fit-content;
  margin: auto;
  margin-top: 35px;
  max-width: 222px;
}
.page-header-contact-inner {
  font-size: 16px;
  padding: 12px 34px;
  background-color: white;
  border-radius: 25px;
  color: black;
  font-family: "CiscoSans", sans-serif;
}
/*header end */

.mdBtnR-outline-primary, a.mdBtnR-outline-primary {
    color: #3e82e0;
    background-color: #fff;
    border-color: #3e82e0;
  /*  display: none; */
}


/* Nate's Custom Styling */
/* Eliminates red halo on radio buttons on required questions in FireFox */
.dropdown {

}
.dropdown-up-arrow {
  height: 0;
  width: 0;
}

.dropdown-content {
  text-align: left;
  position: absolute;
  display: none;
  min-width: 220px;
  max-width: 100%;
  z-index: 1;
  left: -20px;
  padding-top: 10px;
}
.dropdown-link {
  background: #151826;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.dropdown-link:first-child {
  border-top: 1px solid #707070;
}
.dropdown-link:last-child{
  border-bottom: 1px solid #707070;
}
.dropdown-bubble {
  width: 100%;
  padding: 15px 20px;
  margin-top: 15px;
  color: black;
  background: white;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
}
.dropdown:hover .dropdown-content {
  display: block;
}

input:required {
    box-shadow:0 0 3px white;
}

#reg-confirmation-page  div.rfwf-full-panel.rfwf-confirmation-header div p {
display:none;

}
.rf-org-header-container {
  z-index: 2;
}
.rf-label-only,
.rf-checkbox-container, .rf-text-container, .rf-input, .rf-label, .rf-search-input, .rf-single-select, .rf-multi-select, .rf-select2-override, .rf-toggle, .rf-textarea, .rf-day-picker, .rf-scale-matrix, .rf-survey-scale, .rf-date-picker, .rf-read-only, .rf-button-link, .rf-nps-question, .upload-file-form-container, .rf-horizontal-label {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 4px;
}



/* fix top padding */

.rf-workflow .rf-workflow-body-content {
  padding-top: 0;
}


/* Fix Apply Code button padding */
.mdBtnR.input-aligned-label, .mdBtnR.ial, .mdBtnR-toggle.input-aligned-label, .mdBtnR-toggle.ial {
    margin-top: 80px;
}

/*Change Payment Instruction Text Color */
#special-div > div > div > div.rfwf-full-panel.rfwf-orders-payment > div > section > div:nth-child(3) {
  color: red !important;
}

/*This changes the color of the 'purchases' bar on the confirm page */
#reg-confirmation-page table th {
    background-color: #0d274c;
    color: #fff;
    text-align: left;
}



#reg-confirmation-page > div.rfwf-full-panel.rfwf-confirmation-custom > div > div > p > strong > span > a {
    color: #fff;
}


#reg-confirmation-page > div.rfwf-full-panel.rfwf-confirmation-hotel > div > section > div > a {
    color: #fff;
}


/* Hide Read Only Form Pages */
.read-only-form  .form-footer-actions{
    display: none
  }


#wf-temp_a1543518856373 > div {
    padding-bottom: 0px !important;
}


/* Header CSS */

/* Header CSS */
.navbar-name {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  color: white;
  padding: 0 30px 0 10px;
  cursor: pointer;
}
.navbar-link {
  padding: 0 20px;
  color: white;
  cursor: pointer;
  display: inline-block;
}
.navbar-name-circle {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: white;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  margin-top: 13px;
  position: absolute;
  top: -16px;
  left: -30px;
}
.navbar-name-circle .navbar-name-circle-letters{
  display: inline-block;
  opacity: 1;
  color: white;
  position: absolute;
  left: 7px;
  top: 4px;
}
.navbar-name-circle .navbar-name-circle-letters:nth-child(2) {
  left: 17px;
}
.navbar-name-circle .navbar-name-circle-letters::first-letter{
  display: inline;
  opacity: 1;
  color: black;
}
.navbar-background {
  color: white;
}
.navbar-logo {
  padding: 20px 28px;
  float: left;
}
.navbar-first .navbar-logo {
  background: white;
  /* height: auto; */
  /* display: block; */
  text-align: right;
  padding: 20px 0;
}
.navbar-first {
  width: 100%;
  font-family: "CiscoSans";
  font-weight: 300;
  padding: 20px 0;
  text-align: right;
  position: absolute;
  background: transparent;
  top: 0;
}
.navbar-first a {
  color: white !important;
}
.navbar-first .navbar-logout {
  font-size: 12px;
  color: #00bceb;
  padding: 7px 30px;
  margin-right: 10px;
  border-radius: 30px;
  text-decoration: none;
  background: white;
  color: black !important;
  font-family: 'CiscoSans';
}
.navbar-second {
  width: 100%;
}
.navbar-second img {
  width: 100%;
}
.navbar-second {
  display: none;
}
.hamburger-wrapper {
  width: 50px;
  height: 50px;
  background-color: #151826;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.hamburger-first {
  padding-top: 14px;
  border-bottom: 2px solid #707070;
  margin: 0 10px;
}
.hamburger-second {
  padding-top: 8px;
  border-bottom: 2px solid #707070;
  margin: 0 10px;
}
.hamburger-dropdown-wrapper {
  padding: 20px 0px;
  display: none;
  position: absolute;
  right: 10px;
  top: 50px;
}
.hamburger-dropdown {
  background-color: #151826;
  border: 1px solid #707070;
}
.hamburger-dropdown-option {
  padding: 5px 20px;
  /* border-bottom: 1px solid black; */
}
.hamburger-dropdown-option a {
  color: white;
  font-size: 14px;
  font-family: "CiscoSans";
}
.hamburger-dropdown-option:last-of-type {
  border-bottom: none;
}
.navbar-second:hover .hamburger-dropdown-wrapper {
  display: block;
}

@media (max-width: 1100px) {
  .navbar-first {
    display: none;
  }
  .navbar-second {
    display: block;
  }
}

/* Footer CSS */
.footer-cisco {
  width: 100%;
  background-color: #0E2D41;
}
.cisco-footer-links {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  color: white;
}
.cisco-footer-link {
  display: inline;
  padding: 0 5px;
}
.cisco-footer-link a {
  text-decoration: none;
  color: white;
  font-family: "Arial";
  font-size: 14px;
}
footer .footer-div {
  padding-left: 50px;
}
.footer-row {
  text-align: center;
}
.footer-row img {
  width: 70px;
}
.footer-text {
  margin-top: 10px;
  font-size: 12px;
  color: #00bceb;
}
.footer-text .footer-centered {
  margin: auto;
  width: max-content;
  display: inline-block;
}
.footer-text .footer-text-values {
  float: left;
  margin-left: 20px;
}
.footer-text .footer-text-values a {
  color: #00bceb;
}
.background-black {
 background-color: black;
}

