/* 标签
-------------------------------------------*/
fieldset {
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* 类
---------------------------------*/
.rounded-corners-5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.round {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 5px;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.win_input .tabpage {
  margin-top: 5px;
}
.ds_form {
  border-spacing: 1px;
  border-collapse: separate;
  font-size: 12px;
  background-color: #cccccc;
  overflow: visible;
}
.ds_form > tbody > tr {
  height: 35px;
  vertical-align: middle;
}
.ds_form > tbody > tr > td {
  min-width: 150px;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #ffffff;
}
.ds_form span {
  word-break: break-all;
}

.ds_form label {
  margin-bottom: 0;
  display: inline;
  /*去除bootstrap*/ }
/**
   * 用于标识,group收起、展开时标识
   */
.ds_form .td_group {
  background-image: url("/html/base/image/gray-bg-35.png");
  color: #d9534f;
  font-weight: bold;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
.ds_form .td_label {
  background-color: #f5f5f5;
  text-align: right;
  width: auto;
  min-width: 60px;
}
.ds_form .control {
  width: 100%;
}
/**
 * 查询条件日期区间.
 */
.ds_form .td_querydate {
  width: 251px;
}
.body-busy-cursor {
  cursor: wait;
  /*pointer-events: none;*/
}

.loadingMask {
  position: absolute; 
  top: 0px; 
  filter: alpha(opacity=100); 
  
  z-index: 90000; 
  left: 0px;
  opacity:1; 
  -moz-opacity:1;
  display:none;
}

/**
 * 窗口标题格式
 */
.win_title {
  height: 40px;
  position: relative;
  border-bottom: 1px solid #428bca;
  margin-bottom: 5px;
}
.win_title .title {
  position: absolute;
  bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #428bca;
}
.win_title .buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0;
}
/**
 * 窗口标题格式(success颜色)
 */
.win_title_success {
  height: 40px;
  position: relative;
  border-bottom: 1px solid #4cae4c;
  margin-bottom: 5px;
}
.win_title_success .title {
  position: absolute;
  bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #5cb85c;
}
.win_title_success .buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0;
}
/**
 * dialog样式.
 */
.ect_dialog {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ect_dialog .button_bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #cccccc;
}
/** 灰色的panel样式 */
.gray-panel {
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  transition: height 0.3s;
}
.gray-panel-body {
  padding: 10px 15px;
}
.gray-panel-head {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(#fafafa, #f1f1f1);
  background-image: -webkit-linear-gradient(#FAFAFA, #f1f1f1);
  background-image: linear-gradient(#FAFAFA, #f1f1f1);
  background-repeat: repeat-x;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #333;
  border-color: #ddd;
}
.gray-panel-title {
  font-size: 14px;
  font-weight: bold;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
/**
 * hbox样式
 */
.hbox > div {
  display: inline-block;
  vertical-align: middle;
}
.hbox .form-control {
  width: 150px;
  display: inline;
}
.date_range div {
  display: inline-block;
  vertical-align: middle;
}
/**
 * 功能按钮
 */
#function_buttons div {
  display: inline-block;
}
/**
 * UI List
 */
.ui_list .list {
  border: 1px solid #c3c3c3;
  padding: 3px;
  margin: 3px;
  clear: both;
}
.ui_list a:focus {
  outline: hidden;
}
.ui_list .list li a {
  height: 18px;
  line-height: 18px;
  cursor: pointer;
  display: block;
}
.ui_list .list li.active a {
  background: none repeat scroll 0 0 #005eac;
  color: #fff !important;
}
.ui_list a:before,
.ui_list a:after {
  box-sizing: inherit;
}
.ui_list .filter {
  padding: 5px;
  border: 1px solid #c3c3c3;
  border-bottom: none;
  height: 42px;
  margin: 3px 3px -3px 3px;
  vertical-align: top;
}
.ui_list .filter h3 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  line-height: 1;
  margin: 0 8px 0 0;
}
/*************** 审核状态 **************************/
.verifyStat_notVerify {
  /*background-color: white;*/
  text-align: center;
}
.verifyStat_verify {
  background-color: #2BA812;
  text-align: center;
}
.verifyStat_destroy {
  background-color: #F75505;
  text-align: center;
}
.receipt_destroy {
  text-decoration: line-through;
}
.receipt_print_box {
  display: none;
  border: 3px solid #00a000;
  color: #00a000;
  font: 24px bold;
  text-align: center;
  transform: rotate(-30deg);
  opacity: 0.75;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 50px;
  left: 180px;
  z-index: 99;
}

.receipt_verify_box {
  display: none;
  border: 3px solid #00a000;
  color: #00a000;
  font: 24px bold;
  text-align: center;
  transform: rotate(-30deg);
  opacity: 0.75;
  width: 100px;
  height: 35px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 99;
}
.receipt_destroy_box {
  display: none;
  border: 3px solid #ff4000;
  color: #ff4000;
  font: 24px bold;
  text-align: center;
  transform: rotate(-30deg);
  opacity: 0.75;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 99;
}

#verifyBox {
  display: inline-block;
  border: 3px solid #ccc;
  color: #ccc;
  font: 24px bold;
  text-align: center;
  opacity: 0.75;
  width: 100px;
  height: 35px;
}
#verifyBox.verifyBox_verify {
  color: #00a000;
  border-color: #00a000;
}
#verifyBox.verifyBox_destroy {
  color: #ff4000;
  border-color: #ff4000;
}
.approval_box {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* 不通过 */
.approval_not_allow {
  background-color: #F75505;
}
/* 未审批 */
.approval_not {
  background-color: #fae498;
}
/* 不需要审批 */
.approval_not_need {
  background-color: #2BA812;
}
/* 部分审批 */
.approval_part {
  background-color: #a1d88b;
}
/* 通过 */
.approval_allow {
  background-color: #2BA812;
}
/* 无审批设置 */
.approval_no {
  color : #777;
  background-color: #fff;
}
/*************** 录入状态 **************************/
.inputStat_notFinish {
  /*background-color: white;*/
  text-align: center;
}
.inputStat_finish {
  background-color: #2BA812;
  text-align: center;
}
.inputStat_cancel {
  background-color: #F75505;
  text-align: center;
}
/*************** TrueFalse **************************/
.trueFalse_true {
  background-color: #2BA812;
  text-align: center;
}
.trueFalse_false {
  background-color: #F75505;
  text-align: center;
}
/* @group 覆盖easyuid
------------------------------------------------------------------*/
/**
 * datagrid footer样式.
 */
.datagrid-ftable {
  font-weight: bold;
}

/**
 * 工作空间中的easyui panel overflow默认为hidden，会导致弹出菜单无法显示
 */
#workspace > .panel {
  overflow: visible;
}
/**
 * datagrid中，a标签在行选中时字体改为白色，不然会看不清.
 */
.datagrid-row-selected a {
  color: #fff;
}

.div_table{
  font-size:0;
}

.div_table>:FIRST-CHILD{
  border-radius: 5px 0 0 5px;
  font-weight: bold;
  background-color: #5bc0de;
  color:white;
  border: 1px #5bc0de solid;
}
.div_table>:LAST-CHILD{
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ccc;
}

.div_table label{
  display: inline-block;
  font-size:12px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 5px 8px;
  min-width: 20px;
}

.div_table span, .div_table a{
  display: inline-block;
  font-size:12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 8px;
  min-width: 20px;
}

.div_table.success * {
  border-color: #3c763d;
  background-color: #dff0d8;
  color: #4cae4c;
}
.div_table.error * {
  border-color: #a94442;
  background-color: #f2dede;
  color: #F75505;
}
/* @group 覆盖bootstrap
------------------------------------------------------------------*/
/* list-group中的a标签没有disabled样式，添加 */
.list-group > a.disabled {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
/**bootstrap默认top17,bottom17*/
hr {
  margin: 5px 0;
}

/* 图片墙 */
.carousel-inner .item {
  text-align: center;
  padding-top: 38px;
}
.carousel-inner .item .img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
}
.carousel-inner .item img {

}
.carousel-inner .close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  background-image: url("/image/close36.png");
  z-index: 2000;
  opacity: 1;
}
.carousel-control.left, .carousel-control.right {
  background: none;
  color: blue;
}
.carousel-inner .carousel-caption {
  top: -30px;
  color: #000;
  bottom: inherit;
}
.carousel-inner h3 .glyphicon {
  margin-right: 20px;
  color: green;
}
.carousel-inner p {
  display: none;
}

/* 图片缩放 */
.popup-mask{
  width:90%;
  height:90%;
  left:5%;
  top:5%;
  background: rgba(255,255,255,0);
  position: fixed;
  border:6px #333 solid;
  border-radius:8px;
  overflow: hidden;
  user-select: none;
  z-index: 6000;
}

.popup-mask .popup-close {
  width: 36px;
  height:36px;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/html/base/image/close36.png");
  z-index: 200;
}
.popup-mask .popup-content {
  width:100%;
  height:100%;
  background: rgba(33, 33, 33, 0.6);
}
.popup-mask .popup-content .popup-img{
  left:10%;
  top: 10%;
  width:80%;
  height:80%;
  /*background: rgba(255,255,255,0.8);*/
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.popup-mask .popup-content .popup-img .image{
  width:100%;
  height:100%;
  position: absolute;
  cursor:hand;
}
#imageScale .popup-content .mag-zoomed img {
  width:auto;
  height:auto;
  margin: auto;
}
.popup-btns{
  right: 10px;
  bottom: 10px;
  position: absolute;
  z-index: 200;
}
/* dsgrid detail view默认的dstable样式 */
.dstable_detailview {
	border-spacing: 0px;
  	border-collapse: separate;
  	border-width: 0;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
}
.dstable_detailview td,.dstable_detailview th{
	padding: .35em;
	border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #8db9e5;
}

.dstable_detailview > thead > tr > td, .dstable_detailview > thead > tr > th{
	background: #428bca;
	color : #ffffff;
	font-weight: bold;
}
.dstable_detailview td:first-child {
    border-width: 0 1px 1px 1px;
}

.dstable_detailview th:first-child {
    border-radius: 6px 0 0 0;
}

.dstable_detailview th:last-child {
    border-radius: 0 6px 0 0;
}

.dstable_detailview tbody > tr:HOVER {
	background-color: #cee4fb;
	color : #999;
}
.dstable_detailview tbody > tr:hover td {background:none;}

/* dstable默认的选择中状态 */
.dstable_selected_row {
	background-color: #cee4fb;
}

/* dsgrid detail view默认的dstable样式  END */

/* dsgrid find highlight */
table.datagrid-btable span.highlight {
    background-color: orange;
}

/*info颜色的分组下拉菜单项*/
.ect-dropdown-menu-info dd{
	display:inline-block;
	padding:0 8px;
	margin:4px 0;
	border-left:1px solid #e0e0e0;
	text-decoration:none;
	min-width:90px;
}
.ect-dropdown-menu-info dd a{
	color:#666;
}
.ect-dropdown-menu-info dd a:hover{
	color: #5bc0de;
	font-weight: bold;
	text-decoration:none;
}
.ect-dropdown-menu-info dt{
    font-weight: bold;
    border-bottom: 1px #5bc0de solid;
    height: 25px;
    line-height: 25px;
    margin: 10px 0;
}
.ect-dropdown-menu-info div {
    display: inline-block;
    border-radius: 5px 10px 0 0;
    background-color: #5bc0de;
    color: #fff;
    padding: 0 15px;
    height: 25px;
    opacity: 0.85;
}

.ect-dropdown-menu-info-a-block {
	display:inline-block;
	padding: 0 8px;
	margin: 4px 0;
    border-left: 1px solid #e0e0e0;
    color: #666;
    text-decoration: none;
    min-width: 90px;
    color:#666;
}

.ect-dropdown-menu-info span:hover{
	color: #5bc0de;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer; 
}

.date-range-tile {
  width: 420px;
  height: 242px;
  border: 1px solid darkgrey;
  padding: 3px;
}
.date-range-tile div[name=startCalendar] {
  border: 1px solid #D4D4D4;
  margin-right: 20px;
}
.date-range-tile div[name=endCalendar] {
  border: 1px solid #D4D4D4;
}
.date-range-tile .displayRow {
  height: 20px;
  text-align: center;
}
.date-range-tile .row {
  margin-top: 3px;
}
.date-range-tile .startTime {
  text-align: left;
  padding-left: 8px;
  border-left: none;
}
.date-range-tile .endTime {
  text-align: right;
  padding-right: 8px;
  border-left: none;
}
.date-range-tile div[name=startTime] {
  width: 95%;
}
.date-range-tile div[name=endTime] {
  width: 95%;
}
.date-range-tile td.calendar-day div.selected {
  background-color: #c27b00;
  color: #fff;
  border: 1px solid #c27b00;
  padding: 0;
}

.datePointTile {
  border: 1px solid darkgrey;
  padding: 3px;
}
.datePointTile > table > tbody > tr >td {
  padding-right: 15px;
}
.datePointTile #calendarDiv {
  min-height: 210px;
}
.datePointTile #calendarDiv > table {
  min-width: 100%;
  border-spacing: 0 5px;
  border-collapse: separate;
}
.datePointTile #calendarDiv > table > tbody > tr > td {
  padding: 0 5px;
}
.datePointTile .calendar-active {
  background-color: #0081c2;
  color: #fff;
  border: 1px solid #0070a9;
  padding: 0;
}
.datePointTile .calendar-active b {
  font-size: 10px;
  font-weight: normal;
}
.datePointTile #datePointDiv button.active {
  background-color: lightgoldenrodyellow;
}

/* datalist 平铺组件 */
.dataListTile {
  padding: 8px;
}
.dataListTile li {
  display: inline-block;
  list-style-type: none;
  height: 16px;
  line-height: 16px;
  margin: 5px;
  overflow: hidden;
  color: #428bca;
  padding: 0 6px;
  cursor: default;
}
.dataListTile li.selected {
  background: #4cae4c;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0 4px 1px #4cae4c;
}
.dataListTile li > a {
  text-decoration: underline;
  color: gold;
  background-color: darkgoldenrod;
  border-radius: 3px;
  padding: 2px 5px;
  font-weight: bold;
}
.dataListTile.singleColumn {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  
}
.dataListTile.singleColumn li {
  display: block;
}