textarea.label-form-input,
select.label-form-input,
input.label-form-input {
  width: 300px;
  height: 30px;
  vertical-align: middle;
	background-color: #f5f5f5;
  border: solid 1px #ded9d9;
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
}
input.label-form-input,
select.label-form-input,
textarea.label-form-input {
  background-color: transparent;
}
textarea.label-form-input {
  padding-top: 10px;
}
select.label-form-input {
  padding-right: 0;
}
.label-form-input.input-size-big {
  width: 430px;
}
.label-form-input.input-size-small {
  width: 130px;
}
.label-form-input.input-size-middle {
  width: 222px;
}
.label-form-input:disabled {
  background-color: #f5f5f5;
}
input[type='button'].operate-btn,
input[type='submit'].operate-btn,
button.operate-btn {
  width: 300px;
	height: 36px;
	background-color: #e4ac27;
  border-radius: 4px;
  margin: 11px auto 54px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #ffffff!important;
  margin-left: 70px;
}
.operate-btn:disabled {
  background-color: #cccccc;
} 
.label-form-common-input {
  height: 30px;
  border: solid 1px #dfdede;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  color: #999999;
}
.label-form-common-input:disabled {
  background-color: #eeeeee;
}
select.label-form-common-input {
  padding-right: 0;
}

.operate-btn-yellow {
  width: 60px;
	height: 30px;
	line-height: 26px;
	background-color: #e4ac27;
	border-radius: 4px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
}
.operate-btn-reset {
  width: 102px;
	height: 30px;
	line-height: 26px;
	background-color: #f2f2f2;
	border-radius: 4px;
	border: solid 1px #ded9d9;
  outline: none;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
}
.operate-btn-blue {
  width: 60px;
	height: 30px;
	line-height: 28px;
	background-color: #0059b0;
	border-radius: 4px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #ffffff;
}
.operate-btn-blue.red {
  background-color: #d0181d;
}
.operate-btn-blue.green {
  background-color: #20af3e;
}
.operate-btn-white {
  height: 30px;
  line-height: 28px;
	background-color: #ffffff;
	border-radius: 4px;
  border: solid 1px #ded9d9;
  outline: none;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
}
.size-middle {
  width: 100px;
}
.operate-btn-yellow:disabled {
  background-color: #cccccc;
}
.label-form-common-input {
  height: 30px;
  border: solid 1px #dfdede;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  color: #333333;
}
select.label-form-common-input {
  padding-right: 0;
}
textarea.label-form-common-input {
  padding-top: 10px;
}

.checkbox {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: solid 1px #ded9d9;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
}
.checkbox.size-small {
  width: 14px;
  height: 14px;
}
.checkbox .address-check {
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}
.checkbox .address-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.checkbox .address-check:checked + .address-icon {
  background-image: url(../images/user/icon-dialog-check.png);
}
.checkbox.size-small .address-check:checked + .address-icon {
  background-image: url(../images/user/checkbox-chec-red-small.png);
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
}
.checkbox .address-check-blue:checked + .address-icon {
  background-image: url(../images/user/icon-checkbox-blue.png);
}

.selection-radio {
  display: flex;
  position: relative;
}
.selection-radio .radio-check {
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}
.selection-radio .radio-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position:  0 0;
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 7px;
}
.selection-radio .radio-check:checked + .radio-icon {
  background-image: url(../images/user/icon-radio-check.png);
  border: none;
  width: 17px;
  height: 17px;
}
.selection-radio .radio-check.radio-yellow:checked + .radio-icon {
  background-image: url(../images/user/radio-yellow.png);
  border: none;
  width: 17px;
  height: 17px;
}
.button-common {
  border-radius: 2px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #ffffff;
}
.button-common-small {
  width: 96px;
  height: 22px;
  line-height: 18px;
}
.button-common-middle {
  width: 120px;
	height: 30px;
	line-height: 26px;
}
.button-common.grey {
  background-color: #bdbdbd;
}
.button-common.red {
  background-color: #d0181d;
}
.button-common.yellow {
  background-color: #e4ac27;
}
.button-common.blue {
  background-color: #0059b0;
}

.search-form {
  padding: 30px 12px 20px 0;
  background-color: #ffffff;
}
.search-form .label-form-common {
  margin-bottom: 20px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.icon-price {
  position: absolute;
  color: #999999;
  font-size: 14px;
  top: 6px;
  left: 120px;
}
.search-form .label-form-title {
  width: 92px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  text-align: right;
  font-weight: bold;
}
.search-form .icon-time {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/user/icon-time.png);
  position: absolute;
  top: 6px;
  left: 216px;
}

.search-content {
  padding: 16px 12px 60px;
  margin-top: 16px;
  background-color: #ffffff;
  min-height: 774px;
}
.customer-list-container .search-content,
.ensclosure-list-container .search-content {
  min-height: 825px;
}
.search-table .search-thead {
  min-height: 40px;
  line-height: 40px;
  background-color: #0059b0;
  color: #e9eeff;
}
.search-table .selection {
  margin-left: 13px;
  font-size: 14px;
}
.search-table .search-tbody .search-tr {
  border-bottom: dashed 1px #ded9d9;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #666666;
}
.search-table .search-tbody .search-tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.search-table .inline-block {
  display: inline-block;
  vertical-align: middle;
}
.search-table .label-btn-common {
  width: 50px;
	height: 24px;
	line-height: 20px;
	background-color: #ffffff;
	border-radius: 4px;
  font-size: 14px;
  outline: none;
}
.search-table .label-btn-yellow {
  border: solid 1px #e4ac27;
  color: #e4ac27;
}
.search-table .label-btn-grey {
  border: solid 1px #999999;
  color: #858585;
}
.color-red {
    color: #d0181d!important;
}
.color-green {
    color: #20af3e;
}
.color-yellow {
  color: #d1970f;
}
.color-blue {
  color: #0059b0;
}
.color-grey {
  color: #666;
}