﻿.form-control-feedback {
	margin-top: 6px;
	height: 18px;
	color: #bbb;
	line-height: 20px;
	font-size: 15px;
}

.form-control-feedback.left {
	border-right: 1px solid #ccc;
	left: 0;
}

.form-control-feedback.right {
	border-left: 1px solid #ccc;
	right: 13px;
}

.form-control.has-feedback-left {
	padding-left: 40px;
}

.form-control.has-feedback-right {
	padding-right: 45px;
}

input[type="file"]{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	background-color: transparent;
	color: transparent;
}

.btn-file {
	margin: 0;
	height:30px;
	padding: 5px 12px;
}

.form-control.form-file[readonly]{
	background-color: white;
}
.btn-postback{
	display:none;
}

/**-------**/
/* *********  /form wizard  **************************** */
/* *********  notifications  **************************** */
/* Pnotify by Hunter Perrin :: 2.0.1 */

.ui-pnotify {
	top: 25px;
	right: 25px;
	position: absolute;
	height: auto;
	/* Ensures notices are above everything */
	
	z-index: 9999;
}
/* Hides position: fixed from IE6 */

html > body > .ui-pnotify {
	position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
	-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
	background-position: 0 0;
	padding: .8em;
	height: 100%;
	margin: 0;
}

.ui-pnotify-sharp {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ui-pnotify-title {
	display: block;
	margin-bottom: .4em;
	margin-top: 0;
}

.ui-pnotify-text {
	display: block;
	word-wrap: break-word;
	max-height: 300px;
	overflow:auto;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: .2em;
	margin-top: .1em;
}
/* Alternate stack initial positioning. */

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
	left: 25px;
	right: auto;
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
	bottom: 25px;
	top: auto;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
	float: right;
	margin-left: .2em;
}

.alert-error {
	color: #E9EDEF;
	background-color: rgba(231, 76, 60, 0.88);
	border-color: rgba(231, 76, 60, 0.88);
}

.alert-dark,
.btn-dark {
	color: #E9EDEF;
	background-color: rgba(52, 73, 94, 0.88);
	border-color: rgba(52, 73, 94, 0.88);
}

.btn-dark:hover {
	color: #F7F7F7;
}
/* /theming */
/* /Pnotify by Hunter Perrin :: 2.0.1 */

.error {
	box-shadow: 0 0 5px #fe4640;
	border: 1px solid #fe4640;
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}

.gap-3 {
	gap: 1rem !important;
}

.bg-color-3 {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)) !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.btn {
	font-family: 'bentonsans_regularregular', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: .5px;
	font-weight: 400;
	transition: all .5s cubic-bezier(.2,0,.05,1);
}

.shadow-sm {
	box-shadow: 2px 4px 12px rgba(0,0,0,.08) !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.p-0 {
	padding: 0 !important;
}

.align-items-center {
	align-items: center !important;
}

.w-100 {
	width: 100% !important;
}

.border-0 {
	border: 0 !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}