body {
  background-color: #f2f2f2 !important;
  font-family: Lato !important;
  position: relative;
  min-height: 100%;
  display: flex;
}
html {
  height: 100% !important;
  min-height: 100%;
}
a {
  color: white;
}

/* Since position relative was added to the body to help fix the footer floating issue, we need to add
 a fixed position back to the navbar to make it "stick" to the top of the page when scrolling*/
#header {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.banner {
  max-width: 80%;
}
.index-form {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.account-form-1 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.account-form-2 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.container-height-70 {
  max-width: 900px;
  margin-bottom: 75px;
}
.container-height-90 {
  height: 90% !important;
}
.menu-form-1 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 40px;
  width: 40%;
}
.register-image {
  box-shadow: 6px 6px 10px #000;
}
.administration-form-1 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.administration-form-2 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.administration-form-3 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.administration-form-4 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.administration-form-5 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.administration-form-6 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.settings-form-1 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.pending-form-1 {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.link-span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.swal2-actions {
  width: auto !important;
}
input[type="radio"] {
  height: 18px;
}
#navbar {
  height: 101px;
  font-size: 18px;
  background-color: rgba(37, 17, 45, 100);
  width: 100%;
  top: 0px;
  z-index: 99;
  padding: 0px;
}
#navbar-supported-content {
  background-color: rgba(37, 17, 45, 100);
  padding: 12px;
}
.navbar .nav-link {
  color: #ccc !important;
}
/*This was to fix bug 32651 alec.price*/
.navbar .nav-link .container-fluid {
  color: red !important;
  background-color: rgba(37, 17, 45, 100) !important;
  font-size: 15px !important;
  text-align: center !important;
  z-index: 99;
}

#navbar .dropdown-item {
  color: #ccc;
}
#navbar .dropdown-item:hover {
  color: rgba(37, 17, 45, 100) !important;
}

.dropdown-menu {
  background-color: rgba(37, 17, 45, 100);
}
#kentonLogo {
  height: auto;
  max-width: 80%;
  margin-left: 1rem;
}
#content,
#content_tabs {
  border: none;
  padding: 0px;
  flex-grow: 10;
  margin-bottom: 75px;
  margin-top: 100px;
}
@media only screen and (max-width: 980px) {
  #footer {
    min-width: 100%;
  }
}
#footer {
  background-color: rgba(37, 17, 45, 100);
  color: white;
  min-width: 100%;
  padding: 20px 10px;
  z-index: 9;
  position: fixed;
  bottom: 0px;
}
#footer div {
  font-size: 16px;
}
#footer a {
  color: white;
}
#footer img {
  vertical-align: middle;
  border-style: none;
}
.global-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.btn {
  padding: 10px 8px;
  font-size: 14pt;
}
.btn-secondary {
  background-color: #9e7aa0;
  border: none;
}
.btn-primary:hover,
.btn-secondary:hover,
btn-primary:active,
.btn-secondary:active {
  background-color: #503a52 !important;
}
.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: 1px solid white;
}
.btn-transparent:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
#content iframe {
  width: 100%;
  overflow-y: scroll;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.searchContainer {
  border: 1px solid #9e7aa0;
  border-radius: 7px;
  padding: 30px;
}
.swal2-content,
#swal2-content,
#details_frame {
  height: 100%;
}
#details_frame {
  width: 100%;
}
.ui-tabs-nav {
  padding-top: 35px !important;
  background-color: white;
  border-radius: 0px !important;
  font-size: 12pt !important;
}
.mobileActions {
  display: none;
}
.margins {
  margin-left: auto;
  margin-right: auto;
}

.Header {
  font-size: 20pt;
  color: rgba(37, 17, 45, 100);
}
#disclaimer {
  background-color: #9e7aa0;
}
#disclaimer h5 {
  text-align: center;
  color: white;
  margin-top: 10px;
}
.uppercase {
  text-transform: uppercase;
}

.marriage-form {
  color: white;
  background-color: #9e7aa0;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.marriage-form-review-descriptor {
  margin-bottom: 0px;
  font-size: 18px;
}

.marriage-form-review-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 15px;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  text-align: left;
}

.form-label-group > label {
  position: absolute;
  padding-left: 24px;
  top: 0;
  left: -0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc((var(--input-padding-y) / 3) + 30);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc((var(--input-padding-y) / 3) + 30);
  padding-bottom: calc((var(--input-padding-y) / 3) + 30);
  padding-left: -20px;
  font-size: 12px;
  color: #777;
}

.border-lable-flt {
  display: block;
  position: relative;
}
.border-lable-flt label,
.border-lable-flt > span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #777;
  transition: all 0.2s;
  top: 0.3em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  color: black;
}

.border-lable-flt select {
  padding: 10px 30px 0px 30px;
}

.circle-tooltip {
  background-color: #25112d;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  padding: 0px 0px 10px 0px;
}

.circle-tooltip:hover {
  background-color: #9e7aa0;
}

.footerLeft {
  width: 65%;
}
.footerRight {
  width: 35%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #content_tabs li {
    font-size: 8pt;
  }

  .desktopActions {
    display: none;
  }

  .mobileActions {
    display: block;
    text-align: center;
  }

  .footerLeft {
    width: 10%;
  }
  .footerRight {
    width: 90%;
  }

  .pending-form-1 {
    padding: 40px 10px;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.mobileFooterRight {
  display: none;
}
@media only screen and (max-width: 340px) {
  .mobileFooterRight {
    display: block;
  }
  .desktopFooterRight {
    display: none;
  }
}
