﻿/* Badges/Notifications */
/****************************************************
**    Mixins
****************************************************/
/****************************************************
**    Native elements
****************************************************/
body, html {
  font-family: var(--font, "Nunito Sans", sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  min-height: 100%;
  color: black;
  height: 100%; }

html {
  background-color: #f7f7f7; }

@media (max-width: 767px) {
  html {
    background-color: #ffffff; } }

body {
  background: inherit;
  font-family: var(--font, "Open Sans");
  min-width: 375px; }

h1 {
  font-family: var(--font, "Nunito Sans", sans-serif);
  font-size: 36px;
  color: black;
  margin: 30px 0; }

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background: 'mdi mdi-24px mdi-clock-outline' no-repeat;
  width: 24px;
  height: 24px; }

@media (max-width: 991px) {
  h1 {
    font-size: 30px; } }

@media (max-width: 767px) {
  h1 {
    margin-left: 10px; } }

mygiving-header {
  font-family: var(--font, "Nunito Sans", sans-serif);
  font-size: 26px;
  color: black; }

@media (max-width: 991px) {
  mygiving-header {
    font-size: 24px; } }

h2, h3 {
  font-family: var(--font, "Nunito Sans", sans-serif);
  font-size: 21px;
  color: black; }

h4, .total-giving span {
  font-family: var(--font, "Nunito Sans", sans-serif);
  font-size: 18px;
  color: black; }

@media (max-width: 991px) {
  h4, .total-giving span {
    font-size: 16px; } }

p {
  font-family: var(--font, "Nunito Sans", sans-serif);
  font-size: 14px;
  color: black; }

a:link {
  color: #0074db;
  font-size: 16px;
  text-decoration: none; }

a:visited {
  color: #0074db; }

a:hover {
  color: #192f85; }

a:active {
  color: #0367bf; }

/****************************************************
**    Global styles (not specific to element/page)
****************************************************/
.center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.inline-block {
  display: inline-block; }

.text-info {
  color: #31708f !important; }

mygiving-header, h2, h3, h4, .total-giving span {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.hidden {
  display: none; }

.bold {
  font-weight: 600; }

.row-custom {
  margin: 0px; }

[class^="col-"] {
  position: relative; }

.column-custom {
  padding: 3px 10px 3px 0px; }

.no-lr-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.text {
  font-family: var(--font, "Nunito Sans", sans-serif);
  font-size: 14px;
  color: black; }

.short-input-field {
  max-width: 380px; }

.long-input-field {
  max-width: 780px; }

.float-children-fit {
  overflow: auto; }

.card-warning-notification {
  background-color: #f5f2e7;
  color: #8a6a00;
  font-size: 14px;
  border: 1px solid transparent;
  border-top: 1px solid #efc728;
  border-radius: 4px;
  padding: 10px; }

.card-approved-notification {
  background-color: #eaf7f2;
  color: #00804d;
  font-size: 14px;
  border: 1px solid transparent;
  border-top: 1px solid #00804d;
  border-radius: 4px;
  padding: 10px; }

.card-approved-icon {
  color: #00804d;
  padding: 10px; }

.warning-close-icon {
  color: #8a6a00;
  padding: 10px;
  float: right;
  cursor: pointer; }

.card-warning-icon {
  color: #efc728;
  padding: 10px; }

.incard-error-icon {
  color: #ff3030;
  padding: 10px; }

.error-close-icon {
  color: #ff3030;
  padding: 10px;
  float: right;
  cursor: pointer; }

.error-item-list {
  margin-top: -35px;
  color: #d0211b; }

.ui-datepicker {
  font-family: var(--font, "Open Sans") !important; }
  .ui-datepicker select {
    font-family: var(--font, "Open Sans") !important; }

.field-instructions {
  padding: 0px 0px 15px 0px; }

@media (max-width: 767px) {
  .no-lr-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/****************************************************
**    Containers and wells
****************************************************/
.site-wrapper {
  min-height: 100%;
  position: relative; }

div.site-wrapper > section:nth-child(2) {
  padding-top: 50px; }

.advance-container {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 1900px) {
  .container:not(.login-container) {
    width: 1440px; }
  .container.events-container {
    width: 1200px; } }

.elcn-container {
  padding: 10px; }

.elcn-well {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  min-height: 100px; }

@media (max-width: 767px) {
  .elcn-well {
    margin-right: 0;
    margin-left: 0; }
  .home-container .row {
    margin-left: 0;
    margin-right: 0; } }

#resetPasswordLink {
  margin-top: 4px;
  left: 40px; }

.elcn-content {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 10px; }

.account-background .elcn-content {
  border: solid 1px #b2b3b7; }

.elcn-content-header {
  padding-top: 30px;
  margin-right: 10px;
  margin-bottom: -40px;
  float: right;
  font-weight: bold; }

.elcn-content-footer {
  padding-top: 20px;
  padding-bottom: 10px; }

.mygiving-container {
  padding-top: 20px; }

.mygiving-header-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 12px; }

.mygiving-table-container {
  overflow: auto;
  margin: 2%; }

.mygiving-givingdetails {
  padding-left: 3%;
  border-left: 2px solid lightgray;
  margin-top: 7px;
  min-height: 100px; }

.total-giving {
  margin-left: 20px;
  margin-top: 7px; }
  .total-giving span {
    font-size: calc(.9vw + .9vh + 1vmin);
    color: grey;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: block;
    line-height: 1em;
    max-height: 2em; }

th, td {
  padding: 15px;
  font-size: 12px; }

tr {
  border-bottom: 2px solid lightgrey; }

table tr:last-child {
  border-bottom: none; }

table {
  width: 98%; }

.elcn-divider {
  border-top: 2px solid #CCC;
  top: -10px; }

.elcn-divider-text.login {
  background-color: #fff; }

.elcn-divider-text {
  z-index: 1;
  padding-top: 10px; }

.elcn-p {
  padding-top: 7px; }

.elcn-colored-top {
  border-top: 10px solid var(--accentcolor);
  /*$secondary-fountain;*/ }

.home-container {
  padding-top: 20px; }

.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/****************************************************
**    Buttons/Inputs
****************************************************/
.btn-primary {
  border-radius: 5em;
  background-color: var(--buttoncolor);
  /*$cta-blue;*/
  color: #ffffff;
  min-width: 250px; }
  .btn-primary:hover {
    background-color: var(--buttoncolor);
    filter: brightness(85%); }

.btn-secondary {
  color: var(--buttoncolor);
  /*$cta-blue;*/
  background: #ffffff;
  padding: 8px 14px;
  border-color: var(--buttoncolor);
  /*$cta-blue;*/
  border-style: solid;
  border-radius: 5em;
  width: auto;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; }

a:link.btn-secondary {
  color: var(--buttoncolor); }
  a:link.btn-secondary:hover {
    color: #ffffff; }

.btn-md {
  min-width: 134px !important;
  height: 44px;
  padding: 10px;
  margin-bottom: 10px !important; }

.btn-auto {
  width: auto; }

.btn-secondary:focus {
  background-color: #245580;
  border-color: var(--buttoncolor);
  /*$cta-blue;*/
  color: #ffffff; }

.btn-secondary:hover,
.btn-secondary:active {
  color: #ffffff;
  background-color: var(--buttoncolor);
  /*#265a88;*/
  border-color: #245580; }

.btn-secondary:disabled {
  background-color: #b2b3b7;
  border-color: #4b4e56;
  color: #ffffff; }

.button-group-default {
  text-align: right; }

@media (max-width: 767px) {
  .btn-primary {
    margin-bottom: 10px; }
  .button-group-default {
    text-align: center; }
  h5 {
    font-size: 30px; }
  .mygiving-givingdetails {
    border-left: 0px white;
    text-align: center;
    margin-top: 0px; }
  .total-giving:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 85%;
    /* Change this to whatever width you want. */
    padding-top: 20px;
    /* This creates some space between the element and the border. */
    border-top: 2px solid lightgrey; }
  .total-giving {
    text-align: center;
    margin-left: 0px; } }

.span-padding-rt {
  padding-right: 10px; }

input, textarea {
  font-weight: 400;
  color: #333333;
  padding: 17px 12px;
  border: 1px solid #999999;
  border-radius: 0.429em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: auto;
  width: 100%;
  font-size: 16px; }

input:focus, input:active {
  outline: none;
  border-color: #026bc8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

select:focus::-ms-value {
  background-color: #ffffff;
  color: #ffffff; }

input.date-picker {
  height: 60px; }

input[type=image] {
  width: auto;
  border: none !important;
  margin-bottom: 0px;
  padding: 0 !important; }
  input[type=image]:focus {
    border: 1px solid #0074db !important; }

input[type=text]:read-only {
  background-color: #f3f3f3;
  border-color: #000; }

input[type=email]:read-only {
  background-color: #f3f3f3;
  border-color: #000; }

input[type=checkbox], input[type=checkbox]:checked {
  width: 20px; }

input[type="checkbox"] + label,
input[type="checkbox"] + input[type="hidden"] + label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 30px; }

input[type="checkbox"] + label::before,
input[type="checkbox"] + input[type="hidden"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

input[type="checkbox"] + label::after,
input[type="checkbox"] + input[type="hidden"] + label::after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 5px;
  padding-top: 2px;
  font-size: 11px; }

input[type="checkbox"]#IsCommemoration + input[type="hidden"] + label::after {
  padding-top: 4px; }

input[type="checkbox"]:focus + label::before,
input[type="checkbox"]:focus + input[type="hidden"] + label::before {
  border-color: #0074db; }

input[type="checkbox"]:checked + label::after,
input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  content: '\2713';
  display: inline-block;
  font-size: .8em;
  top: -2px;
  font-weight: bold; }

input[type="checkbox"]:disabled + label,
input[type="checkbox"]:disabled + input[type="hidden"] + label {
  opacity: 0.85; }

input[type="checkbox"]:disabled + label::before,
input[type="checkbox"]:disabled + input[type="hidden"] + label::before {
  cursor: not-allowed; }

input[type="checkbox"]:checked:disabled + label::before,
input[type="checkbox"]:checked:disabled + input[type="hidden"] + label::before {
  background-color: #eeeeee; }

input[type="checkbox"].styled:checked + label:after,
input[type="checkbox"].styled:checked + input[type="hidden"] + label:after {
  font-family: 'Glyphicons Halflings';
  content: "\e013"; }

input[type="checkbox"] {
  background-color: var(--buttoncolor);
  /*$cta-blue;*/
  border-color: #fff; }

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: var(--buttoncolor);
  /*$cta-blue;*/
  border-color: #fff; }

input[type="checkbox"]:checked + label::after,
input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  color: #fff; }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

#notify-recurring-content::before,
#notify-recurring-content::after {
  top: 20px; }

.input-validation-error {
  color: #d0211b;
  font-weight: 600;
  border-color: #d0211b !important;
  background-color: #fcebea; }

.input-validation-error:focus {
  border-color: #d0211b; }

.field-validation-error {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d0211b; }

.field-validation-valid-designation {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px; }

div.validation-summary-errors {
  background-color: #fcebea;
  margin-bottom: 15px;
  color: #d0211b;
  font-size: 14px;
  border: 1px solid transparent;
  border-top: 1px solid #ff3030;
  border-radius: 4px; }

div.validation-summary-errors.container {
  width: auto; }

div.validation-summary-errors.container > h2 {
  color: #d0211b; }

div.validation-summary-errors > ul {
  list-style-type: none;
  padding-top: 8px; }

div.validation-summary-errors li input {
  cursor: pointer;
  text-decoration: underline;
  color: #0074db;
  background-color: #fcebea;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
  width: auto;
  font-size: 14px; }

div.validation-summary-errors li input:hover, div.validation-summary-errors li input:focus {
  cursor: pointer;
  text-decoration: underline;
  color: #0074db;
  background-color: #fcebea;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-weight: normal; }

.validation-summary-container {
  padding: 10px 0px 5px 10px; }

select.light {
  display: block;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #999999;
  width: 100%;
  height: 60px;
  border-radius: 0.429em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

select.light-inline {
  display: inline-block;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #999999;
  width: auto;
  height: 60px;
  border-radius: 0.429em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

select.light:focus, select.light:active,
select.light-inline:focus, select.light-inline:active {
  outline: none;
  border-color: #026bc8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

div.bubble label {
  font-size: 11px;
  color: #5b5e65;
  margin-left: 15px; }

div.bubble input {
  font-size: 14px;
  display: block;
  height: 60px;
  margin-top: -28px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 5px;
  border-radius: 6px; }

div.bubble textarea {
  font-size: 14px;
  display: block;
  margin-top: -28px;
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 5px;
  border-radius: 6px;
  width: 100%; }

div.bubble select {
  display: block;
  background-color: #ffffff;
  font-weight: 400;
  height: 60px;
  margin-top: -28px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 5px;
  font-size: 16px;
  border: 1px solid #999999;
  width: 100%;
  border-radius: 0.429em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../Content/images/dropdown.svg") no-repeat;
  background-position: 98% 50%; }

div.bubble select:focus, div.bubble select:active {
  outline: none;
  border-color: #026bc8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }

.field {
  margin-bottom: 25px;
  padding: 0px 8px; }

select:disabled, div.bubble select:disabled {
  color: #808080;
  background-color: #eeeeee; }

select::-ms-expand {
  display: none; }

.required > label::after,
div.required legend::after,
.crm-changepassword .form-field label::after,
.crm-resetpasswordstep1 .form-field label::after,
.crm-resetpasswordstep2 .form-field label::after {
  content: "*";
  color: #d0211b;
  padding-left: 3px; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

[type="radio"]:checked:disabled + label,
[type="radio"]:not(:checked):disabled + label {
  cursor: not-allowed;
  opacity: 0.58; }

[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--buttoncolor);
  /*$cta-blue;*/
  border-radius: 100%;
  background-color: var(--buttoncolor);
  /*$cta-blue;*/ }

[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b2b3b7;
  border-radius: 100%; }

[type="radio"]:checked:disabled + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  border-radius: 100%;
  background-color: #808080; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  background: #ffffff;
  border-color: #0074db;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

form > input[type="radio"] ~ label, input[type="radio"] ~ label,
form > input[type="checkbox"] ~ label, input[type="checkbox"] ~ label {
  display: inline-block;
  cursor: pointer;
  font-size: inherit;
  font-weight: 600;
  padding-left: 6px;
  margin: 0;
  margin-bottom: 20px;
  left: 0;
  padding-right: 12px; }

.light-label {
  font-weight: 400 !important; }

/****************************************************
**    Specific Area Spinner
****************************************************/
.elcn-spinner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2000;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  display: none; }
  .elcn-spinner-wrapper .loader, .elcn-spinner-wrapper .loader:after {
    height: 8em !important;
    width: 8em !important; }

.child-spinner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  position: absolute !important; }

@media only screen and (max-width: 30em) {
  .elcn-spinner-wrapper {
    position: fixed; } }

/****************************************************
**    Full Page Spinner
****************************************************/
#elcn-full-page-spinner {
  z-index: 4000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.66);
  height: 100%;
  width: 100%;
  display: none; }

#elcn-full-page-spinner > div {
  position: relative;
  top: 50%;
  transform: translateY(-100%); }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.1);
  border-right: 1.1em solid rgba(0, 0, 0, 0.1);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.1);
  border-left: 1.1em solid #5353d1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: rotate 1.1s infinite linear;
  animation: rotate 1.1s infinite linear; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/****************************************************
**    Error Page
****************************************************/
@media (max-width: 767px) {
  .error-page {
    margin: auto;
    width: 80%; } }

@media (max-width: 991px) {
  .error-page {
    margin: auto;
    width: 50%; } }

@media (min-width: 991px) {
  .error-page {
    margin: auto;
    width: 30%; } }

/****************************************************
**    Error Modal Dialog
****************************************************/
#elcn-full-page-error {
  z-index: 5000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.66);
  height: 100%;
  width: 100%;
  display: none; }

#elcn-full-page-error > div {
  width: 92.5%;
  max-width: 600px;
  min-width: 375px;
  margin: 25vh auto 1em;
  padding: 0;
  position: relative;
  top: -1em;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  background-clip: padding-box;
  border-radius: .3125em;
  display: block;
  background-color: #ffffff; }

.ui-dialog-header {
  overflow: hidden;
  z-index: 10;
  padding: 0;
  display: block;
  position: relative;
  width: auto;
  margin: 0;
  background-color: #5353d1;
  color: #ffffff;
  font-weight: 600; }

.ui-dialog-title {
  font-size: 16px;
  padding: 10px; }

.ui-dialog-content {
  display: block;
  position: relative;
  width: auto;
  margin: 0;
  border-width: 0;
  overflow: visible;
  overflow-x: hidden;
  padding: 1em;
  font-size: 15px;
  background-color: #ffffff; }

#elcn-error-dialog-ok {
  margin-top: 20px;
  min-width: 100px; }

/****************************************************
**    Home Page
****************************************************/
.site-wrapper {
  background-image: var(--background, url("../Content/images/Background_OGP.png"));
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

h2.gift-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #b2b3b7;
  margin-top: 50px !important;
  margin-bottom: 25px !important; }

.greeting-loggedin-text {
  padding-top: 10px;
  padding-bottom: 10px; }

.gift-area {
  padding-left: 75px;
  padding-right: 75px;
  min-height: 600px; }

.notification {
  margin-top: 75px;
  padding-bottom: 300px; }

.online-payment-container {
  padding-bottom: 120px; }

@media (max-width: 767px) {
  h2.gift-header {
    padding-bottom: 5px; }
  #online-payment,
  #create-account {
    width: 100%; }
  div.gift-area {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -20px; }
  .home-greeting {
    display: none; }
  .error-page-container {
    padding-left: 15px;
    padding-right: 15px; } }

.phone-countrycode {
  display: inline-block;
  width: 20%; }

.phone-countrycode > select {
  border-radius: 6px 0px 0px 6px !important; }

.phone-country {
  display: inline-block;
  width: 80%;
  margin-left: -6px; }

.phone-country > input {
  border-radius: 0px 6px 6px 0px !important; }

@media (max-width: 767px) {
  .phone-country > input {
    padding-top: 17px !important; } }

.suffix, .extension {
  min-width: 70px;
  margin-left: -5px; }

/****************************************************
**    Designation Box
****************************************************/
.designation {
  margin-top: 25px;
  min-height: 160px; }

.designation-hidden {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0 !important;
  padding: 0;
  margin-bottom: 0px !important; }

.designation-item {
  color: #b2b3b7; }
  .designation-item .designation-amount {
    height: 60px; }
  .designation-item > div {
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 768px) {
  .designation-item > div:first-child {
    padding-right: 20px; } }

.designation-search-icon, .designation-dropdown-icon {
  position: absolute;
  right: 32px;
  top: 23px;
  color: #b2b3b7 !important;
  font-size: 16px; }

a.designation-dropdown-icon {
  height: 60px;
  line-height: 60px;
  top: 0;
  width: 30px;
  right: 24px;
  text-align: center; }

.designation-search-icon {
  display: none; }

.designation-search-icon:hover, .designation-dropdown-icon:hover {
  color: #192f85;
  cursor: pointer; }

.amount-currency {
  position: absolute;
  line-height: 42px;
  font-size: 16px;
  color: #b2b3b7; }

.amount-currency-left {
  left: 10px;
  top: 9px; }

.amount-currency-right {
  right: 10px; }

.designation-amount {
  text-align: right;
  font-size: 16px;
  padding-left: 25px;
  color: #5b5e65;
  height: 60px; }

.tb-left {
  text-align: left; }

.tb-right {
  text-align: right; }

.designation-total {
  border: 1px solid #b2b3b7;
  background-color: #eaeaea;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  border-radius: 0.429em;
  padding-left: 35px;
  padding-right: 5px;
  min-width: 275px;
  float: right;
  max-width: 100%;
  display: flex;
  margin-top: 15px;
  margin-right: -15px; }
  .designation-total span:first-child {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .designation-total span:last-child {
    float: right;
    padding-left: 20px; }

.add-designation {
  padding: 0; }

#add-gift {
  max-width: 270px;
  display: block;
  margin-bottom: 5px;
  margin-top: 15px; }

#add-gift:focus, #add-gift:active {
  border: 1px solid #0367bf; }

/* Search lookup control */
.twitter-typeahead {
  width: 100%; }

.designation-search-menu {
  width: 100%;
  margin-top: 0;
  background-color: #ffffff;
  border: 1px solid var(--accentcolor);
  /*$secondary-fountain;*/
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.designation-search-menu.tt-open {
  max-height: 200px;
  overflow-y: auto; }

.designation-suggestion {
  padding: 6px 10px;
  font-size: 1.1em;
  cursor: pointer;
  color: #5b5e65; }

.designation-suggestion:last-of-type {
  border-bottom: 0px; }

.designation-suggestion:hover {
  background-color: #eaeaea; }

.designation-suggestion-no-match {
  padding: 6px 10px;
  font-size: 1.1em;
  color: #b2b3b7; }

input.designation-select {
  height: 60px;
  padding-right: 35px;
  font-weight: 400 !important; }

.remove-gift {
  display: table;
  margin-left: 10px;
  height: 60px; }

.remove-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/*
    Create Account
*/
.elcn-create-external {
  margin-top: 5px !important; }

div.external-stack {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-left: 0px !important; }

div.external-stack form.external-login-group {
  display: inherit;
  flex-wrap: inherit; }

@media (max-width: 767px) {
  #add-gift {
    margin-bottom: 20px;
    margin-top: 20px; }
  .designation-amount, .amount-currency {
    margin-top: 10px; }
  .designation-total {
    float: none;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    line-height: unset; }
    .designation-total span:first-child {
      white-space: normal; }
    .designation-total span:last-child {
      padding-right: 5px; }
  .designation-search-icon, .designation-dropdown-icon {
    right: 10px !important; } }

/****************************************************
**    Commemoration
****************************************************/
div.commemoration label {
  font-weight: 400;
  margin-bottom: 0; }

div.commemoration #commemoration-options {
  border: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 15px;
  margin-top: -20px; }

div.commemoration .commemoration-type {
  padding: 0; }

div.commemoration .commemoration-option {
  margin-right: 40px;
  margin-top: 20px; }
  div.commemoration .commemoration-option label {
    white-space: nowrap; }

div.commemoration #CommemorationPersonName {
  font-weight: 400 !important;
  height: 60px;
  font-size: 16px; }

div.commemoration #Comments {
  font-weight: 400 !important;
  height: 120px;
  font-size: 16px; }

div.commemoration h2, div.commemoration h3 {
  line-height: 1.0; }
  div.commemoration h2 label, div.commemoration h3 label {
    padding-left: 40px !important;
    line-height: unset; }
  div.commemoration h2 label::after, div.commemoration h3 label::after {
    padding-top: 4px !important; }

/****************************************************
**    Footers
****************************************************/
.top-footer-container {
  /*margin-top: -110px;*/
  min-height: 100px; }

.footer {
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px; }
  .footer i, .footer svg {
    color: #0367bf; }
  .footer div:first-child {
    padding: 5px; }
  .footer a {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 15px; }
  .footer .footer-contact-item {
    display: inline-block; }

.copyright {
  text-align: center;
  background-color: #ffffff;
  line-height: 16px;
  padding: 12px;
  font-size: 12px;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 40px; }
  .copyright span, .copyright i, .copyright svg {
    color: #000000; }
  .copyright i, .copyright svg {
    margin-right: 5px; }

@media (max-width: 767px) {
  .footer .footer-contact-item {
    display: block; }
  .copyright-details {
    display: inline-block;
    width: 100%; }
  .top-footer-container {
    padding-left: 15px;
    padding-right: 15px; }
  .footer {
    margin-bottom: 40px !important;
    margin-top: 20px !important; } }

.contactinfo-container {
  padding-bottom: 90px; }

/****************************************************
**    Donor Information
****************************************************/
.hide-international {
  display: none; }

.show-international {
  display: block; }

/****************************************************
**    Confirmation
****************************************************/
.confirmation-area {
  padding: 10px 75px 25px 75px; }

.confirmation-label {
  text-align: right; }

.flex-grid {
  display: flex; }

.col {
  flex: 1; }

.confirmation-new-donation {
  border-left: 1px solid #eaeaea;
  padding: 0px 0px 0px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.confirmation-details {
  flex-basis: 55%;
  font-size: 14px; }

@media (max-width: 767px) {
  .flex-grid {
    flex-direction: column; }
  .confirmation-area {
    padding: 5px 10px 5px 10px; }
  .confirmation-new-donation {
    border: none;
    padding: 15px 10px 0px 10px; } }

/****************************************************
**    Social Media Buttons
****************************************************/
.social-media-icon {
  background-repeat: no-repeat;
  margin-right: 15px;
  width: 52px;
  height: 52px;
  display: inline-flex; }

.social-media-container {
  padding-bottom: 100px;
  padding-top: 20px; }

/****************************************************
**    Gift Frequency
****************************************************/
a.frequency-tab {
  color: #ffffff !important;
  background-color: var(--buttoncolor);
  /*$cta-blue;*/
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 16px; }

a.frequency-tab:hover {
  filter: brightness(85%);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a.frequency-tab.active {
  background-color: #5b5e65;
  cursor: default; }

a.frequency-tab:focus {
  outline: 2px dotted #eaeaea; }

div.frequency-tabs {
  margin-bottom: 25px; }

div.frequency-tabs > div {
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px; }

div.frequency-area {
  border: 1px solid #b2b3b7;
  border-radius: 4px;
  padding: 20px;
  display: none;
  position: relative;
  min-height: 50px; }
  div.frequency-area hr {
    border-top-color: #b2b3b7; }

div.frequency-area:before {
  content: "";
  position: absolute;
  top: -11px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  transform: rotate(315deg);
  border-top: inherit;
  border-right: inherit;
  box-shadow: inherit; }

#one-time-area:before {
  left: 16.5%; }

#pledge-area:before {
  left: 50%; }

#recurring-area:before {
  left: 82.5%; }

#one-time-area.lg:before {
  left: 25%; }

#pledge-area.lg:before, #recurring-area.lg:before {
  left: 75%; }

.frequency-desc-header {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  display: block; }

.frequency-desc-body {
  margin-top: 15px;
  margin-bottom: 15px; }

.first-payment {
  flex: 2; }

.first-payment[disabled], .first-payment[readonly] {
  background-color: #fff !important;
  opacity: 1; }

.notify-me {
  margin-bottom: 5px !important; }

.freq-date-wrapper {
  display: flex;
  align-items: center; }

.freq-hide {
  display: none; }

.freq-date-wrapper > label {
  margin-right: 10px; }

.freq-label {
  min-width: 75px; }

.notify-days {
  margin-left: 5px;
  margin-right: 5px; }

.notify-recurring-content {
  margin-bottom: 0;
  font-weight: 400; }

.notify-recurring-content::before, .notify-recurring-content::after {
  top: 22px; }

.pledge-amount-details {
  float: right; }

.pledge-cell {
  padding: 10px 10px 10px 0px; }

.Pledge_NumberOfPayments_label {
  min-width: 180px; }

#PledgeOptions_NumberOfPayments {
  /*max-width: 100px;*/ }

.freq-date-container {
  padding-bottom: 30px; }

#pledge-area > hr {
  margin: 3px 0px 3px 0px; }

@media (max-width: 767px) {
  div.frequency-area:before {
    content: none; }
  .freq-date-wrapper {
    margin-bottom: 10px; }
  .pledge-amount-details {
    float: none;
    display: inline; }
  #data-numberofpayments-remaining-label:after {
    content: ":";
    margin-right: 5px; }
  .pledge-cell {
    padding-top: 1px;
    padding-bottom: 1px; }
  #pledge-area > hr {
    margin: 10px 0; }
  #first-payment-row {
    margin-bottom: 10px; }
  #remaining-payment-row .column-custom {
    padding-top: 1px;
    padding-bottom: 1px; }
  #total-payment-row .column-custom {
    padding-top: 1px;
    padding-bottom: 1px; }
  #data-firstpayment-label {
    font-weight: 500 !important; }
  #data-numberofpayments-remaining {
    display: block; } }

/****************************************************
**    Login
****************************************************/
#loginForm label {
  display: block !important; }

#loginForm input[type=text] {
  margin-bottom: 1.25em; }

#loginForm #Password {
  margin-bottom: 0 !important; }

#loginForm .loginButton {
  margin-top: 40px; }

/*#advance-login-showhide {
    bottom: 30px;
    font-weight: bold;
    color: $darkgray;
    float: right;
    cursor: pointer;
    width: auto;
    font-size: 12px;
}
#advance-login-showhide:hover {
    color: $link-active;
}*/
#resetPasswordLink {
  text-align: right;
  font-size: 16px;
  font-weight: bold; }

.crm-login-checkbox {
  padding-bottom: 5px; }

@media (min-width: 768px) {
  div.account-background .elcn-content {
    margin-top: 55px;
    margin-bottom: 20px; }
  .account-background {
    min-height: calc(100vh - 60px);
    /*background-image: url("../Content/images/login_background.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;*/ }
  .login-container {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  body {
    background-color: #fff; }
  .login-container .elcn-content, .changepassword-container .elcn-content {
    border: none;
    box-shadow: none;
    border-radius: 0; } }

#loginForm,
#resetPasswordStep1Form,
#resetPasswordStep2Form,
#resetPasswordStep3Form,
#ChangePasswordForm {
  padding: 30px; }

#loginMessage {
  margin-top: 30px; }

#loginMessage.error {
  color: #d0211b; }

.loginHeader {
  margin: 10px 0; }

#resetPasswordStep1Form {
  padding: 30px; }

.ResetPasswordStep1_Header {
  padding-bottom: 30px; }

.advance-login-email {
  padding-top: 20px; }

.advance-login-password {
  margin-top: 30px; }

label[for=RememberMe] {
  margin-bottom: 0px !important; }

#loginForm .form-field:last-of-type {
  white-space: nowrap; }

.loginButton {
  height: 54px; }

.loginInput {
  line-height: 20px;
  font-size: 16px; }

.loginInput::-ms-clear {
  display: none; }

.login-container .contactinfo-container {
  width: auto;
  padding-bottom: 10px; }
  .login-container .contactinfo-container .top-footer-container {
    margin-top: 0;
    min-height: unset; }
    .login-container .contactinfo-container .top-footer-container .footer {
      margin-top: 5px;
      margin-bottom: 5px; }

.contactinfo-container {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 100px; }

/****************************************************
**    Reset and Change Password, Show/Hide
****************************************************/
.advance-resetPasswordForm {
  padding: 20px; }

.advance-resetpassword-text {
  padding-bottom: 30px; }

.advance-resetpassword-button {
  padding-top: 40px; }

#ChangePasswordForm .form-field,
#resetPasswordStep1Form .form-field,
#resetPasswordStep2Form .form-field,
#resetPasswordStep3Form .form-field {
  margin-bottom: 30px; }

.password-question {
  margin-top: 5px;
  margin-bottom: 40px;
  font-weight: 600; }

.show-hide-pw {
  top: -37px;
  font-weight: bold;
  color: #5b5e65 !important;
  float: right;
  cursor: pointer;
  width: auto;
  font-size: 12px !important;
  margin-right: 10px; }

.show-hide-pw:hover {
  color: #0367bf !important; }

.crm-changepassword .password-policy {
  color: #5b5e65;
  padding-top: 10px;
  margin-bottom: 30px; }

/****************************************************
**    reCAPTCHA
****************************************************/
.elcn-recaptcha {
  margin: 20px 0; }

/****************************************************
**    Events
****************************************************/
div.event-row {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 25px;
  margin-bottom: 25px; }

i.event-icons {
  color: #151618;
  padding-right: 10px;
  font-size: 14px; }

.event-name {
  /*font-family: Nunito;*/
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  /*color: #151618;*/ }

.event-description {
  /*font-family: OpenSans;*/
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b5e65; }

.event-attributes {
  /*font-family: OpenSans;*/
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b5e65;
  padding: 5px 0 5px 0; }

.event-dates {
  /*font-family: OpenSans;*/
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #151618; }

.event-list-container {
  padding-bottom: 90px; }

.border-right {
  border-right: 1px solid #eeeeee; }

.event-detail-left {
  padding-top: 0px;
  min-height: 600px; }

.event-detail-right {
  padding-top: 0px;
  min-height: 600px; }

.border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee; }

.events-container-padding {
  padding: 25px;
  min-height: 800px; }

.directions-header {
  /*font-family: Nunito;*/
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #151618; }

.directions-text {
  background-color: #ffffff;
  border: none;
  text-align: justify; }

.event-details-name {
  /*font-family: Nunito;*/
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #151618; }

.event-details-description {
  /*font-family: OpenSans;*/
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #151618;
  text-align: justify; }

.event-registration-section {
  width: auto !important; }

.event-registration-header {
  text-align: center;
  padding-bottom: 15px; }

.word-wrap {
  word-wrap: break-word; }

.sub-section-padding {
  padding: 5px 0 5px 0; }

.event-search-container {
  min-height: 735px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-bottom: 10px solid white; }

.event-search-container-top-border {
  border-top: 10px solid white; }

.event-search-form div {
  padding: 10px 0px 10px 0px; }

.event-search-form {
  width: 100%;
  padding-top: 0px; }

.date-picker-calendar {
  position: absolute;
  line-height: 60px;
  font-size: 16px;
  color: #b2b3b7; }

.date-picker-calendar-right {
  right: 60px; }

.filter-event-container {
  min-height: 650px; }

.subform button {
  background: #ffffff;
  padding: 8px 14px;
  border-style: solid;
  border-radius: 5em;
  width: auto;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3333333;
  margin-left: -10px;
  border: 1px solid var(--buttoncolor);
  /*#0074db*/
  color: var(--buttoncolor);
  /*#0074db*/
  outline: none; }

.subform button:hover {
  color: #ffffff;
  background-color: #265a88;
  border-color: #245580; }

.delete-button {
  outline: none; }

input.btn.btn-primary.btn-auto.btn-lg {
  outline: none; }

.subformheader h4, .subformheader .total-giving span, .total-giving .subformheader span {
  font-size: 21px;
  font-weight: bold; }

.validation-summary-errors {
  word-wrap: break-word; }

input.btn.btn-primary.btn-lg.btn-auto.ia_submit {
  outline: none; }

input.btn.btn-primary.btn-lg.btn-auto.ia_submit:disabled {
  background-color: #b2b3b7;
  color: #ffffff; }

.pointer {
  cursor: pointer; }

.event-search-container-norightpad {
  padding-right: 0px; }

.Event-Fee-Authorization {
  margin-left: 38px; }

@media (max-width: 980px) {
  .elcn-well {
    background-color: white;
    border-radius: 0px;
    box-shadow: 0 0 0 transparent;
    margin-right: 0px;
    min-height: 100px; }
  .elcn-colored-top {
    border-top: 10px solid white; }
  .event-search-container {
    min-height: inherit;
    max-height: inherit;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px; }
  .event-detail-left, .event-detail-right {
    min-height: 0px; } }

.event-icon-align table tr td:first-child {
  width: 28px; }

.cancel-event-registration {
  cursor: pointer; }

.clear {
  clear: both; }

.event-details-description img {
  max-width: 100%;
  height: auto; }

.events-modal {
  top: 160px; }

.modal-backdrop {
  z-index: 1; }

.event-table > tbody > tr > th, .event-table > tbody > tr > td {
  border: none; }

.event-registration-form {
  padding-bottom: 110px; }

.modal-footer-event {
  border-top: none; }

.modal-footer-button {
  float: left; }

.event-details-message {
  margin-top: -25px;
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 20px; }

.myevent-registration-cancel {
  color: var(--buttoncolor);
  /*#0074db*/ }

.events-button-pr {
  width: 48%;
  float: left;
  min-width: 146px;
  margin-left: 7px;
  padding: 8px 14px;
  outline: none; }

.events-button-sc {
  width: 98%;
  min-width: 146px;
  float: left;
  margin-left: 5px;
  outline: none;
  margin-top: 15px; }

.myevents-container {
  padding-bottom: 60px; }

/*~~~~~~~~~~~~~ Below fixes area temporary. Will be changed once latest design is available ~~~~~~~~~~~~~*/
.search-date-picker {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KIDxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CjxwYXRoIGZpbGw9IiM4NjlmYjEiIGQ9Ik0xOCAxMy4yaC02djZoNnYtNnpNMTYuOCAwdjIuNGgtOS42di0yLjRoLTIuNHYyLjRoLTEuMmMtMS4zMiAwLTIuNCAxLjA4MC0yLjQgMi40djE2LjhjMCAxLjMyIDEuMDgwIDIuNCAyLjQgMi40aDE2LjhjMS4zMiAwIDIuNC0xLjA4MCAyLjQtMi40di0xNi44YzAtMS4zMi0xLjA4MC0yLjQtMi40LTIuNGgtMS4ydi0yLjRoLTIuNHpNMjAuNCAyMS42aC0xNi44di0xMy4yaDE2Ljh2MTMuMnoiPjwvcGF0aD4KPC9zdmc+");
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 30px; }

.hyperlink {
  text-decoration: underline !important;
  font-size: 13px !important; }

.event-attributes > a:link {
  font-size: 12px !important; }

td > a:link {
  font-size: 12px !important; }

/****************************************************
** Paging controls
****************************************************/
.elcn-paging-btn {
  border-color: #999;
  background-color: #fff;
  border-radius: 6px;
  padding: 0px 6px 0px 6px;
  border: none;
  color: #5B5E65; }

.elcn-paging-btn.disabled,
.elcn-paging-btn.disabled:hover,
.elcn-paging-btn.disabled:active,
.elcn-paging-btn.disabled:focus {
  opacity: 0.5;
  background-color: #F8F8F8;
  color: #d5d5d5 !important;
  outline: none !important; }

.elcn-paging-btn:hover,
.elcn-paging-btn:active,
.elcn-paging-btn:focus {
  background-color: #F0F6F5;
  color: #286090 !important;
  outline: none !important; }

.elcn-paging-status {
  margin-right: 12px;
  color: #4a4a4a; }

.elcn-paging-text {
  margin-left: 12px; }

.elcn-paging-container {
  margin-top: 5px;
  margin-bottom: 5px; }

.elcn-paging-number {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  padding: 0px;
  width: 25px;
  height: 25px;
  text-align: center; }

.elcn-paging-label {
  display: inline; }

.elcn-paging-control {
  float: right;
  margin-top: -15px; }

.elcn-custom-dropdown {
  display: inline;
  border: none;
  padding: 0px;
  margin-right: 10px;
  color: #5B5E65; }

.elcn-dropdown-option {
  border: 1px solid transparent;
  /* Transparent border in non-hover so the contents don't jump around on hover when border is added. */ }

.elcn-dropdown-option:hover {
  background-color: #F8F8F8 !important;
  border: 1px solid #51ABFF !important; }

.elcn-dropdown-toggle:hover {
  background-color: #F8F8F8; }

.elcn-dropdown-caret {
  margin-left: 10px !important;
  color: var(--buttoncolor);
  /*#0074db*/ }

ul.elcn-page-dropdown {
  margin-top: 5px;
  border: 1px solid var(--bannercolor); }

.elcn-paging-div {
  display: inline; }

.paddingBottom {
  padding-bottom: 90px; }

@media (min-width: 360px) and (max-width: 640px) {
  .elcn-paging-div {
    font-size: 12px; }
  .btn {
    font-size: 11px; }
  .elcn-paging-control {
    margin-top: -19px; }
  .elcn-paging-number {
    width: 18px;
    height: 18px; }
  .elcn-paging-btn {
    padding: 0px 1px 0px 1px; }
  .Event-Fee-Authorization {
    margin-left: 32px; }
  input {
    font-size: 12px; } }

input, textarea {
  border: 1px solid #999999 !important;
  box-shadow: none; }

@media (min-width: 411px) and (max-width: 823px) {
  .elcn-paging-div {
    font-size: 14px; }
  .elcn-paging-control {
    float: inherit;
    margin-top: -15px; }
  .btn {
    font-size: 14px; }
  .elcn-paging-number {
    width: 18px;
    height: 18px; }
  .elcn-paging-btn {
    padding: 0px 1px 0px 1px; }
  .Event-Fee-Authorization {
    margin-left: 32px; }
  input {
    font-size: 12px; } }

/*Cancel Participants UX Changes*/
.cancelparticipantmodalheader {
  border-bottom: none !important;
  padding-left: 21px;
  font-weight: bold;
  font-size: 16px; }

.cancelparticipantborder {
  border-bottom: 1px solid #e5e5e5 !important; }

.cancelparticipantborder:last-child {
  border-bottom: 0 !important; }

.cancelparticipantmodalfooter {
  text-align: left !important; }

.notes {
  font-size: 10px;
  color: gray;
  padding-left: 25px;
  margin-bottom: 12px; }

.delete-event-participant:disabled {
  cursor: not-allowed; }

.delete-event-participant {
  color: #ffffff !important; }

.delete-event-participant:disabled {
  cursor: not-allowed; }

.cancelCheckbox {
  position: absolute !important;
  left: 26px !important;
  visibility: visible !important; }

.closeNotification {
  display: inline-block;
  width: 88px;
  font-size: 17px;
  float: right;
  line-height: 37px; }

.Cancelmessageicon {
  margin-left: 10px; }

@media (min-width: 360px) and (max-width: 812px) {
  .Cancelmessageicon {
    margin-left: 0px; }
  input[type="checkbox"] {
    width: 11px; }
  .cancelCheckbox {
    left: 20px !important;
    position: absolute !important;
    visibility: visible !important; }
  .closeNotification {
    width: 10px;
    font-size: 11px;
    line-height: 32px; }
  .card-approved-notification {
    font-size: 9px; } }

/****************************************************
** Footers
****************************************************/
.footer-contact {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px; }

.footer-contact i, .footer svg {
  color: #0367bf; }

.footer-contact div:first-child {
  padding: 5px; }

.footer-contact a {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 15px;
  font-weight: 600; }

.footer-contact .footer-contact-item {
  display: inline-block; }

@media (max-width: 767px) {
  .footer-contact .footer-contact-item {
    display: block; }
  .footer-contact {
    margin-bottom: 20px !important;
    margin-top: 20px !important; } }

/****************************************************
** Cards
****************************************************/
.card-section {
  padding: 25px; }

@media (max-width: 767px) {
  .card-section {
    padding: 10px 0px; } }

/****************************************************
** password 
****************************************************/
.password-showhide {
  bottom: 55px;
  font-weight: bold;
  color: #5b5e65;
  float: right;
  cursor: pointer;
  width: auto; }

.password-policy {
  font-weight: bold;
  margin-bottom: 1.25em; }

.top1 {
  margin-top: 16px; }

.top2 {
  margin-top: 24px; }
