* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.time-slider {
	width: 100%;
	min-height: 52px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
}

.time-slider .ruler {
	height: 100%;
	position: relative;
	padding: 0 5px;
	z-index: 1;
}

.time-slider .ruler .bg {
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px #cccccc solid;
	position: absolute;
	z-index: 2;
}

.time-slider .ruler .bg-event {
	left: 0;
	width: 100%;
	height: 50px;
	cursor: move;
	background-color: transparent;
	position: absolute;
	z-index: 6;
}

.time-slider .ruler .bg-event.disable-move {
	cursor: default;
}

.time-slider .ruler .current-time-caret {
	width: 2px;
	height: 50px;
	background-color: #ff0000;
	position: absolute;
	z-index: 5;
}

/* ----- graduations ----- */

.time-slider .ruler .graduation {
	top: 38px;
	width: 1px;
	height: 12px;
	background-color: #cccccc;
	position: absolute;
	z-index: 3;
}

.time-slider .ruler .graduation-title {
	top: 52px;
	width: 120px;
	cursor: default;
	color: #333;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	z-index: 3;
}

.time-slider .ruler .graduation.middle {
	top: 25px;
	width: 1px;
	height: 25px;
}

.time-slider .ruler .graduation.big {
	top: 0;
	width: 2px;
	height: 50px;
}

.timelinedatacontainer {
	padding: 2px 0 2px;
	overflow-y: auto;
	position: relative;
}

/* ----- timecells  ----- */
.timecell {
	min-height: 22px;
	padding: 4px 2px;
	position: absolute;
	text-align: center;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 500;
	background-color: #58bc71;
	color: #fff;

	z-index: 6;
	border-radius: 4px;

	word-break: break-word;
}

.timecellfaceprofile {
	background-color: #bed6f2;
}

.timecell.current {
	background-color: #ff6d29;
	border-radius: 4px 0 0 4px;
}
.timecell-event {
	top: 7px;
	height: 36px;
	background-color: transparent;
	position: absolute;
	cursor: default;
	z-index: 7;
	border-radius: 4px;
}

.timecell-event.hover {
	border: 1px dashed #204d74;
}

.timecell-event.moving {
	border-color: #ff0716;
}
.clipedit .navbar-nav ul li {
	list-style: none;
}

.clipedit .navlinks a {
	position: relative;
	top: -1px;
	color: #fff;
	padding: 0 5px;
}

.timecell-event.current {
	border-right: none;
	border-radius: 4px 0 0 4px;
	cursor: default;
}

.timecellcaption {
	min-height: 30px;
	padding: 5px;
	margin-right: 10px;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 500;
	background-color: #444;
	color: #fff;

	z-index: 6;
	border-radius: 4px;

	word-break: break-word;
}

.timecellcaption .cliptext {
	text-align: center;
}

.timecellcaption .cliptime {
	font-size: 0.75rem;
	color: #ccc;
}

/* ----- prompts ----- */

.prompts {
	top: 0;
	left: 0;
	position: relative;
	height: 150px;
	width: 100%;
}

.prompts .prompt {
	width: 86px;
	height: 40px;
	position: absolute;
	z-index: 1070;
	display: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	line-break: auto;
}

.prompts .prompt .body {
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.prompts .prompt .triangle-up {
	top: -5px;
	left: 39px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
}

.prompts .prompt .triangle-down {
	top: 40px;
	left: 39px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}

form.addnewtimeline label {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 100%;
	font-size: 14px;
}
