/* --------------- Note --------------- */

.note.note-medium {
	padding: 10px 30px 10px 10px;
	font-size: 10pt;
}

.note.note-small {
	padding: 6px 30px 6px 10px;
	font-size: 10pt;
}

.note svg,
.note i {
	margin-left: 1px;
	margin-right: 1px;
}

.note .note-icon {
	font-size: 1rem;
	margin-right: 5px;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.text-overflow {
	white-space: nowrap;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

.cursor-pointer {
	cursor: pointer;
}

.disabled {
	cursor: not-allowed;
}

.user-switcher {
	overflow-x: hidden;
}

.form-group.row .kt-switch.kt-switch--sm {
	margin-top: 6px;
}

.logo-default {
	height: 28px;
	margin-left: 5px;
}

.menu-icon-container {
	margin-right: 10px;
}

.table th, .table td {
	vertical-align: inherit;
}

.hidden {
	display: none !important;
}

.input-group-text {
	padding-top: 0;
	padding-bottom: 0;
}


.bg-faded {
	background-color: #f3f3f3;
	max-height: 500px
}

.help-block.text-danger > svg {
	font-size: 0.9rem;
}

.icon-left {
	margin-right: 5px;
}

.icon-right {
	margin-left: 5px;
}

.btn.icon-hover-animation svg.icon-left,
.btn.icon-hover-animation svg.icon-right {
	transition: margin 0.15s ease-in;
}

.btn.icon-hover-animation:hover .icon-left {
	margin-left: -3px;
	margin-right: 8px;
}

.btn.icon-hover-animation:hover .icon-right {
	margin-left: 8px;
	margin-right: -3px;
}

.disabled {
	cursor: not-allowed !important;
}

.primary-label {
	font-size: 1.1rem;
	font-weight: 500;
}

table.table-no-header tbody tr:first-of-type > td,
table.table-no-header tbody tr:first-of-type > th {
	border-top: none;
}