svg {
	overflow: hidden;
}

.cvrBG {
	fill: transparent;
}

.cvrBG2 {
	fill: transparent;
}

.big-tick-axis path {
	fill: none;
}

.axis-bottom-line {
	stroke: none;
	stroke-width: 2px;
}

.date-tick-axis line {
	display: none;
}

.date-tick-axis text {
	font-family: Dotum,Apple SD Gothic Neo,AppleGothic,Apple Gothic,Malgun Gothic,NanumGothic,Arial,sans-serif;
	font-size: 12px;
	fill: #ffffff;
}

.big-tick-axis line {
	fill: none;
	stroke: #4a94eb;
	stroke-width: 2px;
	shape-rendering: crispEdges;
}

.new_player .big-tick-axis line {
	stroke: #444444;
}

.new_player .timeline_area_full .big-tick-axis line {
	stroke: #4a94eb;
}

.big-tick-axis text {
	font-family: Dotum,Apple SD Gothic Neo,AppleGothic,Apple Gothic,Malgun Gothic,NanumGothic,Arial,sans-serif;
	font-size: 12px;
	fill: #777;
}

.new_player .big-tick-axis text {
	fill: #262626;
}

.new_player .timeline_area_full .big-tick-axis text {
	fill: #d4d4d4;
}

.prev-date-tick-axis path, .prev-date-tick-axis line, .next-date-tick-axis path, .next-date-tick-axis line {
	fill: none;
}

.tick-axis path, .tick-axis line, .small-tick-axis line {
	fill: none;
	stroke: #4a94eb;
	stroke-width: 1px;
	shape-rendering: crispEdges;
}

.new_player .tick-axis path, .tick-axis line, .small-tick-axis line {
	stroke: #444444;
}

.new_player .timeline_area_full .tick-axis path, .timeline_area_full .tick-axis line, .timeline_area_full .small-tick-axis line {
	stroke: #4a94eb;
}

.tick-axis path {
	stroke-width: 2px;
}

.tick-axis text, .small-tick-axis text {
	display: none;
}

svg .cursor line {
	fill: none;
	shape-rendering: crispEdges;

}

svn .cursor circle{
	border-radius: 50%;
	width: 200px;
	height: 200px;
	stroke: red;
	fill: none;
}



svg .cursor .main {
	fill: red;
	stroke: red;
	cursor: ew-resize;
	stroke-width: 4px;
}

svg .mainBack {
	cursor: ew-resize;
	stroke: rgba(255, 0, 0, 0);
	stroke-width: 13px;
}



svg .cursor .bounds {
	fill: red;
	opacity: 0.2;
}



svg .record-bar {
	fill: #97caff;
	cursor: pointer;
}

svg .record-back {
	fill: transparent;
	cursor: pointer;
}

svg .event-bar {
	pointer-events: all;
	cursor: pointer;

}

svg .event-bar.scale {
    fill: #7d66ff;
}

svg .event-bar.scale1 {
    fill: #a6d7e4;
}

svg .event-bar.scale2 {
    fill: rgb(99, 191, 218);
}

svg .event-bar.scale3 {
    fill: rgb(13, 176, 227);
}

svg .event-bar.scale4 {
    fill: rgb(0, 152, 199);
}

svg .event-bar.scale5 {
    fill: rgb(0, 123, 161);
}

svg .event-bar.audio {
	fill: rgb(24, 181, 123);
}

/* full screen */
/*:-webkit-full-screen .cvrBG { fill: rgba(255, 255, 255, 0.7); }*/
:-webkit-full-screen .axis-bottom-line { stroke: #5d767f; }
:-webkit-full-screen .record-bar { fill: #97caff; }

/*:-moz-full-screen .cvrBG { fill: rgba(255, 255, 255, 0.7); }*/
:-moz-full-screen .axis-bottom-line { stroke: #5d767f; }
:-moz-full-screen .record-bar { fill: #97caff; }

/*:-ms-fullscreen .cvrBG { fill: rgba(255, 255, 255, 0.7); }*/
:-ms-fullscreen .axis-bottom-line { stroke: #5d767f; }
:-ms-fullscreen .record-bar { fill: #97caff; }
