.page-not-found-modal {
	width: 638px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	font-weight: 300;
	color: #ffffff;
	padding: 32px;
	text-align: center;
}
.page-not-found-modal h1 {
	font-weight: 300;
	margin-bottom: 32px;
}
.page-not-found-modal p {
	font-size: 16px;
	line-height: 24px;
}
.page-not-found-modal a {
	text-decoration: none;
	outline: none;
	transition: all 0.2s ease;
	color: #20a080;
	display: inline-block;
}
.page-not-found-modal a:hover {
	color: #1b886d;
}

@charset "UTF-8";
.alert {
	font-size: 13px;
	font-weight: 300;
}
.alert strong {
	font-weight: 400;
}
.alert .close {
	margin-top: -3px;
}
.alert .alert-link {
	font-weight: 400;
}
.alert .control-alert {
	padding-top: 10px;
}
.alert .control-alert button {
	margin-right: 10px;
}

.alert-shadow {
	position: relative;
	border-radius: 5px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.closeable button[data-dismiss] {
	color: #cbcbcb;
}

.bg-default {
	color: #606060;
	background-color: rgba(255, 255, 255, 0.67);
}

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
	color: #ffffff;
}

.bg-primary {
	background-color: rgba(32, 160, 128, 0.67);
}

.bg-success {
	background-color: rgba(96, 160, 0, 0.67);
}
.bg-success a {
	color: #e0d192;
}
.bg-success a:active {
	color: #bfac5f;
}
.bg-success a:hover, .bg-success a:focus {
	color: #d3bd63;
}

.bg-info {
	background-color: rgba(64, 160, 192, 0.67);
}
.bg-info a {
	color: #e0d192;
}
.bg-info a:active {
	color: #bfac5f;
}
.bg-info a:hover, .bg-info a:focus {
	color: #d3bd63;
}

.bg-warning {
	background-color: rgba(192, 160, 32, 0.67);
}
.bg-warning a {
	color: #c04020;
}
.bg-warning a:active {
	color: #bf725f;
}
.bg-warning a:hover, .bg-warning a:focus {
	color: #d37963;
}

.bg-danger {
	background-color: rgba(192, 64, 32, 0.67);
}
.bg-danger a {
	color: #d3bd63;
}
.bg-danger a:active {
	color: #bfac5f;
}
.bg-danger a:hover, .bg-danger a:focus {
	color: #c0a020;
}

#amchart {
	border-bottom: 10px solid transparent;
	width: 100%;
	height: 360px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #20a080;
}

.form-horizontal label {
	line-height: 34px;
	margin-bottom: 0;
	padding-top: 0 !important;
}

.form-group label {
	color: #606060;
	display: table;
	font-weight: 400;
	font-size: 13px;
	margin-top: -0.1em;
	margin-bottom: 0.1em;
}

.form-control {
	color: #606060;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: #606060;
	opacity: 0.7;
}
.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #606060;
	opacity: 0.7;
}
.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #606060;
	opacity: 0.7;
}
.form-control:-ms-input-placeholder {
	color: #606060;
	opacity: 0.7;
}
.form-control:focus {
	box-shadow: none;
	border-color: #4db399;
	background: #ffffff;
}

/* dropdowns bug fix */
.input-group .form-control {
	z-index: auto;
}

label.custom-checkbox, label.custom-radio {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}
label.custom-checkbox > input, label.custom-radio > input {
	height: 0;
	z-index: -100 !important;
	opacity: 0;
	position: absolute;
}
label.custom-checkbox > input:checked + span:before, label.custom-radio > input:checked + span:before {
	content: "\f00c";
	font-weight: 300;
}
label.custom-checkbox > input:disabled + span, label.custom-radio > input:disabled + span {
	color: #dddddd;
	cursor: not-allowed;
}
label.custom-checkbox > input:disabled + span:before, label.custom-radio > input:disabled + span:before {
	border-color: #dddddd !important;
	cursor: not-allowed;
}
label.custom-checkbox > span, label.custom-radio > span {
	position: relative;
	display: inline-block;
	margin: 0;
	line-height: 16px;
	font-weight: 300;
	cursor: pointer;
	padding-left: 22px;
	width: 100%;
}
label.custom-checkbox > span:before, label.custom-radio > span:before {
	cursor: pointer;
	font-family: fontAwesome;
	font-weight: 300;
	font-size: 12px;
	color: #606060;
	content: " ";
	background-color: transparent;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	height: 16px;
	line-height: 14px;
	min-width: 16px;
	margin-right: 6px;
	position: relative;
	top: 0;
	margin-left: -22px;
	float: left;
}
label.custom-checkbox > span:hover:before, label.custom-radio > span:hover:before {
	border-color: #4db399;
}

/* wordpress fix */
input[type=number].form-control {
	line-height: 20px;
	height: 34px;
}

select.form-control {
	padding-left: 8px;
}

textarea.form-control {
	height: 96px;
}

.form-inline .form-group input {
	width: 100%;
}
.form-inline .form-group label {
	margin-right: 12px;
}
.form-inline button[type=submit] {
	margin-left: 12px;
}
.form-inline label.custom-checkbox > span, .form-inline label.custom-radio > span {
	display: block;
	margin-top: -13px;
	margin-right: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #ffffff;
	color: #dddddd;
	border-color: #e2e2e2;
}
.form-control[disabled]::-webkit-input-placeholder, .form-control[readonly]::-webkit-input-placeholder, fieldset[disabled] .form-control::-webkit-input-placeholder {
	color: #606060;
	opacity: 0.5;
}
.form-control[disabled]:-moz-placeholder, .form-control[readonly]:-moz-placeholder, fieldset[disabled] .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #606060;
	opacity: 0.5;
}
.form-control[disabled]::-moz-placeholder, .form-control[readonly]::-moz-placeholder, fieldset[disabled] .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #606060;
	opacity: 0.5;
}
.form-control[disabled]:-ms-input-placeholder, .form-control[readonly]:-ms-input-placeholder, fieldset[disabled] .form-control:-ms-input-placeholder {
	color: #606060;
	opacity: 0.5;
}

.form-control-rounded {
	border-radius: 16px;
}

.input-group {
	width: 100%;
	margin-bottom: 10px;
}
.input-group > span {
	border-radius: 0;
}

.input-group-addon-danger {
	background: #c04020;
	color: #ffffff;
	border-color: #c04020;
}

.input-group-addon-warning {
	background: #c0a020;
	color: #ffffff;
	border-color: #c0a020;
}

.input-group-addon-success {
	background: #60a000;
	color: #ffffff;
	border-color: #60a000;
}

.input-group-addon-primary {
	background: #20a080;
	color: #ffffff;
	border-color: #20a080;
}

.modal-content {
	/* color: $dropdown-text; */
	border: none;
	border-radius: 5px;
}

/*
.modal-header {
	color: $label-text;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	.modal-title {
		color: $dropdown-text;
	}
}
*/
.modal-buttons {
	margin-top: -12px;
	margin-right: -22px;
}
.modal-buttons button {
	float: left;
	margin-right: 24px;
	margin-top: 12px;
}
.modal-buttons.same-width button {
	width: 160px;
	text-align: center;
}

.modal {
	direction: ltr;
	text-align: center;
}
.modal .modal-dialog {
	display: inline-block;
	text-align: initial;
	vertical-align: middle;
	margin: 0 auto;
}
.modal .modal-header {
	border: none;
	padding-bottom: 10px;
}
.modal .modal-footer {
	border: none;
	padding-top: 0;
}
.modal .modal-icon {
	margin-right: 3px;
}
.modal .sn-link-close {
	color: #7d7d7d;
	font-size: 30px;
}
.modal .sn-link-close:hover {
	color: #c04020;
}

@media (max-width: 767px) {
	.modal-dialog {
	min-width: 320px;
	margin: 0 auto;
	padding: 30px;
	}
}
@media screen and (min-width: 768px) {
	.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
	}
}
.message-modal .modal-header {
	text-align: center;
}
.message-modal .modal-header i {
	font-size: 32px;
}
.message-modal .modal-title {
	text-align: center;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 18px;
}
.message-modal .modal-body {
	text-align: center;
	padding: 0;
	font-size: 14px;
}
.message-modal .modal-footer {
	margin: 24px 0 12px;
	text-align: center;
}

.login-modal .modal-content {
	min-height: 270px;
}

.control {
	margin-bottom: 10px;
}
.control .form-control {
	width: 75%;
}
.control span {
	white-space: pre-line;
}

.notification-panel .control,
.notification-panel .radio,
.notification-panel label,
.notification-panel label.custom-checkbox > span,
.notification-panel label.custom-radio > span {
	font-weight: 300;
}

.radio-controls .custom-radio {
	margin-top: 5px;
}

@media (max-width: 991px) {
	.toastr-radio-setup {
	margin-left: 22px;
	}
}
.radio-header {
	margin-bottom: 0;
}
.radio-header.position-header {
	margin-top: 15px;
}

.button-row {
	line-height: 37px;
}
.button-row button {
	width: 125px;
}

.result-toastr {
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(0, 0, 0, 0.33);
	border: none;
}

.sub-label {
	margin-top: 5px;
}

.toast-title {
	font-weight: 400;
}

.toast-message {
	font-weight: 300;
}

#toast-container.toast-top-center .toast, #toast-container.toast-bottom-center .toast {
	margin-bottom: 5px;
}

.table .pagination {
	margin: 0 0 -6px;
}
.table .pagination a {
	cursor: pointer;
}

.pagination > li > a, .pagination > li > span {
	background: transparent;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
	color: #606060;
	border-color: #d6d6d6;
}

.pagination > li:first-of-type > a,
.pagination > li:first-of-type > span {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pagination > li:last-of-type > a,
.pagination > li:last-of-type > span {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #20a080;
	border-color: #d6d6d6;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: rgba(0, 0, 0, 0.2);
	color: #606060;
}

.sortable th {
	position: relative;
	cursor: pointer;
}
.sortable th:after {
	position: absolute;
	content: "";
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
	width: 0;
	height: 0;
}
.sortable th.st-sort-ascent:after, .sortable th.st-sort-descent:after {
	border-bottom: 4px solid #606060;
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin-top: 3px;
}
.sortable th.st-sort-descent:after {
	transform: rotate(-180deg);
	margin-top: 8px;
}

.table > tbody > tr.primary > td {
	color: #ffffff;
	background-color: rgba(32, 160, 128, 0.7);
	border: none;
}
.table > tbody > tr.primary > td a {
	color: inherit;
}
.table > tbody > tr.primary > td a.email-link {
	color: #ffffff;
}
.table > tbody > tr.primary > td a.email-link:hover {
	color: #c04020;
}

.table > tbody > tr.success > td {
	color: #ffffff;
	background-color: rgba(96, 160, 0, 0.7);
	border: none;
}
.table > tbody > tr.success > td a {
	color: inherit;
}
.table > tbody > tr.success > td a.email-link {
	color: #ffffff;
}
.table > tbody > tr.success > td a.email-link:hover {
	color: #c04020;
}

.table > tbody > tr.warning > td {
	color: #ffffff;
	background-color: rgba(192, 160, 32, 0.7);
	border: none;
}
.table > tbody > tr.warning > td a {
	color: inherit;
}
.table > tbody > tr.warning > td a.email-link {
	color: #ffffff;
}
.table > tbody > tr.warning > td a.email-link:hover {
	color: #c04020;
}

.table > tbody > tr.danger > td {
	color: #ffffff;
	background-color: rgba(192, 64, 32, 0.7);
	border: none;
}
.table > tbody > tr.danger > td a {
	color: inherit;
}
.table > tbody > tr.danger > td a.email-link {
	color: #ffffff;
}
.table > tbody > tr.danger > td a.email-link:hover {
	color: #c04020;
}

.table > tbody > tr.info > td {
	color: #ffffff;
	background-color: rgba(64, 160, 192, 0.7);
	border: none;
}
.table > tbody > tr.info > td a {
	color: inherit;
}
.table > tbody > tr.info > td a.email-link {
	color: #ffffff;
}
.table > tbody > tr.info > td a.email-link:hover {
	color: #c04020;
}

.toast {
	background-color: #20a080;
}

.toast-success {
	background-color: #60a000;
}

.toast-error {
	background-color: #c04020;
}

.toast-info {
	background-color: #40a0c0;
}

.toast-warning {
	background-color: #c0a020;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
	margin: 5px auto;
}

.typography-document-samples p {
	margin: 0;
}
.typography-document-samples .typography-widget {
	height: 100%;
}
.typography-document-samples .typography-widget .panel {
	height: 620px;
}
.typography-document-samples .typography-widget .panel-title {
	text-align: center;
	width: 100%;
}
.typography-document-samples .typography-widget .panel.with-scroll .panel-body {
	height: calc(100% - 45px);
}
.typography-document-samples .typography-widget .panel-content {
	padding: 15px 22px 5px 22px;
}

.color-widget {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
.color-widget p {
	line-height: 17px;
}
.color-widget .section-block {
	margin: 14px 0;
}
.color-widget .yellow-text p {
	color: #c0a020;
}
.color-widget .red-text p {
	color: #c04020;
}
.color-widget .links h3 {
	margin-bottom: 10px;
}
.color-widget .links p {
	margin-bottom: 0;
}
.color-widget .links p.hovered a {
	color: #1b886d;
}

.heading-widget h1, .heading-widget h2, .heading-widget h3, .heading-widget h4, .heading-widget h5, .heading-widget h6 {
	width: 100%;
	font-weight: 300;
	text-align: center;
}
.heading-widget p {
	line-height: 16px;
	font-weight: 400;
	text-align: center;
}

.lists-widget {
	font-weight: 400;
}
.lists-widget .list-header {
	width: 100%;
	text-align: center;
}
.lists-widget .accent {
	color: #4db399;
	line-height: 1.2;
	border-left: 4px solid #4db399;
	padding-left: 1em;
	margin: 0.8em 1.2em;
}
.lists-widget ul.blur, .lists-widget ol.blur {
	list-style: none;
	padding-top: 1px;
	padding-left: 1em;
	margin-bottom: 15px;
}
.lists-widget ul.blur li, .lists-widget ol.blur li {
	line-height: 1.3;
	margin: 0.5em 0;
}
.lists-widget ul.blur li ul, .lists-widget ul.blur li ol, .lists-widget ol.blur li ul, .lists-widget ol.blur li ol {
	padding-left: 1em;
	margin-bottom: 0;
	list-style: none;
}
.lists-widget ul.blur li:before {
	color: #4db399;
	content: "○ ";
	display: inline-block;
	width: 1.5em;
}
.lists-widget ol.blur {
	counter-reset: section;
}
.lists-widget ol.blur li {
	color: #4db399;
	padding-left: 0;
	line-height: 14px;
	position: relative;
}
.lists-widget ol.blur li span {
	color: #606060;
	display: block;
}
.lists-widget ol.blur li ol {
	padding-left: 0;
	margin-left: 12px;
}
.lists-widget ol.blur li:before {
	content: counters(section, ".") ".";
	counter-increment: section;
	width: 19px;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lists-widget ol.blur > li span {
	padding-left: 14px;
}
.lists-widget ol.blur ol {
	counter-reset: section;
}
.lists-widget ol.blur ol > li:before {
	width: 30px;
}
.lists-widget ol.blur ol > li span {
	padding-left: 27px;
}
.lists-widget ol.blur ol ol > li:before {
	width: 40px;
}
.lists-widget ol.blur ol ol > li span {
	padding-left: 40px;
}

.more-text-widget {
	text-align: center;
	font-size: 14px;
}
.more-text-widget p {
	line-height: 17px;
}
.more-text-widget .gray {
	color: #767676;
}
.more-text-widget .black {
	color: #585858;
}
.more-text-widget .light-text {
	font-weight: 300;
}
.more-text-widget .regular-text {
	font-weight: 400;
}
.more-text-widget .upper-text {
	text-transform: uppercase;
}
.more-text-widget .bold-text {
	font-weight: 700;
}
.more-text-widget .small-text {
	padding: 5px 0 0 0;
}
.more-text-widget .small-text p {
	font-size: 9px;
	font-weight: 300;
	line-height: 10px;
}

.results-widget li > a {
	color: #606060;
	white-space: nowrap;
}
.results-widget li > a:hover {
	color: inherit;
}

.footnote {
	font-weight: 500;
}

b.footnote, .footnote > b {
	font-weight: bold;
	position: relative;
	top: -0.2em;
}

.columns-section {
	background-color: #ffffff;
}

p {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
}

p.small-text {
	color: #909090;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}

.cols-two {
	margin-bottom: 50px;
}
.cols-two > div {
	float: left;
	width: 350px;
	margin-left: 40px;
}
.cols-two > div:first-child {
	margin-left: 0;
}

.cols-three {
	margin-bottom: 50px;
}
.cols-three > div {
	float: left;
	width: 222px;
	margin-left: 40px;
}
.cols-three > div:first-child {
	margin-left: 0;
}

a.learn-more {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 24px;
}

.img-wrapper {
	margin-bottom: 19px;
	margin-top: 5px;
	overflow: hidden;
	height: 180px;
}
.img-wrapper img {
	width: 100%;
}

.cols-three p {
	margin-bottom: 10px;
}

.banner-column {
	position: relative;
	margin-bottom: 20px;
}

.large-banner-wrapper {
	overflow: hidden;
	height: 400px;
}
.large-banner-wrapper img {
	height: 100%;
	width: 100%;
	display: block;
}

.banner-text-wrapper {
	margin-top: -400px;
	height: 400px;
	text-align: center;
}

.banner-text {
	padding: 85px 90px 60px;
	display: inline-block;
	margin: 67px auto;
	background: #ffffff;
	min-width: 432px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.75);
}
.banner-text h1 {
	font-weight: 700;
	width: 100%;
	color: #ffffff;
	margin-bottom: 10px;
}
.banner-text p {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #20a080;
	margin-bottom: 0px;
}

@media (max-width: 600px) {
	.banner-text {
	padding: 55px 60px 30px;
	min-width: 0;
	}
	.banner-text h1 {
	font-size: 24px;
	}
	.banner-text p {
	font-size: 16px;
	}
}
@media (max-width: 400px) {
	.banner-text {
	min-width: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	}
}
.photo-desc {
	margin-top: 12px;
	text-align: center;
}

.text-default, a.text-default:hover, a.text-default:focus {
	color: #606060;
}

.text-primary, a.text-primary:hover, a.text-primary:focus {
	color: #20a080;
}

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

.text-wrap {
	white-space: normal;
}

.break-word {
	overflow-wrap: break-word;
}

.text-info p {
	margin-bottom: 10px;
}

.section-block {
	padding-bottom: 12px;
}

.section .separator {
	height: 1px;
	background: gainsboro;
	width: 100%;
	margin-bottom: 19px;
	margin-top: 16px;
}

.section {
	padding: 0 20px 50px 20px;
}

.panel.banner-column-panel {
	padding: 0;
	margin-bottom: 90px;
}
.panel.banner-column-panel .panel-body {
	padding: 0;
}

.row-group-button .col-xs-1 {
	width: 30px;
	padding: 0;
}
.row-group-button .col-xs-1 .btn-sm {
	margin: 2px -4px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.12);
}
.row-group-button .col-xs-1 .btn-sm:hover, .row-group-button .col-xs-1 .btn-sm:active {
	color: #606060;
	background: #eee;
	border: 1px solid #cbcbcb;
}
.row-group-button .col-xs-11 {
	z-index: 100;
	width: calc(100% - 30px);
	padding: 0;
}

.disable-text-selection {
	-webkit-touch-callout: none;
	user-select: none;
}

.disabled {
	cursor: not-allowed;
}

.opacity-65 {
	filter: alpha(opacity=65);
	opacity: 0.65;
}

.fa-15x {
	font-size: 1.5em;
}

.fa-45x {
	font-size: 4.5em;
}

.font-small {
	font-size: 95%;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-normal {
	font-weight: 400;
}

.full-invisible {
	visibility: hidden !important;
}
.full-invisible * {
	visibility: hidden !important;
}

.list-unstyled li {
	margin: 0;
}

.no-animation {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

.no-pointer-events {
	position: relative;
}

.no-pointer-events:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 16777271;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	cursor: default;
}

.cursor-wait, .cursor-wait:after {
	cursor: wait;
}

.no-margin {
	margin: 0;
}

.no-margin-top {
	margin-top: 0;
}

.margin-top-xs {
	margin-top: 4px;
}

.margin-top-sm {
	margin-top: 8px;
}

.margin-top-md {
	margin-top: 12px;
}

.margin-top-lg {
	margin-top: 16px;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.margin-bottom-xs {
	margin-bottom: 4px;
}

.margin-bottom-sm {
	margin-bottom: 8px;
}

.margin-bottom-md {
	margin-bottom: 12px;
}

.margin-bottom-lg {
	margin-bottom: 16px;
}

.margin-bottom-xl {
	margin-bottom: 20px;
}

.no-padding {
	padding: 0;
}

.no-padding-right {
	padding-right: 0;
}

.padding-top-xs {
	padding-top: 4px;
}

.padding-top-sm {
	padding-top: 8px;
}

.padding-top-md {
	padding-top: 12px;
}

.no-transform {
	transform: none !important;
}

.no-transition {
	transition: none !important;
}

.text-shadow-dark {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.text-shadow-light {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media (min-width: 991px) {
	.vertical-rule-md-left {
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	padding-left: 15px;
	}
	.vertical-rule-md-right {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	padding-right: 15px;
	}
}
@media (min-width: 768px) {
	.vertical-rule-sm-left {
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	padding-left: 15px;
	}
	.vertical-rule-sm-right {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	padding-right: 15px;
	}
}
.vertical-rule-xs-left {
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	padding-left: 15px;
}

.vertical-rule-xs-right {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	padding-right: 15px;
}

.progress.progress-xs {
	border-radius: 2px;
	height: 4px;
}
.progress.progress-xxs {
	border-radius: 1px;
	height: 3px;
}

.CodeMirror {
	font-family: monospace;
	height: 300px;
	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;
	-moz-animation: blink 1.06s steps(1) infinite;
	animation: blink 1.06s steps(1) infinite;
	background-color: #7e7;
}

@-moz-keyframes blink {
	50% {
	background-color: transparent;
	}
}
@-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;
	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 {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	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;
	-webkit-font-variant-ligatures: none;
	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 {
	-moz-box-sizing: content-box;
	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-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-merge {
	position: relative;
	border: 1px solid #ddd;
	white-space: pre;
}

.CodeMirror-merge-2pane .CodeMirror-merge-pane {
	width: 47%;
}

.CodeMirror-merge-2pane .CodeMirror-merge-gap {
	width: 6%;
}

.CodeMirror-merge-3pane .CodeMirror-merge-pane {
	width: 31%;
}

.CodeMirror-merge-3pane .CodeMirror-merge-gap {
	width: 3.5%;
}

.CodeMirror-merge-pane {
	display: inline-block;
	white-space: normal;
	vertical-align: top;
}

.CodeMirror-merge-pane-rightmost {
	position: absolute;
	right: 0px;
	z-index: 1;
}

.CodeMirror-merge-gap {
	z-index: 2;
	display: inline-block;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	position: relative;
	background: #f8f8f8;
}

.CodeMirror-merge-scrolllock-wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
}

.CodeMirror-merge-scrolllock {
	position: relative;
	left: -50%;
	cursor: pointer;
	color: #555;
	line-height: 1;
}

.CodeMirror-merge-scrolllock:after {
	content: "⇛  ⇚";
}

.CodeMirror-merge-scrolllock.CodeMirror-merge-scrolllock-enabled:after {
	content: "⇛⇚";
}

.CodeMirror-merge-copybuttons-left, .CodeMirror-merge-copybuttons-right {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 1;
}

.CodeMirror-merge-copy {
	position: absolute;
	cursor: pointer;
	color: #44c;
	z-index: 3;
}

.CodeMirror-merge-copy-reverse {
	position: absolute;
	cursor: pointer;
	color: #44c;
}

.CodeMirror-merge-copybuttons-left .CodeMirror-merge-copy {
	left: 2px;
}

.CodeMirror-merge-copybuttons-right .CodeMirror-merge-copy {
	right: 2px;
}

.CodeMirror-merge-r-inserted, .CodeMirror-merge-l-inserted {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12MwuCXy3+CWyH8GBgYGJgYkAABZbAQ9ELXurwAAAABJRU5ErkJggg==);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.CodeMirror-merge-r-deleted, .CodeMirror-merge-l-deleted {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12M4Kyb2/6yY2H8GBgYGJgYkAABURgPz6Ks7wQAAAABJRU5ErkJggg==);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.CodeMirror-merge-r-chunk {
	background: #ffffe0;
}

.CodeMirror-merge-r-chunk-start {
	border-top: 1px solid #ee8;
}

.CodeMirror-merge-r-chunk-end {
	border-bottom: 1px solid #ee8;
}

.CodeMirror-merge-r-connect {
	fill: #ffffe0;
	stroke: #ee8;
	stroke-width: 1px;
}

.CodeMirror-merge-l-chunk {
	background: #eef;
}

.CodeMirror-merge-l-chunk-start {
	border-top: 1px solid #88e;
}

.CodeMirror-merge-l-chunk-end {
	border-bottom: 1px solid #88e;
}

.CodeMirror-merge-l-connect {
	fill: #eef;
	stroke: #88e;
	stroke-width: 1px;
}

.CodeMirror-merge-l-chunk.CodeMirror-merge-r-chunk {
	background: #dfd;
}

.CodeMirror-merge-l-chunk-start.CodeMirror-merge-r-chunk-start {
	border-top: 1px solid #4e4;
}

.CodeMirror-merge-l-chunk-end.CodeMirror-merge-r-chunk-end {
	border-bottom: 1px solid #4e4;
}

.CodeMirror-merge-collapsed-widget:before {
	content: "(...)";
}

.CodeMirror-merge-collapsed-widget {
	cursor: pointer;
	color: #88b;
	background: #eef;
	border: 1px solid #ddf;
	font-size: 90%;
	padding: 0 3px;
	border-radius: 4px;
}

.CodeMirror-merge-collapsed-line .CodeMirror-gutter-elt {
	display: none;
}

.cwis-auth {
	float: left;
	height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	width: 300px;
}
.cwis-auth .cwis-toggle-outer {
	float: right;
}
.cwis-auth label {
	width: 30px;
	float: left;
}
.cwis-auth b {
	float: left;
	width: 200px;
}
.cwis-auth .cwis-generic {
	width: 80px;
}

.cwis-filemod table {
	margin: auto;
	margin-top: 20px;
}
.cwis-filemod table td {
	padding: 5px 10px;
	text-align: center;
}
.cwis-filemod table th {
	padding: 5px 10px;
	background: #cecece;
	text-align: center;
}

.cwis-blacklist .cwis-file-perm,
.cwis-explorer .cwis-file-perm {
	color: lightcoral;
	font-weight: bold;
	font-size: 13px;
	width: 40px;
	display: inline-block;
	margin-top: 1px;
}
.cwis-blacklist .cwis-file-size,
.cwis-explorer .cwis-file-size {
	font-size: 14px;
	display: inline-block;
}
.cwis-blacklist .cwis-file-mod,
.cwis-explorer .cwis-file-mod {
	font-size: 12px;
	float: right;
	display: inline-block;
	padding: 0px 10px;
	color: black;
}
.cwis-blacklist .cwis-table .cwis-file-mod,
.cwis-explorer .cwis-table .cwis-file-mod {
	font-size: 10px;
	float: right;
	display: inline-block;
	padding: 0px 5px;
	color: black;
	max-width: 65px;
	text-align: center;
}
.cwis-blacklist .btn-group .dropdown-menu,
.cwis-explorer .btn-group .dropdown-menu {
	margin-top: 10px;
	left: -80px;
}
.cwis-blacklist .table-action-selected,
.cwis-explorer .table-action-selected {
	float: right;
	margin: 2px 20px;
}
.cwis-blacklist .table > thead:first-child > tr:first-child > th,
.cwis-explorer .table > thead:first-child > tr:first-child > th {
	padding-left: 10px;
	padding-right: 0px;
}
.cwis-blacklist table.dataTable,
.cwis-explorer table.dataTable {
	padding-top: 15px;
}

.cwis-explorer .cwis-explorer-sync {
	position: absolute;
	top: 5px;
	right: 15px;
}
.cwis-explorer .jstree-table-header, .cwis-explorer .jstree-table-col-0 {
	text-align: left;
}
.cwis-explorer .jstree-table-header-regular {
	background: #4e4e4e !important;
	padding: 5px 10px;
}
.cwis-explorer .jstree-table-header-cell {
	font-size: 18px !important;
	font-weight: 600 !important;
	background: #4e4e4e !important;
	color: #fff !important;
	text-transform: uppercase !important;
	padding: 5px 15px !important;
}
.cwis-explorer .jstree-table-header-cell:first-child {
	padding-left: 20px;
}
.cwis-explorer .jstree-table-separator {
	height: 40px !important;
}
.cwis-explorer .jstree-table-midwrapper {
	display: flex !important;
}
.cwis-explorer .component_missing {
	background-color: #fff2f6 !important;
}
.cwis-explorer .component_matching {
	background-color: #92c69b !important;
}
.cwis-explorer .jstree-default .jstree-disabled {
	padding-left: 65px;
}
.cwis-explorer .jstree-default .jstree-disabled .jstree-icon {
	display: none;
}
.cwis-explorer .cwis-explorer-mode {
	margin-top: -45px;
	margin-left: 80px;
}
.cwis-explorer .cwis-explorer-filters {
	margin-top: 15px;
}
.cwis-explorer input[type=checkbox],
.cwis-explorer input.dt-checkboxes {
	height: 16px;
	width: 16px;
}

.cwis-toggle {
	border: 1px solid #20a080;
	border-radius: 6px;
	height: 32px;
}
.cwis-toggle .btn.btn-lg {
	height: 20px;
	line-height: 18px;
	padding: 6px 10px;
	font-size: 14px;
}

.cwis-explorer-button {
	margin-top: 15px !important;
	margin-bottom: 15px;
	cursor: pointer;
	color: #20a080;
}

#cwisSettings .form-control {
	width: 95% !important;
	max-width: unset !important;
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #2c3338;
}

.cwis-checkbox {
	max-width: 300px;
}
.cwis-checkbox .form-check {
	float: left;
	height: 16px;
	width: 16px;
}
.cwis-checkbox .form-label {
	/* font-size: 14px; */
	margin-left: 25px;
	margin-right: 59px;
	margin-top: 0px;
	line-height: 22px;
}

.cwis_tree_filters_col {
	float: left;
	max-width: 500px;
}

.clearfix {
	/*width: 100%;*/
	/*clear: both;*/
}

.cwis-generic select.form-select {
	padding: 5px;
	border: #cecece;
	width: 500px;
}
.cwis-generic .form-label {
	float: left;
	width: 130px;
}
.cwis-generic .select2-container--default .select2-selection--multiple {
	background-color: white;
	cursor: text;
	border: 1px solid #cecece;
}

.cursor-pointer {
	cursor: pointer;
}

.text-start {
	text-align: left;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
	padding-right: 5px;
}

label.btn.btn-outline-primary.active {
	color: white;
	background: #20a080;
}

label.btn.btn-outline-danger.active {
	color: black;
	background: #eee;
	margin-right: -1px;
}

.cf-32 {
	display: inline-block;
	vertical-align: middle;
}

.cf-32:before {
	content: "";
	display: block;
	background: url("../assets/img/flat32sheet.png") no-repeat;
	width: 32px;
	height: 32px;
}

.cf-32.cf-ad:before {
	background-position: -32px 0px;
}

.cf-32.cf-ae:before {
	background-position: -96px -320px;
}

.cf-32.cf-af:before {
	background-position: 0px -32px;
}

.cf-32.cf-ag:before {
	background-position: -32px -32px;
}

.cf-32.cf-ai:before {
	background-position: -64px 0px;
}

.cf-32.cf-al:before {
	background-position: -64px -32px;
}

.cf-32.cf-am:before {
	background-position: 0px -64px;
}

.cf-32.cf-ao:before {
	background-position: -32px -64px;
}

.cf-32.cf-aq:before {
	background-position: -64px -64px;
}

.cf-32.cf-ar:before {
	background-position: -96px 0px;
}

.cf-32.cf-as:before {
	background-position: -96px -32px;
}

.cf-32.cf-at:before {
	background-position: -96px -64px;
}

.cf-32.cf-au:before {
	background-position: 0px -96px;
}

.cf-32.cf-aw:before {
	background-position: -32px -96px;
}

.cf-32.cf-az:before {
	background-position: -64px -96px;
}

.cf-32.cf-ba:before {
	background-position: -96px -96px;
}

.cf-32.cf-bb:before {
	background-position: -128px 0px;
}

.cf-32.cf-bd:before {
	background-position: -128px -32px;
}

.cf-32.cf-be:before {
	background-position: -128px -64px;
}

.cf-32.cf-bf:before {
	background-position: -128px -96px;
}

.cf-32.cf-bg:before {
	background-position: 0px -128px;
}

.cf-32.cf-bh:before {
	background-position: -32px -128px;
}

.cf-32.cf-bi:before {
	background-position: -64px -128px;
}

.cf-32.cf-bj:before {
	background-position: -96px -128px;
}

.cf-32.cf-bm:before {
	background-position: -128px -128px;
}

.cf-32.cf-bn:before {
	background-position: -160px 0px;
}

.cf-32.cf-bo:before {
	background-position: -160px -32px;
}

.cf-32.cf-br:before {
	background-position: -160px -64px;
}

.cf-32.cf-bs:before {
	background-position: -160px -96px;
}

.cf-32.cf-bt:before {
	background-position: -160px -128px;
}

.cf-32.cf-bw:before {
	background-position: 0px -160px;
}

.cf-32.cf-by:before {
	background-position: -32px -160px;
}

.cf-32.cf-bz:before {
	background-position: -64px -160px;
}

.cf-32.cf-ca:before {
	background-position: -96px -160px;
}

.cf-32.cf-cd:before {
	background-position: -128px -160px;
}

.cf-32.cf-cf:before {
	background-position: -160px -160px;
}

.cf-32.cf-cg:before {
	background-position: -192px 0px;
}

.cf-32.cf-ch:before {
	background-position: -192px -32px;
}

.cf-32.cf-ck:before {
	background-position: -192px -64px;
}

.cf-32.cf-cl:before {
	background-position: -192px -96px;
}

.cf-32.cf-cm:before {
	background-position: -192px -128px;
}

.cf-32.cf-cn:before {
	background-position: -192px -160px;
}

.cf-32.cf-co:before {
	background-position: 0px -192px;
}

.cf-32.cf-cr:before {
	background-position: -32px -192px;
}

.cf-32.cf-cu:before {
	background-position: -64px -192px;
}

.cf-32.cf-cv:before {
	background-position: -96px -192px;
}

.cf-32.cf-cx:before {
	background-position: -128px -192px;
}

.cf-32.cf-cy:before {
	background-position: -160px -192px;
}

.cf-32.cf-cz:before {
	background-position: -192px -192px;
}

.cf-32.cf-de:before {
	background-position: -224px 0px;
}

.cf-32.cf-dj:before {
	background-position: -224px -32px;
}

.cf-32.cf-dk:before {
	background-position: -224px -64px;
}

.cf-32.cf-dm:before {
	background-position: -224px -96px;
}

.cf-32.cf-do:before {
	background-position: -224px -128px;
}

.cf-32.cf-dz:before {
	background-position: -224px -160px;
}

.cf-32.cf-ec:before {
	background-position: -224px -192px;
}

.cf-32.cf-ee:before {
	background-position: 0px -224px;
}

.cf-32.cf-eg:before {
	background-position: -32px -224px;
}

.cf-32.cf-eh:before {
	background-position: -64px -224px;
}

.cf-32.cf-er:before {
	background-position: -96px -224px;
}

.cf-32.cf-es:before {
	background-position: -128px -224px;
}

.cf-32.cf-et:before {
	background-position: -160px -224px;
}

.cf-32.cf-fi:before {
	background-position: -192px -224px;
}

.cf-32.cf-fj:before {
	background-position: -224px -224px;
}

.cf-32.cf-fk:before {
	background-position: -256px 0px;
}

.cf-32.cf-fm:before {
	background-position: -256px -32px;
}

.cf-32.cf-fr:before {
	background-position: -256px -64px;
}

.cf-32.cf-ga:before {
	background-position: -256px -96px;
}

.cf-32.cf-gb:before {
	background-position: -256px -128px;
}

.cf-32.cf-gd:before {
	background-position: -256px -160px;
}

.cf-32.cf-ge:before {
	background-position: -256px -192px;
}

.cf-32.cf-gg:before {
	background-position: -256px -224px;
}

.cf-32.cf-gh:before {
	background-position: 0px -256px;
}

.cf-32.cf-gi:before {
	background-position: -32px -256px;
}

.cf-32.cf-gl:before {
	background-position: -64px -256px;
}

.cf-32.cf-gm:before {
	background-position: -96px -256px;
}

.cf-32.cf-gn:before {
	background-position: -128px -256px;
}

.cf-32.cf-gq:before {
	background-position: -160px -256px;
}

.cf-32.cf-gr:before {
	background-position: -192px -256px;
}

.cf-32.cf-gs:before {
	background-position: -224px -256px;
}

.cf-32.cf-gt:before {
	background-position: -256px -256px;
}

.cf-32.cf-gu:before {
	background-position: -288px 0px;
}

.cf-32.cf-gy:before {
	background-position: -288px -32px;
}

.cf-32.cf-hk:before {
	background-position: -288px -64px;
}

.cf-32.cf-hn:before {
	background-position: -288px -96px;
}

.cf-32.cf-hr:before {
	background-position: -288px -128px;
}

.cf-32.cf-ht:before {
	background-position: -288px -160px;
}

.cf-32.cf-hu:before {
	background-position: -288px -192px;
}

.cf-32.cf-id:before {
	background-position: -288px -224px;
}

.cf-32.cf-ie:before {
	background-position: -288px -256px;
}

.cf-32.cf-il:before {
	background-position: 0px -288px;
}

.cf-32.cf-im:before {
	background-position: -32px -288px;
}

.cf-32.cf-in:before {
	background-position: -64px -288px;
}

.cf-32.cf-iq:before {
	background-position: -96px -288px;
}

.cf-32.cf-ir:before {
	background-position: -128px -288px;
}

.cf-32.cf-is:before {
	background-position: -160px -288px;
}

.cf-32.cf-it:before {
	background-position: -192px -288px;
}

.cf-32.cf-je:before {
	background-position: -224px -288px;
}

.cf-32.cf-jm:before {
	background-position: -256px -288px;
}

.cf-32.cf-jo:before {
	background-position: -288px -288px;
}

.cf-32.cf-jp:before {
	background-position: -320px 0px;
}

.cf-32.cf-ke:before {
	background-position: -320px -32px;
}

.cf-32.cf-kg:before {
	background-position: -320px -64px;
}

.cf-32.cf-kh:before {
	background-position: -320px -96px;
}

.cf-32.cf-ki:before {
	background-position: -320px -128px;
}

.cf-32.cf-km:before {
	background-position: -320px -160px;
}

.cf-32.cf-kn:before {
	background-position: -320px -192px;
}

.cf-32.cf-kp:before {
	background-position: -320px -224px;
}

.cf-32.cf-kr:before {
	background-position: -320px -256px;
}

.cf-32.cf-kw:before {
	background-position: -320px -288px;
}

.cf-32.cf-ky:before {
	background-position: 0px -320px;
}

.cf-32.cf-kz:before {
	background-position: -32px -320px;
}

.cf-32.cf-la:before {
	background-position: -64px -320px;
}

.cf-32.cf-lb:before {
	background-position: 0px 0px;
}

.cf-32.cf-lc:before {
	background-position: -128px -320px;
}

.cf-32.cf-li:before {
	background-position: -160px -320px;
}

.cf-32.cf-lk:before {
	background-position: -192px -320px;
}

.cf-32.cf-lr:before {
	background-position: -224px -320px;
}

.cf-32.cf-ls:before {
	background-position: -256px -320px;
}

.cf-32.cf-lt:before {
	background-position: -288px -320px;
}

.cf-32.cf-lu:before {
	background-position: -320px -320px;
}

.cf-32.cf-lv:before {
	background-position: -352px 0px;
}

.cf-32.cf-ly:before {
	background-position: -352px -32px;
}

.cf-32.cf-ma:before {
	background-position: -352px -64px;
}

.cf-32.cf-mc:before {
	background-position: -352px -96px;
}

.cf-32.cf-md:before {
	background-position: -352px -128px;
}

.cf-32.cf-me:before {
	background-position: -352px -160px;
}

.cf-32.cf-mf:before {
	background-position: -352px -192px;
}

.cf-32.cf-mg:before {
	background-position: -352px -224px;
}

.cf-32.cf-mh:before {
	background-position: -352px -256px;
}

.cf-32.cf-mk:before {
	background-position: -352px -288px;
}

.cf-32.cf-ml:before {
	background-position: -352px -320px;
}

.cf-32.cf-mm:before {
	background-position: 0px -352px;
}

.cf-32.cf-mn:before {
	background-position: -32px -352px;
}

.cf-32.cf-mo:before {
	background-position: -64px -352px;
}

.cf-32.cf-mp:before {
	background-position: -96px -352px;
}

.cf-32.cf-mq:before {
	background-position: -128px -352px;
}

.cf-32.cf-mr:before {
	background-position: -160px -352px;
}

.cf-32.cf-ms:before {
	background-position: -192px -352px;
}

.cf-32.cf-mt:before {
	background-position: -224px -352px;
}

.cf-32.cf-mu:before {
	background-position: -256px -352px;
}

.cf-32.cf-mv:before {
	background-position: -288px -352px;
}

.cf-32.cf-mw:before {
	background-position: -320px -352px;
}

.cf-32.cf-mx:before {
	background-position: -352px -352px;
}

.cf-32.cf-my:before {
	background-position: -384px 0px;
}

.cf-32.cf-mz:before {
	background-position: -384px -32px;
}

.cf-32.cf-na:before {
	background-position: -384px -64px;
}

.cf-32.cf-nc:before {
	background-position: -384px -96px;
}

.cf-32.cf-ne:before {
	background-position: -384px -128px;
}

.cf-32.cf-nf:before {
	background-position: -384px -160px;
}

.cf-32.cf-ng:before {
	background-position: -384px -192px;
}

.cf-32.cf-ni:before {
	background-position: -384px -224px;
}

.cf-32.cf-nl:before {
	background-position: -384px -256px;
}

.cf-32.cf-no:before {
	background-position: -384px -288px;
}

.cf-32.cf-np:before {
	background-position: -384px -320px;
}

.cf-32.cf-nr:before {
	background-position: -384px -352px;
}

.cf-32.cf-nu:before {
	background-position: 0px -384px;
}

.cf-32.cf-nz:before {
	background-position: -32px -384px;
}

.cf-32.cf-om:before {
	background-position: -64px -384px;
}

.cf-32.cf-pa:before {
	background-position: -96px -384px;
}

.cf-32.cf-pe:before {
	background-position: -128px -384px;
}

.cf-32.cf-pf:before {
	background-position: -160px -384px;
}

.cf-32.cf-pg:before {
	background-position: -192px -384px;
}

.cf-32.cf-ph:before {
	background-position: -224px -384px;
}

.cf-32.cf-pk:before {
	background-position: -256px -384px;
}

.cf-32.cf-pl:before {
	background-position: -288px -384px;
}

.cf-32.cf-pn:before {
	background-position: -320px -384px;
}

.cf-32.cf-pr:before {
	background-position: -352px -384px;
}

.cf-32.cf-ps:before {
	background-position: -384px -384px;
}

.cf-32.cf-pt:before {
	background-position: -416px 0px;
}

.cf-32.cf-pw:before {
	background-position: -416px -32px;
}

.cf-32.cf-py:before {
	background-position: -416px -64px;
}

.cf-32.cf-qa:before {
	background-position: -416px -96px;
}

.cf-32.cf-ro:before {
	background-position: -416px -128px;
}

.cf-32.cf-rs:before {
	background-position: -416px -160px;
}

.cf-32.cf-ru:before {
	background-position: -416px -192px;
}

.cf-32.cf-rw:before {
	background-position: -416px -224px;
}

.cf-32.cf-sa:before {
	background-position: -416px -256px;
}

.cf-32.cf-sb:before {
	background-position: -416px -288px;
}

.cf-32.cf-sc:before {
	background-position: -416px -320px;
}

.cf-32.cf-sd:before {
	background-position: -416px -352px;
}

.cf-32.cf-se:before {
	background-position: -416px -384px;
}

.cf-32.cf-sg:before {
	background-position: 0px -416px;
}

.cf-32.cf-si:before {
	background-position: -32px -416px;
}

.cf-32.cf-sk:before {
	background-position: -64px -416px;
}

.cf-32.cf-sl:before {
	background-position: -96px -416px;
}

.cf-32.cf-sm:before {
	background-position: -128px -416px;
}

.cf-32.cf-sn:before {
	background-position: -160px -416px;
}

.cf-32.cf-so:before {
	background-position: -192px -416px;
}

.cf-32.cf-sr:before {
	background-position: -224px -416px;
}

.cf-32.cf-ss:before {
	background-position: -256px -416px;
}

.cf-32.cf-sv:before {
	background-position: -288px -416px;
}

.cf-32.cf-sy:before {
	background-position: -320px -416px;
}

.cf-32.cf-sz:before {
	background-position: -352px -416px;
}

.cf-32.cf-tc:before {
	background-position: -384px -416px;
}

.cf-32.cf-td:before {
	background-position: -416px -416px;
}

.cf-32.cf-tg:before {
	background-position: -448px 0px;
}

.cf-32.cf-th:before {
	background-position: -448px -32px;
}

.cf-32.cf-tj:before {
	background-position: -448px -64px;
}

.cf-32.cf-tk:before {
	background-position: -448px -96px;
}

.cf-32.cf-tm:before {
	background-position: -448px -128px;
}

.cf-32.cf-tn:before {
	background-position: -448px -160px;
}

.cf-32.cf-to:before {
	background-position: -448px -192px;
}

.cf-32.cf-tr:before {
	background-position: -448px -224px;
}

.cf-32.cf-tt:before {
	background-position: -448px -256px;
}

.cf-32.cf-tv:before {
	background-position: -448px -288px;
}

.cf-32.cf-tw:before {
	background-position: -448px -320px;
}

.cf-32.cf-tz:before {
	background-position: -448px -352px;
}

.cf-32.cf-ua:before {
	background-position: -448px -384px;
}

.cf-32.cf-ug:before {
	background-position: -448px -416px;
}

.cf-32.cf-us:before {
	background-position: 0px -448px;
}

.cf-32.cf-uy:before {
	background-position: -32px -448px;
}

.cf-32.cf-uz:before {
	background-position: -64px -448px;
}

.cf-32.cf-va:before {
	background-position: -96px -448px;
}

.cf-32.cf-vc:before {
	background-position: -128px -448px;
}

.cf-32.cf-ve:before {
	background-position: -160px -448px;
}

.cf-32.cf-vg:before {
	background-position: -192px -448px;
}

.cf-32.cf-vn:before {
	background-position: -224px -448px;
}

.cf-32.cf-vu:before {
	background-position: -256px -448px;
}

.cf-32.cf-wf:before {
	background-position: -288px -448px;
}

.cf-32.cf-ws:before {
	background-position: -320px -448px;
}

.cf-32.cf-xk:before {
	background-position: -352px -448px;
}

.cf-32.cf-ye:before {
	background-position: -384px -448px;
}

.cf-32.cf-yt:before {
	background-position: -416px -448px;
}

.cf-32.cf-za:before {
	background-position: -448px -448px;
}

.cf-32.cf-zm:before {
	background-position: -480px 0px;
}

.cf-32.cf-zw:before {
	background-position: -480px -32px;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	/*display: inline;*/
	list-style: none;
	padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	max-width: 100%;
	resize: none;
	height: 18px;
	vertical-align: bottom;
	font-family: sans-serif;
	overflow: hidden;
	word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option--selectable {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
	padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
	padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	padding-right: 3px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	padding-top: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333;
	outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	border-left: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
	float: left;
	margin-left: 10px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
	padding: 0;
}

.select2-container--default .select2-results__option--disabled {
	color: #999;
}

.select2-container--default .select2-results__option--selected {
	background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
	padding-bottom: 5px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #888;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
	outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
	padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.swal2-popup.swal2-toast {
	box-sizing: border-box;
	grid-column: 1/4 !important;
	grid-row: 1/4 !important;
	grid-template-columns: 1fr 99fr 1fr;
	padding: 1em;
	overflow-y: hidden;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
	pointer-events: all;
}

.swal2-popup.swal2-toast > * {
	grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
	margin: 0.5em 1em;
	padding: 0;
	font-size: 1em;
	text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
	justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
	height: 2em;
	margin: 0.5em;
	font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
	font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
	margin: 0.5em 0 0;
	padding: 0.5em 0 0;
	font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
	grid-column: 3/3;
	grid-row: 1/99;
	align-self: center;
	width: 0.8em;
	height: 0.8em;
	margin: 0;
	font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
	margin: 0.5em 1em;
	padding: 0;
	font-size: 1em;
	text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
	padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
	grid-column: 1;
	grid-row: 1/99;
	align-self: center;
	width: 2em;
	height: 2em;
	margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
	grid-column: 1;
	grid-row: 1/99;
	align-self: center;
	width: 2em;
	min-width: 2em;
	height: 2em;
	margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
	display: flex;
	align-items: center;
	font-size: 1.8em;
	font-weight: bold;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	top: 0.875em;
	width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
	justify-content: flex-start;
	height: auto;
	margin: 0;
	margin-top: 0.5em;
	padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
	margin: 0.25em 0.5em;
	padding: 0.4em 0.6em;
	font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
	border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
	position: absolute;
	width: 1.6em;
	height: 3em;
	transform: rotate(45deg);
	border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
	top: -0.8em;
	left: -0.5em;
	transform: rotate(-45deg);
	transform-origin: 2em 2em;
	border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
	top: -0.25em;
	left: 0.9375em;
	transform-origin: 0 1.5em;
	border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
	top: 0;
	left: 0.4375em;
	width: 0.4375em;
	height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
	height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.125em;
	left: 0.1875em;
	width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
	top: 0.9375em;
	right: 0.1875em;
	width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
	-webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
	animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
	-webkit-animation: swal2-toast-animate-success-line-long 0.75s;
	animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
	-webkit-animation: swal2-toast-show 0.5s;
	animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
	-webkit-animation: swal2-toast-hide 0.1s forwards;
	animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
	display: grid;
	position: fixed;
	z-index: 1060;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
	grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
	grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
	height: 100%;
	padding: 0.625em;
	width: 100%;
	overflow-x: hidden;
	transition: background-color 0.1s;
	-webkit-overflow-scrolling: touch;
}

.site-container .swal2-container {
	right: unset;
	left: unset;
	margin-left: -20px;
}

.el-swal-container {
	width: calc(100% - 160px);
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
	background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
	background: transparent !important;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
	grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
	grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start > .swal2-popup {
	align-self: start;
}

.swal2-container.swal2-top > .swal2-popup {
	grid-column: 2;
	align-self: start;
	justify-self: center;
}

.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
	grid-column: 3;
	align-self: start;
	justify-self: end;
}

.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
	grid-row: 2;
	align-self: center;
}

.swal2-container.swal2-center > .swal2-popup {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	justify-self: center;
}

.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
	grid-column: 3;
	grid-row: 2;
	align-self: center;
	justify-self: end;
}

.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
	grid-column: 1;
	grid-row: 3;
	align-self: end;
}

.swal2-container.swal2-bottom > .swal2-popup {
	grid-column: 2;
	grid-row: 3;
	justify-self: center;
	align-self: end;
}

.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
	grid-column: 3;
	grid-row: 3;
	align-self: end;
	justify-self: end;
}

.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
	grid-column: 1/4;
	width: 100%;
}

.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
	grid-row: 1/4;
	align-self: stretch;
}

.swal2-container.swal2-no-transition {
	transition: none !important;
}

.swal2-popup {
	display: none;
	position: relative;
	box-sizing: border-box;
	grid-template-columns: minmax(0, 100%);
	min-width: 50em;
	max-width: 100%;
	padding: 0 0 1.25em;
	border: none;
	border-radius: 5px;
	background: #fff;
	color: #545454;
	font-family: inherit;
	font-size: 1rem;
}

.swal2-popup:focus {
	outline: none;
}

.swal2-popup.swal2-loading {
	overflow-y: hidden;
}

.swal2-title {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 0.8em 1em 0;
	color: inherit;
	font-size: 1.875em;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word;
}

.swal2-actions {
	display: flex;
	z-index: 1;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: auto;
	margin: 1.25em auto 0;
	padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.2em;
	height: 2.2em;
	margin: 0 1.875em;
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	border-width: 0.25em;
	border-style: solid;
	border-radius: 100%;
	border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
	margin: 0.3125em;
	padding: 0.625em 1.1em;
	transition: box-shadow 0.1s;
	box-shadow: 0 0 0 3px transparent;
	font-weight: 500;
}

.swal2-styled:not([disabled]) {
	cursor: pointer;
}

.swal2-styled.swal2-confirm {
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #7066e0;
	color: #fff;
	font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
	box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.swal2-styled.swal2-deny {
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #dc3741;
	color: #fff;
	font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
	box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.swal2-styled.swal2-cancel {
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #6e7881;
	color: #fff;
	font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
	box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
	box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
	outline: none;
}

.swal2-styled::-moz-focus-inner {
	border: 0;
}

.swal2-footer {
	justify-content: center;
	margin: 1em 0 0;
	padding: 1em 1em 0;
	border-top: 1px solid #eee;
	color: inherit;
	font-size: 1em;
}

.swal2-timer-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	grid-column: auto !important;
	overflow: hidden;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
	width: 100%;
	height: 0.25em;
	background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
	max-width: 100%;
	margin: 2em auto 1em;
}

.swal2-close {
	z-index: 2;
	align-items: center;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1.2em;
	padding: 0;
	overflow: hidden;
	transition: color 0.1s, box-shadow 0.1s;
	border: none;
	border-radius: 5px;
	background: transparent;
	color: #ccc;
	font-family: serif;
	font-family: monospace;
	font-size: 2.5em;
	cursor: pointer;
	justify-self: end;
}

.swal2-close:hover {
	transform: none;
	background: transparent;
	color: #f27474;
}

.swal2-close:focus {
	outline: none;
	box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
	border: 0;
}

.swal2-html-container {
	z-index: 1;
	justify-content: center;
	margin: 1em 1.6em 0.3em;
	padding: 0;
	overflow: auto;
	color: inherit;
	font-size: 1.125em;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	word-wrap: break-word;
	word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
	margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
	box-sizing: border-box;
	width: auto;
	transition: border-color 0.1s, box-shadow 0.1s;
	border: 1px solid #d9d9d9;
	border-radius: 0.1875em;
	background: inherit;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
	color: inherit;
	font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
	border-color: #f27474 !important;
	box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
	border: 1px solid #b4dbed;
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
	color: #ccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
	color: #ccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
	color: #ccc;
}

.swal2-range {
	margin: 1em 2em 3px;
	background: #fff;
}

.swal2-range input {
	width: 80%;
}

.swal2-range output {
	width: 20%;
	color: inherit;
	font-weight: 600;
	text-align: center;
}

.swal2-range input,
.swal2-range output {
	height: 2.625em;
	padding: 0;
	font-size: 1.125em;
	line-height: 2.625em;
}

.swal2-input {
	height: 2.625em;
	padding: 0 0.75em;
}

.swal2-file {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background: inherit;
	font-size: 1.125em;
}

.swal2-textarea {
	height: 6.75em;
	padding: 0.75em;
}

.swal2-select {
	min-width: 50%;
	max-width: 100%;
	padding: 0.375em 0.625em;
	background: inherit;
	color: inherit;
	font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
	align-items: center;
	justify-content: center;
	background: #fff;
	color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
	margin: 0 0.6em;
	font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
	flex-shrink: 0;
	margin: 0 0.4em;
}

.swal2-input-label {
	display: flex;
	justify-content: center;
	margin: 1em auto 0;
}

.swal2-validation-message {
	align-items: center;
	justify-content: center;
	margin: 1em 0 0;
	padding: 0.625em;
	overflow: hidden;
	background: #f0f0f0;
	color: #666666;
	font-size: 1em;
	font-weight: 300;
}

.swal2-validation-message::before {
	content: "!";
	display: inline-block;
	width: 1.5em;
	min-width: 1.5em;
	height: 1.5em;
	margin: 0 0.625em;
	border-radius: 50%;
	background-color: #f27474;
	color: #fff;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}

.swal2-icon {
	position: relative;
	box-sizing: content-box;
	justify-content: center;
	width: 5em;
	height: 5em;
	margin: 2.5em auto 0.6em;
	border: 0.25em solid transparent;
	border-radius: 50%;
	border-color: #000;
	font-family: inherit;
	line-height: 5em;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swal2-icon .swal2-icon-content {
	display: flex;
	align-items: center;
	font-size: 3.75em;
}

.swal2-icon.swal2-error {
	border-color: #f27474;
	color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	display: block;
	position: absolute;
	top: 2.3125em;
	width: 2.9375em;
	height: 0.3125em;
	border-radius: 0.125em;
	background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	left: 1.0625em;
	transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	right: 1em;
	transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
	-webkit-animation: swal2-animate-error-icon 0.5s;
	animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
	-webkit-animation: swal2-animate-error-x-mark 0.5s;
	animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
	border-color: #facea8;
	color: #f8bb86;
}

.swal2-icon.swal2-warning.swal2-icon-show {
	-webkit-animation: swal2-animate-error-icon 0.5s;
	animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
	-webkit-animation: swal2-animate-i-mark 0.5s;
	animation: swal2-animate-i-mark 0.5s;
}

.swal2-icon.swal2-info {
	border-color: #9de0f6;
	color: #3fc3ee;
}

.swal2-icon.swal2-info.swal2-icon-show {
	-webkit-animation: swal2-animate-error-icon 0.5s;
	animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
	-webkit-animation: swal2-animate-i-mark 0.8s;
	animation: swal2-animate-i-mark 0.8s;
}

.swal2-icon.swal2-question {
	border-color: #c9dae1;
	color: #87adbd;
}

.swal2-icon.swal2-question.swal2-icon-show {
	-webkit-animation: swal2-animate-error-icon 0.5s;
	animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
	-webkit-animation: swal2-animate-question-mark 0.8s;
	animation: swal2-animate-question-mark 0.8s;
}

.swal2-icon.swal2-success {
	border-color: #a5dc86;
	color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
	position: absolute;
	width: 3.75em;
	height: 7.5em;
	transform: rotate(45deg);
	border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
	top: -0.4375em;
	left: -2.0635em;
	transform: rotate(-45deg);
	transform-origin: 3.75em 3.75em;
	border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
	top: -0.6875em;
	left: 1.875em;
	transform: rotate(-45deg);
	transform-origin: 0 3.75em;
	border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
	position: absolute;
	z-index: 2;
	top: -0.25em;
	left: -0.25em;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	border: 0.25em solid rgba(165, 220, 134, 0.3);
	border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
	position: absolute;
	z-index: 1;
	top: 0.5em;
	left: 1.625em;
	width: 0.4375em;
	height: 5.625em;
	transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	display: block;
	position: absolute;
	z-index: 2;
	height: 0.3125em;
	border-radius: 0.125em;
	background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 2.875em;
	left: 0.8125em;
	width: 1.5625em;
	transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 2.375em;
	right: 0.5em;
	width: 2.9375em;
	transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
	-webkit-animation: swal2-animate-success-line-tip 0.75s;
	animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
	-webkit-animation: swal2-animate-success-line-long 0.75s;
	animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
	-webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
	animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
	flex-wrap: wrap;
	align-items: center;
	max-width: 100%;
	margin: 1.25em auto;
	padding: 0;
	background: inherit;
	font-weight: 600;
}

.swal2-progress-steps li {
	display: inline-block;
	position: relative;
}

.swal2-progress-steps .swal2-progress-step {
	z-index: 20;
	flex-shrink: 0;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background: #2778c4;
	color: #fff;
	line-height: 2em;
	text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
	background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
	background: #add8e6;
	color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
	background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
	z-index: 10;
	flex-shrink: 0;
	width: 2.5em;
	height: 0.4em;
	margin: 0 -1px;
	background: #2778c4;
}

[class^=swal2] {
	-webkit-tap-highlight-color: transparent;
}

.swal2-show {
	-webkit-animation: swal2-show 0.3s;
	animation: swal2-show 0.3s;
}

.swal2-hide {
	-webkit-animation: swal2-hide 0.15s forwards;
	animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
	transition: none;
}

.swal2-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.swal2-rtl .swal2-close {
	margin-right: initial;
	margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
	right: 0;
	left: auto;
}

@-webkit-keyframes swal2-toast-show {
	0% {
	transform: translateY(-0.625em) rotateZ(2deg);
	}
	33% {
	transform: translateY(0) rotateZ(-2deg);
	}
	66% {
	transform: translateY(0.3125em) rotateZ(2deg);
	}
	100% {
	transform: translateY(0) rotateZ(0deg);
	}
}
@keyframes swal2-toast-show {
	0% {
	transform: translateY(-0.625em) rotateZ(2deg);
	}
	33% {
	transform: translateY(0) rotateZ(-2deg);
	}
	66% {
	transform: translateY(0.3125em) rotateZ(2deg);
	}
	100% {
	transform: translateY(0) rotateZ(0deg);
	}
}
@-webkit-keyframes swal2-toast-hide {
	100% {
	transform: rotateZ(1deg);
	opacity: 0;
	}
}
@keyframes swal2-toast-hide {
	100% {
	transform: rotateZ(1deg);
	opacity: 0;
	}
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
	0% {
	top: 0.5625em;
	left: 0.0625em;
	width: 0;
	}
	54% {
	top: 0.125em;
	left: 0.125em;
	width: 0;
	}
	70% {
	top: 0.625em;
	left: -0.25em;
	width: 1.625em;
	}
	84% {
	top: 1.0625em;
	left: 0.75em;
	width: 0.5em;
	}
	100% {
	top: 1.125em;
	left: 0.1875em;
	width: 0.75em;
	}
}
@keyframes swal2-toast-animate-success-line-tip {
	0% {
	top: 0.5625em;
	left: 0.0625em;
	width: 0;
	}
	54% {
	top: 0.125em;
	left: 0.125em;
	width: 0;
	}
	70% {
	top: 0.625em;
	left: -0.25em;
	width: 1.625em;
	}
	84% {
	top: 1.0625em;
	left: 0.75em;
	width: 0.5em;
	}
	100% {
	top: 1.125em;
	left: 0.1875em;
	width: 0.75em;
	}
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
	0% {
	top: 1.625em;
	right: 1.375em;
	width: 0;
	}
	65% {
	top: 1.25em;
	right: 0.9375em;
	width: 0;
	}
	84% {
	top: 0.9375em;
	right: 0;
	width: 1.125em;
	}
	100% {
	top: 0.9375em;
	right: 0.1875em;
	width: 1.375em;
	}
}
@keyframes swal2-toast-animate-success-line-long {
	0% {
	top: 1.625em;
	right: 1.375em;
	width: 0;
	}
	65% {
	top: 1.25em;
	right: 0.9375em;
	width: 0;
	}
	84% {
	top: 0.9375em;
	right: 0;
	width: 1.125em;
	}
	100% {
	top: 0.9375em;
	right: 0.1875em;
	width: 1.375em;
	}
}
@-webkit-keyframes swal2-show {
	0% {
	transform: scale(0.7);
	}
	45% {
	transform: scale(1.05);
	}
	80% {
	transform: scale(0.95);
	}
	100% {
	transform: scale(1);
	}
}
@keyframes swal2-show {
	0% {
	transform: scale(0.7);
	}
	45% {
	transform: scale(1.05);
	}
	80% {
	transform: scale(0.95);
	}
	100% {
	transform: scale(1);
	}
}
@-webkit-keyframes swal2-hide {
	0% {
	transform: scale(1);
	opacity: 1;
	}
	100% {
	transform: scale(0.5);
	opacity: 0;
	}
}
@keyframes swal2-hide {
	0% {
	transform: scale(1);
	opacity: 1;
	}
	100% {
	transform: scale(0.5);
	opacity: 0;
	}
}
@-webkit-keyframes swal2-animate-success-line-tip {
	0% {
	top: 1.1875em;
	left: 0.0625em;
	width: 0;
	}
	54% {
	top: 1.0625em;
	left: 0.125em;
	width: 0;
	}
	70% {
	top: 2.1875em;
	left: -0.375em;
	width: 3.125em;
	}
	84% {
	top: 3em;
	left: 1.3125em;
	width: 1.0625em;
	}
	100% {
	top: 2.8125em;
	left: 0.8125em;
	width: 1.5625em;
	}
}
@keyframes swal2-animate-success-line-tip {
	0% {
	top: 1.1875em;
	left: 0.0625em;
	width: 0;
	}
	54% {
	top: 1.0625em;
	left: 0.125em;
	width: 0;
	}
	70% {
	top: 2.1875em;
	left: -0.375em;
	width: 3.125em;
	}
	84% {
	top: 3em;
	left: 1.3125em;
	width: 1.0625em;
	}
	100% {
	top: 2.8125em;
	left: 0.8125em;
	width: 1.5625em;
	}
}
@-webkit-keyframes swal2-animate-success-line-long {
	0% {
	top: 3.375em;
	right: 2.875em;
	width: 0;
	}
	65% {
	top: 3.375em;
	right: 2.875em;
	width: 0;
	}
	84% {
	top: 2.1875em;
	right: 0;
	width: 3.4375em;
	}
	100% {
	top: 2.375em;
	right: 0.5em;
	width: 2.9375em;
	}
}
@keyframes swal2-animate-success-line-long {
	0% {
	top: 3.375em;
	right: 2.875em;
	width: 0;
	}
	65% {
	top: 3.375em;
	right: 2.875em;
	width: 0;
	}
	84% {
	top: 2.1875em;
	right: 0;
	width: 3.4375em;
	}
	100% {
	top: 2.375em;
	right: 0.5em;
	width: 2.9375em;
	}
}
@-webkit-keyframes swal2-rotate-success-circular-line {
	0% {
	transform: rotate(-45deg);
	}
	5% {
	transform: rotate(-45deg);
	}
	12% {
	transform: rotate(-405deg);
	}
	100% {
	transform: rotate(-405deg);
	}
}
@keyframes swal2-rotate-success-circular-line {
	0% {
	transform: rotate(-45deg);
	}
	5% {
	transform: rotate(-45deg);
	}
	12% {
	transform: rotate(-405deg);
	}
	100% {
	transform: rotate(-405deg);
	}
}
@-webkit-keyframes swal2-animate-error-x-mark {
	0% {
	margin-top: 1.625em;
	transform: scale(0.4);
	opacity: 0;
	}
	50% {
	margin-top: 1.625em;
	transform: scale(0.4);
	opacity: 0;
	}
	80% {
	margin-top: -0.375em;
	transform: scale(1.15);
	}
	100% {
	margin-top: 0;
	transform: scale(1);
	opacity: 1;
	}
}
@keyframes swal2-animate-error-x-mark {
	0% {
	margin-top: 1.625em;
	transform: scale(0.4);
	opacity: 0;
	}
	50% {
	margin-top: 1.625em;
	transform: scale(0.4);
	opacity: 0;
	}
	80% {
	margin-top: -0.375em;
	transform: scale(1.15);
	}
	100% {
	margin-top: 0;
	transform: scale(1);
	opacity: 1;
	}
}
@-webkit-keyframes swal2-animate-error-icon {
	0% {
	transform: rotateX(100deg);
	opacity: 0;
	}
	100% {
	transform: rotateX(0deg);
	opacity: 1;
	}
}
@keyframes swal2-animate-error-icon {
	0% {
	transform: rotateX(100deg);
	opacity: 0;
	}
	100% {
	transform: rotateX(0deg);
	opacity: 1;
	}
}
@-webkit-keyframes swal2-rotate-loading {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
@keyframes swal2-rotate-loading {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
@-webkit-keyframes swal2-animate-question-mark {
	0% {
	transform: rotateY(-360deg);
	}
	100% {
	transform: rotateY(0);
	}
}
@keyframes swal2-animate-question-mark {
	0% {
	transform: rotateY(-360deg);
	}
	100% {
	transform: rotateY(0);
	}
}
@-webkit-keyframes swal2-animate-i-mark {
	0% {
	transform: rotateZ(45deg);
	opacity: 0;
	}
	25% {
	transform: rotateZ(-25deg);
	opacity: 0.4;
	}
	50% {
	transform: rotateZ(15deg);
	opacity: 0.8;
	}
	75% {
	transform: rotateZ(-5deg);
	opacity: 1;
	}
	100% {
	transform: rotateX(0);
	opacity: 1;
	}
}
@keyframes swal2-animate-i-mark {
	0% {
	transform: rotateZ(45deg);
	opacity: 0;
	}
	25% {
	transform: rotateZ(-25deg);
	opacity: 0.4;
	}
	50% {
	transform: rotateZ(15deg);
	opacity: 0.8;
	}
	75% {
	transform: rotateZ(-5deg);
	opacity: 1;
	}
	100% {
	transform: rotateX(0);
	opacity: 1;
	}
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: hidden;
}

body.swal2-height-auto {
	height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
	background-color: transparent !important;
	pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
	pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow-y: scroll !important;
	}
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
	display: none;
	}
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
	position: static !important;
	}
}
body.swal2-toast-shown .swal2-container {
	box-sizing: border-box;
	width: 360px;
	max-width: 100%;
	background-color: transparent;
	pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
}

.swal-viewer {
	width: calc(100% - 160px);
	height: 93vh;
	min-height: 90vh;
	text-align: left;
	margin: auto;
	margin-top: 30px;
	margin-left: 160px;
}

.swal-viewer .swal2-html-container {
	text-align: left;
	max-height: fit-content;
	overflow: unset;
}
.swal-viewer .swal2-html-container .swal2-actions {
	margin: 0px;
}

.swal2-html-container .CodeMirror {
	height: 80vh;
	min-height: 80vh;
}

.swal-wide {
	min-width: 600px !important;
}
.swal-wide .swal2-html-container {
	text-align: left;
}

@media screen and (max-width: 960px) {
	.site-container .swal2-container {
	margin-left: -20px;
	}
	.el-swal-container {
	width: calc(100% - 36px);
	}
}
@media screen and (max-width: 782px) {
	.site-container .swal2-container {
	margin-left: -10px;
	}
}
@media screen and (max-width: 660px) {
	.site-container .swal2-container {
	margin-left: -30px;
	}
}
::-webkit-scrollbar {
	width: 0.5em;
	height: 0.5em;
}

::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	cursor: pointer;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
}

body {
	scrollbar-face-color: #d9d9d9;
	scrollbar-track-color: rgba(0, 0, 0, 0);
}

html, body {
	min-width: 320px;
	min-height: 100%;
}

body {
	background-color: transparent;
}
body a {
	color: #20a080;
	text-decoration: none !important;
	transition: color 0.5s ease;
	outline: none !important;
	/* wordpress fix */
}
body a:active, body a:hover, body a:focus {
	color: #1b886d;
	outline: none;
}
body a:focus {
	box-shadow: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html {
	overflow: hidden;
	height: 100%;
	}
	body {
	overflow: auto;
	height: 100%;
	}
}
.site-background {
	background-color: #eff1f2;
}

@media (min-width: 1170px) {
	.site-background {
	background-color: #f1f3f4;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAD1BMVEUWFhaAgIDAwMBLS0v19fVN4cT8AAAABXRSTlMMDAwMDOFUrksAAAMUSURBVDjLFZHZEQQhCERBDUDQAIAxAI8JwGPyj2ndL48uql/x4Dwxqxii41zpgdTEokwRULCI/uwGMwr1g+rSfSwF2P6h/NWV2zzWoVN0ruQ5gJyO/ObocHd/TOJhkyZ9QKLgRoZcmsNUmsYsHqOkDei/ckKV9rq4d1wSt3uJ9YA97EJQHJhYvTN1vHICYaACj0/FqmBrEbcZ3p4VCJKnV2dybstwLrHZ7nUnLHCGCxU0+NCeYyTbMVX7QgE/XsDYJmqSM31YgCDcDsH8xr2+9rrgjAl2NCFMTaCdfpGNLSgY5D1HbM7dD5AJ6WRRdGe6iLdbTatOhfBKfZz5gRzR/Wfv+fTdgCqpQJxcikKk726g5bxTAqdBmbL1jDj2B25SOpIXA5D0SPTcCavQZRzSMFdmkGDH4tITP2PzwopYkIcBimTYo7Jz3z5fopjY24WBXVjkLkqy1CycvxfaIoUFV1Qc1tbbMR/qr8IF/sIYfwBaT1BY00uigjSaQGwRZOW5ltEXH0HepcxjZVRUYJLNkDvQSR894vA2Nh8VbLlBK9UhVcmXAyNY7IEAnGVt01qHL89mmZwUdmQHoM24Wr92XMxX1OK+QLUYIL0+oaEfDY+X6seuHyo7OGtXDtmtpuvVBvIg9EnigVJRtvxwqpTz5DNuVaSscBHL+7iT+iZpTlIHwzEHQZiNYT7QasEaG4cnfB2qEcB1hQ9E/s4CKZInnhyAPASMdZQrwrRznaoVoMRQH4BlYbsbdn3m52f8mjsPoIN2dUgGs5qslL21NMp89ICw43XAhXrR05oVlwShJOD2Dolw+Bxk+u2A6lLRgzdxsVDEEnzMX5ja1jdbagwqndBCB5rWSpY39NesnAGhjSFDQZeOnPKLXpDCfBL0JtEOrLaDU5L098CfpAU2eRoWDi30Y+EQb38e1g4TI5rP28wQYxzFEt+EAxzpfrDYGi+AcY1EZgTmQE547q5bswd7hCYLW379vD3iAzXGl8yPLk/fsF6Y4QCWmrhqnjorT4YCTK1Gln/yboevz12UMQ6Jxml6+AFFhZU9n76OVwAAAABJRU5ErkJggg==");
	}
}
.site-container {
	padding: 0;
	direction: ltr !important;
}

.site-main {
	color: #606060;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
.site-main p, .site-main ul, .site-main ol, .site-main blockquote, .site-main input, .site-main select {
	font-size: inherit;
}
.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
	margin-top: 0;
}

.site-content {
	position: relative;
	z-index: 1;
	min-height: 480px;
	padding: 0;
}

.site-footer {
	position: relative;
	display: block;
	font-size: 13px;
	margin-bottom: 20px;
}
.site-footer .site-footer-main {
	float: left;
}
.site-footer .site-copy {
	float: left;
}
.site-footer .site-share {
	float: right;
	list-style: none;
	margin: 0 0 0 9px;
	padding: 0;
}
.site-footer .site-share li {
	float: none;
	display: inline-block;
	list-style: none;
	text-align: center;
	vertical-align: middle;
	margin: -3px 6px;
}
.site-footer .site-share li i {
	box-sizing: content-box;
	font-size: 16px;
	line-height: 13px;
	width: 1em;
	padding: 6px;
	transition: all 0.1s ease;
	cursor: pointer;
}
.site-footer .site-share li i:hover {
	transform: scale(1.2);
}
.site-footer .site-footer-right {
	float: right;
}

.site-footer.site-footer-dark {
	color: #ffffff;
	background-color: #33404a;
	border-radius: 5px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
	width: 100%;
	padding: 14px 22px;
}
.site-footer.site-footer-dark a {
	color: #ffffff;
}
.site-footer.site-footer-dark a:hover {
	color: #20a080;
}

.site-footer.site-footer-light {
	color: #606060;
}
.site-footer.site-footer-light .site-share li i.fa-facebook {
	color: #3b5998;
}
.site-footer.site-footer-light .site-share li i.fa-twitter {
	color: #55acee;
}
.site-footer.site-footer-light .site-share li i.fa-google {
	color: #dd4b39;
}

@media (max-width: 659px) {
	.site-container {
	padding: 0 20px;
	}
	.site-footer {
	text-align: center;
	}
	.site-footer .site-footer-main, .site-footer .site-share, .site-footer .site-copy, .site-footer .site-footer-right {
	float: none;
	}
	.site-footer .site-share {
	margin: 3px auto;
	}
}
@media screen and (max-width: 434px) {
	.site-container {
	padding: 0 15px;
	/* minimal possible padding is 15px:
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}*/
	}
}
/* responsive pull */
@media (min-width: 1200px) {
	.pull-left-lg {
	float: left;
	}
	.pull-right-lg {
	float: right;
	}
}
@media (min-width: 1021px) {
	.pull-left-md {
	float: left;
	}
	.pull-right-md {
	float: right;
	}
}
@media (min-width: 798px) {
	.pull-left-sm {
	float: left;
	}
	.pull-right-sm {
	float: right;
	}
}
@-webkit-keyframes spin {
	0% {
	transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
	}
	100% {
	transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
	}
}
@-moz-keyframes spin {
	0% {
	-moz-transform: rotate(0deg); /* Firefox 16+*/
	}
	100% {
	-moz-transform: rotate(360deg); /* Firefox 16+*/
	}
}
@keyframes spin {
	0% {
	transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
	}
	100% {
	transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
	}
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #000000;
	backface-visibility: hidden;
}
#preloader > div {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #c04020;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#preloader > div:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #20a080;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#preloader > div:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #c0a020;
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.basic-btns {
	padding-top: 8px;
	margin-bottom: -8px;
}
.basic-btns h5 {
	line-height: 35px;
	font-size: 12px;
}
.basic-btns h5.row-sm {
	line-height: 30px;
}
.basic-btns h5.row-xs {
	line-height: 22px;
}
.basic-btns > .row {
	padding-bottom: 4px;
}

.btns-row > div {
	margin-bottom: 12px;
}

.btns-same-width-sm .btn {
	width: 48px;
}

.btns-same-width-md .btn {
	width: 79px;
}

.btns-same-width-lg .btn {
	width: 112px;
}

ul.btn-list {
	margin: 0 0 0 -18px;
	padding: 0;
	padding-top: 6px;
	clear: both;
}
ul.btn-list li {
	margin: 0px 0 12px 18px;
	padding: 0;
	list-style: none;
	float: left;
}

.btn-group-wrapper {
	margin-bottom: 12px;
}

.btn-icon {
	width: 34px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	text-align: center;
}

.btn-group-example {
	float: left;
	margin-right: 30px;
	margin-bottom: 12px;
}

.btn-toolbar-example {
	float: left;
}

.progress-buttons-container {
	text-align: center;
	font-size: 16px;
}
.progress-buttons-container span.button-title {
	display: inline-block;
	width: 100%;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.progress-buttons-container .row + .row {
	margin-top: 30px;
}

.button-panel {
	height: 315px;
}
.button-panel .btn {
	width: 150px;
}

.large-buttons-panel {
	height: 202px;
}

.button-panel.df-size-button-panel .btn-xs {
	width: 60px;
}
.button-panel.df-size-button-panel .btn-sm {
	width: 90px;
}
.button-panel.df-size-button-panel .btn-mm {
	width: 120px;
}
.button-panel.df-size-button-panel .btn-md {
	width: 150px;
}
.button-panel.df-size-button-panel .btn-xm {
	width: 175px;
}
.button-panel.df-size-button-panel .btn-lg {
	width: 200px;
}

.button-wrapper {
	text-align: center;
	margin: 5px 0;
}

.switch-container {
	display: inline-block;
}
.switch-container.primary .bootstrap-switch.bootstrap-switch-on {
	border-color: #20a080;
}
.switch-container.success .bootstrap-switch.bootstrap-switch-on {
	border-color: #60a000;
}
.switch-container.warning .bootstrap-switch.bootstrap-switch-on {
	border-color: #c0a020;
}
.switch-container.danger .bootstrap-switch.bootstrap-switch-on {
	border-color: #c04020;
}
.switch-container.info .bootstrap-switch.bootstrap-switch-on {
	border-color: #63bda6;
}

.bootstrap-switch {
	border-radius: 5px;
	border: 1px solid #ffffff;
	transition: border-color ease-in-out 0.7s, box-shadow ease-in-out 0.7s;
}
.bootstrap-switch:focus {
	outline: none;
}
.bootstrap-switch.bootstrap-switch-off {
	border-color: #d6d6d6;
}
.bootstrap-switch.bootstrap-switch-focused {
	box-shadow: none;
}
.bootstrap-switch.bootstrap-switch-focused.bootstrap-switch-off {
	border-color: #d6d6d6;
}
.bootstrap-switch .bootstrap-switch-container {
	border-radius: 0;
}
.bootstrap-switch .bootstrap-switch-container:focus {
	outline: none;
}
.bootstrap-switch .bootstrap-switch-handle-on {
	border-radius: 0;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
	background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
	background: #60a000;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
	background: #20a080;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
	background: #c0a020;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
	background: #c04020;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
	background: #63bda6;
}
.bootstrap-switch .bootstrap-switch-handle-off {
	border-radius: 0;
}
.bootstrap-switch .bootstrap-switch-label {
	background: transparent;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
	transition: margin-left 0.2s;
}

.switches {
	margin-left: -12px;
	margin-bottom: -12px;
}
.switches .switch-container {
	float: left;
	margin-left: 12px;
	margin-bottom: 12px;
}

.cut-with-dots {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

label.custom-radio > input:checked + span:before {
	content: "\f111";
}
label.custom-radio > span:before {
	border-radius: 16px;
	font-size: 9px;
}

label.custom-input-primary > span:before {
	color: #20a080;
}
label.custom-input-primary > span:hover:before {
	border-color: #20a080;
}

label.custom-input-success > span:before {
	color: #60a000;
}
label.custom-input-success > span:hover:before {
	border-color: #60a000;
}

label.custom-input-warning > span:before {
	color: #c0a020;
}
label.custom-input-warning > span:hover:before {
	border-color: #c0a020;
}

label.custom-input-danger > span:before {
	color: #c04020;
}
label.custom-input-danger > span:hover:before {
	border-color: #c04020;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 0px;
}

.input-demo {
	line-height: 25px;
}

.has-success .control-label {
	color: #606060;
}
.has-success .form-control {
	border: 1px solid #80b333;
}
.has-success .form-control:focus {
	box-shadow: none;
	border-color: #60a000;
}
.has-success label.custom-checkbox, .has-success label.custom-radio {
	color: #80b333;
}
.has-success label.custom-checkbox > span:before, .has-success label.custom-radio > span:before {
	color: #80b333;
}
.has-success label.custom-checkbox > span:hover:before, .has-success label.custom-radio > span:hover:before {
	border-color: #80b333;
}
.has-success .form-control-feedback {
	color: #80b333;
	line-height: 34px;
}
.has-success .input-group-addon {
	background-color: #80b333;
	color: #ffffff;
}

.has-warning .control-label {
	color: #606060;
}
.has-warning .form-control {
	border: 1px solid #cdb34d;
}
.has-warning .form-control:focus {
	box-shadow: none;
	border-color: #c0a020;
}
.has-warning label.custom-checkbox, .has-warning label.custom-radio {
	color: #cdb34d;
}
.has-warning label.custom-checkbox > span:before, .has-warning label.custom-radio > span:before {
	color: #cdb34d;
}
.has-warning label.custom-checkbox > span:hover:before, .has-warning label.custom-radio > span:hover:before {
	border-color: #cdb34d;
}
.has-warning .form-control-feedback {
	color: #cdb34d;
	line-height: 34px;
}
.has-warning .input-group-addon {
	background-color: #cdb34d;
	color: #ffffff;
}

.has-error .control-label {
	color: #606060;
}
.has-error .form-control {
	border: 1px solid #cd664d;
}
.has-error .form-control:focus {
	box-shadow: none;
	border-color: #c04020;
}
.has-error label.custom-checkbox, .has-error label.custom-radio {
	color: #cd664d;
}
.has-error label.custom-checkbox > span:before, .has-error label.custom-radio > span:before {
	color: #cd664d;
}
.has-error label.custom-checkbox > span:hover:before, .has-error label.custom-radio > span:hover:before {
	border-color: #cd664d;
}
.has-error .form-control-feedback {
	color: #cd664d;
	line-height: 34px;
}
.has-error .input-group-addon {
	background-color: #cd664d;
	color: #ffffff;
}

.has-feedback .form-control-feedback {
	line-height: 34px;
}

.has-feedback label ~ .form-control-feedback {
	top: 21px;
	font-size: 18px;
}

.bootstrap-select .btn-default:focus {
	color: #606060;
}

.help-block {
	color: #909090;
}

.help-block.error-block {
	display: none;
}
.has-error .help-block.error-block.basic-block {
	display: block;
}

.checkbox-demo-row {
	margin-bottom: 12px;
}

.dropdown-menu {
	border-radius: 5px;
}

td .table-action .dropdown-menu-r {
	right: 0;
	left: unset;
}

.bootstrap-select.btn-group {
	/* icon styling */
}
.bootstrap-select.btn-group button.btn.btn-default {
	background: transparent;
	color: #606060;
}
.bootstrap-select.btn-group button.btn.btn-default:hover {
	background: #ffffff;
	box-shadow: none;
	outline: none !important;
}
.bootstrap-select.btn-group button.btn.btn-default:active {
	background: #ffffff;
	box-shadow: none;
}
.bootstrap-select.btn-group.open > .btn.btn-default.dropdown-toggle {
	background: #ffffff;
	box-shadow: none;
	border-color: #d6d6d6;
}
.bootstrap-select.btn-group.open > .btn {
	border-radius: 5px 5px 0 0;
}
.bootstrap-select.btn-group.open .dropdown-menu.open {
	border: 1px solid gainsboro;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.bootstrap-select.btn-group.with-search.open .btn-default + .dropdown-menu .bs-searchbox .form-control {
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
}
.bootstrap-select.btn-group.with-search.open .btn-default + .dropdown-menu .no-results {
	color: #7d7d7d;
}
.bootstrap-select.btn-group .notify {
	color: #7d7d7d;
}
.bootstrap-select.btn-group button.btn span.filter-option i.glyphicon,
.bootstrap-select.btn-group .dropdown-menu li a span.glyphicon {
	width: 1.4em;
	opacity: 0.8;
}

.bootstrap-tagsinput {
	color: #606060;
	font-size: 14px;
	line-height: 26px;
	text-overflow: ellipsis;
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	box-shadow: none;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}
.bootstrap-tagsinput.form-control {
	display: block;
	width: 100%;
}
.bootstrap-tagsinput > .tag {
	font-size: 11px;
	font-weight: 400;
	border-radius: 3px;
	padding: 4px 8px;
}
.bootstrap-tagsinput > .tag [data-role=remove]:hover {
	box-shadow: none;
}
.bootstrap-tagsinput input {
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	line-height: 22px;
	font-size: 11px;
	min-width: 53px;
}
.bootstrap-tagsinput input::-webkit-input-placeholder {
	color: #606060;
	opacity: 0.8;
}
.bootstrap-tagsinput input:-moz-placeholder {
	/* Firefox 18- */
	color: #606060;
	opacity: 0.8;
}
.bootstrap-tagsinput input::-moz-placeholder {
	/* Firefox 19+ */
	color: #606060;
	opacity: 0.8;
}
.bootstrap-tagsinput input:-ms-input-placeholder {
	color: #606060;
	opacity: 0.8;
}

.progress {
	background: rgba(0, 0, 0, 0.07);
}

.progress-bar-primary {
	background-color: #20a080;
}

.progress-bar-success {
	background-color: #90bd4d;
}

.progress-bar-warning {
	background-color: #c0a020;
}

.progress-bar-danger {
	background-color: #c04020;
}

.has-success .input-group-addon {
	border: none;
}

.input-group > span.addon-left {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.input-group > span.addon-right {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.with-primary-addon:focus {
	border-color: #20a080;
}

.with-warning-addon:focus {
	border-color: #c0a020;
}

.with-success-addon:focus {
	border-color: #60a000;
}

.with-danger-addon:focus {
	border-color: #c04020;
}

.sub-little-text {
	font-size: 12px;
}

.show-grid div[class^=col-] {
	padding: 10px;
	box-sizing: border-box;
}
.show-grid div[class^=col-] div {
	color: #606060;
	text-align: center;
	font-size: 18px;
	background-color: rgba(96, 96, 96, 0.3);
	padding: 12px 5px;
}

.grid-h {
	margin-top: 40px;
	margin-bottom: 0;
}
.grid-h:first-child {
	margin-top: 0;
}

.icons-list > div {
	text-align: center;
	margin-bottom: 32px;
}
.icons-list i {
	font-weight: 400;
	font-size: 18px;
	cursor: pointer;
}
.icons-list.primary i:hover {
	color: #20a080;
}
.icons-list.success i:hover {
	color: #60a000;
}
.icons-list.warning i:hover {
	color: #c0a020;
}
.icons-list.danger i:hover {
	color: #c04020;
}

a.see-all-icons {
	float: right;
}

.awesomeIcons {
	height: 308px;
}

.kameleon-row {
	display: inline-block;
	min-width: 102px;
	width: 20%;
}
.kameleon-row .kameleon-icon {
	padding: 0 10px;
}
.kameleon-row .kameleon-icon img {
	width: 81px;
}

@media (max-width: 750px) {
	.kameleon-row {
	width: 25%;
	}
}
@media (max-width: 550px) {
	.kameleon-row {
	width: 33%;
	}
}
@media (max-width: 430px) {
	.kameleon-row {
	width: 50%;
	}
}
.kameleon-icon-tabs {
	max-width: 84px;
}
.kameleon-icon-tabs img {
	width: 100%;
	min-width: 81px;
	min-height: 81px;
}

.kameleon-icon {
	text-align: center;
	margin: 0 auto;
}
.kameleon-icon img {
	width: 100%;
}
.kameleon-icon span {
	display: block;
	text-align: center;
	white-space: nowrap;
}

.with-round-bg {
	margin-bottom: 6px;
}
.with-round-bg img {
	border-radius: 50%;
	margin-bottom: 4px;
}
.with-round-bg img {
	background: #ffffff;
}
.with-round-bg.success img {
	background: #60a000;
}
.with-round-bg.danger img {
	background: #c04020;
}
.with-round-bg.warning img {
	background: #c0a020;
}
.with-round-bg.info img {
	background: #40a0c0;
}
.with-round-bg.primary img {
	background: #20a080;
}

h3.with-line {
	border-bottom: 1px solid #d6d6d6;
	color: #606060;
	font-weight: 400;
	padding-top: 30px;
	margin-bottom: 14px;
	line-height: 39px;
	width: 100%;
}

.panel .panel-body h3.with-line {
	margin-bottom: 14px;
	margin-top: 0;
}

.profile-block {
	background: #ffffff;
}
.profile-block .nav-tabs > li > a {
	border-radius: 0;
	transition: background, 0s, ease !important;
}
.profile-block .progress {
	border-radius: 0;
	margin-bottom: 6px;
}
.profile-block .progress-info {
	margin-bottom: 8px;
	margin-top: -2px;
}
.profile-block .tab-content {
	padding: 15px 15px 25px;
}
.profile-block .progress-bar-primary {
	background-color: #63bda6;
}
.profile-block .form-group {
	margin-bottom: 14px;
}
.profile-block .form-group label {
	text-align: right;
}
.profile-block .form-control {
	font-size: 13px;
}

.notification .form-group label {
	text-align: left;
	padding-left: 26px;
}

.userpic {
	border: 1px dashed #b8b8b8;
	width: 202px;
	height: 202px;
	position: relative;
	cursor: pointer;
}
.userpic .userpic-wrapper {
	width: 200px;
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.userpic img {
	max-width: 100%;
	max-height: 100%;
}
.userpic i {
	display: none;
	position: absolute;
	font-size: 32px;
	background: #ffffff;
	cursor: pointer;
	color: #20a080;
	top: -11px;
	right: -11px;
	height: 26px;
	border-radius: 50%;
}
.userpic i:before {
	line-height: 26px;
}
.userpic i:hover {
	color: #c04020;
}
.userpic a.change-userpic {
	display: none;
	width: 202px;
	background: rgba(0, 0, 0, 0.7);
	transition: all 200ms ease-in-out;
	color: #606060;
	text-decoration: none;
	position: absolute;
	bottom: -1px;
	left: -1px;
	line-height: 32px;
	text-align: center;
}
.userpic:hover i {
	display: block;
}
.userpic:hover .change-userpic {
	display: block;
}

.save-profile {
	margin: 23px 0 12px 12px;
}

a.sn-link {
	transition: none;
	display: block;
	border-radius: 5px;
	background-color: transparent;
	padding: 8px;
	color: #606060;
	border: 1px solid transparent;
	margin-bottom: 23px;
	width: 100%;
	position: relative;
	cursor: pointer;
	text-decoration: none !important;
}
a.sn-link i.socicon {
	padding: 6px;
	border-radius: 50%;
	width: auto;
	font-size: 17px;
	margin-right: 8px;
	background-color: rgba(0, 0, 0, 0.15);
	color: #606060;
}
a.sn-link span {
	font-size: 14px;
	line-height: 29px;
}
a.sn-link.connected {
	border-color: #20a080;
	border-width: 2px;
	padding: 7px;
}
a.sn-link.connected span {
	color: #606060;
}
a.sn-link.connected i {
	background: #20a080;
}
a.sn-link.connected em {
	display: block;
}
a.sn-link:hover {
	border-color: #20a080;
	border-width: 2px;
	padding: 7px;
}
a.sn-link:hover span {
	color: #606060;
}
a.sn-link:hover i {
	background: #20a080;
}
a.sn-link .socicon {
	background: transparent;
}

.close {
	opacity: 1;
	box-shadow: none;
	outline: none !important;
}
.close:hover, .close:focus, .close:active {
	opacity: 1;
}

.connected .sn-link-close {
	position: absolute;
	top: 1px;
	right: 0;
	width: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 32px;
	color: #20a080;
	transition: all 0.1s ease;
	outline: none;
}
.connected .sn-link-close:hover {
	color: #c04020;
	transform: scale(1.2);
}

.social-profiles {
	padding-top: 3px;
	margin-bottom: -3px;
	padding-left: 12px;
}

.profile-page .form-group label {
	line-height: 34px;
	font-size: 14px;
	font-weight: 300;
}
.profile-page .form-group input {
	font-weight: 300;
}

.table-panel {
	height: 295px;
}
.table-panel .table {
	margin-bottom: 0px;
}
.table-panel .table > thead > tr > th {
	border-bottom: 1px solid gainsboro;
	white-space: nowrap;
}
.table-panel .table > tbody > tr > tr:first-child {
	padding-top: 1px;
}
.table-panel .table > tbody > tr > td {
	border-top: 1px solid gainsboro;
}
.table-panel .table-id {
	text-align: left !important;
	width: 40px;
}
.table-panel .table-arr {
	width: 5px;
	padding: 10px 8px 8px 0 !important;
}
.table-panel .table-no-borders {
	border: none;
}
.table-panel .table-no-borders td, .table-panel .table-no-borders th, .table-panel .table-no-borders tr {
	border: none !important;
}
.table-panel .editable-wrap .btn-group.form-control {
	background-color: transparent;
}
.table-panel .editable-tr-wrap .editable-wrap {
	vertical-align: super;
}
.table-panel .editable-tr-wrap .editable-controls input.editable-input {
	width: 110px;
}
.table-panel .editable-tr-wrap td {
	width: 20%;
}
.table-panel .editable-table-button {
	width: 70px;
}
.table-panel .add-row-editable-table {
	margin-bottom: 10px;
}
.table-panel .add-row-editable-table + table {
	margin-bottom: 5px;
}
.table-panel .select-page-size-wrap {
	width: 150px;
}
.table-panel .table .header-row th {
	vertical-align: middle;
	padding: 0 8px;
}
.table-panel tr.editable-row input.form-control {
	vertical-align: middle;
}
.table-panel .select-td .editable-select {
	margin-bottom: 1px;
}
@media screen and (max-width: 1199px) {
	.table-panel .editable-tr-wrap .editable-wrap {
	vertical-align: middle;
	}
}
.table-panel .browser-icons {
	width: 41px;
}
.table-panel .icon-up, .table-panel .icon-down {
	width: 5px;
	height: 13px;
	display: block;
}
.table-panel .icon-up {
	/* @include bg-nr('arrow-green-up.svg'); */
}
.table-panel .icon-down {
	/* @include bg-nr('arrow-red-down.svg'); */
}
.table-panel .st-sort-ascent, .table-panel .st-sort-descent {
	position: relative;
}
.table-panel .st-sort-ascent:after, .table-panel .st-sort-descent:after {
	width: 0;
	height: 0;
	border-bottom: 4px solid #606060;
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin-bottom: 2px;
}
.table-panel .st-sort-descent:after {
	transform: rotate(-180deg);
	margin-bottom: -2px;
}
.table-panel .sortable th {
	cursor: pointer;
}
.table-panel .sortable th:after {
	content: "";
	display: inline-block;
	width: 8px;
	margin-left: 8px;
}
.table-panel a.email-link {
	color: #606060;
}
.table-panel a.email-link:hover {
	color: #c04020;
}
.table-panel input.search-input {
	margin-left: -8px;
	padding-left: 8px;
}
.table-panel .table .pagination {
	margin: 4px 0 -12px 0;
}
.table-panel .table .pagination a {
	cursor: pointer;
}
.table-panel .vertical-scroll {
	max-height: 214px;
}
.table-panel .status-button {
	width: 60px;
}
.table-panel .table .editable-wrap .editable-controls, .table-panel .table .editable-wrap .editable-error {
	vertical-align: sub;
}
.table-panel .table .editable-wrap .editable-controls .btn, .table-panel .table .editable-wrap .editable-error .btn {
	padding: 3px 8px;
}
.table-panel .table .editable-wrap .editable-controls .btn.dropdown-toggle, .table-panel .table .editable-wrap .editable-error .btn.dropdown-toggle {
	padding: 3px 20px;
	margin-top: 3px;
}
.table-panel .table .editable-wrap .editable-controls input, .table-panel .table .editable-wrap .editable-error input {
	line-height: 1px;
	height: 30px;
}
.table-panel .form-inline button[type=submit].editable-table-button {
	margin-left: 0;
}
.table-panel .table > thead > tr > th {
	border-bottom: none;
}
.table-panel .table > tbody > tr.no-top-border:first-child > td {
	border-top: none;
}
.table-panel .black-muted-bg {
	background-color: rgba(0, 0, 0, 0.1);
}
.table-panel .table-hover > tbody > tr:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.table-panel .table-bordered,
.table-panel .table-bordered > thead > tr > th,
.table-panel .table-bordered > tbody > tr > th,
.table-panel .table-bordered > tfoot > tr > th,
.table-panel .table-bordered > thead > tr > td,
.table-panel .table-bordered > tbody > tr > td,
.table-panel .table-bordered > tfoot > tr > td {
	border: 1px solid gainsboro;
}
.table-panel .table > tbody > tr.primary > td {
	background-color: rgba(32, 160, 128, 0.7);
	color: #ffffff;
	border: none;
}
.table-panel .table > tbody > tr.primary > td a.email-link {
	color: #ffffff;
}
.table-panel .table > tbody > tr.primary > td a.email-link:hover {
	color: #c04020;
}
.table-panel .table > tbody > tr.success > td {
	background-color: rgba(96, 160, 0, 0.7);
	color: #ffffff;
	border: none;
}
.table-panel .table > tbody > tr.success > td a.email-link {
	color: #ffffff;
}
.table-panel .table > tbody > tr.success > td a.email-link:hover {
	color: #c04020;
}
.table-panel .table > tbody > tr.warning > td {
	background-color: rgba(192, 160, 32, 0.7);
	color: #ffffff;
	border: none;
}
.table-panel .table > tbody > tr.warning > td a.email-link {
	color: #ffffff;
}
.table-panel .table > tbody > tr.warning > td a.email-link:hover {
	color: #c04020;
}
.table-panel .table > tbody > tr.danger > td {
	background-color: rgba(192, 64, 32, 0.7);
	color: #ffffff;
	border: none;
}
.table-panel .table > tbody > tr.danger > td a.email-link {
	color: #ffffff;
}
.table-panel .table > tbody > tr.danger > td a.email-link:hover {
	color: #c04020;
}
.table-panel .table > tbody > tr.info > td {
	background-color: rgba(64, 160, 192, 0.7);
	color: #ffffff;
	border: none;
}
.table-panel .table > tbody > tr.info > td a.email-link {
	color: #ffffff;
}
.table-panel .table > tbody > tr.info > td a.email-link:hover {
	color: #c04020;
}
.table-panel .editable-click, .table-panel a.editable-click {
	color: #606060;
	border-bottom: dashed 1px #d6d6d6;
}
.table-panel th {
	font-weight: 400;
}
.table-panel .editable-empty {
	color: #a3361b;
}
.table-panel .table > tbody > tr > th {
	border: none;
}
.table-panel .table-striped > tbody > tr > td {
	border-top: none;
}
.table-panel .editable-buttons .btn-with-icon i {
	margin-right: 0;
}
.table-panel .table-responsive {
	margin-top: 10px;
}

.tabset-group > div + div {
	margin-top: 15px;
}

.panel.tabs-panel .panel-body {
	padding: 0;
}
.panel.tabs-panel .dropdown-menu {
	min-width: 132px;
	top: auto;
	border: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.panel.tabs-panel.with-scroll .panel-body {
	height: 100%;
}

.xsmall-panel .nav-tabs, .xsmall-panel .tab-content {
	height: 100%;
}

.inline-icon {
	display: inline-block;
	margin: 20px 5px;
}

.panel.horizontal-tabs .tab-content {
	height: calc(100% - 40px);
}

input.task-todo {
	margin-bottom: 8px;
}

ul.todo-list {
	margin: 0;
	padding: 0;
}
ul.todo-list li {
	margin: 0 0 -1px 0;
	padding: 12px;
	list-style: none;
	position: relative;
	border: 1px solid #cbcbcb;
	cursor: grab;
	height: 42px;
}
ul.todo-list li i.remove-todo {
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 12px;
	font-size: 32px;
	transition: color 0.2s;
	color: rgba(203, 203, 203, 0.5);
	visibility: hidden;
	line-height: 42px;
}
ul.todo-list li i.remove-todo:hover {
	color: #cbcbcb;
}
ul.todo-list li:hover i.remove-todo {
	visibility: visible;
}
ul.todo-list li.checked .todo-text {
	color: #606060;
}
ul.todo-list li.checked:before {
	background: #cbcbcb !important;
}
ul.todo-list li i.mark {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	height: 42px;
	min-width: 4px;
	background: #cbcbcb;
	cursor: pointer;
	transition: min-width 0.3s ease-out;
}
ul.todo-list li.active i.mark {
	min-width: 40px;
}
ul.todo-list li.active label.todo-checkbox > span:before {
	color: white;
	content: "\f10c";
	margin-right: 20px;
	transition: margin-right 0.1s ease-out;
	transition-delay: 0.2s;
	float: none;
}
ul.todo-list li.active label.todo-checkbox > input:checked + span:before {
	content: "\f00c";
}

label.todo-checkbox {
	width: 100%;
	padding-right: 25px;
	min-height: 16px;
	cursor: pointer;
}
label.todo-checkbox > span {
	white-space: nowrap;
	height: 16px;
}
label.todo-checkbox > span:before {
	border: none;
	color: #909090;
	transition: all 0.15s ease-out;
}

.add-item-icon {
	display: none;
}

.task-todo-container.transparent .todo-panel.panel {
	color: white;
	opacity: 0.9;
}
.task-todo-container.transparent input.task-todo {
	color: white;
	width: calc(100% - 25px);
	border-radius: 0;
	border: none;
	background: transparent;
}
.task-todo-container.transparent input.task-todo:focus {
	outline: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.12);
}
.task-todo-container.transparent .add-item-icon {
	display: block;
	float: right;
	margin-top: -45px;
	margin-right: 5px;
	font-size: 25px;
	cursor: pointer;
}
.task-todo-container.transparent ul.todo-list li {
	margin: 0;
	border: none;
	font-weight: 300;
}
.task-todo-container.transparent ul.todo-list li .blur-container {
	height: 40px;
	position: absolute;
	width: calc(100% + 40px);
	top: 0;
	left: -25px;
	overflow-y: hidden;
}
.task-todo-container.transparent ul.todo-list li:hover .blur-container {
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.12);
}
.task-todo-container.transparent ul.todo-list li:hover .blur-box {
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-filter: blur(3px);
}
.task-todo-container.transparent ul.todo-list li i.remove-todo {
	color: white;
	opacity: 0.4;
}
.task-todo-container.transparent ul.todo-list li i.remove-todo:hover {
	color: white;
	opacity: 0.95;
}
.task-todo-container.transparent ul.todo-list li i.mark {
	min-width: 40px;
	display: none;
}
.task-todo-container.transparent ul.todo-list li label.todo-checkbox > span:before {
	position: absolute;
	color: #606060;
	content: "\f10c";
	float: none;
	margin-right: 6px;
	transition: none;
}
.task-todo-container.transparent ul.todo-list li.checked label.todo-checkbox > span:before {
	content: "\f00c";
}
.task-todo-container.transparent .box-shadow-border {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.12);
	width: calc(100% + 44px);
	margin-left: -22px;
}

.cwisEditorTextarea {
	color: #444;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	background: #F0F0F0;
	height: 35em;
	padding: 0.5em;
	resize: vertical;
}

/* Toolbar icon click fix */
.cwisEditorToolbar .btn {
	z-index: 2;
}

.cwisEditorToolbar .btn > * {
	z-index: -1;
}

/*  */
.CodeMirror.cm-s-undefined {
	display: none;
	height: 0;
}

.scanReportName {
	border-bottom: 1px solid #ddd;
	padding: 15px 0 10px;
}

.table-responsive {
	border: 0;
	margin: 0;
	padding: 0.5em 0;
}

table.dataTable {
	border-color: #fff !important;
	width: 100% !important;
}

table.dataTable thead th, table.dataTable thead td {
	border-color: #ccc;
	padding: 9px 18px 9px 12px;
}

.dataTables_length select, .dataTables_filter input {
	font-weight: normal;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	height: 34px;
	padding: 6px 12px;
}

.dataTables_length select {
	padding: 0 12px;
	text-align: center;
}

.file_ctrl {
	display: none;
	margin: 4px auto;
}

.file_path, .file_details, .file_editor {
	word-wrap: break-word;
	min-width: 300px;
	max-width: 300px;
	margin: 4px 0;
	transition: 0.6s;
}

.file_path {
	margin-bottom: 6px;
}

.file_details {
	font-size: smaller;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 96%;
	transition: 1s;
}

.file_editor {
	margin-top: 6px;
}

.file_stat {
	color: #999;
	font-size: smaller;
	margin: 4px 0;
}

.cwisTable tr td {
	border-right: 1px dotted #f6f6f6;
}

.cwisTable tr td:first-child {
	width: 1px;
}

.cwisTable tr.touched .file_details {
	white-space: normal;
	word-wrap: break-word;
}

.cwisTable tr.closed td:first-child {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);
}

.cwisTable tr.touched {
	background-color: #fbfbfb;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #fff 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #fff 100%);
}

.cwisTable tr .alert-dismissible {
	margin-bottom: 12px;
}

.marker {
	padding: 0;
	width: 3px;
}

.no-sort {
	background: none !important;
	padding: 0 !important;
	pointer-events: none !important;
	cursor: default !important;
}

@media (min-width: 480px) {
	.file_path, .file_details, .file_editor {
	max-width: 420px;
	}
}
@media (min-width: 768px) and (min-height: 768px) {
	.file_path, .file_details, .file_editor {
	max-width: 540px;
	}
}
@media (min-width: 992px) {
	.file_path, .file_details, .file_editor {
	max-width: 800px;
	}
}
table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
	text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
	width: 75px;
	display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
	text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
}

div.dataTables_wrapper div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
	padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
	outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: block;
	font-family: "Glyphicons Halflings";
	opacity: 0.5;
}

table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\e150";
	/* sort */
}

table.dataTable thead .sorting_asc:after {
	content: "\e155";
	/* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
	content: "\e156";
	/* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
	display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_length,
	div.dataTables_wrapper div.dataTables_filter,
	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
	text-align: center;
	}
}
table.dataTable.table-condensed > thead > tr > th {
	padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
	top: 6px;
	right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
	border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
	border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
	border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
	margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
	padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
	padding-right: 0;
}

/*
	* Table styles
	*/
table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
	/*
	* Header and footer styles
	*/
	/*
	* Body styles
	*/
}

table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	cursor: pointer;
	*cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: center right;
}

/*
table.dataTable thead .sorting {
	background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
	background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
	background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
	background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
	background-image: url("../images/sort_desc_disabled.png");
}
*/
table.dataTable tbody tr {
	background-color: #ffffff;
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
	border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
	background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
	background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
	background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
	background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
	background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
	background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
	background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
	background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
	background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
	background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
	background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
	background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
	background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
	background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
	background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
	background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
	background-color: #a5b2cb;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
	padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
	text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
	text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
	text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
	text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/*
	* Control feature layout
	*/
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1;
}

.dataTables_wrapper .dataTables_length {
	float: left;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 1px solid #979797;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
	/* FF3.6+ */
	background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
	/* IE10+ */
	background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
	/* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	/* FF3.6+ */
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	/* IE10+ */
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, #585858 0%, #111 100%);
	/* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2b2b2b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	/* FF3.6+ */
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	/* IE10+ */
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
	/* W3C */
	box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333;
}

.dataTables_wrapper .dataTables_scroll {
	clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom: none;
}

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

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
	float: none;
	text-align: center;
	}
	.dataTables_wrapper .dataTables_paginate {
	margin-top: 0.5em;
	}
}
@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
	float: none;
	text-align: center;
	}
	.dataTables_wrapper .dataTables_filter {
	margin-top: 0.5em;
	}
}
button.dt-button {
	float: left;
	margin-left: 10px;
	height: 33px;
}

div.dataTables_length {
	padding-right: 5px;
}

input.cw-select-all,
input.cw-select-item {
	border-radius: 2px;
	height: 1.5rem;
	width: 1.5rem;
}

input.cw-select-all:focus,
input.cw-select-item:focus {
	outline-width: 0px !important;
}

input.cw-select-all:indeterminate {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='181' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16' id='IconChangeColor'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z' id='mainIconPathAttribute' stroke-width='2' stroke='%233582c4' fill='blue'%3E%3C/path%3E%3C/svg%3E");
}

table.dataTable tbody td.dt_select_item,
table.dataTable thead th.dt_select_all {
	vertical-align: middle;
	text-align: center;
}

table.dataTable thead th input.cw-select-all {
	margin: 0;
}

input[type=checkbox]:focus {
	outline-width: 0px !important;
}

.cwisTable tr.cw_selected {
	background: rgba(40, 58, 91, 0.2117647059) !important;
}

@keyframes dtb-spinner {
	100% {
	transform: rotate(360deg);
	}
}
@-o-keyframes dtb-spinner {
	100% {
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}
@-ms-keyframes dtb-spinner {
	100% {
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}
@-webkit-keyframes dtb-spinner {
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}
@-moz-keyframes dtb-spinner {
	100% {
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}
div.dataTables_wrapper {
	position: relative;
}

div.dt-buttons {
	position: initial;
}

div.dt-buttons .dt-button {
	overflow: hidden;
	text-overflow: ellipsis;
}

div.dt-button-info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: -100px;
	margin-left: -200px;
	background-color: white;
	border: 2px solid #111;
	box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	text-align: center;
	z-index: 21;
}

div.dt-button-info h2 {
	padding: 0.5em;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	background-color: #f3f3f3;
}

div.dt-button-info > div {
	padding: 1em;
}

div.dtb-popover-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	z-index: 2003;
}

button.dtb-hide-drop {
	display: none !important;
}

div.dt-button-collection-title {
	text-align: center;
	padding: 0.3em 0 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 0.9em;
}

div.dt-button-collection-title:empty {
	display: none;
}

span.dt-button-spacer {
	display: inline-block;
	margin: 0.5em;
	white-space: nowrap;
}

span.dt-button-spacer.bar {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	padding-left: 0.5em;
}

span.dt-button-spacer.bar:empty {
	height: 1em;
	width: 1px;
	padding-left: 0;
}

div.dt-button-collection span.dt-button-spacer {
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	margin: 0.5em 0;
}

div.dt-button-collection span.dt-button-spacer:empty {
	height: 0;
	width: 100%;
}

div.dt-button-collection span.dt-button-spacer.bar {
	border-left: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding-left: 0;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-left: 0.167em;
	margin-right: 0.167em;
	margin-bottom: 0.333em;
	padding: 0.5em 1em;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	cursor: pointer;
	font-size: 0.88em;
	line-height: 1.6em;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	outline: none;
	text-overflow: ellipsis;
}

button.dt-button:first-child, div.dt-button:first-child, a.dt-button:first-child, input.dt-button:first-child {
	margin-left: 0;
}

button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled, input.dt-button.disabled {
	cursor: default;
	opacity: 0.4;
}

button.dt-button:active:not(.disabled), div.dt-button:active:not(.disabled), a.dt-button:active:not(.disabled), input.dt-button:active:not(.disabled) {
	background-color: rgba(0, 0, 0, 0.1);
	background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
	box-shadow: inset 1px 1px 3px #999;
}

button.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), input.dt-button:active:not(.disabled):hover:not(.disabled) {
	box-shadow: inset 1px 1px 3px #999;
	background-color: rgba(0, 0, 0, 0.1);
	background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover, input.dt-button:hover {
	text-decoration: none;
}

button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled), input.dt-button:hover:not(.disabled) {
	border: 1px solid #666;
	background-color: rgba(0, 0, 0, 0.1);
	background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled), input.dt-button:focus:not(.disabled) {
	border: 1px solid #426c9e;
	text-shadow: 0 1px 0 #c4def1;
	outline: none;
	background-color: #79ace9;
	background: linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#d1e2f7", EndColorStr="#79ace9");
}

button.dt-button.active:focus:not(.disabled), div.dt-button.active:focus:not(.disabled), a.dt-button.active:focus:not(.disabled), input.dt-button.active:focus:not(.disabled) {
	background: linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%) !important;
}

button.dt-button span.dt-down-arrow, div.dt-button span.dt-down-arrow, a.dt-button span.dt-down-arrow, input.dt-button span.dt-down-arrow {
	position: relative;
	top: -2px;
	color: rgba(70, 70, 70, 0.75);
	font-size: 8px;
	padding-left: 10px;
	line-height: 1em;
}

.dt-button embed {
	outline: none;
}

div.dt-buttons {
	float: left;
}

div.dt-buttons.buttons-right {
	float: right;
}

div.dataTables_layout_cell div.dt-buttons {
	float: none;
}

div.dataTables_layout_cell div.dt-buttons.buttons-right {
	float: none;
}

div.dt-btn-split-wrapper {
	display: inline-block;
}

div.dt-button-collection {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 4px 4px 2px 4px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background-color: white;
	overflow: hidden;
	z-index: 2002;
	border-radius: 5px;
	box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	float: none;
	margin: 4px 0 2px 0;
}

div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
	background-color: #dadada;
	background: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0f0f0", EndColorStr="#dadada");
	box-shadow: inset 1px 1px 3px #666;
}

div.dt-button-collection button.dt-button:first-child, div.dt-button-collection div.dt-button:first-child, div.dt-button-collection a.dt-button:first-child {
	margin-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

div.dt-button-collection button.dt-button:last-child, div.dt-button-collection div.dt-button:last-child, div.dt-button-collection a.dt-button:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: stretch;
	margin: 4px 0 2px 0;
}

div.dt-button-collection div.dt-btn-split-wrapper button.dt-button {
	margin: 0;
	display: inline-block;
	width: 0;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 50px;
	border-radius: 0;
}

div.dt-button-collection div.dt-btn-split-wrapper button.dt-btn-split-drop {
	min-width: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 0;
}

div.dt-button-collection div.dt-btn-split-wrapper:first-child {
	margin-top: 0;
}

div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-button {
	border-top-left-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-btn-split-drop {
	border-top-right-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-button {
	border-bottom-left-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-btn-split-drop {
	border-bottom-right-radius: 3px;
}

div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-button, div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-button {
	background-color: #dadada;
	background: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0f0f0", EndColorStr="#dadada");
	box-shadow: inset 0px 0px 4px #666;
}

div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop, div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
	box-shadow: none;
}

div.dt-button-collection.fixed .dt-button:first-child {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

div.dt-button-collection.fixed .dt-button:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dt-button-collection.fixed {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	border-radius: 5px;
	background-color: white;
}

div.dt-button-collection.fixed.two-column {
	margin-left: -200px;
}

div.dt-button-collection.fixed.three-column {
	margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
	margin-left: -300px;
}

div.dt-button-collection.fixed.columns {
	margin-left: -409px;
}

@media screen and (max-width: 1024px) {
	div.dt-button-collection.fixed.columns {
	margin-left: -308px;
	}
}
@media screen and (max-width: 640px) {
	div.dt-button-collection.fixed.columns {
	margin-left: -203px;
	}
}
@media screen and (max-width: 460px) {
	div.dt-button-collection.fixed.columns {
	margin-left: -100px;
	}
}
div.dt-button-collection.fixed > :last-child {
	max-height: 100vh;
	overflow: auto;
}

div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
	display: block !important;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	-ms-column-gap: 8px;
	-o-column-gap: 8px;
	column-gap: 8px;
}

div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

div.dt-button-collection.two-column {
	width: 400px;
}

div.dt-button-collection.two-column > :last-child {
	padding-bottom: 1px;
	column-count: 2;
}

div.dt-button-collection.three-column {
	width: 450px;
}

div.dt-button-collection.three-column > :last-child {
	padding-bottom: 1px;
	column-count: 3;
}

div.dt-button-collection.four-column {
	width: 600px;
}

div.dt-button-collection.four-column > :last-child {
	padding-bottom: 1px;
	column-count: 4;
}

div.dt-button-collection .dt-button {
	border-radius: 0;
}

div.dt-button-collection.columns {
	width: auto;
}

div.dt-button-collection.columns > :last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	width: 818px;
	padding-bottom: 1px;
}

div.dt-button-collection.columns > :last-child .dt-button {
	min-width: 200px;
	flex: 0 1;
	margin: 0;
}

div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child {
	justify-content: space-between;
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
	flex: 1 1 32%;
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
	flex: 1 1 48%;
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
	flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
	div.dt-button-collection.columns > :last-child {
	width: 612px;
	}
}
@media screen and (max-width: 640px) {
	div.dt-button-collection.columns > :last-child {
	width: 406px;
	}
	div.dt-button-collection.columns.dtb-b3 .dt-button {
	flex: 0 1 32%;
	}
}
@media screen and (max-width: 460px) {
	div.dt-button-collection.columns > :last-child {
	width: 200px;
	}
}
div.dt-button-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 2001;
}

@media screen and (max-width: 640px) {
	div.dt-buttons {
	float: none !important;
	text-align: center;
	}
}
button.dt-button.processing, div.dt-button.processing, a.dt-button.processing {
	color: rgba(0, 0, 0, 0.2);
}

button.dt-button.processing:after, div.dt-button.processing:after, a.dt-button.processing:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	box-sizing: border-box;
	display: block;
	content: " ";
	border: 2px solid #282828;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: dtb-spinner 1500ms infinite linear;
	-o-animation: dtb-spinner 1500ms infinite linear;
	-ms-animation: dtb-spinner 1500ms infinite linear;
	-webkit-animation: dtb-spinner 1500ms infinite linear;
	-moz-animation: dtb-spinner 1500ms infinite linear;
}

button.dt-btn-split-drop {
	margin-left: calc(-1px - 0.333em);
	padding-bottom: calc(0.5em - 1px);
	border-radius: 0px 1px 1px 0px;
	color: rgba(70, 70, 70, 0.9);
	border-left: none;
}

button.dt-btn-split-drop span.dt-btn-split-drop-arrow {
	position: relative;
	top: -1px;
	left: -2px;
	font-size: 8px;
}

button.dt-btn-split-drop:hover {
	z-index: 2;
}

button.buttons-split {
	border-right: 1px solid rgba(70, 70, 70, 0);
	border-radius: 1px 0px 0px 1px;
}

button.dt-btn-split-drop-button {
	background-color: white;
}

button.dt-btn-split-drop-button:hover {
	background-color: white;
}

input[type=checkbox]:checked::before {
	margin: -0.21rem 0 0 -0.3rem;
	height: 1.8rem;
	width: 1.8rem;
}

.pie-charts {
	color: #606060;
}
.pie-charts .pie-chart-item-container .panel {
	height: 110px;
}
.pie-charts .pie-chart-item {
	position: relative;
	display: table;
	width: 100%;
}
.pie-charts .pie-chart-item .pie-chart-icon {
	position: absolute;
	top: 21px;
	right: 0;
	z-index: -1;
	color: #dfdfdf;
	font-size: 48px;
	width: 1em;
}
.pie-charts .pie-chart {
	position: relative;
	display: table-cell;
	text-align: center;
	width: 80px;
	min-width: 80px;
	height: 80px;
}
.pie-charts .pie-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.pie-charts .pie-chart .pie-chart-inner {
	z-index: 2;
	display: inline-block;
	line-height: 80px;
	font-size: 1.1em;
}
.pie-charts .pie-chart .pie-chart-inner-icon {
	font-size: 0;
	opacity: 0.8;
}
.pie-charts .pie-chart .pie-chart-inner-icon:before {
	font-size: 18px;
}
.pie-charts .pie-chart .pie-chart-percent:after {
	content: "%";
	font-size: 0.8em;
	margin: 0 -3px 0 1px;
}
.pie-charts .pie-chart .pie-chart-hidden {
	display: none !important;
}
.pie-charts .pie-body {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1em;
	line-height: 1.1;
	padding: 0 0 0 1em;
	opacity: 0.9;
}
.pie-charts .pie-body .pie-text {
	font-size: 1.2em;
}

#scheduleCalendar {
	font-size: 12px;
	margin-top: 15px;
}

.fc {
	direction: ltr;
	text-align: left;
}
.fc button {
	box-sizing: border-box;
	margin: 0;
	height: 2.1em;
	padding: 0 0.6em;
	font-size: 1em;
	white-space: nowrap;
	cursor: pointer;
}
.fc button::-moz-focus-inner {
	margin: 0;
	padding: 0;
}
.fc button .fc-icon {
	position: relative;
	top: 0;
	margin: 0;
}
.fc .fc-button-group > * {
	float: left;
	margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
	margin-left: 0;
}
.fc hr {
	height: 0;
	margin: 0;
	padding: 0 0 2px;
	border-style: solid;
	border-width: 1px 0;
}
.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.fc th {
	text-align: center;
}
.fc th, .fc td {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0;
	vertical-align: top;
}
.fc td.fc-today {
	border-style: double;
}
.fc .fc-row {
	border: 0 solid;
}
.fc .fc-toolbar > * > * {
	float: left;
	margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
	margin-left: 0;
}
.fc .fc-axis {
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-rtl {
	text-align: right;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed hr, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
	border-color: rgba(214, 214, 214, 0.3);
}
.fc-unthemed .fc-popover {
	background-color: #ffffff;
	border: 1px solid;
}
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666666;
	font-size: 25px;
	margin-top: 4px;
}
.fc-unthemed hr {
	background: #eee;
}
.fc-unthemed .fc-today {
	background: rgba(214, 214, 214, 0.2);
}

.fc-highlight {
	background: rgba(32, 160, 128, 0.2);
	opacity: 0.3;
}

.fc-icon {
	display: inline-block;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
}

.fc-icon-left-single-arrow:after {
	content: "‹";
	font-weight: 700;
	font-size: 100%;
}

.fc-icon-right-single-arrow:after {
	content: "›";
	font-weight: 700;
	font-size: 100%;
}

.fc-icon-left-double-arrow:after {
	content: "«";
}

.fc-icon-right-double-arrow:after {
	content: "»";
}

.fc-icon-x:after {
	content: "×";
}

.fc-state-default {
	border: 1px solid;
	outline: none;
	background: #f5f5f5 repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
	color: #333333;
}
.fc-state-default.fc-corner-left {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.fc-state-default.fc-corner-right {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e2e2e2;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background: #cccccc none;
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	box-shadow: none;
}

.fc-button-group {
	display: inline-block;
}

.fc-popover {
	position: absolute;
}
.fc-popover .fc-header {
	padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0;
}

.fc-bg table {
	height: 100%;
}

.fc-row {
	position: relative;
}
.fc-row table {
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;
	border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
	border-top: 0 hidden transparent;
}
.fc-row .fc-bg {
	z-index: 1;
}
.fc-row .fc-highlight-skeleton {
	z-index: 2;
	bottom: 0;
}
.fc-row .fc-highlight-skeleton table {
	height: 100%;
}
.fc-row .fc-highlight-skeleton td {
	border-color: transparent;
}
.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 3;
	padding-bottom: 2px;
}
.fc-row .fc-helper-skeleton {
	z-index: 4;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	background: none;
	border-color: transparent;
	border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
	border-top: 0;
}

.fc-event {
	position: relative;
	display: block;
	font-size: 0.84em;
	font-weight: 400;
	line-height: 1.3;
	background-color: #909090;
	border: 1px solid #909090;
	padding: 0.3em;
}

.fc-event-selected {
	background: #f45;
}

/* task states */
.fc-task-inactive {
	background-color: #dddddd;
	border-color: #20a080;
}
.fc-task-inactive > .fc-content, .fc-task-inactive > .fc-resizer {
	color: #1b886d;
}

.fc-task-active {
	background-color: #20a080;
	border-color: #20a080;
}

.fc-task-dropped {
	background-color: #c04020;
	border-color: #c04020;
}

.fc-task-paused {
	background-color: #c0a020;
	border-color: #c0a020;
}

.fc-task-completed {
	background-color: #60a000;
	border-color: #60a000;
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #ffffff;
	text-decoration: none;
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer;
}

.fc-day-grid-event {
	margin: 1px 2px 0;
	padding: 0.1em 0.3em;
}

.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-day-grid-event > .fc-content {
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: 700;
}

.fc-day-grid-event .fc-resizer {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7px;
}

.fc-ltr .fc-day-grid-event .fc-resizer {
	right: -3px;
	cursor: e-resize;
}

.fc-rtl .fc-day-grid-event .fc-resizer {
	left: -3px;
	cursor: w-resize;
}

a.fc-more {
	margin: 1px 3px;
	font-size: 0.85em;
	cursor: pointer;
	text-decoration: none;
}
a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited {
	display: none;
}

.fc-day-grid .fc-row {
	z-index: 1;
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}
.fc-more-popover .fc-event-container {
	padding: 10px;
}

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}
.fc-toolbar .fc-left {
	float: left;
}
.fc-toolbar .fc-right {
	float: right;
	/*padding-right: 1em;*/
}
.fc-toolbar .fc-center {
	display: inline-block;
}
.fc-toolbar h2 {
	margin: 0;
	font-size: 24px;
	width: 100%;
	line-height: 26px;
}
.fc-toolbar button {
	position: relative;
}
.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
	z-index: 2;
}
.fc-toolbar .fc-state-down {
	z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}
.fc-toolbar button:focus {
	z-index: 5;
}

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	box-sizing: content-box;
}

.fc-view,
.fc-view > table {
	position: relative;
	z-index: 1;
}

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	padding-top: 1px;
	padding-bottom: 1em;
}

.fc-basic-view tbody .fc-row {
	min-height: 4em;
	max-height: 70px;
}

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
}

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px;
	padding-bottom: 1em;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: 400;
}

.fc-time-grid-container,
.fc-time-grid {
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%;
}

.fc-time-grid table {
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid > .fc-helper-skeleton {
	z-index: 5;
}

.fc-slats td {
	height: 1.5em;
	border-bottom: 0;
}
.fc-slats .fc-minor td {
	border-top-style: dotted;
}
.fc-slats .ui-widget-content {
	background: none;
}

.fc-time-grid .fc-highlight-container {
	position: relative;
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-event-container {
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container {
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event {
	position: absolute;
	z-index: 1;
}

.fc-time-grid-event {
	overflow: hidden;
}
.fc-time-grid-event.fc-not-start {
	border-top-width: 0;
	padding-top: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.fc-time-grid-event.fc-not-end {
	border-bottom-width: 0;
	padding-bottom: 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.fc-time-grid-event > .fc-content {
	position: relative;
	z-index: 2;
}
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}
.fc-time-grid-event .fc-time {
	padding: 0 1px;
	font-size: 0.85em;
	white-space: nowrap;
}
.fc-time-grid-event .fc-bg {
	z-index: 1;
	background: #ffffff;
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.fc-time-grid-event.fc-short .fc-content {
	white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time {
	display: inline-block;
	vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
	display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
	content: " - ";
}
.fc-time-grid-event.fc-short .fc-title {
	display: inline-block;
	vertical-align: top;
	font-size: 0.85em;
	padding: 0;
}
.fc-time-grid-event .fc-resizer {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
	content: "=";
}

.fc-day-grid-container.fc-scroller {
	height: auto !important;
}

.calendar-panel.panel .panel-body {
	padding: 0;
}

.fc-body > tr > .fc-widget-content {
	border: none;
}

.fc-head {
	color: #ffffff;
	background-color: #20a080;
}
.fc-head td, .fc-head th {
	border: none;
}
.fc-head div.fc-widget-header {
	padding: 5px 0;
}

/*.fc-today-button, .fc-month-button, .fc-agendaWeek-button, .fc-agendaDay-button  {
	display: none;
}*/
.fc-prev-button, .fc-next-button {
	position: absolute;
	background: transparent;
	box-shadow: none;
	border: none;
	color: #606060;
}

/*.fc-next-button {
	left: 30px;
}
.fc-prev-button {
}*/
.fc-day-number {
	color: #606060;
	opacity: 0.9;
}

.btn:focus, .btn:active:focus, .btn.active:focus,
.btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}

.btn {
	border-radius: 5px;
	transition: all 0.1s ease;
}

.btn:hover {
	transform: scale(1.14);
}

/* used in scan statistics */
.form-control-compact {
	width: 160px;
}

.bootstrap-select.form-transparent {
	position: relative;
	margin-top: -0.2em;
	right: -10px;
	background: transparent;
	height: 1.4em;
}
.bootstrap-select.form-transparent .btn-transparent {
	text-align: inherit;
}
.bootstrap-select.form-transparent .btn-transparent .filter-option {
	text-align: inherit;
}
.bootstrap-select.form-transparent .dropdown-toggle.btn-transparent {
	margin: -6px 0;
}
.bootstrap-select.form-transparent .switch-toggle.btn-transparent {
	margin: -4px 0;
}
.bootstrap-select.form-transparent .dropdown-menu {
	text-align: inherit;
	opacity: 0.9;
}

.open > .btn.dropdown-toggle.btn-transparent {
	background: transparent;
	border: 0;
}
.open > .btn.dropdown-toggle.btn.btn-primary {
	background: #20a080;
	border-color: #20a068;
	background-color: #1b886d;
	border-color: #1b886d;
}
.open > .btn.dropdown-toggle.btn-success {
	background: #60a000;
	border-color: #60a000;
	background-color: #528800;
	border-color: #528800;
}
.open > .btn.dropdown-toggle.btn-info {
	background: #40a0c0;
	border-color: #40a0a8;
	background-color: #3688a3;
	border-color: #3688a3;
}
.open > .btn.dropdown-toggle.btn-warning {
	background: #c0a020;
	border-color: #c0a008;
	background-color: #a3881b;
	border-color: #a3881b;
}
.open > .btn.dropdown-toggle.btn-danger {
	background: #c04020;
	border-color: #c04008;
	background-color: #a3361b;
	border-color: #a3361b;
}

.btn.btn-transparent {
	color: #20a080;
	background: transparent;
	border: 0;
}
.btn.btn-transparent:active, .btn.btn-transparent:target {
	background-color: transparent;
}

.btn.btn-primary {
	background: #20a080;
	border-color: #20a080;
}
.btn.btn-primary.disabled, .btn.btn-primary[disabled], fieldset[disabled] .btn.btn-primary, .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover, fieldset[disabled] .btn.btn-primary:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary[disabled]:focus, fieldset[disabled] .btn.btn-primary:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary[disabled].focus, fieldset[disabled] .btn.btn-primary.focus, .btn.btn-primary.disabled:active, .btn.btn-primary[disabled]:active, fieldset[disabled] .btn.btn-primary:active, .btn.btn-primary.disabled.active, .btn.btn-primary[disabled].active, fieldset[disabled] .btn.btn-primary.active {
	background: #20a080;
	border-color: #20a08c;
}
.btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover, fieldset[disabled] .btn.btn-primary:hover, .btn.btn-primary.disabled:hover:hover, .btn.btn-primary[disabled]:hover:hover, fieldset[disabled] .btn.btn-primary:hover:hover, .btn.btn-primary.disabled:focus:hover, .btn.btn-primary[disabled]:focus:hover, fieldset[disabled] .btn.btn-primary:focus:hover, .btn.btn-primary.disabled.focus:hover, .btn.btn-primary[disabled].focus:hover, fieldset[disabled] .btn.btn-primary.focus:hover, .btn.btn-primary.disabled:active:hover, .btn.btn-primary[disabled]:active:hover, fieldset[disabled] .btn.btn-primary:active:hover, .btn.btn-primary.disabled.active:hover, .btn.btn-primary[disabled].active:hover, fieldset[disabled] .btn.btn-primary.active:hover {
	transform: none;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
	background: #20a080;
	border-color: #20a068;
}
.btn.btn-primary:active, .btn.btn-primary:target {
	background-color: #1b886d;
}

.btn.btn-default {
	border-width: 1px;
	color: #606060;
	background: rgba(255, 255, 255, 0.8);
	border-color: #d6d6d6;
}
.btn.btn-default.disabled, .btn.btn-default[disabled], fieldset[disabled] .btn.btn-default, .btn.btn-default.disabled:hover, .btn.btn-default[disabled]:hover, fieldset[disabled] .btn.btn-default:hover, .btn.btn-default.disabled:focus, .btn.btn-default[disabled]:focus, fieldset[disabled] .btn.btn-default:focus, .btn.btn-default.disabled.focus, .btn.btn-default[disabled].focus, fieldset[disabled] .btn.btn-default.focus, .btn.btn-default.disabled:active, .btn.btn-default[disabled]:active, fieldset[disabled] .btn.btn-default:active, .btn.btn-default.disabled.active, .btn.btn-default[disabled].active, fieldset[disabled] .btn.btn-default.active {
	background: rgba(255, 255, 255, 0.8);
	border-color: #d6d6e2;
}
.btn.btn-default.disabled:hover, .btn.btn-default[disabled]:hover, fieldset[disabled] .btn.btn-default:hover, .btn.btn-default.disabled:hover:hover, .btn.btn-default[disabled]:hover:hover, fieldset[disabled] .btn.btn-default:hover:hover, .btn.btn-default.disabled:focus:hover, .btn.btn-default[disabled]:focus:hover, fieldset[disabled] .btn.btn-default:focus:hover, .btn.btn-default.disabled.focus:hover, .btn.btn-default[disabled].focus:hover, fieldset[disabled] .btn.btn-default.focus:hover, .btn.btn-default.disabled:active:hover, .btn.btn-default[disabled]:active:hover, fieldset[disabled] .btn.btn-default:active:hover, .btn.btn-default.disabled.active:hover, .btn.btn-default[disabled].active:hover, fieldset[disabled] .btn.btn-default.active:hover {
	transform: none;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.focus, .btn.btn-default:active, .btn.btn-default.active {
	background: rgba(255, 255, 255, 0.8);
	border-color: #d6d6be;
}
.btn.btn-default:active, .btn.btn-default:target {
	background-color: rgba(0, 0, 0, 0.2);
	color: #606060;
}

.btn.btn-success {
	background: #60a000;
	border-color: #60a000;
}
.btn.btn-success.disabled, .btn.btn-success[disabled], fieldset[disabled] .btn.btn-success, .btn.btn-success.disabled:hover, .btn.btn-success[disabled]:hover, fieldset[disabled] .btn.btn-success:hover, .btn.btn-success.disabled:focus, .btn.btn-success[disabled]:focus, fieldset[disabled] .btn.btn-success:focus, .btn.btn-success.disabled.focus, .btn.btn-success[disabled].focus, fieldset[disabled] .btn.btn-success.focus, .btn.btn-success.disabled:active, .btn.btn-success[disabled]:active, fieldset[disabled] .btn.btn-success:active, .btn.btn-success.disabled.active, .btn.btn-success[disabled].active, fieldset[disabled] .btn.btn-success.active {
	background: #60a000;
	border-color: #60a00c;
}
.btn.btn-success.disabled:hover, .btn.btn-success[disabled]:hover, fieldset[disabled] .btn.btn-success:hover, .btn.btn-success.disabled:hover:hover, .btn.btn-success[disabled]:hover:hover, fieldset[disabled] .btn.btn-success:hover:hover, .btn.btn-success.disabled:focus:hover, .btn.btn-success[disabled]:focus:hover, fieldset[disabled] .btn.btn-success:focus:hover, .btn.btn-success.disabled.focus:hover, .btn.btn-success[disabled].focus:hover, fieldset[disabled] .btn.btn-success.focus:hover, .btn.btn-success.disabled:active:hover, .btn.btn-success[disabled]:active:hover, fieldset[disabled] .btn.btn-success:active:hover, .btn.btn-success.disabled.active:hover, .btn.btn-success[disabled].active:hover, fieldset[disabled] .btn.btn-success.active:hover {
	transform: none;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
	background: #60a000;
	border-color: #60a000;
}
.btn.btn-success:active, .btn.btn-success:target {
	background-color: #528800;
}

.btn.btn-info {
	background: #40a0c0;
	border-color: #40a0c0;
}
.btn.btn-info.disabled, .btn.btn-info[disabled], fieldset[disabled] .btn.btn-info, .btn.btn-info.disabled:hover, .btn.btn-info[disabled]:hover, fieldset[disabled] .btn.btn-info:hover, .btn.btn-info.disabled:focus, .btn.btn-info[disabled]:focus, fieldset[disabled] .btn.btn-info:focus, .btn.btn-info.disabled.focus, .btn.btn-info[disabled].focus, fieldset[disabled] .btn.btn-info.focus, .btn.btn-info.disabled:active, .btn.btn-info[disabled]:active, fieldset[disabled] .btn.btn-info:active, .btn.btn-info.disabled.active, .btn.btn-info[disabled].active, fieldset[disabled] .btn.btn-info.active {
	background: #40a0c0;
	border-color: #40a0cc;
}
.btn.btn-info.disabled:hover, .btn.btn-info[disabled]:hover, fieldset[disabled] .btn.btn-info:hover, .btn.btn-info.disabled:hover:hover, .btn.btn-info[disabled]:hover:hover, fieldset[disabled] .btn.btn-info:hover:hover, .btn.btn-info.disabled:focus:hover, .btn.btn-info[disabled]:focus:hover, fieldset[disabled] .btn.btn-info:focus:hover, .btn.btn-info.disabled.focus:hover, .btn.btn-info[disabled].focus:hover, fieldset[disabled] .btn.btn-info.focus:hover, .btn.btn-info.disabled:active:hover, .btn.btn-info[disabled]:active:hover, fieldset[disabled] .btn.btn-info:active:hover, .btn.btn-info.disabled.active:hover, .btn.btn-info[disabled].active:hover, fieldset[disabled] .btn.btn-info.active:hover {
	transform: none;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
	background: #40a0c0;
	border-color: #40a0a8;
}
.btn.btn-info:active, .btn.btn-info:target {
	background-color: #3688a3;
}

.btn.btn-warning {
	background: #c0a020;
	border-color: #c0a020;
}
.btn.btn-warning.disabled, .btn.btn-warning[disabled], fieldset[disabled] .btn.btn-warning, .btn.btn-warning.disabled:hover, .btn.btn-warning[disabled]:hover, fieldset[disabled] .btn.btn-warning:hover, .btn.btn-warning.disabled:focus, .btn.btn-warning[disabled]:focus, fieldset[disabled] .btn.btn-warning:focus, .btn.btn-warning.disabled.focus, .btn.btn-warning[disabled].focus, fieldset[disabled] .btn.btn-warning.focus, .btn.btn-warning.disabled:active, .btn.btn-warning[disabled]:active, fieldset[disabled] .btn.btn-warning:active, .btn.btn-warning.disabled.active, .btn.btn-warning[disabled].active, fieldset[disabled] .btn.btn-warning.active {
	background: #c0a020;
	border-color: #c0a02c;
}
.btn.btn-warning.disabled:hover, .btn.btn-warning[disabled]:hover, fieldset[disabled] .btn.btn-warning:hover, .btn.btn-warning.disabled:hover:hover, .btn.btn-warning[disabled]:hover:hover, fieldset[disabled] .btn.btn-warning:hover:hover, .btn.btn-warning.disabled:focus:hover, .btn.btn-warning[disabled]:focus:hover, fieldset[disabled] .btn.btn-warning:focus:hover, .btn.btn-warning.disabled.focus:hover, .btn.btn-warning[disabled].focus:hover, fieldset[disabled] .btn.btn-warning.focus:hover, .btn.btn-warning.disabled:active:hover, .btn.btn-warning[disabled]:active:hover, fieldset[disabled] .btn.btn-warning:active:hover, .btn.btn-warning.disabled.active:hover, .btn.btn-warning[disabled].active:hover, fieldset[disabled] .btn.btn-warning.active:hover {
	transform: none;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
	background: #c0a020;
	border-color: #c0a008;
}
.btn.btn-warning:active, .btn.btn-warning:target {
	background-color: #a3881b;
}

.btn.btn-danger {
	background: #c04020;
	border-color: #c04020;
}
.btn.btn-danger.disabled, .btn.btn-danger[disabled], fieldset[disabled] .btn.btn-danger, .btn.btn-danger.disabled:hover, .btn.btn-danger[disabled]:hover, fieldset[disabled] .btn.btn-danger:hover, .btn.btn-danger.disabled:focus, .btn.btn-danger[disabled]:focus, fieldset[disabled] .btn.btn-danger:focus, .btn.btn-danger.disabled.focus, .btn.btn-danger[disabled].focus, fieldset[disabled] .btn.btn-danger.focus, .btn.btn-danger.disabled:active, .btn.btn-danger[disabled]:active, fieldset[disabled] .btn.btn-danger:active, .btn.btn-danger.disabled.active, .btn.btn-danger[disabled].active, fieldset[disabled] .btn.btn-danger.active {
	background: #c04020;
	border-color: #c0402c;
}
.btn.btn-danger.disabled:hover, .btn.btn-danger[disabled]:hover, fieldset[disabled] .btn.btn-danger:hover, .btn.btn-danger.disabled:hover:hover, .btn.btn-danger[disabled]:hover:hover, fieldset[disabled] .btn.btn-danger:hover:hover, .btn.btn-danger.disabled:focus:hover, .btn.btn-danger[disabled]:focus:hover, fieldset[disabled] .btn.btn-danger:focus:hover, .btn.btn-danger.disabled.focus:hover, .btn.btn-danger[disabled].focus:hover, fieldset[disabled] .btn.btn-danger.focus:hover, .btn.btn-danger.disabled:active:hover, .btn.btn-danger[disabled]:active:hover, fieldset[disabled] .btn.btn-danger:active:hover, .btn.btn-danger.disabled.active:hover, .btn.btn-danger[disabled].active:hover, fieldset[disabled] .btn.btn-danger.active:hover {
	transform: none;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
	background: #c04020;
	border-color: #c04008;
}
.btn.btn-danger:active, .btn.btn-danger:target {
	background-color: #a3361b;
}

.btn.btn-inverse {
	background: #909090;
	border-color: #909090;
	color: #ffffff;
}
.btn.btn-inverse.disabled, .btn.btn-inverse[disabled], fieldset[disabled] .btn.btn-inverse, .btn.btn-inverse.disabled:hover, .btn.btn-inverse[disabled]:hover, fieldset[disabled] .btn.btn-inverse:hover, .btn.btn-inverse.disabled:focus, .btn.btn-inverse[disabled]:focus, fieldset[disabled] .btn.btn-inverse:focus, .btn.btn-inverse.disabled.focus, .btn.btn-inverse[disabled].focus, fieldset[disabled] .btn.btn-inverse.focus, .btn.btn-inverse.disabled:active, .btn.btn-inverse[disabled]:active, fieldset[disabled] .btn.btn-inverse:active, .btn.btn-inverse.disabled.active, .btn.btn-inverse[disabled].active, fieldset[disabled] .btn.btn-inverse.active {
	background: #909090;
	border-color: #90909c;
}
.btn.btn-inverse.disabled:hover, .btn.btn-inverse[disabled]:hover, fieldset[disabled] .btn.btn-inverse:hover, .btn.btn-inverse.disabled:hover:hover, .btn.btn-inverse[disabled]:hover:hover, fieldset[disabled] .btn.btn-inverse:hover:hover, .btn.btn-inverse.disabled:focus:hover, .btn.btn-inverse[disabled]:focus:hover, fieldset[disabled] .btn.btn-inverse:focus:hover, .btn.btn-inverse.disabled.focus:hover, .btn.btn-inverse[disabled].focus:hover, fieldset[disabled] .btn.btn-inverse.focus:hover, .btn.btn-inverse.disabled:active:hover, .btn.btn-inverse[disabled]:active:hover, fieldset[disabled] .btn.btn-inverse:active:hover, .btn.btn-inverse.disabled.active:hover, .btn.btn-inverse[disabled].active:hover, fieldset[disabled] .btn.btn-inverse.active:hover {
	transform: none;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus, .btn.btn-inverse.focus, .btn.btn-inverse:active, .btn.btn-inverse.active {
	background: #909090;
	border-color: #909078;
}
.btn.btn-inverse:active, .btn.btn-inverse:target, .btn.btn-inverse:hover {
	background-color: #909090;
	color: #ffffff;
}

.btn-with-icon i {
	margin-right: 0.5em;
}

.btn-position-bottom-right {
	position: absolute;
	right: -1px;
	bottom: 0px;
}

.btn-unstyled-compact {
	background: none;
	margin: -1px -4px;
	padding: 2px 4px;
}

.btn-unstyled {
	background: none;
}

.btn-group :hover, .btn-toolbar :hover {
	transform: none;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 1px 0.5em;
	border-radius: 3px;
}

.btn-group .btn.btn-primary {
	border-color: #20a074;
}
.btn-group .btn.btn-primary:hover {
	border-color: #20a068;
}
.btn-group .btn.btn-danger {
	border-color: #c04014;
}
.btn-group .btn.btn-danger:hover {
	border-color: #c04008;
}
.btn-group .btn.btn-info {
	border-color: #40a0b4;
}
.btn-group .btn.btn-info:hover {
	border-color: #40a0a8;
}
.btn-group .btn.btn-success {
	border-color: #60a000;
}
.btn-group .btn.btn-success:hover {
	border-color: #60a000;
}
.btn-group .btn.btn-warning {
	border-color: #c0a014;
}
.btn-group .btn.btn-warning:hover {
	border-color: #c0a008;
}
.btn-group .dropdown-menu {
	margin-top: 0px;
}

.btn-toolbar {
	display: inline-block;
}

.btn .caret {
	margin-left: 2px;
}

button.progress-button .progress {
	margin-bottom: 0;
	border-radius: 0;
}
button.progress-button:hover {
	transform: none;
}
button.progress-button.progress-button-style-shrink.btn.disabled.progress-button-dir-horizontal:hover {
	transform: scaleY(0.3);
}
button.progress-button.progress-button-style-shrink.btn.disabled.progress-button-dir-vertical:hover {
	transform: scaleX(0.1);
}
button.progress-button.btn.btn-primary {
	border-radius: 0;
}
button.progress-button.btn.btn-primary .content:after, button.progress-button.btn.btn-primary .content:before {
	color: black;
}
button.progress-button.btn.btn-primary.progress-button-style-move-up .content, button.progress-button.btn.btn-primary.progress-button-style-slide-down .content {
	background-color: #18765e;
}
button.progress-button.btn.btn-primary.progress-button-style-lateral-lines .progress-inner {
	border-color: #18765e;
	background: 0 0;
}
button.progress-button.btn.btn-primary .progress {
	background-color: #18765e;
	box-shadow: 0 1px 0 #18765e;
}
button.progress-button.btn.btn-primary .progress-inner {
	background-color: #0f4b3c;
}
button.progress-button.btn.btn-primary.progress-button-perspective {
	background: none;
}
button.progress-button.btn.btn-primary.progress-button-perspective .content {
	background-color: #20a080;
}
button.progress-button.btn.btn-default {
	border-radius: 0;
}
button.progress-button.btn.btn-default .content:after, button.progress-button.btn.btn-default .content:before {
	color: #999999;
}
button.progress-button.btn.btn-default.progress-button-style-move-up .content, button.progress-button.btn.btn-default.progress-button-style-slide-down .content {
	background-color: #e6e6e6;
}
button.progress-button.btn.btn-default.progress-button-style-lateral-lines .progress-inner {
	border-color: #e6e6e6;
	background: 0 0;
}
button.progress-button.btn.btn-default .progress {
	background-color: #e6e6e6;
	box-shadow: 0 1px 0 #e6e6e6;
}
button.progress-button.btn.btn-default .progress-inner {
	background-color: #cccccc;
}
button.progress-button.btn.btn-default.progress-button-perspective {
	background: none;
}
button.progress-button.btn.btn-default.progress-button-perspective .content {
	background-color: #ffffff;
}
button.progress-button.btn.btn-success {
	border-radius: 0;
}
button.progress-button.btn.btn-success .content:after, button.progress-button.btn.btn-success .content:before {
	color: black;
}
button.progress-button.btn.btn-success.progress-button-style-move-up .content, button.progress-button.btn.btn-success.progress-button-style-slide-down .content {
	background-color: #416d00;
}
button.progress-button.btn.btn-success.progress-button-style-lateral-lines .progress-inner {
	border-color: #416d00;
	background: 0 0;
}
button.progress-button.btn.btn-success .progress {
	background-color: #416d00;
	box-shadow: 0 1px 0 #416d00;
}
button.progress-button.btn.btn-success .progress-inner {
	background-color: #233a00;
}
button.progress-button.btn.btn-success.progress-button-perspective {
	background: none;
}
button.progress-button.btn.btn-success.progress-button-perspective .content {
	background-color: #60a000;
}
button.progress-button.btn.btn-info {
	border-radius: 0;
}
button.progress-button.btn.btn-info .content:after, button.progress-button.btn.btn-info .content:before {
	color: #0d2127;
}
button.progress-button.btn.btn-info.progress-button-style-move-up .content, button.progress-button.btn.btn-info.progress-button-style-slide-down .content {
	background-color: #33809a;
}
button.progress-button.btn.btn-info.progress-button-style-lateral-lines .progress-inner {
	border-color: #33809a;
	background: 0 0;
}
button.progress-button.btn.btn-info .progress {
	background-color: #33809a;
	box-shadow: 0 1px 0 #33809a;
}
button.progress-button.btn.btn-info .progress-inner {
	background-color: #266074;
}
button.progress-button.btn.btn-info.progress-button-perspective {
	background: none;
}
button.progress-button.btn.btn-info.progress-button-perspective .content {
	background-color: #40a0c0;
}
button.progress-button.btn.btn-warning {
	border-radius: 0;
}
button.progress-button.btn.btn-warning .content:after, button.progress-button.btn.btn-warning .content:before {
	color: #110e03;
}
button.progress-button.btn.btn-warning.progress-button-style-move-up .content, button.progress-button.btn.btn-warning.progress-button-style-slide-down .content {
	background-color: #947c19;
}
button.progress-button.btn.btn-warning.progress-button-style-lateral-lines .progress-inner {
	border-color: #947c19;
	background: 0 0;
}
button.progress-button.btn.btn-warning .progress {
	background-color: #947c19;
	box-shadow: 0 1px 0 #947c19;
}
button.progress-button.btn.btn-warning .progress-inner {
	background-color: #695711;
}
button.progress-button.btn.btn-warning.progress-button-perspective {
	background: none;
}
button.progress-button.btn.btn-warning.progress-button-perspective .content {
	background-color: #c0a020;
}
button.progress-button.btn.btn-danger {
	border-radius: 0;
}
button.progress-button.btn.btn-danger .content:after, button.progress-button.btn.btn-danger .content:before {
	color: #110603;
}
button.progress-button.btn.btn-danger.progress-button-style-move-up .content, button.progress-button.btn.btn-danger.progress-button-style-slide-down .content {
	background-color: #943119;
}
button.progress-button.btn.btn-danger.progress-button-style-lateral-lines .progress-inner {
	border-color: #943119;
	background: 0 0;
}
button.progress-button.btn.btn-danger .progress {
	background-color: #943119;
	box-shadow: 0 1px 0 #943119;
}
button.progress-button.btn.btn-danger .progress-inner {
	background-color: #692311;
}
button.progress-button.btn.btn-danger.progress-button-perspective {
	background: none;
}
button.progress-button.btn.btn-danger.progress-button-perspective .content {
	background-color: #c04020;
}

.btn-raised {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}

.btn-mm {
	padding: 5px 11px;
	font-size: 13px;
}

.btn-xm {
	padding: 8px 14px;
	font-size: 16px;
}

.dropdown .btn.btn-default.dropdown-toggle {
	color: #606060;
	border: 1px solid #d6d6d6;
	background-color: transparent;
}
.dropdown .btn.btn-default.dropdown-toggle:focus, .dropdown .btn.btn-default.dropdown-toggle:active {
	background-color: #ffffff;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.bootstrap-select button.btn-default:focus {
	color: #ffffff;
}
.bootstrap-select .btn {
	transition: none;
}

.label {
	border-radius: 2px;
}

.label-primary {
	background: #20a080;
}

.label-info {
	background: #40a0c0;
}

.label-success {
	background: #60a000;
}

.label-warning {
	background: #c0a020;
}

.label-danger {
	background: #c04020;
}

.panel {
	position: relative;
	color: #606060;
	background-color: #ffffff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 24px;
}
.panel ::-webkit-scrollbar {
	width: 0.4em;
	height: 0.4em;
}
.panel ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.panel ::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.7);
}
.panel body {
	scrollbar-face-color: rgba(0, 0, 0, 0.6);
	scrollbar-track-color: rgba(255, 255, 255, 0.7);
}
.panel.animated {
	animation-duration: 0.5s;
}
.panel.small-panel {
	height: 120px;
}
.panel.xsmall-panel {
	height: 210px;
}
.panel.medium-panel {
	height: 400px;
}
.panel.xmedium-panel {
	height: 550px;
}
.panel.large-panel {
	height: 990px;
}
.panel.viewport100 {
	height: calc(100vh - 218px);
}
.panel.title-ellipsis .panel-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.panel.with-scroll .panel-body {
	height: calc(100% - 44px);
	overflow-y: auto;
}

@media (max-width: 659px) {
	.panel {
	margin-bottom: 18px;
	}
}
@media screen and (max-width: 434px) {
	.panel {
	margin-bottom: 14px;
	}
}
.panel > .panel-body {
	padding: 15px 22px;
	height: 100%;
}
.panel > .panel-heading {
	color: #606060;
	background-image: linear-gradient(to bottom, #ffffff 0%, #f6f7f7 100%);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.panel > .panel-footer {
	color: #606060;
}

.panel-heading,
.panel-footer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12);
	height: 44px;
	font-size: 16px;
	padding: 14px 22px;
}

.panel-title {
	/*font-weight: $font-normal;*/
	text-transform: uppercase;
	opacity: 0.9;
}

/* Icon in Panel Title */
.panel-title-icon {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	height: 44px;
	margin: 0;
	padding: 14px 22px;
}

.panel-title-icon label.btn-with-icon {
	padding-left: 20px;
}

.panel-default > .panel-heading {
	background: #f9fafa;
}

.panel-primary > .panel-heading {
	background: #4db399;
	border-color: #4db399;
}

.panel-success > .panel-heading {
	background: #80b333;
	border-color: #80b333;
}

.panel-info > .panel-heading {
	background: #66b3cd;
	border-color: #66b3cd;
}

.panel-warning > .panel-heading {
	background: #cdb34d;
	border-color: #cdb34d;
}

.panel-danger > .panel-heading {
	background: #cd664d;
	border-color: #cd664d;
}

.bootstrap-panel {
	background-color: #ffffff;
}

.accordion-panel .panel-heading {
	border-radius: 3px;
}
.accordion-panel.panel-open .panel-heading {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.accordion-panel:not(.panel-open) .panel-heading {
	transition-delay: 0.3s;
}
.accordion-panel > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}

.accordion-panel .panel-heading {
	padding: 0;
}
.accordion-panel .panel-heading .accordion-toggle {
	display: inline-block;
	width: 100%;
	padding: 14px 22px;
}

.panel.accordion-panel.panel-unstyled {
	box-shadow: none;
}
.panel.accordion-panel.panel-unstyled .panel-heading {
	transition: none;
}
.panel.accordion-panel.panel-unstyled .panel-heading .accordion-toggle {
	padding: 15px 0;
}
.panel.accordion-panel.panel-unstyled .panel-body {
	padding: 15px 0;
}
.panel.accordion-panel.panel-primary .panel-heading p,
.panel.accordion-panel.panel-primary .panel-heading div,
.panel.accordion-panel.panel-primary .panel-heading span, .panel.accordion-panel.panel-success .panel-heading p,
.panel.accordion-panel.panel-success .panel-heading div,
.panel.accordion-panel.panel-success .panel-heading span, .panel.accordion-panel.panel-info .panel-heading p,
.panel.accordion-panel.panel-info .panel-heading div,
.panel.accordion-panel.panel-info .panel-heading span, .panel.accordion-panel.panel-warning .panel-heading p,
.panel.accordion-panel.panel-warning .panel-heading div,
.panel.accordion-panel.panel-warning .panel-heading span, .panel.accordion-panel.panel-danger .panel-heading p,
.panel.accordion-panel.panel-danger .panel-heading div,
.panel.accordion-panel.panel-danger .panel-heading span {
	color: rgba(255, 255, 255, 0.8);
}
.panel.accordion-panel:not(.panel-open) .panel-heading {
	border-bottom: 0;
}

.panel-group .panel .panel-heading {
	border-bottom: 1px solid #ddd;
}

.p-with-code {
	line-height: 1.5em;
}

.contextual-example-panel {
	height: 120px;
}

.footer-panel {
	height: 142px;
}

.light-text {
	font-weight: 300;
}

/*
.panel-group .panel {
	border-radius: 0;
}*/
.heading-with-line {
	/*font-weight: $font-normal;*/
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
	margin-bottom: 15px;
	padding: 15px 0 10px;
}

/** Different tabs positions, which were removed from bootstrap */
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
	border-bottom: 0;
}

.tabs-right .nav-tabs, .tabs-left .nav-tabs {
	min-width: 100px;
}
.tabs-right .tab-content, .tabs-left .tab-content {
	width: calc(100% - 100px);
	overflow-y: auto;
}

.tabs-right .tab-content {
	margin-right: 100px;
}

.tabs-left .tab-content {
	margin-left: 100px;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}

.tab-content > .active,
.pill-content > .active {
	display: block;
}

.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabs-left, .tabs-right {
	height: 100%;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
	float: none;
	margin-bottom: 0;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
	float: left;
	border-bottom-left-radius: 5px;
}
.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
}
.tabs-right > .nav.nav-tabs {
	float: right;
	border-top-left-radius: 0;
	border-bottom-right-radius: 5px;
}
.tabs-right > .nav.nav-tabs > li:first-of-type a {
	border-top-left-radius: 0;
}
/** /Different tabs positions, which were removed from bootstrap */
.nav-tabs > li.with-dropdown > a {
	padding: 0;
}
.nav-tabs > li.with-dropdown .dropdown-toggle {
	padding: 10px 15px;
	display: inline-block;
	cursor: pointer;
}

.tab-content {
	padding: 15px 15px 5px 15px;
	background: transparent;
	color: #606060;
}
.tab-content .tab-pane p {
	color: #606060;
}

.nav.nav-tabs {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid transparent;
	background-color: #63bda6;
}
.nav.nav-tabs a {
	color: #ffffff;
}
.nav.nav-tabs a:hover {
	color: #ffffff;
}
.nav.nav-tabs > li > a {
	margin-right: 0;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
}
.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
	border: none;
	background-color: #63bda6;
}
.nav.nav-tabs > li.active > a {
	color: #ffffff;
	background-color: #20a080;
}
.nav.nav-tabs > li:first-of-type a {
	border-top-left-radius: 5px;
}
.nav.nav-tabs .dropdown-menu > li > a {
	color: #7d7d7d;
}
.nav.nav-tabs .dropdown-menu > li > a:hover {
	color: #7d7d7d;
}

.blur-theme .nav.nav-tabs {
	background-color: rgba(0, 0, 0, 0.2);
}
.blur-theme .nav.nav-tabs a {
	color: #606060;
}
.blur-theme .nav.nav-tabs a:hover {
	color: #606060;
}
.blur-theme .nav.nav-tabs > li > a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.blur-theme .nav.nav-tabs > li.active > a {
	color: #606060;
	background-color: rgba(0, 0, 0, 0.25);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
}

/*@import "bootstrap";*/
@media (min-width: 1600px) {
	.container {
	width: 1570px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.hidden-lg {
	display: none !important;
	}
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
	display: none !important;
}

.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 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1600px) {
	.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 {
	float: left;
	}
	.col-xl-1 {
	width: 8.3333333333%;
	}
	.col-xl-2 {
	width: 16.6666666667%;
	}
	.col-xl-3 {
	width: 25%;
	}
	.col-xl-4 {
	width: 33.3333333333%;
	}
	.col-xl-5 {
	width: 41.6666666667%;
	}
	.col-xl-6 {
	width: 50%;
	}
	.col-xl-7 {
	width: 58.3333333333%;
	}
	.col-xl-8 {
	width: 66.6666666667%;
	}
	.col-xl-9 {
	width: 75%;
	}
	.col-xl-10 {
	width: 83.3333333333%;
	}
	.col-xl-11 {
	width: 91.6666666667%;
	}
	.col-xl-12 {
	width: 100%;
	}
	.col-xl-pull-0 {
	right: auto;
	}
	.col-xl-pull-1 {
	right: 8.3333333333%;
	}
	.col-xl-pull-2 {
	right: 16.6666666667%;
	}
	.col-xl-pull-3 {
	right: 25%;
	}
	.col-xl-pull-4 {
	right: 33.3333333333%;
	}
	.col-xl-pull-5 {
	right: 41.6666666667%;
	}
	.col-xl-pull-6 {
	right: 50%;
	}
	.col-xl-pull-7 {
	right: 58.3333333333%;
	}
	.col-xl-pull-8 {
	right: 66.6666666667%;
	}
	.col-xl-pull-9 {
	right: 75%;
	}
	.col-xl-pull-10 {
	right: 83.3333333333%;
	}
	.col-xl-pull-11 {
	right: 91.6666666667%;
	}
	.col-xl-pull-12 {
	right: 100%;
	}
	.col-xl-push-0 {
	left: auto;
	}
	.col-xl-push-1 {
	left: 8.3333333333%;
	}
	.col-xl-push-2 {
	left: 16.6666666667%;
	}
	.col-xl-push-3 {
	left: 25%;
	}
	.col-xl-push-4 {
	left: 33.3333333333%;
	}
	.col-xl-push-5 {
	left: 41.6666666667%;
	}
	.col-xl-push-6 {
	left: 50%;
	}
	.col-xl-push-7 {
	left: 58.3333333333%;
	}
	.col-xl-push-8 {
	left: 66.6666666667%;
	}
	.col-xl-push-9 {
	left: 75%;
	}
	.col-xl-push-10 {
	left: 83.3333333333%;
	}
	.col-xl-push-11 {
	left: 91.6666666667%;
	}
	.col-xl-push-12 {
	left: 100%;
	}
	.col-xl-offset-0 {
	margin-left: 0%;
	}
	.col-xl-offset-1 {
	margin-left: 8.3333333333%;
	}
	.col-xl-offset-2 {
	margin-left: 16.6666666667%;
	}
	.col-xl-offset-3 {
	margin-left: 25%;
	}
	.col-xl-offset-4 {
	margin-left: 33.3333333333%;
	}
	.col-xl-offset-5 {
	margin-left: 41.6666666667%;
	}
	.col-xl-offset-6 {
	margin-left: 50%;
	}
	.col-xl-offset-7 {
	margin-left: 58.3333333333%;
	}
	.col-xl-offset-8 {
	margin-left: 66.6666666667%;
	}
	.col-xl-offset-9 {
	margin-left: 75%;
	}
	.col-xl-offset-10 {
	margin-left: 83.3333333333%;
	}
	.col-xl-offset-11 {
	margin-left: 91.6666666667%;
	}
	.col-xl-offset-12 {
	margin-left: 100%;
	}
	.hidden-lg {
	display: initial !important;
	}
	.hidden-xl {
	display: none !important;
	}
	.visible-xl {
	display: block !important;
	}
	table.visible-xl {
	display: table;
	}
	tr.visible-xl {
	display: table-row !important;
	}
	th.visible-xl, td.visible-xl {
	display: table-cell !important;
	}
	.visible-xl-block {
	display: block !important;
	}
	.visible-xl-inline {
	display: inline !important;
	}
	.visible-xl-inline-block {
	display: inline-block !important;
	}
}
@media (max-width: 384px) {
	.hidden-xxs {
	display: none !important;
	}
	.visible-xxs {
	display: block !important;
	}
	table.visible-xxs {
	display: table !important;
	}
	tr.visible-xxs {
	display: table-row !important;
	}
	th.visible-xxs, td.visible-xxs {
	display: table-cell !important;
	}
	.visible-xxs-block {
	display: block !important;
	}
	.visible-xxs-inline {
	display: inline !important;
	}
	.visible-xxs-inline-block {
	display: inline-block !important;
	}
}
.ba-wizard-progress {
	margin-top: 10px;
	height: 10px;
}

.ba-wizard-pager .previous {
	float: left;
}
.ba-wizard-pager .next {
	float: right;
}

.ba-wizard-navigation-container {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 15px 0;
}
.ba-wizard-navigation-container .ba-wizard-navigation {
	cursor: pointer;
	display: table-cell;
	line-height: 1;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	opacity: 0.7;
}
.ba-wizard-navigation-container .ba-wizard-navigation.active {
	opacity: 0.95;
}

.back-top {
	right: 64px;
	bottom: 40px;
	z-index: 9999;
	display: none;
	color: #20a080;
	font-size: 45px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 50%;
	width: 52px;
	height: 52px;
	cursor: pointer;
	opacity: 0.4;
}
.back-top:hover {
	opacity: 0.8;
}

@media screen and (max-width: 434px) {
	.back-top {
	right: 10px;
	bottom: 21px;
	}
}
.content-top {
	padding: 21px 0;
}
.content-top h1.site-title {
	font-weight: 700;
	color: #606060;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-transform: uppercase;
	opacity: 0.9;
}
.content-top .site-breadcrumb {
	float: right;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	background: none;
	margin: 0;
	padding: 0;
}

/* msg center */
@-webkit-keyframes pulsate {
	30% {
	-webkit-transform: scale(0.1, 0.1);
	opacity: 0;
	}
	35% {
	opacity: 1;
	}
	40% {
	-webkit-transform: scale(1.2, 1.2);
	opacity: 0;
	}
}
.site-msg-center {
	float: right;
	list-style: none;
	margin: 12px 36px 0 0;
	padding: 0;
}
.site-msg-center > li {
	float: left;
	list-style: none;
	margin-left: 30px;
}
.site-msg-center > li:first-child {
	margin-left: 0;
}
.site-msg-center > li > a {
	color: #33404a;
	text-decoration: none;
	font-size: 15px;
	position: relative;
}
.site-msg-center > li > a span {
	display: inline-block;
	min-width: 10px;
	padding: 2px 4px 2px 4px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	border-radius: 13px;
	text-shadow: none;
	line-height: 11px;
	background-color: #20a080;
	position: absolute;
	top: -5px;
	right: -14px;
	font-size: 11px;
}
.site-msg-center > li > a .notification-ring {
	border: 1px solid #20a080;
	border-radius: 100px;
	height: 40px;
	width: 40px;
	position: absolute;
	top: -18px;
	right: -27px;
	animation: pulsate 8s ease-out;
	animation-iteration-count: infinite;
	opacity: 0;
}
.site-msg-center > li > a:hover {
	color: #20a080;
}
.site-msg-center > li > a:hover.info {
	color: #40a0c0;
}
.site-msg-center > li > a:hover.danger {
	color: #c04020;
}
.site-msg-center > li > a.info span {
	background-color: #40a0c0;
}
.site-msg-center > li > a.info .notification-ring {
	border-color: #40a0c0;
}
.site-msg-center > li > a.danger span {
	background-color: #c04020;
}
.site-msg-center > li > a.danger .notification-ring {
	border-color: #c04020;
}
.site-msg-center > li.open > a {
	color: #20a080;
}
.site-msg-center > li.open > a.info {
	color: #40a0c0;
}
.site-msg-center > li.open > a.danger {
	color: #c04020;
}

@media (max-width: 434px) {
	.site-msg-center {
	margin-right: 24px;
	}
	.site-msg-center > li {
	margin-left: 21px;
	}
	.site-msg-center > li:first-child {
	margin-left: 0;
	}
}
.header-dropdown-menu {
	left: auto;
	right: -45px;
	top: 27px;
}
.header-dropdown-menu ::-webkit-scrollbar {
	width: 0.4em;
	height: 0.4em;
}
.header-dropdown-menu ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.header-dropdown-menu ::-webkit-scrollbar-track {
	background: #fff;
}
.header-dropdown-menu body {
	scrollbar-face-color: rgba(0, 0, 0, 0.5);
	scrollbar-track-color: #fff;
}
.header-dropdown-menu .dropdown-header {
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	padding: 9px 12px;
}
.header-dropdown-menu .dropdown-header strong {
	float: left;
	color: #7d7d7d;
}
.header-dropdown-menu .dropdown-header > a {
	float: right;
	margin-left: 12px;
	text-decoration: none;
}
.header-dropdown-menu .dropdown-header > a:hover {
	color: #7d7d7d;
}
.header-dropdown-menu .dropdown-items {
	margin: 0;
	padding: 0;
	overflow: scroll;
	overflow-x: hidden;
}
.header-dropdown-menu .dropdown-items .dropdown-item {
	display: block;
	border-top: 1px solid #ffffff;
}
.header-dropdown-menu .dropdown-items .dropdown-item:first-child {
	border-top: none;
}
.header-dropdown-menu .dropdown-items .dropdown-item:hover {
	background: #eff1f2;
}
.header-dropdown-menu .dropdown-items .dropdown-item-inner {
	display: block;
	color: #7d7d7d;
	font-size: 12px;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 6px 12px;
}
.header-dropdown-menu .dropdown-items .dropdown-item-inner i {
	font-size: 16px;
	line-height: 1;
	width: 24px;
}
.header-dropdown-menu .dropdown-items .dropdown-item-inner small {
	display: block;
	text-align: right;
}
.header-dropdown-menu .dropdown-footer {
	border-top: 1px solid #ffffff;
	text-align: center;
}
.header-dropdown-menu .dropdown-footer > a {
	display: block;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding: 9px;
}
.header-dropdown-menu .dropdown-footer > a:hover {
	color: #7d7d7d;
}
.header-dropdown-menu i.dropdown-arr {
	position: absolute;
	top: -22px;
	right: 41px;
	display: block;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.15);
}
.header-dropdown-menu i.dropdown-arr:after {
	position: absolute;
	top: -9px;
	left: 0px;
	display: block;
	content: " ";
	border: 10px solid transparent;
	border-bottom-color: #ffffff;
	width: 0;
	height: 0;
	margin-left: -10px;
}
.header-dropdown-menu.header-dropdown-lang {
	width: 192px;
}
.header-dropdown-menu.header-dropdown-lang .dropdown-items {
	max-height: 220px;
}
.header-dropdown-menu.header-dropdown-lang .dropdown-items .dropdown-item-inner {
	font-size: 13px;
}
.header-dropdown-menu.header-dropdown-news {
	width: 255px;
}
.header-dropdown-menu.header-dropdown-news .dropdown-items {
	max-height: 260px;
}
.header-dropdown-menu.header-dropdown-news .dropdown-items .dropdown-item-inner {
	padding-top: 9px;
}
.header-dropdown-menu.header-dropdown-news .dropdown-items .dropdown-item-inner i {
	float: left;
}
.header-dropdown-menu.header-dropdown-news .dropdown-items .dropdown-item-inner span {
	float: left;
	overflow: hidden;
	width: 200px;
	max-height: 34px;
}
.header-dropdown-menu.header-dropdown-news .dropdown-items .dropdown-item-inner small {
	clear: left;
	font-style: italic;
}
.header-dropdown-menu.header-dropdown-support {
	top: 44px;
	right: -16px;
	width: 145px;
}
.header-dropdown-menu.header-dropdown-support i.dropdown-arr {
	right: 24px;
}

@media (max-width: 434px) {
	.header-dropdown-news {
	right: -81px;
	}
	.header-dropdown-news i.dropdown-arr {
	right: 77px;
	}
}
.site-navbar {
	display: block;
	background-color: #33404a;
	border-radius: 5px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
	width: 100%;
}

.site-navbar-list {
	list-style: none;
	margin: 0;
	padding: 3px;
}
.site-navbar-list:after {
	content: "";
	display: table;
	clear: both;
}

.site-navbar-sublist .subitem-submenu-list {
	padding-left: 15px;
}

.subitem-submenu-link .fa {
	top: 7px;
}

.site-navbar-list-item {
	position: relative;
	float: left;
	display: block;
	padding: 0;
}
.site-navbar-list-item.selected:not(.with-sub-menu) {
	background-color: #20a080;
}
.site-navbar-list-item.selected:not(.with-sub-menu) a.site-navbar-list-link {
	color: #ffffff;
}
.site-navbar-list-item.selected:not(.with-sub-menu) a.site-navbar-list-link b {
	color: #ffffff;
}
.site-navbar-list-item:not(:first-child) a.site-navbar-list-link {
	border-left: 1px dashed #47535c;
}

.site-navbar-list-item.ba-navbar-item-expanded > .site-navbar-list-link b, .ba-navbar-sublist-item.ba-navbar-item-expanded > .site-navbar-list-link b {
	transform: rotate(180deg);
}
.site-navbar-list-item.ba-navbar-item-expanded > .site-navbar-sublist, .ba-navbar-sublist-item.ba-navbar-item-expanded > .site-navbar-sublist {
	display: block;
}

a.site-navbar-list-link {
	display: block;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: none;
	white-space: nowrap;
	overflow: hidden;
	min-width: 120px;
	padding: 12px;
	cursor: pointer;
}
a.site-navbar-list-link:hover {
	color: #20a080;
}
a.site-navbar-list-link:hover b {
	color: #20a080;
}
a.site-navbar-list-link i {
	display: block;
	font-size: 27px;
	width: 1em;
	height: 1.4em;
	margin: 0 auto;
}
a.site-navbar-list-link b {
	font-size: inherit;
	width: 1em;
	margin-right: -0.6em;
}

@media (max-width: 659px) {
	.site-navbar-list {
	display: table;
	width: 100%;
	}
	.site-navbar-list-item {
	float: none;
	display: table-cell;
	}
	a.site-navbar-list-link {
	font-size: 12px;
	min-width: 0;
	max-width: 114px;
	margin: 0 auto;
	}
}
@media (max-width: 499px) {
	a.site-navbar-list-link {
	font-size: 11px;
	max-width: 87px;
	}
}
@media (max-width: 434px) {
	a.site-navbar-list-link {
	padding: 12px 0 0;
	}
	a.site-navbar-list-link b, a.site-navbar-list-link span {
	display: none;
	}
}
.site-navbar-sublist {
	position: absolute;
	z-index: 1;
	display: none;
	list-style: none;
	background-color: #33404a;
	background-image: linear-gradient(to bottom, #47535c 0%, #33404a 100%);
	border-bottom: 3px solid #2e3a43;
	border-radius: 0 0 5px 5px;
	min-width: 100%;
	padding: 6px;
	opacity: 0.96;
}
.site-navbar-sublist.expanded {
	display: block;
}
.site-navbar-sublist > li {
	display: block;
	float: none;
	padding: 0;
	border-bottom: none;
	position: relative;
}
.site-navbar-sublist > li a {
	display: block;
	color: #ffffff;
	font-size: 13px;
	line-height: 27px;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	padding: 0 12px;
	height: auto;
}
.site-navbar-sublist > li a:hover {
	color: #20a080;
}
.site-navbar-sublist > li.selected:not(.with-sub-menu) > a {
	border: none;
	background-color: #20a080;
}
.site-navbar-sublist > li.selected:not(.with-sub-menu) > a:hover {
	color: #ffffff;
}

.navbar-hover-elem {
	width: 4px;
	background: #20a080;
	position: absolute;
	top: -150px;
	left: 176px;
	transition: all 0.5s ease;
	transition-property: top, height;
	height: 42px;
	display: block;
}

.navbar-select-elem {
	display: block;
	top: 94px;
}

.site-header {
	position: relative;
	z-index: 100;
	width: 100%;
	padding: 18px 0 14px;
}
/*.site-header-primary, .site-header-secondary {
	outline: 1px dotted $navbar; //for tests
}*/
.site-header-primary {
	float: left;
	height: 40px;
}
.site-header-primary .site-logo-icon {
	background: url("../img/logo-128x128.png") no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	margin: -4px 2px 0 -2px;
}
.site-header-primary a.site-logo {
	display: block;
	color: #47535c;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	line-height: 27px;
	outline: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 5px;
}
.site-header-primary a.site-logo strong {
	color: #20a080;
	font-weight: 700;
}
.site-header-primary .site-brand {
	display: block;
	line-height: 9px;
}

.site-header-secondary {
	float: right;
}

.site-header-dropdown {
	float: right;
	transition: all 0.15s ease-in-out;
	padding: 0;
	width: 36px;
	height: 36px;
	border: 0;
	opacity: 1;
	position: relative;
}
.site-header-dropdown > a {
	display: block;
	color: #47535c;
	font-size: 36px;
	line-height: 1;
	text-shadow: 0 0 1px #ffffff;
}
.site-header-dropdown > a img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

a.refresh-data {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
	float: right;
	margin-top: 13px;
	margin-right: 26px;
}
a.refresh-data:hover {
	color: #c0a020 !important;
}

a.collapse-menu-link {
	font-size: 31px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	line-height: 42px;
	color: #ffffff;
	padding: 0;
	float: left;
	margin: 11px 0 0 25px;
}
a.collapse-menu-link:hover {
	text-decoration: none;
	color: #c0a020;
}

.search {
	text-shadow: none;
	color: #ffffff;
	font-size: 13px;
	line-height: 25px;
	transition: all 0.5s ease;
	white-space: nowrap;
	overflow: hidden;
	width: 162px;
	float: left;
	margin: 20px 0 0 30px;
}
.search label {
	cursor: pointer;
}
.search i {
	width: 16px;
	display: inline-block;
	cursor: pointer;
	padding-left: 1px;
	font-size: 16px;
	margin-right: 13px;
}
.search input {
	background: none;
	border: none;
	outline: none;
	width: 120px;
	padding: 0;
	margin: 0 0 0 -3px;
	height: 27px;
}

@media screen and (max-width: 659px) {
	.search {
	display: none;
	}
}
@media (max-width: 434px) {
	a.refresh-data {
	margin-right: 10px;
	}
	a.collapse-menu-link {
	margin-left: 10px;
	}
}
.support-toggle-link {
	cursor: pointer;
}

.widgets {
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.full-width {
	margin: 0 -22px -16px;
}

.horizontal-scroll {
	overflow-x: auto;
	overflow-y: visible;
}

.panel-subtitle {
	font-size: 15px;
	margin-bottom: 16px;
}

.panel-nav {
	position: absolute;
	top: 12px;
	right: 15px;
	z-index: 2;
}
.panel-nav i {
	cursor: pointer;
	font-size: 14px;
	color: #bfbfbf;
	margin-left: 11px;
	display: inline-block;
}
.panel-nav i.fa-minus {
	margin-bottom: -1px;
	vertical-align: bottom;
}
.panel-nav i:hover {
	color: #606060;
}