﻿/*	tbs-v8-overlay
============================== */
body.tbs-v8-overlay-on {
	position:fixed;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:100%;
}
div.tbs-v8-overlay, div.tbs-v8-lightbox {
	z-index:-1;
}
body.tbs-v8-overlay-on div.tbs-v8-overlay,
body.tbs-v8-overlay-on div.tbs-v8-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
body.tbs-v8-overlay-on div.tbs-v8-overlay {
	z-index: 10000;
	background-color: #000;
}
body.tbs-v8-overlay-on div.tbs-v8-lightbox {
	z-index:10001;
	overflow-y:scroll;
}
body.tbs-v8-overlay-on div.tbs-v8-lightbox div.tbs-v8-lbinner {
}
body.tbs-v8-overlay-on div.tbs-v8-lightbox::-webkit-scrollbar {
	width: 12px;
}
body.tbs-v8-overlay-on div.tbs-v8-lightbox::-webkit-scrollbar-track {
	background-color: #fafafa;
	background-color: #fff;
	border-radius: 12px;
}
body.tbs-v8-overlay-on div.tbs-v8-lightbox::-webkit-scrollbar-thumb {
	background: #c3c3c3;
	border-radius: 10px;
}