/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.list-table {
	width: 100%;
	border-right: 0;
	margin-bottom: 10px;
	border-collapse: separate;
	border-bottom: 1px solid #d9d9da;
	line-height: 1.1em;
	border-spacing: 0;
}

.bridNotice {
	background: #f1f1f2;
	padding: 10px;
	margin-bottom: 0;
}

#bridSpiner {
	position: absolute;
	top: 200px;
	left: 43%;
	z-index: 1;
}

.unauthorizeBrid {
	font-size: 11px;
	color: #d3d4d5;
}

.inputError input[type="text"],
.inputError input[type="text"]:focus {
	border: 1px solid #d31c1c;
}

.errorMsg {
	color: #d31c1c;
	font-size: 13px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.titleTable,
.videoTitleTable,
.playerTitleTable {
	vertical-align: top;
	padding-top: 11px;
	width: 501px;
	padding-left: 9px;
}

.centerTitleTable {
	padding-top: 27px;
}

.dynamicOption {
	display: none;
}

.bridItemText {
	color: #666;
	padding-left: 5px;
	font-style: italic;
	font-size: 11px;
}

.ytSearchInfo {
	font-size: 12px;
	color: #746e6e;
	font-weight: 400;
	margin-top: 53px;
}

.wp-media-buttons .bridAjax {
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
}

.wp-media-buttons .bridAjax img {
	padding: 0;
	border-radius: 6px;
	box-shadow: 1px 1px 1px #888;
	border: 1px solid #24b07f;
	opacity: 0.9;
}

.wp-media-buttons .bridAjax img:hover {
	border: 1px solid #ab0030;
	opacity: 1;
}

.submitButton {
	background: 0;
	border: 0;
	font-family: "Fjalla One", Arial;
	font-size: 16px;
	color: #fff;
	height: 48px;
	font-size: 22px;
	position: relative;
	width: 119px;
	top: -4px;
	padding-top: 11px;
	padding-bottom: 17px;
	cursor: pointer;
}

.bridBrowseLibary {
	cursor: pointer;
	background: #24b07f;
	background: -moz-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24b07f), color-stop(100%, #24b07f));
	background: -webkit-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -o-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -ms-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: linear-gradient(to bottom, #24b07f 0%, #24b07f 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#24b07f', endColorstr='#24b07f', GradientType=0);
	color: #fff;
	font-family: "Fjalla One", Arial;
	border-radius: 4px;
	float: left;
	/* padding: 3px;
    padding-top: 5px;*/
	padding: 13px 5px;
	margin-left: 8px;
	margin-top: 2px;
}

.bridBrowseLibary:hover {
	box-shadow: 1px 1px 1px #888;
}
.bridBrowseLibaryImg {
	cursor: pointer;
	background: #24b07f;
	background: -moz-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24b07f), color-stop(100%, #24b07f));
	background: -webkit-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -o-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -ms-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: linear-gradient(to bottom, #24b07f 0%, #24b07f 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#24b07f', endColorstr='#24b07f', GradientType=0);
	color: #fff;
	font-family: "Fjalla One", Arial;
	border-radius: 4px;
	float: left;
	/* padding: 3px;
    padding-top: 5px;*/
	padding: 13px 5px;
	margin-left: 8px;
	margin-top: 2px;
}

.bridBrowseLibaryImg:hover {
	box-shadow: 1px 1px 1px #888;
}
.hdVideoTable {
	table-layout: fixed;
}

#addVideoQuestion {
	margin-left: 12px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}

.textButtonSmall {
	color: #000;
	font-family: "Fjalla One", Arial;
	font-size: 17px;
	position: absolute;
	bottom: -2px;
}

.textButtonSmallJs {
	color: #000;
	font-family: "Fjalla One", Arial;
	font-size: 17px;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	bottom: -2px;
	text-transform: uppercase;
}

.arrowDownJs {
	vertical-align: top;
	position: relative;
	top: 7px;
	right: -5px;
	margin-right: 10px;
}

#chooseTypeEmbedCode .gdrop_down {
	top: 37px;
	left: 0;
}

.disablePlaylistOrder {
	background: #fff;
	opacity: 0.8;
	width: 100%;
	height: 130px;
	position: absolute;
	top: 3px;
	z-index: 999;
	display: none;
	height: 130px;
}

.videoTitleTable a:hover {
	color: #24b07f;
}

.videoTitleTable {
	width: 553px;
}

.videoTitleDisabled {
	color: #adadad;
}

.monetStatus {
	display: inline-block;
}

.monetStatus.off:before {
	content: "Monetization off";
	border: 1px solid #dedede;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	font-size: 10px;
	margin-right: 10px;
	display: inline-block;
}

.videoTitleDisabled:before {
	content: "Not Published";
	border: 1px solid #dedede;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	font-size: 10px;
	margin-right: 10px;
	display: inline-block;
}

.playerTitleTable {
	width: 700px;
}

.videoUploadedBy {
	color: #58595b;
	font-size: 13px;
	width: 100%;
	float: left;
	padding-top: 6px;
	padding-left: 1px;
}

.publishColumn {
	width: 193px;
	padding-top: 33px;
	float: left;
}

.dateTable,
.videoCodeTd {
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	width: 139px;
	color: #58595b;
}

.videoCodeTd {
	border-left: 1px solid #d9d9da;
}

.videoGetEmbed {
	width: 48px;
	height: 48px;
	float: left;
	border-radius: 24px;
	margin-left: 45px;
	background-image: url(../img/buttons/embed.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.xX {
	display: inline-block;
	width: 42px;
	height: 40px;
	background: url(../img/x.png) no-repeat transparent center center;
	background-size: 42px 40px;
	top: 13px;
	position: relative;
}

#createCustomSkin {
	float: left;
	margin-top: 30px;
	display: none;
}

#createCustomSkin span {
	font-family: "Fjalla One", Arial;
	color: #414042;
	font-size: 22px;
	display: block;
}

.siteVideosNum {
	float: left;
	width: auto;
	font-size: 11px;
	color: #959595;
	padding-top: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.by {
	color: #959595;
}

.trFirst {
	height: 27px;
}

.thName {
	text-transform: uppercase;
	background: #fff;
	border-bottom: 1px solid #d9d9da;
	color: #58595b;
}

.thName a {
	text-decoration: underline;
	color: #58595b;
	font-weight: 700;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.tableTitle {
	float: left;
	width: auto;
	position: relative;
	left: 64px;
}

.tableTitle div,
.tableCreated div {
	height: 16px;
}

.tableCreated {
	float: right;
	width: 140px;
	text-align: center;
}

.checkboxRow {
	position: relative;
	float: left;
	top: 32px;
	margin-left: 20px;
}

.dateRow {
	float: right;
	position: relative;
	text-align: center;
	font-weight: 700;
	color: #959595;
	font-size: 12px;
	top: 32px;
	width: 140px;
}

.titleRow {
	float: left;
	min-width: 300px;
	max-width: 500px;
	position: relative;
	top: 1px;
	margin-left: 10px;
	height: 77px;
	width: 300px;
}

.titleRow.centerRow {
	top: 20px;
}

.tableRow {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.chkbox_action {
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 7px;
	padding-right: 7px;
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
	white-space: nowrap;
}

.chkbox_action:hover {
	background-color: #58595b;
	color: #fff;
	white-space: nowrap;
}

.partnerTr {
	height: 102px;
}

.videoContent {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.checkboxRow {
	position: relative;
	float: left;
	top: 32px;
	margin-left: 20px;
}

.bridCheckbox {
	/* float: left;
    height: 19px; */
	background-image: url(../img/checkbox.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}

.checkboxContent {
	float: left;
	width: 19px;
	height: 18px;
}

.checkboxContent a.freeUser {
	display: block;
	width: 100%;
	height: 100%;
}

.checked {
	position: absolute;
	top: -3px;
	left: 1px;
	display: block;
}

.centerImg {
	position: relative;
	float: left;
	margin-left: 20px;
}

.click {
	cursor: pointer;
}

.centerImgWrapper {
	position: relative;
	float: left;
	border: 3px solid #adadad;
	margin-top: 1px;
	overflow: hidden;
	line-height: 0;
}

.playlistPreviewBg,
.videoPreviewBg,
.videoStatus {
	display: block;
	background: #000;
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	opacity: 0.5;
	cursor: pointer;
}

.videoPreviewBg {
	display: none;
}

.videoPlay {
	position: absolute;
	top: 25px;
	left: 43px;
	display: none;
}

.time {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: #454545;
	font-size: 12px;
	font-weight: 400;
	color: #d9d9d9;
	padding-left: 5px;
	padding-right: 5px;
}

.listTitleLink {
	color: #414042;
	float: left;
	font-weight: 700;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.listTitleLink:hover {
	color: #24b07f;
	text-decoration: none;
}

.videoTitleDisabled {
	color: #adadad;
}

.videoUploadedBy {
	color: #58595b;
	font-size: 13px;
	width: 100%;
	float: left;
	padding-top: 6px;
	padding-left: 1px;
}

.siteVideosNum {
	float: left;
	width: auto;
	font-size: 11px;
	color: #959595;
	padding-top: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.by {
	color: #959595;
}

.partner-quick-menu-section {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
}

.partner-quick-menu {
	float: left;
	display: none;
	list-style: none;
	margin: 0;
}

.partner-quick-menu.visible {
	display: inline-block;
}

.partner-quick-menu li {
	float: left;
	width: 26px;
	height: 20px;
	border-radius: 2px;
	margin-right: 11px;
}

.playerDiv {
	display: none;
	width: 740px;
	float: left;
	height: 380px;
	position: relative;
	left: 59px;
}

.playerContent {
	float: left;
	width: 100%;
	height: 360px;
	background: #000;
	overflow: hidden;
}

.editVideoDiv,
.editPlaylistDiv {
	display: none;
	overflow: hidden;
	width: 760px;
	float: left;
	position: relative;
	left: 46px;
	height: 255px;
}

.editAlertDiv {
	cursor: pointer;
	display: none;
	overflow: hidden;
	width: 760px;
	float: left;
	position: relative;
	left: 46px;
}

.editPlaylistDiv {
	height: 150px;
}

.videos .required:focus {
	outline: dotted 1px;
}

.formQuick form {
	float: left;
	width: 100%;
}

.formQuick input,
.formQuick textarea {
	height: 47px;
	font-size: 16px;
	font-family: "Noticia Text", Georgia;
	font-style: italic;
	width: 100%;
	text-indent: 5px;
	border: 1px solid #bbbdc0;
	border-radius: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.quickVideoSaveTable {
	width: 100%;
	border-spacing: 13px;
}

.list-table tr:nth-child(odd) {
	background: #f7f7f7;
}

.list-table tr:nth-child(even) {
	background: #fff;
}

.partner-qm-item {
	cursor: pointer;
	float: left;
	height: 20px;
	background-image: url(../img/quick_icons.png);
	background-repeat: no-repeat;
	background-size: 345px 20px;
}

.disabled .partner-qm-item,
.turnedoff .partner-qm-item {
	cursor: auto;
	float: left;
	height: 20px;
	background-image: url(../img/quick_icons_disabled.png);
	background-repeat: no-repeat;
	background-size: 345px 20px;
}

.turnedoff .partner-qm-item {
	cursor: pointer;
}

.partner-qm-item-disabled {
	cursor: auto;
	float: left;
	height: 25px;
	background-image: url(../img/quick_icons.png);
	background-repeat: no-repeat;
	background-color: #dedede;
	background-size: 345px 20px;
}

.video-quickedit {
	width: 26px;
	background-position: 0 0;
}

.video-monetize {
	width: 26px;
	background-position: -42px 0;
}

.video-status {
	width: 26px;
	background-position: -84px 0;
}

.mainWrapper::-webkit-input-placeholder {
	color: #d4d4d4;
	font-style: normal;
}

.mainWrapper:-moz-placeholder {
	color: #d4d4d4;
	font-style: normal;
}

.mainWrapper::-moz-placeholder {
	color: #d4d4d4;
	font-style: normal;
}

.mainWrapper:-ms-input-placeholder {
	color: #d4d4d4;
	font-style: normal;
}

.mainWrapper .bridButton {
	font-family: "Fjalla One", Arial;
	width: auto;
	position: relative;
	margin-right: 11px;
	cursor: pointer;
	border: none;
	padding: 0;
	box-shadow: none;
	height: 48px;
	background: none;
}

.settings-section-title {
	width: 100%;
	margin: 20px 0;
	font-family: "Fjalla One", Arial;
	color: #414042;
	font-size: 22px;
	display: flex;
	align-items: flex-end;
}

.settings-section-title .settings-section-title-text {
	line-height: 22px;
	padding-right: 10px;
}

.settings-section-title .settings-section-title-line {
	flex-grow: 100;
	height: 19px;
	margin-bottom: 3px;
	background-image: linear-gradient(transparent 97%, #d1d3d4 98%);
	background-repeat: repeat-x;
	/* background-size: 1px 19px; */
}

.form-flex-row {
	display: flex;
	align-items: center;
}

.form-flex-row .input-label {
	width: 140px;
}

.form-flex-row .input-label label {
	font-size: 17px;
	font-family: Arial;
	margin-bottom: 2px;
	font-weight: 700;
	cursor: pointer;
}

.chkboxTitle {
	background: #fff;
	width: auto;
	float: left;
	padding-right: 10px;
}

.mainWrapper .buttonImg,
.mainWrapper .buttonLargeImg {
	position: absolute;
	top: -4px;
	left: -8px;
}

.buttonLargeImg {
	top: -6px;
	left: -9px;
}

.buttonLargeContent.disabled {
	background: #e3e3e3;
	color: #fff;
}

.buttonLargeContent,
.buttonLargeInactive,
.buttonUpload {
	float: left;
	width: auto;
	background: #24b07f;
	background: -moz-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24b07f), color-stop(100%, #24b07f));
	background: -webkit-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -o-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -ms-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: linear-gradient(to bottom, #24b07f 0%, #24b07f 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#24b07f', endColorstr='#24b07f', GradientType=0);
	font-size: 22px;
	padding: 0.7rem 1rem 0.55rem;
	color: #fff;
	background-repeat: repeat-x;
	line-height: 1.3em;
	cursor: pointer;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-radius: 4px;
}

input[type="submit"].buttonLargeContent {
	border: none;
}

.buttonLargeContent:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: 0 0 2px #888;
}

.quickVideoSaveTable .disabled .buttonLargeContent {
	border: 4px solid #cfcfd1;
	background-color: #e3e3e3;
	color: #fff;
}

.mainWrapper,
.form,
#player-menu,
.formVideo {
	width: 858px;
}

.mainWrapper .form form,
.mainWrapper .formVideo form,
.mainWrapper .formQuick form {
	float: left;
	width: 100%;
}

.mainWrapper table {
	border-spacing: 0;
}

.mainWrapper .editVideoDiv table,
.mainWrapper .editPlaylistDiv table {
	width: 100%;
	border-spacing: 13px;
	margin-bottom: 20px;
}

.mainWrapper td {
	padding: 0;
}

.mainWrapper .input input[type="text"],
.mainWrapper .input input[type="number"],
.mainWrapper .input input[type="password"],
.mainWrapper .input textarea,
.mainWrapper .input select {
	outline: none;
	color: #848484;
	border-radius: 7px;
	font-size: 16px;
	font-family: "Noticia Text", Georgia;
	font-style: italic;
	font-weight: 400;
}

.dynamicPlaylist {
	float: left;
	position: relative;
	top: -13px;
}

.playlist-item {
	height: 104px;
}

.mainWrapper .input input[type="text"]:focus,
.mainWrapper .input textarea:focus {
	outline: none;
	border: 1px solid #0be;
}

#add-video-to-playlist {
	padding-top: 3px;
}

.list-items-menu {
	width: 100%;
	background-color: #f7f7f7;
	border-top: 1px solid #d9d9da;
	border-bottom: 1px solid #d9d9da;
	height: 36px;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-items-menu-wrapper {
	width: 98%;
	margin: 0 auto;
	position: relative;
}

.items-menu {
	list-style-type: none;
	margin: 0 0 0 10px;
}

.items-menu li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.items-menu .last {
	border: none;
	position: relative;
}

.last {
	border: none;
}

.toolbarItem,
.toolbarItemPlaylist {
	opacity: 0;
	transition: opacity 0.2s ease-in;
}

.redButtonBg,
.searchBox {
	cursor: pointer;
	font-size: 13px;
	height: 30px;
	position: relative;
	margin-top: 10px;
	margin-left: 14px;
	width: auto;
}

.redButtonBg {
	height: 22px;
}

.searchBox {
	margin-left: 0;
}

.delButtonSmall {
	width: 19px;
	height: 22px;
	background: url(../img/buttons_small.png) no-repeat;
	background-position: 0 0;
	background-size: 19px 63px;
	position: relative;
	margin-right: 13px;
}

#site-search-box {
	margin-right: 10px;
}

search-box .defaultValueIndent {
	text-indent: 5px;
}

.searchButtonWrapper {
	width: 25px;
	height: 24px;
	cursor: pointer;
	float: left;
	margin-top: 4px;
	padding-left: 5px;
	z-index: 10;
}

.searchButton {
	background: url(../img/buttons_small.png) no-repeat;
	background-position: 0 -23px;
	background-size: 19px 63px;
	width: 19px;
	height: 19px;
	float: left;
	padding: 0;
	margin-top: 3px;
}

.mainWrapper .inputSearch {
	height: 23px;
	border: none;
	float: left;
	font-family: "Noticia Text", Georgia;
	font-style: italic;
	font-size: 16px;
	color: #414042;
	padding-right: 30px;
	padding-left: 7px;
	width: 150px;
	border: 0;
	padding-top: 2px;
}

.main-menu .gdrop_down {
	padding: 0;
	background-color: none;
	border: 0;
	left: -107px;
	top: 33px;
	margin-top: 0;
	width: 225px;
	border-radius: 0;
	max-height: none;
}

.main-menu .gdrop_down .chkbox_action {
	cursor: pointer;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 26px;
	font-family: "Fjalla One", Arial;
	font-weight: 400;
	font-size: 20px;
	color: #99abb0;
	margin-bottom: 1px;
}

.main-menu .gdrop_down .chkbox_action:hover {
	font-weight: 400;
	color: #fff;
}

.gdrop_down {
	background-color: #fff;
	text-align: left;
	border: 1px solid #d6d6d7;
	display: none;
	font-size: 13px;
	left: 30px;
	line-height: 1em;
	padding: 3px;
	position: absolute;
	top: 13px;
	margin-top: 5px;
	min-width: 135px;
	max-height: 200px;
	border-radius: 4px;
	z-index: 201;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.outer_button_div {
	font-size: 13px;
	height: 20px;
	width: 25px;
	margin-left: 2px;
}

.inner_button_div {
	cursor: pointer;
	font-size: 13px;
	position: absolute;
	top: 0;
	width: 15px;
	height: 17px;
	padding-top: 1px;
}

.authText {
	font-size: 13px;
	font-family: Arial;
	color: #000;
	padding-bottom: 48px;
	padding-top: 40px;
}

.authText a {
	text-deocration: underline;
	color: #000;
}

.authText a:hover {
	text-deocration: underline;
	color: #000;
}

.tabs {
	display: flex;
	align-items: center;
}

.tabs div {
	margin: 0 2px;
}

.tabs div:first-child {
	margin-left: 0px;
}

.tabs div:last-child {
	margin-right: 0px;
}

.tabsRed {
	position: relative;
	overflow: visible;
}

.brid-tab-content {
	display: none;
}

.tabs .tab,
.tabs .tab-inactive,
.tabs .tab-last {
	flex-grow: 1;
	flex-basis: 0;
	box-sizing: border-box;
	text-align: center;
	font-family: "Fjalla One", Arial;
	font-size: 21px;
	color: #fff;
	background: #000;
	padding-top: 11px;
	padding-bottom: 9px;
	cursor: pointer;
	border-bottom: 4px solid #000;
}

.tabsRed .tab,
.tabsRed .tab-inactive,
.tabsRed .tab-last {
	box-sizing: border-box;
	text-align: center;
	float: left;
	font-family: "Fjalla One", Arial;
	font-size: 20px;
	color: #fff;
	background: #24b07f;
	padding-top: 16px;
	padding-bottom: 14px;
	cursor: pointer;
	border: none;
}

.tabs .tab-last {
	margin-right: 0;
}

.tabs .tab-inactive {
	background: #000;
	color: #6d6e70;
	opacity: 0.7;
}

.tabsRed .tab-inactive {
	opacity: 0.7;
	background: #24b07f;
	color: #fff;
}

.tabs-official-skins {
	display: none;
}

.tab-inactive:hover {
	color: #fff;
}

.tabs .tab {
	border-bottom: 4px solid #24b07f;
}

.tabsRed .tab {
	border-bottom: none;
}

.arrowDown {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #24b07f;
	position: absolute;
	bottom: -58px;
	left: 23%;
}

.mainButtonsMenu {
	width: 100%;
	display: flex;
	margin-bottom: 12px;
	padding-top: 14px;
	padding-left: 12px;
	height: 50px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.bridBg {
	background: #fff;
}

.noItems {
	font-family: "Fjalla One", Arial;
	font-size: 21px;
	height: 80px;
	width: 100%;
	float: left;
	text-align: center;
	color: #a7a9ac;
	padding-top: 165px;
	margin-top: 50px;
	background-image: url(../img/svgs/bridica_noitems.svg);
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 80px 117px;
	min-height: 300px;
}

.noItems a {
	color: #a7a9ac;
}

.pagination {
	float: left;
	width: 100%;
	height: 29px;
	margin-bottom: 70px;
}

.paging {
	color: #bbbdc0;
	font-weight: 700;
	width: auto;
	font-family: "Fjalla One", sans-serif;
	display: table;
	margin: 0 auto;
	text-align: center;
}

.paging .current,
.paging a {
	font-family: Arial;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 7px;
	display: inline-block;
	color: #a7a9ac;
	font-size: 15px;
}

.paging .disabled {
	display: inline-block;
	margin-top: 6px;
	margin-right: 2px;
}

.paging > span {
	display: inline-block;
	border-left: 0;
}

.paging .prev {
	background-image: url(../img/pagination_arrows.png);
	background-position: 0 0;
	background-size: 48px 15px;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.paging .next {
	background: url(../img/pagination_arrows.png) no-repeat -10px 0;
	background-size: 48px 15px;
	margin-top: 6px;
	margin-left: 4px;
	position: relative;
	top: 1px;
}

.paging .last {
	background: url(../img/pagination_arrows.png) no-repeat -34px -2px;
	background-size: 48px 15px;
	margin-top: 8px;
	width: 13px;
	height: 10px;
	margin-left: 9px;
	position: relative;
	top: 3px;
}

.paging .first {
	background: url(../img/pagination_arrows.png) no-repeat -20px -2px;
	background-size: 48px 15px;
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 10px;
	width: 13px;
	height: 10px;
	position: relative;
	top: 3px;
}

.paging .prev a,
.paging .next a {
	color: #24b07f;
	font-weight: 700;
	font-size: 16px;
	padding: 0;
	width: 10px;
	height: 14px;
}

.paging .disabled {
	color: #ddd;
}

.paging .current {
	color: #123b46;
}

.pagingInfo {
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	font-weight: 400;
	padding-top: 3px;
	color: #bcbec0;
}

.mainDataAdd {
	float: left;
	width: auto;
	padding-left: 10px;
	padding-top: 10px;
}

.mainDataAddQuick {
	position: absolute;
	right: 315px;
	left: 10px;
	width: auto;
}

.mainDataAddQuick #prog_c1 {
	width: auto;
	float: left;
	position: absolute;
	background: #f7f7f7;
	height: 37px;
	right: 0;
	left: 0;
	display: block;
	width: auto;
	position: absolute;
	right: 300px;
	left: 10px;
	width: 100%;
}

.mainDataAddQuick #uploadStatus {
	position: absolute;
	right: 300px;
	left: 10px;
	width: 100%;
}

.mainDataAddQuick #uploadMsg {
	position: absolute;
	top: 50px;
}

.mainDataAddQuick #uploadCloseBtn {
	position: absolute;
	right: 0;
}

#mainData table,
.mainData table,
.mainDataAdd table,
#mainDataLight table {
	width: 100%;
	float: left;
}

#mainData table td,
.mainData table td,
.mainDataAdd table td,
#mainDataLight table td {
	padding-top: 10px;
}

.form form,
.formVideo form,
.formQuick form {
	float: left;
	width: 100%;
}

.form input,
.form textarea,
.formVideo input,
.formVideo textarea,
.formQuick input,
.formQuick textarea {
	height: 47px;
	font-size: 16px;
	font-family: "Noticia Text", Georgia;
	font-style: italic;
	width: 100%;
	text-indent: 15px;
	border: 1px solid #bbbdc0;
	border-radius: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*
.form input::-webkit-input-placeholder {
    color: #ccc;
}

.form input::-moz-placeholder {
    color: #ccc;
}
.form input:-ms-input-placeholder {
    color: #ccc;
}

.form input:focus {
	background-color: #F1F1F2;
}
*/

.textarea .defaultInputValue {
	font-size: 19px;
	padding-top: 10px;
}

.defaultInputValue {
	position: absolute;
	z-index: 1;
	color: #d4d4d4;
	font-family: "Noticia Text", Georgia;
	font-style: italic;
	line-height: 1;
	width: 100%;
	cursor: text;
	left: 0;
	padding-top: 3px;
}

.defaultValueIndent {
	text-indent: 12px;
}

.search-box .defaultValueIndent {
	text-indent: 5px;
}

#default-value-SubscribeSubscribe.defaultValueIndent,
#default-value-PartneruserSearch.defaultValueIndent,
#default-value-PlayerSearch.defaultValueIndent,
#default-value-PlaylistSearch.defaultValueIndent,
#default-value-VideoSearch.defaultValueIndent {
	text-indent: 5px;
}

.input label {
	float: left;
	width: 100%;
	font-size: 17px;
	font-family: Arial;
	color: #000;
	margin-bottom: 2px;
	position: relative;
	font-weight: 700;
	background: none;
}

.formQuick .input label {
	font-size: 18px;
	margin-bottom: 1px;
}

.thumbVideo {
	padding-top: 23px;
}

.formQuick input,
.formQuick textarea {
	font-size: 16px;
}

.form textarea,
.formVideo textarea,
.formQuick textarea {
	padding-top: 10px;
}

form .input {
	color: #000;
	position: relative;
	font-size: 11px;
	float: left;
	width: 100%;
}

.addToPlaylistButton {
	width: 130px;
	color: #000;
}

.lightboxSave,
#playerContinue,
#playerSave {
	margin-top: 10px;
	margin-bottom: 12px;
}

#mainDataLight label,
#mainDataLight .input label {
	left: 0;
}

h3.lined {
	height: 28px;
	background-image: linear-gradient(transparent 96%, #d1d3d4 97%);
	background-size: 28px 28px;
	background-repeat: repeat-x;
}

h3.lined span {
	font-family: "Fjalla One", Arial;
	font-size: 28px;
	color: #000;
	font-weight: 400;
	position: relative;
	top: 9px;
	padding-bottom: 3px;
	background-color: #fff;
	padding-right: 8px;
}

form .select {
	border: none;
	background: none;
	overflow: visible;
}

#addPlaylistForm {
	display: none;
	width: 95%;
	padding-left: 10px;
}

th a.asc:after {
	content: " ⇣";
	font-size: 12px;
}

th a.desc:after {
	content: " ⇡";
	font-size: 12px;
}

.youtube_ico {
	position: absolute;
	right: 3px;
	top: 3px;
}

form .required div:after {
	content: "*";
	color: #24b07f;
	float: left;
	padding-right: 2px;
	padding-top: 4px;
}

form .required .gdrop_down:after,
form .required .gdrop_down div:after,
form .required .dropdown:after {
	content: "";
}

form .required label:before {
	color: #e32;
	content: "*";
	display: inline;
}

.formVideo textarea {
	padding-top: 10px;
}

.invisibleDiv {
	display: none;
}

.checkboxText,
.checkboxTextPlayerEdit {
	position: relative;
	font-family: "Fjalla One", Arial;
	color: #000;
	font-size: 20px;
	margin-left: 32px;
	cursor: text;
}

.selectBoxTitle,
.checkboxText {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	font-family: Arial;
}

.textButtonSmall {
	color: #000;
	font-family: "Fjalla One", Arial;
	font-size: 17px;
	position: absolute;
	bottom: -2px;
}

.blueEmbedInside .textButtonSmallJs {
	color: #00b7eb;
	font-size: 18px;
}

.addVideoToPlaylistButton {
	width: 160px;
}

.textButtonSmallJs {
	color: #000;
	font-family: "Fjalla One", Arial;
	font-size: 17px;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	bottom: -2px;
	text-transform: uppercase;
}

.disabled .buttonLargeContent {
	background-color: #e3e3e3;
	background: #e3e3e3;
	color: #fff;
}

.disabledCheckbox,
.disabledInput {
	opacity: 0.4;
	cursor: not-allowed;
}

.disabledInput {
	pointer-events: none;
}

.datepick {
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.datepick-rtl {
	direction: rtl;
}

.datepick-popup {
	z-index: 10000;
}

.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.datepick a {
	color: #000;
	text-decoration: none;
}

.datepick a.datepick-disabled {
	color: #ccc;
	cursor: auto;
}

.datepick button {
	margin: 0.25em;
	padding: 0.125em 0;
	background-color: #fcc;
	border: none;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	font-weight: 700;
}

.datepick-nav,
.datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #fff;
	color: #fff;
	font-size: 90%;
	font-weight: 700;
}

.datepick-ctrl {
	background-color: #fff;
}

.datepick-cmd {
	width: 30%;
}

.datepick-cmd-prevJump,
.datepick-cmd-nextJump {
	width: 8%;
}

a.datepick-cmd {
	height: 1.5em;
}

button.datepick-cmd {
	text-align: center;
}

.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}

.datepick-cmd-current,
.datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}

.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}

.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0;
	padding-right: 2%;
	text-align: right;
}

.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
	float: right;
}

.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0;
	text-align: left;
}

.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}

.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}

.datepick-month-nav span {
	color: #888;
}

.datepick-month-row {
	clear: left;
}

.datepick-month {
	float: left;
	width: 15em;
	text-align: center;
	border-right: 2px solid #444;
}

.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
	height: 1.5em;
	background-color: #000;
	color: #fff;
	font-weight: 700;
}

.datepick-month-header select,
.datepick-month-header input {
	height: 1.4em;
	border: none;
	font-size: 100%;
}

.datepick-month-header input {
	position: absolute;
	display: none;
}

.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}

.datepick-month thead {
	border-bottom: 0 solid #aaa;
}

.datepick-month th,
.datepick-month td {
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-align: center;
}

.datepick-month th,
.datepick-month th a {
	background-color: #000;
	color: #fff;
}

.datepick-month td {
	background-color: #eee;
	border: 1px solid #aaa;
}

.datepick-month td.datepick-week {
	border: 1px solid #777;
}

.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}

.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0;
	background-color: #f1f2f2;
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0;
}

.datepick-month td span {
	color: #888;
}

.datepick-month td .datepick-other-month {
	background-color: #fff;
}

.datepick-month td .datepick-today {
	background-color: #d7d8d8;
}

.datepick-month td .datepick-highlight {
	background-color: #d7d8d8;
}

.datepick-month td .datepick-selected {
	background-color: #000;
	color: #fff;
}

.datepick-month th.datepick-week {
	background-color: #000;
	color: #fff;
}

.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}

.datepick-clear-fix {
	clear: both;
}

.datePickerArrow {
	background: url(../img/veeps_arrow.png) no-repeat -65px -8px;
	background-size: 79px 21px;
	width: 7px;
	height: 4px;
	display: inline-block;
	position: absolute;
	left: 140px;
	bottom: 4px;
	cursor: pointer;
}

#modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 99999;
}

#modalBox {
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 14px;
	padding: 8px;
	z-index: 999999999;
}

#modalContent {
	border-radius: 8px;
	background: #fff;
	padding: 20px;
}

#modalContent h2 {
	color: #bc0b0b;
	font-weight: 700;
	font-family: "Fjalla One", Arial;
	text-transform: uppercase;
	font-size: 24px;
}

#modalContent p {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	padding-left: 10px;
}

#modalClose {
	position: absolute;
	background: url(http://www.jacklmoore.com/demo/modal/close.png) 0 0 no-repeat;
	width: 24px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	top: -7px;
	right: -7px;
}

.requiredFieldsLightbox {
	list-style-image: url(../img/checked.png);
}

.requiredFieldsLightbox li {
	margin-left: 35px;
	font-size: 24px;
	color: #939598;
	margin-top: 10px;
}

#add-youtube-channel,
#add-vimeo-channel {
	z-index: 20;
	position: relative;
	right: 17px;
	width: 145px;
	margin-left: -100px;
	display: none;
}

.addedYoutubeVimeo {
	font-size: 17px;
	color: #000;
	font-family: "Fjalla One", Arial;
	text-align: right;
	padding-right: 18px;
}

#externalServiceLoading {
	display: none;
	color: #cfcfd1;
	font-family: "Fjalla One", Arial;
	font-size: 21px;
	margin-top: 20px;
	float: left;
}

#youtubeContent {
	width: 100%;
	float: left;
	margin-top: 20px;
}

#youtubeContent tr:nth-child(odd) {
	background: #fff;
}

.videoAdded {
	font-family: "Fjalla One", Arial;
	font-size: 13px;
	color: #39b54a;
	background: url(../img/adding_external_video_check.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	margin-right: 15px;
	width: 100px;
	position: relative;
	margin-left: -60px;
}

.videoAdded2 {
	display: none;
	background: url(../img/adding_external_video_check.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 19px;
	font-family: "Fjalla One", Arial;
	font-size: 13px;
	text-align: center;
	margin-right: 15px;
	white-space: nowrap;
}

.videoAdded2 a {
	font-weight: 400;
	color: #737373;
}

.videoAdded2 a:hover {
	text-decoration: underline;
}

#youtubeContent {
	width: 100%;
	float: left;
	margin-top: 20px;
	border-spacing: 0;
}

#youtubeContent tr:nth-child(odd) {
	background: #fff;
}

.video-embed {
	width: 26px;
	background-position: -168px 0;
}

.playlist_preview {
	position: absolute;
	right: 3px;
	color: #fff;
	font-size: 11px;
	top: 4px;
	color: #fff;
	width: 44px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
}

.preview_youtube_img_small {
	border: 1px solid #7a7c7c;
	width: 29px;
	height: 15px;
	margin-left: 7px;
	margin-bottom: 4px;
}

.playlist_preview_wrapper {
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: absolute;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 74px;
	overflow: hidden;
}

.playlist_count {
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	top: 3px;
}

.playlist_count_text {
	position: absolute;
	font-size: 10px;
	width: 100%;
	text-align: center;
	top: 20px;
}

.playlist_preview_images {
	position: absolute;
	width: 100%;
	top: 33px;
	overflow: hidden;
}

.playlistPreviewBg {
	display: block;
	background: #000;
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	opacity: 0.5;
	cursor: pointer;
}

.videoPreviewBg {
	display: none;
}

.playlist_play_all_text {
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	position: relative;
	top: 20px;
	left: 4px;
	overflow: hidden;
	cursor: pointer;
}

.playlist_number {
	font-size: 15px;
	font-family: Arial;
	font-weight: 700;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 19px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.2);
}

.playlist_delete_video {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 3px;
	top: 3px;
	background: url(../img/buttons_small.png);
	background-position: 0 -42px;
	background-size: 19px 63px;
	width: 19px;
	height: 21px;
}

.emptyPlaylistButton {
	width: 170px;
}

.inprogress div {
	opacity: 0.3;
	cursor: auto;
}

#userfile {
	opacity: 0;
	height: 280px;
	cursor: pointer;
	width: 100%;
}

#userfileButton {
	width: 182px;
	height: 174px;
	position: relative;
	/* top: 40px;
    left: 330px;*/
	border-radius: 0;
	outline: none;
	border: none;
	display: block;
	margin: 40px auto;
}

.uploadFile {
	background: transparent;
	background-image: url(../img/upload_drag_icon.png);
	background-repeat: no-repeat;
}

.userfileButtonHover {
	background-image: url(../img/upload_drag_icon.png);
	background-position: -182px 0;
	cursor: pointer;
}

#uploadButtonDiv {
	width: 100%;
	height: 260px;
	border: 2px dashed #e6e7e8;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
}

#uploadCloseBtn {
	background-image: url(../img/close_upload.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 37px;
	float: right;
	cursor: pointer;
	display: none;
}

#uploadCloseBtn:hover {
	opacity: 0.7;
}

.formUploaderWrapper {
	width: 858px;
	margin: 0 auto;
}

#uploadMsg {
	font-size: 11px;
	color: #414402;
	text-align: center;
	padding-top: 10px;
	float: left;
	width: 100%;
	text-transform: uppercase;
}

#uploadStatus {
	padding-top: 8px;
	padding-left: 3px;
	color: #414402;
	font-size: 17px;
	font-family: Arial;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

#uploadInputHide {
	overflow: hidden;
	width: 100%;
	height: 280px;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 21), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	#userfileButton,
	#userfileButton:hover {
		background-image: url(../img/retina/upload_drag_icon.png);
		background-size: 364px 174px;
		-webkit-background-size: 364px 174px;
		background-repeat: no-repeat;
	}
	#userfileButton:hover {
		background-position: -164px 0;
	}
	#uploadCloseBtn {
		background-image: url(../img/retina/close_upload.png);
	}
}

#prog_c1 {
	width: 100%;
	float: left;
	position: relative;
	background: #f7f7f7;
	height: 37px;
}

#prog_c2 {
	height: 37px;
	text-align: center;
	background-color: #24b07f;
}

.encodingProgressMsg {
	padding-top: 30px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.encodingProgressBar {
	z-index: 200;
	position: absolute;
	width: 666px;
	height: 15px;
	top: 0;
	left: 96px;
	top: 40px;
}

.encodingStatusBar {
	z-index: 1000;
	width: 100%;
	height: 101px;
}

.encodingProgressBarMove {
	width: 0;
	text-align: center;
	height: 15px;
}

.encodingProgressPercentage {
	color: #414042;
	font-size: 12px;
	position: absolute;
	left: 765px;
	top: 40px;
	z-index: 200;
}

.encodingStatusMsg {
	padding-top: 60px;
	font-size: 12px;
	color: #414042;
	text-align: center;
	text-transform: lowercase;
	height: 42px;
}

.encodingProgressWrapper {
	width: 100%;
	position: absolute;
	top: 0;
	height: 97px;
}

.encodingProgress {
	z-index: 199;
	width: 100%;
	position: absolute;
	top: 0;
	height: 102px;
	background: #fff;
	opacity: 0.9;
}

.jThumbnailScroller {
	position: relative;
	width: auto;
	/*height: 520px;*/
	margin: 160px auto 0;
	padding: 0;
	overflow: hidden;
}

.jThumbnailScroller .jTscrollerContainer {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}

.jThumbnailScroller .jTscroller {
	position: relative;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	display: inline-block;
	*display: inline;
}

.jTscrollerNextButton,
.jTscrollerPrevButton {
	position: absolute;
	display: block;
	width: 41px;
	height: 41px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #00c6f4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE1ZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #00c6f4 0%, #00a5e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c6f4), color-stop(100%, #00a5e0));
	background: -webkit-linear-gradient(top, #00c6f4 0%, #00a5e0 100%);
	background: -o-linear-gradient(top, #00c6f4 0%, #00a5e0 100%);
	background: -ms-linear-gradient(top, #00c6f4 0%, #00a5e0 100%);
	background: linear-gradient(to bottom, #00c6f4 0%, #00a5e0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00c6f4', endColorstr='#00a5e0', GradientType=0);
	margin: -20px 10px 0;
	right: -30px;
	top: 50%;
}

.jTscrollerPrevButton {
	left: -30px;
}

.jThumbnailScroller .jTscrollerNextButton:hover,
.jThumbnailScroller .jTscrollerPrevButton:hover {
	background-color: #d56916;
	opacity: 1;
}

.jThumbnailScroller .jTscroller a {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	display: block;
	float: left;
	border: 3px solid #d1d3d4;
	margin: 13px 6px 6px;
	background: #fff;
}

.jThumbnailScroller .jTscroller a:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	border-color: #d1d3d4;
}

.jThumbnailScroller .jTscroller .hoverDiv {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	display: none;
}

.jThumbnailScroller .jTscroller a:first-child {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.jThumbnailScroller .jTscroller a img {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	border: none;
}

.jThumbnailScroller#tS1 {
	width: 95%;
}

.jThumbnailScroller#tS2 {
	margin: 15px auto;
}

.jThumbnailScroller#tS2 .jTscroller a {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.jThumbnailScroller#tS2 .jTscroller a:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	opacity: 1;
}

.jThumbnailScroller#tS2 .jTscrollerNextButton {
	margin: -20px 10px 0;
	right: 0;
	top: 50%;
}

.jThumbnailScroller#tS2 .jTscrollerPrevButton {
	margin: -20px 10px 0;
	left: 0;
	top: 50%;
}

.jThumbnailScroller#tS3 {
	position: absolute;
	left: 40px;
	top: 322px;
	width: 122px;
	height: 400px;
	margin: 0;
	background: #eee;
}

.jThumbnailScroller#tS3 .jTscroller {
	height: auto;
	margin-bottom: 40px;
}

.jThumbnailScroller#tS3 .jTscroller a {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	display: block;
	margin: 0 6px 10px;
	width: 100px;
	overflow: hidden;
}

.jThumbnailScroller#tS3 .jTscroller a:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	opacity: 1;
}

.jThumbnailScroller#tS3 .jTscroller a:first-child {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	margin-top: 50px;
}

.jThumbnailScroller#tS3 .jTscrollerNextButton {
	margin: 10px 0 10px -20px;
	bottom: 0;
	left: 50%;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.jThumbnailScroller#tS3 .jTscrollerPrevButton {
	margin: 10px 0 10px -20px;
	top: 0;
	left: 50%;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.jPrevTrigger {
	height: 129px;
	width: 200px;
	position: absolute;
	background-color: #ff0;
	margin-left: -200px;
	opacity: 0.1;
}

.jNextTrigger {
	height: 129px;
	width: 200px;
	position: absolute;
	background-color: red;
	margin-left: 858px;
	opacity: 0.1;
}

.disablePlaylistOrder {
	background: #fff;
	opacity: 0.8;
	width: 100%;
	height: 130px;
	position: absolute;
	top: 3px;
	z-index: 999;
	display: none;
	height: 130px;
}

.chzn-container {
	font-size: 15px;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#siteList .chzn-container {
	border: 1px solid #6a949b;
}

.chzn-container .chzn-drop {
	background: #fff;
	border-top: 0;
	position: absolute;
	top: 29px;
	left: 0;
	border: 1px solid #d1d3d4;
	border-top: 0;
	z-index: 1010;
}

.chzn-container-single .chzn-single {
	background-color: #fff;
	border: none;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 40px;
	border: 1px solid #d1d3d4;
	line-height: 40px;
	padding: 0 0 0 8px;
	color: #24b07f;
	text-decoration: none;
}

.chzn-container-single .chzn-default {
	color: #999;
}

.chzn-container-single .chzn-single span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-family: Arial;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.chzn-container-single .chzn-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
	height: 13px;
	font-size: 1px;
	background: url(../img/chosen-sprite.png) right top no-repeat;
	background-size: 60px 70px;
}

.chzn-container-single .chzn-single abbr:hover {
	background-position: right -11px;
}

.chzn-container-single .chzn-single div {
	position: absolute;
	right: 8px;
	top: 15px;
	display: block;
	height: 100%;
	width: 26px;
}

.chzn-container-single .chzn-single div b {
	background: url(../img/chosen.png) no-repeat 0 0;
	background-size: 53px 37px;
	display: block;
	width: 100%;
	height: 14px;
}

.chzn-container-single .chzn-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010;
}

.chzn-container-single .chzn-search input {
	background: #fff url(../img/chosen.png) no-repeat 100% -16px;
	background-size: 53px 46px;
	margin: 0;
	padding: 2px 20px 2px 5px;
	outline: 0;
	border: 1px solid #a7a9ac;
	font-family: sans-serif;
	font-size: 15px;
	height: 38px;
	margin-left: 12px;
}

.chzn-container-single .chzn-drop {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.chzn-container-single-nosearch .chzn-search input {
	position: absolute;
	left: -9000px;
}

.chzn-container-multi .chzn-choices {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(top, #eee 1%, #fff 15%);
	border: 1px solid #aaa;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative;
}

.chzn-container-multi .chzn-choices li {
	float: left;
	list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
	color: #666;
	background: transparent !important;
	border: 0 !important;
	font-family: sans-serif;
	font-size: 100%;
	height: 15px;
	padding: 5px;
	margin: 1px 0;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.chzn-container-multi .chzn-choices .search-field .default {
	color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e4e4e4;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	border: 1px solid #aaa;
	line-height: 13px;
	padding: 3px 20px 3px 5px;
	margin: 3px 0 3px 5px;
	position: relative;
	cursor: default;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
	background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	display: block;
	position: absolute;
	right: 3px;
	top: 6px;
	width: 12px;
	height: 8px;
	font-size: 1px;
	background: url(../img/chosen-sprite.png) right top no-repeat;
	background-size: 60px 70px;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
	background-position: right -9px;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
	background-position: right -9px;
}

.chzn-container .chzn-results {
	margin: 4px 0 0;
	max-height: 240px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.chzn-container-multi .chzn-results {
	margin: -1px 0 0;
	padding: 0;
}

.chzn-container .chzn-results li {
	display: none;
	line-height: 38px;
	padding: 5px 6px;
	margin: 0;
	list-style: none;
	border-top: 1px solid #d1d3d4;
	font-family: Arial;
	font-weight: 700;
	color: #808285;
	font-size: 15px;
	text-transform: uppercase;
	padding-left: 20px;
}

.chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: list-item;
}

.chzn-container .chzn-results li em {
	background: #feffde;
	font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
	background: transparent;
}

.chzn-container .chzn-results .no-results {
	display: list-item;
}

.chzn-container .chzn-results .group-result {
	cursor: default;
	color: #999;
	font-weight: 700;
}

.chzn-container .chzn-results .group-option {
	padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
	display: none;
}

.chzn-container .chzn-results-scroll {
	background: #fff;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px;
	z-index: 1;
}

.chzn-container .chzn-results-scroll span {
	display: inline-block;
	height: 17px;
	text-indent: -5000px;
	width: 9px;
}

.chzn-container .chzn-results-scroll-down {
	bottom: 0;
}

.chzn-container .chzn-results-scroll-down span {
	background: url(../img/chosen-sprite.png) no-repeat -4px -3px;
	background-size: 60px 70px;
}

.chzn-container .chzn-results-scroll-up span {
	background: url(../img/chosen-sprite.png) no-repeat -22px -3px;
	background-size: 60px 70px;
}

.chzn-container-active .chzn-single-with-drop div {
	background: transparent;
	border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {
	background-position: -28px 0;
}

.chzn-container-active .chzn-choices {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border: 1px solid #5897fb;
}

.chzn-container-active .chzn-choices .search-field input {
	color: #111 !important;
}

.chzn-disabled {
	cursor: default;
	opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
	cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor: default;
}

.chzn-rtl {
	text-align: right;
}

.chzn-rtl .chzn-single {
	padding: 0 8px 0 0;
	overflow: visible;
}

.chzn-rtl .chzn-single span {
	margin-left: 26px;
	margin-right: 0;
	direction: rtl;
}

.chzn-rtl .chzn-single div {
	left: 3px;
	right: auto;
}

.chzn-rtl .chzn-single abbr {
	left: 26px;
	right: auto;
}

.chzn-rtl .chzn-choices .search-field input {
	direction: rtl;
}

.chzn-rtl .chzn-choices li {
	float: right;
}

.chzn-rtl .chzn-choices .search-choice {
	padding: 3px 5px 3px 19px;
	margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
	left: 4px;
	right: auto;
	background-position: right top;
}

.chzn-rtl.chzn-container-single .chzn-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chzn-rtl .chzn-results .group-option {
	padding-left: 0;
	padding-right: 15px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
	border-right: none;
}

.chzn-rtl .chzn-search input {
	background: #fff url(../img/chosen-sprite.png) no-repeat -38px -22px;
	background: url(../img/chosen-sprite.png) no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background: url(../img/chosen-sprite.png) no-repeat -38px -22px, -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background: url(../img/chosen-sprite.png) no-repeat -38px -22px, -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background: url(../img/chosen-sprite.png) no-repeat -38px -22px, -o-linear-gradient(top, #eee 1%, #fff 15%);
	background: url(../img/chosen-sprite.png) no-repeat -38px -22px, -ms-linear-gradient(top, #eee 1%, #fff 15%);
	background: url(../img/chosen-sprite.png) no-repeat -38px -22px, linear-gradient(top, #eee 1%, #fff 15%);
	background-size: 60px 70px;
	padding: 4px 5px 4px 20px;
	direction: rtl;
}

.selectBoxTitle,
.selectBoxActive {
	font-size: 20px;
	font-family: "Fjalla One", Arial;
	color: #000;
	text-transform: uppercase;
	float: left;
}

#socialSelectBox .selectBoxTitle {
	text-transform: none;
}

.options,
.selectboxes {
	float: left;
	width: auto;
}

.options ul,
.selectboxes ul {
	list-style-type: none;
}

.options ul li {
	cursor: pointer;
	font-family: Arial;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin-bottom: 2px;
	margin-top: 3px;
}

.options ul li,
.selectboxes ul li {
	margin-right: 10px;
}

.options ul li span {
	margin-left: 20px;
}

.inline {
	display: inline;
	margin-right: 10px;
}

.option_not_selected {
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
}

.option_selected {
	display: none;
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
}

.selectBoxTitle,
.selectBoxActive {
	font-size: 20px;
	font-family: "Fjalla One", Arial;
	color: #000;
	text-transform: uppercase;
	float: left;
}

#socialSelectBox .selectBoxTitle {
	text-transform: none;
}

.selectBoxActive {
	color: #00b7eb;
	cursor: pointer;
}

.selectBoxContent {
	position: relative;
	float: left;
	top: -3px;
	left: 5px;
	background: #fff;
}

.selectBoxActiveImg {
	position: relative;
	top: 9px;
}

.selectBoxActiveImgDiv {
	vertical-align: top;
	position: absolute;
	top: -6px;
	right: -14px;
	cursor: pointer;
	height: 32px;
}

.selectBoxActive {
	border: 1px solid #b9b9b9;
	height: 27px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 3px;
}

.ul-selectbox {
	background: #fff;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 100;
	border: 1px solid #b9b9b9;
	overflow: hidden;
	display: none;
	border-radius: 4px;
	padding: 3px;
}

.ul-selectbox li span {
	white-space: nowrap;
}

.ul-selectbox li {
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ul-selectbox li:hover {
	background: #58595b;
	color: #fff;
}

#ageRestriction .selectBoxActive {
	text-indent: 0;
	padding-left: 0;
	color: #000;
	margin-left: 5px;
}

.ageRestrictionText {
	color: #000;
	font-size: 17px;
	font-weight: 700;
}

#ageRestriction .selectBoxTitle {
	text-transform: none;
	position: relative;
	top: 1px;
	font-size: 17px;
}

.closeAlertDivButton {
	background: url(../img/alerts.png) no-repeat -16px -2px;
	background-size: 32px 15px;
	width: 15px;
	height: 9px;
	cursor: pointer;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.closeAlertDivButtonRot {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.applyForAdProgram {
	color: #ff3908;
	cursor: pointer;
}

.applyForAdProgram:hover {
	text-decoration: none;
	text-decoration: underline;
}

.selectBoxTitle,
.checkboxText {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	font-family: Arial;
}

.selectBoxActive,
.selectboxes ul li {
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 7px;
	padding-right: 7px;
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
	white-space: nowrap;
}

.ul-selectbox {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-width: 0;
}

.selectBoxActive {
	border-width: 0;
	padding-top: 1px;
	font-family: "Fjalla One", Arial;
	font-size: 17px;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	bottom: -2px;
	text-transform: uppercase;
}

.propagate {
	width: 100%;
	border-top: 1px solid #d9d9da;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.propagate div {
	color: #000;
	font-family: Arial;
	font-size: 11px;
	margin-left: 10px;
	padding: 3px 0;
}

#userUpload {
	text-align: center;
	margin-top: 50px;
}

.userUploadHeader {
	font-family: "fjalla One";
	font-size: 26px;
}

#userUpload .options {
	float: none;
	margin: 20px 0;
}

#userUpload ul li {
	display: inline;
	list-style: none;
}

#userUpload .optionText {
	color: #444;
}

#userUpload .userUploadFooter {
	margin-top: 20px;
	font-family: arial;
	font-size: 12px;
}

#userUpload .userUploadFooter a {
	color: #444;
	font-weight: 400;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
}

#fetchDiv {
	float: left;
	border: 2px dashed #e6e7e8;
	width: 97%;
	margin-left: 10px;
	margin-top: 20px;
	background-color: #f7f7f7;
}

.fetchWarring {
	position: relative;
	height: 30px;
	top: 20px;
	margin-left: 10px;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	padding-top: 7px;
	border-top: 1px solid #d9d9da;
	text-align: center;
	width: 838px;
	float: left;
}

.fetchWarring:before {
	content: url("../img/upload_icon_small.png");
	position: relative;
	top: 4px;
	margin-right: 10px;
}

#fetchDiv .input label {
	font-family: "Fjalla One";
	color: #58595b;
	font-size: 15px;
	font-weight: 400;
	top: -4px;
}

#fetchDiv .input {
	position: relative;
	display: inline-block;
	width: 600px;
}

.fetchDivWrapper {
	margin: 20px auto;
	width: 700px;
	text-align: center;
}

.fetchDivHSpan {
	font-family: Georgia;
	position: absolute;
	top: 37px;
	left: 15px;
	font-style: Italic;
	color: #bbbdc0;
}

#fetchDiv .fetchDivWrapper input {
	font-size: 14px;
}

#autoSaving {
	display: none;
	margin-top: 5px;
	font-family: Arial;
	font-size: 14px;
	color: #58595b;
}

.fDot {
	opacity: 0;
	-webkit-animation: dot 1.3s infinite;
	-webkit-animation-delay: 0;
}

.sDot {
	opacity: 0;
	-webkit-animation: dot 1.3s infinite;
	-webkit-animation-delay: 0.2s;
}

.tDot {
	opacity: 0;
	-webkit-animation: dot 1.3s infinite;
	-webkit-animation-delay: 0.3s;
}

@-webkit-keyframes dot {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.partnerAddSiteSpan {
	font-family: Georgia;
	font-size: 16px;
	color: #848484;
	position: absolute;
	top: 13px;
	left: 15px;
	font-style: Italic;
}

span.required.partnerAddSiteSpan:before {
	content: "*";
	color: #24b07f;
	font-style: italic;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.faq {
	counter-reset: my-badass-counter;
}

.faq dt {
	position: relative;
	font: normal 12px Arial;
	padding-left: 20px;
	margin-bottom: 20px;
}

.faq dt:before {
	content: counter(my-badass-counter) ".";
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 1px;
	font: bold 12px Arial;
}

.add-preroll-ad .buttonLargeContent {
	background-image: none;
	background: #f6b609;
}

.add-midroll-ad .buttonLargeContent {
	background-image: none;
	background: #00c6f4;
}

.add-overlay-ad .buttonLargeContent {
	background-image: none;
	background: #00799f;
}

.add-postroll-ad .buttonLargeContent {
	background-image: none;
	background: #5fa144;
}

.add-banner-ad .buttonLargeContent {
	background-image: none;
	background: #b55eff;
}

.add-midroll-ad-disabled .buttonLargeContent {
	background-color: #e3e3e3;
	color: #fff;
}

.formWrapper {
	width: 100%;
	margin: 0 auto;
	margin-top: 28px;
	padding-bottom: 20px;
}

.formWrapper h3 {
	font-family: "Fjalla One", Arial;
	font-size: 28px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.add-ad-container {
	display: flex;
	margin-top: 20px;
}

.add-ad-container .add-ad {
	float: none;
}

.add-ad {
	float: left;
}

table.brid-box-preroll,
div.brid-box-preroll,
table.unit-brid-box-preroll,
div.unit-brid-box-preroll {
	width: 100%;
	box-sizing: border-box;
	border-left: 11px solid #dd2300;
}

.ad-type-header-row {
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ad-type-header-row .ad-type-header-row-title {
	padding: 5px;
	font-family: "Fjalla One", Arial;
	font-size: 21px;
	color: #004055;
	text-transform: uppercase;
	padding-left: 10px;
}

.ad-type-header-row .ad-type-header-row-delete {
	padding: 5px;
	cursor: pointer;
}

table.brid-box-midroll,
div.brid-box-midroll {
	width: 100%;
	box-sizing: border-box;
	border-left: 11px solid #02aae3;
}

.ad-box-midroll {
	font-size: 16px;
	padding: 10px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
}

.ad-box-midroll .ad-box-midroll-input-div {
	margin-left: 20px;
}

table.brid-box-overlay,
div.brid-box-overlay {
	width: 100%;
	box-sizing: border-box;
	border-left: 11px solid #336782;
}

table.brid-box-postroll,
div.brid-box-postroll {
	width: 100%;
	box-sizing: border-box;
	border-left: 11px solid #2b9100;
}

div.brid-box-banner {
	width: 100%;
	box-sizing: border-box;
	border-left: 11px solid #b55eff;
}

.brid-box-container {
	border: 4px solid #f7f7f7;
	margin-bottom: 29px;
	font-family: "Fjalla One", Arial;
	font-size: 18px;
	color: #000;
}

.brid-box-container .selectBoxContent {
	top: 0;
}

/*
	==================================================
	 MONETIZE TABS, WATERFALL
	==================================================
*/
.tab-container {
	width: 100%;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #dedede;
	border-radius: 5px 5px 0px 0px;
	display: flex;
	font-size: 21px;
}

.ad-tab-active {
	width: 50%;
	color: #0c0c0c;
	border-bottom: 2px solid #24b07f;
	cursor: pointer;
	text-align: center;
	padding: 10px 0 8px 0;
}

.ad-tab-inactive {
	width: 50%;
	background: #f3f3f3;
	border-bottom: 2px solid #474747;
	color: #6d6e70;
	opacity: 0.4;
	cursor: pointer;
	text-align: center;
	padding: 10px 0 8px 0;
}

.ad-waterfall-container,
.unit-ad-waterfall-container {
	display: flex;
	font-size: 13px;
	font-family: Arial;
	height: 24px;
	font-weight: bold;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 0 10px;
}

.ad-waterfall-container .ad-waterfall,
.ad-waterfall-container .ad-waterfall-remove,
.ad-waterfall-container .ad-waterfall-link,
.unit-ad-waterfall-container .unit-ad-waterfall,
.unit-ad-waterfall-container .unit-ad-waterfall-remove,
.unit-ad-waterfall-container .unit-ad-waterfall-link {
	display: inline-block;
	line-height: 1.3;
	outline: none;
	padding: 4px 10px;
	font-family: "Fjalla One", Arial;
	cursor: pointer;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	background: #24b07f;
	background: -moz-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24b07f), color-stop(100%, #24b07f));
	background: -webkit-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -o-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -ms-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: linear-gradient(to bottom, #24b07f 0%, #24b07f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b07f', endColorstr='#24b07f',GradientType=0 );
}

.hide-ad-tag {
	display: none;
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	zoom: 1;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: 0.5em 0.5em 0.5em 0.7em;
	zoom: 1;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
	padding-left: 0.7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: 0.5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	zoom: 1;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

* html .ui-autocomplete {
	width: 1px;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: 0.1em;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

.ui-button-icon-only {
	width: 2.2em;
}

button.ui-button-icon-only {
	width: 2.4em;
}

.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}

.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
	padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: 0.4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

input.ui-button {
	padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: 0.5em;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: 0.5em;
}

.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: 0.2em 0.2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

.ui-datepicker table {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0 0 0.4em;
}

.ui-datepicker th {
	padding: 0.7em 0.3em;
	text-align: center;
	font-weight: 700;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0.7em 0 0;
	padding: 0 0.2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: 0.5em 0.2em 0.4em;
	cursor: pointer;
	padding: 0.2em 0.6em 0.3em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-cover {
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 200px;
	height: 200px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em;
	width: 300px;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0.4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: 0.1em 16px 0.1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 0.3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0;
	padding: 1px;
	height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0.5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0;
	background-image: none;
	margin: 0.5em 0 0;
	padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 0.5em 0.4em 0.5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	width: 100%;
}

.ui-menu .ui-menu-divider {
	margin: 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px 0.4em;
	line-height: 1.5;
	zoom: 1;
	font-weight: 400;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: 400;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: 400;
	margin: 0.4em 0 0.2em;
	line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
	cursor: default;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0.2em;
	left: 0.2em;
}

.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
	margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: 0.8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	padding: 0;
	margin: 0.2em 0;
	vertical-align: middle;
	margin-left: 0.4em;
	margin-right: 22px;
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;
	padding: 0.2em;
	zoom: 1;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px 0.2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

* html .ui-tooltip {
	background-image: none;
}

body .ui-tooltip {
	border-width: 2px;
}

.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222;
}

.ui-widget-content a {
	color: #222;
}

.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222;
	font-weight: 700;
}

.ui-widget-header a {
	color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0.35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
	background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: 0.3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: 0.3;
	filter: Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#uploadRules ul {
	list-style-type: none;
}

#uploadRules ul li {
	margin-bottom: 20px;
}

#uploadRules ul li::before {
	content: "-";
}

#uploadRules .checkboxText {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

#userUpgrade {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #fc0;
}

.planUpgrade {
	background-color: #000;
	font-family: Arial;
	cursor: pointer;
	color: #fc0;
	width: 70px;
	width: 100px;
	min-height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 5px;
}

#upgradeStar {
	display: inline-block;
	background: url(../img/yellow_star.png) no-repeat 0 0;
	background-size: 8px 7px;
	width: 8px;
	height: 7px;
	position: relative;
}

.premiumSuccess {
	background: url(../img/yep.png) no-repeat 0 0;
	background-size: 70px 70px;
	width: 70px;
	height: 69px;
	display: inline-block;
	position: relative;
	top: 10px;
}

.premiumSuccessMessage {
	text-align: center;
	font-family: Arial;
	font-size: 17px;
	position: relative;
	top: 38px;
	margin: 0;
	padding: 0;
}

.flashFalbackWarring {
	clear: both;
	font: 11px Arial;
	color: #878787;
	margin-left: 35px;
	margin-top: 2px;
}

.flashFalbackWarring:before {
	content: "*";
	color: red;
}

.settingsRow {
	padding: 20px 0 10px 0;
	width: 100%;
}

.checkboxRowSettings {
	width: 100%;
	/* float: left;
    height: 35px; */
	margin-top: 15px;
	margin-bottom: 15px;
}

.settingsWrapper {
	padding-left: 10px;
}

.bridNewsBox {
	position: absolute;
	right: 10px;
	top: 0;
	width: 20%;
	border: 1px solid #d1d3d4;
	border-top: 0;
	display: none;
}

.bridNewsBoxTitle {
	background: #000;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.bridNewsBoxItem {
	padding-left: 10px;
	padding-bottom: 5px;
}

.bridNewsBoxItem a {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

.bridNewsBoxItem a:hover {
	color: #4c83d3;
}

.learnMore {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 20px;
}

.learnMore a {
	color: #4c83d3;
	text-decoration: none;
}

.learnMore a:hover {
	text-decoration: underline;
}

.msgAdBox {
	margin: 4px 0 2px 10px;
}

.backBubble {
	border-radius: 4px;
	border: 1px solid #eff0f0;
	box-shadow: 1px 3px 8px #c3c3c3;
	padding: 10px 10px 7px 12px;
	text-transform: uppercase;
	font-family: "Fjalla One", Arial;
	font-size: 17px;
	line-height: 1;
	color: #ccd9dd;
	font-weight: 400;
	width: auto; /*820px;*/
	margin: 0 auto;
	margin-top: 15px;
}

.backBubble:before {
	content: " ";
	position: absolute;
	width: 16px;
	height: 9px;
	margin-top: -19px;
	margin-left: 60px;
}

.backBubble.players:before {
	margin-left: 408px;
}

.backBubble.playlists:before {
	margin-left: 233px;
}

.backBubble.groups:before {
	margin-left: 303px;
}

.backBubble.analytics:before {
	margin-left: 587px;
}

.backBubble.moretab:before {
	margin-left: 745px;
}

.backBubble.notab:before {
	opacity: 0;
}

.backBubble a {
	font-weight: 400;
	color: #000;
	padding-right: 10px;
	margin-right: 20px;
	text-decoration: none;
}

.backBubble a:hover {
	text-decoration: none;
	color: #24b07f;
}

.backBubble a:after {
	content: " ";
	position: absolute;
	background: #ccd9dd;
	width: 1px;
	height: 15px;
	margin-left: 16px;
}

.lined {
	background-image: linear-gradient(transparent 96%, #d1d3d4 97%);
	background-repeat: repeat-x;
	width: 100%;
	background-size: 1px 17px;
}

#settings_header_wrapper {
	width: auto;
	position: relative;
	height: 70px;
	margin-top: 20px;
	width: 100%;
}

#plan-free,
#plan-premium {
	width: 600px;
	list-style: none;
	margin-left: 0;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	height: auto;
	max-height: none;
	padding: 1.25rem;
	width: 100%;
	z-index: 89;
}

#plan-free:before,
#plan-premium:before {
	border: inset 6px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent #d2d2d2;
	border-bottom-style: solid;
	position: absolute;
	top: -12px;
	left: 10px;
	z-index: 89;
}

#logo,
#logo1,
#logo2,
#logo3,
#logo4,
#logo5,
#logo6 {
	position: absolute;
	top: 0;
	background: url(../img/brid_logo_sprite.png) no-repeat 0 0;
	background-size: 390px 67px;
	background-position: 0 0;
	width: 134px;
	height: 53px;
	left: 0;
	cursor: pointer;
}

#logo1 {
	background: url(../img/plans/free.svg) no-repeat 0 0;
}
#logo2 {
	background: url(../img/plans/starter.svg) no-repeat 0 0;
}
#logo3 {
	background: url(../img/plans/enterprise.svg) no-repeat 0 0;
}
#logo4 {
	background: url(../img/plans/business.svg) no-repeat 0 0;
}
#logo5 {
	background: url(../img/plans/professional.svg) no-repeat 0 0;
}
#logo6 {
	background: url(../img/plans/premium.svg) no-repeat 0 0;
}
#clickLogo {
	display: block;
	width: 100%;
	height: 50px;
}

#clickPlan {
	display: block;
	width: 100%;
	height: 17px;
}

#plan-premium,
#plan-free {
	width: 600px;
	background: #fff;
	position: absolute;
	left: 54px;
	top: 72px;
	z-index: 999;
	display: none;
}

.stiklir {
	background-image: url(../img/svgs/stiklir.svg);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 16px 17px;
	height: 17px;
	width: 16px;
	float: right;
	padding-right: 10px;
}

.upgradeBrid {
	background-image: url(../img/svgs/upgrade.svg);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 16px 17px;
	height: 17px;
	width: 16px;
	float: right;
	padding-right: 10px;
}

#plan-premium {
	left: 95px;
}

.plan-info-close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#plan-premium-wrapper {
	overflow: hidden;
}

#plan-premium .plan-info-top,
#plan-free .plan-info-top {
	background: #000;
	font-family: Arial;
	font-weight: 700;
	font-size: 12px;
	height: 25px;
	color: #fff;
	padding-top: 8px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.standardBuisinessPlan {
	font-weight: 400;
	float: left;
	font-size: 11px;
	font-style: italic;
}

#plan-free .plan-info-top {
	background: #000;
}

.plan-info-row {
	font-family: arial;
	font-style: italic;
	font-weight: 700;
	font-size: 11px;
	color: #58595b;
	height: 22px;
	padding-top: 8px;
	padding-left: 20px;
	border: 1px solid #d1d3d4;
	border-bottom: none;
}

.plan-info-row-last {
	border-bottom: 1px solid #d1d3d4;
	border-top: none;
	text-align: right;
	padding-right: 10px;
}

.plan-info-div-table {
	border: 1px solid #d1d3d4;
	border-bottom: none;
	border-top: none;
}

.plan-info-subrow {
	font-family: arial;
	font-weight: 700;
	font-size: 12px;
	color: #58595b;
	height: 22px;
	padding-top: 8px;
	padding-left: 20px;
	border: 1px solid #d1d3d4;
	border-bottom: none;
}

.plan-info-subrow span {
	color: #87db0e;
}

.plan-premium-table {
	width: 600px;
}

.arrow-left-premium,
.arrow-left-free {
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #0fd3d8;
	position: absolute;
	left: -10px;
	z-index: 99999;
}

.arrow-left-free {
	border-right: 10px solid #87db0e;
}

.plan-premium-table tr td {
	font-family: Arial;
	font-size: 11px;
	color: #58595b;
	line-height: 1.5em;
	vertical-align: top;
}

.plan-premium-table tr td span {
	font-style: italic;
	font-weight: 700;
	font-size: 12px;
	color: #000;
	float: left;
	padding-bottom: 10px;
	width: 100%;
}

#settings_header_wrapper .plan-info-row a {
	font-family: arial;
	font-style: italic;
	font-size: 11px;
	color: #1c8ad3;
	font-weight: 700;
}

.mainWrapperNotice {
	width: auto;
	position: absolute;
	left: 150px;
	bottom: 4px;
}

#bridBugContent {
	position: absolute;
	bottom: -8px;
	left: 0;
}

#bridBugLink {
	position: absolute;
	left: 25px;
	font-size: 11px;
	color: #000;
	width: 100px;
}

#bridBugIcon {
	background-image: url(../img/bugx2.png);
	background-repeat: no-repeat;
	background-size: 30px 37px;
	background-size: 15px 18px;
	width: 15px;
	height: 37px;
	position: absolute;
	left: 4px;
}

.mainWrapperNotice a {
	color: #4c83d3;
}

#videoItems .landscape img {
	position: absolute;
	left: 0;
	top: 0;
}

#videoItems .attachments {
	overflow: visible;
	position: absolute;
	right: 300px;
	left: 0;
	top: 120px;
}

#videoItems .attachment {
	width: 155px;
	margin: 0;
	padding: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#videoItems .attachment-preview:before {
	content: "";
	display: block;
	padding-top: 100%;
}

#videoItems .attachments-browser .attachments {
	padding: 2px 8px 8px;
}

.attachments-browser .media-toolbar {
	overflow: visible;
}

.attachments-browser .media-toolbar {
	overflow: visible;
}

.attachments-browser .media-toolbar-secondary {
	height: 40px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
.bridColorbox #cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxOverlay {
	background: url(../img/colorbox/overlay.png) repeat 0 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxTopLeft {
	width: 21px;
}

#cboxTopRight {
	width: 21px;
}

#cboxBottomLeft {
	width: 21px;
}

#cboxBottomRight {
	width: 21px;
}

#cboxMiddleLeft {
	width: 21px;
}

#cboxMiddleRight {
	width: 21px;
}

#cboxTopCenter {
	height: 21px;
}

#cboxBottomCenter {
	height: 21px;
}

#cboxContent {
	background: #fff;
	overflow: hidden;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxLoadingOverlay {
	background: url(../img/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
	background: url(../img/colorbox/loading.gif) no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
.bridColorbox #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
.bridColorbox #cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/colorbox/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(../img/colorbox/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

.bridColorbox #cboxClose {
	position: absolute;
	z-index: 999991;
	top: 10px;
	right: 20px;
	background: url(../img/colorbox/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

.bridColorbox #cboxClose:hover {
	background-position: -25px -25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
.color-blue-fb {
	color: #3b5998;
}
.yellowStar {
	width: 12px;
	height: 12px;
	background: url(../img/yellow_star.png);
	background-size: 100% 100%;
	display: inline-block;
}

.btnUpload {
	background-color: #ff380c;
	padding: 10.5px 13px;
	width: auto;
	background: #24b07f;
	background: -moz-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24b07f), color-stop(100%, #24b07f));
	background: -webkit-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -o-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: -ms-linear-gradient(top, #24b07f 0%, #24b07f 100%);
	background: linear-gradient(to bottom, #24b07f 0%, #24b07f 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#24b07f', endColorstr='#24b07f', GradientType=0);
	font-size: 22px;
	color: #fff;
	background-repeat: repeat-x;
	line-height: 1.3em;
	cursor: pointer;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-radius: 4px;
	font-family: "Fjalla One", Arial;
	text-decoration: none;
	float: left;
}
.btnUpload:hover {
	text-decoration: none;
	color: #fff;
}
.paidPlanOnly {
	margin-top: -10px;
	margin-bottom: 10px;
	padding-left: 12px;
}
.paidPlanOnly a {
	font: 12px Arial;
	color: #000;
	text-decoration: none;
}
.paidPlanOnly a:hover {
	color: #000;
	text-decoration: none;
}
.upgrade {
	display: inline-block;
	margin-top: 57px;
	width: 74px;
	height: 18px;
}
.upgrade a {
	width: 74px;
	height: 18px;
}
.upgrade a:focus {
	border: 1px solid #fff;
	box-shadow: none;
}
.msg {
	font: 12px Arial;
	color: #878787;
	margin-left: 32px;
	top: -2px;
}
.msg a {
	font: 12px Arial;
	text-decoration: underline;
	color: #000;
}
.msg span {
	color: #ff3a08;
}
.paidOnly {
	margin-left: 33px;
}
.paidOnly a {
	font: 12px Arial;
	color: #000;
	text-decoration: none;
}
.paidOnly a:hover {
	color: #ff3b03;
	text-decoration: underline;
}
.demoLink {
	background-image: url(../img/demo.png);
	width: 20px;
	height: 15px;
	display: inline-block;
	position: absolute;
	top: 1px;
	/* right: -27px; */
	margin-left: 10px;
}
.selectText {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	font-family: Arial;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#defaultCategory {
	margin-top: 20px;
	float: left;
}
.defaultSnap {
	height: 47px;
	width: 100%;
	text-indent: 15px;
	border: 1px solid #bbbdc0 !important;
	box-sizing: border-box;
}

.bridNewsBoxSmall {
	position: relative;
}

.mainWrapperInner {
	width: auto;
	margin-right: 10px;
}

#sites_chzn {
	width: 100% !important;
}
#defaultChannelSelect_chzn {
	width: 100% !important;
}
#playerListSelect_chzn {
	width: 100% !important;
}
.chzn-drop {
	width: 100% !important;
}
.chzn-search {
	width: 97% !important;
}
.chzn-search input {
	width: 100% !important;
}
.bridNewsBoxSmall {
	margin: 0 auto;
	width: 40%;
}
#defaultChannel {
	margin-top: 25px;
	margin-bottom: 4px;
}
.mainWrap {
	width: auto;
}
.mwPagination {
	width: auto;
}
.widthUpload {
	width: 97%;
}
.tdWidth {
	width: 66%;
}
.taWidth {
	width: 100%;
}
.adWidth {
	width: auto;
}
.linedWidth {
	width: auto;
}

#playlistRightSide {
	float: left;
	width: 427px;
	padding-left: 0px;
	margin-top: 20px;
}
.menuWidth {
	width: 100%;
}
.fixDate {
	left: -10px;
	top: 5px;
}
.fixBrowseLibary {
	margin-top: 14px;
	margin-left: 0px;
}
.midFix {
	width: 130px !important;
	margin-left: 20px;
	margin-top: 3px;
}
.uploadDate {
	float: left;
	position: relative;
	margin-top: 10px;
	left: -10px;
	width: 249px;
}
.postYt {
	width: 500px;
}

.postVideoFix {
	overflow: scroll !important;
	bottom: 50px !important;
	right: 300px !important;
}
.postPlaylistFix {
	overflow: scroll !important;
	bottom: 50px !important;
}
.btnMargin {
	margin-top: 10px;
}
.ytCont {
	width: 722px;
}
#youtubeContent td {
	display: table-cell;
}
.centerImgFix {
	margin-left: 10px;
	margin-right: 10px;
}
#brid-boxes-content td {
	display: table-cell;
}

.media-menu > a {
	padding: 8px 16px;
}

.media-frame .search {
	/*margin-top: 0px;*/
}

#brid-content .media-sidebar {
	overflow: initial;
}

@media screen and (min-width: 790px) {
	.fixDate {
		left: 0px;
		top: 0px;
	}
	.fixBrowseLibary {
		margin-top: 24px;
		margin-left: 8px;
	}
	.uploadDate {
		margin-top: 0px;
		left: 0px;
	}
}
@media screen and (min-width: 1000px) {
	#playlistRightSide {
		padding-left: 16px;
		margin-top: 0px;
	}
	.btnMargin {
		margin-top: 48px;
	}
}
@media screen and (min-width: 1025px) {
	.ytCont {
		width: 800px;
	}
}
@media screen and (min-width: 1100px) {
	.selectBoxTitle,
	.checkboxText {
		font-size: 15px;
	}
	.flashFalbackWarring {
		font: 12px Arial;
	}
	.selectText {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.mainWrap {
		width: 858px;
	}
	.mwPagination {
		width: 834px;
	}
	.backBubble {
		width: 820px;
	}
	.widthUpload {
		width: 858px;
	}
	#fetchDiv {
		width: 835px;
	}
	.tdWidth {
		width: 615px;
	}
	.taWidth {
		width: 595px;
	}
	.mainDataAdd {
		width: 835px;
	}
	.adWidth {
		width: 768px;
	}
	.jThumbnailScroller {
		width: 858px;
	}

	#bridSpiner {
		left: 25%;
	}
	.linedWidth {
		width: 828px;
	}
	.titleRow {
		width: auto;
	}
	#addPlaylistForm {
		width: 820px;
	}
	#prog_c1 {
		width: 790px;
	}
	#uploadStatus {
		width: 790px;
	}
	.postYt {
		width: 820px;
	}
	/*.postVideoFix {
		overflow: visible!important;
		bottom: 0!important;
		right:300px!important;
	}*/
	.btnMargin {
		margin-top: 24px;
	}
	.postPlaylistFix {
		overflow: visible !important;
		bottom: 0 !important;
	}
	.ytCont {
		width: 820px;
	}
	.centerImgFix {
		margin-left: 20px;
		margin-right: 0px;
	}
}

@media screen and (min-width: 1200px) {
	.bridNewsBoxSmall {
		position: absolute;
		width: 20%;
	}

	.mainWrapperInner {
		width: 75%;
	}
}
@media screen and (min-width: 1500px) {
	.postVideoFix {
		overflow: visible !important;
		bottom: 0 !important;
		right: 300px !important;
	}
}
