
@keyframes dtb-spinner {
	to {
		transform: rotate(1turn);
	}
}

div.dt-buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	position: static;
	width: 100%;
}

div.dt-buttons .dt-button {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.dt-button-info {
	background-color: #fff;
	border-radius: .75em;
	box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, .8);
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 400px;
	z-index: 2003;
}

div.dt-button-info h2 {
	font-weight: 400;
	margin: 0;
	padding: 2rem 2rem 1rem;
}

div.dt-button-info > div {
	padding: 1em 2em 2em;
}

div.dtb-popover-close {
	border-radius: 3px;
	cursor: pointer;
	height: 22px;
	position: absolute;
	right: 6px;
	text-align: center;
	top: 6px;
	width: 22px;
	z-index: 2003;
}

button.dtb-hide-drop {
	display: none !important;
}

div.dt-button-collection-title {
	font-size: .9em;
	margin-left: .5em;
	margin-right: .5em;
	overflow: hidden;
	padding: .3em .5em .5em;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.dt-button-collection-title:empty {
	display: none;
}

span.dt-button-spacer {
	display: inline-block;
	margin: .5em;
	white-space: nowrap;
}

span.dt-button-spacer.bar {
	border-left: 1px solid rgba(0, 0, 0, .3);
	padding-left: .5em;
	vertical-align: middle;
}

span.dt-button-spacer.bar:empty {
	height: 1em;
	padding-left: 0;
	width: 1px;
}

div.dt-button-collection .dt-button-active {
	padding-right: 3em;
}

div.dt-button-collection .dt-button-active:after {
	color: inherit;
	content: "✓";
	display: inline-block;
	margin-top: -10px;
	position: absolute;
	right: 1em;
	top: 50%;
}

div.dt-button-collection .dt-button-active.dt-button-split {
	padding-right: 0;
}

div.dt-button-collection .dt-button-active.dt-button-split:after {
	display: none;
}

div.dt-button-collection .dt-button-active.dt-button-split > :first-child {
	padding-right: 3em;
}

div.dt-button-collection .dt-button-active.dt-button-split > :first-child:after {
	color: inherit;
	content: "✓";
	display: inline-block;
	margin-top: -10px;
	position: absolute;
	right: 1em;
	top: 50%;
}

div.dt-button-collection .dt-button-active-a a {
	padding-right: 3em;
}

div.dt-button-collection .dt-button-active-a a:after {
	color: inherit;
	content: "✓";
	display: inline-block;
	position: absolute;
	right: 1em;
}

div.dt-button-collection span.dt-button-spacer {
	font-size: .9em;
	margin: .5em 0;
	text-align: center;
	width: 100%;
}

div.dt-button-collection span.dt-button-spacer:empty {
	height: 0;
	width: 100%;
}

div.dt-button-collection span.dt-button-spacer.bar {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-left: none;
	padding-left: 0;
}

div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button {
	background: linear-gradient(180deg, rgba(230, 230, 230, .1) 0, rgba(0, 0, 0, .1));
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 2px;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: .88em;
	line-height: normal;
	outline: none;
	overflow: hidden;
	padding: .5em 1em;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	-webkit-user-select: none;
	user-select: none;
	white-space: nowrap;
}

div.dt-buttons > .dt-button.disabled, div.dt-buttons > div.dt-button-split .dt-button.disabled {
	cursor: default;
	opacity: .4;
}

div.dt-buttons > .dt-button.dt-button-active:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
	background: linear-gradient(180deg, rgba(179, 179, 179, .1) 0, rgba(0, 0, 0, .1));
	box-shadow: inset 1px 1px 3px #999;
}

div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
	background: linear-gradient(180deg, rgba(128, 128, 128, .1) 0, rgba(0, 0, 0, .1));
	box-shadow: inset 1px 1px 3px #999;
}

div.dt-buttons > .dt-button:hover, div.dt-buttons > div.dt-button-split .dt-button:hover {
	text-decoration: none;
}

div.dt-buttons > .dt-button:hover:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
	background: linear-gradient(180deg, rgba(153, 153, 153, .1) 0, rgba(0, 0, 0, .1));
	border: 1px solid #666;
}

div.dt-buttons > .dt-button:focus:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
	outline: 2px solid #3584e4;
}

div.dt-buttons > .dt-button embed, div.dt-buttons > div.dt-button-split .dt-button embed {
	outline: none;
}

div.dt-buttons > div.dt-button-split .dt-button:first-child {
	border-bottom-right-radius: 0;
	border-right: 1px solid rgba(0, 0, 0, .15);
	border-top-right-radius: 0;
}

div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
	border-right: 1px solid #666;
}

div.dt-buttons > div.dt-button-split .dt-button:last-child {
	border-bottom-left-radius: 0;
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-top-left-radius: 0;
}

div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
	border-left: 1px solid #666;
}

div.dt-buttons span.dt-button-down-arrow {
	font-family: sans-serif !important;
	font-size: 10px;
	line-height: normal;
	opacity: .6;
	padding-left: 10px;
}

div.dt-buttons div.dt-button-split {
	display: inline-block;
}

div.dt-buttons div.dt-button-split .dt-button:last-child {
	padding-left: .75em;
	padding-right: .75em;
	z-index: 2;
}

div.dt-buttons div.dt-button-split .dt-button:last-child span {
	padding-left: 0;
}

div.dt-button-collection {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .4);
	border-radius: 5px;
	box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	left: 0;
	margin-bottom: 3px;
	margin-top: 3px;
	overflow: hidden;
	padding: .75em 0;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 2002;
}

div.dt-button-collection .dt-button {
	align-items: center;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	display: flex;
	float: none;
	justify-content: space-between;
	left: 0;
	padding: .5em 1em;
	position: relative;
	right: 0;
	text-align: left;
	width: 100%;
}

div.dt-button-collection .dt-button.dt-button-active {
	background: none;
	box-shadow: none;
}

div.dt-button-collection .dt-button.disabled {
	cursor: default;
	opacity: .4;
}

div.dt-button-collection .dt-button:hover:not(.disabled) {
	background: rgba(153, 153, 153, .1);
	border: none;
	box-shadow: none;
}

div.dt-button-collection .dt-button:focus {
	outline-offset: -2px;
}

div.dt-button-collection div.dt-button-split {
	align-content: flex-start;
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

div.dt-button-collection div.dt-button-split button.dt-button {
	display: inline-block;
	flex-basis: 50px;
	flex-grow: 1;
	flex-shrink: 0;
	margin: 0;
	width: 0;
}

div.dt-button-collection div.dt-button-split button.dt-button-split-drop {
	flex: 0;
	min-width: 33px;
}

div.dt-button-collection.fixed .dt-button {
	background: rgba(255, 255, 255, .1);
	border-radius: .25em;
}

div.dt-button-collection.fixed {
	background-color: #fff;
	border-radius: 5px;
	display: block;
	left: 50%;
	margin-left: -75px;
	padding: .5em;
	position: fixed;
	top: 50%;
}

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.four-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.two-column > :last-child {
	column-gap: 8px;
	display: block !important;
}

div.dt-button-collection.four-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.two-column > :last-child > * {
	break-inside: avoid;
}

div.dt-button-collection.two-column {
	width: 400px;
}

div.dt-button-collection.two-column > :last-child {
	column-count: 2;
	padding-bottom: 1px;
}

div.dt-button-collection.three-column {
	width: 450px;
}

div.dt-button-collection.three-column > :last-child {
	column-count: 3;
	padding-bottom: 1px;
}

div.dt-button-collection.four-column {
	width: 600px;
}

div.dt-button-collection.four-column > :last-child {
	column-count: 4;
	padding-bottom: 1px;
}

div.dt-button-collection.columns {
	width: auto;
}

div.dt-button-collection.columns > :last-child {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-start;
	padding-bottom: 1px;
	width: 818px;
}

div.dt-button-collection.columns > :last-child .dt-button {
	flex: 0 1;
	margin: 0;
	min-width: 200px;
}

div.dt-button-collection.columns.dtb-b1 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b3 > :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 {
	background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .7) 100%);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2001;
}

.dt-button.processing {
	color: rgba(0, 0, 0, .2);
}

.dt-button.processing:after {
	animation: dtb-spinner 1.5s linear infinite;
	border-color: #282828 rgba(0, 0, 0, 0);
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
	content: " ";
	display: block;
	height: 16px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

@media screen and (max-width:640px) {
	div.dt-buttons {
		justify-content: center;
	}
}
