﻿.membership-body {
	background: url('../images/login_background.jpg') no-repeat center center fixed;
	background-size: auto;
	background-size: cover;
	position: relative;
}
.membership-body:after {
	content: '';
	display: block;
	width: 200px;
	height: 33px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 200;
	background: url('../images/logo-LiveForum.svg') no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.autocomplete {
	position: relative;
	display: inline-block;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

.small-text {
	font-size: 12px;
}

.k-grid .k-filtercell .k-dropdown-wrap {
	min-height: 31px;
	background: #fff;
}

#operator-grid td {
	font-size: 15px;
}

.k-grid .k-filtercell .k-i-arrow-60-down::before {
	top: 10px;
}

#operator-grid tbody .k-button {
	min-width: 40px;
}

.k-grid-content {
	overflow: auto;
}

div.k-grid-footer,
div.k-grid-header {
	padding-right: 0 !important;
}

.k-list-container ul.k-list {
	background: #fff;
}

.validation-summary-errors ul {
	padding: 0;
	list-style: none;
}

input:checked + label.btn {
	color: #fff;
	background-color: #1985ac;
	border-color: #187da0;
	font-weight: bold;
	padding: 0.375rem 0.6rem;
}

.k-widget.k-numerictextbox,
.k-widget.k-datepicker,
.k-widget.k-multiselect {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	color: #5c6873;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e4e7ea;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-sizing: border-box;
}

.k-widget.k-multiselect {
	padding: 0;
}

.k-numeric-wrap,
.k-picker-wrap,
.k-multiselect-wrap,
.k-popup.k-list-container {
	border: none;
}

.k-numeric-wrap .k-input,
.k-picker-wrap .k-input {
	line-height: inherit;
	text-indent: inherit;
	padding: 0;
	vertical-align: middle;
}

.k-numeric-wrap .k-select,
.k-picker-wrap .k-select {
	width: auto;
	border: none;
}

.k-widget.k-calendar .k-calendar-view {
	width: 100%;
}

.k-calendar-container,
.k-grid.k-widget,
.k-widget.k-window,
.k-tooltip {
	background-color: #fff;
}

.k-calendar .k-state-selected.k-state-focused a {
	background-color: #20a8d8;
}

.k-grid.k-widget {
	width: 100%;
	margin-bottom: 1rem;
	color: #4f5d73;
	border-collapse: collapse;
	/*border: none;*/
}

.k-grid.k-widget th,
.k-grid.k-widget td {
	padding: 0.75rem;
	vertical-align: top;
	border: none;
	border-top: 1px solid;
	border-top-color: #d8dbe0;
}

.k-grid.k-widget thead th {
	vertical-align: bottom;
	border-bottom: 2px solid;
	border-bottom-color: #d8dbe0;
	font-weight: bold;
}

.k-grid.k-widget .k-grid-header th.k-header > .k-link {
	color: #000;
	font-weight: bold;
}

.k-pager-wrap .k-pager-numbers {
	margin: 0;
}

.k-pager-numbers-wrap .k-dropdown {
	display: none;
}

.k-pager-numbers {
	padding-right: 40px;
}

.k-grid.k-widget tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 21, 0.05);
}

.min-vh-50 {
	min-height: 50vh;
}

.k-widget.k-window .k-window-title {
	min-height: 0.9em;
}

.k-filter-menu.k-popup {
	background-color: #fff;
}

.dialog_buttons .confirm_yes {
	color: #fff;
	background-color: #20a8d8;
	border-color: #20a8d8;
}

.dialog_buttons .confirm_no {
	color: #23282c;
	background-color: #c8ced3;
	border-color: #c8ced3;
}

.btn-group input + .btn {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.k-grid .k-invalid {
	border-color: red;
}
.k-grid .k-tooltip-error {
	display: none;
}
.k-tooltip {
	color: #000 !important;
}
.k-button.k-button-icontext.btn.btn-warning.k-grid-add {
	color: #23282c;
	background-color: #ffc107;
	border-color: #ffc107;
}

.meter {
	height: 40px; /* Can be anything */
	position: relative;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter > span {
	display: block;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: rgb(43, 194, 83);
	background-image: linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}

.flag-property-disabled {
	color: #d1d1d1;
}
input[type='file'].form-control {
	height: 50px;
	padding: 11px 0.75rem 0 0.75rem;
}

.input-validation-error {
	border-color: #f86c6b;
	box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

.switch.switch-3d {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}

.switch.switch-3d .switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch.switch-3d .switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #f0f3f5;
	border: 1px solid #a4b7c1;
	border-radius: 2px;
	transition: opacity background 0.15s ease-out;
}

.switch.switch-3d .switch-input:checked ~ .switch-label::before {
	opacity: 0;
}

.switch.switch-3d .switch-input:checked ~ .switch-label::after {
	opacity: 1;
}

.switch.switch-3d .switch-handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #a4b7c1;
	border-radius: 1px;
	transition: left 0.15s ease-out;
	border: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.switch.switch-3d .switch-input:checked ~ .switch-handle {
	left: 16px;
}

.switch.switch-3d.switch-lg {
	width: 48px;
	height: 28px;
}

.switch.switch-3d.switch-lg .switch-label {
	font-size: 12px;
}

.switch.switch-3d.switch-lg .switch-handle {
	width: 28px;
	height: 28px;
}

.switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
	left: 20px;
}

.switch.switch-3d.switch-sm {
	width: 32px;
	height: 20px;
}

.switch.switch-3d.switch-sm .switch-label {
	font-size: 8px;
}

.switch.switch-3d.switch-sm .switch-handle {
	width: 20px;
	height: 20px;
}

.switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
	left: 12px;
}

.switch.switch-3d.switch-xs {
	width: 24px;
	height: 16px;
}

.switch.switch-3d.switch-xs .switch-label {
	font-size: 7px;
}

.switch.switch-3d.switch-xs .switch-handle {
	width: 16px;
	height: 16px;
}

.switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
	left: 8px;
}

.switch-pill .switch-label,
.switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
	border-radius: 50em !important;
}

.switch-pill .switch-label::before,
.switch.switch-3d .switch-label::before {
	right: 2px !important;
}

.switch-pill .switch-label::after,
.switch.switch-3d .switch-label::after {
	left: 2px !important;
}

.switch-primary > .switch-input:checked ~ .switch-label {
	background: #20a8d8 !important;
	border-color: #1985ac;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
	border-color: #1985ac;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #20a8d8;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label::after {
	color: #20a8d8;
}

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
	border-color: #20a8d8;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #20a8d8;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #20a8d8;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #20a8d8 !important;
	border-color: #20a8d8;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
	background: #a4b7c1 !important;
	border-color: #869fac;
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
	border-color: #869fac;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #a4b7c1;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
	color: #a4b7c1;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
	border-color: #a4b7c1;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #a4b7c1;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #a4b7c1;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #a4b7c1 !important;
	border-color: #a4b7c1;
}

.switch-success > .switch-input:checked ~ .switch-label {
	background: #4dbd74 !important;
	border-color: #3a9d5d;
}

.switch-success > .switch-input:checked ~ .switch-handle {
	border-color: #3a9d5d;
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #4dbd74;
}

.switch-success-outline > .switch-input:checked ~ .switch-label::after {
	color: #4dbd74;
}

.switch-success-outline > .switch-input:checked ~ .switch-handle {
	border-color: #4dbd74;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #4dbd74;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #4dbd74;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #4dbd74 !important;
	border-color: #4dbd74;
}

.switch-info > .switch-input:checked ~ .switch-label {
	background: #63c2de !important;
	border-color: #39b2d5;
}

.switch-info > .switch-input:checked ~ .switch-handle {
	border-color: #39b2d5;
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #63c2de;
}

.switch-info-outline > .switch-input:checked ~ .switch-label::after {
	color: #63c2de;
}

.switch-info-outline > .switch-input:checked ~ .switch-handle {
	border-color: #63c2de;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #63c2de;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #63c2de;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #63c2de !important;
	border-color: #63c2de;
}

.switch-warning > .switch-input:checked ~ .switch-label {
	background: #ffc107 !important;
	border-color: #d39e00;
}

.switch-warning > .switch-input:checked ~ .switch-handle {
	border-color: #d39e00;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #ffc107;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label::after {
	color: #ffc107;
}

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
	border-color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #ffc107 !important;
	border-color: #ffc107;
}

.switch-danger > .switch-input:checked ~ .switch-label {
	background: #f86c6b !important;
	border-color: #f63c3a;
}

.switch-danger > .switch-input:checked ~ .switch-handle {
	border-color: #f63c3a;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f86c6b;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label::after {
	color: #f86c6b;
}

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
	border-color: #f86c6b;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f86c6b;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #f86c6b;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #f86c6b !important;
	border-color: #f86c6b;
}

.switch-light > .switch-input:checked ~ .switch-label {
	background: #f0f3f5 !important;
	border-color: #d1dbe1;
}

.switch-light > .switch-input:checked ~ .switch-handle {
	border-color: #d1dbe1;
}

.switch-light-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f0f3f5;
}

.switch-light-outline > .switch-input:checked ~ .switch-label::after {
	color: #f0f3f5;
}

.switch-light-outline > .switch-input:checked ~ .switch-handle {
	border-color: #f0f3f5;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f0f3f5;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #f0f3f5;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #f0f3f5 !important;
	border-color: #f0f3f5;
}

.switch-dark > .switch-input:checked ~ .switch-label {
	background: #29363d !important;
	border-color: #151b1f;
}

.switch-dark > .switch-input:checked ~ .switch-handle {
	border-color: #151b1f;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #29363d;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label::after {
	color: #29363d;
}

.switch-dark-outline > .switch-input:checked ~ .switch-handle {
	border-color: #29363d;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #29363d;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #29363d;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #29363d !important;
	border-color: #29363d;
}

.switch-blue > .switch-input:checked ~ .switch-label {
	background: #20a8d8 !important;
	border-color: #1985ac;
}

.switch-blue > .switch-input:checked ~ .switch-handle {
	border-color: #1985ac;
}

.switch-blue-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #20a8d8;
}

.switch-blue-outline > .switch-input:checked ~ .switch-label::after {
	color: #20a8d8;
}

.switch-blue-outline > .switch-input:checked ~ .switch-handle {
	border-color: #20a8d8;
}

.switch-blue-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #20a8d8;
}

.switch-blue-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #20a8d8;
}

.switch-blue-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #20a8d8 !important;
	border-color: #20a8d8;
}

.switch-indigo > .switch-input:checked ~ .switch-label {
	background: #6610f2 !important;
	border-color: #510bc4;
}

.switch-indigo > .switch-input:checked ~ .switch-handle {
	border-color: #510bc4;
}

.switch-indigo-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #6610f2;
}

.switch-indigo-outline > .switch-input:checked ~ .switch-label::after {
	color: #6610f2;
}

.switch-indigo-outline > .switch-input:checked ~ .switch-handle {
	border-color: #6610f2;
}

.switch-indigo-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #6610f2;
}

.switch-indigo-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #6610f2;
}

.switch-indigo-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #6610f2 !important;
	border-color: #6610f2;
}

.switch-purple > .switch-input:checked ~ .switch-label {
	background: #6f42c1 !important;
	border-color: #59339d;
}

.switch-purple > .switch-input:checked ~ .switch-handle {
	border-color: #59339d;
}

.switch-purple-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #6f42c1;
}

.switch-purple-outline > .switch-input:checked ~ .switch-label::after {
	color: #6f42c1;
}

.switch-purple-outline > .switch-input:checked ~ .switch-handle {
	border-color: #6f42c1;
}

.switch-purple-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #6f42c1;
}

.switch-purple-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #6f42c1;
}

.switch-purple-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #6f42c1 !important;
	border-color: #6f42c1;
}

.switch-pink > .switch-input:checked ~ .switch-label {
	background: #e83e8c !important;
	border-color: #d91a72;
}

.switch-pink > .switch-input:checked ~ .switch-handle {
	border-color: #d91a72;
}

.switch-pink-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #e83e8c;
}

.switch-pink-outline > .switch-input:checked ~ .switch-label::after {
	color: #e83e8c;
}

.switch-pink-outline > .switch-input:checked ~ .switch-handle {
	border-color: #e83e8c;
}

.switch-pink-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #e83e8c;
}

.switch-pink-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #e83e8c;
}

.switch-pink-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #e83e8c !important;
	border-color: #e83e8c;
}

.switch-red > .switch-input:checked ~ .switch-label {
	background: #f86c6b !important;
	border-color: #f63c3a;
}

.switch-red > .switch-input:checked ~ .switch-handle {
	border-color: #f63c3a;
}

.switch-red-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f86c6b;
}

.switch-red-outline > .switch-input:checked ~ .switch-label::after {
	color: #f86c6b;
}

.switch-red-outline > .switch-input:checked ~ .switch-handle {
	border-color: #f86c6b;
}

.switch-red-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f86c6b;
}

.switch-red-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #f86c6b;
}

.switch-red-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #f86c6b !important;
	border-color: #f86c6b;
}

.switch-orange > .switch-input:checked ~ .switch-label {
	background: #f8cb00 !important;
	border-color: #c5a100;
}

.switch-orange > .switch-input:checked ~ .switch-handle {
	border-color: #c5a100;
}

.switch-orange-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f8cb00;
}

.switch-orange-outline > .switch-input:checked ~ .switch-label::after {
	color: #f8cb00;
}

.switch-orange-outline > .switch-input:checked ~ .switch-handle {
	border-color: #f8cb00;
}

.switch-orange-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f8cb00;
}

.switch-orange-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #f8cb00;
}

.switch-orange-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #f8cb00 !important;
	border-color: #f8cb00;
}

.switch-yellow > .switch-input:checked ~ .switch-label {
	background: #ffc107 !important;
	border-color: #d39e00;
}

.switch-yellow > .switch-input:checked ~ .switch-handle {
	border-color: #d39e00;
}

.switch-yellow-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #ffc107;
}

.switch-yellow-outline > .switch-input:checked ~ .switch-label::after {
	color: #ffc107;
}

.switch-yellow-outline > .switch-input:checked ~ .switch-handle {
	border-color: #ffc107;
}

.switch-yellow-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #ffc107;
}

.switch-yellow-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #ffc107;
}

.switch-yellow-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #ffc107 !important;
	border-color: #ffc107;
}

.switch-green > .switch-input:checked ~ .switch-label {
	background: #4dbd74 !important;
	border-color: #3a9d5d;
}

.switch-green > .switch-input:checked ~ .switch-handle {
	border-color: #3a9d5d;
}

.switch-green-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #4dbd74;
}

.switch-green-outline > .switch-input:checked ~ .switch-label::after {
	color: #4dbd74;
}

.switch-green-outline > .switch-input:checked ~ .switch-handle {
	border-color: #4dbd74;
}

.switch-green-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #4dbd74;
}

.switch-green-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #4dbd74;
}

.switch-green-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #4dbd74 !important;
	border-color: #4dbd74;
}

.switch-teal > .switch-input:checked ~ .switch-label {
	background: #20c997 !important;
	border-color: #199d76;
}

.switch-teal > .switch-input:checked ~ .switch-handle {
	border-color: #199d76;
}

.switch-teal-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #20c997;
}

.switch-teal-outline > .switch-input:checked ~ .switch-label::after {
	color: #20c997;
}

.switch-teal-outline > .switch-input:checked ~ .switch-handle {
	border-color: #20c997;
}

.switch-teal-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #20c997;
}

.switch-teal-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #20c997;
}

.switch-teal-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #20c997 !important;
	border-color: #20c997;
}

.switch-cyan > .switch-input:checked ~ .switch-label {
	background: #63c2de !important;
	border-color: #39b2d5;
}

.switch-cyan > .switch-input:checked ~ .switch-handle {
	border-color: #39b2d5;
}

.switch-cyan-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #63c2de;
}

.switch-cyan-outline > .switch-input:checked ~ .switch-label::after {
	color: #63c2de;
}

.switch-cyan-outline > .switch-input:checked ~ .switch-handle {
	border-color: #63c2de;
}

.switch-cyan-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #63c2de;
}

.switch-cyan-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #63c2de;
}

.switch-cyan-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #63c2de !important;
	border-color: #63c2de;
}

.switch-gray-100 > .switch-input:checked ~ .switch-label {
	background: #f0f3f5 !important;
	border-color: #d1dbe1;
}

.switch-gray-100 > .switch-input:checked ~ .switch-handle {
	border-color: #d1dbe1;
}

.switch-gray-100-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f0f3f5;
}

.switch-gray-100-outline > .switch-input:checked ~ .switch-label::after {
	color: #f0f3f5;
}

.switch-gray-100-outline > .switch-input:checked ~ .switch-handle {
	border-color: #f0f3f5;
}

.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #f0f3f5;
}

.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #f0f3f5;
}

.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #f0f3f5 !important;
	border-color: #f0f3f5;
}

.switch-gray-200 > .switch-input:checked ~ .switch-label {
	background: #c2cfd6 !important;
	border-color: #a4b7c2;
}

.switch-gray-200 > .switch-input:checked ~ .switch-handle {
	border-color: #a4b7c2;
}

.switch-gray-200-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #c2cfd6;
}

.switch-gray-200-outline > .switch-input:checked ~ .switch-label::after {
	color: #c2cfd6;
}

.switch-gray-200-outline > .switch-input:checked ~ .switch-handle {
	border-color: #c2cfd6;
}

.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #c2cfd6;
}

.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #c2cfd6;
}

.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #c2cfd6 !important;
	border-color: #c2cfd6;
}

.switch-gray-300 > .switch-input:checked ~ .switch-label {
	background: #a4b7c1 !important;
	border-color: #869fac;
}

.switch-gray-300 > .switch-input:checked ~ .switch-handle {
	border-color: #869fac;
}

.switch-gray-300-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #a4b7c1;
}

.switch-gray-300-outline > .switch-input:checked ~ .switch-label::after {
	color: #a4b7c1;
}

.switch-gray-300-outline > .switch-input:checked ~ .switch-handle {
	border-color: #a4b7c1;
}

.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #a4b7c1;
}

.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #a4b7c1;
}

.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #a4b7c1 !important;
	border-color: #a4b7c1;
}

.switch-gray-400 > .switch-input:checked ~ .switch-label {
	background: #869fac !important;
	border-color: #688797;
}

.switch-gray-400 > .switch-input:checked ~ .switch-handle {
	border-color: #688797;
}

.switch-gray-400-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #869fac;
}

.switch-gray-400-outline > .switch-input:checked ~ .switch-label::after {
	color: #869fac;
}

.switch-gray-400-outline > .switch-input:checked ~ .switch-handle {
	border-color: #869fac;
}

.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #869fac;
}

.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #869fac;
}

.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #869fac !important;
	border-color: #869fac;
}

.switch-gray-500 > .switch-input:checked ~ .switch-label {
	background: #678898 !important;
	border-color: #526d7a;
}

.switch-gray-500 > .switch-input:checked ~ .switch-handle {
	border-color: #526d7a;
}

.switch-gray-500-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #678898;
}

.switch-gray-500-outline > .switch-input:checked ~ .switch-label::after {
	color: #678898;
}

.switch-gray-500-outline > .switch-input:checked ~ .switch-handle {
	border-color: #678898;
}

.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #678898;
}

.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #678898;
}

.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #678898 !important;
	border-color: #678898;
}

.switch-gray-600 > .switch-input:checked ~ .switch-label {
	background: #536c79 !important;
	border-color: #3e515b;
}

.switch-gray-600 > .switch-input:checked ~ .switch-handle {
	border-color: #3e515b;
}

.switch-gray-600-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #536c79;
}

.switch-gray-600-outline > .switch-input:checked ~ .switch-label::after {
	color: #536c79;
}

.switch-gray-600-outline > .switch-input:checked ~ .switch-handle {
	border-color: #536c79;
}

.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #536c79;
}

.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #536c79;
}

.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #536c79 !important;
	border-color: #536c79;
}

.switch-gray-700 > .switch-input:checked ~ .switch-label {
	background: #3e515b !important;
	border-color: #29363d;
}

.switch-gray-700 > .switch-input:checked ~ .switch-handle {
	border-color: #29363d;
}

.switch-gray-700-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #3e515b;
}

.switch-gray-700-outline > .switch-input:checked ~ .switch-label::after {
	color: #3e515b;
}

.switch-gray-700-outline > .switch-input:checked ~ .switch-handle {
	border-color: #3e515b;
}

.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #3e515b;
}

.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #3e515b;
}

.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #3e515b !important;
	border-color: #3e515b;
}

.switch-gray-800 > .switch-input:checked ~ .switch-label {
	background: #29363d !important;
	border-color: #151b1f;
}

.switch-gray-800 > .switch-input:checked ~ .switch-handle {
	border-color: #151b1f;
}

.switch-gray-800-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #29363d;
}

.switch-gray-800-outline > .switch-input:checked ~ .switch-label::after {
	color: #29363d;
}

.switch-gray-800-outline > .switch-input:checked ~ .switch-handle {
	border-color: #29363d;
}

.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #29363d;
}

.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #29363d;
}

.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #29363d !important;
	border-color: #29363d;
}

.switch-gray-900 > .switch-input:checked ~ .switch-label {
	background: #151b1e !important;
	border-color: black;
}

.switch-gray-900 > .switch-input:checked ~ .switch-handle {
	border-color: black;
}

.switch-gray-900-outline > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #151b1e;
}

.switch-gray-900-outline > .switch-input:checked ~ .switch-label::after {
	color: #151b1e;
}

.switch-gray-900-outline > .switch-input:checked ~ .switch-handle {
	border-color: #151b1e;
}

.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-label {
	background: #fff !important;
	border-color: #151b1e;
}

.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-label::after {
	color: #151b1e;
}

.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-handle {
	background: #151b1e !important;
	border-color: #151b1e;
}

.form-data ul li:last-child {
	right: 25px;
	position: absolute;
}

ul li label.switch {
	right: 0;
	float: right;
}

.switch.switch-3d .switch-input:checked ~ .switch-handle {
	left: 23px;
}

#cnt-img {
	min-width: 200px;
}

.imgUser img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 350px;
}

.dropZoneElement {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	background-color: #f8f8f8;
	border: 1px solid #c7c7c7;
	width: 100%;
	height: 200px;
	text-align: center;
}

.dropZoneElement:hover,
.dropZoneElement.hover {
	border: 2px solid #8ad4ee;
}

.dropZoneElement:hover .dropImageHereText,
.dropZoneElement.hover .dropImageHereText {
	font-weight: bold;
}

.textWrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 24px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.dropImageHereText {
	margin-top: 80px;
	color: #555;
	text-transform: uppercase;
	font-size: 16px;
}

.attachment-row {
	box-sizing: border-box;
}

.attachment-row * {
	box-sizing: border-box;
}

.video-responsive {
	overflow: hidden;
	position: relative;
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.k-upload .k-action-buttons {
	display: none;
}

#attachment-grid.k-grid.k-widget tbody tr:nth-of-type(odd),
#attachment-grid.k-grid tbody tr:hover {
	background: none;
}

#attachment-grid.k-grid.k-widget,
#attachment-grid.k-grid.k-widget td {
	border: none;
}

#attachment-grid .card {
	margin-bottom: 0;
}

#attachment-grid .attachment-row > .col-md-12 {
	padding: 0;
}

#option-grid.k-grid.k-widget tbody tr:nth-of-type(odd),
#option-grid.k-grid tbody tr:hover {
	background: none;
}

#option-grid.k-grid.k-widget,
#option-grid.k-grid.k-widget td {
	border: none;
}

#option-grid .card {
	margin-bottom: 0;
}

#option-grid .attachment-row > .col-md-12 {
	padding: 0;
}

.align-bottom-1 {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.align-bottom-2 {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.k-event {
	min-height: 40px !important;
}
div.k-grid-norecords {
	height: auto !important;
}
#grid td.selecteable {
	border: solid 1px #d8dbe0;
	background-color: #c0edfa;
	cursor: grab;
}
#grid td.selecteable:hover {
	background-color: #20a8d8;
	color: #fff;
}
.k-scheduler-toolbar .k-dropdown.k-views-dropdown {
	display: none;
}
.k-scheduler-toolbar span.k-lg-date-format {
	word-wrap: break-word !important;
}

.sidebar .nav-title {
	font-size: 100% !important;
}

.sidebar .nav-title {
	padding: 0rem 0rem;
}

.sidebar .nav-dropdown-toggle::before {
	right: 2rem;
}
.large table.k-editor {
	min-height: 500px;
}
.k-window-titlebar .k-window-actions {
	top: 14px;
}

.card-body .control-label {
	display: block;
}
#attachment .col-md-3 .control-label {
	display: block;
}
.attachment-row .cnt-upload {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 1rem;
}
.attachment-row .cnt-upload .col-md-3 {
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.card-body .video-responsive {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.video-cover img {
	width: 200px;
}
.k-list-container table {
	width: 100%;
}

.k-list-container table td {
	width: 50%;
}

.k-datetimepicker .k-picker-wrap .k-icon {
	margin: 10px 2px;
}
.custom-control.custom-switch.text-right .custom-control-label {
	width: 20px;
	text-align: center;
}

.k-widget.k-window.center-window {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}

body.open-k-window {
	overflow: hidden;
}

.combo-tr {
	font-weight: bold;
}

.k-list .combo-tr {
	font-weight: normal;
}

.combo-hd-td {
	padding-left: 5px;
}
#addon-wrapping {
	height: 100%;
	max-height: 35px;
}
.form-data ul.k-upload-files li:last-child {
	right: 0;
}

.k-multiselect .k-multiselect-wrap li.k-button {
	padding-right: 30px;
	position: relative;
	right: 0;
}

#anagrafica .row {
	position: relative;
}

#anagrafica .row .password-and-mail-container {
	position: absolute;
	bottom: 0;
	right: 3%;
	padding: 20px;
	border: 1px solid #c8ced3;
	border-radius: 4px;
}
.password-and-mail-container-create {
	position: absolute;
	bottom: 0;
	right: 15%;
	padding: 20px;
	border: 1px solid #c8ced3;
	border-radius: 4px;
}

label {
	margin-bottom: 3px !important;
}

.progress-bar {
	position: absolute;
	top: 50%;
	z-index: 100;
	height: 6px;
	background: #20a8d8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.count {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	font-weight: 100;
	font-size: 3em;
	margin-top: -1.33em;
	color: #20a8d8;
}

.cnt-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	width: 300px;
}

.outer-progress {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
}

.checkbox {
	position: relative;
	display: inline-block;
}

	.checkbox label {
		display: inline-flex;
		position: relative;
		z-index: 10;
	}

		.checkbox label span {
			margin-left: 10px;
		}

		.checkbox label::before {
			content: '';
			width: 15px;
			height: 15px;
			background: url(../images/unchecked.svg) no-repeat;
		}

	.checkbox input[type='checkbox']:checked ~ label::before {
		content: '';
		background: url(../images/checked.svg) no-repeat;
	}

	.checkbox input[disabled] ~ label::before {
		content: '';
		background: url(../images/empty.svg) no-repeat;
	}

	.checkbox input[type='checkbox'] {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		width: 15px;
		height: 15px;
		margin: 0;
		padding: 0;
	}

	.checkbox.big label::before {
		width: 30px;
		height: 30px;
	}

	.checkbox.big input[type='checkbox'] {
		width: 30px;
		height: 30px;
	}

fieldset[disabled] {
	pointer-events: none;
	opacity: 0.7;
}

.k-multiselect li[role="option"] {
	font-size: 0.7rem;
}

.k-upload .k-button {
	padding: 0;
}

@media only screen and (min-width:1366px) {
	#anagrafica .row .password-and-mail-container {
		right: 10%;
	}
}

.btn-primary[name="massiveDisable"] {
	background-color: #C8CED3;
	border-color: #C8CED3;
	color: #23282C;
	padding: 5px;
	font-size: 12px;
	margin-right: 10px;
}

	.btn-primary[name="massiveDisable"]:hover {
		background-color: #B3BBC2;
		border-color: #ACB5BC;
		color: #23282C;
	}

.btn-primary[name="massiveEnable"] {
	background-color: #4DBD74;
	border-color: #4DBD74;
	padding: 5px;
	font-size: 12px;
}

	.btn-primary[name="massiveEnable"]:hover {
		background-color: #3E945C;
		border-color: #3E945C;
	}

.btn-primary[name="massiveDisable"].focus, .btn-primary[name="massiveDisable"]:focus,
.btn-primary[name="massiveDisable"]:not(:disabled):not(.disabled).active,
.btn-primary[name="massiveDisable"]:not(:disabled):not(.disabled):active {
	border-color: #ACB5BC;
	background-color: #B3BBC2;
	color: #23282C;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(179 187 194 / 50%);
	box-shadow: 0 0 0 0.2rem rgb(179 187 194 / 50%);
}

.btn-primary[name="massiveEnable"].focus, .btn-primary[name="massiveEnable"]:focus,
.btn-primary[name="massiveEnable"]:not(:disabled):not(.disabled).active,
.btn-primary[name="massiveEnable"]:not(:disabled):not(.disabled):active {
	border-color: #3E945C;
	background-color: #4DBD74;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(77 189 116 / 50%);
	box-shadow: 0 0 0 0.2rem rgb(77 189 116 / 50%);
}

.card-header p {
	margin: 0;
}

.hide {
	display: none !important;
}