body.oc-loading,
body.oc-loading * {
	cursor: wait !important;
}

.stripe-loading-indicator {
	height: 5px;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 2000;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
	height: 5px;
	display: block;
	background: #0090c0;
	position: absolute;
	-webkit-box-shadow: inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #fff;
	box-shadow: inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #fff;
}

.stripe-loading-indicator .stripe {
	width: 100%;
	-webkit-animation: oc-infinite-loader 60s linear;
	animation: oc-infinite-loader 60s linear;
}

.stripe-loading-indicator .stripe-loaded {
	width: 100%;
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
	filter: alpha(opacity=0);
}

.stripe-loading-indicator.loaded {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.stripe-loading-indicator.loaded .stripe {
	animation-play-state: paused;
}

.stripe-loading-indicator.loaded .stripe-loaded {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
}

.stripe-loading-indicator.hide {
	display: none;
}

body > p.flash-message {
	position: fixed;
	width: 500px;
	left: 50%;
	top: 13px;
	margin-left: -250px;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px 10px 15px;
	z-index: 10300;
	word-wrap: break-word;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	text-align: center;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12),
		0 1px 4px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

body > p.flash-message.fade {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s, width 0s;
	transition: all 0.5s, width 0s;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

body > p.flash-message.fade.in {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

body > p.flash-message.success {
	background: #8da85e;
}

body > p.flash-message.error {
	background: #c30;
}

body > p.flash-message.warning {
	background: #f0ad4e;
}

body > p.flash-message.info {
	background: #5fb6f5;
}

body > p.flash-message button.close {
	float: none;
	position: absolute;
	right: 10px;
	top: 8px;
	color: white;
	font-size: 21px;
	line-height: 1;
	font-weight: bold;
	opacity: 0.2;
	filter: alpha(opacity=20);
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	outline: none;
}

body > p.flash-message button.close:hover,
body > p.flash-message button.close:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

@media (max-width: 768px) {
	body > p.flash-message {
		left: 10px;
		right: 10px;
		top: 10px;
		margin-left: 0;
		width: auto;
	}
}

[data-request][data-request-validate] [data-validate-for]:not(.visible),
[data-request][data-request-validate] [data-validate-error]:not(.visible) {
	display: none;
}

a.oc-loading:after,
button.oc-loading:after,
span.oc-loading:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.4em;
	height: 1em;
	width: 1em;
	animation: oc-rotate-loader 0.8s infinite linear;
	border: 0.2em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

@-moz-keyframes oc-rotate-loader {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes oc-rotate-loader {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-o-keyframes oc-rotate-loader {
	0% {
		-o-transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes oc-rotate-loader {
	0% {
		-ms-transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(360deg);
	}
}

@keyframes oc-rotate-loader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes oc-infinite-loader {
	0% {
		transform: translateX(-100%);
	}

	10% {
		transform: translateX(-50%);
	}

	20% {
		transform: translateX(-25%);
	}

	30% {
		transform: translateX(-12.5%);
	}

	40% {
		transform: translateX(-6.25%);
	}

	50% {
		transform: translateX(-3.125%);
	}

	60% {
		transform: translateX(-1.5625%);
	}

	70% {
		transform: translateX(-0.78125%);
	}

	80% {
		transform: translateX(-0.390625%);
	}

	90% {
		transform: translateX(-0.1953125%);
	}

	100% {
		transform: translateX(-0.09765625%);
	}
}

@-webkit-keyframes oc-infinite-loader {
	0% {
		transform: translateX(-100%);
	}

	10% {
		transform: translateX(-50%);
	}

	20% {
		transform: translateX(-25%);
	}

	30% {
		transform: translateX(-12.5%);
	}

	40% {
		transform: translateX(-6.25%);
	}

	50% {
		transform: translateX(-3.125%);
	}

	60% {
		transform: translateX(-1.5625%);
	}

	70% {
		transform: translateX(-0.78125%);
	}

	80% {
		transform: translateX(-0.390625%);
	}

	90% {
		transform: translateX(-0.1953125%);
	}

	100% {
		transform: translateX(-0.09765625%);
	}
}

@-o-keyframes oc-infinite-loader {
	0% {
		transform: translateX(-100%);
	}

	10% {
		transform: translateX(-50%);
	}

	20% {
		transform: translateX(-25%);
	}

	30% {
		transform: translateX(-12.5%);
	}

	40% {
		transform: translateX(-6.25%);
	}

	50% {
		transform: translateX(-3.125%);
	}

	60% {
		transform: translateX(-1.5625%);
	}

	70% {
		transform: translateX(-0.78125%);
	}

	80% {
		transform: translateX(-0.390625%);
	}

	90% {
		transform: translateX(-0.1953125%);
	}

	100% {
		transform: translateX(-0.09765625%);
	}
}

@-ms-keyframes oc-infinite-loader {
	0% {
		transform: translateX(-100%);
	}

	10% {
		transform: translateX(-50%);
	}

	20% {
		transform: translateX(-25%);
	}

	30% {
		transform: translateX(-12.5%);
	}

	40% {
		transform: translateX(-6.25%);
	}

	50% {
		transform: translateX(-3.125%);
	}

	60% {
		transform: translateX(-1.5625%);
	}

	70% {
		transform: translateX(-0.78125%);
	}

	80% {
		transform: translateX(-0.390625%);
	}

	90% {
		transform: translateX(-0.1953125%);
	}

	100% {
		transform: translateX(-0.09765625%);
	}
}

@keyframes oc-infinite-loader {
	0% {
		transform: translateX(-100%);
	}

	10% {
		transform: translateX(-50%);
	}

	20% {
		transform: translateX(-25%);
	}

	30% {
		transform: translateX(-12.5%);
	}

	40% {
		transform: translateX(-6.25%);
	}

	50% {
		transform: translateX(-3.125%);
	}

	60% {
		transform: translateX(-1.5625%);
	}

	70% {
		transform: translateX(-0.78125%);
	}

	80% {
		transform: translateX(-0.390625%);
	}

	90% {
		transform: translateX(-0.1953125%);
	}

	100% {
		transform: translateX(-0.09765625%);
	}
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #198754;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.mg-l-10 {
	margin-left: 10px;
	display: block;
}

.btn-file input[type="file"],
.file-caption-icon,
.file-no-browse,
.file-preview .fileinput-remove,
.file-zoom-dialog .btn-navigate,
.file-zoom-dialog .floating-buttons,
.krajee-default .file-thumb-progress {
	position: absolute;
}

.file-loading input[type="file"],
input[type="file"].file-loading {
	width: 0;
	height: 0;
}

.file-no-browse {
	left: 50%;
	bottom: 20%;
	width: 1px;
	height: 1px;
	font-size: 0;
	opacity: 0;
	border: none;
	background: 0 0;
	outline: 0;
	box-shadow: none;
}

.file-caption-icon,
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file,
.file-input-new .no-browse .input-group-btn,
.file-zoom-dialog .modal-header:after,
.file-zoom-dialog .modal-header:before,
.hide-content .kv-file-content,
.is-locked .fileinput-remove-button,
.is-locked .fileinput-upload-button,
.kv-hidden {
	display: none;
}

.file-caption-icon .kv-caption-icon {
	line-height: inherit;
}

.btn-file,
.file-caption,
.file-input,
.file-loading:before,
.file-preview,
.file-zoom-dialog .modal-dialog,
.krajee-default .file-thumbnail-footer,
.krajee-default.file-preview-frame {
	position: relative;
}

.file-error-message pre,
.file-error-message ul,
.krajee-default .file-actions,
.krajee-default .file-other-error {
	text-align: left;
}

.file-error-message pre,
.file-error-message ul {
	margin: 0;
}

.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
	float: left;
	margin-top: 10px;
	width: 16px;
	height: 16px;
}

.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7rem;
}

.krajee-default .file-thumb-progress .progress,
.kv-upload-progress .progress {
	background-color: #ccc;
}

.krajee-default .file-caption-info,
.krajee-default .file-size-info {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 160px;
	height: 15px;
	margin: auto;
}

.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-image,
.file-zoom-content > .file-object.type-video {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-video {
	height: 100%;
}

.file-zoom-content > .file-object.type-default,
.file-zoom-content > .file-object.type-html,
.file-zoom-content > .file-object.type-pdf,
.file-zoom-content > .file-object.type-text {
	width: 100%;
}

.file-loading:before {
	content: " Loading...";
	display: inline-block;
	padding-left: 20px;
	line-height: 16px;
	font-size: 13px;
	font-variant: small-caps;
	color: #999;
	background: url(../img/loading.gif) top left no-repeat;
}

.file-object {
	margin: 0 0 -5px;
	padding: 0;
}

.btn-file {
	overflow: hidden;
}

.btn-file input[type="file"] {
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: right;
	opacity: 0;
	background: none;
	cursor: inherit;
	display: block;
}

.btn-file ::-ms-browse {
	font-size: 10000px;
	width: 100%;
	height: 100%;
}

.file-caption .file-caption-name {
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	background: 0 0;
	outline: 0;
}

.file-caption.icon-visible .file-caption-icon {
	display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
	padding-left: 15px;
}

.file-caption-icon {
	left: 8px;
}

.file-error-message {
	color: #a94442;
	background-color: #f2dede;
	margin: 5px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	padding: 15px;
}

.file-error-message pre {
	margin: 5px 0;
}

.file-caption-disabled {
	background-color: #eee;
	cursor: not-allowed;
	opacity: 1;
}

.file-preview {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 8px;
	width: 100%;
	margin-bottom: 5px;
}

.file-preview .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.file-preview .fileinput-remove {
	top: 1px;
	right: 1px;
	line-height: 10px;
}

.file-preview .clickable {
	cursor: pointer;
}

.file-preview-image {
	font: 40px Impact, Charcoal, sans-serif;
	color: green;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.krajee-default.file-preview-frame {
	margin: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 6px;
	float: left;
	text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
	width: 213px;
	height: 160px;
}

.krajee-default .file-preview-other-frame {
	display: flex;
	align-items: center;
	justify-content: center;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
	width: 400px;
}

.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
	width: 240px;
	height: 55px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
	height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.krajee-default .file-preview-text {
	color: #428bca;
	border: 1px solid #ddd;
	outline: 0;
	resize: none;
}

.krajee-default .file-preview-html {
	border: 1px solid #ddd;
}

.krajee-default .file-other-icon {
	font-size: 6em;
	line-height: 1;
}

.krajee-default .file-footer-buttons {
	float: right;
}

.krajee-default .file-footer-caption {
	display: block;
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
	color: #777;
	margin-bottom: 30px;
}

.file-upload-stats {
	font-size: 10px;
	text-align: center;
	width: 100%;
}

.kv-upload-progress .file-upload-stats {
	font-size: 12px;
	margin: -10px 0 5px;
}

.krajee-default .file-preview-error {
	opacity: 0.65;
	box-shadow: none;
}

.krajee-default .file-thumb-progress {
	top: 37px;
	left: 0;
	right: 0;
}

.krajee-default.kvsortable-ghost {
	background: #e1edf7;
	border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
	opacity: 0.8;
}

.krajee-default
	.file-preview-frame:not(.file-preview-error)
	.file-footer-caption:hover {
	color: #000;
}

.kv-upload-progress .progress {
	height: 20px;
	margin: 10px 0;
	overflow: hidden;
}

.kv-upload-progress .progress-bar {
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
}

.file-zoom-dialog .file-other-icon {
	font-size: 22em;
	font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
	width: auto;
}

.file-zoom-dialog .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
	padding: 0;
	margin: -60px 0 0;
	font-size: 60px;
	background: 0 0;
	text-decoration: none;
	outline: 0;
	opacity: 0.7;
	top: 50%;
	color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
	outline: 0;
	box-shadow: none;
	opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
	top: 5px;
	right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
	opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
	left: 1px;
}

.file-zoom-dialog .btn-next {
	right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
	font-weight: 300;
	color: #999;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.file-caption-main {
	width: 100%;
}

.file-thumb-loading {
	background: url(../img/loading.gif) center center no-repeat content-box !important;
}

.file-drop-zone {
	border: 1px dashed #aaa;
	min-height: 260px;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	margin: 12px 15px 12px 12px;
	padding: 5px;
}

.file-drop-zone.clickable:hover {
	border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
	border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
	cursor: default;
}

.file-drop-zone-title {
	color: #aaa;
	font-size: 1.6em;
	text-align: center;
	padding: 85px 10px;
	cursor: default;
}

.file-highlighted {
	border: 2px dashed #999 !important;
	background-color: #eee;
}

.file-uploading {
	background: url(../img/loading-sm.gif) center bottom 10px no-repeat;
	opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
	min-width: 100%;
	margin: 0;
}

.file-zoom-fullscreen .modal-content {
	border-radius: 0;
	box-shadow: none;
	min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
	overflow-y: auto;
}

.floating-buttons {
	z-index: 3000;
}

.floating-buttons .btn-kv {
	margin-left: 3px;
	z-index: 3000;
}

.kv-zoom-actions .btn-kv {
	margin-left: 3px;
}

.file-zoom-content {
	text-align: center;
	min-height: 300px;
}

.file-zoom-content .file-preview-image,
.file-zoom-content .file-preview-video {
	max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
	height: auto;
	min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
	width: auto;
	height: 30px;
}

@media (min-width: 576px) {
	.file-zoom-dialog .modal-dialog {
		max-width: 500px;
	}
}

@media (min-width: 992px) {
	.file-zoom-dialog .modal-lg {
		max-width: 800px;
	}
}

@media (max-width: 767px) {
	.file-preview-thumbnails {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.file-zoom-dialog .modal-header {
		flex-direction: column;
	}
}

@media (max-width: 350px) {
	.krajee-default.file-preview-frame:not([data-template="audio"])
		.kv-file-content {
		width: 160px;
	}
}

@media (max-width: 420px) {
	.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
		width: 100%;
	}
}

.file-loading[dir="rtl"]:before {
	background: url(../img/loading.gif) top right no-repeat;
	padding-left: 0;
	padding-right: 20px;
}

.clickable .file-drop-zone-title {
	cursor: pointer;
}

.file-sortable .file-drag-handle:hover {
	opacity: 0.7;
}

.file-sortable .file-drag-handle {
	cursor: grab;
	opacity: 1;
}

.file-grabbing,
.file-grabbing * {
	cursor: not-allowed !important;
}

.file-grabbing .file-preview-thumbnails * {
	cursor: grabbing !important;
}

.file-preview-frame.sortable-chosen {
	background-color: #d9edf7;
	border-color: #17a2b8;
	box-shadow: none !important;
}

.file-preview .kv-zoom-cache {
	display: none;
}

.pointer {
	cursor: pointer;
}

.plugin_item:hover {
	border-color: #2d364d !important;
	background: #2d364d;
	color: white !important;
}

.plugin_item.card:hover a {
	color: white !important;
}

.switch {
	font-size: 1rem;
	position: relative;
}
.switch input {
	position: absolute;
	height: 1px;
	width: 1px;
	background: none;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	padding: 0;
}
.switch input + label {
	position: relative;
	min-width: calc(calc(2.375rem * 0.8) * 2);
	border-radius: calc(2.375rem * 0.8);
	height: calc(2.375rem * 0.8);
	line-height: calc(2.375rem * 0.8);
	display: inline-block;
	cursor: pointer;
	outline: none;
	user-select: none;
	vertical-align: middle;
	text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(calc(2.375rem * 0.8) * 2);
	bottom: 0;
	display: block;
}
.switch input + label::before {
	right: 0;
	background-color: #dee2e6;
	border-radius: calc(2.375rem * 0.8);
	transition: 0.2s all;
}
.switch input + label::after {
	top: 2px;
	left: 2px;
	width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
	height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
	border-radius: 50%;
	background-color: white;
	transition: 0.2s all;
}
.switch input:checked + label::before {
	background-color: #08d;
}
.switch input:checked + label::after {
	margin-left: calc(2.375rem * 0.8);
}
.switch input:focus + label::before {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
	color: #868e96;
	cursor: not-allowed;
}
.switch input:disabled + label::before {
	background-color: #e9ecef;
}
.switch.switch-sm {
	font-size: 0.875rem;
}
.switch.switch-sm input + label {
	min-width: calc(calc(1.9375rem * 0.8) * 2);
	height: calc(1.9375rem * 0.8);
	line-height: calc(1.9375rem * 0.8);
	text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
}
.switch.switch-sm input + label::before {
	width: calc(calc(1.9375rem * 0.8) * 2);
}
.switch.switch-sm input + label::after {
	width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
	height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
	margin-left: calc(1.9375rem * 0.8);
}
.switch.switch-lg {
	font-size: 1.25rem;
}
.switch.switch-lg input + label {
	min-width: calc(calc(3rem * 0.8) * 2);
	height: calc(3rem * 0.8);
	line-height: calc(3rem * 0.8);
	text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
}
.switch.switch-lg input + label::before {
	width: calc(calc(3rem * 0.8) * 2);
}
.switch.switch-lg input + label::after {
	width: calc(calc(3rem * 0.8) - calc(2px * 2));
	height: calc(calc(3rem * 0.8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
	margin-left: calc(3rem * 0.8);
}
.switch + .switch {
	margin-left: 1rem;
}

.password-toggle-icon {
	cursor: pointer;
	margin-left: -30px !important;
	display: inline-block;
	z-index: 100;
	position: relative;
	margin-top: 10px;
	width: 30px;
}

.password-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-bottom: 5px;
}

div.numberedtextarea-wrapper {
	position: relative;
}

div.numberedtextarea-wrapper textarea {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	height: 329px;
}

div.numberedtextarea-line-numbers {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	border-right: 1px solid rgba(134, 134, 134, 0.5);
	color: #333;
	overflow: hidden;
}

div.numberedtextarea-number {
	padding-right: 6px;
	text-align: right;
}

.modal-dialog.modal-xxl {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.dataTables_filter {
	margin-top: -7px;
	padding-bottom: 5px;
}
.dataTables_length {
	padding-bottom: 5px;
}
