html.admin-wrapper.isMobile {
	font-size: 72.5% !important;
}

#editor_masterview {
	background: #212121;
}

#content_frame_wrapper:after {
	content: '';
	background: rgba(0,0,0,.09);
	position: fixed;
	cursor: w-resize;
	width: 5px;
	right: 400px;
	bottom: 0;
	top: 0;
	z-index: 10;
}

.admin-wrapper .bg-gray-light,
.admin-wrapper .site-section-group {
	background: none;
}

.admin-wrapper .bg-white {
	background: #000;
}

.admin-wrapper .color-dark {
	color: #ccc;
}

.admin-wrapper input[type=range] {
	-webkit-display: none !important;
	border-radius: 0;
}

.admin-wrapper .range-progress {
	background: #000 !important;
}

.admin-wrapper input[type=range]::-moz-range-track {
	fill: #1a1a1a;
	background: #000;
}
.admin-wrapper input[type=range]::-ms-track {
	fill: #1a1a1a;
	background: #000;	
}
.admin-wrapper .radio input[type="radio"]:not(:checked) + label {
	fill: #1a1a1a;
	background: #000;
}

.admin-wrapper input[type="range"]::-webkit-slider-thumb {
	/*background: red;*/
	width: 50px;
	margin: 2px 0;
	outline: 0 !important;
	border: 0 !important;
	z-index: 999999;
	background: transparent !important;
}
.admin-wrapper input[type="range"]:active::-webkit-slider-thumb:after {
	background: transparent;
}
.admin-wrapper input[type=range]::-ms-thumb {
	width: 50px;
	margin: 2px 0;
	outline: 0 !important;
	border: 0 !important;
	z-index: 999999;
	background: transparent !important;
}
.admin-wrapper input[type="range"]::-moz-range-thumb {
	width: 50px;
	margin: 2px 0;
	outline: 0 !important;
	border: 0 !important;
	z-index: 999999;
	background: transparent !important;
}


.col.checkbox.bg-white:active, .col.clickable.bg-white:active, .col.clickable:active .bg-white, .col.button.bg-white:not(.active):active, .admin-wrapper .radio input[type="radio"]:not(:checked) + label:active, .admin-wrapper summary:active > .bg-white {
	background: #1a1a1a;
}

.admin-wrapper .radio input[type="radio"]:not(:checked) + label {
	background: #000;
}

.admin-wrapper .checkbox label:after {
	background: #333;
}

.admin-wrapper input[type=range] {
	background: #333;
}

.admin-wrapper input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}

.sp-container {
	border: 1px solid #000;
}

[data-image-container] {
	display: none !important;
}

#master_wrapper {
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 3;
	-webkit-overflow-scrolling: touch;
}

#persona_settings {
	height: auto;
}

.admin-wrapper .backdrop-sandbox-save {
	background: #26bf72;
	position: fixed;
	bottom: 0;
	width: 400px;
	right: 0;
	z-index: 99;
}

.admin-wrapper .backdrop-sandbox-save .pad-small {
	padding: 0.75rem 3rem;
}

#backstage_icon {
	display: none !important;
}

.randomize_icon[data-svg] > svg * {
	fill: #666 !important;
}

.admin-wrapper .select select {
	background: #000;
}

.admin-wrapper .arrow-down {
	border-top: 0.6rem solid #ccc;
}