/** UPLOAD BUTTON **/
.qq-uploader {
	position: relative;
}

.qq-upload-delete {
	display: inline-block;
	opacity: 0.0001;
	top: 0px;
	position: absolute;
	background: #f85032;
	background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
	width: 20px;
	height: 100%;
	right: 0px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 -1px 0px #000;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border-left: 1px solid #aaa;
	cursor: pointer;
	box-sizing: border-box
}

.qq-upload-delete:hover {
	background: #ffb76b;
	background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb76b), color-stop(50%, #ffa73d), color-stop(51%, #ff7c00), color-stop(100%, #ff7f04));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0)
}

.qq-upload-delete:focus {
	opacity: 1
}

.qq-upload-list li:hover {
	border: 1px solid #aaa
}

.qq-upload-success:hover .qq-upload-delete {
	opacity: 1
}

.qq-upload-fail:hover .qq-upload-delete {
	opacity: 1
}

.qq-upload-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 54px;
	z-index: 2;
	background: #F5F5F5;
	background: rgba(240, 240, 240, 0.9);
	text-align: center;
	color: #B1B1B1;
	border: 2px dashed #c5c5c5;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -10px;
	font-size: 16px
}

.qq-upload-drop-area-active {
	background: lightyellow;
	background: rgba(222, 255, 210, 0.9)
}

.qq-upload-list {
	margin: 10px 0;
	padding: 0;
	list-style: none
}

.qq-upload-list li {
	position: relative;
	font-size: 11px;
	margin: 8px 0;
	color: #5E5B5B;
	padding: 2px 4px;
	background: #EEE;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
	white-space: normal;
	border: 1px solid transparent
}

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
	font-size: 0.8em;
	line-height: 16px
}

.qq-file-uploading {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	width: 80px
}

.qq-upload-failed-text {
	float: right
}

.qq-upload-fail {
	background: #FF927D !important;
	color: #fff !important
}

.qq-upload-fail .qq-upload-size {
	display: none !important
}

.qq-upload-file {}

.qq-upload-spinner {
	display: inline-block;
	background: url("/images/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
	margin-bottom: 3px;
	margin-left: 2px
}

.qq-upload-size,
.qq-upload-cancel {
	float: right;
	margin-left: 4px
}

.qq-upload-failed-text {
	display: none
}

.qq-upload-fail .qq-upload-failed-text {
	display: inline
}

.braintree-hosted-fields {
	background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
	display: inline-block;
	width: 147px;
	height: 17px;
	border: 1px solid lightgrey;
	padding: 3px;
	box-shadow: 0 1px 2px #eee inset
}

.braintree-hosted-fields-focused {
	border: 1px solid #FFD300 !important;
	box-shadow: 0px 0px 3px #FFF0AA
}

.square-hosted-fields {
	background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
	display: inline-block;
	width: 147px;
	height: 17px;
	border: 1px solid lightgrey;
	padding: 3px
}

.StripeElement.cc_numberMount,
.StripeElement.cc_cardExpiryMount {
	width: 147px
}

.StripeElement {
	height: 17px
}

.__PrivateStripeElement {
	top: 50%;
	transform: translateY(-50%)
}

.braintree-addons-box {
	border-radius: 5px;
	background-color: #efefef;
	padding: 5px;
	margin: 6px 0 0 18px;
	font-size: 12px;
	line-height: 16px
}

.paypalpro_img {
	width: 40px;
	height: 26px;
	padding-right: 7px
}

.paypalpro_visa {
	background: url('/images/credit-card-logo.png') no-repeat 0 0
}

.paypalpro_mc {
	background: url('/images/credit-card-logo.png') no-repeat -47px 0
}

.paypalpro_amex {
	background: url('/images/credit-card-logo.png') no-repeat -94px 0
}

.paypalpro_dc {
	background: url('/images/credit-card-logo.png') no-repeat -141px 0
}

.payment-form-deposits-table {
	width: 100%;
	padding: 40px 35px;
	box-sizing: border-box
}

.payment-form-deposits-table.active {
	display: block!important
}

.payment-form-deposits-table th {
	font-size: 22px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px
}

.payment-form-deposits-table tbody tr:nth-child(2) td {
	padding-bottom: 30px
}

.payment-form-deposits-table tbody .deposits td:first-child {
	width: 200px
}

.payment-form-deposits-table .deposit-b td {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px
}

.payment-form-deposits-table .deposits td:nth-of-type(2) {
	position: relative
}

.payment-form-deposits-table .deposits td:nth-of-type(2)::after {
	content: '$';
	display: block;
	position: absolute;
	left: 4px;
	top: 0%;
	transform: translateY(5px);
	font-size: 14px;
	opacity: 0.6
}

.payment-form-deposits-table .deposits input {
	padding-left: 18px
}

.payment-form-deposits-table .verifyButtonTr td {
	padding-left: 156px;
	padding-top: 34px
}

.payment-form-deposits-table .verifyButton {
	padding: 9px 15px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	border: 1px solid #ccc;
	color: #666;
	text-shadow: 0 1px #fff;
	cursor: pointer;
	border-radius: 3px 3px;
	box-shadow: 0 1px #fff inset, 0 1px #ddd;
	background: #f5f5f5;
	background: linear-gradient(top, #f5f5f5 0%, #eee 100%)
}

.payment-form-deposits-table .verifyButton:hover {
	background: #fff;
	background: linear-gradient(top, #fff 0%, #f5f5f5 100%)
}

#content .chargeLaterButton em {
	background: #ffa102;
	border-color: #ffa102;
	color: white;
	font-size: 11px;
	border-radius: 12px;
	white-space: nowrap;
	padding: 2px 6px 2px 6px;
	cursor: pointer
}

#content .chargeLaterButton:hover em {
	background-color: black
}

.x-panel .chargeLaterButton em {
	margin-top: 4px;
	display: block
}

#recaptcha_logo {
	display: none
}

#recaptcha_tagline {
	display: none
}

#recaptcha_table {
	border: none !important
}

.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
	background-color: transparent !important
}

#recaptcha_table td {
	padding-left: 0px !important
}

.always-hidden {
	display: none !important
}

.dropdown-match-height {
	min-height: 24px
}

.signature-pad-passive,
.signature-pad-wrapper {
	border: 1px solid #9D9D9D;
	color: #444;
	position: relative
}

.signature-pad-passive .signature-line {
	border: 1px solid #444;
	width: 80%;
	position: absolute;
	bottom: 50px;
	left: 10%;
	right: 10%
}

.signature-pad-wrapper .clear-pad-btn {
	cursor: pointer;
	text-decoration: underline;
	float: right;
	font-weight: bold;
	font-size: 12px
}

.form-single-column .clearfix {
	display: inline-block
}

.form-single-column .clearfix {
	display: block
}

.clearfix2:before,
.clearfix2:after {
	content: " ";
	display: table
}

.clearfix2:after {
	clear: both
}

input[type=number] {
	-moz-appearance: textfield
}

input[id*="_donation"] {
	width: 46px
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.form-submit-button.icon-encrypt {
	position: relative
}

.form-submit-button.icon-encrypt+button {
	margin-left: 25px
}

.form-submit-button.icon-encrypt:before {
	content: url("/images/security-icon.png");
	display: inline-block;
	position: absolute;
	width: 32px;
	height: 32px;
	right: -36px;
	top: 50%;
	margin-top: -16px;
	box-sizing: border-box;
	padding-top: 4px
}

.form-submit-button.icon-encrypt:after {
	content: attr(data-content);
	display: none;
	position: absolute;
	width: 128px;
	background-color: rgba(0, 0, 0, 0.85);
	text-shadow: none;
	color: #eee;
	font-size: 10px;
	top: 50%;
	right: -166px;
	padding: 5px 0 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: 15px;
	margin-top: -12px
}

.form-submit-button.icon-encrypt:hover:after {
	display: inline-block
}

.jotform-ad {
	background: red;
	display: block !important;
	visibility: visible !important
}

.jotform-ad>a {
	text-decoration: none !important;
	color: #aaa !important
}

.jotform-ad>a+a {
	color: #f38632 !important
}

.jf-branding:hover {
	color: orange !important;
	opacity: 1 !important
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: 1001
}

.overlay-content {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 60px 20px 20px 20px;
	width: 85%;
	height: 72%;
	max-width: 960px;
	border-radius: 6px
}

.overlay.old_ui .overlay-content {
	padding-bottom: 60px
}

.overlay-content .img-wrapper {
	margin: 0 auto;
	position: relative;
	margin: 0 50px;
	max-width: 100%;
	flex: 1
}

.overlay-content .img-wrapper span {
	max-width: 100%;
	max-height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	background-color: #F4F7FD;
	border-radius: 3px;
	border: 1px solid #e5ebf7
}

.lb-prev-button,
.lb-next-button {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	color: transparent;
	cursor: pointer;
	opacity: 1;
	background-size: 16px;
	transition: opacity .15s ease;
	background-repeat: no-repeat;
	background-position: center center
}

.lb-prev-button {
	left: -60px;
	background-image: url('https://cdn.jotfor.ms/assets/fonts/font-awesome/5.7.2/svgs/solid/chevron-left.svg')
}

.lb-next-button {
	right: -60px;
	background-image: url('https://cdn.jotfor.ms/assets/fonts/font-awesome/5.7.2/svgs/solid/chevron-right.svg')
}

.lb-close-button {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 12px;
	right: 12px;
	cursor: pointer;
	color: #677686;
	background-color: #eef2fa;
	border-radius: 4px;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 36px
}

.overlay.old_ui .lb-prev-button,
.overlay.old_ui .lb-next-button {
	display: none!important
}

.overlay.new_ui .overlay-content:not(.has_thumbnail) ul,
.overlay.new_ui .overlay-content:not(.has_thumbnail) .lb-prev-button,
.overlay.new_ui .overlay-content:not(.has_thumbnail) .lb-next-button {
	display: none!important
}

.overlay .overlay-content .slider-navigation ul {
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-top: 40px;
	padding-left: 0;
	flex-wrap: wrap
}

.overlay .overlay-content .slider-navigation ul li {
	list-style-type: none;
	flex: 0 0 72px;
	max-width: 72px;
	width: 72px;
	height: 72px;
	min-height: 72px;
	min-width: 72px;
	border: 1px solid #EEE;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F8F8F8;
	border-radius: 1px;
	box-sizing: border-box;
	margin: 8px;
	cursor: pointer
}

.overlay .overlay-content .slider-navigation ul li.selected {
	border: 3px solid #0393E2
}

.new-file {
	position: relative;
	width: 240px
}

.new-file-button {
	display: none
}

.new-file-droparea {
	background: rgba(240, 240, 240, 0.9);
	border-color: rgba(180, 180, 180, 0.9)
}

.new-file-droparea:hover {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(210, 210, 210, 0.9)
}

.new-file-list {
	list-style: none;
	padding: 0;
	max-width: 300px
}

.new-file-list li {
	max-width: 280px;
	font-size: 0.875em;
	line-height: 2em;
	padding: 6px 60px 6px 6px;
	position: relative;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.new-file-list li:first-child {
	border-top: 1px solid #eee;
	margin-top: 12px
}

.new-file-progress-bar {
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 2px;
	background-color: #3f91f7
}

.new-file-abort {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 10px;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	line-height: 17px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #aaa;
	color: #aaa;
	display: none
}

.new-file-list li:hover .new-file-abort {
	display: block
}

.new-file-list li:hover .new-file-size {
	display: none
}

.new-file-abort:hover {
	border-color: #fd6847;
	color: #fd6847;
	transition: all 0.3s ease
}

.new-file-size {
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 18px;
	margin-top: -9px;
	text-align: center;
	font-weight: 700
}

.new-file-progress-number {
	display: none
}

.form-html ul {
	list-style: disc outside
}

.form-html ol {
	list-style: decimal
}

.embed-dropdown {
	cursor: pointer;
	position: relative;
	display: inline-block;
	font-size: 12px;
	margin-top: 12px;
	margin-left: 12px;
	float: right;
	background: #FC7C01;
	color: white;
	line-height: 16px;
	text-decoration: none;
	padding: 6px 0;
	border: none;
	box-shadow: 0px 0px 4px black
}

.embed-dropdown:after {
	content: '';
	position: absolute;
	right: 6px;
	top: 12px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.embed-dropdown label:nth-of-type(1) {
	cursor: pointer
}

.embed-dropdown .btn-dropdown {
	padding: 6px 20px 6px 10px
}

.embed-dropdown-open {
	display: none
}

.embed-dropdown-overlay {
	display: none !important;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}

.embed-dropdown-inner {
	list-style: none;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	margin: 6px 0 0 -14px;
	padding: 10px;
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, .15)
}

.embed-dropdown-inner li {
	margin-bottom: 5px
}

.embed-dropdown-inner a {
	display: block;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
	text-align: left;
	padding: 0 5px
}

.embed-dropdown-inner a:hover {
	color: #fc7c01
}

.embed-dropdown-open:checked~.embed-dropdown-inner {
	opacity: 1;
	visibility: visible
}

.embed-dropdown-open:checked~.embed-dropdown-overlay {
	display: block !important
}

.formFooter-heightMask {
	height: 56px
}

.formFooter {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	right: 0;
	bottom: 0;
	color: #eee;
	padding: 0 5px;
	background-color: #414247;
	text-align: left;
	z-index: 901
}

.formFooter-rightSide {
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.formFooter-logoLink {
	z-index: 3
}

.formFooter-text {
	color: #bfbfbf;
	font-size: 12px
}

.formFooter-button {
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #208920;
	padding: 10px 18px;
	color: #fff;
	border-radius: 3px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.formFooter-button:hover {
	background-color: #52bf41
}

.translate-popup:after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	top: 0;
	left: 0;
	z-index: 10001
}

.footerTranslationLink,
.footerTranslationLink:hover {
	border: none;
	background: transparent;
	color: #f90;
	text-decoration: none;
	font-size: 12px;
	margin: 8px 0 0 0;
	padding: 0
}

.translate-footer-popup {
	position: fixed;
	width: 506px;
	height: 440px;
	top: 50%;
	left: 50%;
	margin: -220px 0 0 -253px;
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
	z-index: 10002
}

.translate-footer-popup .ts_title {
	position: relative
}

.translate-footer-popup .ts_title button {
	border: none;
	position: absolute;
	top: 18px;
	right: 18px;
	background: #ccc;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-shadow: 0 1px 0 #bbb;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-decoration: none;
	min-width: initial
}

.translate-footer-popup iframe {
	width: 100%;
	height: 100%;
	border: none;
	background: #FFF
}

li[data-type="control_mixed"] .form-input,
li[data-type="control_mixed"] .form-input>div {
	width: 320px
}

li[data-type="control_mixed"] .form-sub-label-container {
	float: left;
	margin-right: 10px
}

li[data-type="control_mixed"] .form-sub-label-container[data-colsize="1"],
li[data-type="control_mixed"] .form-sub-label-container input,
li[data-type="control_mixed"] .form-sub-label-container select {
	width: 100%;
	box-sizing: border-box
}

li[data-type="control_mixed"] .form-sub-label-container[data-colsize="2"] {
	width: 150px
}

li[data-type="control_mixed"] .form-sub-label-container[data-colsize="1"] input,
li[data-type="control_mixed"] .form-sub-label-container[data-colsize="1"] select {
	width: 310px
}

.jfRadio-label {
	display: inline-block
}

.jfRadio-labelText {
	margin-top: 5px;
	display: inline-block
}

.jfRadio-image {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.jfRadio-input.form-radio {
	margin: 25px 5px 0 0;
	position: relative
}

.jHabit {
	display: block;
	padding: 0;
	margin: -10px auto
}

.jHabit-wrapper {
	display: flex;
	align-items: stretch
}

.jHabit-wrapper span {
	display: block;
	font-size: 15px;
	color: #fff;
	opacity: .65
}

.jHabit-wrapper .jHabit-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px
}

.jHabit-wrapper .jHabit-icon .iconSvg {
	width: 70px;
	height: 70px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px
}

.jHabit-wrapper .jHabit-icon .iconSvg svg {
	display: block;
	width: 70px
}

.isMobile .jHabit-wrapper .jHabit-icon {
	display: none
}

.jHabit-wrapper .jHabit-name {
	position: relative;
	flex: 1;
	display: inherit;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	flex-direction: column;
	justify-content: center
}

.jHabit-wrapper .jHabit-name span {
	width: 100%;
	text-align: left
}

.isMobile .jHabit-wrapper .jHabit-name {
	padding-left: 20px;
	font-size: 14px
}

.jHabit-wrapper .jHabit-name .editor-container {
	z-index: 1
}

.jHabit-wrapper .jHabit-name .iconSvg {
	position: absolute;
	right: -30px;
	top: -27px;
	width: 180px
}

.isMobile .jHabit-wrapper .jHabit-name .iconSvg {
	width: 70px;
	left: -20px;
	top: 0
}

.jHabit-wrapper .jHabit-status {
	position: relative;
	display: inherit;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	flex-direction: column
}

.jHabit-wrapper .jHabit-status span {
	margin-bottom: 5px
}

.jHabit-wrapper .jHabit-status input {
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	opacity: 0;
	margin: 0;
	cursor: pointer;
	z-index: 3
}

.jHabit-wrapper .jHabit-status input:checked+.statusIcon {
	background: url(https://cdn.jotfor.ms/assets/img/builder/daily-habit-tracker/done_white.svg) no-repeat center;
	animation: habitScale .3s linear
}

.jHabit-wrapper .jHabit-status input:checked+.statusIcon:after {
	animation: habitBlink .7s linear
}

.jHabit-wrapper .jHabit-status input+.statusIcon {
	background: url(https://cdn.jotfor.ms/assets/img/builder/daily-habit-tracker/waiting_white.svg) no-repeat center
}

.jHabit-wrapper .jHabit-status input:disabled+.statusIcon {
	background: url(https://cdn.jotfor.ms/assets/img/builder/daily-habit-tracker/waiting_white.svg) no-repeat center;
	animation: habitScale .3s linear
}

.jHabit-wrapper .jHabit-status input.past+.statusIcon {
	background: url(https://cdn.jotfor.ms/assets/img/builder/daily-habit-tracker/undone_white.svg) no-repeat center;
	animation: habitScale .3s linear
}

.jHabit-wrapper .jHabit-status .statusIcon {
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 2
}

.jHabit-wrapper .jHabit-status .statusIcon:after {
	content: '';
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	z-index: 1
}

.isMobile .jHabit-wrapper .jHabit-status {
	width: 70px;
	height: 70px
}

.jHabit-wrapper.green {
	background-color: #A1C32F
}

.jHabit-wrapper.green .jHabit-status {
	background-color: #90ae2a
}

.jHabit-wrapper.green .jHabit-icon .iconSvg {
	fill: #A1C32F
}

.jHabit-wrapper.green .jHabit-name .iconSvg {
	fill: #90ae2a
}

.jHabit-wrapper.orange {
	background-color: #F1AC44
}

.jHabit-wrapper.orange .jHabit-status {
	background-color: #efa12c
}

.jHabit-wrapper.orange .jHabit-icon .iconSvg {
	fill: #F1AC44
}

.jHabit-wrapper.orange .jHabit-name .iconSvg {
	fill: #efa12c
}

.jHabit-wrapper.blue {
	background-color: #4B73DD
}

.jHabit-wrapper.blue .jHabit-status {
	background-color: #3662d9
}

.jHabit-wrapper.blue .jHabit-icon .iconSvg {
	fill: #4B73DD
}

.jHabit-wrapper.blue .jHabit-name .iconSvg {
	fill: #3662d9
}

.jHabit-wrapper.purple {
	background-color: #AF53EC
}

.jHabit-wrapper.purple .jHabit-status {
	background-color: #a43ce9
}

.jHabit-wrapper.purple .jHabit-icon .iconSvg {
	fill: #AF53EC
}

.jHabit-wrapper.purple .jHabit-name .iconSvg {
	fill: #a43ce9
}

.jHabit-wrapper.pink {
	background-color: #E75DA9
}

.jHabit-wrapper.pink .jHabit-status {
	background-color: #e4479d
}

.jHabit-wrapper.pink .jHabit-icon .iconSvg {
	fill: #E75DA9
}

.jHabit-wrapper.pink .jHabit-name .iconSvg {
	fill: #e4479d
}

@keyframes habitBlink {
	0% {
		opacity: 0;
		left: 50%;
		top: 50%;
		width: 0;
		height: 0;
		z-index: 1
	}
	25% {
		opacity: .5;
		left: calc(50% - 15px);
		top: calc(50% - 15px);
		width: 30px;
		height: 30px;
		z-index: 1
	}
	50% {
		opacity: .8;
		left: calc(50% - 30px);
		top: calc(50% - 30px);
		width: 60px;
		height: 60px;
		z-index: 1
	}
	75% {
		opacity: .5;
		left: calc(50% - 25px);
		top: calc(50% - 25px);
		width: 50px;
		height: 50px;
		z-index: 1
	}
	100% {
		opacity: 0;
		left: calc(50% - 20px);
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;
		z-index: 1
	}
}

@keyframes habitScale {
	0% {
		opacity: 0;
		transform: scale(0)
	}
	70% {
		opacity: 1;
		transform: scale(1.1)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}

.black-friday-2019 {
	background-color: #181818
}

.black-friday-2019 .formFooter-content {
	text-align: right;
	width: 100%
}

.black-friday-2019 .formFooter-content .formFooter-logoLink {
	float: left
}

.black-friday-2019 .formFooter-content .formFooter-rightSide {
	display: inline-block;
	vertical-align: middle;
	float: none;
	max-width: calc(100% - 164px);
	padding-top: 5px
}

.black-friday-2019 .formFooter-content .formFooter-text {
	color: #fff;
	text-align: center;
	max-width: 334px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle
}

.black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-right {
	display: inline-block;
	margin-left: 12px
}

.black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-right .formFooter-text-top {
	padding-bottom: 6px
}

.black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-left {
	display: inline-block
}

.black-friday-2019 .formFooter-button-container {
	display: inline-block;
	vertical-align: middle
}

.black-friday-2019 .formFooter-button {
	background-color: #51B148;
	font-weight: 600;
	margin-left: 20px
}

.eoy-2019 .eoy-formFooter-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.eoy-2019 .eoy-formFooter-rightSide {
	display: flex;
	align-items: center
}

.eoy-2019 .eoy-formFooter-text {
	display: flex;
	align-items: center
}

.eoy-2019 .formFooter-text-left {
	margin-right: 10px;
	color: #F7C847;
	font-size: 16px
}

.eoy-2019 .formFooter-text-right {
	color: #fff;
	font-size: 20px;
	margin-right: 10px
}

.eoy-2019 .eoy-formFooter-icon {
	width: 30px;
	margin-right: 10px
}

.eoy-2019 .eoy-upgrade-button {
	text-decoration: none;
	background: #00BE6C;
	border-radius: 4px;
	width: 150px;
	display: inline-flex;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	padding: 8px 0
}

.badge-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.hipaa-badge+.accessibility-badge {
	margin-left: 10px
}

div.calendar {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5)
}

div.calendar.popup {
	margin-left: -40px;
	margin-top: -100px;
	z-index: 100000
}

div.calendar td.weekend {
	background: #b5cfe9
}

div.calendar .today {
	background: #D9360D !important
}

div.calendar .title,
div.calendar .button {
	color: #f9621a
}

div.calendar table {
	background-color: #eee;
	border: 1px solid #aaa;
	border-collapse: collapse
}

div.calendar thead {
	background-color: white
}

div.calendar td,
div.calendar th {
	font-size: 11px;
	padding: 3px;
	text-align: center
}

div.calendar td.title {
	font-weight: bold
}

div.calendar th {
	background: #ddd;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight: bold;
	color: #555
}

div.calendar tr.days td {
	width: 2em;
	color: #555;
	text-align: center;
	cursor: pointer
}

div.calendar tr.days td:hover:not(.unselectable),
div.calendar td.button:hover:not(.unselectable) {
	background-color: #0178b8;
	color: #fff;
	cursor: pointer
}

.unselectable {
	cursor: default !important
}

div.calendar tr.days td:active div.calendar td.button:active {
	background-color: #cde
}

div.calendar tr.days td.selected {
	font-weight: bold;
	background-color: #fff;
	color: #000
}

div.calendar tr.days td.today {
	font-weight: bold;
	color: #fff
}

div.calendar tr.days td.otherDay {
	color: #95959A
}
