/*
 * bootstrap4c.css
 */

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control::placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.col-form-legend {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	font-size: 1rem;
}

.form-control-plaintext {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px);
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-row.field-type-set .col,
.form-row.field-type-enum .col {
	border-left: 1px dotted #d1cfc9;
}

.form-row.field-type-set .col:first-of-type,
.form-row.field-type-enum .col:first-of-type {
	border-left: none;
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
	color: #868e96;
}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
}

.form-check-input {
	position: absolute;
	margin-top: 0.25rem;
	margin-left: -1.25rem;
}

.form-check-inline {
	display: inline-block;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
	vertical-align: middle;
}

.valid-feedback {
	display: none;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid + .form-check-label,
.form-check-input.is-valid + .form-check-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
	background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description,
.custom-control-input.is-valid ~ .custom-control-description {
	color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control,
.custom-file-input.is-valid ~ .custom-file-control {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before,
.custom-file-input.is-valid ~ .custom-file-control::before {
	border-color: inherit;
}

.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: none;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid + .form-check-label,
.form-check-input.is-invalid + .form-check-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
	background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description,
.custom-control-input.is-invalid ~ .custom-control-description {
	color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control,
.custom-file-input.is-invalid ~ .custom-file-control {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before,
.custom-file-input.is-invalid ~ .custom-file-control::before {
	border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group {
		width: auto;
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	.form-inline .form-check-label {
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 0;
	}
	.form-inline .custom-control-indicator {
		position: static;
		display: inline-block;
		margin-right: 0.25rem;
		vertical-align: text-bottom;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
	background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #727b84;
	border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #868e96;
	border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #666e76;
	box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
	color: #111;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #111;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #111;
	background-color: #d39e00;
	border-color: #c69500;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
	color: #111;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #111;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #111;
	background-color: #dae0e5;
	border-color: #d3d9df;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
	color: #868e96;
	background-color: transparent;
	background-image: none;
	border-color: #868e96;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #868e96;
	background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
	box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
	border-color: transparent;
	box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #868e96;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #868e96;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #868e96;
	white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 2;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
	margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: flex;
	align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap;
}

.input-group-addon {
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
	border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	align-items: stretch;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
	z-index: 3;
}

.input-group-btn:first-child > .btn + .btn {
	margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
	margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
	z-index: 2;
	margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
	margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
	z-index: 3;
}

.custom-control {
	position: relative;
	display: inline-flex;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
	color: #fff;
	background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
	color: #fff;
	background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
	background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
	color: #868e96;
}

.custom-control-indicator {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
	background-color: #007bff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
	display: flex;
	flex-direction: column;
}

.custom-controls-stacked .custom-control {
	margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
	margin-left: 0;
}

.custom-select {
	display: inline-block;
	max-width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: none;
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple] {
	height: auto;
	background-image: none;
}

.custom-select:disabled {
	color: #868e96;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 75%;
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
	content: "Choose file...";
}

.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
	content: "Browse";
}

/**
 * Grid
 */

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
/*
 * breadcrumbs.css
 */

#breadcrumbs {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	-webkit-filter: none;
	filter: none;
}

#breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#breadcrumbs li {
	margin: 0;
	padding: 0 2px;
	font-size: 11px;
	text-transform: lowercase;
	list-style: none;
	display: inline;
}

#breadcrumbs li a {
	font-weight: normal;
	text-decoration: none;
}

#breadcrumbs li.first {
	padding: 0;
	background: none;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
}

#breadcrumbs li.last a {
	font-weight: bold;
}
/*
 * button.css
 */

.button {
	background: #fff;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 0 !important;
	display: inline-block;
	font-family: "segoe ui", tahoma, sans-serif !important;
	font-size: 13px !important;
	line-height: 16px !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
	font-family: "Quicksand Bold", Arial, Helvetica, sans-serif !important;
	color: #333;
	padding: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
	vertical-align: middle;
	transition: all 0.1s linear;
}

.button-small {
	font-size: 10px !important;
	padding: 5px 7px;
}

body.form-is-dirrty .button.button-save {
	background: #eb4c07;
	color: #fff;
	text-shadow: none;
}

body.form-is-dirrty .button.button-save:after {
	content: "?";
}

body.form-is-dirrty.form-submitted .button.button-save:after {
	content: "...";
}

body.form-is-dirrty.form-submitted .button.button-save {
	background: #9e9e9e;
}

.button:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.button:active {
	position: relative;
	top: 1px;
}

.button:disabled {
	cursor: default;
	background: #f2f2f2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	color: rgba(51, 51, 51, 0.5);
}

.button:disabled:hover {
	background-image: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Smaller buttons in notification */

.jack-says .button {
	padding: 7px;
	min-height: 30px;
	font-size: 12px !important;
	margin-top: 8px;
}

.disabled-button,
.disabled-button:focus,
.disabled-button:active {
	color: #aaa;
}

.button:active {
	background: #f4f4f4 none repeat scroll 0;
	border-color: #999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
}

/*
 * clearfix.css
 * http://www.webtoolkit.info/css-clearfix.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
/*
 * colors.css
 */

body,
a,
legend {
	color: #4f4a42;
}

/**
 * Breadcrumbs
 */

#breadcrumbs li,
#breadcrumbs a {
	color: #999;
}

#breadcrumbs li.last a {
	color: #ccc;
}

.databoy-table-meta p,
.action-meta p {
	color: #4f4a42;
}

/**
 * Dashboard
 */

#overview .overview-table a {
	color: #4f4a42;
}

#overview .overview-table a:hover {
	color: #000;
}

#overview .overview-table p {
	color: #4f4a42;
}

small.fineprint {
	color: #96918c;
	max-width: 570px;
	padding: 3px 0;
	display: inline-block;
}
/*
 * effects.css
 */

.shadow {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='gray');
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='gray')";
}
/*
 * fineuploader-3.2.css
 *
 * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */

.qq-uploader {
	width: 100%;
}

.qq-upload-button-hover {
	background: #cc0000;
}
.qq-upload-button-focus {
	outline: 1px dotted #000000;
}
.qq-upload-drop-area,
.qq-upload-extra-drop-area {
	transition: background 300ms ease-in 0ms;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-height: 70px;
	z-index: 2;
	background: #333;
	text-align: center;
	opacity: 0.9;
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 50px;
	color: #fff;
}
.qq-upload-extra-drop-area {
	position: relative;
	margin-top: 50px;
	font-size: 16px;
	padding-top: 30px;
	height: 20px;
	min-height: 40px;
}
.qq-upload-drop-area-active {
	background: #333;
}
.qq-upload-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qq-upload-list li {
	margin: 0;
	padding: 9px;
	line-height: 15px;
	font-size: 16px;
	background-color: #fff0bd;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-finished {
	margin-right: 12px;
}

.qq-upload-spinner {
	display: inline-block;
	background: url("images/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.qq-drop-processing {
	display: none;
}
.qq-drop-processing-spinner {
	display: inline-block;
	background: url("images/processing.gif");
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
}
.qq-upload-finished {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.qq-upload-retry {
	display: none;
	color: #000000;
}
.qq-upload-cancel {
	color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
	display: inline;
}
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry {
	font-size: 12px;
	font-weight: normal;
}
.qq-upload-failed-text {
	display: none;
	font-style: italic;
	font-weight: bold;
}
.qq-upload-failed-icon {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
	display: inline;
	color: #d60000;
}
.qq-upload-list li.qq-upload-success {
	background-color: #5da30c;
	color: #ffffff;
}
.qq-upload-list li.qq-upload-fail {
	background-color: #d60000;
	color: #ffffff;
}
.qq-progress-bar {
	background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* W3C */
	width: 0%;
	height: 15px;
	border-radius: 6px;
	margin-bottom: 3px;
	display: none;
}

/*
 * footer.css
 * https://css-tricks.com/couple-takes-sticky-footer/
 */

footer.site-footer {
	padding: 30px;
}

footer.site-footer p {
	font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
}

footer.site-footer p,
footer.site-footer a {
	color: #96918cb5;
	text-decoration: none;
}

footer.site-footer a:hover {
	color: #76726b;
	text-decoration: underline;
}

footer.site-footer a.icon-alsjeblaft {
	background-image: url(images/alsjeblaft.png);
}

footer.site-footer a.icon {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
}

footer.site-footer a.icon-alsjeblaft span {
	display: none;
}

/**
 * Sticky.
 */

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.container {
	flex: 1;
}

/*
 * form.css
 */

.dt-sitemenu_languages {
	clear: both;
}

.jack-form input.text:not(.form-control),
.jack-form textarea.text:not(.form-control),
.jack-form select.text:not(.form-control),
.CodeMirror,
.terms,
.bind div li {
	font-family: "Courier New", Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, monospace;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color: #333;
	border: 2px solid #fff;
	padding: 2px;
}

.CodeMirror-wrap pre .cm-url {
	word-break: break-all;
}

.jack-form input.text,
.jack-form textarea.text,
.jack-form select.text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
}

.jack-form aside input.text,
.jack-form aside textarea.text,
.jack-form aside select.text {
	font-size: 13px;
	line-height: 1.3em;
	padding: 7px;
}

.jack-form textarea.text:not(.form-control) {
	max-height: 1000px;
}

input.numeric {
	text-align: right;
}

input[type="text"].ui-autocomplete-loading {
	background: url("images/loading.gif") no-repeat right center !important;
}

input.field-slugify,
textarea.field-slugify {
	background-image: url("images/icon.slug.png") !important;
	background-position: right 10px top 10px !important;
	background-repeat: no-repeat !important;
	color: #999 !important;
	cursor: default;
}

.jack-form dl.field {
	padding-bottom: 0;
	margin: 20px 0 0 0;
	border-color: #fff;
}

.jack-form dl.field-type-tinyint input {
	vertical-align: top;
}

.jack-form dl.field-type-tinyint label.label strong {
	border-width: 1px;
}

#section-attachments dl.field {
	width: 50%;
	display: inline-block;
}

.ui-menu .ui-menu-item {
	padding: 7px !important;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-menu {
	z-index: 2147483647;
}

.jack-form input.text.invalid,
.jack-form textarea.text.invalid,
.jack-form select.text.invalid {
	border-bottom-color: #cf5b20;
}

/* .jack-form input.valid,
.jack-form textarea.valid,
.jack-form select.valid {
	border-bottom-color: #8BC34A;
} */

.jack-form input.text:not(.form-control),
.jack-form textarea.text:not(.form-control),
.jack-form select.text:not(.form-control),
.jack-form .CodeMirror {
	box-sizing: border-box;
	border-color: #ccc #fff #fff #ccc;
	border-width: 1px;
	padding: 6px 6px 6px 6px;
	margin: 0;
	background-color: #fff;
	opacity: 0.85;
	transition: all 0.05s ease-out;
}

.jack-form input.text.form-control,
.jack-form textarea.text.form-control,
.jack-form select.text.form-control,
.jack-form .meta dd,
.jack-form dd.field-type-tinyint label,
.jack-form dd.field-type-set div,
.jack-form dd.field-type-enum div {
	background: #fff;
	opacity: 0.85;
	border: 1px solid #ced4da;
	margin-top: 0; /*safarifix*/
}

[data-is-dirrty="true"] {
	background: #fffae6 !important;
}

.jack-form input.error,
.jack-form textarea.error,
.jack-form select.error {
	/* border-bottom-color: #eb4c07; */
	outline-color: #eb4c07 !important;
	border-bottom-color: #eb4c07 !important;
	box-shadow: none !important;
}

.jack-form textarea.text.form-control {
	resize: vertical;
	border: 1px solid #ced4da;
}

.jack-form textarea.text.form-control.height-2 {
	height: 53px;
}

label.error {
	color: #eb4c07;
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px !important;
	position: absolute;
	top: -18px;
	right: 0;
}

.jack-form select.text {
	padding: 3px 6px;
	background: #fff !important;
}

.asmContainer select.text {
	padding: 6px;
}

.jack-form input.text:hover,
.jack-form textarea.text:hover,
.jack-form select.text:hover,
.jack-form .CodeMirror:hover,
.jack-form input.text:focus,
.jack-form textarea.text:focus,
.jack-form select.text:focus,
.jack-form .CodeMirror:focus,
.jack-form dd.field-type-set div,
.jack-form dd.field-type-tinyint div {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.jack-form input:not([readonly]):not([disabled]).text:focus,
.jack-form textarea:not([readonly]):not([disabled]).text:focus,
.jack-form select:not([readonly]):not([disabled]).text:focus {
	outline: 1px solid rgb(102, 175, 233);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* Read-only and disabled fields */

.edit-form input[disabled],
.edit-form select[disabled],
.edit-form select[readonly],
.edit-form checkbox[disabled],
.edit-form checkbox[readonly],
.edit-form textarea[disabled],
.edit-form textarea[readonly] {
	color: #888 !important;
	box-shadow: none !important;
	background-image: none;
	/* border-color: #ddd #f9f9f9 #f9f9f9 #ddd; */
	/* background-color: #f9f9f9; */
	background: #ffffff57 !important;
	pointer-events: none;
}

dl.field.click-to-edit,
dl.field.click-to-edit label {
	cursor: pointer;
}

dl.field.click-to-edit .fa {
	opacity: 0.5;
}

dl.field.click-to-edit:hover .fa {
	opacity: 1;
}

pre.is-json {
	background: #ffffffc7;
	color: #999;
	margin: 0;
	border: 1px solid #ced4da;
	font-family: "Droid Sans Mono", sans-serif;
	font-size: 9px;
	line-height: 13px;
	padding: 10px;
	width: 100%;
	overflow: auto;
	height: 200px;
	display: block;
	white-space: pre-wrap;
	word-break: break-all;
	box-sizing: border-box;
	resize: vertical;
}

pre.is-json:hover {
	color: #333;
}

.edit-form input[disabled]:hover,
.edit-form input[readonly]:hover,
.edit-form checkbox[disabled]:hover,
.edit-form checkbox[readonly]:hover,
.edit-form textarea[disabled]:hover,
.edit-form textarea[readonly]:hover {
	opacity: 0.85;
}

::-webkit-input-placeholder {
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 14px;
	color: #ccc;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 14px;
	color: #ccc;
}

:-ms-input-placeholder {
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 14px;
	color: #ccc;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 14px;
	color: #ccc;
}

#search::-webkit-input-placeholder {
	text-align: left;
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ccc;
}

#search::-moz-placeholder {
	/* Firefox 19+ */
	text-align: left;
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ccc;
}

#search:-ms-input-placeholder {
	text-align: left;
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ccc;
}

#search:-moz-placeholder {
	/* Firefox 18- */
	text-align: left;
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ccc;
}

.jack-form::-webkit-input-placeholder {
	text-align: left;
}

.jack-form::-moz-placeholder {
	/* Firefox 19+ */
	text-align: left;
}

.jack-form:-ms-input-placeholder {
	text-align: left;
}

.jack-form:-moz-placeholder {
	text-align: left;
}

.jack-form-description {
	width: 200px;
}

label strong,
label a.label-link,
legend strong {
	text-transform: uppercase !important;
	font-size: 10px !important;
	font-family: "Quicksand Bold", Arial, Helvetica, sans-serif !important;
	font-weight: normal;
}

.file-slot .inner {
	margin-top: 5px;
	/* padding: 5px; */
}

.edit-form label {
	font-size: 13px;
	vertical-align: bottom;
}

label.has-checkbox,
label.has-radio {
	color: rgba(79, 74, 66, 0.7);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	vertical-align: bottom;
	display: inline-block;
	white-space: nowrap;
}

label.has-checkbox.checked,
label.has-radio.checked {
	color: rgba(79, 74, 66, 1);
}

label.has-checkbox.checkbox-danger.checked {
	color: #ff1100;
	font-weight: bold;
}

dd.checkbox-delete-file label {
	color: #96918c;
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
}

dd.checkbox-delete-file label input {
	vertical-align: sub;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.empty-disclaimer {
	width: 400px;
	line-height: 1.2em;
}

.empty-disclaimer .capital {
	text-transform: uppercase;
}

.empty-disclaimer input {
	float: left;
}

.empty-disclaimer p {
	padding-left: 40px;
}

.empty-disclaimer strong {
	background-color: #900;
	color: #fff;
	padding: 0 2px;
}

.jack-form textarea,
.asmList {
	width: 100%;
	/*	max-width: 960px;*/
}

.jack-form .asmContainer select.text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
}

.asmList {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	position: relative;
	/* margin: 20px 0 1em 0; */
	margin: 0;
	margin-left: 20px;
	margin-top: 5px !important;
	display: block;
	padding: 0 !important;
	list-style: none !important;
	background-color: #fff;
	border-top: 1px solid #dbd3c2;
	border-color: #ccc #fff #fff #ccc;
	background-image: url(images/bg.gradient.input.png);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: left;
	width: 100%;
	margin-left: 0 !important;
	padding-left: 0 !important;
	border-left: 5px solid #96918c;
}

.jack-form textarea.field-name-_meta_keywords,
.jack-form textarea.field-name-_meta_description {
	height: 40px;
}

.jack-form input.field-name-titel,
.jack-form input.field-name-title,
.jack-form input.field-name-naam,
.jack-form input.field-name-name,
.jack-form input.field-big {
	width: 100%;
	font-size: 21px;
	padding: 0.25rem 0.75rem;
}

.example {
	color: #ccc !important;
}

/**
 * CDN settings
 */

#section-cdn dl {
	clear: both;
}

#section-cdn dt,
#section-cdn dd {
	margin: 0;
	padding: 0;
}

#section-cdn dt {
	width: 40%;
	float: left;
	clear: left;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	margin-right: 20px;
	max-width: 300px;
}

#section-cdn dd {
	padding-left: 20px;
}

/*#section-cdn dt label strong {
  display: none;
}*/

/**
 * X-Editable
 */

/*! X-editable - v1.5.0
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */

.editable-textarea textarea {
	padding: 0 !important;
	font-family: tahoma;
	font-size: 11px;
}

.editable-buttons .button {
	margin-top: 4px;
	margin-left: 4px;
	padding: 4px 10px;
	background: #fff;
}

.editable-buttons button.editable-submit {
	background-color: #4caf50;
	color: #fff;
	text-shadow: none;
}

.editable-buttons button.editable-cancel {
	background-color: #ff5722;
	color: #fff;
	text-shadow: none;
}

.editable-buttons {
	text-align: right;
	padding: 0 !important;
	margin: 0 !important;
}

img.jeditable-loading-indicator {
	max-width: 12px;
}

span.editable-click {
	width: 100%;
	display: inline-block;
}

.editableform {
	margin-bottom: 0;
	/* overwrites bootstrap margin */
}

.editableform .control-group {
	margin-bottom: 0;
	/* overwrites bootstrap margin */
	white-space: nowrap;
	/* prevent wrapping buttons on new line */
	line-height: 20px;
	/* overwriting bootstrap line-height. See #133 */
	width: 100%;
}

.editable-buttons {
	display: inline-block;
	/* should be inline to take effect of parent's white-space: nowrap */
	vertical-align: top;
	margin-left: 7px;
	/* inline-block emulation for IE7*/
	zoom: 1;
	*display: inline;
}

.editable-buttons.editable-buttons-bottom {
	display: block;
	margin-top: 7px;
	margin-left: 0;
}

.editable-input {
	vertical-align: top;
	display: inline-block;
	/* should be inline to take effect of parent's white-space: nowrap */
	width: 100%;
	/*auto*/
	/* bootstrap-responsive has width: 100% that breakes layout */
	white-space: normal;
	/* reset white-space decalred in parent*/
	/* display-inline emulation for IE7*/
	zoom: 1;
	*display: inline;
}

/*for jquery-ui buttons need set height to look more pretty*/

.editable-buttons button.ui-button-icon-only {
	height: 24px;
	width: 30px;
}

.editableform-loading {
	background: url("images/loading.gif") center center no-repeat;
	height: 25px;
	width: auto;
	min-width: 25px;
}

/*.editable-inline .editableform-loading {
    background-position: left 5px;
}*/

.editable-error-block {
	max-width: 300px;
	margin: 5px 0 0 0;
	width: auto;
	white-space: normal;
}

/*add padding for jquery ui*/

.editable-error-block.ui-state-error {
	padding: 3px;
}

.editable-error {
	color: red;
}

/* ---- For specific types ---- */

.editableform .editable-date {
	padding: 0;
	margin: 0;
	float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */

.editable-inline .add-on .icon-th {
	margin-top: 3px;
	margin-left: 1px;
}

/* checklist vertical alignment */

.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
	vertical-align: middle;
	margin: 0;
}

.editable-checklist label {
	white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */

.editable-wysihtml5 {
	width: 566px;
	height: 250px;
}

/* clear button shown as link in date inputs */

.editable-clear {
	clear: both;
	font-size: 0.9em;
	text-decoration: none;
	text-align: right;
}

/* IOS-style clear button for text inputs */

.editable-clear-x {
	background: url("images/clear.png") center center no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	opacity: 0.6;
	z-index: 100;
	top: 50%;
	right: 6px;
	margin-top: -6px;
}

.editable-clear-x:hover {
	opacity: 1;
}

.editable-pre-wrapped {
	white-space: pre-wrap;
}

.editable-container.editable-popup {
	max-width: none !important;
	/* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
	width: auto;
	/* without this rule popover does not stretch */
}

.editable-container.editable-inline {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	/*auto*/
	height: 100%;
	/* inline-block emulation for IE7*/
	zoom: 1;
	*display: inline;
}

.editable-container.ui-widget {
	font-size: inherit;
	/* jqueryui widget font 1.1em too big, overwrite it */
	z-index: 9990;
	/* should be less than select2 dropdown z-index to close dropdown first when click */
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
	color: #585858;
	cursor: default;
	border-bottom: none;
}

.editable-unsaved {
	font-weight: bold;
}

.editable-bg-transition {
	transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */

.form-horizontal .editable {
	padding-top: 5px;
	display: inline-block;
}

.is-editable:hover {
	background-image: url(images/icon-inline-edit.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #fff2be !important;
}

.is-editable.editable-showing:hover {
	background-color: #ffec9e !important;
}

td.editable-showing {
	background: #ffec9e !important;
}

.editable-input input {
	padding: 0 !important;
}

form.editableform {
	margin: 0;
}

/*datepicker*/

.editable-date .editable-input {
	white-space: nowrap;
}

.editable-date .hasDatepicker {
	display: inline-block !important;
}

.editable-date img.ui-datepicker-trigger {
	display: inline-block;
	margin-top: -13px;
	padding: 5px;
	margin-left: -10px;
	cursor: pointer;
}

.is-editable input:not([type="radio"]):not([type="checkbox"]),
.is-editable textarea,
.is-editable select,
.is-editable select {
	font-family: tahoma, sans-serif;
	font-size: 13px;
	width: 100%;
	vertical-align: top;
	background-color: #fff;
	border: 0;
	padding: 6px !important;
	display: block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.is-editable input:not([type="radio"]):not([type="checkbox"]),
.is-editable textarea,
.is-editable select,
.is-editable select {
	outline: none;
}

.editable-date input {
	min-width: 78px;
}

.is-editable.type-time input {
	min-width: 64px;
}

.is-editable.type-date input {
	min-width: 80px;
}

.is-editable.type-datetime input {
	min-width: 134px;
}

.editable-input form button {
	font-size: 11px;
}

.databoy-file-meta dd label.error {
	color: #fff;
	background: #eb4c07;
	padding: 3px 6px;
	position: static;
	max-width: 110px;
}

/* input.file-upload-slot.valid {
	color: #4caf50;
}*/

/* input.file-upload-slot.valid:before {
	font-family: FontAwesome;
	content: "\f00c";
} */

input.file-upload-slot {
	color: #95918c;
	display: inline-block;
}

.file-specs {
	font-style: normal;
}

textarea.caption-text,
textarea.alt-text {
	width: 100% !important;
	max-height: 34px;
	/* max-width: 370px; */
	font-size: 13px !important;
	line-height: 1.4em !important;
}

label.error {
	color: #eb4c07;
	display: inline-block;
	/* padding: 4px 0 0 0; */
}

input.file-upload-slot.error {
	color: #eb4c07;
}

input.file-rename {
	font-family: "segoe ui", tahoma, sans-serif !important;
	font-size: 11px !important;
	padding: 0 !important;
}

input.file-rename:disabled {
	background: rgba(255, 255, 255, 0.3) !important;
}

/**
 * Bootstrap overrides
 */

.btn {
	cursor: pointer;
}

button.generate-password-button.btn {
	color: inherit;
	background: transparent;
}

.form-control,
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
	border-radius: 0;
}

.form-control.varchar {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* .form-control {
  width: auto;
} */

/*fix for error message*/

/* .input-group {
	flex-wrap: wrap;
} */

/* label.error {
	flex: 0 0 100%;
} */

.input-group {
	margin-bottom: -1px;
}

.input-group:last-child {
	margin-bottom: 0;
}

.input-group-addon {
	/* background-color: rgba(255, 255, 255, .2);
	border: 1px solid rgba(0, 0, 0, .2); */
	border-color: #cfceca;
	background: #f3f3f1;
	color: #96918c;
	cursor: default;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
}

.ui-datepicker {
	z-index: 2147483647 !important;
}

/* .dummy-dp,
.type-time {
	max-width: 120px;
	text-align: right;
} */

.dummy-dp {
	margin-right: -1px;
}

/* .type-time {
	max-width: 72px;
} */

/* .field-type-decimal .input-group {
	max-width: 220px;
} */

@media only screen and (max-width: 600px) {
	footer {
		display: none !important;
	}
	#login-form .logo,
	#login-form form {
		border-radius: 0 !important;
	}
}

/*
 * github.min.css
 */

.hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	color: #333;
	background: #f8f8f8;
}
.hljs-comment,
.hljs-quote {
	color: #998;
	font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
	color: #333;
	font-weight: bold;
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
	color: #008080;
}
.hljs-string,
.hljs-doctag {
	color: #d14;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
	color: #900;
	font-weight: bold;
}
.hljs-subst {
	font-weight: normal;
}
.hljs-type,
.hljs-class .hljs-title {
	color: #458;
	font-weight: bold;
}
.hljs-tag,
.hljs-name,
.hljs-attribute {
	color: #000080;
	font-weight: normal;
}
.hljs-regexp,
.hljs-link {
	color: #009926;
}
.hljs-symbol,
.hljs-bullet {
	color: #990073;
}
.hljs-built_in,
.hljs-builtin-name {
	color: #0086b3;
}
.hljs-meta {
	color: #999;
	font-weight: bold;
}
.hljs-deletion {
	background: #fdd;
}
.hljs-addition {
	background: #dfd;
}
.hljs-emphasis {
	font-style: italic;
}
.hljs-strong {
	font-weight: bold;
}
/*
 * icons.css
 */

img.preview {
	border: 0;
}

.image-uploads-container {
	position: relative;
}

.image-uploads-container img.preview:first-child {
	margin-left: 0 !important;
	z-index: 999;
}

/* .image-uploads-container img.preview:hover {
	z-index: 999999;
} */

.image-uploads-container img.preview {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	vertical-align: middle;
	/* transform: rotate3d(1, 1, 1, 4deg); */
}

.image-uploads-container .file-count {
	position: absolute;
	top: -10px;
	left: -10px;
	background: #444;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	z-index: 999999999999;
	transform: translate3d(0, 0, 99999px);
}

.jack-form .preview {
	display: block;
	position: relative;
	text-align: left;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 0 20px 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background: #fff;
	border: 10px solid #fff;
	border-top-width: 1px;
}

.jack-form .preview:last-child {
	margin: 0;
}

.jack-form .preview.slot-empty {
	background: #f1efec;
	border-color: transparent;
}

.jack-form .preview.slot-empty:hover {
	opacity: 1;
}

.jack-form .preview:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.34) !important;
}

.jack-form .preview:hover .mime-image {
	cursor: url(images/magnify.cur), default;
}

.jack-form .popup {
	display: block;
	text-align: right;
}

.jack-form .popup.mime-image {
	text-align: center;
	background-color: #fff;
	background-image: linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd), linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd);
	background-size: 8px 8px;
	background-position: 0 0, 4px 4px;
	padding: 6px;
	border: 1px solid #d5dadf33;
	position: -webkit-sticky;
	position: sticky;
	top: 63px;
	left: 0;
	z-index: 99;
	/* background-image: radial-gradient(#c7bebe .5px,transparent 1px);
	background-size: 10px 10px; */
}

.file-slot-label {
	display: block;
	padding: 0;
	margin: 0;
	color: #96918c;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
	line-height: 1em;
	font-weight: normal;
	cursor: pointer;
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all */
	-ms-user-select: none; /* IE 10+ */
	user-select: none;

	position: -webkit-sticky;

	position: sticky;
	top: 36px;
	left: 0;
	z-index: 99;
	background: inherit;
}

.file-slot-label .fa {
	font-size: 1.2em;
	padding: 7px 0;
}

a.popup img,
.jack-form .preview {
	max-width: 100%;
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background: #fff;
	border: 10px solid #fff; */
}

/* .jack-form .filefield .preview.mime-image img,
.jack-form .filefield .preview.mime-pdf {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
} */

.jack-form .filefield .preview span.file-info {
	display: inline-block;
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
	color: #96918c;
	margin-top: 7px;
}

.icon-table {
	background-image: url(images/table.png);
}

.icon-insert {
	background-image: url(images/icon.add.png);
}

.icon-insert:hover {
	background-image: url(images/icon.add.over.png);
}

.icon-update {
	background-image: url(images/icon.edit.png);
}

.icon-update:hover {
	background-image: url(images/icon.edit.over.png);
}

.icon-clone {
	background-image: url(images/icon.clone.png);
}

.icon-clone:hover {
	background-image: url(images/icon.clone.over.png);
}

.icon-delete {
	background-image: url(images/icon.delete.png);
}

.icon-delete:hover {
	background-image: url(images/icon.delete.over.png);
}

.icon-deletem {
	background-image: url(images/icon.deletem.png);
}

.icon-deletem:hover {
	background-image: url(images/icon.deletem.over.png);
}

.icon-drag {
	background-image: url(images/icon.drag.png);
}

.sortable-rows-enabled .icon-drag:hover {
	background-image: url(images/icon.drag.over.png);
}

.icon-visibility-0 {
	background-image: url(images/icon.visibility.off.png);
}

.icon-visibility-1 {
	background-image: url(images/icon.visibility.on.png);
}

.icon-pin-0 {
	background-image: url(images/icon.pin.off.png);
}

.icon-pin-1 {
	background-image: url(images/icon.pin.on.png);
}

.icon-archive-0 {
	background-image: url(images/icon.archive.png);
}

.icon-archive-1 {
	background-image: url(images/icon.archive.png);
}

.icon-submit {
	background-image: url(images/icon.accept.png);
}

.icon-export {
	background-image: url(images/page_excel.png);
}

.icon-export:hover {
	background-image: url(images/page_white_excel.png);
}

.icon-conf {
	background-image: url(images/cog.png);
}

.icon-adminer {
	background-image: url(images/database.png);
}

p.edit .icon {
	float: left;
}

/*
 * jquery.asmselect.css
 */

.jack-form .asmContainer select.text {
	/* container that surrounds entire asmSelect widget */
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, arial;
	font-size: 13px;
	font-weight: normal;
	width: 100%;
}

.asmFirst {
	background: #f5f4f1;
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline;
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999;
}

.asmHighlight {
	/* the highlight span */
	font-size: 11px;
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	position: relative;
	/* margin: 20px 0 1em 0; */
	margin: 0;
	margin-left: 20px;
	margin-top: 0 !important;
}

.asmListItem {
	display: block;
	padding: 6px 6px 2px 6px !important;
	text-align: left;
	/* li item from the html list above */
	width: 100%;
}

.asmListItem:not(:first-child) {
	border-top: 1px dotted #dbd3c2;
}

.asmListSortable .asmListItemLabel {
	cursor: move;
}

.asmListItemRemove {
	/* the remove link in each list item */
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #cf5b20;
	padding-left: 5px;
}

/*
 * jquery.autocomplete-1.0.6.css
 */

.autocomplete-w1 {
	background: url(images/shadow.png) no-repeat bottom right;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 8px 0 0 6px; /* IE6 fix: */
	_background: none;
	_margin: 0;
}
.autocomplete {
	border: 1px solid #999;
	background: #fff;
	cursor: default;
	text-align: left;
	max-height: 350px;
	overflow: auto;
	margin: -6px 6px 6px -6px; /* IE6 specific: */
	_height: 350px;
	_margin: 0;
	_overflow-x: hidden;
}

.autocomplete .selected {
	background: #f0f0f0;
}

.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
	font-size: 11px;
}

.autocomplete strong {
	font-weight: normal;
	color: #39f;
}

/*
 * jquery.slicknav.css
 */

/*
    Mobile Menu Core Style
*/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 4px;
	line-height: 1.125em;
	cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	border-radius: 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}

.slicknav_nav {
	clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
	display: block;
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
	display: block;
	cursor: pointer;
}

.slicknav_nav a {
	display: block;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

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

.slicknav_menu:after {
	clear: both;
}

/* IE6/7 support */

.slicknav_menu {
	*zoom: 1;
}

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

/* .slicknav_menu {
	background: #383631;
} */

.slicknav_menu .slicknav_icon-bar {
	width: 1.25em;
	height: 0.25em;
	border-radius: 0;
	box-shadow: none;
}

.slicknav_menu {
	font-size: 16px;
}

/* Button */

.slicknav_btn {
	text-decoration: none;
}

/* Button Text */

.slicknav_menu .slicknav_menutxt {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}

/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
	background-color: #7c7a71;
}

.slicknav_open .slicknav_icon-bar {
	background-color: #7c7a71;
}

/*.slicknav_menu{}*/

.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 5px;
	font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}

.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.slicknav_nav li {
	width: 33%;
	float: left;
}

.slicknav_nav .slicknav_item {
	padding: 5px 10px;
	margin: 2px 5px;
}

.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.slicknav_nav .current a,
.slicknav_nav .slicknav_item:hover,
.slicknav_nav a:hover {
	border-radius: 4px;
	background: #018635;
	color: #fff;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_menu {
	display: none;
}

@media screen and (max-width: 970px) {
	.js .primary-tabs {
		display: none;
	}
	.js .slicknav_menu {
		display: block;
	}
	.jack-logo-small {
		display: none !important;
	}
	body {
		overflow-x: initial;
	}
}

@media only screen and (max-width: 385px) {
	.slicknav_nav li {
		width: 50%;
	}
}

@media only screen and (max-width: 220px) {
	.slicknav_nav li {
		width: 100%;
	}
}
/*
 * jquery.tagInput.css
 */

.tagInput {
	padding-left: 24px !important;
	background-image: url("images/tags.gif") !important;
	background-position: 4px 4px !important;
	background-repeat: no-repeat !important;
	border: 1px solid lightgray;
}

.tagInputDiv {
	display: none;
	background-color: white;
	position: absolute;
	overflow: auto;
	border: 1px solid lightgray;
	margin-top: -1px;
	font: 13px/15px arial, sans-serif;
}

.tagInputLine {
	color: black;
	font-weight: normal;
	padding: 4px;
}

.tagInputSel {
	background-color: gray;
	color: white;
}

.tagInputLineTag {
	min-width: 150px;
	display: inline-block;
}

.tagInputLineFreq {
	min-width: 50px;
	text-align: right;
	display: inline-block;
	float: right;
}

.tagInputSuggestedTags {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
	color: #96918c;
}

.tagInputSuggestedTags .label {
	font-weight: bolder;
}

.tagInputSuggestedTags .tag {
	padding: 2px 4px;
	cursor: pointer;
	display: inline-block;
	margin: 0 4px 0 0;
	background-color: #b8b8ae;
	color: #fff;
}

.tagUsed {
	text-decoration: line-through;
	background-color: #cfcdc2 !important;
}

.tagInputSuggestedTagList .tag {
	padding: 2px;
	cursor: pointer;
	display: inline-block;
	margin: 1px;
}

.tagInputSuggestedTagList span.tag:hover {
	background-color: #f0f0f0;
}

.tagInputSuggestedTagList .tagUsed {
	background-color: lightgray;
}
/*
 * jquery.tagsinput.css
 */

div.tagsinput {
	width: 100%;
	max-width: 960px;
	border: 1px solid #ccc;
	background: #fff;
	border-color: #ccc #fff #fff #ccc;
	border-width: 1px;
	padding: 5px 5px 0 5px;
	margin: 0;
	background-color: #fff;
	background-image: url(images/bg.gradient.input.png);
	background-repeat: repeat-x;
	background-position: left top;
	opacity: 0.85;
	transition: all 0.05s ease-out;
}

div.tagsinput:before,
div.tagsinput:after {
	content: "";
	display: table;
}
div.tagsinput:after {
	clear: both;
}
div.tagsinput {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

div.tagsinput span.tag {
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	float: left;
	padding: 3px 5px;
	text-decoration: none;
	color: #444;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
}

div.tagsinput span.tag a {
	color: #b2430f;
	text-decoration: none;
}

div.tagsinput input {
	margin: 0;
	font-family: helvetica;
	font-size: 13px;
	border: 1px solid #d0d0cf;
	padding: 3px;
	background: transparent;
	color: #000;
	outline: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
}

div.tagsinput div {
	display: block;
	float: left;
}

.tags_clear {
	clear: both;
	width: 100%;
	height: 0;
}

.not_valid {
	background: #fbd8db !important;
	color: #90111a !important;
}

/*
 * jquery-ui-delta.css
 */

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height: 1%;
}
.ui-helper-clearfix {
	display: block;
}
/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,Helvetica,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;

	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header {
	border: 1px solid #d9d9d9;
	color: #1b1d1f;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background: #f6f7f9 url(images/jquery-ui/delta/fallback_moduleHeader.png) 0 0 repeat-x; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #f6f7f9 0%, #ebedf0 100%); /* W3C */
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #f9f9fc;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #ededf0;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0.35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(images/jquery-ui/delta/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(images/jquery-ui/delta/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/jquery-ui/delta/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/jquery-ui/delta/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/jquery-ui/delta/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/jquery-ui/delta/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/jquery-ui/delta/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/jquery-ui/delta/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-off {
	background-position: -96px -144px;
}
.ui-icon-radio-on {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-seek-start {
	background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #1f2226;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #1f2226;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
	border-radius: 8px;
} /*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
} /*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
	width: 100%;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: 0.5em 0.5em 0.5em 0.7em;
	font-weight: bold;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: 0.5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
	border-radius: 0;
}
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
	width: 1px;
} /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	border-radius: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	background-image: none;
	font-size: 15px;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 0.2em 0.4em;
	line-height: 1.5;
	zoom: 1;
	border: none;
	border-radius: 0;
	font-size: 12px;
}
.ui-menu .ui-menu-item a.ui-state-hover {
	background: #14a4ff;
	color: #fff;
	text-shadow: 0 -1px 0 #0988d9;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
}
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: 0.1em;
	text-decoration: none !important;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
	*display: inline;
	*zoom: 1;
} /* the overflow property removes extra width in IE */
.ui-button-icon-only {
	width: 2.2em;
} /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
	width: 2.4em;
} /* button elements seem to need a little more width */
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
	padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: 0.4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	height: 30px !important;
	padding: 0.4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: 0.5em;
}
.ui-button .ui-icon {
	background-image: url(images/jquery-ui/delta/ui-icons_FFFFFF_256x240.png);
}

/*button sets*/
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -0.325em;
}
.ui-buttonset .ui-button.ui-state-active {
	border-color: #144c71;
	background: #0a54a5 none;
	top: 0;
}
.ui-buttonset .ui-button.ui-state-active {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset, 0 2px 2px rgba(12, 106, 106, 0.5) inset !important;
}
.ui-buttonset .ui-button.ui-state-active span {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}

/* workarounds */
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
} /* reset extra padding in Firefox */
.ui-button-text-icon-primary {
	padding: 1px !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.ui-button-text-icon-primary {
		padding: 2px 1px !important;
	}
}
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
	position: absolute;
	padding: 0.2em;
	width: 300px;
	overflow: visible;
	border: 0 none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}
.ui-dialog .ui-dialog-titlebar {
	position: relative;
	background: transparent !important;
	padding: 0 0 8px 0;
	margin: 20px 20px 5px 20px;
	border: solid #e5e5e5;
	border-width: 0 0 1px 0;
	border-radius: 0;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: 0.1em 16px 0.1em 0;
	color: #353536;
	font-size: 20px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: -32px;
	top: -32px;
	margin: 0;
	width: 30px;
	height: 30px;
	background: url(images/jquery-ui/delta/modalClose.png) 0 0 no-repeat;
	border: 0 !important;
	z-index: 10000;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 15px 20px 20px 20px;
	background: none;
	overflow: auto;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border: solid #e5e5e5;
	border-width: 1px 0 0 0;
	background: transparent;
	margin: 20px 20px 10px 20px;
	padding: 10px 0 0 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0.5em 0.4em 0.5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
	background: #838688;
	border: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
	display: inline-block;
	*display: inline !important;
	*zoom: 1;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 17px;
	height: 21px;
	cursor: default;
	background: url(images/jquery-ui/delta/slider_handles.png) 0 0 no-repeat;
	outline: none;
	border-radius: 0;
	border: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background: #14a4ff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
	border-radius: 3px;
}
.ui-slider .ui-slider-handle.ui-state-active {
	background-position: -17px 0;
}

.ui-slider-horizontal {
	height: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -5px;
	margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: 0.8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
} /*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
	position: relative;
	zoom: 1;
	border: none;
	background: none;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0 0 -1px 0;
	background: none;
	border: 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 0.2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 1px;
	padding: 1em 1.4em;
	background: #fff;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/* radius reset */
.ui-tabs,
.ui-tabs .ui-tabs-nav,
.ui-tabs-panel {
	border-color: #e5e5e5;
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav > li {
	border-radius: 3px 3px 0 0;
}

/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
	width: auto;
	padding: 0;
	display: none;
	border: 0 none;
}
.ui-datepicker {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	border-radius: 0;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.4em 0;
	border: 1px solid #3b3e40;
}
.ui-datepicker .ui-datepicker-header {
	background: #595c5d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #595c5d 0%, #474a4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595c5d', endColorstr='#474a4b',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
	border-radius: 0;
}
.ui-datepicker th {
	color: #e8e9ea !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	border: #27292b solid !important;
	border-width: 1px 0 !important;
	background: #77797a; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #77797a 0%, #5b5e5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77797a', endColorstr='#5b5e5e',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 9px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 9px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	color: #e8e9ea;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 1px;
	font-size: 0.9em;
	border-collapse: collapse;
	margin: -1px 0 0 0;
}
.ui-datepicker th {
	padding: 0.7em 0;
	text-align: center;
	font-weight: bold;
	border: 0;
	font-size: 10px;
	color: #acacac;
	border-bottom: 1px solid #cdcdcd !important;
}
.ui-datepicker td {
	border: 0;
	padding: 0;
	border: 1px solid #cdcdcd;
}
.ui-datepicker td a {
	display: block;
	padding: 0 !important;
	width: 30px;
	height: 30px;
	border: 0 none !important; /*border: 1px solid #cdcdcd !important;*/
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold !important;
}
.ui-datepicker td a.ui-state-default {
	color: #5d5d5d;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background: #e8e9ea; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #e8e9ea 0%, #e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9ea', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
}
.ui-datepicker tr:first-child {
	border: 1px solid #27292b;
}
.ui-datepicker-current-day a {
	background: #20a8fe !important;
	-webkit-filter: none !important;
	filter: none !important;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	box-shadow: 0 0 7px #022a44 inset !important;
}
td.ui-datepicker-unselectable {
	border-color: #ebebeb !important;
	background: #fcfcfc; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%, #efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0.7em 0 0 0;
	padding: 0 0.2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: 0.5em 0.2em 0.4em;
	cursor: pointer;
	padding: 0.2em 0.6em 0.3em 0.6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker .ui-icon-circle-triangle-w {
	background: url(images/jquery-ui/delta/icons_16.png) 0 -128px no-repeat !important;
}
.ui-datepicker .ui-icon-circle-triangle-e {
	background: url(images/jquery-ui/delta/icons_16.png) 0 -112px no-repeat !important;
}
.ui-datepicker-header .ui-state-hover {
	border: 0;
	background: none;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	-webkit-filter: mask();
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
} /*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
	height: 10px;
	text-align: left;
	border: 0 none;
	border-radius: 0;
	background: #333;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
	border: 0 none;
	border-radius: 0;
}
.ui-progressbar .ui-progressbar-value {
	background: #27abff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #27abff 0%, #059eff 100%); /* W3C */
}

/* TOGGLE SWITCH CONTROL */
select.ui-toggle-switch {
	display: none;
}
.ui-toggle-switch,
.ui-toggle-switch .ui-slider,
.ui-toggle-switch label {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.ui-toggle-switch label {
	text-transform: uppercase;
	margin: 0 8px;
	font-weight: bold;
	border: 0;
	font-size: 0.8em;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.ui-toggle-switch label:first-child {
	margin-left: 0;
}
.ui-toggle-switch label.ui-state-active {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ui-toggle-switch .ui-slider {
	margin: 0 8px;
}

/*f8f8f8 / f1f1f1*/

.ui-button,
button.ui-button.ui-state-default,
.ui-button.ui-state-default {
	border: 1px solid #168dd9;
	color: #fff;
	padding: 5px 12px;
	font-size: 12px;
	box-shadow: 0 1px 0 #53bcff inset, 0 1px 2px rgba(0, 0, 0, 0.2) !important;
	background: #27abff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #27abff 0%, #059eff 100%); /* W3C */
	transition: none;
}
.ui-button,
.ui-button span,
button.ui-button.ui-state-default span,
.ui-button.ui-state-default span {
	text-shadow: 0 -1px 0 #1584de;
}
.ui-button:hover,
button.ui-button.ui-state-hover,
.ui-button.ui-state-hover {
	border: 1px solid #0c6aa6;
	box-shadow: 0 1px 0 #58b3ff inset, 0 1px 2px rgba(0, 0, 0, 0.2) !important;
	background: #279cff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #279cff 0%, #058dff 100%); /* W3C */
}
.ui-button:hover,
.ui-button:hover span,
button.ui-button.ui-state-hover span {
	text-shadow: 0 -1px 0 #117cc0;
}
.ui-button:active,
button.ui-button.ui-state-active,
.ui-button.ui-state-active {
	border: 1px solid #0c6aa6;
	position: relative;
	top: 1px;
	box-shadow: 0 2px 2px rgba(12, 106, 106, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2) !important;
	background: #058dff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #058dff 0%, #279cff 100%); /* W3C */
}
.ui-button:active,
.ui-button:active span,
button.ui-button.ui-state-active span {
	text-shadow: 0 -1px 0 #117cc0;
}
.ui-button:focus,
button.ui-button.ui-state-focus {
	color: #eb4c07 !important;
	text-shadow: 0 -1px 0 #216ea6 !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 3px rgba(0, 0, 0, 0.35) !important;
}
.ui-button .ui-button-text {
	font-size: 12px;
}
button.ui-button span {
	text-shadow: 0 -1px 0 #1584de !important;
}
.ui-button-text-only .ui-button-text {
	padding: 0;
}
.ui-toggle-switch label {
	text-align: left;
	width: auto;
	cursor: pointer;
}
.inlineSearch .ui-toggle-switch {
	margin-top: 3px;
}
.oldie .inlineSearch .ui-toggle-switch {
	margin-top: 2px;
}

/* === OSX SPECIFIC CLOSE POSITIONING === */
.macosx .ui-dialog-titlebar-close {
	right: inherit;
	left: -32px;
}
.macosx .ui-dialog-buttonset {
	float: none;
}
.macosx .ui-dialog-buttonset button {
	float: right;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1) {
	.ui-dialog .ui-dialog-titlebar-close {
		background-image: url(images/jquery-ui/delta/modalClose@2x.png);
		background-size: 30px 30px;
	}

	.ui-slider .ui-slider-handle {
		background-image: url(images/jquery-ui/delta/slider_handles@2x.png);
		background-size: 34px 21px;
	}
}
/*
 * layout.css
 */

/**
 * Header
 */

#header {
	position: relative;
	min-height: 36px;
	text-align: left;
	padding: 4px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#header .jack-logo img {
	border: 0;
	margin: 14px 0 0 29px;
	transition-duration: 0.5s;
	transition-property: transform;
	cursor: pointer;
	zoom: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a.jack-logo-small {
	padding: 6px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 24px;
}

a.jack-logo-small:hover {
	background-color: #eb4c07;
}

a.jack-logo-small img {
	max-width: 16px;
}

#header .jack-logo img:hover {
	transform: rotate(-6deg) scale(1.1);
}

/**
 * Primary tabs
 */

.primary-tabs {
	position: absolute;
	bottom: 0;
	left: 43px;
	padding: 0;
	margin: 0;
}

/**
 * Secondary tabs
 */

.secondary-tabs {
}

/**
 * Breadcrumbs
 */

#breadcrumbs {
	background-color: #000;
	border-top: 1px solid #000;
	padding-left: 40px;
	height: 24px;
}

/**
 * Assorti
 */

#content {
	padding: 0;
}
/*
 * pace.css
 */

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body .databoy-table-listing,
body .jack-form {
	opacity: 0.5;
}

body.pace-done .databoy-table-listing,
body.pace-done .jack-form {
	opacity: 1 !important;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #eb4c07;
	position: fixed;
	z-index: 99999;
	bottom: 0;
	right: 100%;
	width: 100%;
	height: 4px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	opacity: 1;
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 9999999999999999999999999999;
	top: calc(50% - 32px);
	right: calc(50% - 32px);
	width: 64px;
	height: 64px;
	border: solid 6px transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	border-radius: 40px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes pace-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
 * primary-tabs.css
 */

/**
 * Primary tabs
 */

.primary-tabs li {
	list-style: none;
	margin: 0;
	display: inline;
}

.primary-tabs li a,
.slicknav_nav a {
	color: #7c7a71;
	display: block;
	float: left;
	font-size: 13px;
	padding: 10px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.4);
	font-family: "Quicksand Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.primary-tabs li a.current,
.primary-tabs li a:hover,
.slicknav_nav a.current,
.slicknav_nav a:hover {
	color: #eeecdc;
	border-color: #b2430f;
	background-color: #eb4c07;
}

/*.primary-tabs li a:hover
{
	color:#eeecdc;
	background-color:#1b190f;
	border-color: black;
}

.primary-tabs li a.current:hover
{
	color:#eeecdc;
	background-color:#1b190f;
} */

/*
.primary-tabs a
{
	background-repeat: no-repeat;
	background-position:6px center;
	padding-left:26px !important;
}

.primary-tabs .icon-content a {background-image: url(images/database.png);}
.primary-tabs .icon-site-settings a {background-image: url(images/cog.png);}
.primary-tabs .icon-navigation a {background-image: url(images/sitemap.png);}
.primary-tabs .icon-server a {background-image: url(images/server.png);}
.primary-tabs .icon-setup a {background-image: url(images/brick.png);}
.primary-tabs .icon-watchdog a {background-image: url(images/text_columns.png);}
*/
/*
 * responsive.css
 */

/**
 * Responsive.css
 */

/* @media only screen and (min-width: 2194px) {
	.jack-form a.preview {
		float: right;
		margin: 0 0 10px 10px;
	}
} */

@media only screen and (max-width: 700px) {
	.container {
		padding: 0 10px;
	}

	fieldset.edit-form.edit-form-data.collapsible,
	.filefield {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		padding-left: 0 !important;
	}
	fieldset.collapsible div.collapsible-group {
		max-height: none !important;
		padding: 0;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1150px) {
	.primary-tabs li a {
		font-size: 11px;
		padding: 12px 6px 9px 6px;
	}
}

/* 20em (320px) */

@media only screen and (max-width: 568px) {
	/*	body
	{
		padding-top: 0 !important;
	}

	#header
	{
		position: static;
		min-height: 36px;
		padding: 4px;
	}
*/
	.form-action-buttons-top {
		display: none;
	}
	body.section-dashboard {
		background-position: 10px 191px;
	}
	.jack-teleport {
		margin-bottom: 10px;
		margin-left: 0;
	}
	.jack-teleport p {
		padding: 0;
	}
	.container {
		padding: 0 10px 0 10px;
	}
	ul.paging {
		float: none;
	}
	/**
	 * Edit
	 */
	.jack-says .button {
		margin-bottom: 4px;
	}
	.action-meta h1 {
		font-size: 60px;
	}
	/* .prev-next {
		text-align: right;
		float: none !important;
	} */
	.jack-form dl.collapse-field {
		float: none !important;
		margin: 0 0 20px 0 !important;
		padding-right: 0;
		border: 0;
	}
	/* fieldset.collapsible div.collapsible-group {
		padding: 20px;
	} */
	.jack-form .filefield dl.databoy-file-meta {
		padding-left: 0;
	}
	/* p.form-action-buttons.form-action-buttons-bottom {
		transform: translate3d(0, 0, 0);
		position: fixed;
		bottom: 0;
		left: 0;
		background: #fff;
		width: 100%;
		padding: 10px;
	} */
}

/*
 * secondary-tabs.css
 */

/**
 * Secondary tabs
 */

.secondary-tabs {
	padding: 0;
	margin: 0;
}

.secondary-tabs li {
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
	display: inline;
	padding: 0 6px;
	color: #7c7a71;
	text-transform: lowercase;
}

.secondary-tabs li.first {
	border-width: 0;
}

.secondary-tabs li a {
	text-decoration: none;
	color: #7c7a71;
}

.secondary-tabs li a:hover {
	color: #f9f8f2;
}
/*
 * simplemde-1.11.2.min.css
 */

/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.CodeMirror {
	color: #000;
}
.CodeMirror-lines {
	padding: 4px 0;
}
.CodeMirror pre {
	padding: 0 4px;
}
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
	background-color: #fff;
}
.CodeMirror-gutters {
	border-right: 1px solid #ddd;
	background-color: #f7f7f7;
	white-space: nowrap;
}
.CodeMirror-linenumber {
	padding: 0 3px 0 5px;
	min-width: 20px;
	text-align: right;
	color: #999;
	white-space: nowrap;
}
.CodeMirror-guttermarker {
	color: #000;
}
.CodeMirror-guttermarker-subtle {
	color: #999;
}
.CodeMirror-cursor {
	border-left: 1px solid #000;
	border-right: none;
	width: 0;
}
.CodeMirror div.CodeMirror-secondarycursor {
	border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
	width: auto;
	border: 0 !important;
	background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
	z-index: 1;
}
.cm-animate-fat-cursor {
	width: auto;
	border: 0;
	-webkit-animation: blink 1.06s steps(1) infinite;
	animation: blink 1.06s steps(1) infinite;
	background-color: #7e7;
}
@-webkit-keyframes blink {
	50% {
		background-color: transparent;
	}
}
@keyframes blink {
	50% {
		background-color: transparent;
	}
}
.cm-tab {
	display: inline-block;
	text-decoration: inherit;
}
.CodeMirror-ruler {
	border-left: 1px solid #ccc;
	position: absolute;
}
.cm-s-default .cm-header {
	color: #00f;
}
.cm-s-default .cm-quote {
	color: #090;
}
.cm-negative {
	color: #d44;
}
.cm-positive {
	color: #292;
}
.cm-header,
.cm-strong {
	font-weight: 700;
}
.cm-em {
	font-style: italic;
}
.cm-link {
	text-decoration: underline;
}
.cm-strikethrough {
	text-decoration: line-through;
}
.cm-s-default .cm-keyword {
	color: #708;
}
.cm-s-default .cm-atom {
	color: #219;
}
.cm-s-default .cm-number {
	color: #164;
}
.cm-s-default .cm-def {
	color: #00f;
}
.cm-s-default .cm-variable-2 {
	color: #05a;
}
.cm-s-default .cm-variable-3 {
	color: #085;
}
.cm-s-default .cm-comment {
	color: #a50;
}
.cm-s-default .cm-string {
	color: #a11;
}
.cm-s-default .cm-string-2 {
	color: #f50;
}
.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
	color: #555;
}
.cm-s-default .cm-builtin {
	color: #30a;
}
.cm-s-default .cm-bracket {
	color: #997;
}
.cm-s-default .cm-tag {
	color: #170;
}
.cm-s-default .cm-attribute {
	color: #00c;
}
.cm-s-default .cm-hr {
	color: #999;
}
.cm-s-default .cm-link {
	color: #00c;
}
.cm-invalidchar,
.cm-s-default .cm-error {
	color: red;
}
.CodeMirror-composing {
	border-bottom: 2px solid;
}
div.CodeMirror span.CodeMirror-matchingbracket {
	color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
	color: #f22;
}
.CodeMirror-matchingtag {
	background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
	background: #e8f2ff;
}
.CodeMirror {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.CodeMirror-scroll {
	overflow: scroll !important;
	margin-bottom: -30px;
	margin-right: -30px;
	padding-bottom: 30px;
	height: 100%;
	outline: 0;
	position: relative;
}
.CodeMirror-sizer {
	position: relative;
	border-right: 30px solid transparent;
}
.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
	position: absolute;
	z-index: 6;
	display: none;
}
.CodeMirror-vscrollbar {
	right: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
.CodeMirror-hscrollbar {
	bottom: 0;
	left: 0;
	overflow-y: hidden;
	overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
	right: 0;
	bottom: 0;
}
.CodeMirror-gutter-filler {
	left: 0;
	bottom: 0;
}
.CodeMirror-gutters {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	z-index: 3;
}
.CodeMirror-gutter {
	white-space: normal;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
	position: absolute;
	z-index: 4;
	background: 0 0 !important;
	border: none !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.CodeMirror-gutter-background {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 4;
}
.CodeMirror-gutter-elt {
	position: absolute;
	cursor: default;
	z-index: 4;
}
.CodeMirror-lines {
	cursor: text;
	min-height: 1px;
}
.CodeMirror pre {
	border-radius: 0;
	border-width: 0;
	background: 0 0;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	white-space: pre;
	word-wrap: normal;
	line-height: inherit;
	color: inherit;
	z-index: 2;
	position: relative;
	overflow: visible;
	-webkit-tap-highlight-color: transparent;
	font-variant-ligatures: none;
}
.CodeMirror-wrap pre {
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: normal;
}
.CodeMirror-linebackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.CodeMirror-linewidget {
	position: relative;
	z-index: 2;
	overflow: auto;
}
.CodeMirror-code {
	outline: 0;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
	box-sizing: content-box;
}
.CodeMirror-measure {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.CodeMirror-cursor {
	position: absolute;
}
.CodeMirror-measure pre {
	position: static;
}
div.CodeMirror-cursors {
	visibility: hidden;
	position: relative;
	z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
	visibility: visible;
}
.CodeMirror-selected {
	background: #d9d9d9;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
	background: #d7d4f0;
}
.CodeMirror-crosshair {
	cursor: crosshair;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: #d7d4f0;
}
.cm-searching {
	background: #ffa;
	background: rgba(255, 255, 0, 0.4);
}
.cm-force-border {
	padding-right: 0.1px;
}
@media print {
	.CodeMirror div.CodeMirror-cursors {
		visibility: hidden;
	}
}
.cm-tab-wrap-hack:after {
	content: "";
}
span.CodeMirror-selectedtext {
	background: 0 0;
}
.CodeMirror {
	height: auto;
	min-height: 300px;
	border: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 10px;
	font: inherit;
	z-index: 1;
}
.CodeMirror-scroll {
	min-height: 300px;
}
.CodeMirror-fullscreen {
	background: #fff;
	position: fixed !important;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	z-index: 9;
}
.CodeMirror-sided {
	width: 50% !important;
}
.editor-toolbar {
	position: relative;
	opacity: 0.6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 0 10px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.editor-toolbar:after,
.editor-toolbar:before {
	display: block;
	content: " ";
	height: 1px;
}
.editor-toolbar:before {
	margin-bottom: 8px;
}
.editor-toolbar:after {
	margin-top: 8px;
}
.editor-toolbar:hover,
.editor-wrapper input.title:focus,
.editor-wrapper input.title:hover {
	opacity: 0.8;
}
.editor-toolbar.fullscreen {
	width: 100%;
	height: 50px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background: #fff;
	border: 0;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 9;
}
.editor-toolbar.fullscreen::before {
	width: 20px;
	height: 50px;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.editor-toolbar.fullscreen::after {
	width: 20px;
	height: 50px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
.editor-toolbar a {
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	color: #2c3e50 !important;
	width: 30px;
	height: 30px;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
}
.editor-toolbar a.active,
.editor-toolbar a:hover {
	background: #fcfcfc;
	border-color: #95a5a6;
}
.editor-toolbar a:before {
	line-height: 30px;
}
.editor-toolbar i.separator {
	display: inline-block;
	width: 0;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #fff;
	color: transparent;
	text-indent: -10px;
	margin: 0 6px;
}
.editor-toolbar a.fa-header-x:after {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 65%;
	vertical-align: text-bottom;
	position: relative;
	top: 2px;
}
.editor-toolbar a.fa-header-1:after {
	content: "1";
}
.editor-toolbar a.fa-header-2:after {
	content: "2";
}
.editor-toolbar a.fa-header-3:after {
	content: "3";
}
.editor-toolbar a.fa-header-bigger:after {
	content: "▲";
}
.editor-toolbar a.fa-header-smaller:after {
	content: "▼";
}
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
	pointer-events: none;
	background: #fff;
	border-color: transparent;
	text-shadow: inherit;
}
@media only screen and (max-width: 700px) {
	.editor-toolbar a.no-mobile {
		display: none;
	}
}
.editor-statusbar {
	padding: 8px 10px;
	font-size: 12px;
	color: #959694;
	text-align: right;
}
.editor-statusbar span {
	display: inline-block;
	min-width: 4em;
	margin-left: 1em;
}
.editor-preview,
.editor-preview-side {
	padding: 10px;
	background: #fafafa;
	overflow: auto;
	display: none;
	box-sizing: border-box;
}
.editor-statusbar .lines:before {
	content: "lines: ";
}
.editor-statusbar .words:before {
	content: "words: ";
}
.editor-statusbar .characters:before {
	content: "characters: ";
}
.editor-preview {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 7;
}
.editor-preview-side {
	position: fixed;
	bottom: 0;
	width: 50%;
	top: 50px;
	right: 0;
	z-index: 9;
	border: 1px solid #ddd;
}
.editor-preview-active,
.editor-preview-active-side {
	display: block;
}
.editor-preview-side > p,
.editor-preview > p {
	margin-top: 0;
}
.editor-preview pre,
.editor-preview-side pre {
	background: #eee;
	margin-bottom: 10px;
}
.editor-preview table td,
.editor-preview table th,
.editor-preview-side table td,
.editor-preview-side table th {
	border: 1px solid #ddd;
	padding: 5px;
}
.CodeMirror .CodeMirror-code .cm-tag {
	color: #63a35c;
}
.CodeMirror .CodeMirror-code .cm-attribute {
	color: #795da3;
}
.CodeMirror .CodeMirror-code .cm-string {
	color: #183691;
}
.CodeMirror .CodeMirror-selected {
	background: #d9d9d9;
}
.CodeMirror .CodeMirror-code .cm-header-1 {
	font-size: 200%;
	line-height: 200%;
}
.CodeMirror .CodeMirror-code .cm-header-2 {
	font-size: 160%;
	line-height: 160%;
}
.CodeMirror .CodeMirror-code .cm-header-3 {
	font-size: 125%;
	line-height: 125%;
}
.CodeMirror .CodeMirror-code .cm-header-4 {
	font-size: 110%;
	line-height: 110%;
}
.CodeMirror .CodeMirror-code .cm-comment {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
}
.CodeMirror .CodeMirror-code .cm-link {
	color: #7f8c8d;
}
.CodeMirror .CodeMirror-code .cm-url {
	color: #aab2b3;
}
.CodeMirror .CodeMirror-code .cm-strikethrough {
	text-decoration: line-through;
}
.CodeMirror .CodeMirror-placeholder {
	opacity: 0.5;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
	background: rgba(255, 0, 0, 0.15);
}
/*
 * simplemde-overrides.css
 */

.CodeMirror {
	z-index: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	border-radius: 0;
}

.editor-toolbar {
	background: #fff;
	opacity: 1;
	border-radius: 0;
	opacity: 1;
	border-radius: 0;
	border-color: #ccc #fff #fff #ccc;
	border-width: 1px;
	padding: 0 2px;
}

.editor-toolbar:before {
	margin-bottom: 2px;
}

.editor-toolbar:after {
	margin-top: 2px;
}

.editor-toolbar:hover {
	opacity: 1;
}

.editor-toolbar {
	position: -webkit-sticky;
	position: sticky;
	top: 61px;
	z-index: 98;
	opacity: initial;
	background: #f3f3f1;
	border-color: #ccc #d1cfc9 #d1cfc9 #ccc;
	border-bottom: 1px solid #d1cfc97d;
}

.jack-form .CodeMirror {
	border-width: 0px 1px 1px 1px;
	border-color: #dcdcda #ddddda #d0ceca #dcdcda;
}

.editor-toolbar.fullscreen,
.CodeMirror-fullscreen,
.editor-preview-side {
	z-index: 99999999999999 !important;
}

.CodeMirror-fullscreen .CodeMirror-scroll {
	height: 100%;
}

.CodeMirror .CodeMirror-code .cm-header-1,
.editor-preview-side h1 {
	font-size: 160%;
	line-height: 160%;
	font-weight: bold;
}

.CodeMirror .CodeMirror-code .cm-header-2,
.editor-preview-side h2 {
	font-size: 145%;
	line-height: 145%;
	font-weight: bold;
}

.CodeMirror .CodeMirror-code .cm-header-3,
.editor-preview-side h3 {
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
}

.CodeMirror .CodeMirror-code .cm-header-4,
.editor-preview-side h4 {
	font-size: 115%;
	line-height: 115%;
	font-weight: bold;
}

.editor-preview,
.editor-preview-side {
	padding: 20px;
}

.editor-preview *,
.editor-preview-side * {
	color: #000;
	text-shadow: none;
	text-transform: none;
}

.editor-toolbar:hover {
	opacity: initial;
}

.editor-toolbar a {
	color: #484848 !important;
}

.editor-toolbar a.active,
.editor-toolbar a:hover {
	border-color: #fff;
	background-color: #fc0;
}

.editor-preview *,
.editor-preview-side * {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.editor-preview p,
.editor-preview-side p {
	font-size: 15px;
	line-height: 1.4em;
}

.CodeMirror-fullscreen {
	opacity: 1 !important;
	z-index: 999;
}

.CodeMirror,
.CodeMirror-scroll {
	min-height: auto;
	height: auto;
}

.CodeMirror-wrap pre {
	word-break: break-word;
}

.CodeMirror .CodeMirror-code .cm-url {
	color: #18369185;
}

.CodeMirror .CodeMirror-code .cm-link {
	color: #183691;
}

.cm-quote {
	color: #999;
}

.CodeMirror .CodeMirror-code .cm-bracket,
.CodeMirror .CodeMirror-code .cm-tag,
.CodeMirror .CodeMirror-code .cm-attribute,
.CodeMirror .CodeMirror-code .cm-string {
	color: #999;
}

/*.editor-preview,
.editor-preview-side {
	padding: 20px;
}*/

/*
 * style.css
 */

/*
 * Default
 * css theme file
 */

/*
 * Apply a natural box layout model to all elements, but allowing components to change
 * www.paulirish.com/2012/box-sizing-border-box-ftw/
 */

/* @import url("https://rsms.me/inter/inter.css");
html {
	font-family: "Inter", sans-serif;
}
@supports (font-variation-settings: normal) {
	html {
		font-family: "Inter var", sans-serif;
	}
} */

html {
	box-sizing: border-box;
}

body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
	z-index: 2147483646;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/**
 * Lazy loading
 */

img {
	transition: opacity 0.3s ease-out;
}

img[data-src] {
	/* background: #f9f9f6; */
	opacity: 0;
}

img.lazyloaded {
	opacity: 1;
}

/*
 * Disable text selection in certain parts for editors
 */

html.jack-role-editor #header,
html.jack-role-editor .jack-teleport,
html.jack-role-editor .action-meta,
html.jack-role-editor .filter-tabs,
html.jack-role-editor .table-options,
html.jack-role-editor th,
html.jack-role-editor td form,
html.jack-role-editor .edit-icons,
html.jack-role-editor .edit-icons a .button,
html.jack-role-editor a.button,
.action-meta,
.button,
dt label,
dt small.fineprint,
a.toggle,
html.jack-role-editor select footer,
html.jack-role-editor footer p {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

a.popup img {
	cursor: url(images/magnify.cur), default;
	max-width: 100%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* a.popup:hover img
{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
} */

.float.left {
	float: left;
}

.float.right {
	float: right;
}

.jack-says p {
	max-width: 100%;
}

span.highlight {
	background-color: #ff4;
}

.password {
	padding: 5px;
	margin-bottom: 5px;
	width: 138px;
	text-align: center;
	font-family: "Courier New";
}

.count {
	background-color: #fff;
	color: #000;
	padding: 10px;
	display: inline-block;
	text-align: right;
	line-height: 1;
	min-width: 42px;
	margin-left: 1px;
	font-family: monospace;
	font-size: 11px;
}

.count.success {
	background: #4caf50;
	color: #fff;
}

.count.black {
	background: #484848;
	color: #fff;
}

.count.failed {
	background: #eb4b06;
	color: #fff;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
	overflow-y: scroll;
	background-color: #e4e3de;
}

body {
	margin: 0;
	padding-top: 41px;
	color: #4f4a42;
}

.container {
	/*margin: 0 auto 0;*/
	text-align: left;
	padding: 0 10px 0 43px;
}

.padder {
	padding: 20px;
}

#header {
	background-color: #383631;
	background-color: #222;
	background-repeat: repeat-x;
	z-index: 999;
}

#header h1,
#header p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#header h1 {
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #eee;
	background-image: url(images/jack.logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 5px 50px 0 20px;
	width: 80px;
	height: 50px;
	float: left;
}

#header h1 span {
	display: none;
}

#header p.tag {
	font-size: 11px;
	padding-top: 10px;
	padding-left: 60px;
}

#search {
	margin-bottom: 10px;
}

#search .results {
	padding: 0;
	margin: 0;
}

#search .terms {
	background: url(images/magnifier.png) no-repeat scroll 7px center transparent;
	color: #999;
	text-indent: 25px;
	border-radius: 25px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 5px;
}

#search .terms:focus {
	outline: none;
}

/**
 * Search results
 */

.section-search .container {
	max-width: 940px;
}
ul.results {
	padding-left: 20px;
}

li.results-row {
	list-style: none;
	margin-bottom: 20px;
}

ul.results-row:last-child {
	margin-bottom: 0;
}

ul.results-row-hits {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-left: 1px dashed #ceccc7;
}

ul.results-row-hits:last-child {
	margin-bottom: 0;
}

li.results-row-hit {
	font-size: 14px;
	line-height: 18px;
	list-style: none;
	color: #a5a5a5;
	background: #fff;
	padding: 8px;
	margin-top: 1px;
	max-width: 100%;
	word-break: break-all;
}

li.results-row-hit strong {
	color: #807b74;
}

.section-search fieldset.collapsible,
.section-search fieldset.collapsed {
	border-width: 1px 0 0 0 !important;
	border-style: dashed;
	border-color: #ceccc7;
}

.revision_link {
	opacity: 0.3;
}

.revision_link:hover {
	opacity: 1;
}

.section-search fieldset.collapsible div.collapsible-group {
	padding: 20px !important;
	margin-bottom: 20px !important;
	background: #f0eeeb;
}

/**
 * filter-tabs
 */

.filter-tabs-container {
	margin-bottom: -1px;
}

.filter-tabs-container .filter-tabs {
	/*	border-color: #D8CFB9;
    border-style: dotted;
    border-width: 1px 0;
	padding: 10px 0; */
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
}

.filter-tabs-container .filter-tabs ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.filter-tabs-container .filter-tabs li {
	list-style: none;
	display: inline-block;
	line-height: 1.2em;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	color: #96918c;
}

.filter-tabs-container .filter-tabs li.filter-label {
	display: inline-block;
	padding: 4px 6px 6px 6px;
	color: #96918c;
	/* background-color: #f8f7f0; */
	text-decoration: none;
	border: 1px solid transparent;
	border-bottom: 1px solid #ebe7dc;
	margin: 0 1px 0 0;
	opacity: 0.7;
	padding-left: 0;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
}

.filter-tabs-container a.filter-item {
	display: inline-block;
	padding: 4px 6px 6px 6px;
	color: #96918c;
	background-color: #f8f7f0;
	text-decoration: none;
	border: 1px solid transparent;
	border-bottom: 1px solid #ebe7dc;
	margin: 0 1px 0 0;
	opacity: 0.7;
}

.filter-tabs-container a.filter-item:hover,
.filter-tabs-container a.filter-item-current {
	opacity: 1;
	background-color: #fff;
	/* border: 1px solid #fff; */
}

/**
 * Filter table
 */

.view-filter {
	float: left;
	font-size: 11px;
	padding-right: 10px;
	margin-right: 10px;
	border-color: #d1cfc9;
	border-style: dotted;
	border-width: 0 1px 0 0 !important;
}

.view-filter label.views-label {
	font-size: 11px;
	color: #959490;
}

/* search*/

#search input.active {
	border-bottom-color: #cf5b20;
}

/*
 * overview-table
 */

#overview {
	text-align: left;
}

#overview .overview-table-meta {
	clear: both;
	background-color: rgba(244, 244, 244, 0.5);
}

#overview .overview-table-content {
	padding-top: 10px;
	border-top: 1px solid rgba(79, 74, 66, 0.1);
}

.overview-table .edit {
	position: absolute;
	top: 12px;
	right: 12px;
	opacity: 0;
	background-color: #fafafa;
	border-radius: 6px;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.overview-table:hover .edit {
	opacity: 1;
}

.overview-table:hover .edit a {
	transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	opacity: 0.7;
}

.overview-table:hover .edit a:hover {
	opacity: 1;
}

#overview .overview-table h2 {
	margin: 0;
	bottom: 0 !important;
	word-wrap: break-word;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
}

#overview .overview-table p {
	margin-top: 0;
	padding-top: 0;
}

#overview .overview-table dl {
	font-size: 11px;
}

#overview .overview-table dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	padding-right: 5px;
}

#overview .overview-table {
	position: relative;
	background-color: #fff;
	background-repeat: repeat;
	width: 290px;
	min-height: 170px;
	padding: 0;
	margin: 0 10px 10px 0;
	transition: all 0.2s linear;
	box-shadow: 1px 1px 6px #d1cfc9;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 1260px) {
	#overview .overview-table {
		width: 270px;
		min-height: 170px;
	}
}

@media only screen and (max-width: 1178px) {
	#overview .overview-table {
		width: 240px;
		min-height: 170px;
	}
}

#overview .overview-table:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: 1px 1px 6px #96918c;
	/*-webkit-transform: rotate(3deg) scale(1.05);
   -moz-transform: rotate(3deg) scale(1.05);
     -o-transform: rotate(3deg) scale(1.05); */
}

#overview .overview-table-meta,
#overview .overview-table-content {
	padding: 12px 16px;
}

#overview .overview-table-meta p {
	margin: 0;
	font-family: "Droid Serif Italic", Georgia, Serif;
	font-style: italic;
	text-transform: lowercase;
	color: #7c7a71;
}

#overview .hidden {
	/*background-color:rgba(255,255,255,0.5) !important; */
	opacity: 0.5;
}

#overview .hidden h2 {
	text-decoration: line-through;
}

span.pend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 9px 6px 4px 6px;
	min-width: 27px;
	min-height: 31px;
	text-align: center;
	float: left;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	cursor: default;
	display: inline-block;
	vertical-align: bottom;
	/*Temp fix*/
	margin-left: -27px;
}

form.jack-form-menu span.pend {
	min-width: 32px;
	text-align: right;
	padding: 7px 2px 4px 5px;
}

span.pend.success {
	background-color: #35b032;
}

span.pend.error {
	background-color: #b03232;
}

small.pend {
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
}

/**
 * http://www.felgall.com/htmlt104.htm
 */

.jack-setup fieldset#section-features {
	overflow: inherit;
}

.options-table {
	background-color: #e5e2d9;
	border: 1px solid #d1cfc9;
}

.options-table thead th {
	text-align: center;
	vertical-align: bottom;
	background-color: #4f4a42;
	color: #d1cfc9;
	padding: 10px;
	border-width: 0 1px 3px 0;
	border-style: solid;
	border-color: #d1cfc9 #e5e2d942 #d1cfc9 #d1cfc9;
	/*d1cfc9 / 4f4a42*/
	font-family: "segoe ui", tahoma, sans-serif;
	font-weight: normal;

	position: -webkit-sticky;

	position: sticky;
	top: 36px;
	z-index: 9999;
}

.options-table tbody th {
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
	font-family: "segoe ui", tahoma, sans-serif;
	font-weight: normal;
	/* background-color: rgba(0, 0, 0, 0.05); */
	background-color: #d9d7ce;
	border-bottom: 1px solid #c3c1b7;
	border-right: 3px solid #d1cfc9;
}

.options-table td {
	text-align: center;
	border-width: 0 1px 1px 0 !important;
	border-style: solid dashed;
	border-color: #d1cfc9;
	padding: 5px;
	color: #96918c;
}

.zero {
	padding: 0 !important;
	margin: 0 !important;
}

/*
.options-table td {
	border-width: 0 0 1px 1px !important;
	border-style: solid;
	border-color: #d1cfc9;
	text-align: center;
	vertical-align: middle;
}
*/

.options-table td.field-markup label {
	display: none;
}

.options-table td input[type="checkbox"],
.options-table td input[type="radio"] {
	margin: 0;
}

.options-table select.text {
	max-width: 100%;
}

.options-table input[type="text"],
.options-table select,
.options-table textarea {
	min-width: 120px;
	height: 35px;
	resize: auto !important;
}

.options-table td.field-name {
	min-width: 200px;
	text-align: right;
	vertical-align: middle;
	color: #4f4a42;
}

.options-table thead th.field-name {
	border-right-width: 0;
}

.options-table tr.required td.field-name {
	font-weight: bold;
}

/*.options-table tr.row-1{background-color:#e5e2d9;}
.options-table tr.row-2{background-color:#dfdcd4;} */

.options-table .hover td,
.options-table colgroup.hover {
	background-color: #4f4a4212;
}

.options-table colgroup.hover col {
	background: #e7d6c8;
}

.options-table thead th.hover {
	color: #eb4c07;
	background: #fff;
	border-bottom-color: #eb4c07;
}

.options-table thead th.field-name.hover {
	background: #4f4a42;
	border-color: #d1cfc9;
}

.options-table td label {
	display: block;
}
.options-table th span {
	display: none;
}

.options-table th.hover span {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	color: #4f4a42;
	padding: 10px;
	border: 0;
	background: #fff;
	z-index: 9999999999999999999999999;
}

.options-table tbody .hover th {
	color: #eb4c07;
	background: #fff;
	border-right-color: #eb4c07;
}

/**
 * Diff
 */

.diff p {
	margin: 0 0 1rem;
}

.diff ins {
	background: #90ee9080;
	text-decoration: none;
	margin-right: 4px;
	padding: 2px 4px;
	white-space: nowrap;
}

.diff ins:before {
	content: "+";
	text-decoration: none;
	padding-right: 3px;
	border-right: 1px dotted #00000026;
	margin-right: 3px;
	min-width: 12px;
	display: inline-block;
	text-align: center;
}

.diff del {
	background: #ffc0cb80;
	margin-right: 4px;
	padding: 2px 4px;
	white-space: nowrap;
	text-decoration: none;
}

.diff del:before {
	content: "-";
	text-decoration: none;
	padding-right: 3px;
	border-right: 1px dotted #00000026;
	margin-right: 3px;
	min-width: 12px;
	display: inline-block;
	text-align: center;
}

table.diff {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

table.diff th,
table.diff td {
	border: 1px solid #d1cfc9;
	text-align: left;
	font-family: "Droid Sans Mono", sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 10px;
}

table.diff th.field-name {
	min-width: 140px;
	text-align: right;
	vertical-align: top;
	text-transform: uppercase !important;
	font-size: 10px !important;
	font-family: "Quicksand Bold", Arial, Helvetica, sans-serif !important;
	font-weight: normal;
}

/* .diff-form.opened {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
} */

table.diff td.changes {
	background: #ffffff59;
	/* color: #96918c73 !important; */
}

table.diff td.changes ins {
	color: #96918c !important;
}

table.diff td.changes del {
	color: #96918c !important;
}

.changes {
	width: 100% !important;
}

fieldset {
	/*	margin-bottom: 20px; */
	position: relative;
	padding: 0;
}

/*.js fieldset.collapsible div
{
	display:none;
} */

fieldset.collapsible,
fieldset.collapsed {
	border-width: 1px 0 0 0 !important;
	border-style: dotted;
	border-color: #d1cfc9;
	border: none;
	margin-top: 0 !important;
}

fieldset.collapsible.trans div.collapsible-group {
	background: none !important;
	padding: 0;
	border: 0;
}

.attachment .collapsible-group {
	padding: 0 10px !important;
}

fieldset.edit-form.collapsible.trans {
	width: 100%;
}

fieldset.tokens div.collapsible-group {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

fieldset.tokens.collapsible {
	border-width: 0 !important;
}

.collapsible-group::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.collapsible-group:hover::-webkit-scrollbar-thumb {
	background: #cfceca;
}

.collapsible-group:hover::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.3);
}

.collapsible-group::-webkit-scrollbar-thumb {
	background: none;
}

fieldset.collapsible legend {
	cursor: pointer;
}

fieldset.collapsible legend a.toggle {
	text-decoration: none;
	color: #bbb;
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
	word-break: break-all;
}

fieldset.collapsible legend.section a.toggle {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
}

fieldset.collapsible legend a.toggle:after {
	/* content: "\f204"; */
	/* content: "\f0da"; */
	content: "\f105";
	font-family: FontAwesome;
	font-size: 13px;
	padding-left: 3px;
	width: 1em;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

fieldset.collapsible legend.open a.toggle {
	color: #4f4a42;
}

fieldset.collapsible legend.open a.toggle:after {
	/* content: "\f205"; */
	/* content: "\f0d7"; */
	content: "\f107";
}

fieldset dt {
	margin-top: 10px;
}

fieldset dt:first-of-type {
	margin-top: 0;
}

dd,
dt {
	line-height: 18px;
}

fieldset legend {
	padding: 2px 6px 2px 0;
}

aside legend.section {
	padding: 0;
	/* padding-top: 10px; */
	padding-bottom: 10px;
	display: inline-block !important;
}

.form-submitted fieldset.edit-form {
	opacity: 0.7;
}

.form-submitted input[type="submit"] {
	background-color: #ffcc33;
	text-shadow: none;
}

.edit-form,
.attachment {
	border-width: 0;
	border: 1px dotted #d1cfc9;
}

.section-insert .edit-form dl,
.section-update .edit-form dl,
.section-insert .attachment,
.section-update .attachment {
	max-width: 1220px;
}

/**
 * Attachment
 */

.jack-form .filefield .attachment-empty {
	background-color: #fff;
}

div.info-bar {
	text-align: center;
	background: #ebe7dc;
	border: 1px solid #d3c7a7;
	margin: 10px 0;
}

div.info-bar .padder {
	padding: 1px 10px;
}

/**
 * Hilite
 */

.term-1 {
	background: #cf5b20;
	color: #fff;
}

.term-2 {
	background: #ecbf41;
	color: #000;
}

.term-3 {
	background: #000;
	color: #fff;
}

.term-4 {
	background: #fff;
	color: #3d3c31;
}

.term-5 {
	background: #ecbf41;
	color: #3d3c31;
}

.site-favicon {
	padding-top: 3px;
	padding-right: 3px;
	float: left;
	border: 0;
}

/**
 * Flag
 */

.flag-icon:before {
	content: "\00a0";
	display: none;
}

img.flag {
	opacity: 0.7;
}

/**
 * Textarea grippie
 */

.droppable {
	clear: both;
	/*min-height:24px;*/
	min-width: 180px;
	border: 1px solid #96918c;
	/*	margin-bottom:20px; */
	padding-bottom: 0;
	margin-bottom: 2px;
}

.droppable.active {
	border: 1px dotted #fc3;
	border: none !important;
}

.droppable.hovered {
	background-color: #900;
	border: 1px dotted #96918c;
	border: none !important;
	margin-bottom: 0;
	/* padding-bottom: 20px; */
}

.dropped {
	background: #fc3;
}

.jack-gallery {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jack-gallery .mark-row,
.jack-gallery .icon {
	float: left;
}

.jack-gallery li .edit-icons {
	/* float: right; */
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}

.jack-gallery li:hover .edit-icons {
	display: inline-block;
}

.jack-gallery li {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	background-color: #262423;
	color: #fff;
}

.jack-gallery li .gallery-label-id {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 3px 5px;
	border-radius: 50%;
	display: none;
}

.jack-gallery li .gallery-item-footer {
	padding: 5px;
}

.jack-gallery li a {
	display: inline-block;
}

/* .jack-gallery .edit-icons {
	display: none;
	position: absolute;
	top: 66px;
	left: 30px;
}

.jack-gallery .hover .edit-icons {
	display: block;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
} */

.visibility-0 {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.visibility-1 {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.visibility-status {
	position: absolute;
	top: 8px;
	left: 67px;
	color: #fff;
	background-color: #900;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 4px;
}

.visibility-1 .visibility-status {
	display: none;
}

.archive-0 {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.archive-1 {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.jack-gallery li.jack-gallery-item {
	background-image: url("images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

li.jack-gallery-meta {
	width: 331px;
	height: 335px;
	background-color: #fff;
	margin: 0 10px 10px 0;
	overflow-y: scroll;
}

.jack-gallery {
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
}

.jack-gallery .ui-sortable-helper {
	width: 160px;
	height: 186px;
}

.jack-gallery .ui-state-highlight {
	width: 160px;
	height: 186px;
	display: block;
	background: transparent !important;
	border: 2px dashed #000;
}

.lang-select {
	margin-top: 6px;
	text-decoration: none;
}

.lang-select img {
	vertical-align: bottom;
}

a.loading {
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGBgYEBAQERERG5ubqKiotzc3KSkpCQkJCgoKDAwMDY2Nj4+Pmpqarq6uhwcHHJycuzs7O7u7sLCwoqKilBQUF5eXr6+vtDQ0Do6OhYWFoyMjKqqqlxcXHx8fOLi4oaGhg4ODmhoaJycnGZmZra2tkZGRgoKCrCwsJaWlhgYGAYGBujo6PT09Hh4eISEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2np6erS0tLKyskxMTFJSUlpaWmJiYkJCQjw8PMTExHZ2djIyMurq6ioqKo6OjlhYWCwsLB4eHqCgoE5OThISEoiIiGRkZDQ0NMjIyMzMzObm5ri4uH5+fpKSkp6enlZWVpCQkEpKSkhISCIiIqamphAQEAwMDKysrAQEBJqamiYmJhQUFDg4OHR0dC4uLggICHBwcCAgIFRUVGxsbICAgAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA);
}

.empty-text {
	text-align: center;
	font-family: "Droid Serif Italic", Georgia, Serif;
	font-size: 20px;
	font-style: italic;
	opacity: 0.4;
}

/**
 * Material style Box shadows
 * @link https://medium.com/@Florian/freebie-google-material-design-shadow-helper-2a0501295a2d
 */

.box-shadow-l1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.box-shadow-l2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.box-shadow-l3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.box-shadow-l4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.box-shadow-l5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

div.edit-visibility,
div.edit-archive,
.edit-setup {
	display: inline-block;
	vertical-align: middle;
}

fieldset.tokens legend,
fieldset.file-slot legend.file-slot-legend {
	display: block !important;
}

fieldset.file-slot legend.file-slot-legend {
	padding: 2px 2px 2px 0;
	width: 100%;
}

fieldset.file-slot legend.file-slot-legend a {
	display: block;
	width: 100%;
}

fieldset.file-slot legend.file-slot-legend a.toggle:after {
	float: right;
	padding-right: 3px;
	text-align: center;
	border-radius: 50%;
	width: 16px;
	transition: all 0.2s ease-in-out;
}

fieldset.file-slot legend.file-slot-legend.open a.toggle:after {
	color: #000;
}

fieldset.file-slot {
	/* border: 1px dashed #d0ceca6b !important; */
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 7px !important;
	/* border-color: #d0ceca transparent transparent transparent !important;
	width: 100%;
	background: none; */
}

fieldset.file-slot div.collapsible-group {
	padding: 0 !important;
	margin: 0 !important;
}

fieldset.edit-form.edit-form-data.collapsible,
.filefield {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin: 0;
	transition: all 0.2s ease-in-out;
	/* overflow: hidden; */
}

fieldset.edit-form.edit-form-data.collapsible {
	padding-right: 25px;
	border-right: 1px solid #d1cfc9 !important;
}

aside fieldset.collapsible.trans {
	margin: 0 0 30px 0;
}

/* aside .collapsible-group {
	margin-top: 20px !important;
} */

fieldset.edit-form.collapsible {
	width: 65%;
	position: relative;
	/* width: calc(65% - 40px); */
}

fieldset.edit-form.collapsible.filefield-hidden {
	width: 100%;
}

html.maximal .filefield {
	width: 35%;
	padding: 0;
	margin-left: -1px;
	padding-left: 25px;
	border-left: 1px solid #d1cfc9;
	/* background: #f3f3f1;
	border: 1px solid #cfceca; */
}

@media only screen and (min-width: 1340px) {
	html.maximal .filefield {
		margin-top: -82px;
	}
}

a.toggle-all {
	color: #bbb;
	position: absolute;
	right: 0;
	font-size: 13px;
	background: #e5e3de;
	padding: 2px 0 2px 7px;
}

.action-meta,
.fieldset-container {
	max-width: 1280px;
	/* margin: 0 auto; */
}

.buttons-container {
	max-width: 804px;
}

.maximal .fieldset-container {
	padding-top: 40px;
	/* margin: 0 auto; */
}

fieldset.collapsible div.collapsible-group {
	border: 0;
	background: none;
	padding: 15px 0;
	padding-bottom: 0 !important;
	margin: 6px 0;
	margin-top: 0;
	margin-bottom: 0 !important;
	max-width: 100vw;
	max-height: calc(100% - 1px);
}

fieldset.collapsible div.collapsible-group p:first-of-type {
	margin-top: 0;
}

/* fieldset.collapsible div.collapsible-group dl.field:last-of-type {
	margin-bottom: 0;
} */

.jack-site-settings fieldset.collapsible div.collapsible-group,
.jack-users fieldset.collapsible div.collapsible-group,
.jack-setup fieldset.collapsible div.collapsible-group {
	background: #ffffff5e !important;
	padding: 20px !important;
	margin-bottom: 10px !important;
	border: 1px solid #9c99944d !important;
}

.jack-site-settings fieldset.collapsible,
.jack-users fieldset.collapsible,
.jack-setup fieldset.collapsible {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	display: block;
}

/**
 * Alerts & Notifications
 */

/*html.jack .alert?*/

.alert,
.notification {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-success,
.alert.success,
.notification-success,
.notification.success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert.success a,
.notification.success a {
	color: inherit;
}

.alert-danger,
.alert.danger,
.alert-error,
.alert.error,
.notification-danger,
.notification.danger,
.notification-error,
.notification.error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert.error a,
.notification.error a {
	color: inherit;
}

.alert-warning,
.alert.warning,
.notification-warning,
.notification.warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert.warning a,
.notification.warning a {
	color: inherit;
}

.alert-info,
.alert.info,
.notification-info,
.notification.info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert.info a,
.notification.info a {
	color: inherit;
}

.alert p:last-child,
.notification p:last-child,
p.alert,
p.notification {
	margin-bottom: 0;
}

p.top-notification {
	line-height: 24px;
	margin: 0;
	padding: 0.75rem 10px 0.75rem 43px !important;
	border-radius: 0;
}

p.top-notification.success {
	border-bottom: 1px dashed #15572414 !important;
}

p.top-notification span {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}

/**
 * custom-links
 */

ul.custom-links {
	display: inline-block;
	margin: 0;
}

ul.custom-links li {
	display: inline-block;
}

ul.custom-links li a {
	text-transform: uppercase !important;
	font-size: 11px !important;
	font-family: "Quicksand Bold", Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	background-color: #fff;
	padding: 4px 6px;
	border-color: #cfceca;
	border-width: 1px;
	border-style: solid;
	margin-right: 5px;
	text-decoration: none;
}

.hide {
	display: none;
}

/**
 * Grid
 */

.grid {
	zoom: 1;
}

/**
 * Grid
 */

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven {
	display: block;
	margin-bottom: 20px;
}

.grid {
	clear: both;
	margin: 0 auto;
}

.grid .grid {
	width: auto;
	margin: -20px -10px;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve {
	float: left;
	margin-bottom: 0;
	box-sizing: border-box;
	padding: 10px;
}

.one {
	width: 8.33%;
}

.two {
	width: 16.66%;
}

.three {
	width: 25%;
}

.four {
	width: 33.33%;
}

.five {
	width: 41.66%;
}

.six {
	width: 50%;
}

.seven {
	width: 58.33%;
}

.eight {
	width: 66.66%;
}

.nine {
	width: 75%;
}

.ten {
	width: 83.33%;
}

.eleven {
	width: 91.66%;
}

.twelve {
	width: 100%;
}

@media screen and (max-width: 480px) {
	.one,
	.two,
	.three,
	.four,
	.five,
	.six,
	.seven,
	.eight,
	.nine,
	.ten,
	.eleven,
	.twelve {
		width: 100%;
	}

	/* Offsets */
	.offset-one {
		margin-left: 0 !important;
	}

	.offset-two {
		margin-left: 0 !important;
	}

	.offset-three {
		margin-left: 0 !important;
	}

	.offset-four {
		margin-left: 0 !important;
	}

	.offset-five {
		margin-left: 0 !important;
	}

	.offset-six {
		margin-left: 0 !important;
	}

	.offset-seven {
		margin-left: 0 !important;
	}

	.offset-eight {
		margin-left: 0 !important;
	}

	.offset-nine {
		margin-left: 0 !important;
	}

	.offset-ten {
		margin-left: 0 !important;
	}

	.offset-eleven {
		margin-left: 0 !important;
	}
}

/* Offsets */

.offset-one {
	margin-left: 8.33%;
}

.offset-two {
	margin-left: 16.66%;
}

.offset-three {
	margin-left: 25%;
}

.offset-four {
	margin-left: 33.33%;
}

.offset-five {
	margin-left: 41.66%;
}

.offset-six {
	margin-left: 50%;
}

.offset-seven {
	margin-left: 58.33%;
}

.offset-eight {
	margin-left: 66.66%;
}

.offset-nine {
	margin-left: 75%;
}

.offset-ten {
	margin-left: 83.33%;
}

.offset-eleven {
	margin-left: 91.66%;
}

/*
 * table.css
 */

/**
 * Table listings
 */

form .wrapper {
	margin-bottom: 10px !important;
	/*background: rgba(255, 255, 255,0.2);*/
}

table.databoy-table-listing {
	clear: both;
	width: 100%;
}

/*
 * Sexy scrollbars for webkit
 */

.view-options .wrapper::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.1);
}

.view-options .wrapper::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
}

/**
 * tr.options
 */

table.databoy-table-listing tfoot td {
	padding: 10px;
	margin: 0;
	vertical-align: top;
}

table.databoy-table-listing tr td.databoy-view-action {
	background-image: url(images/bg.checkbox.png);
	background-image: url(images/tfoot.arrow_ltr.png);
	background-position: 12px 0;
	background-repeat: no-repeat;
	border: 0 none !important;
}

th a.column-header {
	display: block;
	height: 100%;
	width: auto;
}

th a.column-header small {
	/*  display: block; */
	color: #96918c;
}

table.databoy-table-listing thead td,
table.databoy-table-listing thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 36px;
}

/*
 * th
 */

table.databoy-table-listing thead th {
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 14px;
	background-color: #e6e1d2;
	background-color: #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #e6e1d2;
	border-right: 1px solid #e6e1d2;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
}

table.databoy-table-listing thead th small {
	font-weight: normal;
	text-transform: lowercase;
	/*  border-top: 1px solid #d8cfb9;
  padding-top: 3px;
  margin-top: 3px; */
	font-style: italic;
}

table.databoy-table-listing thead th,
table.databoy-table-listing thead th a {
	color: #4f4a42;
	/*97835C*/
	text-decoration: none;
}

table.databoy-table-listing thead th a.column-header-sort span,
table.databoy-table-listing thead th a.column-header-visibility span {
	display: none;
}

table.databoy-table-listing thead th a.column-header {
	padding: 7px;
}

table.databoy-table-listing thead th a.icon-sort-both:hover {
	border-top-color: #e6e1d2;
	color: #eb4c07;
}

table.databoy-table-listing thead th.primary {
	width: 20px;
}

table.databoy-table-listing td.primary {
	width: 20px;
	color: #96918c;
}

table.databoy-table-listing thead th.edit-checkbox {
	vertical-align: middle;
	text-align: center;
}

table.databoy-table-listing thead th.current a {
	color: #eb4c07;
}

table.databoy-table-listing thead th.sort-asc {
	border-bottom-color: #eb4c07;
}

table.databoy-table-listing thead th.sort-desc {
	border-top-color: #eb4c07;
}

table.databoy-table-listing td.edit-icons,
table.databoy-table-listing th.edit-icons {
	/*  width:24px !important;
  max-width: 24px !important; */
	padding: 0;
}

table.databoy-table-listing .icon {
	display: inline-block;
	width: 20px;
}

table.databoy-table-listing th.edit-ecd,
table.databoy-table-listing td.edit-ecd {
	width: 88px;
	min-width: 88px;
	max-width: 88px;
	padding: 0 10px;
}

table.databoy-table-listing th.edit-ecd {
	vertical-align: middle;
}

table.databoy-table-listing th.column__sort,
table.databoy-table-listing th.column__archive,
table.databoy-table-listing th.column__pin,
table.databoy-table-listing th.column__visibility,
table.databoy-table-listing td.edit-archive,
table.databoy-table-listing td.edit-drag,
table.databoy-table-listing td.edit-pin,
table.databoy-table-listing td.edit-visibility {
	width: 26px !important;
	max-width: 26px !important;
	min-width: 26px !important;
}

table.databoy-table-listing td.edit-icons {
	text-align: center;
	white-space: nowrap;
	padding-top: 11px;
}

table.databoy-table-listing td.edit-checkbox {
	text-align: center;
	padding: 11px 0 0 0;
	width: 24px !important;
	max-width: 24px !important;
	border-right: 1px solid #dfd8c5;
}

td.type-int,
td.type-decimal {
	text-align: right;
}

td.table-column-mastertable {
	text-align: left;
}

table.databoy-table-listing td.edit-icons a.icon,
table.databoy-table-listing td.edit-icons img,
table.databoy-table-listing th.edit-icons a.icon,
table.databoy-table-listing th.edit-icons img {
	padding: 0;
}

table.databoy-table-listing .edit-drag .drag-handle {
	cursor: not-allowed;
}

table.databoy-table-listing.sortable-rows-enabled .edit-drag .drag-handle {
	cursor: n-resize;
}

.is-pinned .icon-drag {
	background: none;
	cursor: not-allowed !important;
}

.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
}

.ui-state-highlight td {
	border-top: 1px dotter #333 !important;
	border-bottom: 1px dotter #333 !important;
	background-color: #ffcc33 !important;
}

table.databoy-table-listing .ui-sortable-helper {
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
	/*hiding the cloned row for now.*/
	display: none !important;
}

/* tr.ui-state-highlight,
tr.ui-sortable-helper {
  width: 100% !important;
} */

/**
 * td
 */

table.databoy-table-listing tbody tr td {
	vertical-align: top;
	padding: 12px;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	/* filter:none; /* diables cleartype */
}

table.databoy-table-listing tbody tr td.is-editable {
	padding: 0;
}

table.databoy-table-listing tbody tr td.is-editable .editable-wrapper {
	padding: 12px 8px;
}

table.databoy-table-listing td.table-files {
	vertical-align: middle;
	/* width: 104px;
	min-width: 104px;
	max-width: 104px; */
	white-space: nowrap;
	background-color: transparent !important;
	padding: 0 12px;
}

table.databoy-table-listing td.table-files a {
	display: inline-block;
	padding: 1px;
	vertical-align: middle;
}

table.databoy-table-listing tbody tr td.editable-showing {
	padding: 5px;
}

table.databoy-table-listing tr.even td {
	background-color: #f8f7f0;
	/*  background-color: rgba(255, 255, 255, 0.9); */
}

table.databoy-table-listing tr.odd td {
	background-color: #fff;
	/*  background-color: rgba(255, 255, 255, 0.7); */
}

table.databoy-table-listing tr.even td.current {
	background-color: #e2ddd0;
}

table.databoy-table-listing tr.odd td.current {
	background-color: #ebe7dc;
}

table.databoy-table-listing td.table-data {
	border-right: 1px solid #e6e1d2;
}

table.databoy-table-listing.databoy-table-collapsed td.table-data {
	/* max-width: 12em; */
	line-height: 1.4em;
}

table.databoy-table-listing.databoy-table-collapsed td.table-data div.editable-wrapper {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: auto !important;
	max-width: 12em;
}

.type-int.is-editable input:not([type="radio"]):not([type="checkbox"]),
.type-decimal.is-editable input:not([type="radio"]):not([type="checkbox"]) {
	text-align: right;
}

table.databoy-table-listing .table-data a {
	text-decoration: none;
	border-bottom: 1px dotted #d8cfb9;
}

table.databoy-table-listing .table-data a.nul {
	text-decoration: none;
	border-bottom: none;
}

/* .table-footer {
	position: -webkit-sticky;
	position: sticky;
	bottom: 30px;
} */

.table-options {
	float: right;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

.table-options p {
	display: inline;
	margin: 0;
}

.table-actions .button {
	margin-right: 10px;
}

/**
 * Colorize row
 */

.cl-red {
	border-bottom-color: #a62929 !important;
}

.cl-red td {
	background-color: #a62929 !important;
	color: #fff !important;
	border-right-color: #a62929 !important;
}

.cl-red td a {
	color: #fff !important;
}

.odd.cl-red {
	border-bottom-color: #a12727 !important;
}

.odd.cl-red td {
	background-color: #a12727 !important;
	color: #fff !important;
	border-right-color: #a12727 !important;
}

.odd.cl-red td a {
	color: #fff !important;
}

.cl-yellow td {
	background-color: #ffdd2a !important;
	color: #000 !important;
}

.cl-yellow td a {
	color: #000 !important;
}

.odd.cl-yellow {
	opacity: 0.5;
}

.odd.cl-yellow td {
	background-color: #fc0 !important;
}

.cl-orange {
	border-bottom-color: #cc6633 !important;
}

.cl-orange td {
	background-color: #cc6633 !important;
	color: #fff !important;
	border-right-color: #cc6633 !important;
}

.cl-orange td a {
	color: #fff !important;
}

.odd.cl-orange {
	border-bottom-color: #c66330 !important;
}

.odd.cl-orange td {
	background-color: #c66330 !important;
	color: #fff !important;
	border-right-color: #c66330 !important;
}

.odd.cl-orange td a {
	color: #fff !important;
}

.cl-green {
	border-bottom-color: #86a82a !important;
}

.cl-green td {
	background-color: #86a82a !important;
	color: #fff !important;
	border-right-color: #86a82a !important;
}

.cl-green td a {
	color: #fff !important;
}

.odd.cl-green {
	border-bottom-color: #81a328 !important;
}

.odd.cl-green td {
	background-color: #81a328 !important;
	color: #fff !important;
	border-right-color: #81a328 !important;
}

.odd.cl-green td a {
	color: #fff !important;
}

.cl-white {
	border-bottom-color: #fff !important;
}

.cl-white td {
	background-color: #fff !important;
	color: #fff !important;
	border-right-color: #fff !important;
}

.cl-white td,
.cl-white td a {
	color: #444 !important;
}

.odd.cl-white {
	border-bottom-color: #eee !important;
}

.odd.cl-white td {
	background-color: #eee !important;
	color: #fff !important;
	border-right-color: #eee !important;
}

.odd.cl-white td,
.odd.cl-white td a {
	color: #444 !important;
}

.cl-grey {
	border-bottom-color: #9b9b9b !important;
}

.cl-grey td {
	background-color: #9b9b9b !important;
	color: #fff !important;
	border-right-color: #9b9b9b !important;
}

.cl-grey td a {
	color: #fff !important;
}

.odd.cl-grey {
	border-bottom-color: #838383 !important;
}

.odd.cl-grey td {
	background-color: #838383 !important;
	color: #fff !important;
	border-right-color: #838383 !important;
}

.odd.cl-grey td a {
	color: #fff !important;
}

/**
 * Colorize tag
 */

span.cl-tag {
	padding: 2px 4px;
	font: 11px tahoma, arial, sans-serif;
	cursor: default;
}

span.cl-tag.cl-red {
	background-color: #a62929 !important;
	color: #fff !important;
}

span.cl-tag.cl-red a {
	color: #fff !important;
}

span.cl-tag.cl-yellow {
	background-color: #ffdd2a !important;
	color: #000 !important;
}

span.cl-tag.cl-yellow a {
	color: #000 !important;
}

.cl-orange {
	background-color: #cc6633 !important;
	color: #fff !important;
}

.cl-orange a {
	color: #fff !important;
}

.cl-green {
	background-color: #86a82a !important;
	color: #fff !important;
}

.cl-green a {
	color: #fff !important;
}

.cl-white {
	background-color: #fff !important;
	color: #fff !important;
}

.cl-white,
.cl-white a {
	color: #444 !important;
}

.cl-grey {
	background-color: #9b9b9b !important;
	color: #fff !important;
}

.cl-grey a {
	color: #fff !important;
}

/**
 * Compute
 */

tr.compute-results td {
	text-align: right;
	border-top: 2px solid #bdb8a8;
	padding: 4px 10px !important;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

td.compute-result {
	border-right: 1px solid #e6e1d2;
}

.master-disabled {
	color: #aaa;
}

.master-disabled:checked {
	color: red;
}

table.databoy-table-listing div.saving {
	color: #96918c;
	text-decoration: blink;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.view-options select.text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
	border: 2px solid #fff;
	padding: 2px !important;
}

/*
 * tipsy.css
 */

/*
 * Tipsy tooltips
 */

.tipsy {
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
	font-style: italic;

	position: absolute;
	z-index: 100000;
	padding: 5px;
}

.tipsy-inner {
	background-color: #383631;
	color: #fff;
	max-width: 200px;
	text-align: center;
	padding: 8px 8px;
	border-radius: 3px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.tipsy-arrow {
	position: absolute;
	background: url("images/tipsy.png") no-repeat top left;
	width: 9px;
	height: 5px;
}

.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
}

.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
}

.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 5px;
	height: 9px;
	background-position: top right;
}

.tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 5px;
	height: 9px;
}

/*
 * typography.css
 */

body {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@font-face {
	font-family: "Quicksand Bold";
	src: url("fonts/Quicksand_Bold-webfont.eot");
	src: url("fonts/Quicksand_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Quicksand_Bold-webfont.woff") format("woff"), url("fonts/Quicksand_Bold-webfont.ttf") format("truetype"), url("fonts/Quicksand_Bold-webfont.svg#QuicksandBold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "League Gothic";
	src: url("fonts/leaguegothic-regular-webfont.eot");
	src: url("fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/leaguegothic-regular-webfont.woff") format("woff"), url("fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Droid Serif Italic";
	src: url("fonts/DroidSerif-Italic-webfont.eot");
	src: url("fonts/DroidSerif-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/DroidSerif-Italic-webfont.woff") format("woff"), url("fonts/DroidSerif-Italic-webfont.ttf") format("truetype"), url("fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Droid Sans Mono";
	src: url("fonts/DroidSansMono-webfont.eot");
	src: url("fonts/DroidSansMono-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/DroidSansMono-webfont.woff") format("woff"), url("fonts/DroidSansMono-webfont.ttf") format("truetype"), url("fonts/DroidSansMono-webfont.svg#DroidSansMono") format("svg");
	font-weight: normal;
	font-style: normal;
}

::-moz-selection {
	background-color: #d1cfc9;
	color: #fff;
}

::selection,
::-moz-selection {
	background-color: #d1cfc9;
	color: #fff;
}

h1,
h2,
h3,
h4 {
	font: normal 100px/1.2 "League Gothic", Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	cursor: default;
}

.action-meta h1 {
	font-size: 100px;
	line-height: 0.8em;
	padding-right: 10px;
}

h1 {
	font-size: 100px;
	text-shadow: 1px 1px 1px #96918c;
	/*#D1CFC9*/
}

h1.dashboard-title {
	line-height: 88px;
	margin: 0 0 20px 0;
}

h1.dashboard-title span {
	display: block;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.action-meta p {
	/*	font-family: 'League Gothic',Arial,sans-serif; */
	font-size: 13px;
}

h1,
h1 a {
	color: #fff;
}

h2 {
	font-size: 38px;
	line-height: 32px;
}

h2.row-count {
	color: #fff;
}

.overview-table h2 a {
	text-decoration: none;
}

p,
li,
legend,
td,
th {
	font-size: 13px;
	line-height: 16px;
}
/*
 * unsorted.css
 */

.pipe {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1);
	width: 1px;
	height: auto;
	min-height: 20px;
	vertical-align: middle;
}

.action-meta {
	margin: 0;
	padding: 20px 0 0 0;
}

.action-meta h2 {
	display: inline;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}

.action-meta p {
	font-family: "segoe ui", tahoma, sans-serif;
	opacity: 0.9;
	margin-top: 0;
	padding-top: 0;
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 26px !important;
}

.action-meta p {
	background-image: url(images/text_columns.png);
}

.action-meta a {
	text-decoration: none;
}

.site-favicon {
	margin: 0;
}

ul.menu {
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 15px;
}

ul.menu li a {
	font-size: 11px;
}

dl.footprint-stats {
	border: 0;
}

dl.footprint-stats dt,
dl.footprint-stats dd {
	border-top: 1px solid #cfceca;
	font-size: 13px;
	padding: 6px;
}

dl.footprint-stats dt {
	float: left;
	clear: left;
	width: 262px;
	margin: 0;
	word-break: break-all;
	font-weight: bold;
}

dl.footprint-stats dd {
	margin: 0 0 0 262px;
	padding: 6px 6px 6px 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

td.is {
	padding: 0.5em 0.5em 0.5em 2em;
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
}

.small,
.small a,
small,
small a {
	font-weight: normal;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
	/* font-style: italic; */
	opacity: 0.7;
}

small.append {
	font-style: normal;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	opacity: 0.5;
}

.pass,
td.required {
	background-image: url(images/tick.png);
}

.fail {
	background-image: url(images/fail.png);
}

.unknown {
	background-image: url(images/help.png);
}

/* .warning {
	background-image: url(images/warning.png);
} */

.folder {
	background-image: url(images/folder.png);
}

.file {
	background-image: url(images/page.png);
}

.windows {
	background-image: url(images/icon.windows.jpg);
}

.collation {
	background-image: url(images/collation.png);
}

.version {
	background-image: url(images/brick.png);
}

.plugin {
	background-image: url(images/plugin.png);
}

.os {
	background-image: url(images/server.png);
}

.win {
	background-image: url(images/server.png);
}

.osx {
	background-image: url(images/icon.osx.png);
}

.tux {
	background-image: url(images/tux.png);
}

.user {
	background-image: url(images/user.png);
}

.email {
	background-image: url(images/email.png);
}

.role {
	background-image: url(images/shield.png);
}

.sitemap {
	background-image: url(images/sitemap.png);
}

.ip {
	background-image: url(images/computer.png);
}

.computer {
	background-image: url(images/computer.png);
}

.browser {
	background-image: url(images/server.png);
}

.resolution {
	background-image: url(images/monitor.png);
}

span.database {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/database.png) !important;
	border-width: 0 !important;
	padding-left: 17px !important;
}

.site-info {
	padding: 3px 5px;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 145px;
	font-size: 11px;
	text-align: right;
	word-wrap: break-word;
}

.site-info p {
	margin: 0;
	font-size: 11px;
	font-family: "Quicksand Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.site-info p,
.site-info a {
	color: #7c7a71;
	text-decoration: none;
}

.site-info a:hover {
	color: #aaa;
}

.site-info a.sitename {
	width: 90px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-info a.username {
	font-family: "Droid Serif Italic", Georgia, Serif;
	font-style: italic;
	text-transform: lowercase;
	/* color: #aaa; */
}

.site-info a.log-out {
	font-family: "Droid Serif Italic", Georgia, Serif;
	font-style: italic;
	text-transform: lowercase;
	color: #eb4c07;
	float: right;
	margin-left: 5px;
	padding: 5px;
	font-size: 20px;
}

.site-info a.log-out:hover {
	color: #ff5043;
}

/**
 * jack-teleport
 */

.jack-teleport {
	width: 100%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-image: url(images/database.png) !important;
	/*	padding-top: 1px; */
	margin-left: -20px;
}

.jack-teleport-setup {
	background-image: url(images/cog.png) !important;
}

.jack-teleport-site-settings {
	background-image: url(images/brick.png) !important;
}

.jack-teleport-navigation {
	background-image: url(images/sitemap.png) !important;
}

.jack-teleport-server {
	background-image: url(images/server.png) !important;
}

.jack-teleport p {
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 20px;
	max-width: none !important;
}

.jack-teleport a {
	text-decoration: none;
	padding: 4px 6px 6px 6px;
	display: block;
	float: left;
	background-color: #fff;
	margin-right: 1px;
	margin-bottom: 1px;
	text-transform: capitalize;
}

.jack-teleport a:hover,
.jack-teleport a.current {
	background-color: #eb4c07;
	color: #eeecdc;
}

.table-header-block {
	float: left;
	display: block;
	vertical-align: bottom;
}

.databoy-view-result-set {
	padding-right: 10px;
}

.option-rpp select {
	text-align: right;
}

/*
 * databoy-table-listing
 */

div.databoy-view-action {
	background-image: url(images/arrow_ltr.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 0 0 60px;
	height: 100px;
}

.jack-form {
	clear: both;
}

.jack-form .attachment-image img {
	border: 5px solid #fff;
}

/*.jack-form.jack-filtered fieldset.attachment {
	display: none;
}*/

.jack-form dl.collapse-field {
	float: left;
	margin: 0 10px 0 0 !important;
	padding-right: 10px;
	border-width: 0 1px 0 0 !important;
	border-style: dotted;
	border-color: #d1cfc9;
}

.jack-form dl.field dt,
.jack-form dl.field dd {
	margin-top: 0;
}

.jack-form dl.field dt {
	position: -webkit-sticky;
	position: sticky;
	top: 36px;
	outline: none;
	z-index: 99;
}

body.section-content .jack-form dl.field dt {
	background: #e5e3de;
	border-bottom: 1px solid #d1cfc9;
}

.jack-form dl.field dt:focus {
	outline: none;
}

.prepend-show-lang img.flag {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
}

.jack-form dl.field dd {
	/*	overflow: auto; */
	/* this broke the flags */
	padding: 0;
	margin: 0;
	font-size: 13px;
	position: relative;
}

body.section-content .jack-form dl.field dd {
	margin-top: -1px;
}

.jack-form dl.field label.label {
	font-size: 12px;
}

.jack-form dl.field label.label span,
dl.field label.label strong,
dl.field label.label a.label-link,
.attachment label strong {
	display: inline-block;
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 3px 10px;
	border-color: #cfceca;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}

.field-type-tinyint dt {
	display: none;
}

.field-type-tinyint div {
	display: inline-block;
	background: #f3f1ef;
	padding: 5px;
	border: 1px solid #d0ceca;
	border-left: 0;
	vertical-align: middle;
	margin-right: 7px;
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
}

.jack-form .meta dd,
dd.field-type-set div,
dd.field-type-enum div {
	border: 1px solid #ced4da;
	padding: 0.375rem 0.75rem !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
}

dd.field-type-set input[type="checkbox"],
dd.field-type-enum input[type="radio"] {
	margin-left: 0;
}

dl.field.field-type-set label.label strong {
	border-width: 1px 1px 1px 1px;
}

.attachment label strong {
	display: inline-block;
}

.jack-form ol,
.jack-form ul {
	list-style: square;
}

.jack-form .form-action-buttons-bottom {
	float: none;
	margin: 0 !important;
	padding: 30px;
	position: fixed;
	width: 100%;
	background: #f3f3f1;
	left: 0;
	bottom: 0;
	text-align: center;
	transition: all 0.3s ease-out;
	z-index: 9999;
}

p.form-action-buttons.form-action-buttons-top {
	margin-top: -10px;
}

.ak {
	font-size: 11px;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=50, style=0);
}

/* thanks Github, you're the best!
  * http://stackoverflow.com/a/9917105
  * */

kbd {
	padding: 0.1em 0.5em;
	border: 1px solid #ccc;
	font-size: 11px !important;
	font-family: "Quicksand Bold", Arial, Helvetica, sans-serif !important;
	background-color: #f7f7f7;
	color: #333;
	display: inline-block;
	margin: 0 0.1em;
	text-shadow: 0 1px 0 white;
	line-height: 1.5;
	vertical-align: text-top;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px white inset;
	border-radius: 3px;
	text-transform: uppercase;
}

.button kbd {
	margin-right: -8px;
	margin-top: -12px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: 0s;
	opacity: 0;
}

.button:hover kbd {
	display: block;
	transition: opacity 2s ease-in 2s;
	opacity: 1;
}

/**
 * databoy-file-meta
 */

/* .filefield .attachment p {
	padding-bottom: 0;
	margin-bottom: 0;
} */

.jack-form .filefield .databoy-file-meta {
	margin: 0;
	line-height: 1em;
	font-size: 12px;
	position: relative;
	/* max-width: 370px; */
}

.jack-form .filefield .databoy-file-meta dt {
	padding: 0;
	margin: 0;
	width: 100%;
	text-transform: lowercase;
}

.jack-form .filefield .databoy-file-meta dt small.fineprint {
	font-style: normal;
}

/* .file-slot dt {
	display: none;
} */

.file-slot dd {
	margin-left: 0;
}

.jack-form .filefield .databoy-file-meta dd {
	padding: 0 0 10px 0;
	margin-left: 0;
	color: #96918c;
}

.jack-form .filefield .databoy-file-meta dd:last-of-type {
	padding: 0;
}

.jack-form .filefield .databoy-file-meta dd strong {
	color: #4f4a42;
	font-size: 15px;
	display: block;
}

/* div.file-slot {
	border-width: 1px 0 0 0 !important;
	border-style: dotted;
	border-color: #d1cfc9;
} */

div.file-slot:first-of-type {
	border-width: 0 !important;
}

div.file-slot.slot-full {
	margin-bottom: 40px;
}

/* div.file-slot:first-of-type .filefield .attachment p {
	margin: 0 !important;
	padding: 0 !important;
} */

.jack-form .filefield .mimetype {
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 19px;
	display: block;
	border-width: 0px 0 1px 0 !important;
	border-style: solid;
	border-color: #cfceca;
}

.jack-form .filefield .mimetype .fa,
.jack-form .filefield legend.file-slot-legend a.toggle .fa {
	font-size: 15px;
	vertical-align: text-bottom;
	font-weight: normal;
}

/**
 * Token
 */

.input-group.input-token {
	max-width: 49.5%;
	float: left;
}

.input-token span.input-group-addon.form-control-sm {
	min-width: 29px;
	padding: 0.25rem 0.25rem;
}

.input-group.input-token:nth-child(2n + 1) {
	margin: 0 1% 3px 0;
}

input.token {
	font-family: monospace;
	font-size: 11px;
	background-color: #fff !important;
}

/**
 * Sortable files
 */

.jack-form .filefield .slot {
	cursor: n-resize;
	position: relative;
}

/* .jack-form .filefield .slot:hover {
	background: rgba(255, 255, 255, 0.2) !important;
	outline: 1px solid #d1cfc9;
} */

/* .jack-form .filefield .slot:hover {
	background: rgba(255, 255, 255, 0.2) !important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	z-index: 2;
	-webkit-transition: all 100ms ease-in;
	-webkit-transform: scale(1.5);
	-ms-transition: all 100ms ease-in;
	-ms-transform: scale(1.005);
	-moz-transition: all 100ms ease-in;
	-moz-transform: scale(1.005);
	transition: all 100ms ease-in;
	transform: scale(1.005);
} */

.slots .ui-state-highlight {
	/* border: 1px dotted #999 !important; */
	margin-top: 11px;
	background: rgba(255, 255, 255, 0.2) !important;
	border: 1px dashed #d1cfc9 !important;
	outline: 1px dashed #d1cfc9;
	border-radius: 5px;
}

.slots .ui-state-highlight::after {
	content: "\f058";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 100px;
	color: #d1cfc9;
	text-align: center;
	margin: 0px 0px 0px 10px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slots .ui-sortable-helper {
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}

span.hide-me {
	display: none;
}

/**
 * Paging
 */

ul.paging {
	vertical-align: super;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
}

ul.paging li {
	display: inline;
}

.paging a:link,
.paging a:visited,
.paging a:active {
	padding: 7px 10px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.4);
}

.paging a.current,
.paging a:hover {
	color: #4f4a42;
	border: 1px solid #4f4a42;
}

.paging a.current {
	color: #fff;
	background-color: #4f4a42;
	/*313027*/
}

.paging-next a {
	margin-left: 10px !important;
}

.paging-back a {
	margin-right: 10px !important;
}

.action-buttons {
	background-image: url(images/arrow-swirl-down.png);
	background-repeat: no-repeat;
}

.action-buttons h2 {
	margin-left: 50px;
}

.action-buttons ul {
	padding: 0;
}

.action-buttons ul li {
	display: inline;
}

a.circle {
	background-color: #fff;
	border-radius: 50%;
	padding: 16px;
	display: inline-block;
	margin-right: 6px;
}

.icon {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 20px;
	height: 20px;
}

.icon span {
	display: none;
}

.icon-remove-terms {
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url(images/textfield_delete.png);
}

li.delete {
	background: url(images/delete.png) no-repeat center left;
	list-style: none;
	padding-top: 20px;
	padding-left: 20px;
}

.icon-invalid {
	background-image: url(images/warning.png);
	background-position: left;
	padding-left: 24px;
}

.error-text {
	color: #f00;
}

.icon-search {
	background-image: url(images/magnifier.png);
}

.icon-cancel {
	background-image: url(images/arrow_undo.png);
}

th a.column-header {
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: auto;
}

/**
 * Bind
 */

.bind div {
	width: 50%;
	font-size: 13px;
	border-radius: 3px;
}

.bind div ul {
	margin: 0;
	padding: 0;
	width: 220px;
}

/*.bind div.items-selected
{
	background-image: url(images/bg.t000.25.png);
	float:left;
}

.bind div.items-available
{
	background-image: url(images/bg.t000.10.png);
	float:left;
}*/

.bind .sortable-container {
	height: 120px;
	overflow: auto;
}

.bind .sortable-container li {
	border: 0 none;
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: circle;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}

.items-selected .sortable-container li {
	color: #fff;
}

#tooltip {
	border: 1px solid #333;
	border-radius: 3px;
	background: #f7f5d1;
	padding: 2px 5px;
	color: #333;
	font-size: 11px;
	max-width: 200px;
	text-align: left;
}

.hilite {
	padding: 2px 5px;
	margin: 0 2px;
	font-weight: bolder;
}

label.invalid {
	background-color: #cf5b20;
	/*color: #96918c;*/
	font-weight: normal;
	font-family: tahoma;
	font-size: 11px;
	padding: 2px 3px;
	color: #fff;
}

label.invalid a {
	color: #fff;
}

.message {
	padding: 0;
	margin: 50px auto 0 auto;
	text-align: left;
	width: 600px;
}

.message fieldset {
	background-color: #fff;
	margin: 0;
	padding: 30px;
	border: none;
}

.message fieldset h2 {
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 60px;
}

.message fieldset ul {
	list-style-type: square;
}

.message .button {
	margin: 0 2px 2px 0;
	border: 1px solid #d6d5d5 !important;
	border-radius: 0;
	box-shadow: none;
}

.message h2 {
	margin: 0;
}

.message .success h2 {
	background-image: url(images/icons/48/success.png);
}

.message .notice h2 {
	background-image: url(images/icons/48/notice.png);
}

.message .warning h2 {
	background-image: url(images/icons/48/warning.png);
}

.message .error h2 {
	background-image: url(images/icons/48/error.png);
}

.message .delete h2 {
	background-image: url(images/icons/48/delete.png);
}

.message h2.what-next {
	padding-left: 50px;
	height: 45px;
	background-image: url(images/arrow-swirl-down.png);
	background-repeat: no-repeat;
}

.message ul.what-next {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

.message ul.what-next li {
	display: inline;
}

/*
 * Minimal styling for phpinfo();
 */

fieldset.phpinfo table {
	width: 100%;
}

fieldset.phpinfo td.e {
	/* background-image: url(images/bg.t000.10.png);*/
	font-weight: bold;
}

fieldset.phpinfo img {
	float: right;
}

/* Grippie for textarea resizer plugin */

div.grippie {
	background-color: #e5e4de;
	background-image: url(images/grippie.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 2px;
	border-color: #d8d8d2;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}

.resizable-textarea textarea {
	display: block;
	margin-bottom: 0;
	width: 100%;
	/*height: 20%;*/
}

.databoy-pref-panel {
	float: right;
}

.databoy-pref-panel p {
	display: inline;
	color: #5f6553;
}

.databoy-pref-panel label {
	color: #5f6553;
	font-size: 11px;
	vertical-align: top;
}

/* drag handle */

/*table.jack-sitemap td
{
	padding:4px;
}

table.jack-sitemap tr.even td{}
table.jack-sitemap tr.odd td{background-image:url(images/bg.t000.10.png);}*/

.sort-tables .ui-sortable-helper {
	list-style: none;
}

/* .ui-sortable-helper {
	display: table;
} */

/**
 * sortable
 */

/*
.sortable
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60%;
}

.sortable li
{
	margin: 0 5px 5px 5px;
	padding: 5px;
}

html > body .sortable li
{

}

.placeholder
{
	background-image:url(images/bg.t000.10.png);
	height: 1.4em;
	line-height: 1.1em;
}*/

.prev-next {
	float: right;
	/*position:absolute;
	top:10px;
	right:10px;*/
}

/**
 * Experimental
 */

.inline-warning {
	background-color: #f7f5d1;
	border-color: #fff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	margin-bottom: 10px;
}

.inline-warning .padder {
	padding: 1px 10px;
}

.inline-warning p {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

/*
 * jTransfer
 */

.controlpanel ul,
.controlpanel li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.controlpanel li {
	padding: 10px;
}

.selectbox-source {
	text-align: right;
	background: #eee;
	width: 200px;
	margin-right: 10px;
}

.selectbox-target {
	background: #eee;
	width: 200px;
}

.selectbox-source,
.selectbox-target,
.controlpanel {
	display: block;
	float: left;
}

.selectbox-source select,
.selectbox-target select {
	width: 100%;
}

.ui-buttonset ul {
	margin: 2px 0;
}

.ui-buttonset li {
	display: inline;
}

hr {
	width: 100%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.1);
	border: 0 none;
	margin-top: 50px;
	margin-bottom: 50px;
}

#section-relationships hr {
	margin: 5px 0;
}

/*
 * watchdog.css
 */

.jack-watchdog-url,
.jack-watchdog-datetime,
.jack-watchdog-file,
.jack-watchdog-reference {
	white-space: nowrap;
}

td.jack-watchdog-message,
td.jack-watchdog-file {
	word-break: break-word;
}

td.jack-watchdog-message em,
td.jack-watchdog-message code {
	font-size: 11px;
	font-style: normal;
	background: #00000011;
	padding: 0 5px;
	display: inline-block;
}

table.table-watchdog tbody tr td {
	padding: 12px;
}

td.jack-watchdog-id {
	cursor: pointer;
}

.this-guy td.jack-watchdog-ip a {
	background-color: #ec4b072e;
	outline: 5px solid #ec4b072e;
}

td.server-vars {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

td.server-vars fieldset {
	margin-top: 0 !important;
}

td.server-vars .collapsible-group {
	word-break: break-all;
	background: none !important;
	padding: 0 0 10px 0 !important;
	border: 0 !important;
	-moz-column-count: 4;
	-moz-column-gap: 8px;
	-webkit-column-count: 4;
	-webkit-column-gap: 8px;
	column-count: 4;
	column-gap: 8px;
}

@media only screen and (min-width: 800px) and (max-width: 1140px) {
	td.server-vars .collapsible-group {
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 480px) and (max-width: 799px) {
	td.server-vars .collapsible-group {
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (max-width: 479px) {
	td.server-vars .collapsible-group {
		-moz-column-count: 1;
		column-count: 1;
	}
}

/* https://css-tricks.com/almanac/selectors/f/first-child/ */

td.server-vars .collapsible-group div.vars-container:first-child {
	margin-top: 0;
}

td.server-vars .collapsible-group div.vars-container {
	border: 1px solid #cfceca;
	margin-top: 10px;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}

td.server-vars .collapsible-group div.last {
	border-right: 1px solid #cfceca;
}

td.server-vars .collapsible-group div.scrollable {
	font-family: "Droid Sans Mono", sans-serif;
	font-size: 11px;
	padding: 10px;
	width: 100%;
	display: block;
	max-height: 400px;
	overflow: auto;
	white-space: pre-wrap;
	box-sizing: border-box;
}

td.server-vars .collapsible-group div.vars-container strong {
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: rgba(209, 207, 201, 0.3);
	width: 100%;
	padding: 4px 10px;
	display: block;
	box-sizing: border-box;
}

td.server-vars code.sql {
	background-color: #090909;
	border-left: none !important;
	font: 11px Monaco, "Courier New" !important;
	padding: 10px !important;
}

/*
 * Sexy scrollbars for webkit
 */

td.server-vars ::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

td.server-vars div:hover ::-webkit-scrollbar-thumb {
	background: #cfceca;
}

td.server-vars ::-webkit-scrollbar-thumb {
	background: none;
}

@media only screen and (max-width: 1350px) {
	.jack-watchdog-th-url,
	.jack-watchdog-url,
	.jack-watchdog-th-file,
	.jack-watchdog-file {
		display: none;
	}
}

/**
 * Better Minimal
 */

@media only screen and (max-width: 978px) and (max-height: 1200px) {
	html.maximal.jack #header,
	html.maximal.jack .jack-panel,
	html.maximal.jack .jack-info-panel,
	html.maximal.jack .jack-teleport,
	html.maximal.jack .jack-says,
	html.maximal.jack .prev-next,
	html.maximal.jack .action-meta,
	html.maximal.jack .action-meta h1,
	html.maximal.jack .OFF-edit-archive,
	html.maximal.jack .OFF-edit-setup,
	html.maximal.jack .OFF-edit-visibility,
	html.maximal.jack fieldset.collapsible-OFF legend,
	html.maximal.jack .live-filter-container,
	html.maximal.jack footer.site-footer {
		display: none !important;
	}

	.jack-form dl.field dt {
		top: 0;
	}

	.editor-toolbar {
		top: 25px;
	}

	body:before {
		box-shadow: none;
	}

	html.maximal.jack .fieldset-container {
		padding-top: 10px;
		padding-bottom: 40px;
	}

	html.maximal.jack {
		background-image: none !important;
		overflow: auto !important;
	}

	html.maximal.jack .buttons-container {
		/* position: absolute !important;
		right: 10px !important;
		top: 10px !important;
		z-index: 2147483645 !important; */
		border-bottom: 1px dashed #d0ceca;
		max-width: 100%;
		padding: 10px 0;
	}

	/* fieldset.edit-form.edit-form-data,
	aside.filefield {
		position: -webkit-sticky;
		position: sticky;
		top: 10px;
	} */

	/* html.maximal.jack .edit-form-data div.collapsible-group {
	padding-top: 45px !important;
} */

	html.maximal.jack a.circle {
		margin: 0 0 0 6px !important;
		padding: 14px !important;
	}

	html.maximal.jack .jack-form .form-action-buttons-top {
		display: none;
	}

	.jack-form .form-action-buttons-bottom {
		text-align: right;
	}

	/* html.maximal.jack .jack-form .form-action-buttons-bottom:hover {
		background: #f3f3f1;
	} */

	html.maximal.jack .form-action-buttons .button {
		float: none;
		display: inline-block;
		border-radius: 0;
	}

	html.maximal.jack body:before {
		box-shadow: none;
	}

	html.maximal.jack fieldset.edit-form.edit-form-data.collapsible {
		padding-right: 10px;
	}

	html.maximal.jack .filefield {
		width: 35%;
		padding: 0;
		margin-left: -1px;
		padding-left: 10px;
		padding-top: 10px;
		border-left: 1px dashed #d1cfc9;
		/* background: #f3f3f1; */
	}

	html.maximal.jack .filefield fieldset.collapsible {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		border: 0;
	}

	html.maximal.jack .file-slot-label {
		top: 0;
	}
	html.maximal.jack .file-slot-label .fa {
		font-size: 1em;
	}

	html.maximal.jack .jack-form a.popup.preview {
		float: none;
		margin: 0 0 10px 0;
	}

	html.maximal.jack .section-update .action-meta,
	html.maximal.jack .section-insert .action-meta {
		position: absolute;
		top: 0;
		right: 20px;
		display: none;
	}

	html.maximal.jack .action-meta p {
		background-image: none;
		padding-left: 0 !important;
	}

	html.maximal.jack .container {
		padding: 0 10px;
		max-height: 100%;
	}

	html.maximal.jack .jack-form {
		margin: 0;
	}

	html.maximal.jack body {
		padding-top: 0;
		padding-bottom: 55px;
	}

	html.maximal.jack .jack-form .filefield .preview.mime-image img,
	html.maximal.jack .jack-form .filefield .preview.mime-pdf,
	html.maximal.jack a.popup img {
		max-width: 100%;
		box-shadow: none;
	}

	html.maximal.jack .jack-form .form-action-buttons-top {
		display: none;
	}

	html.maximal.jack .form-action-buttons .button {
		float: none;
		display: inline-block;
		border-radius: 0;
	}
}

/**
 * Responsive tables
 * Disabled for now
 */

@media screen and (max-width: 600px) {
	.jack-form .form-action-buttons-bottom {
		padding: 20px;
		text-align: center;
	}

	/*	table.databoy-table-listing {
		border: 0;
	}

	table.databoy-table-listing caption {
		font-size: 1.3em;
	}

	table.databoy-table-listing thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table.databoy-table-listing tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: 0.625em;
	}

	table.databoy-table-listing td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: left;
	}

	table.databoy-table-listing td.edit-icons {
		display: inline-block;
	}

	table.databoy-table-listing td.primary,
	table.databoy-table-listing td.edit-checkbox,
	table.databoy-table-listing th.edit-ecd,
	table.databoy-table-listing td.edit-ecd,
	table.databoy-table-listing th.column__sort,
	table.databoy-table-listing th.column__archive,
	table.databoy-table-listing th.column__pin,
	table.databoy-table-listing th.column__visibility,
	table.databoy-table-listing td.edit-archive,
	table.databoy-table-listing td.edit-drag,
	table.databoy-table-listing td.edit-pin,
	table.databoy-table-listing td.edit-visibility {
		width: auto !important;
		min-width: unset !important;
		max-width: unset !important;
	}

	table.databoy-table-listing.databoy-table-collapsed td.table-data div.editable-wrapper {
		white-space: unset !important;
		text-overflow: unset !important;
		width: auto !important;
		max-width: 30em !important;
		display: block !important;
		padding: 4px;
	}

	table.databoy-table-listing td::before {
		content: attr(data-label);
		display: block;
		font-size: 11px;
		padding: 2px;
		opacity: 0.6;
	}

	table.databoy-table-listing td:last-child {
		border-bottom: 0;
	}*/
}
