html {
	height: 100%;
}

body {
	width: 100%;
	margin: 0 auto;
	background: #1C1C1C;
	min-height: 600px;
	position: relative;
	height: 100%;
}

.blender-wrapper {
	width: 930px;
	height: 590px;
	margin: auto;
	top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: padding 0.3s 0.1s;
	padding: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.with-help .blender-wrapper {
	padding-right: 360px;
}

.blender {
	background: url(images/blender.png);
	width: 930px;
	height: 590px;
	margin: auto;
	position: relative;
	border-radius: 7px 7px 0 0;
}

.properties {
	background: #727272;
	position: absolute;
	top: 56px;
	right: 1px;
	width: 250px;
	height: 507px;
	overflow-y: hidden;
	overflow-x: visible;
	box-shadow: -1px -1px 0 0 #888;
}

.application[data-strip=none] .properties {
	height: 0;
}

.application .strips {
	position: absolute;
	bottom: 79px;
	left: 53px;
	height: 406px;
	width: 626px;
}

.application .link-strip {
	background: transparent;
	display: block;
	width: 626px;
	height: 33px;
	position: absolute;
}

.application .link-strip:hover  {
	background-color: rgba(255,255,255,0.1);
}

.application[data-strip=image] .link-strip[data-strip=image],
.application[data-strip=movie] .link-strip[data-strip=movie],
.application[data-strip=sound] .link-strip[data-strip=sound],
.application[data-strip=transform] .link-strip[data-strip=transform],
.application[data-strip=multicam] .link-strip[data-strip=multicam],
.application[data-strip=add] .link-strip[data-strip=add],
.application[data-strip=speed] .link-strip[data-strip=speed],
.application[data-strip=meta] .link-strip[data-strip=meta] {
	background-image: url(images/strips-active-min.png);
	opacity: 1;
	cursor: default;
}


.application .link-strip[data-strip=image] {
	bottom: 0px;
	background-position: 0 -231px;
}

.application .link-strip[data-strip=movie] {
	bottom: 53px;
	background-position: 0 -198px;
}

.application .link-strip[data-strip=sound] {
	bottom: 107px;
	background-position: 0 -165px;
}

.application .link-strip[data-strip=transform] {
	bottom: 160px;
	background-position: 0 -132px;
}

.application .link-strip[data-strip=multicam] {
	bottom: 213px;
	background-position: 0 -99px;
}

.application .link-strip[data-strip=add] {
	bottom: 267px;
	background-position: 0 -66px;
}

.application .link-strip[data-strip=speed] {
	bottom: 320px;
	background-position: 0 -33px;
}

.application .link-strip[data-strip=meta] {
	bottom: 373px;
}

.tabs-nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: #464646;
	box-shadow: 1px 0 0 0 #595959 inset;
}

.application .link-tab {
	background: #646464 url(images/tabs-text-min.png) right 0;
	width: 16px;
	position: relative;
	left: 1px;
	border-radius: 0 3px 3px 0;
	margin: 7px 0;
	cursor: default;
	display: block;
}

.application[data-tab=strip] .link-tab[data-tab=strip],
.application:not([data-strip=multicam])[data-tab=input] .link-tab[data-tab=input],
.application[data-tab=filters] .link-tab[data-tab=filters],
.application[data-tab=effect] .link-tab[data-tab=effect] {
	background-color: #727272;
	left: 0;
	width: 17px;
	display: block;
}

.application .link-tab[data-tab=strip] {
	height: 40px;
}

.application .link-tab[data-tab=input] {
	height: 45px;
	background-position: right -43px;
}

.application .link-tab[data-tab=filters] {
	height: 48px;
	background-position: right -95px;
}

.application .link-tab[data-tab=effect] {
	height: 48px;
	background-position: right -146px;
}

.tab-content {
	width: 230px;
	min-height: 30px;
}

.tab-static {
	width: 230px;
	background: #727272 url(images/tab-image.png);
}

.tab-static-top {
	position: relative;
	z-index: 100;
}

.application:not([data-strip=sound])[data-tab=filters] .tab-static-top {
	height: 127px;
	background-position: 0 -320px;
}


/*** Image ***/

.application[data-strip=image][data-tab=strip] .tab-static-top {
	height: 314px;
}

.application[data-strip=image][data-tab=input] .tab-static-top {
	height: 195px;
	background-position: -230px 0px;
}


/*** Movie ***/

.application[data-strip=movie][data-tab=strip] .tab-static-top {
	height: 320px;
	background-position: -460px 0px;
}

.application[data-strip=movie][data-tab=input] .tab-static-top {
	height: 176px;
	background-position: -460px -320px;
}

/*** Sound ***/

.application[data-strip=sound][data-tab=strip] .tab-static-top {
	height: 300px;
	background-position: -690px 0px;
}

.application[data-strip=sound][data-tab=input] .tab-static-top {
	height: 130px;
	background-position: -690px -300px;
}

/*** Effects ***/

.application[data-strip=transform][data-tab=strip] .tab-static-top {
	height: 240px;
	background-position: -920px 0px;
}

.application[data-strip=transform][data-tab=effect] .tab-static-top {
	height: 221px;
	margin-bottom: 3px;
	background-position: -920px -240px;
}

.application[data-strip=multicam][data-tab=strip] .tab-static-top {
	height: 240px;
	background-position: -1150px 0px;
}

.application[data-strip=multicam][data-tab=effect] .tab-static-top {
	height: 109px;
	background-position: -1150px -240px;
}

.application[data-strip=add][data-tab=strip] .tab-static-top {
	height: 240px;
	background-position: -1380px 0px;
}		

.application[data-strip=add][data-tab=effect] .tab-static-top {
	height: 133px;
	background-position: -1380px -240px;
}

.application[data-strip=speed][data-tab=strip] .tab-static-top {
	height: 240px;
	background-position: -1610px 0px;
}		

.application[data-strip=speed][data-tab=effect] .tab-static-top {
	height: 105px;
	background-position: -1610px -240px;
}


/*** Meta ***/

.application[data-strip=meta][data-tab=strip] .tab-static-top {
	height: 338px;
	background-position: -1840px 0px;
}		

.application[data-strip=meta][data-tab=input] .tab-static-top {
	height: 105px;
	background-position: -1840px -350px;
}

/*** Buttons ***/

.link-toggle {
	height: 15px;
	cursor: default;
}

.link-toggle:not(.toggle-content) {
	display: block; 
}

.interactive {
	box-shadow: 0px 0px 0px 0px rgba(30,144,255,1) inset;
	border-radius: 3px;
}

.interactive:hover {
	box-shadow: 0px 0px 0px 10px rgba(230,144,55,0) inset;
	transition: box-shadow 0.6s;
}

.toggle-content {
	display: none;
	background: #727272 url(images/tab-image.png) no-repeat;
}


/*** Position ***/

.link-toggle[data-toggle=position] {
	width: 63px;
	margin-left: 11px;
}

.toggle-content[data-toggle=position] {
	background-position: -230px -195px;
	width: 110px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
}

.toggle-content[data-toggle=position].active {
	background-position: -230px -217px;
	height: 62px;
}


/*** Crop ***/

.link-toggle[data-toggle=crop] {
	width: 47px;
	margin-left: 8px;
}

.toggle-content[data-toggle=crop] {
	background-position: -342px -195px;
	width: 110px;
	height: 15px;
	margin-left: -3px;
	display: inline-block;
	vertical-align: top;
}

.toggle-content[data-toggle=crop].active {
	background-position: -342px -217px;
	height: 100px;
}


/*** Proxy ***/

.link-toggle[data-toggle=proxy] {
	width: 51px;
	margin-left: 25px;
	margin-top: 6px;
	margin-bottom: 13px;
}

.link-toggle[data-toggle=proxy-mode] {
	width: 211px;
	margin-left: 8px;
	height: 20px;
	margin-bottom: 3px;
}

.link-toggle[data-toggle=proxy-mode-build-dir] {
	width: 140px;
	margin-left: 11px;
	height: 15px;
}
	
.toggle-content[data-toggle=proxy] {
	background-position: -230px -320px;
	width: 230px;
	height: 26px;
	margin-top: 8px;
	display: block;
	overflow: hidden;
	margin-bottom: 2px;
}
	
.toggle-content[data-toggle=proxy].active {
	background-position: -230px -346px;
	width: 230px;
	height: auto;
	margin-bottom: 8px;
}

.proxy-size {
	display: inline-block;
	height: 20px;
	width: 37px;
	background-image: none;
	background-color: transparent;
	background-repeat: no-repeat;
}

.proxy-size.active {
	display: inline-block;
	background-image: inherit;
}

.proxy-size[data-toggle=proxy-25] {
	margin-left: 70px;
}

.proxy-size[data-toggle=proxy-25].active {
	background-position: -300px -405px;
	border-radius: 3px 0 0 3px;
}

.proxy-size[data-toggle=proxy-50].active {
	background-position: -337px -405px;
	border-radius: 0;
}

.proxy-size[data-toggle=proxy-75].active {
	background-position: -374px -405px;
	border-radius: 0;
}

.proxy-size[data-toggle=proxy-100].active {
	border-radius: 0 3px 3px 0;
	background-position: -411px -405px;
}

.toggle-content[data-toggle=proxy-mode] {
	background-position: -230px -430px;
	width: 230px;
	display: block;
	overflow: hidden;
	margin-top: 1px;
}

.toggle-content[data-toggle=proxy-mode].active {
	background-position: -230px -560px;
	height: 67px;
	display: block;
}

.toggle-content[data-toggle=proxy-mode].active .proxy-mode-build {
	display: none;
}

.toggle-content[data-toggle=proxy-mode-build-dir] {
	background-position: -230px -458px;
	width: 230px;
	height: 20px;
	display: block;
	overflow: hidden;
	margin-top: 8px;
}

.toggle-content[data-toggle=proxy-mode-build-dir].active {
	background-position: -230px -481px;
	width: 230px;
	height: 42px;
	margin-top: 8px;	
	display: block;
}

.tab-static-proxy-quality {
	background-position: -230px -523px;
	height: 23px;
}

.tab-static-proxy-timecode {
	background-position: -460px -514px;
	height: 26px;
}

/*** Tranform Uniform Scale ***/


.toggle-content[data-toggle=transform-scale] {
	background-position: -1040px -412px;
	width: 94px;
	display: block;
	left: 120px;
	top: 172px;
	height: 16px;
	position: absolute;
}

.toggle-content[data-toggle=transform-scale].active {
	background-position: -1040px -462px;
}

.toggle-content[data-toggle=transform-scale].active .occlusion {
	position: absolute;
	background: #727272;
	width: 102px;
	height: 21px;
	top: -25px;
	left: -3px;
	opacity: 0.5;
}



/*** Multicam Channel Range ***/

.link-toggle[data-toggle=multicam-channel] {
	margin-left: 11px;
	width: 90px;
}

.toggle-content[data-toggle=multicam-channel] {
	background-position: -1150px -349px;
	width: 110px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.toggle-content[data-toggle=multicam-channel].active {
	background-position: -1150px -367px;
	height: 60px;
	opacity: 1;
}


/**** Multicam Time ***/

.link-toggle[data-toggle=multicam-time] {
	width: 68px;
	margin-left: 5px;
}

.toggle-content[data-toggle=multicam-time] {
	background-position: -1265px -349px;
	width: 110px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.toggle-content[data-toggle=multicam-time].active {
	height: 60px;
	background-position: -1265px -367px;
}


/**** Speed Control ***/

.link-toggle3 {
	box-shadow: 0px 0px 0px 0px rgba(30,144,255,1) inset;
}

.link-toggle3[data-toggle=speed] {
	width: 211px;
	margin-left: 8px;
	height: 20px;
	display: block;
}

.toggle-content[data-toggle=speed] {
	background-position: -1610px -345px;
	width: 230px;
	margin-bottom: 2px;
	height: 55px;
}

.toggle-content[data-toggle=speed].active {
	height: 55px;
	background-position: -1610px -400px;
}


.toggle-content[data-toggle=speed].active2 {
	height: 73px;
	background-position: -1610px -455px;
}

/*** Add ***/

.link-toggle3[data-toggle=add] {
	width: 163px;
	margin-left: 56px;
	height: 20px;
	display: block;
}

.toggle-content[data-toggle=add] {
	background-position: -1380px -373px;
	width: 230px;
	margin-bottom: 10px;
	height: 21px;
}

.toggle-content[data-toggle=add].active {
	height: 21px;
	background-position: -1380px -403px;
	margin-bottom: 10px;
}


.toggle-content[data-toggle=add].active2 {
	height: 46px;
	background-position: -1380px -433px;
}

/*** Meta ***/

.toggle-content[data-toggle=meta-edit] {
	width: 78px;
	height: 21px;
	position: absolute;
	top: 89px;
	right: 116px;
	display: block;
	z-index: 110;
	background: none;
}

.link-toggle.meta-edit {
	width: 78px;
	height: 21px;
}

.toggle-content[data-toggle=meta-edit].active .link-toggle.meta-edit{	
	background: #727272;
	opacity: 0.5
}

.link-toggle.meta-back {
	display: none;
}

.toggle-content[data-toggle=meta-edit].active .link-toggle.meta-back {
	background-image: url(images/tab-image.png);
	background-position: -1944px -593px;
	width: 115px;
	height: 21px;
	display: block;
	position: absolute;
	top: 477px;
	left: -154px;
}

.tab-static-meta-volume {
	background-position: -1840px -460px;
	height: 123px;
	margin-top: 8px;
}

/*** Strip Inputs ***/
.toggle-input {
	display: block;
	margin-left: 73px;
	width: 149px;
	background: none;
	cursor: text;
}

.toggle-input .link-input {
	display: block;
	width: 143px;
	height: 20px;
	margin: 0 3px 5px;
}

.application .toggle-input {
	padding-top: 58px;
}

.toggle-input[data-active='input-1'] .link-input[data-active='input-1'],
.toggle-input[data-active='input-2'] .link-input[data-active='input-2'] {
	background: #000;
	border-radius: 3px;
	opacity: 0.1;
}

.application .toggle-input[data-active='input-1'] .link-input[data-active='input-2'] {
	display:none;
}

.toggle-input .toggle-input-list {
	display: none;
}

.toggle-input:not([data-active='none']) .toggle-input-list {
	margin-top: -3px;
	display: block;
	background: #808080;
	padding: 8px;
	border-radius: 3px;
	box-shadow: 0 3px 10px 0px rgba(0,0,0,0.35),
				0 0 0 1px rgba(0,0,0,0.35);
	font-family: sans;
	color: #ddd;
	font-size: 10px;
	font-family: "DejaVu Sans";
	line-height: 1.9em;
	position: absolute;
	z-index: 100;
	width: 133px;
}

.toggle-input .toggle-input-list div:hover {
	background: linear-gradient(to bottom, #638dcf 0%,#4771b3 100%);
	margin: 0 -5px;
	padding: 0 5px;
	color: #000;
}

/*** Static Parts ***/


.tab-static-effect-output {
	background-position: -920px -490px;
	height: 75px;
}

/*** Visibility Control ***/

.blender .hide {
	display: none;
}

.application[data-tab=strip] .hide-tab-strip,
.application[data-tab=input] .hide-tab-input,
.application[data-tab=effect] .hide-tab-effect,
.application[data-tab=filters] .hide-tab-filters,
.application[data-type=effect] .hide-type-effect,
.application[data-strip=sound] .hide-strip-sound,
.application[data-strip=transform] .hide-strip-transform,
.application[data-strip=add] .hide-strip-add,
.application[data-strip=speed] .hide-strip-speed,
.application[data-strip=multicam] .hide-strip-multicam {
	display: none;
}

.application[data-tab=input] .show-tab-input,
.application[data-tab=effect] .show-tab-effect,
.application[data-strip=movie] .hide.show-strip-movie,
.application[data-type=effect] .hide.show-type-effect,
.application[data-strip=multicam] .hide.show-strip-multicam,
.application[data-strip=transform] .hide.show-strip-transform,
.application[data-strip=add] .hide.show-strip-add,
.application[data-strip=speed] .hide.show-strip-speed,
.application[data-strip=meta] .hide.show-strip-meta {
	display: inherit;
}


/*** Help Sidebar ***/

.application .help {
	width: 350px;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(234,234,234,0.9);
	color: #333;
	font-family: sans;
	font-size: 11px;
	line-height: 1.6em;
	z-index: 1000;
	box-shadow: 1px 0 0 0 #ddd inset,
				-1px 0 0 0 rgba(60,60,60,0.4);
	transition: right 0.3s ease;
	right: -350px;
}

.application.with-help .help {
	right: 0;
}

.help-button {
	background: #efefef;
	color: #666;
	box-shadow: 0 0 0 1px #c8c8c8,
				0 2px 0 0 rgba(0,0,0,0.05);
	font-size: 12px;
	text-align: center;
	font-family: sans;
	padding: 0.6em 1em 0.4em;
	line-height: 1em;
	border-radius: 3px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.help-button:hover {
	color: #0063FF;
}

.with-old .help-button,
.application:not(.with-help) .help-toggle {
	background: #303030;
	color: #ccc;
	box-shadow: 0 0 0 1px #3a3a3a,
				0 2px 0 0 rgba(0,0,0,0.35);
}

.application .help-toggle {
	left: -6em;
	border-radius: 3px 0 0 3px;
	padding: 0.6em 0 0.4em;
	margin-top: 10px;
	width: 6em;
	position: absolute;
	top: 0;
}

.application.with-help .help-toggle {
	left: 0;
	border-radius: 0 3px 3px 0;
	margin-left: 1px;
}

.application.with-help .help-toggle-show,
.application:not(.with-help) .help-toggle-hide {
	display: none;
}

.changes {
	position: absolute;
	top: 45px;
	bottom: 10px;
	padding: 0 0 0 20px;
	right: 10px;
	left: 0;
	overflow: auto;
}

.changes-list {
	counter-reset: changes;
	
}

.changes-item {
	height: 0;
	overflow: hidden;
	display: block;
	background: #eee;
	margin-right: 10px;
}

.changes-item.active {
	margin-bottom: 10px;
	padding: 15px 20px;
	height: auto;
	border-bottom: 2px solid #ccc;
}

.changes-item .title {
	font-size: 17px;
	line-height: 1.4em;
	margin: 0.2em 0 0.8em;
	display: block;
	counter-increment: changes;
}

.changes-item .title:before {
	content: counter(changes) ". ";
	display: inline;
}

.changes-item em {
	white-space: nowrap;
	font-style: normal;
}

.changes-item p {
	margin: 10px 0;
}

.changes-item .description em {
	background: #f8f8f8;
	box-shadow: 0 0 0 1px #ddd inset;
	padding: 3px 5px 2px;
	border-radius: 3px;
	margin: 0 -3px;
	
}

.changes-item .link-tab {
	cursor: pointer;
	color: #0063FF;
}

.changes-item .link-tab:hover {
	color: #0000FF;
}

.changes-control {
	margin: 0 10px 0 0;
	position: relative;
	text-align: justify;
}

.changes-control:before{
    content: ''; /* position for block element*/
    display: block; /* the block part for the last item*/
    width: 100%;
}

.changes-control:after {
	content: "";
	width: 100%;
	display: inline-block;
}

.changes-control .help-button {
	display: inline-block;
}


.changes-list.index {
	margin-bottom: 10px;
}

.changes-list.index .changes-item {
	display: list-item;
	padding: 5px 10px;
	margin-bottom: 5px;
	cursor: pointer;
	height: auto;
	border-bottom: 2px solid #ccc;
}

.changes-list.index .changes-item:not(.active):hover {
	color: #0063FF;
}

.changes-list.index .changes-item.active {
	background: #638dcf;
	color: #fff;
}

.changes-list.index .changes-item .title {
	font-size: 11px;
	margin: 0px;
}

.changes-list.index .changes-item .description {
	display: none;
}


/*** Old Properties ***/

.help.with-old {
	background: #1C1C1C;
	box-shadow: -1px 0 0 0 rgba(60,60,60,0.4),
				1px 0 0 0 #222 inset;
}

.help.with-old .changes {
	display: none;
}

.old {
	display: none;
}

.help.with-old .old {
	display: block;
	position: absolute;
	margin: auto;
	padding: 5px 0px 5px 5px;
	top: 55px;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 240px;
	background: #727272;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 0 0 1px #888,
				0 0 5px 2px rgba(0,0,0,0.4);
}

.help.with-old .old-properties {
	background-image: url(images/properties-old-min.png);
	background-repeat: no-repeat;
	width: 225px;
}

.application[data-strip=image] .old-properties {
	background-position: 0 -px 0;
	height: 1296px;
}

.application[data-strip=movie] .old-properties {
	background-position: -230px 0;
	height: 1318px;
}

.application[data-strip=sound] .old-properties {
	background-position: -460px 0;
	height: 740px;
}

.application[data-strip=transform] .old-properties {
	background-position: -690px 0;
	height: 1270px;
}

.application[data-strip=multicam] .old-properties {
	background-position: -920px 0;
	height: 1200px;
}

.application[data-strip=add] .old-properties {
	background-position: -1150px 0;
	height: 1024px;
}

.application[data-strip=speed] .old-properties {
	background-position: -1380px 0;
	height: 1120px;
}

.application[data-strip=meta] .old-properties {
	background-position: -1610px 0;
	height: 1170px;
}

.old-toggle {
	right: 0;
	border-radius: 3px 0 0 3px;
	padding: 0.6em 1em 0.4em;
	margin-top: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
}

.application[data-strip=none] .old-toggle {
	opacity: 0.5;
	cursor: default;
	color: #999;
}

.help.with-old .help-old-go,
.help:not(.with-old) .help-old-back {
	display: none;
}

.version {
	color: #999;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}

.version a {
	color: #7F9ED5
}


/*** Comments ***/
.comments {
	padding: 10px 20px;
	background: #fff;
	margin-right: 10px;
	height: 40px;
	box-shadow: 0 2px 0 #CACACA;
	position: absolute;
	overflow: hidden;
	opacity: 0.7;
}

.faux-image-loader {
	background-image: url(images/properties-old-min.png),
				url(images/tab-image.png),
				url(images/strips-active-min.png),
				url(images/tabs-text-min.png);
}
