.hiddenItem
{
	display: none !important;
}
.modal-body img {
	display: block;
	max-width: 100%;
}

.preview {
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin: 10px;
	border: 1px solid red;
}

.modal-lg {
	max-width: 1200px !important;
}

.card-text {
	min-height: 150px;
}

.pageTitle {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 4%;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: 1px dashed #516495;
	font-weight: bolder;
	color: #406ad7;
}

.formX {
	list-style: none;
	margin-bottom: 36px;
}

.formXli {
	margin-top: 24px;
	margin-bottom: 28px;
}

.formLabel {
	width: 50%;
	display: inline-block;
	text-align: left;
	padding: 3px;
	padding-right: 6px;
	vertical-align: -webkit-baseline-middle;
	border-radius: 4px;
	margin-top: -2px;
	background-color: #9c9c9c;
}

.FieldCaption {
	display: inline-block;
	width: 70%;
}

.captionL {
	color: #fff;
	padding-left: 3px;
}

.dxHtmlEditor {
	min-height: 360px;
	max-height: 900px;
}

.formPicLabel {
	margin-top: -40px;
}

.fromFileLabel {
	vertical-align: top;
}

.formLabelTransfer {
	background-color: transparent;
}

.formFieldCAPTCHAImg {
	border: 1px solid #e0dbdb;
	border-radius: 6px;
	background-color: #1c5a2a;
}

.formFieldCAPTCHAImgBlock {
	width: 49%;
	display: inline-block;
}

.formFieldCAPTCHAImgBlock img {
	width: 100%;
}

.formFieldCAPTCHABtnBlock {
	width: 49%;
	display: inline-block;
	text-align: center;
}

.noteLi {
	margin-top: -10px;
	margin-bottom: 25px;
}

.formField {
	width: 100%;
	display: inline-block;
	font-family: "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Open Sans", Arial, sans-serif !important;	
}

.itemFiles {
	margin-left: 20.4%;
	text-align: right;
	padding: 4px;
	line-height: 31px;
	border: 1px dashed #cac7c7;
}

.fileDL {
	display: inline-block;
	width: 85%;
	vertical-align: super;
	background: transparent;
	color: #1c5a2a;
}

.fileBtn {
	display: inline-block;
	width: 50px;
	border: 1px solid #d8d5d5;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	font-size: 28px;
	background-color: #fbfafa;
	color: #1c5a2a;
	margin-left: 4px;
}

.fileBtn:hover {
	background-color: #1c5a2a;
	color: #fbfafa;
	cursor: pointer;
}

.dx-widget input,
.dx-widget textarea {
	font-family: "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Open Sans", Arial, sans-serif !important;
}

.dx-texteditor-input {	
}

.dx-validationsummary-item-content {
	font-family: "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Open Sans", Arial, sans-serif !important;
	line-height: 26px;
}

.dx-timeview-field .dx-numberbox {
	min-width: 75px;
}

#submitBtn {
	width: 20%;
	background-color: #406ad7;
	color: #fff;
	font-size: 24px;
}

#submitBtn>.dx-button-content>.dx-button-text {
	color: #fff;
}

.funcBtn
{
    padding: 2px 10px !important;
    vertical-align: baseline !important;
}

.noteField {
	font-size: 14px;
	color: rgba(62, 167, 224, 1);
}

.tBox {
	position: relative;
	width: 100%;
	border: 1px solid green;
	margin: 0px auto;
	height: 300px;
	line-height: 300px;
	text-align: center;
}

.tBoxC {
	position: absolute;
	margin: 0;
	width: 100%;
	line-height: 24px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.upperCase input {
	text-transform: uppercase;
}

.itemPics {
	border: 1px dashed #E5E5E5;
	width: 75%;
	margin: 0 0 0 20.3%;
	padding: 0px;
	position: relative;
}

.dx-fileuploader-wrapper,
.dx-fileuploader-input-wrapper {
	padding: 0px;
}

.xPicsImg {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.fileNameT {
	background-color: #2d2d2d;
	color: #eae2e2;
	padding: 6px;
	text-align: right;
}

.deleteFile {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 50px;
	height: 50px;
}

.deleteFile :hover {
	cursor: pointer;
}

.deleteFile img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
}

.deleteFile:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}

#gauge {
	height: 440px;
	width: 100%;
}

.box-item {
	text-align: center;
	padding-top: 34px;	
}

.orange {
	background: #f39e6c
}

.yellow {
	background: #f5e5a6
}

.green {
	background: #94d7c7
}

#chart {
	height: 440px;
}

.tooltip-header {
	margin-bottom: 5px;	
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
	width: 170px;
}

.tooltip-body .series-name {
	font-weight: normal;
	opacity: 0.6;
	display: inline-block;
	line-height: 1.5;
	padding-right: 10px;
	width: 126px;
}

.tooltip-body .value-text {
	display: inline-block;
	line-height: 1.5;
	width: 30px;
}

#chart-demo {
	width: 100%;
}

#rectangleNeedle,
#twoColorNeedle,
#triangleNeedle,
#rangebar,
#textCloud,
#triangleMarker {
	display: inline-block;
}

#rectangleNeedle,
#twoColorNeedle,
#triangleNeedle {
	width: 33%;
}

#rangebar,
#triangleMarker {
	width: 32%;
}

#textCloud {
	width: 35%;
	vertical-align: bottom;
}

.long-title h3 {
	font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
	font-weight: 200;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

#image {
	height: 200px;
}

.label {
	color: #767676;
}

dx-fieldset {
	height: 500px;
}

.tBox_BarGauge {
	height: 600px;
}

.tBox_calendar {
	height: 600px;
}

.tBox_chart {
	height: 600px;
}

.tBox_CircularGauge {
	height: 900px;
}

.zipcode {
	color: rgba(130, 130, 130, 1);
	height: 34px;
	line-height: 34px;
	width: 150px;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 8px;
	vertical-align: bottom;
}

.county {
	color: rgba(130, 130, 130, 1);
	height: 34px;
	line-height: 34px;
	width: 150px;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 8px;
}

.district {
	color: rgba(130, 130, 130, 1);
	height: 34px;
	line-height: 34px;
	width: 150px;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 8px;
}
.marginLeft_2
{
	margin-left: -2px;
}
.marginLeft_4M
{
	margin-left: -4px;
}
.marginRight_5 {
	margin-right: 5px;
}

.collapseBtn {
	width: 100%;
	font-size: +110% !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

#colMenu {
	position: fixed;
	right: -150px;
	top: 50%;
	margin-top: -64px;
	z-index: 99999;
	border-left: 6px #6f797f solid;
}

#colMenu:hover {
	right: 0px;
}

.inputTxtFullWidth
{
	width: 100%;
    margin: 10px 0px;
    height: 36px;
    border: 1px solid #bdbaba;
    border-radius: 6px;
}

.colMenuItem {
	width: 168px;
	height: 32px;
	line-height: 22px;
	padding: 4px;
	padding-left: 6px;
	margin-bottom: 1px;
	background-color: #7d7d7d8c;
	color: #fff;
}

.colMenuItem:hover {
	padding-left: 12px;
	background-color: #5B5B5B;
	cursor: pointer;
}

.custom-control-label
{
	background-color: unset;
}