/**
 * Global
 * Popup
 * V5 download
 * Download-form and contact-email
 * SDK download form
 * Download link
 */

/* Global */
.noScroll {
	overflow: hidden;
}
.modalContainer {
	position: absolute;
	z-index: 1200;
	font-family: "Open Sans";
}
.modalContainer h1 {
	font-family: "Open Sans";
}
.modalContainer.ng-enter,
.modalContainer.ng-leave {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}
.modalContainer.ng-enter {
	opacity: 0;
}
.modalContainer.ng-enter.ng-enter-active {
	opacity: 1;
}
.modalContainer.ng-leave {
	opacity: 1;
}
.modalContainer.ng-leave.ng-leave-active {
	opacity: 0;
}
a.button-box {
	font-size: 13px;
	color: #313131;
	font-weight: 700;
	border: 3px solid #d6d6d6;
	padding: 5px 14px;
}
a.button-box:hover {
	border: 3px solid #000;
}
a.button-box.disable {
	color: #d6d6d6;
}
a.button-box.disable:hover {
	border: 3px solid #d6d6d6;
	cursor: default;
}
#close a {
	position: fixed;
	right: 40px;
	top: 40px;
	width: 48px;
	height: 48px;
	background-image: url('https://images.blackmagicdesign.com/css/images3/support/close.png?_v=1419207070');
	background-size: 48px 96px;
	background-repeat: no-repeat;
	z-index: 1002;
}
#close a:hover {
	background-position: bottom;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	#close a {
		background-image: url('https://images.blackmagicdesign.com/css/images3/support/close@2x.png?_v=1419207070');
	}
}

/* Popup */
#blackout {
	position: fixed;
	background: #1e1f26;
	opacity: .8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
#popup {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 920px;
	margin-left: -460px;
	margin-top: -360px;
	z-index: 1000;
}
.pop-header {
	height: 94px;
	background-color: #2d2d2e;
	border-bottom: 1px solid #282829;
	overflow: hidden;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.pop-header h1 {
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	line-height: 95px;
	margin-left: 40px;
}
.pop-header .logo {
	position: absolute;
	top: 23px;
	right: 40px;
}
.pop-content {
	background-color: #fff;
	height: 540px;
}
.pop-footer {
	height: 84px;
	text-align: center;
	background-color: #f7f7f7;
	border-top: 1px solid #ececec;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pop-footer a.button-box {
	display: inline-block;
	margin-top: 25px;
}

/* V5 download */
.v5-download-link-container .formLeft {
	padding: 0;
	float:left;
	width:50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.v5-download-link-container .formLeft:first-child {
	border-right: 1px solid #ebebeb;
}
.v5-download-link-container .formLeft:last-child {
	border-right: none;
}
.v5-download-link-container {
	display: table;
	width: 100%;
	height: 100%;
}
.v5-download-link {
	display: block;
	text-align: center;
	vertical-align: middle;
	margin-top: 73px;
}
.v5-download-link.no-beta-tag {
	margin-top: 130px;
	padding: 0 20px;
}
.de .v5-download-link.no-beta-tag,
.es .v5-download-link.no-beta-tag,
.fr .v5-download-link.no-beta-tag {
	margin-top: 110px;
}
.it .v5-download-link.no-beta-tag {
	margin-top: 105px;
}
.ru .v5-download-link.no-beta-tag {
	margin-top: 100px;
}
.v5-download-link.single-column {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.v5-download-link img {
	margin-bottom: 15px;
}
.v5-download-link h2 {
	font-size: 26px;
	font-weight: 600;
	color: #292929;
	margin: 0;
	line-height: 32px;
}
.v5-download-link h2 span {
	font-weight: 300;
}
.v5-download-link p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: -1px;
}
.v5-download-link h2 + p {
	margin-top: 5px;
}
.v5-download-link .tiny-label {
	color: #ababab;
	font-size: 10px;
	margin-bottom: 7px;
}
.v5-download-link a.button-box {
	display: inline-block;
	margin-top: 28px;
	margin-right: 17px;
	text-decoration: none;
}
.v5-download-link a.button-box:last-child {
	margin-right: 0;
}
.v5-download-link a.button-box img {
	margin-bottom: 1px;
	margin-right: 9px;
	vertical-align: bottom;
}
.v5-download-link-container #beta {
	top: 95px;
	left: 0;
}
.no-footer {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* Resolve Download Modals */
.download-links {
	display: table;
	width: 100%;
	min-height: 540px;
}
.download-links .download-link-group {
	display: table-row;
}
.download-links .download-link-item {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}

/**
 * Layout variations
 */

/* 1 column x 1 item centered horizontall and vertically */
.download-links.one-item .download-link-item {
	padding-left: 255px;
	padding-right: 255px;
	vertical-align: middle;
}

/* 2 columns x 2 items centered vertically */
.download-links.two-columns {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF6+vrAAAAh55ieQAAAA5JREFUeNpiYAABgAADAAAGAAHgQhFOAAAAAElFTkSuQmCC');
	background-size: 1px 1px;
	background-repeat: repeat-y;
	background-position: 50%;
}
.download-links.two-columns .download-link-item {
	float: left;
	display: block;
	box-sizing: border-box;
}
.download-links.two-columns .download-link-group {
	display: table-cell;
	vertical-align: middle;
}
/**/

.download-link-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.download-links h2 {
	margin-top: 11px;
	margin-bottom: 2px;
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	color: #292929;
}
.download-links h2 strong {
	font-weight: 800;
}
.download-links p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
.download-links a.button-box {
	display: inline-block;
	margin-top: 24px;
	margin-right: 17px;
	text-decoration: none;
}
.download-links a.button-box img {
	margin-bottom: 1px;
	margin-right: 9px;
	vertical-align: bottom;
}

/* Download-form and contact-email */
.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
	outline: none;
}
.support-form select.form-control:disabled {
	color: #888;
}
.support-form select:invalid {
	box-shadow: inherit;
}
.support-form {
	padding: 0 40px 0px 40px;
	width: 840px;
	overflow: auto;
	overflow-x: hidden;
}
.support-form h2 {
	font-size: 16px;
	font-family: "Open Sans";
	margin-bottom: 22px;
}
.french .support-form .formLeft:last-child h2,
.russian .support-form .formLeft:last-child h2,
.spanish .support-form .formLeft:last-child h2 {
	width: 300px;
	position: relative;
	z-index: 10;
}
.support-form label {
	font-size: 14px;
	color: #000;
	font-family: "Open Sans";
	font-weight: 600;
	margin-bottom: 8px;
	float: left;
}
.support-form label.sml-label {
	line-height: 40px;
	margin-bottom: 0;
}
.sml-label {
	width: 24%;
	float: left;
}
.german .sml-label,
.russian .sml-label{
	width: 28%;
}
.french .sml-label {
	width: 33%;
}
.russian label.sml-label,
.spanish label.sml-label {
	padding-top: 11px;
	line-height: normal;
}
.russian label.dbl-line,
.spanish label.dbl-line {
	padding-top: 2px;
}
.full-input {
	width:100%;
	float: left;
}
.med-input {
	width:75%;
	float: left;
}
.german .med-input,
.russian .med-input {
	width:72%;
}
.french .med-input {
	width:67%;
}
.form-group {
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
.support-form input.form-control,
.support-form select.form-control,
.support-form textarea {
	background: #f2f2f2;
	border:1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-family: "Open Sans";
	padding: 0 0 0 10px;
}
.support-form textarea {
	height: 117px;
	padding: 10px 0 0 10px;
}
.german .support-form textarea {
	height: 98px;
}
.french .support-form textarea,
.russian .support-form textarea,
.spanish .support-form textarea {
	height: 108px;
}
.support-form textarea.lge-txt-area {
	height: 315px;
}
input:invalid, textarea:invalid {
	border-radius: inherit;
	-moz-box-shadow: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
.support-form .error select,
.support-form .error input,
.support-form .error textarea {
	box-shadow: 0px 0px 0px 3px #ef6b6b;
}
.support-form .error label,
.support-form .error > span {
	color: #ef6b6b;
}
.formLeft {
	padding: 28px 40px 28px 0;
	border-right: 1px solid #ebebeb;
	float:left;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.support-form .formLeft:last-child {
	padding: 28px 0 28px 40px;
	border-right: none;
}
.serial-left {
	width: 50%;
	float: left;
	padding:0 15px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 14px 0;
}
.serial-left:last-child.ng-scope {
	margin: -22px 0;
	position: relative;
	z-index: 1;
}
.french .serial-left:last-child span {
	font-size: 10px;
}
.serial-left span {
	position: absolute;
	text-align: right;
	line-height: 0px;
	right: 39px;
	width: 166px;
}
.footer-left {
	width: 50%;
	float: left;
	padding: 27px 40px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-left:last-child {
	padding-left: 0px;
}
.btn-download {
	color: #313131;
	font-size: 13px;
	font-family: "Open Sans";
	line-height: 34px;
	font-weight: 600;
	text-decoration: underline;
	float: left;
}
.btn-download:hover {
	color: #313131;
	font-weight: 800;
}
.footer-left .radio {
	display: block;
	min-height: 20px;
	padding-left: 15px;
	float: left;
	line-height: 35px;
}
.footer-left .radio label {
	font-size: 12px;
}
.footer-left .radio input {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
.footer-left a.button-box {
	margin: 0;
	float: right;
	text-decoration: none;
}
@-moz-document url-prefix() {
	.support-form select.form-control {
		padding: 9px 5px;
	}
}

/* SDK download form */
.sdk-support {
	height: 487px;
}
.sdk-support .formLeft {
	padding-bottom: 19px;
}
.sdk-support .formLeft:last-child {
	padding-bottom: 19px;
}
.sdk-header{
	border-bottom: none;
}
#popup .tab-nav {
	width: 100%;
	height: 54px;
	background: #2d2d2e;
	background: -moz-linear-gradient(top,  #2d2d2e 45%, #ffffff 53%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#2d2d2e), color-stop(53%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
	background: -o-linear-gradient(top,  #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
	background: linear-gradient(to bottom,  #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2e', endColorstr='#ffffff',GradientType=0 );
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#popup .tab-nav::before {
	content: "";
	float:left;
	width: 9px;
	height: 54px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background-color: #2d2d2e;
}
#popup .tab-nav:after {
	content: "";
	float:right;
	width: 9px;
	height: 54px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background-color: #2d2d2e;
}
#popup .tab-nav ul {
	margin: 0;
}
#popup .tab-nav li {
	float: left;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 451px;
	cursor: pointer;
}
#popup .tab-nav li p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 14px;
}

/* Styles for first Tab */
#popup .tab-nav li:first-child {
	background: #f2f2f2;
	font-color: #6e6e6e;
	height: 50px;
	margin-top: 4px;
	border-bottom: 1px solid #cecece;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
#popup .tab-nav li.current:first-child {
	background: #ffffff;
	font-color: #000000;
	height: 54px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	border-right: 1px solid #cecece;
	border-bottom: none;
	margin-top: 0;
}
#popup .tab-nav li.current:first-child::before {
	content: "";
	float:left;
	background-color: #00a9ec;
	border: 1px solid #0089bf;
	border-bottom: none;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	height:6px;
	width: 451px;
	vertical-align:text-top ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Styles for last Tab */
#popup .tab-nav li.current:last-child {
	background: #ffffff;
	font-color: #000000;
	height: 54px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #cecece;
	border-bottom: none;
	margin:0;
}
#popup .tab-nav li.current:last-child::before {
	content: "";
	float:right;
	background-color: #00a9ec;
	border: 1px solid #0089bf;
	border-bottom: none;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	height:6px;
	width: 451px;
	vertical-align:text-top ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#popup .tab-nav li:last-child {
	background: #f2f2f2;
	font-color: #6e6e6e;
	height: 50px;
	margin-top: 4px;
	border-bottom: 1px solid #cecece;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
#popup .tab-details {
	width:100%;
	float:left;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 10px 0;
}
#popup .tab-details:first-child {
	padding-top: 0;
}
#popup .tab-details:nth-child(3) {
	margin-bottom: 5px;
	border: none;
}
#popup .tab-details label {
	float: left;
	width: 50%;
	line-height: normal;
}
#popup .tab-details p{
	float: left;
	width: 50%;
	color: #00a9ec;
	font-size: 12px;
}
.tab-content {
	overflow: hidden;
}
.support-form .tab-content textarea {
	height: 178px;
}
.german .support-form .tab-content textarea {
	height: 159px;
}
.french .support-form .tab-content textarea,
.russian .support-form .tab-content textarea,
.spanish .support-form .tab-content textarea {
	height: 168px;
}
.support-form .tandc {
	padding: 30px 0 30px 0;
}
.support-form .tandc h1 {
	font-size: 16px;
}
.support-form .tandc p, .support-form .tandc li {
	font-size: 14px;
	margin: 0 0 15px 0;
}
.support-form .tandc ol ol {
	margin-top: 15px;
	margin-bottom: 15px;
}
.agree-text {
	vertical-align: middle;
	line-height: 14px;
	margin-top: 11px;
	float: left;
	opacity: 0.5;
}
.agree-text input {
	margin-right: 11px;
}
.agree-text.agreed {
	opacity: 1;
}
.pop-footer .tab-content .footer-left:first-child {
	width: 70%;
}
.pop-footer .tab-content .footer-left:last-child {
	width: 30%;
}
.pop-footer .tab-content .next-btn {
	margin-right: 21px;
}
.pop-footer .tab-content .next-btn .button-box {
	border-right: none;
	padding: 5px 14px 6px 14px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.pop-footer .tab-content .next-btn .button-box:hover {
	border-right: none;
}
.pop-footer .tab-content .next-btn::after,
.pop-footer .tab-content .next-btn.disable:hover::after{
	content: url('https://images.blackmagicdesign.com/css/images3/support/next-arrow.png?_v=1419207070') no-repeat;
	left: 856px;
	position: absolute;
	top: 662px;
}
.pop-footer .tab-content .next-btn:hover::after{
	content: url('https://images.blackmagicdesign.com/css/images3/support/next-arrow-hover.png?_v=1419207070') no-repeat;
}
.hide-tab {
	display: none;
}

/* Download link */
.download-link-container {
	display: table;
	width: 100%;
	height: 100%;
}
.download-link {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.download-link img {
	margin-bottom: 10px
}
.download-link h2 {
	font-size: 26px;
	font-weight: 300;
	color: #292929;
	margin-bottom: 5px;
}
.download-link p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: -1px;
}
.download-link a.button-box {
	display: inline-block;
	margin-top: 25px;
	text-decoration: none
}
.coming-soon {
	margin-top: 58px;
	color: #333333;
	font-weight: 600;
	font-size: 16px;
}
.coming-soon p {
	font-size: 16px;
}
.coming-soon span {
	color: #1dafec;
	font-size: 16px;
}

/* Prevent invalid input style on launch */
input:invalid,
textarea:invalid,
.support-form input:invalid,
.support-form textarea:invalid {
	border-radius: inherit;
	box-shadow: inherit;
}
