body {
  background: #e8e9e9;
  margin: 0;
}

.spe-bell-wrap {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  color: black;
  font-size: 1em;
}
.spe-bell-wrap .btn-default {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  background: #a60303;
  padding: .5em 1.8em;
  color: white;
  font-weight: normal;
  border: none;
  border-radius: 4px;
  font-size: 1.2em;
  margin: .5em;
}
.spe-bell-wrap .btn-default:hover {
  background: #d80404;
}
.spe-bell-wrap .form-control {
  border-radius: 0;
  width: 220px;
  line-height: 1.5em;
  font-size: 1em;
  border: 1px solid #ddd;
}

.spe-bell-modal .spe_row,
.spe_form-group {
  display: table;
  margin: 0 auto;
}

.spe_col-md-8,
.spe_col-md-4,
.spe_col-sm-4,
.spe_col-sm-8 {
  display: table-cell;
  vertical-align: top;
}

.spe_container {
/* MarkTing 20160704 update Stsrt*/
  /*width: 1000px;*/
  width: 950px;
/* MarkTing 20160704 update End*/
  background: white;
  margin: 0 auto;
  margin-top: 1em;
}
.spe_container .spe_row .spe_col-md-8 {
  width: 65%;
}
.spe_container .spe_row .spe_col-md-4 {
  width: 35%;
  padding: 1em;
  position: relative;
  vertical-align: top;
}

.spe-bell-write-box h2 {
  border-left: 5px solid #a60303;
  font-size: 1.4em;
  padding-left: .5em;
  margin-top: .2em;
  margin-bottom: 1em;
  color: #878686;
  font-weight: normal;
}
.spe-bell-write-box .spe_col-sm-4 {
  width: 90px;
}

.spe_form-horizontal {
  margin: 1em 0 1em 1em;
}
.spe_form-horizontal .control-label {
  font-size: .9em;
}
.spe_form-horizontal .spe_form-group {
  margin-bottom: .5em;
}
.spe_form-horizontal input[type="radio"],
.spe_form-horizontal input[type="checkbox"] {
  margin: 8px 0 0 -20px;
}

.spe-bell-tabs-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

ul.spe_nav {
  display: table;
  width: 100%;
  padding: 0;
/* MarkTing 20160704 update Start*/
  /*  margin: 0 0 -1px 0;*/
  margin: 0px;
/* MarkTing 20160704 update End*/
}

.spe_nav li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

.spe_nav li a {
  display: inline-block;
  background: #f2f2f2;
  width: 100%;
  height: 4em;
  line-height: 4em;
  color: black;
  font-size: 1.1em;
  text-decoration: none;
}
.spe_nav li a:hover {
  background: #e3e3e3;
}
.spe_nav li a.is-active {
  background: #e3e3e3;
}

.textred {
  color: #a60303;
}

.baseline {
  text-decoration: underline;
}

.spe_container_mobile {
  width: 100%;
  background: white;
  margin: 0 auto;
  padding: 0;
}
.spe_container_mobile .spe-bell-banner-box {
  padding: .3em;
}
.spe_container_mobile .spe-bell-write-box {
  margin: 1em .5em;
  margin: 0 auto;
  max-width: 500px;
}
.spe_container_mobile .spe-bell-write-box h2 {
  margin-left: .5em;
}
.spe_container_mobile .spe_col-sm-4 {
  width: 33%;
}
.spe_container_mobile .spe_col-sm-8 {
  width: 67%;
  text-align: left;
}
.spe_container_mobile .spe_form-group {
  width: 100%;
  text-align: center;
}
.spe_container_mobile .spe_row {
  width: 100%;
}
.spe_container_mobile .spe_row .spe_col-md-8 {
  display: block;
  width: 100%;
}
.spe_container_mobile .spe_row .spe_col-md-4 {
  display: block;
  width: 100%;
}
.spe_container_mobile .control-label {
  text-align: left;
  padding: 0 0 0 1em;
  white-space: nowrap;
}
.spe_container_mobile .spe_form-horizontal {
  margin: 0;
}
.spe_container_mobile .form-control {
  width: 70%;
  border-radius: 0;
}
.spe_container_mobile textarea.form-control {
  width: 90%;
}
.spe_container_mobile .btn-default {
  padding: .4em 2em;
}
.spe_container_mobile .spe-bell-tabs-box {
  position: static;
}
.spe_container_mobile .spe_nav {
  border: 1px solid #cbcbcb;
  border-width: 1px 0;
}
.spe_container_mobile .spe_nav a {
  font-size: 1.2em;
  height: 3em;
  line-height: 3em;
  text-decoration: none;
}
.spe_container_mobile .spe_nav li:first-child {
  border-right: 1px solid #cbcbcb;
}

.spe-bell-modal-icon {
  width: 100px;
}

.ui-dialog {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  /*min-width: 380px;*/
  min-width: 300px;
  padding-top: 50px;
}
.ui-dialog .btn-default {
  background: #a60303;
  padding: .5em 1.8em;
  color: white;
  font-weight: normal;
  border: none;
  border-radius: 4px;
  font-size: 1em;
}
.ui-dialog .btn-default:hover {
  background: #d80404;
}
.ui-dialog .center {
  text-align: center;
}
.ui-dialog .btnbar {
  text-align: center;
  padding: .5em 0;
}

.ui-corner-all {
  border-radius: 0px;
}

.ui-dialog .ui-dialog-titlebar {
  background: white;
  padding: 1em 30px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.ui-dialog .ui-dialog-content {
  background: white;
  padding: 0 30px 1em;
  color: #656565;
  font-weight: normal;
  font-size: .9em;
}

.ui-widget-header {
  border: none;
  background: none;
  color: black;
  font-weight: normal;
}

.ui-widget-content {
  border: none;
  background: none;
}
.ui-widget-content p {
  padding: 0;
  margin: .8em 0 0 0;
  line-height: 1.2em; 
}
.ui-widget-content p:first-child {
  margin-top: 0;
}
.ui-widget-content .dai-icon {
  width: 200px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid transparent;
  background: transparent;
}

.ui-widget-overlay {
  background: black;
  opacity: .6;
}

.ui-dialog .ui-dialog-buttonpane {
  background: white;
  margin: 0;
  padding: .5em;
}

.ui-dialog-buttonset {
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em;
  background: #a60303;
  padding: .2em 1em;
  color: white;
  font-weight: normal;
  border: none;
  border-radius: 4px;
  font-size: 15px;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  background: #d80404;
}

.ui-dialog .ui-dialog-titlebar-close {
  top: -36px;
  height: 44px;
  width: 44px;
  right: 0;
}

.ui-widget-header .ui-icon-closethick {
  background: url(../../img/dialog_close.gif);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
  width: 44px;
  height: 44px;
}

/* MarkTing 20160704 update Start*/
#isReadDeclaration{
  margin-top: 8px;
}
.ui-dialog .ui-dialog-title {
    margin: .1em 0 .1em 0;
}
/* MarkTing 20160704 update End*/

/*# sourceMappingURL=spe-bell.css.map */