*{
    /*font-family: '黑体';*/
}

input[type='text']{
    width: 100%;
}

.selectItem{
    width: 100%;
    height: 26px;
}

.panel {
    margin-bottom: 0px;
}

#dataGrid .operation {
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#dataGrid tr:hover .operation {
    filter: alpha(opacity=50);
    opacity: .5;
    visibility: visible;
}

#dataGrid tr:hover .operation:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.dataGrid_header{
    width: 400px;
}

.dataGrid_header_checkbox{
    width: 120px;
}

.spectrum_contain {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 20px;
    margin: 0px 20px
}

.spectrum_content {
    top: 60px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    overflow-y: auto
}

.spectrum_content_left {
    width: 200px;
    float: left;
    border-right: solid 1px #eee;
    height: 100%;
    background-color: #f5f5f5;
}

.spectrum_content_right {
    margin-left: 200px;
    height: 100%;
    padding-left: 30px;
    position: relative;
}

.mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    opacity: 0.5;
    background-color: #fff;
}

#user_info {
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    vertical-align: top;
    line-height: 15px;
    position: relative;
    top: 3px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #eee;
    color: #337ab7;
}

.glyphicon-folder-open:before {
    color: orange;
    font-size: 10px;
}

.glyphicon-list-alt:before {
    font-size: 10px;
}

.glyphicon-cloud:before {
    font-size: 10px;
    color: green;
}

.glyphicon-cloud-big:before {
    font-size: 16px;
    color: mediumseagreen;
}

.navbar-nav>li>a{
    color: #ffffff !important;
    font-size: 18px;
}

.navActive , .navbar-nav li:hover{
    background-color: green;
}

.dropDown_user{
    width: 100%;
    height: 100px;
    overflow: auto;
    position: absolute;
    z-index: 10;
    padding: 5px 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropDown_user ul{
    list-style: none;
    -webkit-padding-start: 0px;
}

.dropDown_user ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.dropDown_user ul>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.middle{
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
}

.ellipsis {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.list-group-item{
    outline: none;
}

/*error.html */
.error_ex{
    text-align: center;
}

.error_ex h1 {
    font-size: 100px;
    font-weight: bold;
    color: #28B779;
}

.title-shape{
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.title-info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.title-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.title-warning{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}