label {
     color: rgb(241, 247, 249);
     background-color: #0d4d5f;
}
 .card-text {
     min-height: 150px;
}
 .pageTitle{
     margin-top: 10vh;
     margin-bottom: 9vh;
     padding-left: 4%;
     padding-bottom: 2vh;
     text-align: left;
     border-bottom: 1px dashed #efebeb;
}
 .formX {
     list-style: none;
     margin-bottom: 36px;
}
 .formXli {
     margin-bottom: 10px;
}
 .formLabel {
     width: 20%;
     display: inline-block;
     text-align: right;
     padding: 3px;
     padding-right: 6px;
     vertical-align: -webkit-baseline-middle;
     border-radius: 4px;
}
 .fromFileLabel {
     vertical-align: top;
}
 .formLabelTransfer {
     background-color: transparent;
}
 .formFieldCAPTCHAImg {
     border: 1px solid #e0dbdb;
     border-radius: 6px;
     background-color: #0d4d5f;
}
 .formFieldCAPTCHAImgBlock {
     width: 49%;
     display: inline-block;
}
 .formFieldCAPTCHAImgBlock img {
     width: 100%;
}
 .formFieldCAPTCHABtnBlock {
     width: 49%;
     display: inline-block;
     text-align: center;
}
.formFieldCAPTCHABtnBlock a
{
	color: #ffffff;
}
 .noteLi {
     margin-top: -10px;
     margin-bottom: 25px;
}
 .formField {
     width: 75%;
     display: inline-block;
     font-family: "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Open Sans", Arial, sans-serif !important;
     font-size: 14px;
}
 .itemFiles {
     width: 75%;
     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: #0d4d5f;
}
 .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: #0d4d5f;
     margin-left: 4px;
}
 .fileBtn:hover {
     background-color: #0d4d5f;
     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 {
     font-size: 14px;
}
 .defaultBtn {
    background-color: #0d4d5f !important;
    color: #fff !important;
    font-size: 18px;
}
.outlinedBtn {
    color: #f00 !important;
    font-size: 16px;
    border-width: 2px;
    font-weight: 600;
}
.outlinedBtn:hover {
    background-color: rgb(221 221 221 / 75%) !important;
}
 #submitBtn {
     width: 20%;
     background-color: #ff0000;
     color: #fff;
     font-size: 24px;
}
 #submitBtn > .dx-button-content > .dx-button-text {
     color: #fff;
}
 .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;
     font-size: 16px;
}
 .orange {
     background: #f39e6c 
}
 .yellow {
     background: #f5e5a6 
}
 .green {
     background: #94d7c7 
}
 #chart {
     height: 440px;
}
 .tooltip-header {
     margin-bottom: 5px;
     font-size: 16px;
     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: 34%;
     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: 33%;
     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: 33%;
     border: 1px solid #aaa;
     border-radius: 3px;
     font-size: 14px;
     padding-left: 8px;
}
