/* CSS Document */

@import url("custom.css");
@import url("custom-sub.css");
@import url("font-awesome.min.css");

:root {
	--bs-body-font-size: 14px;
	--bs-btn-font-size: 14px;
	--bs-heading-color: #333;
}
.table-header {
	--bs-table-striped-bg: #ebeaea;
	--bs-table-accent-bg: #ebeaea;
}
.btn{
	--bs-btn-bg: buttonface;
	--bs-btn-hover-bg: var(--bs-btn-bg);
	--bs-btn-active-bg: var(--bs-btn-bg);
}
.btn-primary {
	--bs-btn-hover-bg: #286090 !important;
}
.navbar {
	--bs-navbar-nav-link-padding-x: 0;
}
.card {
	--bs-card-cap-color: #333;
}
.card-body {
	--bs-card-spacer-y: 15px;
	--bs-card-spacer-x: 15px;
}
input.form-control {
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-color: #ccc;
}
input.form-control[readonly] {
	--bs-body-bg: #eee;
}
.modal-dialog {
	--bs-modal-width: 600px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 38px;
  width: 10px;
  min-width: 100%;
  --bs-body-font-size: 14px;
}

a,
a:not([href]):not([class]) {
  --bs-link-decoration: none;
  text-decoration: var(--bs-link-decoration);
}

a.standalone-link:not(.nav-link):hover, a.standalone-link:not(.nav-link):focus,
a:not(.nav-link)> *:not(div):focus, a:not(.nav-link) > *:not(div):hover,
a:not([href]):not([class]) > *:not(div):hover {
  --bs-link-decoration: underline;
  color: #23527c;
  text-decoration: var(--bs-link-decoration);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 38px;
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width:400px;
    border-radius: 6px;
    padding: 5px 0;
    background-color: #ddd;
    color: #000;
    position: absolute;
    z-index: 1;
    bottom: -13px;
    left: 50%;
    margin-left:15px;
    filter: alpha(opacity=90);
/*     opacity: 0; */
/*     transition: opacity 1s; */
    font-size: 12px;
    font-style: normal;
    border-style: solid;
    border-width: 1px;
    border:1px solid #cc9;
    padding:3px;
    font-size:13px;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip1 .tooltiptext2 {
     visibility: hidden;
    width:265px;
    border-radius: 6px;
    padding: 5px 0;
    background-color: #ddd;
    color: #000;
    position: absolute;
    z-index: 1;
    bottom: -13px;
    left: 50%;
    margin-left:15px;
    filter: alpha(opacity=90);
/*     opacity: 0; */
/*     transition: opacity 1s; */
    font-size: 12px;
    font-style: normal;
    border-style: solid;
    border-width: 1px;
    border:1px solid #cc9;
    padding:3px;
    font-size:13px;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}


.tooltip1 .tooltiptext3 {
	visibility: hidden;
	width: 265px;
	border-radius: 6px;
	padding: 5px 0;
	background-color: #ddd;
	color: #000;
	position: absolute;
	z-index: 1;
	bottom: -13px;
	left: 50%;
	margin-left: 15px;
	filter: alpha(opacity = 90);
	/*     opacity: 0; */
	/*     transition: opacity 1s; */
	font-size: 20px;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #cc9;
	padding: 3px;
	font-size: 14px;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	background-color: #696969;
	border-color:#696969;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
	.btn-primary[disabled].focus, .btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus,
	fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover
	{
	background-color: #696969;
	border-color: #696969;
}

.tooltip1 .tooltiptext4 {
	visibility: hidden;
	width:850%;
	border-radius: 6px;
	padding: 5px 0;
	background-color: #ddd;
	color: #000;
	position: absolute;
	z-index: 1;
	bottom: -13px;
	left: 50%;
	margin-left: 15px;
	filter: alpha(opacity = 90);
	/*     opacity: 0; */
	/*     transition: opacity 1s; */
	font-size: 20px;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #cc9;
	padding: 3px;
	font-size: 14px;
	text-align: left;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip1 .tooltiptext5 {
	visibility: hidden;
	width: 180px;
	border-radius: 6px;
	padding: 5px 0;
	background-color: #ddd;
	color: #000;
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 50%;
	margin-left: 15px;
	filter: alpha(opacity = 90);
	/*     opacity: 0; */
	/*     transition: opacity 1s; */
	font-size: 20px;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #cc9;
	padding: 3px;
	font-size: 14px;
	text-align: left;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip1 .tooltiptext6 {
	visibility: hidden;
	width: 390px;
	border-radius: 6px;
	padding: 5px 0;
	background-color: #ddd;
	color: #000;
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 50%;
	margin-left: 15px;
	filter: alpha(opacity = 90);
	/*     opacity: 0; */
	/*     transition: opacity 1s; */
	font-size: 20px;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #cc9;
	padding: 3px;
	font-size: 14px;
	text-align: left;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip1 .registrationTooltip {
    visibility: hidden;
    width:300px;
    border-radius: 6px;
    padding: 5px 0;
    background-color: #ddd;
    color: #000;
    position: absolute;
    z-index: 1;
    bottom: -200px;
    left: 50%;
    margin-left:15px;
    filter: alpha(opacity=90);
/*     opacity: 0; */
/*     transition: opacity 1s; */
    font-size: 12px;
    font-style: normal;
    border-style: solid;
    border-width: 1px;
    border:1px solid #cc9;
    padding:3px;
    font-size:13px;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip1 .changePasswordTooltip {
   visibility: hidden;
   width:350px;
   border-radius: 6px;
   padding: 5px 0;
   background-color: #ddd;
   color: #000;
   position: absolute;
   z-index: 1;
   bottom: -200px;
   left: 50%;
   margin-left:15px;
   filter: alpha(opacity=90);
/*     opacity: 0; */
/*     transition: opacity 1s; */
   font-size: 12px;
   font-style: normal;
   border-style: solid;
   border-width: 1px;
   border:1px solid #cc9;
   padding:3px;
   font-size:13px;
   background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip1 .medicalRepricing {
	visibility: hidden;
	width: 220px;
	border-radius: 6px;
	padding: 5px 0;
	background-color: #ddd;
	color: #000;
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 95%;
	margin-left: 15px;
	filter: alpha(opacity = 90);
	/*     opacity: 0; */
	/*     transition: opacity 1s; */
	font-size: 20px;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #cc9;
	padding: 3px;
	font-size: 14px;
	text-align: left;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip1 .tooltipWithdrawal {
	visibility: hidden;
	width: 400px;
	border-radius: 6px;
	padding: 5px 0;
	background-color: #ddd;
	color: #000;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 30%;
	margin-left: 15px;
	filter: alpha(opacity = 90);
	/*     opacity: 0; */
	/*     transition: opacity 1s; */
	font-size: 20px;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #cc9;
	padding: 3px;
	font-size: 14px;
	text-align: left;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip1 .noRecurring {
	visibility: hidden;
	width: 350px;
	border-radius: 6px;
	padding: 5px 0;
	background-color: #ddd;
	color: #000;
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 50%;
	margin-left: 15px;
	filter: alpha(opacity = 90);
	/*     opacity: 0; */
	/*     transition: opacity 1s; */
	font-size: 20px;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #cc9;
	padding: 3px;
	font-size: 14px;
	text-align: left;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}

.tooltip1:hover .tooltiptext2 {
 visibility: visible;
    opacity: 1;
}

.tooltip1:hover .tooltiptext3 {
	visibility: visible;
	opacity: 1;
}

.tooltip1:hover .tooltiptext4 {
	visibility: visible;
	opacity: 1;
}

.tooltip1 .tooltiptext5 td {
	padding: 4px;
	vertical-align: top;
}

.tooltip1 .tooltiptext5 {
	border: 0;
}

.tooltip1:hover .tooltiptext5 {
	visibility: visible;
	opacity: 1;
}

.tooltip1 .tooltiptext6 td {
	padding: 4px;
	vertical-align: top;
}

.tooltip1 .tooltiptext6 {
	border: 0;
}

.tooltip1:hover .tooltiptext6 {
	visibility: visible;
	opacity: 1;
}

.tooltip1:hover .medicalRepricing {
	visibility: visible;
	opacity: 1;
}


.tooltip1:hover .registrationTooltip {
	visibility: visible;
	opacity: 1;
}

.tooltip1:hover .changePasswordTooltip {
	visibility: visible;
	opacity: 1;
}

.tooltip1:hover .tooltipWithdrawal {
	visibility: visible;
	opacity: 1;
}

.tooltip1:hover .noRecurring {
	visibility: visible;
	opacity: 1;
}

.boxes{
      content: "";
      display: table;
      clear: both;
}


.table-benefit th {
    vertical-align: top !important;
}

@media only screen and (min-width: 600px) {
	.browserOnly {
		display: block;
	}
	.mobileOnly {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.browserOnly {
		display: none;
	}
	.mobileOnly {
		display: block;
	}
}

.contributionTable thead tr th{
	background-color: lightgray;
}

.wrapper.contributionListing {
	width: 75%
}

@media only screen and (max-width:600px) {
	.wrapper.contributionListing {
		width: 100%;
	}
	.mobileOnly table tr .mobileRemoveColumn {
		display: none;
	}
}

.tooltipBlock{
	display: flex;
}

.roundBorder{
	border: 2px solid red;
	border-radius: 20px;
	padding: 13px 0px 125px 10px;
}

/* Migrated from bootstrap.css */
input.error {
	border-color: #a94442 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}
input.error:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
}
input.valid {
	border-color: #3c763d !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}
input.valid:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168 !important;
}
label.error {
	display: block;
	color: #a94442;
}
.card-header a {
	color: #333;
}
