.dashboard-wrap {
	background-color: #ffffff;
	padding-left: 0;
}

.dashboard {
	border-left: 1px solid #d7ddeb;
	margin-left: -1px;
	padding-left: 0;
	padding-right: 0;
}
.dashboard .btn-group {
	background-color: #1b2126;
	text-transform: uppercase;
	position: relative;
	right: -1px;
	width: 100%;
}

.dashboard .btn-group .btn {
	border-right: 1px solid #2c343a;
	border-top: 0;
	border-bottom: 0;
	color: #a7b8c7;
	font-size: 13px;
	font-weight: bold;
	padding: 20px;
	-webkit-box-shadow: 1px 0 rgba(1, 1, 1, 0.8);
	-moz-box-shadow: 1px 0 rgba(1, 1, 1, 0.8);
	box-shadow: 1px 0 rgba(1, 1, 1, 0.8);

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.dashboard .btn-group .btn:after {
	display: none;
}
.dashboard .btn-group .btn.active,
.dashboard .btn-group .btn:hover {
	background-color: #fff;
	color: #333333;
}
.dashboard-content {
	padding: 20px;
}
.progress-button {
	background-color: #f0f0f0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.progress-button[data-style="slide-down"] {
	backface-visibility: hidden;
	overflow: visible;
}
.progress-button[data-style="slide-down"] .content {
	background-color: #f0f0f0;
	padding: 0 60px;
	z-index: 10;
}
.progress-button .content {
	display: block;
	position: relative;
}
.progress-button[data-style="slide-down"] .progress {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.2s ease 0s;
	width: 100%;
}
.progress-button .progress {
	background-color: #f0f0f0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.progress-button .progress-inner {
	position: absolute;
	left: 0;
	background: #6db8f2;
}
.progress-button[data-horizontal] .progress-inner {
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 0.3s, opacity 0.3s;
	transition: width 0.3s, opacity 0.3s;
}
.notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
.progress-button i {
	margin-top: 3px;
}
/*************MEDIA FILES****************/

#media-files .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.edit-file, .delete-file {
	color: #797878;
	font-size: 13px;
	text-transform: capitalize;
}
.edit-file:hover .icon-edit {
	background-position: -173px -176px;
}
.delete-file:hover .icon-delete, .unfollow:hover .icon-delete {
	background-position: -204px -176px;
}
/*************NO MEDIA FILES****************/

.add-media {
	margin: auto;
	max-width: 740px;
	text-align: center;
	padding-top: 50px;
}

.add-media img {
	max-width: 124px !important;
	margin: auto;
}

.add-media .page-header h2 {
	color:#333;
}

.add-media .page-header p {
	font-size: 14px;
	color: #000;
	margin-bottom: 55px;
}

.add-media .btn {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.add-media .drop-files {
	color: #333333;
}

.popover {
	background-color: rgba(0,0,0,0.05);
	padding: 5px;
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
}
.popover-title {
	display: none;
}
.popover-content {
	background-color: rgba(0,0,0,0.85);
	padding: 20px;
}
.popover.top > .arrow:after {
	border-top-color: rgba(0,0,0,0.05);
}
/*editable form*/
.editable {
	color: #666666;
}
.editable-click, a.editable-click, a.editable-click:hover {
	border-bottom: 1px dashed #666666;
}
.editableform .form-control {
	background-color: rgba(0,0,0,0.58);
	border-color: #393939;
	color: #fff;
}
.editable-buttons .btn {
	padding: 11px 12px;
	border: none;
	margin-bottom: 0;
	line-height: 1;
}
.editable-buttons .editable-submit {
	background-color: #6db8f2;
}
.editable-buttons .editable-cancel {
	background-color: #d70404;
}
.editable-buttons .editable-cancel .glyphicon-remove {
	color: #fff;
}
.editable-input .form-control {
	width: 226px !important;
	height: 38px;
}
.editable-input textarea.form-control {
	height: auto;

}
.editable-input .combodate .form-control,
.editable-input select.form-control {
	padding: 5px 3px;
	width: 105px !important;
}
.editable-input .combodate .form-control option,
.editable-input select.form-control option {
	padding-left: 5px;
}
.editableform .editable-error-block {
	color: #ffffff;
	margin-top: 8px;
}
.editableform-loading {
	background: url("../images/preloading.png") no-repeat center center !important;
}

.table-condensed > thead > tr > th {
	border-width: 4px;
	padding: 9px 5px;
}
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 15px 5px;
	color: #333333;
}
.table-condensed > tbody > tr > th {
	border-bottom: 3px solid #e1e1e1;
}
.table-condensed > thead > tr > th {
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
}
.table-condensed > tbody > tr > td:first-child {
	font-weight: bold;
	/*text-transform: uppercase;*/
}
/************************************
	signin signup page
*************************************/

.full-page-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
}
.full-page-bg:before {
	content: "";
	background-image: url(../images/dark-dotted-2.png);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}


.full-page-bg .alert-dismissable {
	padding: 0;
}
.full-page-bg .close {
	color: #fff;
	font-size: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}
.full-page-bg .close:hover {
	color: #46aaed;
}

.full-page-bg .vjs-control-bar {
	display: none;
}
.reg-container {
	background-color: rgba(27,27,27,0.75);
	border-radius: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 430px;
	margin-left: -215px;
	margin-top: -220px;
	padding: 0 20px 20px;
	z-index: 2;
}
.reg-header {
	padding: 25px 0;
	margin-bottom: 1px;
	border-radius: 6px;
}
.reg-header > a {
	display: block;
	max-width: 244px;
	margin: 0 auto;
}
.reg-form {
	text-align: center;
}
.reg-form .form-control {
	color: #808080;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 10px;
}
.name-field {
	overflow: hidden;
}
.firstname-field,
.lastname-field {
	width: 50%;
	float: left;
}
.firstname-field {
	padding-right: 5px;
}
.lastname-field {
	padding-left: 5px;

}
.btn-reg {
	background-color: #599dd3;
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-reg:hover,
.btn-reg:focus{
	color: #fff;
}
.reg-form .form-control,
.reg-form .btn-reg {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.reg-form .form-control:hover,
.reg-form .form-control:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.reg-subtitle {
    font-size: 14px;
    margin: 10px 0 0;
}
.reg-subtitle,
.reg-subtitle a {
	color: #fff;
}
.reg-subtitle a {
	text-decoration: underline;
}
/************************************
		media uploader
*************************************/

.mf-frame {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	z-index: 300;
}
.mf-frame-inner {
	background-color: #fff;
	width: 100%;
	min-height: 100%;
	position: relative;
}
.mf-frame-header {
	background-color: #1b2126;
	position: relative;
}
.mf-frame-header:after {
	content: "";
	display: table;
	clear: both;
}
.mf-frame-header .logo {
	max-width: 244px;
	margin: 0;
	padding: 10px 0;
}
.mf-frame-header-box {
	float: left;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: bold;
	color: #a7b8c7;
	text-transform: uppercase;
	line-height: 44px;
	border-right: 1px solid #2c343a;
	-webkit-box-shadow: 1px 0 rgba(1, 1, 1, 0.8);
	-moz-box-shadow: 1px 0 rgba(1, 1, 1, 0.8);
	box-shadow: 1px 0 rgba(1, 1, 1, 0.8);
}
.mf-frame-close {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	right: 15px;
	top: 24px;
}
.mf-frame-header-box.current-file {
	border-right: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mf-frame-header-box .exc-media-upload-btn {
 	color: rgba(250, 251, 255, 0.80);
 	text-decoration: underline;
 	font-size: 15px;
}
.upload-progress {
	float: left;
	margin-top: -2px;
	position: absolute;
	right: 120px;
	top: 50%;
	width: 450px;
}
.upload-progress .progress {
	height: 4px;
	margin-bottom: 0;
}
.progress-result {
	position: absolute;
	right: -75px;
	top: 1px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 0;
	text-transform: uppercase;
}
.file-progress-topbar {
	border-bottom: 1px solid #d7ddeb;
	padding: 15px 34px;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.file-progress-topbar h2 {
	margin-top: 10px;
	display: inline-block;
}
.file-progress-topbar .btn {
	font-weight: bold;
	margin-top: 7px;
}
.file-progress {
	text-align: center;
	padding: 0 15px;
}

.upload-item {
	text-align: center;
	border: 1px dashed #d6d4d4;
	color: #000;
	margin: 0 15px 30px 15px;
	display: inline-block;
	width: 285px;
}

.upload-item-top {
	background-color: #f2f2f1;
	padding: 35px 10px;
}
.upload-item-top span {
	display: block;
}
.upload-item .file-title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	word-wrap: break-word;
}
.upload-item .file-size {
}
.upload-item-bottom {
	padding: 0 20px 16px 20px;
}
.upload-item-bottom .progress {
	background-color: #e5e5e5;
	height: 18px;
	margin-top: -9px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.upload-item-bottom .progress-bar {
	background-color: #4299e6;
	min-width: 0px;
}
.upload-item-bottom .btn {
	text-transform: uppercase;
}

/*
.upload-item-bottom .btn .icon-close {
	margin-top: 3px;
}*/ 

.edit-item {
	border: 2px solid #549cd7;
}

.over-lay {
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
}
.over-lay .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -14px;
}
.btn-edit {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.edit-item:hover {
	border: 1px dashed #d6d4d4;
}
.edit-item:hover .upload-item-bottom {
	background-color: #fff;
}
.edit-item:hover .file-title, .edit-item:hover .file-size {
	color: #333333;
}
.edit-item:hover .over-lay {
	top: 0;
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible;
}
.edit-item:hover .btn-edit {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.edit-media {
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.media-wrap {
	background-color: rgba(0, 0, 0, 0.85);
}
.media-wrap:before,
.media-wrap:after {
	content: "";
	display: table;
}
.media-wrap:after {
	clear: both;
}

.edit-media .media-file, .edit-media .media-form {
	float: left;
}
.edit-media .media-file {
	height: 100%;
	width: 58%;
	padding: 100px 15px 0;
	position: relative;
}
.edit-media .media-file .upload-item {
	width: 48%;
	margin: 50px auto 0;
	padding: 15px;
	text-align: left;
	border: 2px dashed #515151;
	position: relative;
	display:block;
}
.edit-media .media-file .upload-item .upload-item-top, .edit-media .media-file .upload-item .upload-item-bottom {
	padding: 0;
}
.edit-media .media-file .upload-item .upload-item-bottom h3 {
	color: #fff;
	margin-top: 16px;
	word-wrap: word-break;
}
.edit-media .media-file .upload-item .upload-item-bottom span {
	color: #e1e1e1;
	margin-right: 20px;
}
.edit-media .media-file .upload-item .upload-item-bottom span .fa {
	margin-right: 10px;
}
.file-navi {
	position: absolute;
	top: 50%;
	margin-top: -24px;
}
.file-navi-prev {
	left: -100px;
}
.file-navi-next {
	right: -100px;
}
.btn-delete .btn {
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
}
.attach-file {
	text-align: center;
	margin-top: 12px;
}
.attach-file li {
	border: 2px dashed #515151;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 8px 5px;
	position: relative;
}
.attach-file li .exc-media-delete-btn {
	color: #ddd;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -10px;
	line-height: 11px;
	font-size: 20px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
.attach-file li:hover .exc-media-delete-btn {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.drop-file-here {
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: 2px dashed #515151;
	padding: 10px;
}
.drop-file-here > i {
	font-size: 60px;
}
.edit-media .media-form h2 {
	font-size: 24px;
	margin-top: 0;
}
.edit-media .media-form {
	width: 42%;
	background-color: #fff;
	padding: 30px;
}
.media-form .form-group {
	border: 2px dashed transparent;
	margin-bottom: 0;
	padding: 20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.media-form .form-group:hover {
	border-color: #d6d4d4;
	opacity: 1;
	filter: alpha(opacity=100);
}
.media-form .form-group label {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.media-form .select2-container {
	display: block;
}
.media-form .select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-drop {
	border-color: #e1e1e1 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0;
}
.select2-results .select2-highlighted {
	background-color: #428bca;
}
.media-form .form-group .form-control,
.media-form .select2-choices {
	border: 1px solid transparent;
	color: #777777;
	margin-bottom: 10px;
}
.select2-container .select2-choice {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	height: 45px;
	background-image: none;
	line-height: 45px;
}
.select2-container .select2-choice .select2-arrow {
	border-radius: 0;
	border: 0;
	
}
.select2-container .select2-choice .select2-arrow b {
	background-position: 0 8px;
}
.media-form .form-group:hover .form-control,
.media-form .form-group .form-control:focus,
.media-form .form-group:hover .select2-choices,
.media-form .form-group .select2-choices:focus {
	border-color: #e1e1e1;
}
.media-form .select2-choices {
	background-image: none;
	height: 45px !important;
	padding: 6px 12px;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
	background-color: #428bca;
	color: #fff;
	padding: 3px 10px;
}

.media-form .form-group p {
	margin-bottom: 20px;
	font-size: 12px;
	color: #888888;
}
.media-form .form-group .conform-btn .btn {
	margin-bottom: 0;
}
.media-form .form-group .conform-btn span {
	font-size: 14px;
	color: #888888;
}
.bootstrap-tagsinput {
	padding: 4px 6px;
}
.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: auto !important;
	max-width: inherit;
}
.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}
.bootstrap-tagsinput .tag {
	margin-right: 2px;
	margin-bottom: 5px;
	color: #333333;
	background-color: #d1d1d1;
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px 7px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
}
.media-form .form-group .file-input-wrapper {
	color: #fff;
	float: right;
}
.content-button label.btn{
	color: #fff;
	display: block;
	margin-right: 6px;
	margin-bottom: 10px;
	padding: 4px 10px;
	border: 1px solid #76b9f6;
	text-align: left;
	position: relative;
}

.content-button label.btn i {margin-right: 0;}

.content-button label.btn .letter{
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #fff;
	display: inline-block;
	width: 16px;
	height: 17px;
	line-height: 15px;
	text-align: center;
	border-radius: 3px;
	margin-right: 10px;
}
.content-button label.btn .content-text{
	display: inline-block;
	font-size: 16px;
}
.content-button label.btn .selected-tick {
	position: absolute;
	right: 10px;
	visibility: hidden;
}
.content-button label.btn.active .selected-tick {
	visibility: visible;
}

.media-form .form-group .submit-btn {
	margin-bottom: 0;
}
.edit-media-close {
	position: absolute;
	top: 30px;
	right: 30px;
	line-height: 11px;
	font-size: 20px;
}
.media-droper {
	background-color: rgba(0,0,0,0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 10px dashed #7c7c7c;
	text-align: center;
}
.media-droper h1 {
	color: #fff;
	font-size: 40px;
	margin-top: 200px;
}

/*
	YOUTUBE UPLOADER BAR
///////////////////////////*/

.yt-uploader-bar {
	width: 100%;
	background-color: #f6f6f6;
	overflow: hidden;
}
.yt-uploader-bar li {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 67px;
	background-color: #f6f6f6;
	line-height: 67px;
	padding: 0 30px;
}
.yt-uploader-bar li + li {
	border-left: 1px solid #d7ddeb;
}
.yt-uploader-bar li > span {
	margin-right: 15px;
}
.yt-uploader-bar li .btn {
	text-transform: capitalize;
	font-size: 13px;
}
.sync-table .table > thead > tr > th:nth-child(2) {
	width: 50%;
}
.sync-table .table > thead > tr > th {
	padding: 8px 20px;
}
.sync-table .table > tbody > tr > td, .sync-table .table > tfoot > tr > td {
	padding: 25px 20px;
}
.sync-thumb img {
	width: 100px;
	height: 80px;
}
.sync-desc h3 {
	display: inline-block;
	margin-top: 0;
	margin-right: 5px;
}
.sync-desc .btn {
	font-size: 10px;
}
.sync-sync time {
	display: block;
	margin-bottom: 15px;
}


.notification-bottom {
	background-color: rgba(0,0,0,0.80);
	color: #fff;
	padding: 12px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
}
.notification-bottom-container {
	width: 350px;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
	border-radius: 6px;
}
.notification-caption {
	text-align: center;
}
.notification-caption h2 {
	margin-top: 0;
	color: #fff;
}
.login-buttons .btn {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
.login-buttons > p {
	margin-bottom: 0;
}
.login-buttons > p > a {
	color: #fff;
	text-decoration: underline;
}
.login-buttons > p > a:hover {
	color: #fff;
}
.btn-facebook {
	background-color: #3b5998;
}

