﻿input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: black;
}

.owtag{
 color: red; 
 border: solid 2px red;
}

.tag2{
 color: red; 
}

tr.bgRed .x-grid-td {
  background-color:red;	
}	

/* listView css */
#phones {
    background-color: #fff;
    text-shadow: #fff 0 1px 0;
    position: relative;
    display: block;
    height: auto;
}

#phones div.phone img {
    margin-bottom: 1px;
}

#phones div.phone {
    float: left;
    padding: 8px;
    margin: 8px;
    text-align: center;
    line-height: 14px;
    color: #333;
    font-size: 12px;
    height: 180px; 
    width: 240px;  
    overflow: hidden;
    /*border-top: 1px solid transparent;*/
    cursor: pointer;
    
	background: #fff;
    border: 1px solid #cbcdcd;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);	
}

#phones div.phone-hover {
    /*background-color: #eee;*/
	border: 1px solid #ea8010;
}

#phones .x-item-selected {
    /*background-color: #D3E1F1 !important;*/
	border: 1px solid #eb4f38 !important;
}

#phones div.phone strong {
    color: #000;
    display: block;
}

#phones div.phone span {
    color: #99;
}


.comment {
    float: left;
    padding: 8px;
    margin: 8px;
    text-align: center;
    line-height: 14px;
    color: #333;
    font-size: 12px;
    height: 180px; 
    width: 240px;  
    overflow: hidden;
    cursor: pointer;
	background: #fff;
    border: 1px solid #cbcdcd;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);	
}

.comment:hover {    
   border: 1px solid #ea8010;
}

.comment strong {
    color: #000;
    display: block;
}

.comment p{
    padding: 10px, 0px;
    color: #999;
}


.report {
    float: left;
    padding: 8px;
    margin: 8px;
    text-align: center;
    line-height: 22px;
    color: #333;
    font-size: 14px;
    height: 180px; 
    width: 300px;  
    overflow: hidden;   
    cursor: pointer;    
	background: #fff;
    border: 1px solid #cbcdcd;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);	
}

.report:hover {    
   border: 1px solid #ea8010;
}

.report strong {
    color: #000;
    display: block;
}

.report span {
    padding: 10px, 0px;
    color: blue;
}

.x-item-selected{
    border: 2px solid #eb4f38 !important;
}


/** move resize function css ******/
.designPage {
position: relative; /*absolute*/
width: 700px;
height: 500px;
margin: 12px auto;
padding: 10px;
background-color: white; /*  #f4f39e; */
-moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}

.owPages{
position: relative;
/* height: 400px; */
overflow: auto;  /* scroll;*/
/* border: 1px solid red; */
margin: 0px;
padding: 0px;
width: 100%;
}

.owRect{
position: relative;
padding: 20px;
border: 0px; /*1px solid #4B7D74;*/
}

.owPage {
position: relative;    /*absolute*/
width: 700px;
height: 500px;
margin: 0px;
padding: 0px;
background-color: white;  /* #f4f39e; */
font: 14px/26px Microsoft Yahei;
/*border: 1px solid blue;*/
-moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}

.owLabel{
position: absolute; 
display: block;
margin: 0;
padding: 0;
width: 180px;
height: 22px;
border: 1px solid blue;
}

.owInput{
position: absolute; 
display: block;
margin: 0px;
padding: 0px;
width: 180px;
height: 24px;
background: rgba(128, 250, 205, 0.3); 
/* background: rgba(254,157,96,0.4);  */
/*border: 1px solid blue;*/
border: 0px;
overflow: hidden;
/*line-height: 24px;*/
/*vertical-align: middle;*/
} 

.owInput::-ms-clear{display:none;}

.owWrang{
/*background: rgba(254,157,96,0.4) !important; */
background: rgba(254, 0, 0, 0.7) !important;
}

.owCheckbox{
position: absolute; 
display: block;
margin: 0px;
padding: 0px;
background: rgba(128, 250, 205, 0.3); 
border: 0px;
text-align: center;
cursor: pointer;
} 

.owGraph{
position: absolute; 
display: block;
margin: 0px;
padding: 0px;
width: 180px;
height: 24px;
/* border: 1px solid blue; */
overflow: hidden;
}

.owGraph svg{
width:100%;
height:100%;
}

.owMemo{
position: absolute; 
display: block;
margin: 0px;
padding: 6px 6px;
width: 180px;
background: rgba(128, 250, 205, 0.3); 
font: 16px/26px Microsoft Yahei;
/* background: rgba(254,157,96,0.4); */
/* border: 1px solid blue; */
border: 0px;
overflow: auto;
} 

.owImg{
position: absolute; 
display: block;
margin: 0px;
padding: 0px;
width: 180px;
height: 180px;
border: 1px dashed black;
} 

.owBox{
position: absolute; 
display: block;
margin: 0;
padding: 0;
border: 1px dashed black;
}

.owSign{
position: absolute; 
display: block;
margin: 0px;
padding: 4px;
color: red; 
width: 126px;
height: 42px;
/* font-size: 32px; */
font: 24px/24px "Microsoft Yahei";
text-align: center;
border: 2px dashed red;
}

.owSign span{
display: block;
margin: 0px;
padding: 4px;
color: red; 
font: 20px/20px "Microsoft Yahei";
border: 2px solid red;
}

.owSelect {
border: 1px solid red;
}

.owWindow {
position: absolute; 
padding: 0px; /*24px 6px 6px;*/
margin: 0px;
background: #fff;
border: 0px;
/* border: 1px solid #cbcdcd; */
left: 10px;
top: 10px;
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
z-index: 99999;
}

.owWindowHead {
height: 24px;
width: 100%;
cursor: move;
}

.owCloseBox {
position: absolute; 
right: -12px;
top: -12px;
margin: 0px; /* -12px, 0px, 0px; */
padding: 0px;
width: 32px;
height: 32px;
background: url(/image/tp/x32.png) no-repeat top left;
opacity: 0.8;
}

.owCloseBox:hover{
background: url(/image/tp/x32_h.png) no-repeat top left;
}

.owTitle{
position: absolute; /* relative;  absolute;  */
width: 70%;
/* height: auto; */
height: 100%;
left: 0px;
top: 0px;
margin: 8px; /* 0px; */
padding: 6px; /* 12px; */
font-size: 14px;
background-color: #f4f39e;  /*rgba(219,176,173,0.5);*/   /* #eed6b4;  #f4f39e;*/
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2); 
z-index: 10;
/* opacity: 0.5; */
}

.owTitle p{
overflow: auto;
height: 70%
}

.owTitleText{
overflow: auto;
height: 85%;  /*90%*/
}

/******
.owTitle span{
position: absolute; 
display: block;
margin: 0px;
padding: 4px;
top: 98px;
left: 0px;
height: 22px;
width: 100%;
overflow: hidden;
}

.owTitle span:hover{
height: auto;
display: block;
background-color: #f4f39e;  
}	
******/


.owReceipt {
position: absolute; 
display: block;
margin: 0px;
padding: 4px;
top: 98px;
left: 0px;
height: 22px;
width: 100%;
overflow: hidden;	
}	

.owReceipt:hover{
height: auto;
display: block;
background-color: #f4f39e;  
}


.owTitle b{
font: 14px "Microsoft Yahei";
color: red;	
}	

.owTitleText b{
font: 14px "Microsoft Yahei";
color: red;	
}	

.owTitle a{
padding:4px 8px;
color: #4B7D74;  /*#333;*/
text-decoration: none;
line-height: 22px
cursor: pointer;
}
  
.owTitle a:hover {
color: blue;
cursor: pointer;
}  

.owHint{
position: absolute; 
overflow: auto;
width: 28%;
height:100%;
right: 0px; /* 2px; */
top: 0px;
margin: 8px;
padding: 0px 12px;
font-size: 14px;
background-color: white;  /*rgba(255, 255, 255, 0.2);*/   /* white; */
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2); 
/* border: 2px solid #e7b7b4;*/  /* rgba(158,98,95,0.5); */        /* #e7b7b4; */
z-index: 10;
padding: 6px;
/* opacity: 0.5; */
}

.owHint b{
font: 14px "Microsoft Yahei";
color: red;	
}	

.owActiveHint {
position: absolute; 
margin: 0px;
padding: 4px;
font: 14px/26px "Microsoft Yahei";
background-color: rgba(244, 243, 158, 0.8); 
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
border-radius: 4px;
overflow: hidden;
z-index: 10;
border: 1px solid #f4f39e;
}


.owQTitle{
position: relative; 
width: 79%;
height: auto;
left: 0px;
top: 0px;
margin: 0px;
padding: 12px;
font-size: 14px;
/*
background-color: #f4f39e;
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
*/
}

/* 用于填空题  */
.owQTitle2{
position: relative; 
width: 80%;
height: auto;
left: 0px;
top: 0px;
margin: 0px;
padding: 12px;
font-size: 14px;
line-height: 28px;
}

/* 填空题录入框风格 */
.owQTitle2 input{
font-size: 14px;
height: 24px;
background: rgba(128, 250, 205, 0.3); 
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid black;
text-align:center;
}


.owQResult{
position: absolute; 
width: 100px;
right: 2px;
top: 2px;
font-size: 22px;
line-height: 22px;
text-align: center;
margin: 0px;
padding: 10px;
background-color: #f4f39e; 
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
/* border: 2px solid blue;*/
}

.owQSelect{
position: relative;
width: 100%;
height: auto;
margin: 30px, auto;
padding: 12px;
top: 30px;
font-size: 14px;

/*
font-size: 14px;
padding: 12px 4px;
background-color: #8DC2BC; 
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
*/

}


.owBar{
position: relative;
/*background: #EDD6B4;*/
margin: 0px;
padding: 8px;
height: 36px;
width: 100%;
/* box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2); */
border: 0px;
}


/*********  listView   ************/
  .owHead{
    font: 14px/26px Microsoft Yahei;
    width:100%;
	/* border:2px solid blue; */
  }
  
  .owHead h1{
    text-align: center;
    font-family: "Microsoft Yahei", "黑体", Tahoma, Verdana, "宋体";
    margin-bottom: 12px;
    font-size: 22px;
    color: #222;
  }  
    
  .owHead p{
   text-indent:2em; 
   padding: 8px;
  }
  
  .owCard {
    float: left;
	margin: 10px;
	padding: 6px;
	background: #EDD6B4;
	/*height: 26px;*/
	/*width: 280;*/
	font: 14px/26px "Microsoft Yahei";
	overflow: hidden;
	width: 280px;
  }
  
  .owCard a {
    color: #333;
    text-decoration: none;
	cursor: pointer;
  }
  
 .owCard a:hover {
   color: blue;
 }  
 
 
/*popup select box*/
.owSelectBox {
position: absolute; 
margin: 0px;
padding: 4px;
font: 14px/26px "Microsoft Yahei";
/*background-color: rgba(244, 243, 158, 0.8); */
background-color: white; 
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
/* border-radius: 4px; */
max-height:280px;
overflow: auto; /* hidden;  */
z-index: 20;
border: 1px solid #f4f39e;
min-width: 120px;
}

.owSelectBox  a{
  text-decoration: none;
  cursor: pointer;
  display: block;
}
  
.owSelectBox  a:hover {
  background-color: rgba(244, 243, 158, 0.8); 
}  

.owSelectBox img{
  border: 2px solid white;
} 

.owSelectBox img:hover{
  border: 2px solid blue;
} 


.loader--snake {
width: 1.25em;
height: 1.25em;
border-radius: 50%;
transform: translate(-4.125em);
box-shadow: 1.375em 0em #debf23, 1.375em 0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.29721em #b8b64c, 2.75em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.18368em #92ae75, 4.125em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.18368em #6ca59d, 5.5em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.29721em #469cc6, 6.875em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
-webkit-animation: snake 2s linear infinite;
}

.loader {
margin: 4em auto;
display: block;
}

.card-holder {  
  position: fixed;
  width: 0px;
  overflow: visible;
}

.card-wrapper {
  display: inline-block;
  float: right;
  clear: both;
}

.card {
  position: relative;
  left: 32px;
  padding: 16px 32px 16px 64px;
  margin: 8px;  
  x-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.5);
  background: #fff;
  transition: all 0.3s ease-in-out 0.1s;
}

.card:hover {
  position: relative;
  left: 100%;
  margin-left: -32px;
  box-shadow: 
    0 -8px 8px -8px rgba(0, 0, 0, 0.5),
    0 8px 8px -8px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.card-content {
  display: inline-block;
  color: #fff;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.bg-01 { background: #539770; }
.bg-02 { background: #4B7D74; }
.bg-03 { background: #8DC2BC; }
.bg-04 { background: #EDD6B4; }
.bg-05 { background: #BE7467; }
.bg-06 { background: #E2AE63; }




/*********************
.designPage:after {
width: 180px;
height: 30px;
content: "";
margin-left: -90px;
border: 1px solid rgba(200, 200, 200, .8);
background: rgba(254, 254, 254, .6);
-moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
position: absolute;
left: 50%;
top: -15px;
}
*******************************/

.designBox {
display: none;
position: absolute; 
z-index: 15;
top: 20px;
left: 20px;
width: 200px;
height: 200px;
margin: 0;
/* background: rgba(254,157,96,0.4); */
/*border: 1 dashed #fff;*/
border: 1px solid #dd5500;
/* border-radius: 0; */
/* transform: none; */
}

.designBox .handler {
position: absolute;
width: 8px;
height: 8px;
background: #ff6600;
display: none;
margin: 0;
/*border-radius: 2px;*/
border: 1px solid #dd5500;
display: none;
}

.ui-resizable {
position: absolute; 
}  
  
.designBox .active {
display: block;
}  
  
.designBox .w {
top: 50%;
margin-top: -4px;
left: -4px;
}  

.designBox .e {
top: 50%;
margin-top: -4px;
right: -4px;
}

.designBox .n {
top: -4px;
margin-left: -4px;
left: 50%;
}

.designBox .s {
bottom: -4px;
margin-left: -4px;
left: 50%;
}

.designBox .nw {
top: -4px;
left: -4px;
}

.designBox .ne {
top: -4px;
right: -4px;
}

.designBox .sw {
bottom: -4px;
left: -4px;
}

.designBox .se {
bottom: -4px;
right: -4px;
}
  
.ui-resizable-n {
cursor: n-resize;
height: 12px;
width: 80%;
top: -6px;
left: 10%;
margin: 0;
}

.ui-resizable-s {
cursor: s-resize;
height: 12px;
width: 80%;
bottom: -6px;
left: 10%;
margin: 0;
}

.ui-resizable-e {
cursor: e-resize;
width: 12px;
right: -6px;
top: 10%;
height: 80%;
margin: 0;
}

.ui-resizable-w {
cursor: w-resize;
width: 12px;
left: -6px;
top: 10%;
height: 80%;
margin: 0;
}

.ui-resizable-ne {
cursor: ne-resize;
width: 12px;
height: 12px;
right: -5px;
top: -5px;
}

.ui-resizable-nw {
cursor: nw-resize;
width: 12px;
height: 12px;
left: -5px;
top: -5px;
}

.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
}

.ui-resizable-sw {
cursor: sw-resize;
width: 12px;
height: 12px;
left: -5px;
bottom: -5px;
}

.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
z-index: 99999;
display: block;
}



/*  for test */
.metro .button {
padding: 4px 12px;
text-align: center;
vertical-align: middle !important;
background-color: #d9d9d9;
border: 1px transparent solid;
color: #222222;
border-radius: 0;
cursor: pointer;
display: inline-block;
outline: none;
font-family: 'Segoe UI Light', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
margin: auto;
}

.title-alpha {
width: 100%;
height: 30px;
font: 14px/30px Microsoft Yahei;
overflow: hidden;
text-align: center;
color: #fff;
position: absolute;
left: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
}


.login280 a {
position: relative;
display: inline-block;
width: 100px;
float: left;
padding: 0 0 0 40px;
color: #d07100;
font-family: "microsoft yahei";
font-size: 16px;
border-radius: 0 2px 2px 0;
background: #ffebb0;
}

.login280 a.y:hover {
color: #fff;
border-radius: 2px 0 0 2px;
background: #fea026;
}

.menu_con .nav a {
position: relative;
display: inline-block;
padding: 0 14px;
font-size: 16px;
font-family: "microsoft yahei";
color: #fff;
text-decoration: none;
}

.menu_con .nav a.on, .menu_con .nav a:hover {
background: #308900;
}



#nav_rn {
background-position: -30px 0;
}
#nav_rn, #nav_ln {
display: block;
background-image: url('image/tp/Arrow.png');
background-repeat: no-repeat;
position: absolute;
cursor: pointer;
width: 30px;
height: 58px;
bottom: 71px;
left: 0;
z-index: 2;
}

#nav_ln {
background-position: 0 0;
left: 30px;
}

/****
<div id="nav_ln" style="display: block; background-position-y: -58px;"></div>
<div id="nav_rn" style="display: block; left: 30px; background-position-y: -58px;"></div>
*****/

.tooltip {
background: #1496bb;
bottom: 100%;
color: #fff;
display: block;
left: -20px;
margin-bottom: 15px;
opacity: 0;
padding: 20px;
pointer-events: none;
position: absolute;
width: 100%;
transform: translateY(10px);
transition: all .25s ease-out;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

.tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #1496bb 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

/* background */

.c  {background:rgba(193,193,193,.5)}
.cr {background:rgba(255,0,0,.5)}
.cg {background:rgba(0,200,0,.5)}
.cb {background:rgba(0,0,255,.5)}
.crg{background:rgba(255,255,0,.5)}
.cgb{background:rgba(0,200,255,.5)}
.cbr{background:rgba(255,0,255,.5)}
.crgb{background:rgba(255,255,255,.5)}

.round  {border-radius:10px}
.circle {border-radius:30px}


div.polaroid
{
width:294px;
padding:10px 10px 20px 10px;
border:1px solid #BFBFBF;
background-color:white;
/* Add box-shadow */
box-shadow:2px 2px 3px #aaaaaa;
}

div.rotate_left
{
float:left;
transform:rotate(7deg);
}

div.rotate_right
{
float:left;
transform:rotate(-8deg);
}

.title-alpha {
width: 710px;
/* width: 91%; */
margin: 20px;
padding: 14px 15px;
line-height: 30px;
background: rgba(255,255,255,0.7);
overflow: hidden;
transition: all .2s ease-in-out;
}

.owGridHead{
font: 16px/28px Microsoft Yahei;
color: blue;
padding-left:3px;
}

.loading{
  position: absolute;
  left: 50%;
  top: 30%;
  width: 32px;
  height: 32px;
  background: url(/image/tp/loading.gif) no-repeat top left;
  z-index: 20;
  /*display: none;*/
}

.x-grid-row-summary .x-grid-cell-inner {
 font-weight: bold;
 font-size: 14px;
 background-color: #FFFFCE;
}

.todo {
  font-family: 'Gochi Hand', cursive;
  margin: 20px;
  border-color: #DEE184;
  background-color: #F4F39E;
  padding: 10px 20px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);  
  transform: rotate(-1deg);  
  word-spacing: 0.1em;
  position: absolute;
  min-width: 150px;
  min-height: 200px;
}

/* 平帐功能CSS  <span class="owBL">0<span>~</span></span> */
.owBL{
  font-family: "微软雅黑";
  letter-spacing: 0px;
}
.owBL span{
  margin-left: -0.49em;
}	

/*对话式聊天风格*/

.owChat {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;  
  height: 100%; 
  width: 100%
  overflow-x: hidden;
  overflow-y: scroll;
  /* position: absolute; */
}

.owChat ul{
  display: block;	
  overflow-y: hidden;   	
  padding: 8px;
  margin: 0px;
}

.owChat li {
  position: relative;
  clear: both;
  display: block; /*  inline-block;*/  
  padding: 8px;
  margin: 0 0px 12px 0px;
  font: 14px/20px 'Microsoft Yahei';
  border-radius: 8px;
  background-color: rgba(25, 147, 147, 0.1);
}	

.owChat B{
  color: blue;	
  /* border: solid 2px blue; */
}	

.owChat i{  
  padding-left: 8px;
  color: red;	
}	

.owChat a{
  padding: 4px;	
  display: inline-flex;
  font: 14px/20px 'Microsoft Yahei';
}	

.owContent{
  border: solid 1px rgba(25, 147, 147, 0);
  min-height: 50px;
}
.owContent[contentEditable=true]:focus{
  border: solid 1px darkgreen;
}

.owContent p{padding: 0px; margin: 0px;}
	
/*****end of chat css*******/

/*文件上传清单*/
	  
.owFileList {
  margin: 0px;
  padding: 2px;
  display: block;
  list-style: none;  
  height: 100%; 
  width: 100%
  overflow-y: hidden;
  overflow-x: auto;
  border: 1px solid #d9d9d9;
  /*silver #d9d9d9 #d9d9d9*/
  /*height: 32px*/
}

.owFileList:focus{
  border: 1px solid blue;
}

.owFileList div {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 4px;
  margin: 2px;
  font: 14px/20px 'Microsoft Yahei';
  border-radius: 4px; 
  background-color: rgba(25, 147, 147, 0.1);
  cursor: pointer;
}

.owFileList a{
  padding: 4px;
}

.owFileList a:hover {
  background-color: rgba(25, 147, 147, 0.4);
}

.owAdd {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  /*border: dashed 1px black; */
  background-color: none;
  cursor: pointer;
  font: 32px/32px 'Microsoft Yahei';
  text-align: center;
}

.owDel {
  color: red;
  font: 14px/20px 'Microsoft Yahei';
}

.owProcess {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display:block;
  height: 2px;
  background-color: yellowgreen;  
  margin: 0px;
}

.x-btn-pressed{
  border-color:rgb(80, 193, 131) rgb(80, 193, 131) !important;	
}	

.owMenuBar{
  position: absolute;	/* relative; */
  margin: 0px;
  padding: 0px;
  display: inline-block;  
}	

.owButton {    
    position: relative; 
	background-color: #5699dd; /*#288bde;*/
	font: 14px/30px Microsoft Yahei;
	color: #fff;
	border: none;
	text-align: center;	
	cursor: pointer;  
	margin-left: 4px;
	padding: 0px 6px; 
	display: inline-block;
	border-radius: 0px;
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2); 
}

.owButton:hover {
  /* background-color: #0672df; */
  color: red;
  cursor: pointer;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.3);  　 
}


/**** end upload file list ****/

