#pleaseWait {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(192, 192, 192, 0.5);
	background-image: url("../img/MnyxU.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.paiment-header{
	box-sizing:border-box;
	font-size:24px;
	flex:1 1 auto;
	display:flex;
	padding-bottom:8px;
	margin-bottom:16px;
	border-bottom:1px #e1e4e8 solid;
	flex-flow:row wrap;
}


.paiment-h2 {
	font-size:24px;
}

.paiment-h4 {
	margin-top:0;
	margin-bottom:8px;
	font-size:16px;
	font-weight:600;
}

.paiment-input {
	overflow:visible;
	box-sizing:border-box;
	min-height:34px;
	padding:6px 8px;
	font-size:16px;
	line-height:20px;
	color:#24292e;
	vertical-align:middle;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:right 8px center;
	border:1px solid #d1d5da;
	border-radius:3px;
	outline:none;
	box-shadow:inset 0 1px 2px rgba(27,31,35,0.075);
	background-color:#fafbfc;
	width:440px;
	max-width:100%;
	background-attachment: scroll;
	background-size: 16px 18px;
	background-position: 98% 50%;
	cursor: auto;
}

.paiment-input:focus {
	border-color:#2188ff;
	outline:none;
	box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3);
	background-color:#fff;
}

.paiment-box {
	background-color:#fff;
	border:1px solid #d1d5da;
	border-radius:3px;
	width:750px;
	max-width:100%;
	margin-right:5px;
	-webkit-padding-start: 0px;
}
.paiment-box-row{
	padding:16px;
	margin-top:-1px;
	list-style-type:none;
	border-top:1px solid #e1e4e8;

	display:inline-block;
	width:750px;
	max-width:100%;
	margin-right:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:top;
}
.paiment-box-row:first-of-type{
	border-top-color:transparent;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
.paiment-box-row:last-of-type{
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}

.list-style-none{
	list-style:none!important;
}

.clearfix::before{
	display:table;
	content:"";
}
.clearfix::after{
	display:table;
	clear:both;
	content:"";
}

.paiment-actions .paiment-actions-remove{
	float:right;
	padding-right:7px;
	padding-left:7px;
	margin-left:5px;
	line-height:24px;
	color:#cb2431;
	cursor:pointer;
}

.paiment-actions form{
	display:inline;
}

.btn-link{
	display:inline-block;
	padding:0;
	font-size:inherit;
	color:#0366d6;
	text-decoration:none;
	white-space:nowrap;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color:transparent;
	border:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.btn-link:hover{
	text-decoration:underline;
}
.btn-link:disabled,.btn-link:disabled:hover{
	color:rgba(88,96,105,0.5);
	cursor:default;
}


.paiment-button:focus{
	outline:none;
}
.paiment-button,[type="submit"]{
	-webkit-appearance:button;
}
.paiment-button::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
	border-style:none;
	padding:0;
}
.paiment-button:-moz-focusring,[type="submit"]:-moz-focusring{
	outline:1px dotted ButtonText;
}
.paiment-button{
	margin:0;
	overflow:visible;
	text-transform:none;
	cursor:pointer;
	border-radius:0;

	margin-right:8px!important;

	position:relative;
	display:inline-block;
	padding:6px 12px;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	white-space:nowrap;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-repeat:repeat-x;
	background-position:-1px -1px;
	background-size:110% 110%;
	border:1px solid rgba(27,31,35,0.2);
	border-radius:0.25em;
	-webkit-appearance:none;
	moz-appearance:none;
	appearance:none;

	color:#24292e;background-color:#eff3f6;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}
.paiment-button:hover{
	text-decoration:none;
	background-repeat:repeat-x;
	background-color:#e6ebf1;
	background-image:linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);
	background-position:-.5em;
	border-color:rgba(27,31,35,0.35);
}
.paiment-button:focus{
	outline:0;
	box-shadow:0 0 0 0.2em rgba(3,102,214,0.3);
}
.paiment-button:disabled{
	cursor:default;
	background-position:0 0;
	color:rgba(36,41,46,0.4);
	background-color:#eff3f6;
	background-image:none;
	border-color:rgba(27,31,35,0.2);
	box-shadow:none;
}
.paiment-button:active{
	background-color:#e9ecef;
	background-image:none;
	border-color:rgba(27,31,35,0.35);
	box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}

/* green */
.paiment-button-green:focus{
	outline:none;
}
.paiment-button-green,[type="submit"]{
	-webkit-appearance:button;
}
.paiment-button-green::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
	border-style:none;
	padding:0;
}
.paiment-button-green:-moz-focusring,[type="submit"]:-moz-focusring{
	outline:1px dotted ButtonText;
}
.paiment-button-green{
	margin:0;
	overflow:visible;
	text-transform:none;
	cursor:pointer;
	border-radius:0;

	margin-right:8px!important;

	position:relative;
	display:inline-block;
	padding:6px 12px;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	white-space:nowrap;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-repeat:repeat-x;
	background-position:-1px -1px;
	background-size:110% 110%;
	border:1px solid rgba(27,31,35,0.2);
	border-radius:0.25em;
	-webkit-appearance:none;
	moz-appearance:none;
	appearance:none;

	color: #fff;
	background-color: #28a745;
	background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
}
.paiment-button-green:hover{
	text-decoration:none;
	background-repeat:repeat-x;
	background-color:#269f42;
	background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);
	background-position:-.5em;
	border-color:rgba(27,31,35,0.5);
}
.paiment-button-green:focus{
	outline:0;
	box-shadow:0 0 0 0.2em rgba(52,208,88,0.4);
}
.paiment-button-green:disabled{
	cursor:default;
	background-position:0 0;
	color:rgba(255,255,255,0.75);
	background-color:#94d3a2;
	background-image:none;
	border-color:rgba(27,31,35,0.2);
	box-shadow:none;
}
.paiment-button-green:active{
	background-color:#279f43;
	background-image:none;
	border-color:rgba(27,31,35,0.5);
	box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}

.paiment-button-pay{
	color:#fff;
	background-color:#28a745;
	background-image:linear-gradient(-180deg, #34d058 0%, #28a745 90%);
}
.paiment-button-pay:focus{
	box-shadow:0 0 0 0.2em rgba(52,208,88,0.4);
}
.paiment-button-pay:hover{
	background-color:#269f42;
	background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);
	background-position:-.5em;
	border-color:rgba(27,31,35,0.5);
}
.paiment-button-pay:active{
	background-color:#279f43;
	background-image:none;
	border-color:rgba(27,31,35,0.5);
	box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}
.paiment-button-pay:disabled{
	color:rgba(255,255,255,0.75);
	background-color:#94d3a2;
	background-image:none;
	border-color:rgba(27,31,35,0.2);
	box-shadow:none;
}

.paiment-button-del{
	color:#cb2431;
	background-color:#fafbfc;
	background-image:
	linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}
.paiment-button-del:focus{
	box-shadow:0 0 0 0.2em rgba(203,36,49,0.4);
}
.paiment-button-del:hover{
	color:#fff;
	background-color:#cb2431;
	background-image:linear-gradient(-180deg, #de4450 0%, #cb2431 90%);
	border-color:rgba(27,31,35,0.5);
}
.paiment-button-del:active{
	color:#fff;
	background-color:#b5202c;
	background-image:none;
	border-color:rgba(27,31,35,0.5);
	box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}
.paiment-button-del:disabled{
	color:rgba(203,36,49,0.4);
	background-color:#eff3f6;
	background-image:none;
	border-color:rgba(27,31,35,0.2);
	box-shadow:none;
}

.paiment-select{
	margin:0;
	text-transform:none;
	min-height:34px;
	padding:6px 8px;
	padding-right: 24px;
	font-size:14px;
	line-height:20px;
	color:#24292e;
	vertical-align:middle;
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;
	background-size: 8px 10px;
	border:1px solid #d1d5da;
	border-radius:3px;
	outline:none;
	box-shadow:inset 0 1px 2px rgba(27,31,35,0.075);
	display:inline-block;
	max-width:560px;
	width:560px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width: 100%;
}
.paiment-select:focus{
	border-color:#2188ff;
	outline:none;
	box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3);
}

.note{
	overflow:auto;
	margin:4px 0 2px;
	font-size:12px;
	color:#586069;
}

.form-checkbox{
	padding-left:20px;
	margin:15px 0;
	vertical-align:middle;
}
.form-checkbox input[type=radio]{
	float:left;
	margin:5px 0 0 -20px;
	vertical-align:middle;
}
.form-checkbox .note{
	display:block;
	margin:0;
	font-size:12px;
	font-weight:400;
	color:#586069;
}
.form-checkbox input[type=checkbox]{
	float:left;
	margin:5px 0 0 -20px;
	vertical-align:middle;
}

.bleed-flush{
	height:0;
	margin:15px 0;
	overflow:hidden;
	background:transparent;
	border:0;
	border-bottom:1px solid #dfe2e5;
}
.bleed-flush::before{
	display:table;
	content:"";
}
.bleed-flush::after{
	display:table;
	clear:both;
	content:"";
}

.paiment-Subhead{
	display:flex;
	padding-bottom:8px;
	margin-bottom:16px;
	border-bottom:1px #e1e4e8 solid;
	flex-flow:row wrap;
}
.paiment-Subhead--spacious{
	margin-top:40px;
}
.paiment-h2-Subhead-heading{
	font-size:24px;
	font-weight:normal;
	flex:1 1 auto;
}

.stripe-side-bar{
	padding-left: 1em;
	background: none;
	color: #868e96;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

@media (min-width: 992px) {
	.stripe-side-bar{
		padding-left: 2.75em;
	}
}

@media (max-width: 991px) {
	.stripe-side-bar{
		padding-left: 1em;
	}
}

/* Calendar */
.event a {
	background-color: #42B373 !important;
	background-image :none !important;
	color: #ffffff !important;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("../img/MnyxU.gif");
    background-repeat: no-repeat;
    background-position: center;
}


#switchProfileDiv{
    width: 100%;
    padding-right: 35px;
    z-index: 3;
    position: absolute;
}

#switchProfileButton{
    float: right;
}

@media (max-width: 800px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
    #switchProfileDiv{
    	padding-right: 0px;
    	z-index: auto;
    	position: relative;
    	height: 45px;
    }
    #switchProfileButton{
    	float: left;
    }
}



/* Add in some missing Bootstrap CSS */

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}


/* ========================
* Vex Modal Container
* ======================== */
.vex.vex-theme-os .vex-content {
    background-color: #ffffff;
    width: auto;
    max-width: 1200px;
    padding: 30px;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
}
.vex-theme-os .vex-dialog-form .vex-dialog-message {
    margin-bottom: 30px !important;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
}
/* ========================
* Vex Modal Label / Input Fields
* ======================== */
.vex-custom-field-wrapper label {
    font-size: 16px !important;
    font-weight: bold;
    /* margin-bottom: 8px !important; */
    color: var(--primary-color);
}
/* .vex-custom-field-wrapper input:not([type="checkbox"]), */
.vex-custom-field-wrapper input,
.vex-custom-field-wrapper select,
.vex-custom-field-wrapper textarea {
    margin: 0 !important;
    height: 50px !important;
    padding: 8px;
    width: 100%;
    border: 1px solid #d1d3e2 !important;
    outline: 0;
    color: var(--input-field-text-color) !important;
    font-weight: normal !important;

}
.vex-custom-field-wrapper textarea {
    height: 120px !important;
}
input[name="ynDefault"] {
    height: 15px !important;
    display: inline;
    width: 15px;
    position: absolute;
    margin-top: -28px !important;
    border: 1px solid #d1d3e2 !important;
    margin-left: 70px !important;
    box-shadow: none !important;
}

.vex-custom-field-wrapper input:not(.form-control),
.vex-custom-field-wrapper select:not(.form-control),
.vex-custom-field-wrapper textarea:not(.form-control) {
    -moz-border-radius: .35rem;
  -webkit-border-radius: .35rem;
  border-radius: .35rem;
}

.vex-custom-field-wrapper div.chosen-container a.chosen-single div b {
    background: none; /* Remove background arrow */
}

/*
.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: none !important;
    background-position: -9999999px !important;
}
*/

.vex-custom-field-wrapper div.chosen-container a.chosen-single {
    height: 50px;
    padding: 8px;
    background-image: none !important; /* Remove png background for icons */
    background-color: #fff;
    border: 1px solid var(--border-color-light);
    font-size: 16px;
    display: flex;
    align-items: center;
    box-shadow: none;
}

.vex-custom-field-wrapper div.chosen-container a.chosen-single span {
    opacity: .55;
    font-weight: normal !important;
    color: var(--body-text);
}

.vex-custom-field-wrapper div.chosen-container a.chosen-single div b:after {
    content: "\f107"; /* Arrow down */
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .65;
}

.vex-custom-field-wrapper div.chosen-with-drop a.chosen-single div b:after {
    transform: translateY(-50%) rotate(180deg) ; /* Arrow up */
}

.vex-custom-field-wrapper div#intProductID_add_modal_chosen {
    width: 100% !important;
}
/* ========================
* Vex Modal Input Fields : Focus
* ======================== */
.vex-custom-field-wrapper input:focus,
.vex-custom-field-wrapper select:focus,
.vex-custom-field-wrapper textarea:focus {
    color: #212529;
    border: 1px solid #1f8b7b !important;
    outline: 0 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(50 136 230 / 50%) !important;
    box-shadow: 0 0 0 0.2rem rgb(50 136 230 / 50%) !important;
}

.vex-custom-field-wrapper div.chosen-container-active a.chosen-single {
    border-color: #1f8b7b !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(50 136 230 / 50%) !important;
    box-shadow: 0 0 0 0.2rem rgb(50 136 230 / 50%) !important;
}

.vex-custom-field-wrapper div.chosen-container ul.chosen-choices li.search-field input.chosen-search-input:focus {
    border: 1px solid #1f8b7b !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(50 136 230 / 50%) !important;
    box-shadow: 0 0 0 0.2rem rgb(50 136 230 / 50%) !important;
}



/* ========================
* Vex Modal Input Group
* ======================== */
.vex-custom-field-wrapper .input-group {
    display: flex;
    flex-flow: row nowrap;
}

.input-elm{
	min-width: 150px;
}

/* issue66 */
.ui-jqgrid > .ui-jqgrid-pager {
	font-size: 14px !important;
	background-color: gold !important;
}

.footer-export-button:focus{
	outline:none;
}
.footer-export-button,[type="submit"]{
	-webkit-appearance:button;
}
.footer-export-button::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
	border-style:none;
	padding:0;
}
.footer-export-button:-moz-focusring,[type="submit"]:-moz-focusring{
	outline:1px dotted ButtonText;
}
.footer-export-button{
	margin:2px;
	overflow:visible;
	text-transform:none;
	cursor:pointer;

	position:relative;
	display:inline-block;
	padding:6px 12px;
	font-size:14px;
	line-height:20px;
	white-space:nowrap;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-repeat:repeat-x;
	background-position:-1px -1px;
	background-size:110% 110%;
	border:0px !important;
	border-radius:0.25em;
	-webkit-appearance:none;
	moz-appearance:none;
	appearance:none;

	color: #fff;
	background-color: #28a745;
	background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
	outline: solid thin #28a745 !important;
}
.footer-export-button:hover{
	background-repeat:repeat-x !important;
	background-color:#269f42 !important;
	background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%) !important;
	background-position:-.5em !important;
	border-color:rgba(27,31,35,0.5) !important;

	border:0px !important;
	border-style:none !important;
	margin:2px !important;
	color: #fff !important;
	background-color: #28a745 !important;
	outline: solid thin #388249 !important;
}
.footer-export-button:focus{
	outline:0;
	box-shadow:0 0 0 0.2em rgba(52,208,88,0.4);
}
.footer-export-button:disabled{
	cursor:default;
	background-position:0 0;
	color:rgba(255,255,255,0.75);
	background-color:#94d3a2;
	background-image:none;
	border-color:rgba(27,31,35,0.2);
	box-shadow:none;
}
.footer-export-button:active{
	background-color:#279f43;
	background-image:none;
	border-color:rgba(27,31,35,0.5);
	box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}

.mapboxgl-ctrl-logo{
	display: none !important;
}

#myForm {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.myform-input-wrapper {
	display: flex;
    flex-direction: column;
    align-items: self-start;
}

.requied-field::before{
	content: "*";
	color:red;
}

/* Custom gap utilities for Bootstrap 4 (mimic Bootstrap 5 gap-*) */
.gap-0 { gap: 0 !important; }
.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }
.gap-5 { gap: 3rem !important; }

.progress-bar-dialog .vex-content{
	width: 800px !important;
}
