#dialog-o-info .dropzone {
	width: 132px;
    height: 75px;
}

#dialog-o-info .dz-message {
	margin: 0.3em 0;
    font-size: 15px;
	color: black;
}

li.submit-ctrl {
	display: table-cell;
	float: left;

	margin: 2px;
	padding: 2px;
	height: 76px;
	width: 132px;

	background-color: rgb(209, 222, 255);
	background-image:  url("../images/stin.png");
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#dialog-o-info li .film-item-ctrl {
	position: relative;
	font-size: 12px;
}

li .duration {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: rgba(65, 81, 104, 0.8);

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

	border: 0px solid #000000;
	position: relative;
	margin-right: 3px;
	margin-left: 3px;
	padding: 0px;
	vertical-align: middle;
}

li .duration span {
	position: relative;
	top: 4px;
}

li .duration-selected {
	background-color: rgb(184, 255, 20);
	color: black;
}

li.pic-thumb-place, li.url-place, li.video-thumb-place {
	background-color: rgb(169, 180, 206);

	display: table-cell;
    text-align: center;
    vertical-align: middle;

    margin: 2px;
    padding: 2px;
    height: 76px;
    width: 132px;
    overflow: hidden;
    cursor: move;
	float: left;

	background-image:  url("../images/stin.png");
	background-size:   cover;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
}

#dialog-o-info .film .pic-thumb-place,
#dialog-o-info .film .url-place,
#dialog-o-info .film .video-thumb-place {
	magin: 0;
    padding: 0;
    margin-top: 26px;
    margin-bottom: 25px;
}

#dialog-o-info .film .video-thumb-place .duration {
	width: auto;
    min-width: 60px;
}

#dialog-o-info img.pic-thumb {
	/*clip: rect(0px, 128px, 73px, 0px);*/
    /*position: absolute;*/
    /*width: 128px;*/
    height: 72px;
}

#dialog-o-info .video-title {
	display: inline-block;
	margin: 4px;
	margin-bottom: 22px;
	margin-top: 8px;
	white-space: nowrap;
	width: 90%;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.link-list .url-place {
	width: 180px;
}

.url-place input {
	width: 82%;
	margin-bottom: 24px;
	font-size: 14px !important;
}

#dialog-o-info .film .url-place input {
	width: 82%;
	margin-bottom: 20px;
	font-size: 8px;
	background-color: transparent;
	border: 0px solid;
	color: black;
}

.thumb-list, .link-list, .ppt-list, .video-list {
	display: inline-block;
	background-color: rgb(228, 233, 255);
	min-width: 190px;
	min-height: 84px;
	padding: 2px;
	margin: 0;
	margin-bottom: 20px;

	box-shadow:         rgba(29, 32, 36, 0.9) 1px 4px 4px;
	-webkit-box-shadow: rgba(29, 32, 36, 0.9) 1px 4px 4px;
	-moz-box-shadow:    rgba(29, 32, 36, 0.9) 1px 4px 4px;
}

#dialog-o-info .film {
	display: inline-block;
	min-width: 190px;
	min-height: 127px;
	padding: 0px;
	margin: 0;

	background-image:  url("../images/film-bg.png");
    background-size:   auto;
	background-repeat: repeat;
	background-position: left top;
}

.thumb-list .rondo .ui-icon,
.video-list .rondo .ui-icon
{
	left: 0px;
	top: 2px;
}