﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html {
  height: 100%;
	width: 100%;
}

body {
	background-color: #f4f5f7;
	width:100%;
}

a {
	color: #215F77;
}

	a:hover {
		color: #3392B7;
	}

#logo {
	display: inline;
}

.svg-greyscale {
	opacity: 0.4;
	filter: grayscale(1);
}

#logo img {
	height: 45px;
}

#context {
	float: right;
	margin-top: -3px;
	text-align: right
}

#context a {
	opacity: 0.6
}

#context a:hover {
	opacity: 1
}

.amplifyBillingBtn {
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}

.amplifyBillingBtnCol {
	margin-top: -3px;
	padding-right: 37px;
}
.amplifyInvoiceBanner {
	width: 100%;
	min-height: 45px;
	overflow-x: hidden;
	overflow-y: hidden;
	font-weight:600;
}
.amplifyInvoiceBannerNormal {
	background-color: #d1ecf1;
	border-color: #bee5eb;
	color: #212529;
}

.amplifyInvoiceBannerImportant {
	background-color: #f5c6cb;
	border-width: 1px;
	border-color: #f5c6cb;
	color: #721c24;
}
.unityOrgSwitcher {
	margin-left: -3px;
}

#organization {
  color: #fff;
  margin-right: 10px;
  margin-top: 8px;
}

	#organization[data-domuser="true"] {
		cursor: pointer
	}

	#organization h4 {
		font-size: 1.2rem;
	}

	#organization[data-domuser="true"]:hover {
		text-decoration: underline
	}

	#organization input {
		color: black;
		font-size: 0.8em;
		width: 300px
	}
#sidebar-container .list-group-item {
	border: none;
	background-color: #292c2d;
	/*padding: 10px 1.25rem;*/
}

#chartjs-tooltip, #chartjs-tooltip-2 {
	background-color: rgba(0, 0, 0, .8);
	border: 1px solid black;
	border-radius: .25rem;
	padding: 5px;
	color: #fff;
	position: absolute;
	opacity: 0;
	padding: 7px 12px;
	white-space: nowrap;
	z-index: 9999999;
	font-size: 11px;
}

.alert-danger a:not(.btn) {
  color: #a94442
}

.alert-info a:not(.btn) {
	color: #224d62
}

.alert-success a:not(.btn) {
	color: #2d582d
}

.alert a:not(.btn) {
	text-decoration: underline
}

.alert a:hover {
	text-decoration: none
}

#wrapper {
	padding-left: 140px;
}

#main {
	padding-top: 65px;
}

@media print {
	#main {
		padding-left: 0px
	}
	.amplifyInvoiceBanner {
		display: none !important;
	}
}

#main header {
	box-shadow: 0 1px 8px 0 rgba(56, 64, 74, 0.25);
	background-color: #ffffff;
	width: 100%;
	margin-top: 0px;
	flex: 0 0 100%;
	max-width: 100%;
}

	#main header h1 {
		padding: 15px 20px 10px;
		font-size: 20px;
		font-weight: 600;
		line-height: 20px;
		color: #2b2d30;
		display: inline-block;
	}

	#main header .btn {
		margin-left: 10px
	}

#subheader {
	padding: 10px 12px;
	font-style: italic;
	font-size: .9em;
	line-height: 30px;
	border-bottom: 1px solid #ECECEC;
	background-color: #f9f9f9;
}

#content {
	padding: 20px;
	position: relative;
}

a {
	color: #215F77;
}

.pagination {
	margin: 0
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.link-style-btn {
	border-style: none;
	background-color: initial;
	color: #808080;
}

.link-style-btn span {
	position: relative;
	bottom: 5px;
}
	.link-style-btn:hover {
		background-color: initial !important;
		border-style: none !important;
		border-color: initial !important;
		color: black;
		text-decoration: none;
		background-color: #f8f9fa !important;
		box-shadow: initial !important;
	}

	.link-style-btn:active {
		background-color: initial !important;
		border-style: none !important;
		color: #215F77;
		text-decoration: none;
		box-shadow: initial !important;
	}

	.link-style-btn:focus {
		background-color: initial !important;
		border-style: none !important;
		color: #215F77;
		text-decoration: none;
		box-shadow: initial !important;
	}
.pre-table {
	margin-bottom: 10px
}

table.table {
	border-bottom: 1px solid #ddd
}

table.table td .dropdown-menu {
	right: 0;
	left: auto
}

.quick-help {
	opacity: 0.3
}

.quick-help:hover {
	opacity: 0.7
}

.form-control-bridge {
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control-bridge:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

#footer {
	margin-top: 15px;
	font-size: 65%;
	color: #4E4E4E
}

#footer a {
	color: #4E4E4E
}

#footer a:hover {
	text-decoration: none
}

#env {
	position: fixed;
	bottom: 35px;
	left: 0;
	width: 130px;
	text-align: center;
	font-size: 2em;
	color: white;
	font-weight: bold;
	z-index: 500;
	text-shadow: 0px 0px 10px rgba(255, 0, 0, 1)
}

#footnote {
	font-size: .8em;
	margin-top: 15px
}

.smallnote {
	font-size: .75em
}

.pages {
	font-size: .9em;
	text-align: right
}

.pages a.inlineBlock {
	padding: 4px;
	border: 1px solid #003f59;
	text-decoration: none
}

.pages span.inlineBlock {
	padding: 4px;
	background-color: #EAF9FF;
	border: 1px solid #003f59;
	text-decoration: none
}

.pages a.inlineBlock:hover, .pages b.inlineBlock {
	padding: 4px;
	color: white;
	background-color: #003f59;
	border: 1px solid #003f59
}

.alignLeft {
	text-align: left
}

.alignRight {
	text-align: right
}

.alignTop {
	vertical-align: top
}

.message {
	margin: 10px auto;
	border: 1px solid #F5FF35;
	background-color: #FCFFB7;
	padding: 10px 25px;
	text-align: center;
	cursor: pointer;
	clear: both
}

.message2 {
	margin: 10px auto;
	border: 1px solid #F5FF35;
	background-color: #FCFFB7;
	padding: 10px 25px;
	text-align: center;
	clear: both
}

.messageAlert {
	margin: 10px auto;
	border: 1px solid #FF0000;
	background-color: #FCFFB7;
	padding: 10px 25px;
	text-align: center;
	clear: both
}

.smallCardLogo {
  /*height: 21px;
	width: 32px*/
  width: 48px;
}

.note {
	font-size: 90%;
	color: gray
}

.readonly {
	border: 1px solid #ABADB3;
	background-color: #E0E1E2
}

.popTxtInput1 {
	width: 200px
}

.inlineBlock {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	* display: inline
}

.ui-autocomplete {
	background-color: white;
	padding: 2px 2px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	list-style-type: none;
	width: 155px;
	overflow: hidden;
	text-align: left;
	font-size: 1em;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-state-focus {
	background-color: #CEEEFF
}

.ui-autocomplete a {
	display: block;
	padding: 5px 5px;
	color: #323232;
	cursor: pointer;
	text-decoration: none
}

.ui-autocomplete a:hover {
	text-decoration: none
}

.ui-helper-hidden-accessible {
	display: none
}

.cf:before, .cf:after {
	content: " ";
	display: table
}

.cf:after {
	clear: both
}

.cf {
	* zoom: 1
}

.modal form {
	margin: 0;
	padding: 0
}

.modalHead, .modalFoot {
	margin: 0;
	padding: 10px 15px
}

.modalBody {
	margin: 0;
	padding: 20px 15px
}

.modalBody > p:first-child {
	margin-top: 0
}

.modalHead {
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
	text-align: left
}

.modalHead h2 {
	margin: 0;
	font-size: 1.5em
}

.modalHead .modalTimes {
	margin-top: -3px;
	float: right;
	cursor: pointer;
	padding: 0 0 5px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #AAA
}

.modalHead .modalTimes:hover {
	color: #888
}

.modalFoot {
	border-top: 1px solid #CCC;
	background-color: #EEE;
	text-align: right
}

.modalFoot input {
	padding: 3px 6px
}

.modal-title {
	display: inline-block;
}
.modal-header {
	display: block;
}

.pull-right {
	float: right !important;
}
.pageDimmer {
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0.0;
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	filter: alpha(opacity=0)
}

#helpform label {
	display: block
}

#helpform input[type="text"] {
	width: 200px
}

#helpform textarea {
	height: 100px
}

#helpform div {
	padding-bottom: 10px
}

.helpRight {
	float: right;
	width: 60%
}

.helpLeft {
	float: left;
	width: 35%
}

#domainlabel {
	position: relative
}

#domainlabel:hover #domainpicker {
	display: block
}

#domainpicker {
	margin: 0;
	padding: 3px 0;
	position: absolute;
	top: 16px;
	right: 0;
	background-color: #003F59;
	border: 1px solid white;
	color: white;
	display: none;
	list-style-type: none;
	border-radius: 3px;
	text-align: right
}

#domainpicker:before {
	width: 0px;
	height: 0px;
	position: absolute;
	right: 50%;
	margin-right: -6px;
	top: -1px;
	border-top: 6px solid white;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: none;
	content: ' '
}

#domainpicker li {
	margin: 0;
	padding: 0
}

#domainpicker a {
	padding: 4px 8px;
	display: block;
	text-decoration: none;
	color: white
}

#domainpicker a:hover {
	background-color: #19526A
}

.ui-autocomplete.ui-front {
	z-index: 500
}

th a:hover {
	text-decoration: none
}

th a.sortable .fa {
	opacity: 0.3
}

th a.sortable:hover .fa {
	opacity: 1
}

th a.sortable.active .fa {
	opacity: 1
}

.viewMoreLabel {
  margin-top:0;
}
.viewMoreData {
  margin: 0 0 15px 8px;
}

.showonhover {
	visibility: hidden
}

tr:hover .showonhover {
	visibility: visible
}

@media print {
	a[href]:after {
		content: none
	}
}

.doLater {
	margin-left: 20px;
}

/**** Styles pulled in from Site.css (wasn't being used) ****/

.mergeBox {
    min-height: 390px;
}

.panel-green {
	border-color: #00a65a;
}

.panel-green .fa {
	color:#048a4d;
}

.panel-green .panel-heading {
	border-color: #00a65a;
	color: #fff;
	background-color: #00a65a;
}

.panel-green a {
	color: #00a65a;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #f66955;
}

.panel-red .fa {
	color:#d35b4a;
}

.panel-red .panel-heading {
	border-color: #f66955;
	color: #fff;
	background-color: #f66955;
}

.panel-red a {
	color: #f66955;
}

.panel-red a:hover {
	color: #d9534f;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #f0ad4e;
}

.panel-yellow a:hover {
	color: #df8a13;
}

.panel-gray {
	border-color: #999999;
}

.panel-gray .panel-heading {
	border-color: #999999;
	color: #fff;
	background-color: #999999;
}

.panel-gray a {
	color: #999999;
}

.panel-gray a:hover {
	color: #777777;
}

.panel-lightBlue {
	border-color: #00c0ef;
}

	.panel-lightBlue .fa {
		color: #02a5ce;
	}

	.panel-lightBlue .panel-heading {
		border-color: #00c0ef;
		color: #fff;
		background-color: #00c0ef;
	}

	.panel-lightBlue a {
		color: #00c0ef;
	}

		.panel-lightBlue a:hover {
			color: #00c0ef;
		}

.panel-darkBlue {
	border-color: #0375b8;
}

	.panel-darkBlue .fa {
		color: #005c91;
	}

	.panel-darkBlue .panel-heading {
		border-color: #0375b8;
		color: #fff;
		background-color: #0375b8;
	}

	.panel-darkBlue a {
		color: #0375b8;
	}

		.panel-darkBlue a:hover {
			color: #0375b8;
		}

ul.nonlist {
	list-style: none;
	padding-left: 2px;
}

	ul.nonlist.primaryNav {
		list-style: none;
		margin-left: 20px !important;
		display:inline-block;
	}

	ul.nonlist .checkbox label {
		padding-left: 2px;
	}


	ul.nonlist .subNav {
		list-style: none;
		padding-left: 40px;
	}

ul.highlight li {
	padding: 12px;
}

	ul.highlight li:nth-child(even) {
		background-color: #ededed;
	}

.ui-state-highlight {
	height: 35px;
	border: 1px solid #000;
}
.ui-fund-highlight {
	height: 85px;
	border: 1px solid #000;
}

.ui-datepicker-trigger {
	height: 25px;
	padding-left: 2px;
	cursor: pointer;
}

ul.faq li {
	margin-left: 40px;
	padding-bottom: 10px;
	color: #555555;
}

.my-tooltip-legend {
	border: 1px solid black;
	width: 25px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
}
.modal-lg {
	width: 75% !important;
	max-width: 75% !important;
}
/* datepicker */
.ui-datepicker {
  z-index: 3 !important;
}
.ui-datepicker .ui-state-highlight {
	height: auto;
}
  


/* ul li
{
	padding-bottom: 5px;
}*/

h1 .help-block {
	font-size: .4em;
}

#store-reports a {
	font-size: 17px;
	color: #428bca;
	width: 30%;
	min-width: 110px;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

#store-reports a i {
	font-size: 5em;
}

/**** Styles pulled in from Site.css (wasn't being used) ****/



/**** Morris Chart DashBoard ****/
.morris-hover {
	display:block !important;
}
/**** Morris Chart DashBoard ****/


/**** Beta ON/OFF Styles ****/
.switch {
	margin-top: 8px;
}

.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}

	.cmn-toggle + label {
		display: block;
		position: relative;
		cursor: pointer;
		outline: none;
		user-select: none;
	}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
}

input.cmn-toggle-round-flat + label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	border-radius: 4px;
	transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 26px;
	background-color: #dddddd;
	border-radius: 4px;
	transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label {
	background-color: #8ce196;
}

	input.cmn-toggle-round-flat:checked + label:after {
		margin-left: 22px;
		background-color: #8ce196;
	}

.settings .question, .settings .switch {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

input.cmn-toggle-round-flat + label {
	padding: 2px;
	width: 52px;
	height: 26px;
	background-color: #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 2px;
	border-radius: 4px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

	input.cmn-toggle-round-flat + label::before {
		top: 2px;
		left: 2px;
		bottom: 2px;
		right: 2px;
		background-color: #fff;
		-webkit-border-radius: 60px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: background 0.4s;
		-moz-transition: background 0.4s;
		-o-transition: background 0.4s;
		transition: background 0.4s;
	}

	input.cmn-toggle-round-flat + label::after {
		top: 4px;
		left: 4px;
		bottom: 4px;
		width: 22px;
		background-color: #dddddd;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: margin 0.4s, background 0.4s;
		-moz-transition: margin 0.4s, background 0.4s;
		-o-transition: margin 0.4s, background 0.4s;
		transition: margin 0.4s, background 0.4s;
	}

.inviteText {
	float: left;
	width: 150px;
	padding-top: 4px;
	overflow: hidden;
	display: block;
	font-size: 18px !important;
	line-height: 34px !important;
}

.padit {
	padding: 20px !important;
}

.optBox {
	background-color: #eeeeee;
	padding: 10px 10px 10px 10px;
	color: #333333;
	margin-bottom: 25px;
	max-width: 800px;
	border-left: 5px solid #cccccc;
}

.fundBuffer {
  margin:6px 0px 6px 0px !important;
}

.cke_show_borders {    border: 0px !important;
}
/**** Beta ON/OFF Styles ****/

.et-sub-comment {
  display: block;
  font-size: .9em;
  color: #777;
}

#pageAlert {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999999;
  cursor: pointer;
  box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0,0,0,0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  font-size: 1rem;
  
}
	#pageAlert.info {
		top: 75px;
		right: 20px;
		bottom: unset;
		border: 2px solid #0059c1;
		background-color: #f1f6fc;
		color: #1854a8;
		padding: 5px 10px 5px 10px !important;
	}
	#pageAlert.success2 {
		top: 75px;
		right: 20px;
		bottom: unset;
		border: 2px solid #0059c1;
		background-color: #f3faf5;
		color: #2f7241;
		padding: 5px 10px 5px 10px !important;
	}
  #pageAlert.success {
	background-color: #dff0d8;
	border:1px solid #d0e9c6;
  }
		#pageAlert.success,
		#pageAlert.success a {
			color: #3c763d !important;
		}
  #pageAlert.error {
	background-color: #f2dede;
	border:1px solid #ebcccc;
	color: #a94442;
  }

	#pageAlert.error2 {
		background-color: #f2dede;
		border: 1px solid #ebcccc;
		color: #a94442;
		top: 75px;
		right: 20px;
		bottom: unset;
	}
.required {
  color: red;
  font-size: 1.1em;
}
/*Giving Increase Modal styles*/
.givingincreaseBody {
	display:block;
	text-align:center;
	margin: 0 auto;
	padding:50px;
}
#givingincreaseModal h3 {
	color: #179FE3;
	text-align:center;
	font-weight:bold;
	margin:25px 0px;
}
#givingincreaseModal p {
	text-align:center;
	font-size:18px;
	margin:25px 0px;
}
.et-gi-logo {
	display: block;
	text-align: center;
	margin:0px 25px;
}
.et-gi-logo img{
	width:70%;
	height:auto;
}
.et-gi-button {
	text-align:center;
	border-radius:25px;
	display:block;
	margin:0 auto;
	font-size:20px;
	padding:10px 45px;
}


.btn-primary {
	/*background-color: #36A9E1;
	border-color: transparent;
	color:#fff !important;*/
	color: #fff;
	background: #176BFB;
	border-radius: 4px;
}
.main-amplify-content .btn-secondary {
	color: #1863CC !important;
	text-decoration: none !important;
}

.main-amplify-content .close {
	color: #1863CC !important;
	text-decoration: none !important;
}

.main-amplify-content .amplify-close {
	color: #1863CC !important;
	text-decoration: none !important;
}

.main-amplify-content .btn-primary {
	background: #1863cc !important;
	border-color: #1863cc !important;
	border-radius: 4px !important;
}
	.main-amplify-content .btn-primary:hover {
		background: #1454AD !important;
		border-color: #1454AD !important;
	}
	.main-amplify-content .btn-primary:active {
		background: #124997 !important;
		border-color: #124997 !important;
		border-radius: 4px !important;
	}
.main-amplify-content .btn-link {
	color: #1863CC !important;
	text-decoration: none !important;
}
.main-amplify-content .btn-secondary {
  color: #1863CC !important;
  background: #ffffff !important;
  text-decoration: none !important;
}
.label-default {
	background-color: #777;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	font-family: 'Segoe UI';
	border-left-color: #1b809e;
	color: #1b809e;
}

	.bs-callout h4 {
		margin: 0 0 15px 0;
		font-size: 1.2em;
	}

	.bs-callout.success {
		border-left-color: #5cb85c;
		color: #3c763d;
	}

	.bs-callout.danger {
		border-left-color: #a94442;
		color: #a94442;
	}

/* select picker styles */

.et-selectpicker .picker-chips-container {
  border: solid 1px #c3c6cd;
  padding: 10px 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 70px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

	.et-selectpicker .picker-chips-container .picker-chips-area a {
		background-color: #ECECEE;
		border-radius: 6px;
		color: #110F24;
		display: block;
		float: left;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		line-height: 16px;
		margin: 0px 4px 5px 4px;
		text-align: center;
		text-decoration: none;
	}

	.et-selectpicker .picker-chips-container .picker-chips-area a:hover {
		color: #110F24;
		text-decoration: none;
	}

	.et-selectpicker .picker-chips-container .picker-chips-area a #chip-close {
		color: #616B7D;
		font-weight: 900;
		margin: 3px;
		text-align: center;
		text-decoration: none;
	}

/* CSS Document new styles for menu */
.sticky-offset {
	top: 65px;
}
.main-content {
  transition: ease .2s;
}
#body-row {
	margin-left: 0;
	margin-right: 0;
	width:100%;
}

#sidebar-container {
	height: 100%;
	background-color: #292c2d;
	padding: 0;
	position: fixed;
	top: 65px;
	transition: ease .1s;
	z-index: 500;
}

/* Sidebar sizes when expanded and collapsed */
.sidebar-expanded {
  width: 240px !important;
}

.sidebar-collapsed {
  width: 70px !important;
}

sidebar-expanded-mobile {
  width: 240px;
}

.expanded-width {
  padding-left: 240px !important;
}

.collapsed-width {
  padding-left: 70px !important;
}

.unity-expanded-width {
	padding-left: 250px !important;
}

.unity-collapsed-width {
	padding-left: 60px !important;
}
/*#page-content.expanded-width header {
	width: calc(100% - 240px) !important;
	max-width: calc(100% - 240px) !important;
}

#page-content.collapsed-width header {
	width: calc(100% - 70px) !important;
	max-width: calc(100% - 70px) !important;
}
*/
#collapse:focus {
	outline: none !important;
}

/* Menu item*/
#sidebar-container a {
	opacity: .7;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #ffffff;
	background-color: #292c2d !important;
	border-radius: 0;
	transition: background-color .7s ease;
}
  #sidebar-container a:hover {
    opacity: 1 !important;
    background-color: #222525 !important;
    color: white;
  }
  #sidebar-container a.active {
    opacity: 1 !important;
    background-color: #222525 !important;
  }

/* Submenu item*/
#sidebar-container .sidebar-submenu a {
  height: 45px;
  padding-left: 46px;
  /*font-size: 14px;*/
  background-color: #313435 !important;
  border-radius: 0 !important;
  border-left: 4px solid transparent !important;
}

#sidebar-container ul.submenu-list a:hover {
  opacity: 1 !important;
  background-color: #222525 !important;
}

#sidebar-container .sidebar-submenu a.focused {
	border-left: 3px solid white !important;
	background-color: #313435 !important;
	opacity: 1 !important;
}
	#sidebar-container .sidebar-submenu a.focused:hover {
		background-color: #313435 !important;
	}

.sidebar-submenu,
.sidebar-submenu-mobile {
	background-color: #313435 !important;
	list-style-type: none !important;
	padding: 0px;
}

#sidebar-container button:hover {
  opacity: 1;
  background-color: #222525 !important;
  color: #fff;
}

#sidebar-container button {
	opacity: 0.7;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #ffffff;
	background-color: #292c2d;
}

#slide-navbar-collapse ul.sidebar-submenu-mobile a {
	height: 50px;
	padding-left: 50px;
	font-size: 14px;
	background-color: #313435 !important;
}

.btn-group {
	background-color: #fff;
}

.btn-secondary {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.list-group-item:focus {
	opacity: 1 !important;
}

/* Separators */
.sidebar-separator-title {
	background-color: #333;
	height: 35px;
}

.sidebar-separator {
	background-color: #333;
	height: 25px;
}

.logo-separator {
	background-color: #333;
	height: 60px;
}

.label-success {
	background-color: #5cb85c;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.label-info {
	background-color: #5bc0de;
}

table.grid-table tr.grid-row:hover {
	background: #fbfdd4 !important;
	color: #333;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	display: block;
	text-align: left;
	padding-left: 10px;
	font-weight: 900;
}

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
	content: "\f106";
	font-family: "Font Awesome 5 Pro";
	display: inline;
	text-align: right;
	padding-left: 10px;
	font-weight: 900;
}

/* Opened submenu icon */
#slide-navbar-collapse .list-group .list-group-item[aria-expanded="true"] .submenu-icon-mobile::after {
	content: "\f106";
	font-family: "Font Awesome 5 Pro";
	display: inline;
	text-align: right;
	padding-left: 10px;
	font-weight: 900;
}

#slide-navbar-collapse .list-group .list-group-item[aria-expanded="false"] .submenu-icon-mobile::after {
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	display: block;
	text-align: left;
	padding-left: 10px;
	font-weight: 900;
}

.breadcrumb a {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #70757e;
}

.breadcrumb::before {
	content: "\f104";
	font-family: "Font Awesome 5 Pro";
	display: block;
	text-align: left;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 900;
}
.bg-Easytithe {
	height: 65px;
	padding-left: 0;
	padding-right: 0;
}

.dashboard-icon, .analytics-icon, .person-icon, .form-icon, .resource-icon {
	opacity: 0.7;
}

.closed-title {
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 5px;
}

.collapsed-view {
	padding: 10px!important;
}

.collapsed-view .ml-auto {
	display:none;
}

.hover-sub-menu {
	width: 160px;
}

.bg-dark {
	background-color: #292c2d !important;
}

.icon-img-center {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
}

	.icon-img-center img {
		width: 16px;
		height: 16px;
		padding: 0px;
		margin: 0px auto;
		display: block;
	}

.dashboard-30 {
	display: -webkit-box !important;
	margin: 0 auto;
	width: 16px !important;
}

.navbar-right {
	float: right;
	right: 0;
	height: 100%;
	font-size: 1rem;
}
.userName {
	border-radius: 50%;
	behavior: url(PIE.htc);
	width: 41px;
	height: 41px;
	max-width: 41px;
	max-height: 41px;
	line-height: 41px;
	padding: 0px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-align: center;
	z-index: -1;
	font-size: 15px;
	letter-spacing: .08rem;
	text-transform: uppercase;
	display: inline-block;
	margin: -5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sub-dropdown-content {
	display: none !important;
	position: absolute;
	z-index: 1;
	margin-left: 70px;
	margin-top: -55px;
}

.hover-menu:hover .sub-dropdown-content {
	display: block !important;
}

.sub-dropdown-content a {
	padding: 10px 20px !important;
}

.sub-dropdown-content span {
	text-align: left !important;
	font-size: 14px;
}
.dropdown-menu {
	width: max-content;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown .dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.shadowed {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0px;
}
/* Top left Menu Styles*/
.dropdown-menu-right a {
	padding: 12px 30px !important;
	font-size: 14px;
	display: block;
	width: 100%;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-menu-right a:hover {
	background-color: #F0F5FF !important;
	color: #353C43 !important;
	text-decoration: none !important;
}

.dropdown-menu-right:before {
	position: absolute;
	top: -10px;
	right: 21px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-bottom-color: white;
	color: white;
	content: '';
}

#slide-navbar-collapse .nav-item:hover {
	background-color: rgba(80,133,202,0.5);
}

.control-label {
	margin-right:10px;
}

.top-nav {
	margin: 0.4em 0.8em;
}

.text-expanded {
	font-size: 12px;
}

hr.grey {
	border-top: 1px solid rgba(189, 192, 193, 0.1);
	width: 85%;
}

.hover-menu .collapse.show {
	display: none;
}

	.hover-menu .collapse.show:hover {
		display: block;
	}

.hidden {
	display: none;
}

.main-content {
	padding: 0px;
	top: 65px;
}

.table {
  width: 100%;
  white-space: nowrap;
}

#mb-formbuilder-container .btn {
	line-height: 2em!important;
}

/*#page-content, #page-content .btn, .form-control {
	font-size: 14px !important;
}*/

.btn-secondary:hover, .btn-secondary.active, .btn-secondary:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*
.btn-primary:hover {
	background-color: #36A9E1;
	border-color: #36A9E1;
	-moz-opacity: .80;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
	opacity: .80;
}
*/

#page-content header {
	background-color: #ffffff;
	padding: 18px 20px;
	margin-top: 0px;
	flex: 0 0 100%;
	display: block;
}

	#page-content header h1 {
		font-size: 20px;
		font-weight: 600;
		line-height: 20px;
		color: #2b2d30;
		display: inline-block;
		margin: 0 auto;
	}

	#page-content header .btn {
		margin-left: 10px;
		display: inline-block;
		vertical-align: baseline;
	}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

#settings {
	max-width: 1230px;
	margin-top: 70px;
}

	#settings .card-body {
		padding: 20px 5px;
	}

	#settings .card-title {
		font-size: 16px;
		font-weight: bold;
	}

	#settings .card-text {
		font-size: 12px;
		font-weight: normal;
		color: #70757E;
	}

	#settings .card-img-top {
		width: auto;
		height: 56px;
	}

	#settings .card {
		border-radius: 4px;
		box-shadow: 2px 2px 16px 2px rgba(100, 107, 123, 0.15);
		background-color: #ffffff;
		padding: 30px 20px 30px;
		height: 280px;
		color: #000;
		width: 250px;
		transition: transform .5s;
		margin: 20px 0px;
	}

		#settings .card:hover {
			background-color: #eef5ff;
			text-decoration: none;
			color: #000;
		}

		#settings .card::after {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
			box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
			content: '';
			opacity: 0;
			z-index: -1;
		}

		#settings .card:hover, .card__one:focus {
			transform: scale3d(1.006, 1.006, 1);
		}

			#settings .card:hover::after, .card__one:focus::after {
				opacity: 1;
			}

.btn-resource {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
}

/* DASHBOARD STYLES*/
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-red .panel-heading {
	border-color: #f66955;
	color: #fff;
	background-color: #f66955;
}

.panel-red {
	border-color: #f66955;
}

.panel-red .far {
	color: #d35b4a;
}

.panel-green {
	border-color: #00a65a;
}

	.panel-green .panel-heading {
		border-color: #00a65a;
		color: #fff;
		background-color: #00a65a;
	}

	.panel-green .far {
		color: #048a4d;
	}

.panel-lightBlue {
	border-color: #00c0ef;
}

	.panel-lightBlue .panel-heading {
		border-color: #00c0ef;
		color: #fff;
		background-color: #00c0ef;
	}

	.panel-lightBlue .far {
		color: #02a5ce;
	}

.panel-darkBlue .fas {
	color: #005c91;
}

.panel-darkBlue {
	border-color: #0375b8;
}

	.panel-darkBlue .panel-heading {
		border-color: #0375b8;
		color: #fff;
		background-color: #0375b8;
	}

.panel-gray {
	border-color: #999999;
}

	.panel-gray .panel-heading {
		border-color: #999999;
		color: #fff;
		background-color: #999999;
	}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #f5f5f5;
}

	.panel-heading i {
		float: left;
	}

.right-user, .right-help, .right-settings {
	min-width: 65px;
	display: inline-block;
	height: 65px;
	text-align: center;
}

.panel-body {
	padding: 15px;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.col-xs-6 {
	width: 50%;
}

.panel-default {
	border-color: #ddd;
}

.accountAlerts {
	min-height: unset !important;
}
.accountAlertWrapper {
	padding-left: 0px !important;
}

.triangle {
	display: inline-block;
	transform: scaleX(1.6);
	color: #fff;
	text-shadow: 0px -1.5px 1px rgba(0,0,0,0.4);
	font-size: 22px;
	position: absolute;
	top: -25px;
	right: 14px;
	z-index: -2;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-prepend {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.btn-info {
	color: #fff!important;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.card-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.tr-search .text-danger{
	color:#000!important;
}
.label-warning {
	background-color: #ffc107;
}
.label-success {
	background-color: #5cb85c;
}
.label-danger {
	background-color: #d9534f;
}
.hidden-help {
	display: none;
}

.table-striped {
	display:inline-table;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

/*FMS form CSS style fixes for BS4*/
#mb-formbuilder-container .input-group .input-group-btn .btn {
	padding: 8.5px 10px!important;
}
#mb-formbuilder-container .modal .modal-dialog .modal-content .modal-footer .modal-btn.modal-btn-left + .modal-btn {
	border-left: 1px solid #ebebeb;
	color:#000!important;
}
#mb-formbuilder-container .modal .modal-dialog .modal-content .modal-footer .modal-btn.btn-primary:hover {
	color: #fff!important;
	background-color: #3d5afe;
}
#mb-formbuilder-container .panel-dashboard .k-grid-container .k-grid td .fms-plus-sm {
	top: -5px!important;
}
#mb-formbuilder-container .panel-dashboard {
	margin-bottom: 0;
	min-width: 450px;
	padding: 40px 40px 0px!important;
}
.btn-group-vertical label {
	margin:0;
}
#mb-formbuilder-container .panel-dashboard .ng-scope .btn span {
	margin-top: 5px;
	display:inline-block;
	font-size:12px;
}
#mb-formbuilder-container .panel-dashboard .k-grid-container .k-grid td .fms-plus-sm + span {
	margin-left: 13px;
	margin-top: 0px;
}
#mb-formbuilder-container .bottomBar .btn.mb-xs {
	font-size: 10px!important;
}
#mb-formbuilder-container .dropdown-toggle::after {
	display: none;
}
#mb-formbuilder-container .modal-sm {
	max-width: 900px;
}
#mb-formbuilder-container .k-grid .tooltip:not(.delete-submission) .tooltip-inner .tooltip-content .btn {
	padding: 8px 10px!important;
	font-size: 12px!important;
	letter-spacing: 1.4px;
}
#mb-formbuilder-container .btn {
  font-size: 12px !important;
}
#mb-formbuilder-container .row {
  margin: 0;
}
#mb-formbuilder-container .dropdown-menu-right:before {
  display: none;
}
#mb-formbuilder-container .panel-dashboard .k-grid-container .dropdown-menu > li > a {
  padding: 3px 16px !important;
}
#mb-formbuilder-container .panel-dashboard .k-grid-container .k-grid td .btn.mb-xs {
  padding: 2px 4px;
  font-size: 10px !important;
}
#mb-formbuilder-container .modal .modal-dialog.modal-lg {
  margin: 0 auto;
  width: 100% !important;
  max-width: 1080px !important;
  height: 100%;
}
#mb-formbuilder-container .row {
  display: block;
}
body.fms.mb-modal-open #page-content {
	overflow: visible !important;
	overflow-y: visible !important;
	height: calc(100% - 65px);
}
#page header {
	background-color: #ffffff;
	padding: 14px 20px 14px;
	width: 100%;
	margin-top: 0px;
	flex: 0 0 100%;
	max-width: 100%;
	display: block;
	position: relative;
	z-index: 42;
}
#page header h1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color: #2b2d30;
	display: inline-block;
	margin: 0 auto;
}
@media (max-width: 767px) {
  #mb-formbuilder-container {
    height: -webkit-fill-available;
  }
}
/*End FMS forms styling*/

.hide {
	display:none;
}
.one-card > div {
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
}
.visa-mc-cvc-preview {
	background-image: url(data:image/png;base64,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);
}

#tags {
	margin-left: 0px !important;
	padding-left: 0px;
}

.response-wrap {
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
	max-width:600px;
}

/*Email Templates styles*/
ul#tags li {
  display: inline-block;
  margin: 6px 4px 6px 0;
  cursor: pointer;
}
#tags li {
  margin: 0 3px 3px -10px;
  border-radius: 6px;
  padding: 8px 12px;
  letter-spacing: 1.4px;
  vertical-align: middle;
  font-family: Montserrat,sans-serif;
  text-transform: uppercase;
  background-color: #007bff !important;
  color: white;
  text-decoration: none;
}
	#tags li:hover {
		background-color: #0062cc !important;
	}
.email-template .control-label {
  font-family: Montserrat,sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-top: 7px;
}
.email-template .help-block {
	color: #767676;
	clear: both;
	line-height: 1.8;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: Montserrat,sans-serif;
}
.email-template .form-control {
  box-shadow: none;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  font-family: Montserrat,sans-serif;
  border-radius: 0px
}

.cleared {
	border: none;
	background-color: transparent;
}

.fancy-checkbox input[type="checkbox"] {
	display: none;
}

.fancy-checkbox span:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: '\f0c8';
	color: #dfdfdf;
	vertical-align: middle;
	left: -5px;
	margin-right: 10px;
	font-size: 24px;
}

.fancy-checkbox input[type="checkbox"]:checked ~ span:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f14a';
	color: #36A9E1;
}

/* Donor button collapse styles*/
.header-btn {
	margin-top: -5px;
	margin-bottom: -5px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.header-btn-expanded {
		margin-right: 0%;
	}
}
/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
	#page-content header {
		max-width: 100%;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.header-btn-expanded {
		margin-right: 29%;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.header-btn-expanded {
		margin-right: 21%;
	}
}

/* Large devices (laptops/desktops, 1080px and up) */
@media only screen and (min-width: 1080px) {
	.header-btn-expanded {
		margin-right: 18%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.header-btn-expanded {
		margin-right: 16%;
	}
}
/* Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {
	.header-btn-expanded {
		margin-right: 16%;
	}
}

/* Extra large devices (large laptops and desktops, 1700px and up) */
@media only screen and (min-width: 1800px) {
	.header-btn-expanded {
		margin-right: 10%;
	}
}

	@media only screen and (max-width: 459px) {
		#settings {
			margin: 35px auto;
			max-width: 90% !important;
		}

  .col {
    float: left;
    min-width: 100%;
    max-width: 100%;
  }

  #settings .card {
    width: 100%;
  }

  .overview {
    display: none;
  }

  .nav-item:hover {
    background-color: transparent;
  }

  .nav-item:hover {
    background-color: transparent;
  }

  .navbar-right {
    display: block;
    width: 150px;
  }

		.right-user, .right-settings {
			width: 65px;
			height: 65px;
			text-align: center;
		}
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 665px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    min-width: 275px;
  }
}

@media only screen and (max-width: 575.98px) {

  .collapse.show {
    margin-top: 0px;
  }

  #settings .card {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .col {
    width: 100% !important;
  }

	.right-help {
		display: none;
	}

	.right-user {
		min-width: 62px;
		display: unset;
	}

  .navbar-right {
    position: absolute;
  }

  .collapsed-view {
    padding: .75rem 1.25rem;
  }

  .d-noflex {
    display: flex !important;
  }

  .sub-dropdown-content {
    position: relative;
    margin-left: auto;
    margin-top: auto;
  }

  .dropdown-menu:before {
    display: none;
  }

  .toggle-text {
    display: none;
  }

  #organization {
    display: none;
  }

  #slide-navbar-collapse {
    display: none;
  }

  .closed-title {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 5px;
  }

  .d-sm-none {
    display: flex !important;
  }

  .hidden-help {
    display: inline-block;
  }
}

@media only screen and (max-width: 646px) {
  #organization {
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  #page-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  #settings .card {
    width: 200px;
  }

  #settings {
    margin: 20px 0px;
    max-width: 1180px;
  }

  .bg-Easytithe {
    padding: 0px 0 0 10px;
  }

	#slide-navbar-collapse {
		top: 65px;
		left: 0px;
		z-index: 99;
		width: 240px;
		height: 100%;
		background-color: #292c2d;
		padding: 0px;
		overflow: auto;
		position: fixed;
	}

		#slide-navbar-collapse a {
			opacity: 0.7;
			font-size: 16px;
			font-weight: normal;
			font-style: normal;
			font-stretch: normal;
			letter-spacing: normal;
			color: #ffffff;
			background-color: #292c2d;
			border: none;
		}

  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }

  .d-sm-none {
    display: flex !important;
  }

  .mobileNav {
    right: 0 !important;
    text-align: right;
    display: inline-block;
  }

  .navbar-nav .open .dropdown-menu {
    text-align: right;
    border: 1px solid #efefef;
    margin-top: 2px;
  }

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:active, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: column;
    -ms-flex-direction: column;
    min-width: 260px;
  }

	.right-settings {
		position: relative;
		z-index: 42;
	}

  .dropdown-menu {
    margin-top: 5px;
  }

  .breadcrumb {
    padding: 0.4rem 2rem;
    background: transparent;
    margin-bottom: 0px;
  }

  #settings {
    margin: 15px 0px !important;
    max-width: 768px !important;
  }

  #organization h4 {
    font-size: .6em;
  }

  .navbar-right {
    display: inline-block;
  }

  .collapse.show {
    margin-top: 0px;
  }

  #settings .card {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .col {
    width: 100% !important;
  }

  .sidebar-collapsed {
    width: 70px;
  }

  .collapsed-view {
    padding: .75rem 1.25rem;
  }

  .d-noflex {
    display: flex !important;
  }

  .sub-dropdown-content {
    position: relative;
    margin-left: auto;
    margin-top: auto;
  }

  .dropdown-menu:before {
    display: none;
  }

  .toggle-text {
    display: none;
  }

  .panel-heading i {
    float: left !important;
    margin-right: 20px !important;
  }

  #slide-navbar-collapse {
    display: none;
  }

  .closed-title {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 5px;
  }

  .d-sm-none {
    display: flex !important;
  }

  .collapsed-view .ml-auto {
    display: inline-block;
  }

  #organization {
    display: none;
  }

  .main-content {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 991.98px) {
  #settings .card {
    width: 200px;
  }

  .main-content {
    max-width: 100%;
  }

  .col {
    float: left;
  }

  .breadcrumb {
    padding: 0.4rem 2rem;
    background: transparent;
    margin-bottom: 0px;
  }

  #mb-formbuilder-container .bottomBar .btn.mb-xs {
    padding: 10px 13px;
  }
}

@media only screen and (max-width: 1025px) {
  #settings {
    margin: 35px 10px;
    max-width: 944px;
  }

    #settings .card {
      width: 200px;
    }
}

@media only screen and (max-width: 1199.98px) {
  .col {
    float: left;
  }

  .panel-heading i {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }

  #mb-formbuilder-container .panel-heading i {
    margin-bottom: 0px;
    display: inline-block;
    text-align: left;
    float: left;
  }
}

@media only screen and (max-width: 1440.98px) {
  .fileinput-filename {
    font-size: 12px;
  }

  ul.nonlist.primaryNav {
    list-style: none;
    margin-left: 0px !important;
    display: inline-block;
  }

  #mb-formbuilder-container .bottomBar .btn.mb-xs {
    padding: 10px 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  #page-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .collapsed-view .ml-auto {
    display: inline-block !important;
  }

  .ml-auto, .mx-auto {
    margin-right: 30px !important;
    float: right;
  }
}

.intercom-launcher-frame {
	width: 60px !important;
	height: 60px !important;
	margin-right: 120px !important;
	margin-bottom: -10px !important;
}

/* Support Card */
.support-content .card {
  margin: 20px;
}

.support-content .card-header {
  background-color: #fff;
}

.support-content .card-header h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

@media only screen and (max-width:1199.98px) {

  .support-content .card {
    margin: 20px 0px;
  }

  .support-content .card-body {
    overflow: scroll;
  }
}


.integration-fund-id-below {
	font-size: 11px;
}

/*M1 Flow*/
.m1-flow-dialog {
	max-width: 600px;
}

.m1-flow-content h3 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 2em !important;
}

.m1-flow-content .btn-white {
	border-color: #9e9e9e;
	background-color: #ffffff;
}

.m1-flow-content .btn-link {
	border: 0px;
	color: #757575;
	font-size: .5em !important;
}

.m1-flow-bg {
	background-image: url('../images/MinistryOne/m1-flow/Background-Image.png');
	background-size: cover;
	border-radius: 0 .3rem .3rem 0;
}

.m1-flow-modal-content {
	border: 0;
}

.m1-flow-content a {
	font-size: 12px;
	color: #616161;
}

.m1-flow-content .btn-primary {
	background-color: #176BFB;
}

.m1-flow-content-close {
	padding: 5px !important;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
}

.m1-flow-content-close:hover {
	color: #fff;
}

.m1-flow-content .mt-145 {
	margin-top: 145px;
}

.m1-flow-content .mt-140 {
	margin-top: 140px;
}

.m1-flow-provider {
	width: 200px;
	flex: none;
	margin: auto;
	font-size: 14px;
}

.integration-sccrm-input {
	max-width: 350px;
}

/*Waffle*/
#et-waffle {
	height: 65px;
	width: 65px;
	display: inline-block;
}
	#et-waffle a {
		height: 65px;
		width: 65px;
		display: inline-block;
		/*border: 2px solid red;*/
	}
		#et-waffle a:hover {
			-webkit-transition: all .33s ease;
			transition: all .33s ease;
			text-decoration: none;
			cursor: pointer;
		}
		#et-waffle a:hover, #et-waffle a.active {
			background-color: rgba(255, 255, 255, .1);
		}
	#et-waffle svg {
		margin: 9px;
	}
#ef-waffle-sep {
	width: 1px;
	height: 49px;
	position: relative;
	top: 8px;
	margin-left: 12px;
	margin-right: 4px;
	background-color: white;
	opacity: .3;
	display: inline-block;
	vertical-align: top;
}
#wafflePlateWrapper {
	position: fixed !important;
}

.mvc-grid .text-danger td {
	color: #dc3545 !important;
}

.mvc-grid tr.text-danger td {
	color: #dc3545 !important;
}


/* Ministry/Community Id */
.ministry-id-footer {
	font-size: 14px;
}

	.ministry-id-footer div {
		text-align: center;
		color: #353c43;
		margin: 15px 0;
	}

	.ministry-id-footer > span {
		border: 1px solid #ccc;
		padding: 8px 20px 6px 10px;
		background: white;
		border-radius: 3px;
		font-weight: 500;
		letter-spacing: 1.5px;
		width: 100%;
		display: block;
		text-align: center;
		cursor: pointer;
	}

.ministry-brands-logo-sm {
	background: url('../images/logos/mb-logo.png');
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.ministry-id-footer div.what-is-ministryid {
	margin: 14px 0 0 0;
	font-size: 12px;
	color: #777;
	cursor: pointer;
}

.community-brands-btn-login {
	font-size: 12px;
}

.ministry-id-footer div.what-is-ministryid:hover {
	text-decoration: underline;
}

.ministry-id-footer > span:hover {
	opacity: .5;
}

.ministry-id-linked {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 40px;
	margin-top: 10px;
}

	.ministry-id-linked img {
		margin-bottom: 25px;
	}

.community-brands-logo-sm {
	background: url('../images/logos/cb-logo.svg');
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

span.scidhtml, .scid-text, .scid-text * {
	font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #5B6770;
}

	span.scidhtml span.school {
		font-weight: 700;
		text-transform: lowercase;
	}

	span.scidhtml span.community {
		font-weight: 500;
		text-transform: lowercase;
	}

	span.scidhtml span.id {
		font-weight: 700;
		text-transform: uppercase;
	}

#community-id-get-started {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.42857;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
}

#ministryIdNoWorries-close {
	margin-left: 5px;
	margin-bottom: 0;
	color: #fff;
	background-color: #777;
	border-color: #ccc;
}

#scid-disclaimer {
	font-size: x-small;
	margin-top: 10px;
}

#scid-header-text {
	margin: 0 20px;
	font-size: 19px;
}

/**
	Donor Import 
**/
.text-small-import-data {
	font-size: 13px;
	line-height: 17px
}

.text-medium-import-data {
	font-size: 16px;
}

.text-large-import-data {
	font-size: 1.25rem;
}

.trending-arrow {
	color: rgba(17,15,36,0.4);
	opacity: 0.5;
	width: 85px;
	text-align: center;
	position: relative;
}

#page-content .btn-import-data-step {
	font-size: 16px !important;
}

span[data-toggle="tooltip"] {
	cursor: help;
}

.copy-to-clipboard {
	position: absolute;
	right: 15px;
}

.copy-to-clipboard-input {
	opacity: 0;
	position: absolute;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
	border-right-color: #f5c6cb;
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
	border-right-color: #f8d7da;
}

.popover {
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.popover-body {
	color: #721c24 !important;
}

.btn.disabled, .btn:disabled {
	opacity: .35;
}

/* Intro */
.import-data-intro div {
	text-align: center;
	margin-bottom: 15px;
	display: inline-block;
}

.import-data-intro img {
	width: 150px;
	display: block;
	margin-bottom: 25px;
}

.import-data-intro .trending-arrow {
	top: 3rem;
}

.import-data-previous-item img {
	width: 64px;
}

/* Header Steps */
.import-data-steps {
}

	.import-data-steps .trending-arrow {
		top: .5rem;
	}

.import-data-step div {
	border-radius: 50% !important;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: white;
	background-color: #CCCED0;
	text-align: center;
	white-space: nowrap;
	font-size: 1.5rem;
	display: inline-block;
	transition: background-color 0.5s ease;
}

.import-data-step.active div {
	background-color: #007bff !important;
}

.import-data-step span {
	font-size: 16px;
	vertical-align: text-bottom;
}

.import-data-step.active span {
	text-shadow: 1px 0 0 #212529;
}

.data-import-data-step-content {
	min-width: 500px;
}

.import-data-step-footer {
	margin-top: 75px;
}

/* Upload Files */
.import-data-upload-file {
	position: relative;
}

	.import-data-upload-file > span:first-child {
		left: -50px;
		margin-top: 25px;
	}

	.import-data-upload-file img {
		width: 85px;
	}

	.import-data-upload-file [data-file-upload-name] {
		overflow: hidden;
		text-overflow: ellipsis;
		width: 250px;
		white-space: nowrap;
	}

	.import-data-upload-file .progress {
		width: 100%;
		height: 18px;
	}

	.import-data-upload-file .progress-bar {
		padding-left: 7px;
		text-align: left !important;
	}

	.import-data-upload-file .popoversource {
		position: absolute;
		right: -15px;
		top: 35%;
	}

	/* default state*/
	.import-data-upload-file .up-0-d {
		display: unset !important;
	}

	.import-data-upload-file .up-0-v {
		visibility: visible !important;
	}

	.import-data-upload-file .up-1-d {
		display: none;
	}

	.import-data-upload-file .up-1-v {
		visibility: hidden;
	}

	.import-data-upload-file .up-2-d {
		display: none;
	}

	.import-data-upload-file .up-2-v {
		visibility: hidden;
	}

	/* uploading state */
	.import-data-upload-file.uploading .up-0-d {
		display: none !important;
	}

	.import-data-upload-file.uploading .up-0-v {
		visibility: hidden !important;
	}

	.import-data-upload-file.uploading .up-1-d {
		display: unset !important;
	}

	.import-data-upload-file.uploading .up-1-v {
		visibility: visible !important;
	}

	.import-data-upload-file.uploading .up-2-d {
		display: none;
	}

	.import-data-upload-file.uploading .up-2-v {
		visibility: hidden;
	}

	/* uploaded state */
	.import-data-upload-file.uploaded .up-0-d {
		display: none !important;
	}

	.import-data-upload-file.uploaded .up-0-v {
		visibility: hidden !important;
	}

	.import-data-upload-file.uploaded .up-1-d {
		display: none;
	}

	.import-data-upload-file.uploaded .up-1-v {
		visibility: hidden;
	}

	.import-data-upload-file.uploaded .up-2-d {
		display: unset !important;
	}

	.import-data-upload-file.uploaded .up-2-v {
		visibility: visible !important;
	}

.file-summary {
	overflow:scroll;
}
/* Match Funds */
.import-data-match-funds-table {
	width: 100%;
}

	.import-data-match-funds-table th {
		padding-bottom: 20px;
	}

	.import-data-match-funds-table td {
		padding: 10px 0;
	}

/* Donor Mapping */
#map-donors-table tbody tr:hover {
	background-color: #fafafa;
}

#map-donors-table tr th {
	border-top: 0;
	border-bottom-width: 1px;
	font-size: 1.1em;
}

#map-donors-table tbody tr:hover [data-match-key='1'] {
	/*text-decoration: underline;*/
}

#map-donors-table tbody [data-match-key='1'] {
	color: green;
}

/**
	End Donor Import
**/

alert-success-ds {
	color: #3CA455;
	background: #D8EDDD;
	border: 2px solid #3CA455;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.alert-error-ds {
	color: #C84040;
	background: #F4D9D9;
	border: 2px solid #C84040;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

/* Dropdown Caret Changes */
.select select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

.select select::-ms-expand {
	display: none;
}

.select::after {
	content: "";
	position: absolute;
	right: 10px;
	display: inline-block;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.select.caret::after {
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

/* overriding bootstrap default for dropdown caret */
.dropdown-toggle::after {
	border-top: 5px solid #000 !important;
	border-left: 5px solid transparent !important;
	border-right: 5px solid transparent !important;
}

/* Pledges */
	  #filterSearchByDateRange .fa-calendar {
    user-select: none;
    float: right;
    position: relative;
    margin-right: 10px;
    top: 34px;
    opacity: .5;
    font-size: 17px;
  }
input:checked + .slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

input:checked + .slider {
	background-color: #007bff;
}

.slider.round:before {
	border-radius: 50%;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
	margin: 10px 10px -3px 0px;
}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

.slider.round {
	border-radius: 17px;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.alert-danger .dropdown-menu .dropdown-item {
	color: #212529 !important;
}

tr.alert-danger:hover {
	background-color: #f5c6cb !important;
}

tr.alert-danger .fa-info-circle {
	margin: 2px 0px 0px -20px;
	position: absolute;
}

td div.text-danger {
	position:relative;
}

#donor-link-button {
	float: right;
	padding: 1px 8px 3px;
	font-size: small;
}

#p-more-info .modal-title {
	width: 94%;
}

.mvc-grid-action-dropdown-menu {
	cursor:pointer;
}

/* PB Funding PDF Export */
#PbFundingPDFWrapper {
	max-width: 800px;
}

#PbFundingPDFWrapper .header-row, #PbFundingPDFWrapper .fund-row {
	background-color: lightgray;
}

#PbFundingPDFWrapper .fund-row tbody th {
	font-weight: normal;
}

#PbFundingPDFWrapper .fund-row tbody th span {
	max-width: 120px;
	display: inline-block;
	white-space: initial;
}

#PbFundingPDFWrapper .table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
	border-color: black;
	border-bottom-width: 1px !important;
}

.tableresponsivex table{
	font-size: .9rem;
}

.tableresponsivex .table.th, .tableresponsivex .table.td {
	padding: 0.5rem;
}

.tableresponsivex .td .numeric {
	text-align: right;
}

/* Merchant Account Group */
#merchantaccountgroup h3.modal-title {
  font-size: 18px;
}

.text-muted-more {
  color: #adb2b6 !important;
}

#merchantaccountgroup .link-blue {
  color: #007bff !important;
}

#merchantaccountgroup .link-blue svg {
  margin-top: -4px;
}

#merchantaccountgroup .footer-text {
  font-size: 90%;
}

/* Textbox with an icon */

.textbox-icon-wrapper {
  position: relative;
}

.textbox-icon-wrapper.icon-right input[type=text] {
  padding-right: 2rem;
}

.textbox-icon-wrapper span.input-group-prepend {
    position: absolute;
    top: 0;
    bottom: 0;
    background: none !important;
    border: none !important;
  }

.textbox-icon-wrapper.icon-right span.input-group-prepend {
  right: 0;
}

.textbox-icon-wrapper span.clickable {
  cursor: pointer;
}

.form-control-readonly {
  background-color: inherit !important;
  color: #6c757d !important; /* same as text-muted */
}