* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.vjs-big-play-button {
	display:none!important;
}

.block-outer{
	display:flex;
}

.left-block{
	max-width:230px;
	padding:10px;
}
.right-block{
	padding:10px;
}

#dropArea {
	border: 2px dashed #ccc;
	border-radius: 20px;
	max-width: 480px;
	margin: 0px auto;
	padding: 20px;
}

#uploadingVideo {
        max-width: 480px;
        margin: 0px auto;
        padding: 20px;
	display:none;
}

#uploadedVideo {
        max-width: 480px;
        margin: 0px auto;
        padding: 20px;
	display:none;
}

.video-name {
	font-weight: 600;
	font-size: 12px;
	margin: 20px 0px;
}

#uploadedVideo label {
	color: #333333;
	font-size: 12px;
}

h2 {
	margin-top: 10px;
}

#dropArea.highlight {
	border-color: purple;
}

p {
	margin-top: 0;
}

.my-form {
	margin-bottom: 10px;
}

.button {
	background: #f6f4f4;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 20px;
	display: inline-block;
}

.button:hover {
	background: #ddd;
}

#fileDrop {
	display: none;
}

.drop-area-over{
	background: #f7fffb;
}

.drop-area{
	background: transparent;
}            
.message-div {
	background:#fefefe;
	border:2px solid #333;
	color:#333;
	width:350px;
	height:150px;
	position:fixed;
	bottom:25px;
	right:25px;
	font-size:15px;
	padding:5px;
	z-index:99999;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.message-div_hidden {
	right:-9999999999999999999px;
}

#progressBar {
	height: 5px;
	background: #fdfdfd;
	margin: 20px 0;
	border: 1px solid #cccccc;
}
#progressBarComplited {
	background: #71d171;
	width: 0;
	height: 100%;
}

.title {
	font-weight: 600;
	display: block;
}

.description {
	font-size: 12px; color: #838383;
	display: block;
}

code {
	padding: 6px;
	background: #f3f3f3;
	margin: 6px 0 0 0;
	font-size: 10px;
	display: block;
}

.title-preview {
	font-size: 12px;
	display: block;
	line-height: 14px;
	margin: 4px 0 0 0;
}

.preview-col {
	margin-bottom:14px;
	position:relative;
}

.video-preview-outer {
	display: flex;
	flex-wrap: wrap;
}
.video-preview {
	max-width: 220px;
	margin: 14px;
}

.delete-video {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 18px;
	z-index: 1000;
	padding: 3px 6px;
	background: #ffffff;
	border: 1px solid #777777;
	border-radius: 6px;
	color: #555555;
	cursor:pointer;
}

#videoTitle {
	width: 100%;
	font-size: 14px;
	padding: 4px;
	margin-bottom: 10px;
}

#videoDescription {
	width: 100%;
	padding: 4px;
	height: 100px;
}
