/* this file mostly exists because styles inside Triquarterly.vue treat components like v-slider as monolithic*/
#scrollbar .input-group__details, #scrollbar .slider__ticks-container{
	display:none;
}

html, body {
	margin: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.grey.darken-3 .menu__content {
	background-color: inherit;
}

.slider__thumb::after {
	position: absolute;
	right: -16px;
	top: -16px;
	left: -16px;
	bottom: -16px;
	content: '';
}

#pageinput > .input-group__input > * {
    background-color: rgb(66, 66, 66);
    padding-left: 4px;
}

/*for IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.btn__content, .sbWorks .input-group {
		flex: auto;
	}
}