﻿@charset "UTF-8";
@import url(utils/ie10fix.css);


/**
*
* abp css
*
**/
.abp-clickable {
  cursor: pointer;
}
.abp-dock-top {
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  margin: 0;
}
.abp-dock-right {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
}
.abp-dock-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
}
.abp-dock-left {
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
}
.abp-busy-indicator-small {
  width: 36px;
  height: 36px;
}
.abp-busy-indicator-small.abp-dock-left,
.abp-busy-indicator-small.abp-dock-right {
  height: auto;
}
/*# sourceMappingURL=abp.css.map */
/**
*
* Mixins
*
**/

/**
*
* Global
*
**/
body {
    font-family:microsoft yahei,sans-serif;    
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {color: #b94a48; line-height:30px;}
.input-validation-error {border: 1px solid #b94a48;background-color: #ffeeee;}
.validation-summary-errors {color: #b94a48;}
.validation-summary-errors ul{padding-left:15px;}

.btn-transparent {
    background-color:transparent !important;
}

.no-radius {
    border-radius:0px !important;
}

.zo-toolbar{
    height:50px;
    position:relative;
}
.zo-toolbar .left{
    float:left;
}
.zo-toolbar .right{
    float:right;
}
.zo-toolbar h1{
    text-align:center;
    position:absolute;
    width:33.33%;
    left:33.33%;
    font-size:1.4em;
    margin:0px;
}

/* 文件上传 */
.upload-single-file {
    border:solid 1px #ccc;
    position:relative;
    color:#ccc;
}
.upload-single-file > p{
    padding: 0px 10px;
}
.upload-single-file i.plus{
    display:block;
    margin:auto;
    line-height:100%;
    font-size:60px;
    font-style:normal;
}

/* 宽屏 */
.content-wrapper .unwrap {
  margin-left: -15px; margin-right:-15px;
}

/* 内容区的侧边栏*/
.content .content-sidebar {
    margin:-15px 0px -15px -15px;
    padding-right:0px;
}

/* 表格的样式 */
th.checkbox {
    width:30px;
}