#DWTcontainer {
   margin:0;
}

.upload-buttons-padding{
	padding:15px;
}

.functions-panel-group {
	max-width:450px;
	display: inline-block;
}

#btnCrop.disabled {
  cursor: not-allowed;
  opacity: 0.3;
  filter: alpha(opacity=3);
}

ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

div#dwtcontrolContainer {
	width: 800px;
}

.ds-dwt-container-box {
	border-left: none;
}

.ds-dwt-container-box>div, .dynamsoft-dwt-container-box > div {
	border: none !important;
}

div#dwtcontrolContainer, div#dwt-NonInstallContainerID {
	float: left;	
}

div#dwt-NonInstallContainerID {
	width: 560px;
}

div#Crop {
	padding: 5px;
	padding-top: 10px;
	text-align: center;
	border-collapse: collapse;
	border: 3px solid #cE5E04;
	position: absolute;
	height: 80px;
	z-index: 1;
	background-color: #f0f0f0;
	width: 250px
}

div#ImgSizeEditor {
	padding: 10px 15px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #c2cfd6;
	position: absolute;
	top: 0;
	left: 0;
	height: 162px;
	z-index: 1;
	background-color: #f5f5f5;
	width: 320px;
	box-shadow: 4px 4px 18px #c2cfd6;
	-webkit-box-shadow: 4px 4px 18px #c2cfd6;
	-moz-box-shadow: 4px 4px 18px #c2cfd6;
}

div#ImgSizeEditor li {
	margin-bottom: 5px;
}

div#ImgSizeEditor input {
	background: #fff;
	border: solid 1px #c2cfd6;
}

div#tblLoadImage {
	padding: 5px;
	padding-top: 10px;
	text-align: left;
	border-collapse: collapse;
	border: 3px solid #cE5E04;
	position: absolute;
	height: 170px;
	z-index: 1;
	background-color: #fefefe;
	width: 288px;
}

div#tblLoadImage a {
	color: #fe8e14;
}

div#tblLoadImage a:hover {
	color: #ff9f1f;
}

div#tblLoadImage a:active {
	color: #f99d31;
}

.ks-overlay {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.ks-ext-close {
	padding: 0 20px;
	position: absolute;
	right: -5px;
	top: 5px;
}

.ks-ext-close, .ks-ext-close:link {
	color: #2222AA;
	text-decoration: none;
	cursor: pointer;
}

.ks-ext-mask {
	background: #999;
	filter: alpha(opacity = 70); /* IE */
	-moz-opacity: 0.7; /* Moz + FF */
	opacity: 0.7; /* CSS3 e.g. FF 1.5 */
}

.D-dailog .ks-ext-close .ks-ext-close-x {
	height: 8px;
}

.D-dailog .ks-ext-close, .D-dailog .ks-ext-close:hover {
	background: none;
	border: none;
}

.D-dailog {
	position: absolute;
	left: -9999px;
	top: -99999px;
	margin: 100px auto;
	padding: 0;
	width: 392px;
	height: 262px;
	background-color: #F1F2F2;
}

.D-dailog .D-dailog-body {
	width: 350px;
	height: 200px;
	position: relative;
	top: 5px;
	left: 5px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #E7E7E7;
	padding: 15px;
}

.D-dailog .D-dailog-body-Mac {
	width: 350px;
	height: 235px;
	position: relative;
	top: 5px;
	left: 5px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #E7E7E7;
	padding: 15px;
}

.D-dailog .D-dailog-body-NotAllowed {
	color: #444;
	line-height: 1.8;
	width: 350px;
	height: 185px;
	position: relative;
	top: 5px;
	left: 5px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #E7E7E7;
	padding: 15px;
}

.D-dailog .D-dailog-body-Scan {
	width: 380px;
	height: 240px;
	position: relative;
	top: 5px;
	left: 5px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #E7E7E7;
	padding: 15px;
}

.D-dailog .D-dailog-body-Scan-sample {
	width: 380px;
	height: 200px;
	position: relative;
	top: 5px;
	left: 5px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #E7E7E7;
	padding: 15px;
}

.D-dailog a {
	text-decoration: none;
}

.link {
	text-decoration: underline;
}

.D-dailog ul {
	margin: 10px 0 10px 20px;
	list-style-type: disc;
}

.red {
	color: red;
	margin-left: 5px;
}

.button {
	background-image: url(../images/scanner/btn-down-install-plugin.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 34px;
	position: relative;
	margin: 20px auto 0;
	cursor: pointer;
}

.button:hover {
	background-position: 0 -34px;
}

.button:active {
	background-position: 0 -68px;
}

#div_SampleImage ul {
	padding-left: 0;
	margin-left: 0;
}
/*Upgrade
#message {
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 105;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	padding: 10px 0px 10px 0px;
	color: #239210;
	background-color: #E0F0D6;
	border: 1px solid #54D33F;
	box-shadow: 0 0 10px #3A3A3A;
}*/

#MessageBody a {
	color: #6A9962;
	font-size: 14px;
}

#message span {
	text-align: center;
	width: 95%;
	float: left;
}

#MessageBoy a:hover {
	text-decoration: underline;
}

.close-notify {
	white-space: nowrap;
	float: right;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	border: 2px #fff solid;
	padding-left: 3px;
	padding-right: 3px;
}

.close-notify a {
	color: #fff;
}

.DWTPage {
	margin: 0 auto;
}
/* Head*/
.shares {
	width: 32px;
	height: 32px;
	background-image: url(../images/scanner/icn-circle-shares.jpg);
	background-repeat: no-repeat;
	float: left;
	text-indent: -9999px;
	margin: 0 4px;
}

.narrow-screen {
	display: none;
}

@media screen and (max-width: 568px) {
	#wrapper {
		display: none;
	}
	/*body {
		background: #fff;
	}*/
	.ks-dialog-mask {
		display: none;
	}
	.narrow-screen {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.tips-header {
		left: 0;
		margin: 0 auto;
		padding: 0 15px;
		height: 78px;
		width: 100%;
		border-bottom: 1px solid #c2cfd6;
	}
	.tips-header .logo-dwt img {
		width: 60px;
		float: left;
	}
	.tips-header .img-onlineDemo {
		float: left;
		margin: 17px 0 0 10px;
		height: 21px;
	}
	.tips-desktop {
		width: 280px;
		margin: 80px auto 45px auto;
	}
	.tips {
		margin: 0 auto;
		width: 80%;
		line-height: 30px;
		text-align: center;
		font-size: 16px;
		color: #444;
	}
	#J_waiting {
		display: none;
	}
}
/*UI change*/
#header-left {
	float: left;
	padding-top: 19px;
}

#header-right {
	position: relative;
	float: right;
}

#header-download {
	float: left;
	padding-top: 29px;
}

#header-download>a {
	display: inline-block;
	text-decoration: none;
}

#header-download .btn-download {
	height: 36px;
	line-height: 30px;
	width: auto;
	padding: 0 25px;
	text-align: center;
	color: #fe8e14;
	font-size: 14px;
	font-weight: bold;
	border: solid 2px #fe8e14;
	margin-left: 15px;
	float: right;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#header-download .btn-download:hover {
	background: #ff9f1f;
	color: #fff;
	border-color: #ff9f1f;
}

#header-download .btn-download:active {
	background: #f99d31;
	color: #fff;
	border-color: #f99d31;
}

#header-call img {
	margin-right: 5px;
}

#DWTemessageContainer input[type='text'] {
	border: solid 1px #c2cfd6;
	padding-left: 3px;
}

#DWTemessageContainer input[type='button'] {
	cursor: pointer;
	margin: 0 3px;
	outline: none;
}

#source, #webcamsource, #Resolution {
	border: solid 1px #c2cfd6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	outline: none;
	font-size: 12px;
	height: 21px;
}

#Resolution {
	width: 50px;
}

#divUpload li img, #divSave li img {
	margin-right: 2px;
}

#divWebcamType select {
	margin-left: 3px;
	min-width: 60px;
	width: auto;
	border: solid 1px #c2cfd6;
	height: 20px;
}

.ds-dialog-wrap, .ds-dialog-wrap div {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.ds-dialog-wrap:before, .ds-dialog-wrap div:before, .ds-dialog-wrap:after, .ds-dialog-wrap div:after
	{
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.fl {
	float: left;
}

.tc {
	text-align: center;
}

.mt30 {
	margin-top: 30px;
}

.pt10 {
	padding-top: 10px;
}

#DWTcontainerTop {
	position: relative;
	float: left;
	height: auto;
	border: solid 1px #c2cfd6;
}

/* slideBar divEdit */
#divEdit {
	float: left;
	margin: 0;
	padding: 0;
	width: 59px;
}

#divEdit li {
	margin: 0;
	width: 59px;
	height: 59px;
	line-height: 56px;
	border-top: solid 1px #c2cfd6;
	border-left: solid 1px #c2cfd6;
	text-align: center;
}

#divEdit li:last-child {
	border-bottom: solid 1px #c2cfd6;
}

#divEdit li>img {
	margin-top: 13px;
	cursor: pointer;
}
/* btnGroupBtm */
#DWTcontainerTop #btnGroupBtm {
	bottom: 0;
	padding: 4px 95px 0;
	width: 859px;
	height: 37px;
	background: #d5d5d5;
	border-left: none;
}

#btnGroupBtm .ct-lt {
	float: left;
}

#btnGroupBtm .ct-lt button {
	width: 40px;
}

#btnGroupBtm .ct-lt input[type='text'] {
	padding-left: 3px;
	margin-left: 7px;
	height: 20px;
	font-size: 12px;
	cursor: default;
}

#btnGroupBtm .ct-lt input[type='text']#DW_CurrentImage {
	margin-left: 0;
}

#btnGroupBtm .ct-rt {
	float: right;
}

select#InterpolationMethod {
	width:137px;
	font-size:15px;
}

#DW_PreviewMode {
	margin-left: 5px;
	min-width: 48px;
	cursor: pointer;
	border: solid 1px #c2cfd6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	outline: none;
	font-size: 12px;
	height: 21px;
}
/* DWTcontainerBtm */
#DWTcontainerBtm {
	position: relative;
	float: left;
	width: 1024px
}

#DWTemessageContainer {
	
}

#DWTdivMsg {
	text-align: center;
    font-weight: bold;
}

#DWTemessage {
	text-align: left;
	overflow-y: auto;
}

#divNoteMessage {
	position: absolute;
	right: 0;
	bottom: 25px;
	padding: 10px 24px;
	width: 310px;
	height: 157px;
	font-size: 12px;
	line-height: 20px;
	background: #e7f2fc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#divNoteMessage p {
	font-weight: bold;
	margin: 0;
}
/* div.divinput {
	font-size: 12px;
	color: #444;
	padding-bottom: 6px;
	text-align: left;
	border: solid 1px #c2cfd6;
}
 */
 .divType, #ScanWrapper .toggle {
	padding-left: 20px;
	height: 39px;
	line-height: 38px;
	font-weight: bold;
	font-size: 14px;
	color: #444;
	border-bottom: solid 1px #c2cfd6;
	background: #f5f5f5;
	cursor: pointer;
}

.mark_arrow {
	display: block;
	float: right;
	margin: 15px 20px 0 0;
	width: 12px;
	height: 8px;
}

#divScanner, #divList {
	border-bottom: none;
}

#div_LoadLocalImage input[type='button'] {
	margin: 10px 0 0 0;
	width: 120px;
	height: 32px;
	line-height: 28px;
}

#divUpload input[type='text'], #divSave input[type='text'] {
	width: 225px;
	padding-left: 5px;
	font-size: 15px;
	height:25px;
}

#divUpload li, #divSave li, #div_BARCODE li {
	padding: 0 20px;
}

#divUpload li:nth-child(2), #divSave li:nth-child(2) {
	padding-top: 10px;
}

#divUpload input[type='button'], #divSave input[type='button'] {
	margin: 10px 0 10px 0;
}

#divUpload #btnSave, #divUpload #btnUpload, #divSave #btnSave  {
	margin-right: 15px;
}

button.editImageAccordion {
    transition: 0.4s;
}
