﻿
/***********  loading begin  *********/

.loading{
    background:url(../img/processing_loader.gif);
    height:40px;
    width:200px;
    margin:10px auto;
    padding-left:50px;
    background-position:left;
    background-repeat:no-repeat;

}
.loading .loading-txt{
    width:180px;
    height:40px;
    line-height:40px;
}

/***********  loading  end *********/


/************ treeview begin ************/

.treeview {
    margin:2px;
}
.treeview *{
    color:#333333;
}
.treeview ul{
    list-style:none;
    padding:0;
    margin:0;
    margin-left:15px;
}

.treeview > ul{
    margin:0;
}
.treeview ul li{
    display: block;
    line-height:20px;
    margin:2px 0;
}
.treeview ul li > div{
    /*min-width:180px;*/
}
.treeview ul li > div > a, .treeview ul li > div > a:focus{
    margin-top:3px;
    width:16px;
    display:inline-block;
    text-align:center;
    float:left;
}
.treeview ul li > div > span{
    display:block;
    margin-left:20px;
    padding:0 2px;
    cursor:pointer;
}
.treeview ul li > div > span > i {
    width:16px;
    text-align:center;
    display:inline-block;
}
.treeview ul li > div > span > span{
}
.treeview ul li > div > .actived{
    background-color:#5F99C9;
}
.treeview ul li > div > .actived > i{
    color:#fff;
}
.treeview ul li > div > .actived > span{
    color:#fff;
}
.treeview ul li > div > span:hover{
    background-color:#EAEBEC;
}
.treeview ul li > div > span:hover > i{
    color:#333333;
}
.treeview ul li > div > span:hover > span{
    color:#333333;
}

/************* treeview end **************/
 
/**************   gridview begin   ***********/
.gridview{
    height:100%;
}
.gridview *{
    font-size:12px;
    font-weight:normal;
}
.gridview .disable{
    cursor:auto;

    color:#808080;
}
.gridview .disable:hover{
    color:#808080;
}
.gridview .link{
    cursor:pointer;

    color:#337ab7;
}
.gridview .link:hover{
    color:#f67f1a;
}

.gridview div,
.gridview table{
    margin:0;
    padding:0;
}
.gridview table > thead > tr > th, 
.gridview table > thead > tr > td, 
.gridview table > tbody > tr > th, 
.gridview table > tbody > tr > td, 
.gridview table > tfoot > tr > th, 
.gridview table > tfoot > tr > td{
    margin:0;
    padding:0;
    border:0;
    vertical-align:middle;
}
.gridview table > thead > tr > th:nth-last-child(1), 
.gridview table > thead > tr > td:nth-last-child(1), 
.gridview table > tbody > tr > th:nth-last-child(1), 
.gridview table > tbody > tr > td:nth-last-child(1), 
.gridview table > tfoot > tr > th:nth-last-child(1), 
.gridview table > tfoot > tr > td:nth-last-child(1){
    width:100%;
}
.gridview table > thead > tr > th > div, 
.gridview table > tbody > tr > td > div,
.gridview table > tbody > tr > th > div,
.gridview table > tbody > tr > td > div,
.gridview table > tfoot > tr > th > div,
.gridview table > tfoot > tr > td > div{
    margin:0;
    padding:0;
}
.gridview table > thead > tr > th:nth-last-child(1) > div, 
.gridview table > thead > tr > td:nth-last-child(1) > div, 
.gridview table > tbody > tr > th:nth-last-child(1) > div, 
.gridview table > tbody > tr > td:nth-last-child(1) > div, 
.gridview table > tfoot > tr > th:nth-last-child(1) > div, 
.gridview table > tfoot > tr > td:nth-last-child(1) > div{
    width:100%;
}
.gridview table > thead > tr > th i, 
.gridview table > thead > tr > td i, 
.gridview table > tbody > tr > th i, 
.gridview table > tbody > tr > td i, 
.gridview table > tfoot > tr > th i, 
.gridview table > tfoot > tr > td i{
    width:16px;
    font-size:14px;
    text-align:center;
    display:inline-block;
}
.gridview .gridview-head{
    position:relative;
    overflow:hidden;
    margin:0;
    padding:0;
    border-top-width:1px;
    border-bottom-width:1px;
    border-top-style:solid;
    border-bottom-style:solid;

    border-top-color:#b0b2b2;
    border-bottom-color:#b0b2b2;
    background-color: #e9f0fb;
}
.gridview .gridview-head table > thead > tr > th{
    background-image:url(../img/resize.gif);
    background-position:right;
    background-repeat:no-repeat;
}
.gridview .gridview-head .gridview-head-column{
    padding:4px 5px;
}
.gridview .gridview-head .gridview-head-column .gridview-head-column-txt{
    display:inline-block;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align:middle;
    line-height:23px;
}
.gridview .gridview-head .gridview-head-column .glyphicon{
    margin-right:-2px;
    padding:4px 0;
}
.gridview .gridview-head .chk {
}
.gridview .gridview-head .chk input[type='checkbox']{
    margin:5px;
}
.gridview .gridview-head-columns{
    margin:0;
    padding:0;
    overflow:hidden;
    position:relative;
}
.gridview .gridview-head-op{
    position:absolute;
    top:0px;
    right:0px;
    z-index:1;
    background-color:inherit;
}
.gridview .gridview-head-op a{
    padding:7px 3px;
    display:block;
}

.gridview .gridview-body{
    overflow:auto;
    position:relative;
}
.gridview .gridview-body .gridview-body-tr{

}
.gridview .gridview-body .gridview-body-tr:hover{
    background: #EAEBEC;
}
.gridview .gridview-body .gridview-body-tr-selected{
    background-color:#dce7e9;
}
/*.gridview .gridview-body .gridview-body-td:hover{
    background: #d7d7d8;
}*/
.gridview .gridview-body .gridview-body-td-selected{
    background-color:#c2cbcc;
}
.gridview .gridview-body .gridview-body-cell{
    padding:8px 5px;
}
.gridview .gridview-body .gridview-body-cell .gridview-body-cell-txt{
    display:block;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align:middle;
    line-height:23px;
}
.gridview .gridview-body .chk {
}
.gridview .gridview-body .chk input[type='checkbox']{
    margin:5px;
}
.gridview .gridview-body .btn-edi{
}
.gridview .gridview-body .btn-del{
}
.gridview .gridview-foot{
    border-top:1px solid #b0b2b2;
    position:relative;
}
.gridview .gridview-foot .gridview-foot-summary{
    margin:0;
    padding:0;
    width:100%;
    overflow:hidden;
    overflow-y:scroll;
    position:relative;
    line-height:30px;
}
.gridview .gridview-foot .gridview-foot-page{
    padding:5px;
}

/***********   gridview end   *********/


/***********  iconlist  begin *********/
.sys-icon-list {
    list-style: none;
    padding: 2px;
}
.sys-icon-list li {
    float: left;
    margin: 2px;
    padding: 7px;
    width: 30px;
    height: 30px;
    line-height: 16px;
    text-align:center;
    color:#222222;
    cursor:pointer;
}
.sys-icon-list .selected {
    background-color: #075a8b;
    color: #fff;
}
.sys-icon-list li span{
    width: 16px;
    height: 16px;
}
.sys-icon-list li:hover {
    background-color:#5bc0de;
    color:#fff;
}

/***********  iconlist  end *********/

/***********  tabview  begin *********/

.tabs-view{
    height: 100%; width: 200px; background-color: #e1e1e4;float:left;
}
.tabs-content-view{
    height:100%;padding-left:1px;/*margin-left:200px;*/
}

.tabs-vertical{
    width: 100%;
    height: 100%;
    padding-right: 0;
}
.tabs-vertical > li{
    display: block;
    float: right;
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin: 2px 0;
    margin-left: 5px;
    min-width: 190px;
} 
.tabs-vertical li a {
    display: block;
    text-align: right;
    margin: 0;
    padding:0 5px;
}
.tabs-vertical li a:hover {
    background-color: #fff;
    border-color: #fff;
}
.tabs-vertical .actived {
    background-color: #fff;
    border-color: #fff;
}

.tab-content {
    border: 1px solid #dddddd;
    border-top: 0;
}

.tab-content .tab-pane {
    height: 100%;
}

.tab-content .tab-pane .tab-toolbar {
    height: 40px;
    padding: 0;
}

.tab-content .tab-pane .tab-toolbar > div {
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tab-content .tab-pane .tab-grid {
    padding: 0;
}

/***********  tabview  end *********/


.scroller{
    border:0;
    height:100%;
}
.scroller .scrollbar{
    background-color:#8a9096;
    width: 10px;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    top:0;
    right:0;
    opacity:0.3;
    display:none;
}
.scroller .scrollbar .scrollbar-thumb{
    background-color: #031521;
    border-radius: 2px;
    width: 6px;
    height: 50px;
    padding: 0;
    margin: 1px;
    border: 1px solid #031521;
    opacity:0.6;
}