﻿/** xxmin.style.css  extends **/
.tabControl .tab-content div[xx-tab-body], 
.tabControl .tab-content div[xx-tab-body] div[tab-include], 
.tabControl .tab-content div[xx-tab-body] div[tab-include] div[xx-include]{
    height:100%;
}
.panel-content .xx-grid-table tr{
    cursor:pointer;
}
/** xxmin.style.css  extends end **/

body{
    font-family:'Microsoft Yahei',verdana
}
audio, canvas, iframe, img, svg, video{
    border:0;
}
.panel-content{
    padding: 15px 0px;
    height: 100%;
    min-width: 900px;
    width: 100%;
    position:relative;
}
.panel-content .form-head{
    width:100%;
    display:inline-block;
}
.panel-content ._content{
    width: 42%;
    height: 100%;
    float: left;
    padding: 0px 10px;
}
.panel-content .common{
    height: 100%;
    width: 100%;
}
.panel-content ._left{
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 100%;
    padding: 10px;
    background:#fff;
}
.panel-content ._title{
    font-size: 18px;
    padding-bottom: 10px;
    height: 30px;
}
.panel-content  ._col{
    float: left;
}
.panel-content  ._colLeft{
    width: 80px;
    text-align: right;
    vertical-align: middle;
    padding: 4px 15px 0px 0px;
}
.panel-content  ._colRight{
    /*text-align: right;*/
    vertical-align: middle;
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 100%;
    position: relative;
}
.panel-content ._left ._row1{
    min-height: 40px;
    padding-bottom: 10px;
}
.panel-content ._left ._row2{
    min-height: 40px;
    padding-bottom: 10px;
}
.panel-content ._left  .sendMsg{
    position: absolute;
    z-index: 100;
    right: 0px;top: 0px;
}
.panel-content ._left ._row3{
    min-height: 40px;
    padding-bottom: 10px;
}
.panel-content ._left ._row4{
    min-height: 40px;
    padding-bottom: 10px;
}
.panel-content ._left ._row5{
    height: 100px;
    padding-bottom: 10px;
}
.panel-content ._left ._row6{
    position:absolute;
    top:180px;
    bottom:30px;
}
.panel-content ._left ._row6Close
{
    height: -moz-calc(100% - 200px);
    height: -webkit-calc(100% - 200px);
    height: calc(100% - 200px);
}
.panel-content ._left ._row6 ._userTree{
    overflow-y: auto;
    padding: 2px;
    border: 1px solid #ccc;
    text-align: left;
}
.panel-content ._right{
    width: 58%;
    height:100%;
    float: left;
    border: 1px solid #c8c8c8;
}


.panel-content .grid-top{
    border: 1px solid #ccc;
    padding: 5px;
    background: #f5f5f5;
    width: 100%;
    display: inline-block;
    height: 42px;
    margin-bottom: 5px;
}
.panel-content .box1{
    height: -moz-calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: calc(100% - 15px);
    position: relative;
}
.panel-content .form-horizontal{
    width:100%;
}
.panel-content .grid-top label{
    vertical-align:middle;
}
.panel-content .btn-area{
     vertical-align:middle;
     display:inline-block;
     margin-left:10px
}
.panel-content .btn-area>.btn-normal{
    margin:0 5px;
}
.panel-content .btn-component{
    display:inline-block;
}
.panel-content .btn-component ._btns{
    width: 101px;
}
.panel-content .btn-component .btn-normal{
    float:left;
    margin-left:-1px;
}
.panel-content .btn-component .btn-normal:first-of-type{
    border-radius: 3px 0 0 3px;
}
.panel-content .btn-component .btn-normal:last-of-type{
    border-radius: 0 3px 3px 0;
}
.panel-content .btn-component .btn-normal:last-of-type:first-of-type{
     border-radius:3px;
}
.panel-content .btn-component .btn-normal{
    border-radius:0;
}
.panel-content .search-area{
    display:inline-block;
    float:right;
}
.panel-content .search-area .condition-group{
    display: inline-block;
    width: 338px;
}
.panel-content .search-area .condition-group ._text{
    display: inline-block;
    width: 200px;
}
.panel-content .search-area .condition-group ._btn{
    margin-top: -5px;
    width: 65px;
}
.panel-content input.form-control{
    padding-left:5px;padding-right:5px;
}
.grid-link{
    cursor:pointer;
}
/*tr:hover .grid-link .osmp-2020{
    color:#fff;
}*/
.st-selected .grid-link .osmp-2020{
    color:#333;
}
.file-list{
    border:1px solid #ccc;
    overflow-y:auto;
    background-color:white;
}
.file-list p{
    border-bottom:1px solid #ccc;
    padding:5px;
    margin-bottom:0;
}
.file-list p:last-child{
    border-bottom:0;
}
.file-list .file-link{
    line-height:32px;
    float: left;
}
.file-list .del-btn{
    float:right;
    margin-right:10px;
    margin-top:5px;
    cursor:pointer;

}
.file-list .del-btn:hover{
     color:#FF5252;
}
.file-view{
    /*height: -moz-calc(100% - 29px);*/
    /*height: -webkit-calc(100% - 29px);*/
    /*height: calc(100% - 29px);*/
    height:100%;
}
.pdf-box{
    text-align:center;
    height: -moz-calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: calc(100% - 15px);
    background:white;
}
.pdf-box .pre-img{
    margin-top:40%;
    width:64px;
    opacity:0.5;
}
/*grid 列表悬浮操作按钮*/
.grid-content{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.grid-col-btn{
    float:right;
    position:relative;
    margin-right:10px;
    height: 20px;
    /*display:none;*/
}
.panel-content .xx-grid-table tr:hover .grid-col-btn{
    display:block;
}
.xx-grid .xx-grid-table .break span{
    display:inline;
}
.xx-grid .xx-grid-table tbody:last-child td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-col-btn span{
     display:inline-block;
}
.grid-col-btn .grid-btn-text{
    display:inline-block!important;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    border-radius: 100%!important;
    text-align: center;
    line-height: 23px;
    width: 23px;
    height: 23px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAcCAMAAACgTerKAAAAA3NCSVQICAjb4U/gAAAASFBMVEX+/v79/f38/Pz7+/v6+vr4+Pj39/f29vb19fX09PTz8/Px8fHw8PDv7+/u7u7t7e3s7Ozr6+vp6eno6Ojn5+fm5ubl5eX///8jGyilAAAAGHRSTlP//////////////////////////////wDNEy7qAAAACXBIWXMAAArwAAAK8AFCrDSYAAAAFnRFWHRDcmVhdGlvbiBUaW1lADA0LzEyLzEyiu5yJQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAABNSURBVEiJ3c/XFYAgAMDAWFBUitj2H9Ut8sEtkBfoxiBgFDAJnMgsIAhYBKwCooBNwC7gEJAEZAFFQBVwCmgCLgG3wIk8Al4Bn6Cfkx/Rg3w59D7HjwAAAABJRU5ErkJggg==) repeat-x
}
.grid-col-btn:hover .grid-btn-text{
    border-color:#787878;
    transition-duration: 0.6s;
}
.grid-col-btn .grid-btn-ico{
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    text-align:center;
    margin-top: 2px;
}
.grid-btn-del-head{
    position: absolute;
    top: 2px;
    left: 6px;
    width: 11px;
    height: 3px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAADAQMAAAB/MWcIAAAAA3NCSVQICAjb4U/gAAAABlBMVEWIiIj////+QWzvAAAAAnRSTlP/AOW3MEoAAAAJcEhZcwAACusAAArrAYKLDVoAAAAYdEVYdENyZWF0aW9uIFRpbWUAMjAxMy4xMC4yOHOg0XoAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAADUlEQVQImWP4+IABDAANsQHSy7/4mgAAAABJRU5ErkJggg==) no-repeat;

    -webkit-transform-origin: right bottom;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    -moz-transform-origin: right bottom;
    -moz-transition: -moz-transform 150ms ease-in-out;
    -o-transform-origin: right bottom;
    -o-transition: -o-transform 150ms ease-in-out;
    -ms-transform-origin: right bottom;
    -ms-transition: -ms-transform 150ms ease-in-out;
    transform-origin: right bottom;
    transition: transform 150ms ease-in-out
}
.grid-btn-del-body{
    width: 11px;
    height: 9px;
    display: inline-block;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJAgMAAACZCj6+AAAAA3NCSVQICAjb4U/gAAAADFBMVEXS0tKQkJCIiIj////YQsc4AAAABHRSTlP///8AQCqp9AAAAAlwSFlzAAAK6wAACusBgosNWgAAABh0RVh0Q3JlYXRpb24gVGltZQAyMDEzLjEwLjI4c6DRegAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAZSURBVAiZY3i1ag3D693Y8a1VcxiOrfIBAHXLFAlnxpK5AAAAAElFTkSuQmCC) no-repeat;
}
.grid-btn-ico:hover .grid-btn-del-head{
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg)
}
.grid-btn-ico .glyphicon{
    top:0;
    font-size: 13px;
    color:#777;
    transition-duration: 0.6s;
}
.grid-btn-ico:hover .glyphicon{
    color:#787878;
}
/*右侧悬浮滑动层*/
.right-box{
    position: relative;
    right: 0;
    overflow: hidden;
    /* top: 120px; */
    height: 100%;
    width: 300px;
}
.right-box:focus{
    outline:none;
}
.right-box .right-box-contain{
    margin-right: -280px;
    position: relative;
    z-index: 2000;
    transition-duration: 0.6s;
    height: 100%;
}
.right-box .right-box-contain.show{
     margin-right: 0;
}
.messageDetail .left-ico{
    /*background: #0097A7;*/
    /*position: absolute;*/
    /*padding: 20px 2px 17px 2px;*/
    /*border-radius: 2px 0 0 2px;*/
    /*font-size: 12px;*/
    /*top: 180px;*/
    /*right: 285px;*/
    /*width: 17px;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.2), 0px 6px 6px rgba(0,0,0,0.5);*/
    /*-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.2), 0px 6px 6px rgba(0,0,0,0.5);*/
    /*box-shadow: 0 0px 6px rgba(0,0,0,0.2), 0px 6px 6px rgba(0,0,0,0.5);*/
    /*background-image: linear-gradient(#0097A7, #03a2b2 25%, #e6e6e6);*/
    /*z-index: 99999;*/
    display: block;
    position: absolute;
    width: 12px;
    height: 60px;
    background-color: #0097a7;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    right: 294px;
    top: 0;
    z-index: 99;
}
.messageDetail .right-ico{
    right: 5px;
}
.messageDetail .left-ico:hover{
    background: #03a2b2;
    background-image: linear-gradient(#e6e6e6, #03a2b2 25%, #0097A7);
}
.right-box .rigth-content{
    /*width: 280px;*/
    /*height:425px;*/
    height: 100%;
    margin-left: 12px;
    background:#f5f5f5;
    margin-bottom:5px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2), 0px 4px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2), 0px 4px 6px rgba(0,0,0,0.5);
        box-shadow: 0 4px 4px rgba(0,0,0,0.2), 0px 4px 6px rgba(0,0,0,0.5);
}
.right-box .rigth-content .box-title{
    /*color:#0097A7;*/
    padding: 0 5px;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    font-size: 18px;
    height: 30px;
}
.right-box  .box-content{
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 1px 2px 2px;
    font-size: 16px;
    border: 1px solid #c8c8c8;
}
.right-box  .box-content ._title{
    height: 22px;
    font-size: 16px;
}
.right-box .rigth-content .box-title span{
    margin-right:5px
}
.right-box .rigth-content .box-tab{
    text-align:center;
    border:1px solid #ddd;
    cursor:pointer;
    background:#f5f5f5;
    /*color:#0097A7;*/
}
.right-box .rigth-content .box-tab.active{
    border-bottom: 3px solid #FF9800;
    background:#fff;
}
.right-box .rigth-content .box-tab:not(:first-child){
    border-left:0;
}
.right-box .rigth-content .box-section{
    background: #fff;
    /*border:1px solid #ddd;*/
    width:100%;
    /*height:180px;*/
    height: -moz-calc(100% - 22px);
    height: -webkit-calc(100% - 22px);
    height: calc(100% - 22px);
    box-shadow: inset 0 2px 13px rgba(0, 0, 0, 0.1);
    padding:3px 5px 5px;
}
.right-box .rigth-content .btn-normal{
    height: 50px; line-height: 50px; background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    font-size:18px;
}
.right-box .rigth-content textarea{
    width:220px;height: 50px;resize: none;
    border-color:#999;
    outline:none;
}
.right-box .rigth-content textarea:focus{
    border-color:#0097A7;
}
.read-history{
    list-style:none;
    padding:5px;
    margin:0;
    height:100%;
    overflow:auto;
    position:relative;
}
.read-history li{
    border-left:1px solid #d7d7d7;
    padding-left:15px;
    width: 100%;
    list-style: none;
    position:relative;
}
.read-history .history-time-wp{
    display: inline-block;
    background-image: url(/Scripts/images/Flow/1/flow_start.png);
    width: 14px;
    height: 14px;
    position: absolute;
    background-size: cover;
    left: -23px;
    margin-top: 2px;
}
.read-history li span{
    font-size:14px;
    white-space: nowrap;
}
.view-record{
    position: relative;
    display: inline-block;
}
.view-box{
    position:relative;
    display: inline-block;
    width: 100%;
}
.view-record .l{
    position: absolute;
    left: -11px;
    top: 3px;
    display: block;
    width: 11px;
    height: 18px;
    background-image:url(/Content/Images/Office/lr-ico.png);
    background-position: -56px -68px;
    background-repeat: no-repeat;
}
.view-record .r{
   position: absolute;
    right: -7px;
    top: 3px;
    display: block;
    width: 7px;
    height: 18px;
    background-image:url(/Content/Images/Office/lr-ico.png);
    background-position: -61px -2px;
    background-repeat: no-repeat;
}
.view-record span{
    background: #ededed;
    line-height: 18px;
    height: 18px;
    padding: 0 2px;
    display: inline-block;
}
.view-res{
    background: #f5f5f5;
    margin-left: -5px;
    padding-left: 5px;
}
/*end*/
/*msg*/
.files-box {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #444;
    opacity: .65;
    color: #fff;
}
.box-inner{
    transition-duration: 0.5s;
    margin-bottom:-10000px;
}
.box-inner a{
    color:#fff;
}
.box-inner a:hover{
    text-decoration:none;
}
.box-inner .box-bar{
    position:relative;
    height:20px;
    padding-bottom: 25px;
    font-size: 12px;
    border-bottom: 1px solid #fff;
}
.box-inner .box-bar .box-ctrl{
     cursor:pointer;
     float:left;
}
.box-inner .box-bar .box-ctrl span{
    transition-duration: 0.5s;
}
.box-inner .box-bar .box-ctrl .box-ctrl-i{
    margin-right:10px;
}
.box-inner .box-bar .box-ctrl:hover{
    color:#0097A7;
}
.box-inner .box-bar .box-ctrl .box-ctrl-i.active{
    transform:rotate(-180deg);
    -ms-transform:rotate(-180deg); 
    -moz-transform:rotate(-180deg); 
    -webkit-transform:rotate(-180deg); 
    -o-transform:rotate(-180deg);
}
.box-inner .box-bar .box-btn{
   float:right;
}
.file-group{
    margin:0;
    padding:0;
    list-style:none;
    display: inline-block;
}
.file-group .file-item{
    list-style:none;
    float: left;
    margin: 5px 10px
}
.file-group .file-item .file-ico{
    float:left;
    display:inline;
    margin-right:5px;
}
.file-ico span{
    width:37px;
    height:37px;
}
.file-group .file-item .file-c{
    display: inline;
    overflow: hidden;
    float: left;
    font-size:12px;
    width:160px;
}
.file-group .file-item .file-c p{
    margin-bottom:1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box-btn{
    border:1px solid #fff;
    display: inline-block;
    padding: 1px 10px;
    cursor:pointer;
    border-radius:5px;
    transition-duration: 0.3s;
}
.box-btn:hover{
    color: #0097A7;
    border-color: #0097A7;
}
/*msg  end*/

.file-type{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/Scripts/images/ft/blank.png) center no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-top: 5px;
    float: left;
}
.file-type\.accdb {
    background-image: url(/Scripts/images/ft/accdb.png)
}
.file-type\.avi {
    background-image: url(/Scripts/images/ft/avi.png)
}
.file-type\.bmp {
    background-image: url(/Scripts/images/ft/bmp.png)
}
.file-type\.css {
    background-image: url(/Scripts/images/ft/css.png)
}
.file-type\.docx {
    background-image: url(/Scripts/images/ft/docx.png)
}
.file-type\.doc {
    background-image: url(/Scripts/images/ft/doc.png)
}
.file-type\.gif {
    background-image: url(/Scripts/images/ft/gif.png)
}
.file-type\.html {
    background-image: url(/Scripts/images/ft/html.png)
}
.file-type\.ini {
    background-image: url(/Scripts/images/ft/ini.png)
}
.file-type\.jpeg {
    background-image: url(/Scripts/images/ft/jpeg.png)
}
.file-type\.jsf {
    background-image: url(/Scripts/images/ft/jsf.png)
}
.file-type\.midi {
    background-image: url(/Scripts/images/ft/midi.png)
}
.file-type\.mp3 {
    background-image: url(/Scripts/images/ft/mp3.png)
}
.file-type\.mpeg {
    background-image: url(/Scripts/images/ft/mpeg.png)
}
.file-type\.pdf {
    background-image: url(/Scripts/images/ft/pdf.png)
}
.file-type\.png {
    background-image: url(/Scripts/images/ft/png.png)
}
.file-type\.pptx {
    background-image: url(/Scripts/images/ft/pptx.png)
}
.file-type\.ppt {
    background-image: url(/Scripts/images/ft/ppt.png)
}
.file-type\.proj {
    background-image: url(/Scripts/images/ft/proj.png)
}
.file-type\.psd {
    background-image: url(/Scripts/images/ft/psd.png)
}
.file-type\.rar {
    background-image: url(/Scripts/images/ft/rar.png)
}
.file-type\.txt {
    background-image: url(/Scripts/images/ft/text.png)
}
.file-type\.vsd {
    background-image: url(/Scripts/images/ft/vsd.png)
}
.file-type\.wav {
    background-image: url(/Scripts/images/ft/wav.png)
}
.file-type\.wma {
    background-image: url(/Scripts/images/ft/wma.png)
}
.file-type\.wmv {
    background-image: url(/Scripts/images/ft/wmv.png)
}
.file-type\.xlsx {
    background-image: url(/Scripts/images/ft/xlsx.png)
}
.file-type\.xls {
    background-image: url(/Scripts/images/ft/xlsx.png)
}
.file-type\.zip {
    background-image: url(/Scripts/images/ft/xlsx.zip)
}

.control-group{
    display:inline-block;
}
.seq-no{
    background: #0097A7;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    display: inline-block;
}
/*arrow  css箭头*/
.arrow-up {
    width:0; 
    height:0; 
    border-left:30px solid transparent;
    border-right:30px solid transparent;
    border-bottom:30px solid #0097A7;
}
    
 /*箭头向下*/
.arrow-down {
    width:0; 
    height:0; 
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top:20px solid #0097A7;
}
    
 /*箭头向左*/
.arrow-left {
    width:0; 
    height:0; 
    border-top:30px solid transparent;
    border-bottom:30px solid transparent; 
    border-right:30px solid #0097A7; 
}
   
/*箭头向右*/
.arrow-right {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #0097A7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

/*color  css*/
.base-green{
    color:#0097A7;
}
.base-gray{
    color:#808080
}
.base-red{
    color:#FF5252
}
.message{
    width: 100%;
    height:100%;
    padding: 10px;
}
.message ._content{
    padding: 10px;
    height: 100%;
    width: 100%;
}

.messageList{
    height: -moz-calc(100% - 54px);
    height: -webkit-calc(100% - 54px);
    height: calc(100% - 54px);
}
.messageDetail{
    height:100%;
    padding: 5px;
}
.messageDetail ._content{
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 0px 15px 0px 0px;
}
.messageDetail  .boxSelected{
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}
.messageDetail  ._up{
    height: 50%;
    padding-bottom: 10px;
}
.messageDetail  ._down{
    height: 50%;
    padding-bottom: 1px;
}
.messageDetail  ._down ._downContent
{
    background: #fff;
    /* border: 1px solid #ddd; */
    width: 100%;
    /* height: 180px; */
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    box-shadow: inset 0 2px 13px rgba(0, 0, 0, 0.1);
    padding: 3px 5px 5px;
}
.messageDetail .recordWd{
    width: -moz-calc(100% - 14px);
    width: -webkit-calc(100% - 14px);
    width: calc(100% - 14px);
}
@media (max-width:1024px){
     .grid-col-btn{
        margin-right:0;
    }
}
@media (max-width:767px){
    .xx-grid .xx-grid-table-panel .table>tbody>tr>td i.grid-btn-ico{
        width:23px !important
    }
}