#dialog-image-step table.oms-data {
	width: 99%;
	border-collapse: collapse;
}

#dialog-image-step .oms-data > thead > tr > th:first-child {cursor: pointer;}

#dialog-image-step .oms-data > tbody > tr > td {
	vertical-align: top;
	padding: 4px;
}

#dialog-image-step .oms-data > tbody > tr {
	border-bottom: 1px solid rgb(51, 60, 78);
}

#dialog-image-step .oms-data a {
	margin-left: 4px;
	margin-bottom: 4px;
}

#dialog-image-step .oms-data textarea {
	overflow: auto;
	padding: 8px;
    border: none;
    width: 94%;
    background-color: rgba(52, 61, 93, 0.5);
	color: white;
	resize: none;
}

#dialog-image-step .oms-data .oms-label {width: 150px;}
#dialog-image-step .oms-data .oms-label textarea {width: 80%;}
#dialog-image-step .oms-data .oms-ctrl, #dialog-image-step .oms-data > thead th:last-child {
	text-align: right;
	padding-right: 0;
}

#dialog-image-step .oms-data .dropzone {
	width: 136px;
	height: 120px;
	margin-top: 10px;
}

#dialog-image-step .oms-data .dz-message {
	margin: 0.3em 0;
    font-size: 15px;
}

#dialog-image-step .oms-schema-thumb {
	min-width: 40px;
	max-width: 256px;
	border-style: solid;
    border-width: 0px;
}

#dialog-image-step .variant-img {
	display: inline-block;
	margin: 8px;
	background-color: rgb(67, 73, 97);
}

#dialog-image-step .variant-type {
	display: block;
	margin: 2px;
	width: 230px;
}

#dialog-image-step .oms-data .oms-ctrl {width: 32px;}

#dialog-image-step .oms-data .paste-image-ctrl a,
#dialog-image-step .oms-data .pic-copy-ctrl {
	background-color: rgb(38, 110, 152);
}

#dialog-image-step .oms-data .pic-edit-ctrl,
#dialog-image-step .oms-data .pic-play-ctrl
{
	background-color: rgb(48, 98, 72);
}

#dialog-image-step .add-url-ctrl {
}

#dialog-image-step .add-url-ctrl a {
	background-color: green;
}

#dialog-image-step .paste-image-ctrl label,
#dialog-image-step .add-url-ctrl label {
	display: inline-block;
}

#dialog-image-url input {
	display: block;
	box-sizing: border-box;
	width: 100%;
}

#dialog-image-url img.preview {
	width: 255px;
	margin-top: 22px;
}

#dialog-image-url .err-msg {
	color: orange;
}

#dialog-image-step .oms-data .expand-area {background-color: rgb(62, 54, 108);}

#dialog-image-step .oms-data .add-oms {background-color: rgb(2, 100, 80);}

#dialog-image-step .oms-data .pic-rem-ctrl, #dialog-image-step .oms-data .rem-oms {background-color: rgb(190, 38, 84);}

#dialog-image-step .oms-title {
	width: 400px;
}