/*!
 * Copyright &copy; 2012-2013 <a href="https://github.com/thinkgem/woozoom">woozoom</a> All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 */
html, body {
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    padding: 0;
    font-family: "微软雅黑";
    background-color: #f9f9fb;
}
/*滚动条样式*/
 .handle_content{
    scrollbar-arrow-color: rgba(0,0,0,0); /*上下按钮上三角箭头的颜色*/
    scrollbar-face-color: rgba(0,0,0,0); /*滚动条凸出部分的颜色*/
    scrollbar-3dlight-color: rgba(0,0,0,0); /*滚动条亮边的颜色*/
    scrollbar-highlight-color: rgba(0,0,0,0); /*滚动条空白部分的颜色*/
    scrollbar-shadow-color: rgba(0,0,0,0); /*滚动条阴影的颜色*/
    scrollbar-darkshadow-color: rgba(0,0,0,0); /*滚动条强阴影的颜色*/
    scrollbar-track-color: rgba(255,255,255,0.7); /*滚动条背景颜色*/

    scrollbar-base-color: black; /*滚动条的基本颜色*/
}

::-webkit-scrollbar {  /* 滚动条整体部分 */
    width:5px;
    margin-right:2px
}
::-webkit-scrollbar-button { /* 滚动条两端的按钮 */
    width:5px;
    background-color: rgba(0,0,0,0);
}
::-webkit-scrollbar:horizontal {
    height:10px;
    margin-bottom:2px
}
::-webkit-scrollbar-track {  /* 外层轨道 */
    border-radius: 3px;
}
::-webkit-scrollbar-track-piece {  /*内层轨道，滚动条中间部分 */
    background-color: rgba(0,0,0,0);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {  /* 滑块 */
    width:5px;
    border-radius: 3px;
    background: rgba(30,44,63,0.1);
}
::-webkit-scrollbar-corner { /* 边角 */
    width: 5px;
    background-color:  rgba(30,44,63,0.1);
}
::-webkit-scrollbar-thumb:hover { /* 鼠标移入滑块 */
    background: rgba(30,44,63,0.2);
}
.demo {
    width: 400px;
    height: 200px;
    overflow: auto;
}
h1 {
    font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    font-family: "微软雅黑";
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

body, label, input, button, select, textarea, .uneditable-input, .navbar-search .search-query {
    font-family: Helvetica, Georgia, Arial, sans-serif, 宋体;
    font-size: 13px;
    _font-size: 12px;
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: -2px 3px;
    *margin-top: 1px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: auto;
    background-color: #fafafa;
    border-radius: 4px;
}

.input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input {
    position: relative;
}

legend {
    margin: 10px 0;
    *left: -7px;
    *position: relative;
    color: #0088CC;
    *width: 99.5%
}
@media screen and (max-width: 1280px){
    .collapse {
        *display: none;
        _position: static;
    }

    .collapse.in {
        *display: block;
    }

    .close {
        opacity:1;
        filter: alpha(opacity=100);
    }

    .close:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    a.btn, button.btn {
        *padding: 4px 10px 4px;
        *border: 1px solid #cccccc;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6', GradientType=0);
    }

    a.btn-primary, a.btn-primary:hover, a.btn-warning, a.btn-warning:hover, a.btn-danger, a.btn-danger:hover, a.btn-success, a.btn-success:hover,
    a.btn-info, a.btn-info:hover, a.btn-inverse, a.btn-inverse:hover {
        *padding: 4px 10px 3px;
    }

    button.btn {
        *padding: 3px 10px 2px;
        *background-color: transparent;
        font-family: 微软雅黑;
    }

    .btn-group a.btn, .btn-group button.btn, .btn-group button.btn:hover {
        position: static;
    }

    .btn-group a.btn + a.btn, .btn-group button.btn + button.btn {
        margin-left: -2px;
    }

    /*
    input.btn {filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);*color:#555555}
    input.btn:hover {*color:#333333}
    */
    .nav, .breadcrumb {
        margin-bottom: 8px;
    }

    .nav-list li a {

    }

    .nav-list li a i {
        _margin-top: -1px;
    }

    .table {
        margin-bottom: 8px;
        background-color: #fdfdfd;
    }

    .table th, .table td {
        vertical-align: middle;
    }

    .table td i {
        margin: 0 2px;
    }

    .table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
        background-color: #F9F9FB;
    }
    .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
        background-color: #ffffff;
    }
    .table-nowrap td {
        width: 200px;
        max-width: 175px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sort-column {
        color: #0663A2;
        cursor: pointer;
    }

    .supcan {
        border: 1px #d3d3d3 solid;
        height: 300px;
    }

    .control-group {
        padding-bottom: 8px;
        margin-bottom: 0;
    }

    legend + .control-group {
        margin-top: 8px;
    }

    .controls .lbl {
        display: inline-block;
        padding-right: 5px;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .measure-input {
        background: url("../images/ruler.gif") repeat-x scroll 0 bottom transparent;
    }

    .input-min {
        width: 30px;
    }

    .input-mini {
        width: 90px;
    }

    .input-small {
        width: 120px;
    }

    .input-medium {
        width: 220px;
    }
    .input-time{
        width: 196px;
    }
    .input-xxlarge {
        width: 460px;
    }
    .input-select{
        width:294px;
    }
    .help-block, .help-inline {
        color: #aaaaaa;
    }

    .alert {
        margin-bottom: 10px;
    }

    .form-search label {
        margin-left: 10px;
        font-family: 微软雅黑;
    }

    .form-search span label {
        margin-left: 0;
    }

    .form-search .ul-form {
        margin: 0 0 0 15px;
        overflow: hidden;
        display: inline-block;
    }

    .form-search .ul-form li {
        float: left;
        list-style: none;
        margin-top: 10px;
        height: 45px;
        line-height: 35px;
    }

    .form-search .ul-form li label {
        width: auto;
        font-family: "微软雅黑";
        text-align: right;
    }

    .form-search .ul-form li span label {
        width: auto;
    }

    .form-search .ul-form li.clearfix {
        float: none;
    }

    .form-search .ul-form li.btns {
        padding-left: 10px;
    }

    .form-search .ul-form li.btns .btn {
        margin-right: 5px;
    }

    .form-horizontal {
        margin: 0;
        background-color: #ffffff;
        padding: 30px;
        border-radius:0 0 8px 8px;
    }

    .form-horizontal .control-group {
        margin-bottom: 8px;
        margin-left:0;
    }

    .form-horizontal .control-label {
        padding-top: 3px;
    }

    .form-horizontal .controls {
        text-align: left;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .form-horizontal .controls label.error {
        background-position: 0 2px;
    }

    .form-horizontal .table-form {
        width: 100%;
        border-color: #dddddd;
    }

    .form-horizontal .table-form, .form-horizontal .table-form td {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
        padding: 4px;
    }

    .form-horizontal .table-form td.tit {
        background: #fafafa;
        text-align: center;
        padding-right: 8px;
        white-space: nowrap;
    }

    .form-horizontal .form-actions {
        margin-bottom: 0;
    }

    .form-horizontal fieldset .row-fluid {
        margin-bottom: 10px;
    }

    .pagination {
        margin: 8px 0;
    }

    .pagination .controls a {
        border: 0;
    }

    .pagination .controls input {
        border: 0;
        color: #999;
        width: 30px;
        padding: 0;
        margin: -3px 0 0 0;
        text-align: center;
    }

    .modal-backdrop {
        background-color: #ffffff;
    }

    .modal-backdrop, .modal-backdrop.fade.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .modal.tree {
        width: 300px;
        margin: -250px 0 0 -180px;
        *margin: -200px 0 0 -150px;
    }

    .modal.tree .modal-body {
        height: 260px;
        padding: 20px 25px;
    }

    .accordion-heading {
        white-space: nowrap;
        background-color: #1e2c3f;
    }
    .table th{
        white-space: nowrap;
        background-color: #ffffff;
    }
    .accordion-heading {
        filter: none;
        float: inherit;
        width: 100%;

    }

    .accordion-heading a:hover, .dropdown a:hover {
        text-decoration: none;
        background:none;
    }
    .accordion-heading>a.active {
        color: #4472c4;
        font-weight: bold;
        text-shadow: none;
    }

    .accordion-heading .accordion-toggle {
        font-family: "微软雅黑";
        color:#aeb3ba;
        line-height: 24px;
        font-size: 14px;
        padding:18px 0 0px 25px;
    }

    .accordion-heading .accordion-toggle i {
        _margin-top: -1px;
        padding-right:5px;
        width:16px;
        height:auto;
        display: inline-block;
    }

    .accordion-inner {
        padding: 3px 8px 3px 8px;
    }

    .accordion-inner .nav-list {
        margin-bottom: 4px;
        padding:0;
    }
    .accordion-inner .nav-list li a {
        padding: 0 0 0 65px;
        color: #aeb3ba;
        line-height:40px;
        font-family: "微软雅黑";
    }

    .nav-list>li>a, .nav-list .nav-header {
        margin-right: -15px;
        margin-left: -15px;
        text-shadow: 0 1px 0 rgba(255,255,255,0);
    }
    .accordion-inner .nav-list li a:hover {
        color:#ffffff;
        background-color: rgba(0,0,0,0);
    }
    .accordion-inner .nav-list>.active>a,.accordion-inner .nav-list>.active>a:hover,.accordion-inner .nav-list>.active>a:focus {
        box-sizing: border-box;
        color: #ffffff;
        font-weight: bold;
        text-shadow:none;
        background-color: rgba(0,0,0,0);
        padding: 0 0 0 61px;
    }

    #left, #right, #openClose {
        float: left;
    }
    #right{
        position: relative;
    }

    #openClose {
        width: 30px;
        margin: 0;
        cursor: pointer;
        z-index: 20;
        position: absolute;
        left:0;

    }
    /*收起按钮*/

    #openClose, #openClose.close {
        background:url("../images/openclose.png") no-repeat -30px center;
    }

    #openClose.close {
        background-position: 0 center;
    }

    /*修改后css*/
    #main{
        background-color: #f9f9fb;
    }
    #left .accordion{
        padding-top:60px;
    }
    /*#header .brand {*/
    /*width:200px;*/
    /*background: url("../images/logo.png") no-repeat 10px 22px;*/
    /*padding-left: 0;*/
    /*}*/

    .navbar .brand {
        padding: 14px 20px 0;
        font-family: 'Telex',sans-serif;
        text-shadow: none;
    }
    .navbar .brand {
        display: block;
        float: left;
        padding: 0 20px 0;
        margin-left: 0;
        font-size: 20px;
        font-weight: 200;
        color: #fff;
        text-shadow: none;
    }
    .brand img{
        display: inline-block;
        max-width: 150px;
        width:auto;
        height:auto;
        overflow: hidden;

    }
    #left{
        background-color: #1e2c3f;
        box-shadow: 3px 0 10px -3px rgba(0,0,0,0.1);
    }
    #header .brand span {
        display: inline-block;
        font-family: "微软雅黑";
        font-size: 15px;
        font-weight: bold;
        padding-left: 10px;
        margin-top:8px;
    }

    .navbar-inner {
        min-height: 30px;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #2C353D;
        background-image: -moz-linear-gradient(left, #2a80ff, #009cff);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a80ff), to(#009cff));
        background-image: -webkit-linear-gradient(left, #2a80ff, #009cff);
        background-image: -o-linear-gradient(left, #2a80ff, #009cff);
        background-image: linear-gradient(to right, #2a80ff, #009cff);
        background-repeat: repeat-x;
        border: 1px solid #1990d5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff2fa4e7', GradientType=0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    }
    .navbar .nav>li>a {
        float: none;
        padding: 20px 25px ;
        color: rgba(255,255,255,1);
        text-decoration: none;
        text-shadow: 0;
        font-family: "微软雅黑";
    }
    .navbar .nav>li>a span {
        font:14px/26px "微软雅黑";
    }
    .nav>.active>a:hover, .navbar .nav>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0.1);
    }

    .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    }

    .collapse {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .35s ease;
        -moz-transition: height .35s ease;
        -o-transition: height .35s ease;
        transition: height .35s ease;
        background-color: #182534;
    }
    .accordion-inner {
        padding: 0;
        border-top: 0;
    }
    .accordion-inner .active{
        width: 100%;
        display: inline-block;
        border-left:4px solid #3385ff;
        box-sizing: border-box;
        -moz-box-sizing:border-box; /* Firefox */
        -webkit-box-sizing:border-box; /* Safari */
    }

    .accordion-group {
        margin-bottom:0;
        border: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    /*右侧tab样式*/
    .cropsTitle{
        margin-top: 80px;
        padding: 0 30px 0 30px;
    }
    .cropsList{
        width: 100%;
        height:auto;
        /*margin-left:30px;*/
        /*padding-top: 60px;*/
    }
    .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
        color: #414358;
        cursor: default;
        background-color: #fff;
        border: 0;
    }
    .nav-tabs {
        margin:25px 0 0 0;
        background-color: #f9f9fb;
        border-bottom: 0;
    }
    .nav-tabs>li>a {
        color:rgba(65,67,88,0.6);
        background-color: #fcfcfd;
        padding:8px 25px;
        line-height: 20px;
        border: 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }
    .nav-tabs>li>a, .nav-pills>li>a {
        margin-right: 3px;
    }

    .breadcrumb {
        width: 100%;
        height:auto;
        display: block;
        padding: 8px 0;
        list-style: none;
        background-color: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 8px;
        margin: -0px;
    }
    .nav>li>a:hover, .nav>li>a:focus {
        text-decoration: none;
        background-color: #fefefe;
    }

    .btn-primary {
        color: #fff;
        font-family: "微软雅黑";
        border-radius:5px;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #1190ff;
        background-image: -moz-linear-gradient(top,#4472c4,#4472c4);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#4472c4),to(#4472c4));
        background-image: -webkit-linear-gradient(top,#4472c4,#4472c4);
        background-image: -o-linear-gradient(top,#4472c4,#4472c4);
        background-image: linear-gradient(to bottom,#4472c4,#4472c4);
        background-repeat: repeat-x;
        border-color: #4472c4;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

    /*表格*/
    .table {
        background-color: #ffffff;
        margin-bottom:20px;
        padding:0 30px;
    }
    .table-bordered {
        border: 0;
        border-collapse: separate;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .table-condensed th, .table-condensed td {
        font-size:8px;
        padding: 12px 20px;
        color:#414358;
    }
    .table-condensed td a {
        color:#414358;
    }
    .table-condensed th{
        color:rgba(65,67,88,0.3);
        border-bottom: 2px solid #f9f9fb;
    }
    .table-bordered th, .table-bordered td {
        border-left: 0;
    }
    .table th, .table td {
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top:0;
        font-family:"微软雅黑";
    }
    .table-title{
        margin-top: 10px;
        padding: 0 30px 0 30px;
    }
    .table-content{
        width:100%;
        height:auto;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    #contentTable tbody tr:hover{
        background-color: #ffe5e5;
    }
    .pagination{
        width:630px;
        margin: 30px auto;
    }

    /*表单页*/
    .form-horizontal .control-label {
        float: left;
        width: auto;
        padding: 0;
        line-height: 26px;
        text-align: right;
        font-family:"微软雅黑";
    }
    .form-actions {
        padding: 19px 20px 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #ffffff;
        border-top: 0;
    }
    .form-horizontal .controls {
        margin-left: 100px;
        font-family: 微软雅黑;
        line-height: 26px;
    }
    .form-horizontal .form-actions {
        padding-left: 100px;
    }
    .form-search .input-append .btn {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }
    .controls label{
        width: auto;
        padding-top: 5px;
        text-align: right;
        font-family: "微软雅黑";
    }
    /*弹出框*/
    .jbox{
        border-radius: 8px;
    }
    div.jbox .jbox-container {
        background-color: #fff;
        border:1px solid #efeff1;
        border-radius: 8px;
        -webkit-border-radius:8px;
        -moz-border-radius: 8px;
        outline: 0;
        -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        -moz-box-shadow:1px 5px 10px rgba(0,0,0,0.1);
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    div.jbox .jbox-title-panel {
        background: #fff;
        border-bottom: 0;
        padding: 10px 15px 10px 20px;
        border-radius:8px 8px 0 0;
    }
    div.jbox .jbox-button-panel {
        border-top: 0;
        background-color: #fff;
        border-radius: 0 0 8px 8px;
    }
    div.jbox .jbox-button {
        width: 180px;
        font-size: 14px;
        padding: 8px 12px;
        letter-spacing: 3px;
        border: 1px solid rgba(255,255,255,0.5);
        height: 30px;
        color: #ffffff;
        font-family: "微软雅黑";
        border-radius: 4px;
        text-shadow: none;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(left,#3385ff,#3385ff);
        background-image: -o-linear-gradient(left,#3385ff,#3385ff);
        background-image: linear-gradient(to right,#3385ff,#3385ff);
        float: right;
        margin: 10px 60px 30px 60px;
        cursor: pointer;
    }
    div.jbox .jbox-title {
        font-weight: bold;
        color: rgba(0,0,0,0.65);
        font-size: 14px;
        line-height: 24px;
        padding-top: 0;
        font-family: "微软雅黑";
    }
    div.jbox .jbox-content {
        font-size: 14px;
        min-height: 24px;
        line-height: 32px;
        font-family: "微软雅黑";
        color: rgba(0,0,0,0.8);
        font-weight: lighter;
    }
    div.jbox .jbox-border {
        background: none repeat scroll 0 0 #fff;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
    .ztree li span {
        line-height: 16px;
        margin-right: 2px;
        font-family:"微软雅黑";
    }
    .hide .btn{
        position: absolute;
        left: 235px;
        top: 12px;
        border: 0;
        box-shadow: none;
        padding: 3px 12px;
        color:#8c8c8c;
    }
    #jbox-iframe html,#jbox-iframe body{

    }
    /*login页样式*/
    .login-all{
        width: 100%;
        min-height: 100%;
        background:url("../images/login/login-back.jpg") center;
    }
    .form-content{
        width: 370px;
        height:470px;
        margin:100px auto;
        background-color: #ffffff;
        border-radius:8px;
    }
    .logo-icon{
        width: 250px;
        height: 100px;
        padding: 60px 0 10px 0;
        overflow: hidden;
        margin:0 auto;
    }
    .logo-icon img{
        width:auto;
        height:auto;
        display: block;
        margin:0 auto;
    }
    .logo-title{
        font:18px/18px "微软雅黑";
        text-align: center;
        letter-spacing:2px;
        padding-bottom:20px;
    }
    .form-signin {
        width: 370px;
        height:auto;
        /*overflow: hidden;*/

    }

    .form-signin .checkbox {
        margin-bottom: 10px;
        color: #0663a2;
    }

    .form-signin .input-label {
        font-size: 16px;
        line-height: 23px;
        color: #999;
    }

    .form-signin .input-block-level {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        *width: 283px;
        *padding-bottom: 0;
        padding: 7px 7px 9px 7px;
    }

    .form-signin .btn.btn-large {
        font-size: 14px;
        border-radius: 8px;
    }

    .form-signin #themeSwitch {
        position: absolute;
        right: 15px;
        bottom: 10px;
    }

    .form-signin div.validateCode {
        padding-bottom: 15px;
    }

    .mid {
        vertical-align: middle;
    }

    .header {
        height: 40px;
        padding-top: 0;
    }

    .alert {
        position: relative;
        width: 300px;
        margin: 0 auto;
        *padding-bottom: 0;
    }

    label.error {
        background: none;
        width: 270px;
        font-weight: normal;
        color: inherit;
        margin: 0;
    }





    /*我的login样式*/
    .login-form{
        width: 900px;
        height:370px;
        margin: 200px auto 0 auto;
    }
    /*标题*/
    .title{
        width:370px;
        float: left;
        margin:150px 150px 0 0;
    }

    .form-content .form-group{
        width:250px;
        height:50px;
        border-bottom:1px solid #d3d3d3;
        margin: 0 60px;
        float: left;
    }
    .form-content.form-group:first-child{
        margin-top: 30px;
    }
    .form-content .icon{
        display: block;
        float: left;
        margin: 15px 15px 3px 0px;
    }
    #login-password{
        position: relative;
    }
    #login-password .form-control{
        width: 160px;
    }
    .forget-password{
        color: #919191;
        letter-spacing: 1px;
        display: block;
        position: absolute;
        right: 0;
        top:24px;
        font-family: "微软雅黑 Light";

    }
    #login-code {
        width: 123px;
        margin:0 12px 0 60px;
    }
    #login-code .form-control{
        width: 80px;
    }
    .code{
        width: 115px;
        height:40px;
        background-color: #7ab9ff;
        float: left;
        margin: 10px 0 0 0;
    }
    .code a{
        width: 115px;
        font:14px/14px "微软雅黑";
        padding:13px 0;
        text-align: center;
        color:#ffffff;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }
    .form-content .form-group{
        position: relative;
    }
    #phoneMsg,#passwordMsg{
        position:absolute;
        left: 260px;
        top: 25px;
        color:rgb(234, 59, 72);
        width: 250px;
        font: 14px/14px "微软雅黑";
    }
    #validateCodeMsg{
        position:absolute;
        left: 0;
        top: 65px;
        color:#5a5a5a;
        width: 250px;
        font: 12px/14px "微软雅黑";
    }
    #validateCodeMsg img{
        vertical-align: top;
    }
    /*表单*/
    .form-content .form-control{
        width: 200px;
        height:50px;
        background-color: rgba(0,0,0,0);
        border: 0px solid #ccc;
        border-radius: 0px;
        color:#d3d3d3;
        font-size:13px;
        font-family: "微软雅黑 Light";
        letter-spacing: 1px;
        float: left;
        /*padding:22px 0 8px 0;*/
        padding:0;
        outline: none;
        /*box-shadow: none;*/
    }
    .form-content  .form-control:focus {
        border-color: rgba(0,0,0,0);
        outline: none;
    }
    .form-content .form-control::-moz-placeholder {
        letter-spacing: 2px;
        color:#d3d3d3;
        opacity:1
    }
    .form-content .form-control:-ms-input-placeholder {
        color:#d3d3d3;
    }
    .form-content .form-control::-webkit-input-placeholder {
        color:#d3d3d3;
    }


    /*登录按钮*/

    .form-content .btn{
        width: 250px;
        margin: 50px 60px 15px 60px;
    }
    .form-content .btn{
        font-size: 16px;
        padding: 8px 12px;
        letter-spacing: 10px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 0px;
    }
    .form-content .btn-default {
        color: #ffffff;
        font-family: 微软雅黑;
        border-radius: 4px;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(left,#3385ff,#3385ff);
        background-image: -o-linear-gradient(left,#3385ff,#3385ff);
        background-image: linear-gradient(to right,#3385ff,#3385ff);
    }
    .form-content .btn-default:hover {
        color: #ffffff;
        background-color: #1190ff;
        outline: none;
    }
    .form-content .btn-default.focus,.form-content .btn-default:focus {
        color: #ffffff;
        background-color: #1190ff;
        outline: none;
    }

    .form-content .btn-default.active,.form-content .btn-default:active, .open>.dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border-color: rgba(255,255,255,1);
        outline: none;
    }
    .form-content .btn-default.active.focus,.form-content .btn-default.active:focus,.form-content .btn-default.active:hover,.form-content .btn-default:active.focus,.form-content .btn-default:active:focus,.form-content .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border-color: rgba(255,255,255,1);
        outline: none;
    }
    .form-content .btn-default.active,.form-content .btn-default:active, .open>.dropdown-toggle.btn-default {
        background-image: none;
        outline: none;
    }
    .form-content .btn-default.disabled,.form-content .btn-default.disabled.active,.form-content .btn-default.disabled.focus,.form-content .btn-default.disabled:active,.form-content .btn-default.disabled:focus,.login-form .btn-default.disabled:hover,.form-content .btn-default[disabled],.form-content .btn-default[disabled].active, .btn-default[disabled].focus,.form-content .btn-default[disabled]:active,.form-content .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border-color: rgba(255,255,255,1);
        outline: none;
    }
    .btn.focus, .btn:focus, .btn:hover {
        color:  #ccc;
        text-decoration: none;
        outline: none;
    }
    .btn-default:active{
        color:white;
        background-color: #1190ff;
        outline: none;
    }

    .form-content input[type="text"],.form-content input[type="text"]:focus, .form-content input[type="password"],.form-content input[type="password"]:focus,.form-content input[type="datetime"],.form-content input[type="datetime-local"],.form-content input[type="date"],.form-content input[type="month"],.form-content input[type="time"],.form-content input[type="week"],.form-content input[type="number"],.form-content input[type="email"],.form-content input[type="url"], input[type="search"], input[type="tel"], input[type="color"],.form-content .uneditable-input {
        border: 0;
        -webkit-box-shadow:  0 0 0 400px #ffffff inset;
        -moz-box-shadow:  0 0 0 400px #ffffff inset;
        box-shadow:  0 0 0 400px #ffffff inset;
        -webkit-transition: border linear .2s,box-shadow linear .2s;
        -moz-transition: border linear .2s,box-shadow linear .2s;
        -o-transition: border linear .2s,box-shadow linear .2s;
        transition: border linear .2s,box-shadow linear .2s;
    }
    .register{
        font: 13px/13px '微软雅黑 Light';
        display: block;
        margin: 0 0 50px 230px;
        letter-spacing: 1px;
        color: #333;
    }

    /*错误提示*/
    .prompt-tip{
        position:absolute;
        top:300px;
        left:1400px;
        color:white;
        font:11px/26px "微软雅黑";
        padding:0 20px;
        background-color: #ea3b48;
        border-radius: 3px;
    }


    /*版权*/
    .copyright{
        width: 100%;
        color: rgba(255,255,255,0.7);
        text-align: center;
        font:12px/24px "微软雅黑 Light";
        position: absolute;
        bottom: 50px;
    }


    /*注册页面*/
    .checkbox{
        clear: both;
        padding-top: 15px;
        margin:0;
    }
    .checkbox label{
        color:#d3d3d3;
    }
    .reg-btn{
        width:250px;
        height:40px;
        float:left;
        margin:60px 60px 40px 60px;
    }
    .reg-btn .btn{
        width:120px;
        margin:0;
        float:left;
    }
    .reg-btn .btn:first-child{
        margin-right:10px;
    }
    #register-btn,#register-cancel{
        width:120px;
        padding-left:23px;
        float: left;
        margin:25px 0 60px 40px;
    }
    #register-cancel{
        margin-left: 10px;
    }
    .radio{
        width: 250px;
        height:20px;
        float: left;
        margin: 20px 0 0 40px;
    }
    .radio label{
        font-size: 13px;
        color: #919191;
    }


    .remember{
        padding-left:45px;
        font-family: 微软雅黑;
    }
    .register-btn{
        float: right;
        padding:0 60px 35px 0;
    }
    .register-btn a{
        color:#000000;
        font-family: 微软雅黑;
        font-weight: lighter;
    }
    .footer{
        color:rgba(255,255,255,0.7);
        text-align: center;
        padding:80px 0 40px 0;
        font:12px/20px "微软雅黑";
    }

    /*统计页面样式*/
    .ui-jqgrid-bdiv{
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .search-module{
        width:95%;
        height:auto;
        margin:90px 0 20px 30px;
        background-color: #ffffff;
        border-radius: 8px;
        border:1px solid #efeff1;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    .statisticTop{
        width:95%;
        height:auto;
        margin:30px 0 20px 30px;
        background-color: #ffffff;
        border-radius: 8px;
        border:1px solid #efeff1;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    .statisticTitle{
        color:#404040;
        padding:20px 0 0 30px;
        font:20px/20px "微软雅黑";
    }
    .statisticContent{
        padding:20px 0 0 30px;
    }
    .tableTitle{
        font:13px/13px "微软雅黑";
        color: #757575;
        padding:0 12px;
    }
    .tableValue{
        font:20px/36px "微软雅黑";
        color: #757575;
        padding:0 8px;
    }
    .statisticTable,.statisticForm{
        display: inline-block;
        margin:30px;
    }
    .statisticForm .btn-default {
        display: inline-block;
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #adadb5;
        text-align: center;
        text-shadow: none;
        vertical-align: middle;
        cursor: pointer;
        background-color: #ffffff;
        background-image: -moz-linear-gradient(top,#fff,#fff);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
        background-image: -webkit-linear-gradient(top,#fff,#fff);
        background-image: -o-linear-gradient(top,#fff,#fff);
        background-image: linear-gradient(to bottom,#fff,#fff);
        background-repeat: repeat-x;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,1),0 0 0 rgba(0,0,0,1);
        -moz-box-shadow: inset 0 0 0 rgba(255,255,255,1),0 0 0 rgba(0,0,0,1);
        box-shadow: inset 0 0 0 rgba(255,255,255,1),0 0 0 rgba(0,0,0,1);
    }
    .statisticForm .btn-default:active,.statisticForm .btn-default:hover,.statisticForm .btn-default:focus{
        color: #3385ff;
        border: 1px solid #3385ff;
    }
    .statisticTable table{
        float:left;
    }
    .search-form{
        display: inline-block;
    }
    .search-form select, .search-form textarea,.search-form input[type="text"] {
        display: inline-block;
        height: 20px;
        padding: 4px 6px;
        margin-bottom: 0;
        margin-left:40px;
    }
    .btn-primary {
        color: #fff;
        border-radius: 5px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #1190ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1190ff), to(#1190ff));
        background-image: -webkit-linear-gradient(top, #1190ff, #1190ff);
        background-image: -o-linear-gradient(top, #1190ff, #1190ff);
        background-image: linear-gradient(to bottom, #1190ff, #1190ff);
    }
    .btn-primary:hover,.btn-primary:active,.btn-primary:focus{
        color:#ffffff;
        border:1px solid #1190ff;
        background-color: #1190ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1190ff), to(#1190ff));
        background-image: -webkit-linear-gradient(top, #1190ff, #1190ff);
        background-image: -o-linear-gradient(top, #1190ff, #1190ff);
        background-image: linear-gradient(to bottom, #1190ff, #1190ff);
    }

    .btn{
        padding: 4px 15px;
        border: 1px solid #d9d9d9;
        /*border-bottom-color: #d9d9d9;*/
        font-family: 微软雅黑;
    }
    .form-actions .btn-primary{
        border: 1px solid #1190ff;
    }
    .form-content input:-webkit-autofill{
        -webkit-box-shadow: 0 0 0 400px #ffffff inset;
        -webkit-text-fill-color: #666666;//设置字体颜色
    }
    .statisticTable1{
        float:left;
    }
    .statisticTable1 td{
        font-size: 16px;
        color:#adadb5;
        font-family: "微软雅黑";
        padding-right: 15px;
    }
    .statisticTable1 tr td:last-child{
        font-size:30px;
    }

    /*地块管理样式*/
    .col{
        width: 50%;
        height: 400px;
        display: inline-block;
        float: left;
        max-width: 800px;
    }

    /*任务列表*/
    .task-list{
        width:375px;
        height:210px;
        margin:15px 0 20px 30px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
        float:left;
        position: relative;
    }
    .list-img{
        width: 180px;
        height:180px;
        overflow: hidden;
        display: inline-block;
        float:left;
        padding:15px 15px 0 10px;
    }
    .list-title{
        width: 138px;
        display: inline-block;
        font:14px/20px "微软雅黑";
        color:#757575;
        padding:15px 0 0 10px;
    }
    .task-list table{
        width:155px;
        height:auto;
    }
    .task-list table td{
        font-size:14px;
        color:#757575;
        padding:5px 10px;
        text-align: right;
        font-family: "微软雅黑";
    }
    .task-list table td:first-child{
        font-size:14px;
        color:rgba(117,117,117,0.5);
        padding:5px 10px;
        text-align: left;
    }
    .task-list .btn{
        border:0;
        float:right;
        margin:30px 10px 0 0;
        background-image: none;
    }
    .task-list .btn:hover,.task-list .btn:focus,.task-list .btn:active,.task-list .btn.active,.task-list .btn.disabled,.task-list .btn[disabled] {
        color: #333;
        background-color: #ffffff;
    }
    .setting-list{
        position:absolute;
        bottom:0;
        right:0;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
        border:1px solid rgba(0,0,0,0.1);
        display: none;
    }
    .setting-list ul{
        list-style: none;
        margin:0;
        padding:0;
    }
    .setting-list ul li{
        line-height:35px;
        text-align: center;
    }
    .setting-list ul li a{
        font:14px/14px "微软雅黑";
        color:#757575;
        padding:10px 20px;
        text-align: center;
    }
    .setting-list ul li a img{
        padding:0 8px;
    }
    .modal{
        display: none;
    }
    .user-self{
        float:right;
        padding-left:5px;
    }
    .user-self img{
        height:16px;
        width: auto;
    }
    /*woozoom端概览*/
    .map-content{
        width:95%;
        position:relative;
        background-color: #ffffff;
        border-radius: 8px;
        border:1px solid #efeff1;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        margin-left:30px;
    }
    .left-form{
        width: 280px;
        z-index: 10;
    }
    .right-form{
        width: 280px;
    }

    #areaTop5,#cropsTop5,#teamTop5,#companyTop5,.right-form div,.left-form div{
        background-color: rgba(255,255,255,1);
        border-radius: 8px;
        /*box-shadow: 2px 2px 5px rgba(0,0,0,0.1);*/
        padding:10px;
    }

    .msg-overview li{
        display: inline-block;
        border-radius: 6px;
        padding:0 20px;
        margin:20px 30px 30px 0;
    }
    .first-li{
        background-color: #1890ff;
    }
    .second-li{
        background-color: #2cc159;
    }
    .third-li{
        background-color: #ffb748;
    }
    .fourth-li{
        background-color: #f2637b;
    }
    .fifth-li{
        background-color: #36cbcb;
    }
    .sixth-li{
        background-color: #39d38c;
    }
    .seven-li{
        background-color: #6ac945;
    }
    .eight-li{
        background-color: #f7b551;
    }
    .nine-li{
        background-color: #f29149;
    }
    .msg-overview label{
        cursor: default;
    }
    .msg-overview{
        margin:15px 0 10px 25px;
    }
    .msg-overview li img{
        vertical-align: middle;
        padding:0 15px 12px 5px;
    }
    .msg-overview li span{
        font:36px/80px "微软雅黑";
        color:#ffffff;
    }
    .msg-overview li label{
        color:#ffffff;
        font-family: "微软雅黑";
    }


    .statisticTop .ul-form{
        list-style: none;
    }

    .ui-jqgrid-htable,.ui-jqgrid-htable th{
        border-bottom:2px solid #f9f9fb;
    }
    .ui-jqgrid-htable thead th{
        text-align: left;
        color:rgba(65,67,88,0.3);
    }
    .ui-jqgrid-htable thead th:first-child{
        padding-left:30px;
    }
    .state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 0;

    }
    /*.ui-jqgrid-hbox{*/
    /*padding:0 30px;*/
    /*}*/
    .ui-widget-content {
        width: 95%;
        height:auto;
        border: 0;
        background-color: #ffffff;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
        border-radius:8px;
    }
    .ui-jqgrid-sortable{
        text-align: left;
        padding:6px 0;
    }
    #dataGrid tbody{
        padding-left:5px;
    }
    #dataGrid tbody tr td{
        color:rgba(65,67,88,0.9);
        font:12px/36px "微软雅黑";
        padding:12px 0;
    }
    #dataGrid tbody tr:nth-child(odd){
        background-color: #f9f9fb;
    }
    #dataGrid tbody tr:first-child td{
        background-color: #ffffff;
        padding:0;
    }
    #dataGrid tbody tr:hover{
        background-color: #bae7ff;
    }
    #dataGrid tbody tr td:first-child{
        padding-left:30px;
    }

    /*任務編輯彈出框*/
    .modal {
        position: fixed;
        top: 10%;
        left: 50%;
        z-index: 1050;
        width: 560px;
        margin-left: -280px;
        border:1px solid #efeff1;
        border-radius: 8px;
        -webkit-border-radius:8px;
        -moz-border-radius: 8px;
        outline: 0;
        -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        -moz-box-shadow:1px 5px 10px rgba(0,0,0,0.1);
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #ffffff;
    }
    .modal-footer {
        padding: 14px 15px 15px;
        margin-bottom: 0;
        text-align: right;
        background-color: #ffffff;
        border-top: 0px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .modal-header {
        padding: 9px 15px;
        border-bottom: 0;
    }
    #initTaskForm{
        padding:0 0 0 30px;
    }
    #initTaskForm label{
        width: 75px;
        font:14px/30px "微软雅黑";
        color:rgba(0,0,0,0.7);
    }
    #initTaskForm span {
        font:14px/30px "微软雅黑";
        color:rgba(0,0,0,0.7);
        padding-right: 5px;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .modal-footer .btn {
        font-size: 16px;
        padding: 8px 12px;
        letter-spacing: 3px;
        border: 1px solid rgba(255,255,255,0.5);
    }
    .modal-footer .btn-warning {
        width: 150px;
        height: auto;
        color: #ffffff;
        text-shadow: none;
        font-family: "微软雅黑";
        display: inline-block;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#717171),to(#717171));
        background-image: -webkit-linear-gradient(left,#717171,#717171);
        background-image: -o-linear-gradient(left,#717171,#717171);
        background-image: linear-gradient(to right,#717171,#717171);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        float:left;
        margin:0 0 30px 30px;
    }
    .modal-footer .btn-default {
        width: 150px;
        color: #ffffff;
        font-family: 微软雅黑;
        border-radius: 8px;
        text-shadow: none;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(left,#3385ff,#3385ff);
        background-image: -o-linear-gradient(left,#3385ff,#3385ff);
        background-image: linear-gradient(to right,#3385ff,#3385ff);
        float:right;
        margin: 0 30px 30px 0;
    }
    /*人员统计*/
    .user-head{
        display: inline-block;
        float:left;
        padding:45px 20px 45px 45px;
    }
    .user-head img{
        width: 90px;
        height:90px;
        border-radius: 50%;
    }
    .username{
        color:rgba(64,64,64,0.8);
        font:13px/20px "微软雅黑";
        padding:25px 0 0 23px ;
    }
    .team-detail{
        float:left;
    }


    /*概览搜索按钮样式*/
    #searchForm .btns .btn{
        border: 1px solid #e5e5e5;
        box-shadow: none;
        color:#adadb5;
    }
    #searchForm .btns .btn-primary{
        text-shadow: none;
        color: #3385ff;
        border: 1px solid #3385ff;
        background-color: #ffffff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    }
    #searchForm .btns .btn-primary:hover,#searchForm .btns .btn-primary:active,#searchForm .btns .btn-primary:focus,#searchForm .btns .btn-default:active,#searchForm .btns .btn-default:hover,#searchForm .btns .btn-default:focus {
        color:#3385ff;
        background-color: #ffffff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    }
    .btn-default:active {
        color: white;
        background-color: #1190ff;
        outline: none;
    }
    #searchForm .search-btn .btn-primary{
        margin-left:15px;
        text-shadow: none;
        color: #ffffff;
        border: 1px solid #3385ff;
        background-color: #3385ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3385ff), to(#3385ff));
        background-image: -webkit-linear-gradient(top, #3385ff, #3385ff);
        background-image: -o-linear-gradient(top, #3385ff, #3385ff);
        background-image: linear-gradient(to bottom, #3385ff, #3385ff);
    }

    .realtime-tab{
        position: absolute;
        top:100px;
        right:40px;
        z-index: 100;
    }

    /*放大镜表单样式*/
    .controls .input-append{
        position: relative;
    }
    .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
        margin-bottom: 0;
        position: relative;
    }
    input, textarea, .uneditable-input {
        width: 270px;
    }
    .input-append .btn:last-child{
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        position: absolute;
        left: 253px;
        border: 0;
        background: #fafafa;
        padding: 3px 8px;
        margin-top: 3px;
        box-shadow: none;
    }
    a [class^="icon-"], a [class*=" icon-"] {
        display: inline;
        color:#8c8c8c;
        opacity:1;
    }
    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        font-family: 微软雅黑;
    }

    /*实时监控页面新加的两个按钮--全屏和居中*/
    .new-btns{
        position: absolute;
        top:154px;
        left:30px;
        z-index: 100;
    }
    .new-btns .btn{
        padding:0;
        display: block;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ccc;
    }
    .new-btns .btn img{
        width:26px;
        height:26px;
    }
    .new-btns .btn:active.new-btns .btn:focus{
        box-shadow: none;
        background-image: none;
    }

    /*时间选择切换自定义时间*/
    #searchForm .btn-info{
        margin:3px;
        text-shadow: none;
        color: #ffffff;
        border: 1px solid #3385ff;
        background-color: #3385ff;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(top,#3385ff,#3385ff);
        background-image: -o-linear-gradient(top,#3385ff,#3385ff);
        background-image: linear-gradient(to bottom,#3385ff,#3385ff);

    }
    .form-search .ul-button,.form-search .ul-type {
        margin: 0 0 0 15px;
        overflow: hidden;
        display: inline-block;
    }
    .form-search .ul-button li,.form-search .ul-type li {
        float: left;
        list-style: none;
        margin-top: 10px;
        height: 45px;
        line-height: 35px;
    }

    .row-fluid span{
        font:14px/30px "微软雅黑";
    }
    #assignButton{
        margin-left:20px;
    }
    #assignRole{
        width:780px;
        margin:0;
        padding:30px 0 0 20px;
    }
    #assignRole p{
        font:14px/14px "微软雅黑";
    }
    .jbox-bottom-text{
        font:14px/14px "微软雅黑";
        padding:10px 0 0 10px;
        color:rgba(0,0,0,0.65);
    }
}
@media screen and (min-width: 1280px) and (max-width: 1440px){
    .collapse {
        *display: none;
        _position: static;
    }

    .collapse.in {
        *display: block;
    }

    .close {
        opacity:1;
        filter: alpha(opacity=100);
    }

    .close:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    a.btn, button.btn {
        *padding: 4px 10px 4px;
        *border: 1px solid #cccccc;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6', GradientType=0);
    }

    a.btn-primary, a.btn-primary:hover, a.btn-warning, a.btn-warning:hover, a.btn-danger, a.btn-danger:hover, a.btn-success, a.btn-success:hover,
    a.btn-info, a.btn-info:hover, a.btn-inverse, a.btn-inverse:hover {
        *padding: 4px 10px 3px;
    }

    button.btn {
        *padding: 3px 10px 2px;
        *background-color: transparent;
        font-family: 微软雅黑;
    }

    .btn-group a.btn, .btn-group button.btn, .btn-group button.btn:hover {
        position: static;
    }

    .btn-group a.btn + a.btn, .btn-group button.btn + button.btn {
        margin-left: -2px;
    }

    /*
    input.btn {filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);*color:#555555}
    input.btn:hover {*color:#333333}
    */
    .nav, .breadcrumb {
        margin-bottom: 8px;
    }

    .nav-list li a {

    }

    .nav-list li a i {
        _margin-top: -1px;
    }

    .table {
        margin-bottom: 8px;
        background-color: #fdfdfd;
    }

    .table th, .table td {
        vertical-align: middle;
    }

    .table td i {
        margin: 0 2px;
    }

    .table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
        background-color: #F9F9FB;
    }
    .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
        background-color: #ffffff;
    }
    .table-nowrap td {
        width: 200px;
        max-width: 175px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sort-column {
        color: #0663A2;
        cursor: pointer;
    }

    .supcan {
        border: 1px #d3d3d3 solid;
        height: 300px;
    }

    .control-group {
        padding-bottom: 8px;
        margin-bottom: 0;
    }

    legend + .control-group {
        margin-top: 8px;
    }

    .controls .lbl {
        display: inline-block;
        padding-right: 5px;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .measure-input {
        background: url("../images/ruler.gif") repeat-x scroll 0 bottom transparent;
    }

    .input-min {
        width: 30px;
    }

    .input-mini {
        width: 90px;
    }

    .input-small {
        width: 120px;
    }

    .input-medium {
        width: 220px;
    }
    .input-time{
        width: 196px;
    }
    .input-xxlarge {
        width: 460px;
    }
    .input-select{
        width:294px;
    }
    .help-block, .help-inline {
        color: #aaaaaa;
    }

    .alert {
        margin-bottom: 10px;
    }

    .form-search label {
        margin-left: 10px;
        font-family: 微软雅黑;
    }

    .form-search span label {
        margin-left: 0;
    }

    .form-search .ul-form {
        margin: 0 0 0 15px;
        overflow: hidden;
        display: inline-block;
    }

    .form-search .ul-form li {
        float: left;
        list-style: none;
        margin-top: 10px;
        height: 45px;
        line-height: 35px;
    }

    .form-search .ul-form li label {
        width: auto;
        font-family: "微软雅黑";
        text-align: right;
    }

    .form-search .ul-form li span label {
        width: auto;
    }

    .form-search .ul-form li.clearfix {
        float: none;
    }

    .form-search .ul-form li.btns {
        padding-left: 10px;
    }

    .form-search .ul-form li.btns .btn {
        margin-right: 5px;
    }

    .form-horizontal {
        margin: 0;
        background-color: #ffffff;
        padding: 30px;
        border-radius:0 0 8px 8px;
    }

    .form-horizontal .control-group {
        margin-bottom: 8px;
        margin-left:0;
    }

    .form-horizontal .control-label {
        padding-top: 3px;
    }

    .form-horizontal .controls {
        text-align: left;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .form-horizontal .controls label.error {
        background-position: 0 2px;
    }

    .form-horizontal .table-form {
        width: 100%;
        border-color: #dddddd;
    }

    .form-horizontal .table-form, .form-horizontal .table-form td {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
        padding: 4px;
    }

    .form-horizontal .table-form td.tit {
        background: #fafafa;
        text-align: center;
        padding-right: 8px;
        white-space: nowrap;
    }

    .form-horizontal .form-actions {
        margin-bottom: 0;
    }

    .form-horizontal fieldset .row-fluid {
        margin-bottom: 10px;
    }

    .pagination {
        margin: 8px 0;
    }

    .pagination .controls a {
        border: 0;
    }

    .pagination .controls input {
        border: 0;
        color: #999;
        width: 30px;
        padding: 0;
        margin: -3px 0 0 0;
        text-align: center;
    }

    .modal-backdrop {
        background-color: #ffffff;
    }

    .modal-backdrop, .modal-backdrop.fade.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .modal.tree {
        width: 300px;
        margin: -250px 0 0 -180px;
        *margin: -200px 0 0 -150px;
    }

    .modal.tree .modal-body {
        height: 260px;
        padding: 20px 25px;
    }

    .accordion-heading {
        white-space: nowrap;
        background-color: #1e2c3f;
    }
    .table th{
        white-space: nowrap;
        background-color: #ffffff;
    }
    .accordion-heading {
        filter: none;
        float: inherit;
        width: 100%;

    }

    .accordion-heading a:hover, .dropdown a:hover {
        text-decoration: none;
        background:none;
    }
    .accordion-heading>a.active {
        color: #4472c4;
        font-weight: bold;
        text-shadow: none;
    }

    .accordion-heading .accordion-toggle {
        font-family: "微软雅黑";
        color:#aeb3ba;
        line-height: 24px;
        font-size: 14px;
        padding:18px 0 0px 25px;
    }

    .accordion-heading .accordion-toggle i {
        _margin-top: -1px;
        padding-right:5px;
        width:16px;
        height:auto;
        display: inline-block;
    }

    .accordion-inner {
        padding: 3px 8px 3px 8px;
    }

    .accordion-inner .nav-list {
        margin-bottom: 4px;
        padding:0;
    }
    .accordion-inner .nav-list li a {
        padding: 0 0 0 65px;
        color: #aeb3ba;
        line-height:40px;
        font-family: "微软雅黑";
    }

    .nav-list>li>a, .nav-list .nav-header {
        margin-right: -15px;
        margin-left: -15px;
        text-shadow: 0 1px 0 rgba(255,255,255,0);
    }
    .accordion-inner .nav-list li a:hover {
        color:#ffffff;
        background-color: rgba(0,0,0,0);
    }
    .accordion-inner .nav-list>.active>a,.accordion-inner .nav-list>.active>a:hover,.accordion-inner .nav-list>.active>a:focus {
        box-sizing: border-box;
        color: #ffffff;
        font-weight: bold;
        text-shadow:none;
        background-color: rgba(0,0,0,0);
        padding: 0 0 0 61px;
    }

    #left, #right, #openClose {
        float: left;
    }
    #right{
        position: relative;
    }

    #openClose {
        width: 30px;
        margin: 0;
        cursor: pointer;
        z-index: 20;
        position: absolute;
        left:0;

    }
    /*收起按钮*/

    #openClose, #openClose.close {
        background:url("../images/openclose.png") no-repeat -30px center;
    }

    #openClose.close {
        background-position: 0 center;
    }

    /*修改后css*/
    #main{
        background-color: #f9f9fb;
    }
    #left .accordion{
        padding-top:60px;
    }
    /*#header .brand {*/
    /*width:200px;*/
    /*background: url("../images/logo.png") no-repeat 10px 22px;*/
    /*padding-left: 0;*/
    /*}*/

    .navbar .brand {
        padding: 14px 20px 0;
        font-family: 'Telex',sans-serif;
        text-shadow: none;
    }
    .navbar .brand {
        display: block;
        float: left;
        padding: 0 20px 0;
        margin-left: 0;
        font-size: 20px;
        font-weight: 200;
        color: #fff;
        text-shadow: none;
    }
    .brand img{
        display: inline-block;
        max-width: 150px;
        width:auto;
        height:auto;
        overflow: hidden;

    }
    #left{
        background-color: #1e2c3f;
        box-shadow: 3px 0 10px -3px rgba(0,0,0,0.1);
    }
    #header .brand span {
        display: inline-block;
        font-family: "微软雅黑";
        font-size: 15px;
        font-weight: bold;
        padding-left: 10px;
        margin-top:8px;
    }

    .navbar-inner {
        min-height: 30px;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #2C353D;
        background-image: -moz-linear-gradient(left, #2a80ff, #009cff);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a80ff), to(#009cff));
        background-image: -webkit-linear-gradient(left, #2a80ff, #009cff);
        background-image: -o-linear-gradient(left, #2a80ff, #009cff);
        background-image: linear-gradient(to right, #2a80ff, #009cff);
        background-repeat: repeat-x;
        border: 1px solid #1990d5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff2fa4e7', GradientType=0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    }
    .navbar .nav>li>a {
        float: none;
        padding: 20px 25px ;
        color: rgba(255,255,255,1);
        text-decoration: none;
        text-shadow: 0;
        font-family: "微软雅黑";
    }
    .navbar .nav>li>a span {
        font:14px/26px "微软雅黑";
    }
    .nav>.active>a:hover, .navbar .nav>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0.1);
    }

    .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    }

    .collapse {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .35s ease;
        -moz-transition: height .35s ease;
        -o-transition: height .35s ease;
        transition: height .35s ease;
        background-color: #182534;
    }
    .accordion-inner {
        padding: 0;
        border-top: 0;
    }
    .accordion-inner .active{
        width: 100%;
        display: inline-block;
        border-left:4px solid #3385ff;
        box-sizing: border-box;
        -moz-box-sizing:border-box; /* Firefox */
        -webkit-box-sizing:border-box; /* Safari */
    }

    .accordion-group {
        margin-bottom:0;
        border: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    /*右侧tab样式*/
    .cropsTitle{
        margin-top: 80px;
        padding: 0 30px 0 30px;
    }
    .cropsList{
        width: 100%;
        height:auto;
        /*margin-left:30px;*/
        /*padding-top: 60px;*/
    }
    .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
        color: #414358;
        cursor: default;
        background-color: #fff;
        border: 0;
    }
    .nav-tabs {
        margin:25px 0 0 0;
        background-color: #f9f9fb;
        border-bottom: 0;
    }
    .nav-tabs>li>a {
        color:rgba(65,67,88,0.6);
        background-color: #fcfcfd;
        padding:8px 25px;
        line-height: 20px;
        border: 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }
    .nav-tabs>li>a, .nav-pills>li>a {
        margin-right: 3px;
    }

    .breadcrumb {
        width: 100%;
        height:auto;
        display: block;
        padding: 8px 0;
        list-style: none;
        background-color: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 8px;
        margin: -0px;
    }
    .nav>li>a:hover, .nav>li>a:focus {
        text-decoration: none;
        background-color: #fefefe;
    }

    .btn-primary {
        color: #fff;
        font-family: "微软雅黑";
        border-radius:5px;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #1190ff;
        background-image: -moz-linear-gradient(top,#4472c4,#4472c4);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#4472c4),to(#4472c4));
        background-image: -webkit-linear-gradient(top,#4472c4,#4472c4);
        background-image: -o-linear-gradient(top,#4472c4,#4472c4);
        background-image: linear-gradient(to bottom,#4472c4,#4472c4);
        background-repeat: repeat-x;
        border-color: #4472c4;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

    /*表格*/
    .table {
        background-color: #ffffff;
        margin-bottom:20px;
        padding:0 30px;
    }
    .table-bordered {
        border: 0;
        border-collapse: separate;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .table-condensed th, .table-condensed td {
        font-size:10px;
        padding: 12px 20px;
        color:#414358;
    }
    .table-condensed td a {
        color:#414358;
    }
    .table-condensed th{
        color:rgba(65,67,88,0.3);
        border-bottom: 2px solid #f9f9fb;
    }
    .table-bordered th, .table-bordered td {
        border-left: 0;
    }
    .table th, .table td {
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top:0;
        font-family:"微软雅黑";
    }
    .table-title{
        margin-top: 10px;
        padding: 0 30px 0 30px;
    }
    .table-content{
        width:100%;
        height:auto;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    #contentTable tbody tr:hover{
        background-color: #ffe5e5;
    }
    .pagination{
        width:630px;
        margin: 30px auto;
    }

    /*表单页*/
    .form-horizontal .control-label {
        float: left;
        width: auto;
        padding: 0;
        line-height: 26px;
        text-align: right;
        font-family:"微软雅黑";
    }
    .form-actions {
        padding: 19px 20px 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #ffffff;
        border-top: 0;
    }
    .form-horizontal .controls {
        margin-left: 100px;
        font-family: 微软雅黑;
        line-height: 26px;
    }
    .form-horizontal .form-actions {
        padding-left: 100px;
    }
    .form-search .input-append .btn {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }
    .controls label{
        width: auto;
        padding-top: 5px;
        text-align: right;
        font-family: "微软雅黑";
    }
    /*弹出框*/
    .jbox{
        border-radius: 8px;
    }
    div.jbox .jbox-container {
        background-color: #fff;
        border:1px solid #efeff1;
        border-radius: 8px;
        -webkit-border-radius:8px;
        -moz-border-radius: 8px;
        outline: 0;
        -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        -moz-box-shadow:1px 5px 10px rgba(0,0,0,0.1);
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    div.jbox .jbox-title-panel {
        background: #fff;
        border-bottom: 0;
        padding: 10px 15px 10px 20px;
        border-radius:8px 8px 0 0;
    }
    div.jbox .jbox-button-panel {
        border-top: 0;
        background-color: #fff;
        border-radius: 0 0 8px 8px;
    }
    div.jbox .jbox-button {
        width: 180px;
        font-size: 14px;
        padding: 8px 12px;
        letter-spacing: 3px;
        border: 1px solid rgba(255,255,255,0.5);
        height: 30px;
        color: #ffffff;
        font-family: "微软雅黑";
        border-radius: 4px;
        text-shadow: none;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(left,#3385ff,#3385ff);
        background-image: -o-linear-gradient(left,#3385ff,#3385ff);
        background-image: linear-gradient(to right,#3385ff,#3385ff);
        float: right;
        margin: 10px 60px 30px 60px;
        cursor: pointer;
    }
    div.jbox .jbox-title {
        font-weight: bold;
        color: rgba(0,0,0,0.65);
        font-size: 14px;
        line-height: 24px;
        padding-top: 0;
        font-family: "微软雅黑";
    }
    div.jbox .jbox-content {
        font-size: 14px;
        min-height: 24px;
        line-height: 32px;
        font-family: "微软雅黑";
        color: rgba(0,0,0,0.8);
        font-weight: lighter;
    }
    div.jbox .jbox-border {
        background: none repeat scroll 0 0 #fff;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
    .ztree li span {
        line-height: 16px;
        margin-right: 2px;
        font-family:"微软雅黑";
    }
    .hide .btn{
        position: absolute;
        left: 235px;
        top: 12px;
        border: 0;
        box-shadow: none;
        padding: 3px 12px;
        color:#8c8c8c;
    }
    #jbox-iframe html,#jbox-iframe body{

    }
    /*login页样式*/
    .login-all{
        width: 100%;
        min-height: 100%;
        background:url("../images/login/login-back.jpg") center;
    }
    .form-content{
        width: 370px;
        height:470px;
        margin:100px auto;
        background-color: #ffffff;
        border-radius:8px;
    }
    .logo-icon{
        width: 250px;
        height: 100px;
        padding: 60px 0 10px 0;
        overflow: hidden;
        margin:0 auto;
    }
    .logo-icon img{
        width:auto;
        height:auto;
        display: block;
        margin:0 auto;
    }
    .logo-title{
        font:18px/18px "微软雅黑";
        text-align: center;
        letter-spacing:2px;
        padding-bottom:20px;
    }
    .form-signin {
        width: 370px;
        height:auto;
        /*overflow: hidden;*/

    }

    .form-signin .checkbox {
        margin-bottom: 10px;
        color: #0663a2;
    }

    .form-signin .input-label {
        font-size: 16px;
        line-height: 23px;
        color: #999;
    }

    .form-signin .input-block-level {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        *width: 283px;
        *padding-bottom: 0;
        padding: 7px 7px 9px 7px;
    }

    .form-signin .btn.btn-large {
        font-size: 14px;
        border-radius: 8px;
    }

    .form-signin #themeSwitch {
        position: absolute;
        right: 15px;
        bottom: 10px;
    }

    .form-signin div.validateCode {
        padding-bottom: 15px;
    }

    .mid {
        vertical-align: middle;
    }

    .header {
        height: 40px;
        padding-top: 0;
    }

    .alert {
        position: relative;
        width: 300px;
        margin: 0 auto;
        *padding-bottom: 0;
    }

    label.error {
        background: none;
        width: 270px;
        font-weight: normal;
        color: inherit;
        margin: 0;
    }





    /*我的login样式*/
    .login-form{
        width: 900px;
        height:370px;
        margin: 200px auto 0 auto;
    }
    /*标题*/
    .title{
        width:370px;
        float: left;
        margin:150px 150px 0 0;
    }

    .form-content .form-group{
        width:250px;
        height:50px;
        border-bottom:1px solid #d3d3d3;
        margin: 0 60px;
        float: left;
    }
    .form-content.form-group:first-child{
        margin-top: 30px;
    }
    .form-content .icon{
        display: block;
        float: left;
        margin: 15px 15px 3px 0px;
    }
    #login-password{
        position: relative;
    }
    #login-password .form-control{
        width: 160px;
    }
    .forget-password{
        color: #919191;
        letter-spacing: 1px;
        display: block;
        position: absolute;
        right: 0;
        top:24px;
        font-family: "微软雅黑 Light";

    }
    #login-code {
        width: 123px;
        margin:0 12px 0 60px;
    }
    #login-code .form-control{
        width: 80px;
    }
    .code{
        width: 115px;
        height:40px;
        background-color: #7ab9ff;
        float: left;
        margin: 10px 0 0 0;
    }
    .code a{
        width: 115px;
        font:14px/14px "微软雅黑";
        padding:13px 0;
        text-align: center;
        color:#ffffff;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }
    .form-content .form-group{
        position: relative;
    }
    #phoneMsg,#passwordMsg{
        position:absolute;
        left: 260px;
        top: 25px;
        color:rgb(234, 59, 72);
        width: 250px;
        font: 14px/14px "微软雅黑";
    }
    #validateCodeMsg{
        position:absolute;
        left: 0;
        top: 65px;
        color:#5a5a5a;
        width: 250px;
        font: 12px/14px "微软雅黑";
    }
    #validateCodeMsg img{
        vertical-align: top;
    }
    /*表单*/
    .form-content .form-control{
        width: 200px;
        height:50px;
        background-color: rgba(0,0,0,0);
        border: 0px solid #ccc;
        border-radius: 0px;
        color:#d3d3d3;
        font-size:13px;
        font-family: "微软雅黑 Light";
        letter-spacing: 1px;
        float: left;
        /*padding:22px 0 8px 0;*/
        padding:0;
        outline: none;
        /*box-shadow: none;*/
    }
    .form-content  .form-control:focus {
        border-color: rgba(0,0,0,0);
        outline: none;
    }
    .form-content .form-control::-moz-placeholder {
        letter-spacing: 2px;
        color:#d3d3d3;
        opacity:1
    }
    .form-content .form-control:-ms-input-placeholder {
        color:#d3d3d3;
    }
    .form-content .form-control::-webkit-input-placeholder {
        color:#d3d3d3;
    }


    /*登录按钮*/

    .form-content .btn{
        width: 250px;
        margin: 50px 60px 15px 60px;
    }
    .form-content .btn{
        font-size: 16px;
        padding: 8px 12px;
        letter-spacing: 10px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 0px;
    }
    .form-content .btn-default {
        color: #ffffff;
        font-family: 微软雅黑;
        border-radius: 4px;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(left,#3385ff,#3385ff);
        background-image: -o-linear-gradient(left,#3385ff,#3385ff);
        background-image: linear-gradient(to right,#3385ff,#3385ff);
    }
    .form-content .btn-default:hover {
        color: #ffffff;
        background-color: #1190ff;
        outline: none;
    }
    .form-content .btn-default.focus,.form-content .btn-default:focus {
        color: #ffffff;
        background-color: #1190ff;
        outline: none;
    }

    .form-content .btn-default.active,.form-content .btn-default:active, .open>.dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border-color: rgba(255,255,255,1);
        outline: none;
    }
    .form-content .btn-default.active.focus,.form-content .btn-default.active:focus,.form-content .btn-default.active:hover,.form-content .btn-default:active.focus,.form-content .btn-default:active:focus,.form-content .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border-color: rgba(255,255,255,1);
        outline: none;
    }
    .form-content .btn-default.active,.form-content .btn-default:active, .open>.dropdown-toggle.btn-default {
        background-image: none;
        outline: none;
    }
    .form-content .btn-default.disabled,.form-content .btn-default.disabled.active,.form-content .btn-default.disabled.focus,.form-content .btn-default.disabled:active,.form-content .btn-default.disabled:focus,.login-form .btn-default.disabled:hover,.form-content .btn-default[disabled],.form-content .btn-default[disabled].active, .btn-default[disabled].focus,.form-content .btn-default[disabled]:active,.form-content .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border-color: rgba(255,255,255,1);
        outline: none;
    }
    .btn.focus, .btn:focus, .btn:hover {
        color:  #ccc;
        text-decoration: none;
        outline: none;
    }
    .btn-default:active{
        color:white;
        background-color: #1190ff;
        outline: none;
    }

    .form-content input[type="text"],.form-content input[type="text"]:focus, .form-content input[type="password"],.form-content input[type="password"]:focus,.form-content input[type="datetime"],.form-content input[type="datetime-local"],.form-content input[type="date"],.form-content input[type="month"],.form-content input[type="time"],.form-content input[type="week"],.form-content input[type="number"],.form-content input[type="email"],.form-content input[type="url"], input[type="search"], input[type="tel"], input[type="color"],.form-content .uneditable-input {
        border: 0;
        -webkit-box-shadow:  0 0 0 400px #ffffff inset;
        -moz-box-shadow:  0 0 0 400px #ffffff inset;
        box-shadow:  0 0 0 400px #ffffff inset;
        -webkit-transition: border linear .2s,box-shadow linear .2s;
        -moz-transition: border linear .2s,box-shadow linear .2s;
        -o-transition: border linear .2s,box-shadow linear .2s;
        transition: border linear .2s,box-shadow linear .2s;
    }
    .register{
        font: 13px/13px '微软雅黑 Light';
        display: block;
        margin: 0 0 50px 230px;
        letter-spacing: 1px;
        color: #333;
    }

    /*错误提示*/
    .prompt-tip{
        position:absolute;
        top:300px;
        left:1400px;
        color:white;
        font:11px/26px "微软雅黑";
        padding:0 20px;
        background-color: #ea3b48;
        border-radius: 3px;
    }


    /*版权*/
    .copyright{
        width: 100%;
        color: rgba(255,255,255,0.7);
        text-align: center;
        font:12px/24px "微软雅黑 Light";
        position: absolute;
        bottom: 50px;
    }


    /*注册页面*/
    .checkbox{
        clear: both;
        padding-top: 15px;
        margin:0;
    }
    .checkbox label{
        color:#d3d3d3;
    }
    .reg-btn{
        width:250px;
        height:40px;
        float:left;
        margin:60px 60px 40px 60px;
    }
    .reg-btn .btn{
        width:120px;
        margin:0;
        float:left;
    }
    .reg-btn .btn:first-child{
        margin-right:10px;
    }
    #register-btn,#register-cancel{
        width:120px;
        padding-left:23px;
        float: left;
        margin:25px 0 60px 40px;
    }
    #register-cancel{
        margin-left: 10px;
    }
    .radio{
        width: 250px;
        height:20px;
        float: left;
        margin: 20px 0 0 40px;
    }
    .radio label{
        font-size: 13px;
        color: #919191;
    }


    .remember{
        padding-left:45px;
        font-family: 微软雅黑;
    }
    .register-btn{
        float: right;
        padding:0 60px 35px 0;
    }
    .register-btn a{
        color:#000000;
        font-family: 微软雅黑;
        font-weight: lighter;
    }
    .footer{
        color:rgba(255,255,255,0.7);
        text-align: center;
        padding:80px 0 40px 0;
        font:12px/20px "微软雅黑";
    }

    /*统计页面样式*/
    .ui-jqgrid-bdiv{
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .search-module{
        width:95%;
        height:auto;
        margin:90px 0 20px 30px;
        background-color: #ffffff;
        border-radius: 8px;
        border:1px solid #efeff1;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    .statisticTop{
        width:95%;
        height:auto;
        margin:30px 0 20px 30px;
        background-color: #ffffff;
        border-radius: 8px;
        border:1px solid #efeff1;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    .statisticTitle{
        color:#404040;
        padding:20px 0 0 30px;
        font:20px/20px "微软雅黑";
    }
    .statisticContent{
        padding:20px 0 0 30px;
    }
    .tableTitle{
        font:13px/13px "微软雅黑";
        color: #757575;
        padding:0 12px;
    }
    .tableValue{
        font:20px/36px "微软雅黑";
        color: #757575;
        padding:0 8px;
    }
    .statisticTable,.statisticForm{
        display: inline-block;
        margin:30px;
    }
    .statisticForm .btn-default {
        display: inline-block;
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #adadb5;
        text-align: center;
        text-shadow: none;
        vertical-align: middle;
        cursor: pointer;
        background-color: #ffffff;
        background-image: -moz-linear-gradient(top,#fff,#fff);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
        background-image: -webkit-linear-gradient(top,#fff,#fff);
        background-image: -o-linear-gradient(top,#fff,#fff);
        background-image: linear-gradient(to bottom,#fff,#fff);
        background-repeat: repeat-x;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,1),0 0 0 rgba(0,0,0,1);
        -moz-box-shadow: inset 0 0 0 rgba(255,255,255,1),0 0 0 rgba(0,0,0,1);
        box-shadow: inset 0 0 0 rgba(255,255,255,1),0 0 0 rgba(0,0,0,1);
    }
    .statisticForm .btn-default:active,.statisticForm .btn-default:hover,.statisticForm .btn-default:focus{
        color: #3385ff;
        border: 1px solid #3385ff;
    }
    .statisticTable table{
        float:left;
    }
    .search-form{
        display: inline-block;
    }
    .search-form select, .search-form textarea,.search-form input[type="text"] {
        display: inline-block;
        height: 20px;
        padding: 4px 6px;
        margin-bottom: 0;
        margin-left:40px;
    }
    .btn-primary {
        color: #fff;
        border-radius: 5px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #1190ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1190ff), to(#1190ff));
        background-image: -webkit-linear-gradient(top, #1190ff, #1190ff);
        background-image: -o-linear-gradient(top, #1190ff, #1190ff);
        background-image: linear-gradient(to bottom, #1190ff, #1190ff);
    }
    .btn-primary:hover,.btn-primary:active,.btn-primary:focus{
        color:#ffffff;
        border:1px solid #1190ff;
        background-color: #1190ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1190ff), to(#1190ff));
        background-image: -webkit-linear-gradient(top, #1190ff, #1190ff);
        background-image: -o-linear-gradient(top, #1190ff, #1190ff);
        background-image: linear-gradient(to bottom, #1190ff, #1190ff);
    }

    .btn{
        padding: 4px 15px;
        border: 1px solid #d9d9d9;
        /*border-bottom-color: #d9d9d9;*/
        font-family: 微软雅黑;
    }
    .form-actions .btn-primary{
        border: 1px solid #1190ff;
    }
    .form-content input:-webkit-autofill{
        -webkit-box-shadow: 0 0 0 400px #ffffff inset;
        -webkit-text-fill-color: #666666;//设置字体颜色
    }
    .statisticTable1{
        float:left;
    }
    .statisticTable1 td{
        font-size: 16px;
        color:#adadb5;
        font-family: "微软雅黑";
        padding-right: 15px;
    }
    .statisticTable1 tr td:last-child{
        font-size:30px;
    }

    /*地块管理样式*/
    .col{
        width: 50%;
        height: 400px;
        display: inline-block;
        float: left;
        max-width: 800px;
    }

    /*任务列表*/
    .task-list{
        width:375px;
        height:210px;
        margin:15px 0 20px 30px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
        float:left;
        position: relative;
    }
    .list-img{
        width: 180px;
        height:180px;
        overflow: hidden;
        display: inline-block;
        float:left;
        padding:15px 15px 0 10px;
    }
    .list-title{
        width: 138px;
        display: inline-block;
        font:14px/20px "微软雅黑";
        color:#757575;
        padding:15px 0 0 10px;
    }
    .task-list table{
        width:155px;
        height:auto;
    }
    .task-list table td{
        font-size:14px;
        color:#757575;
        padding:5px 10px;
        text-align: right;
        font-family: "微软雅黑";
    }
    .task-list table td:first-child{
        font-size:14px;
        color:rgba(117,117,117,0.5);
        padding:5px 10px;
        text-align: left;
    }
    .task-list .btn{
        border:0;
        float:right;
        margin:30px 10px 0 0;
        background-image: none;
    }
    .task-list .btn:hover,.task-list .btn:focus,.task-list .btn:active,.task-list .btn.active,.task-list .btn.disabled,.task-list .btn[disabled] {
        color: #333;
        background-color: #ffffff;
    }
    .setting-list{
        position:absolute;
        bottom:0;
        right:0;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
        border:1px solid rgba(0,0,0,0.1);
        display: none;
    }
    .setting-list ul{
        list-style: none;
        margin:0;
        padding:0;
    }
    .setting-list ul li{
        line-height:35px;
        text-align: center;
    }
    .setting-list ul li a{
        font:14px/14px "微软雅黑";
        color:#757575;
        padding:10px 20px;
        text-align: center;
    }
    .setting-list ul li a img{
        padding:0 8px;
    }
    .modal{
        display: none;
    }
    .user-self{
        float:right;
        padding-left:5px;
    }
    .user-self img{
        height:16px;
        width: auto;
    }
    /*woozoom端概览*/
    .map-content{
        width:95%;
        position:relative;
        background-color: #ffffff;
        border-radius: 8px;
        border:1px solid #efeff1;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        margin-left:30px;
    }
    .left-form{
        width: 280px;
        z-index: 10;
    }
    .right-form{
        width: 280px;
    }

    #areaTop5,#cropsTop5,#teamTop5,#companyTop5,.right-form div,.left-form div{
        background-color: rgba(255,255,255,1);
        border-radius: 8px;
        /*box-shadow: 2px 2px 5px rgba(0,0,0,0.1);*/
        padding:10px;
    }

    .msg-overview li{
        display: inline-block;
        border-radius: 6px;
        padding:0 20px;
        margin:20px 30px 30px 0;
    }
    .first-li{
        background-color: #1890ff;
    }
    .second-li{
        background-color: #2cc159;
    }
    .third-li{
        background-color: #ffb748;
    }
    .fourth-li{
        background-color: #f2637b;
    }
    .fifth-li{
        background-color: #36cbcb;
    }
    .sixth-li{
        background-color: #39d38c;
    }
    .seven-li{
        background-color: #6ac945;
    }
    .eight-li{
        background-color: #f7b551;
    }
    .nine-li{
        background-color: #f29149;
    }
    .msg-overview label{
        cursor: default;
    }
    .msg-overview{
        margin:15px 0 10px 25px;
    }
    .msg-overview li img{
        vertical-align: middle;
        padding:0 15px 12px 5px;
    }
    .msg-overview li span{
        font:36px/80px "微软雅黑";
        color:#ffffff;
    }
    .msg-overview li label{
        color:#ffffff;
        font-family: "微软雅黑";
    }


    .statisticTop .ul-form{
        list-style: none;
    }

    .ui-jqgrid-htable,.ui-jqgrid-htable th{
        border-bottom:2px solid #f9f9fb;
    }
    .ui-jqgrid-htable thead th{
        text-align: left;
        color:rgba(65,67,88,0.3);
    }
    .ui-jqgrid-htable thead th:first-child{
        padding-left:30px;
    }
    .state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 0;

    }
    /*.ui-jqgrid-hbox{*/
    /*padding:0 30px;*/
    /*}*/
    .ui-widget-content {
        width: 95%;
        height:auto;
        border: 0;
        background-color: #ffffff;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
        border-radius:8px;
    }
    .ui-jqgrid-sortable{
        text-align: left;
        padding:6px 0;
    }
    #dataGrid tbody{
        padding-left:5px;
    }
    #dataGrid tbody tr td{
        color:rgba(65,67,88,0.9);
        font:12px/36px "微软雅黑";
        padding:12px 0;
    }
    #dataGrid tbody tr:nth-child(odd){
        background-color: #f9f9fb;
    }
    #dataGrid tbody tr:first-child td{
        background-color: #ffffff;
        padding:0;
    }
    #dataGrid tbody tr:hover{
        background-color: #bae7ff;
    }
    #dataGrid tbody tr td:first-child{
        padding-left:30px;
    }

    /*任務編輯彈出框*/
    .modal {
        position: fixed;
        top: 10%;
        left: 50%;
        z-index: 1050;
        width: 560px;
        margin-left: -280px;
        border:1px solid #efeff1;
        border-radius: 8px;
        -webkit-border-radius:8px;
        -moz-border-radius: 8px;
        outline: 0;
        -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        -moz-box-shadow:1px 5px 10px rgba(0,0,0,0.1);
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #ffffff;
    }
    .modal-footer {
        padding: 14px 15px 15px;
        margin-bottom: 0;
        text-align: right;
        background-color: #ffffff;
        border-top: 0px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .modal-header {
        padding: 9px 15px;
        border-bottom: 0;
    }
    #initTaskForm{
        padding:0 0 0 30px;
    }
    #initTaskForm label{
        width: 75px;
        font:14px/30px "微软雅黑";
        color:rgba(0,0,0,0.7);
    }
    #initTaskForm span {
        font:14px/30px "微软雅黑";
        color:rgba(0,0,0,0.7);
        padding-right: 5px;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .modal-footer .btn {
        font-size: 16px;
        padding: 8px 12px;
        letter-spacing: 3px;
        border: 1px solid rgba(255,255,255,0.5);
    }
    .modal-footer .btn-warning {
        width: 150px;
        height: auto;
        color: #ffffff;
        text-shadow: none;
        font-family: "微软雅黑";
        display: inline-block;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#717171),to(#717171));
        background-image: -webkit-linear-gradient(left,#717171,#717171);
        background-image: -o-linear-gradient(left,#717171,#717171);
        background-image: linear-gradient(to right,#717171,#717171);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        float:left;
        margin:0 0 30px 30px;
    }
    .modal-footer .btn-default {
        width: 150px;
        color: #ffffff;
        font-family: 微软雅黑;
        border-radius: 8px;
        text-shadow: none;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(left,#3385ff,#3385ff);
        background-image: -o-linear-gradient(left,#3385ff,#3385ff);
        background-image: linear-gradient(to right,#3385ff,#3385ff);
        float:right;
        margin: 0 30px 30px 0;
    }
    /*人员统计*/
    .user-head{
        display: inline-block;
        float:left;
        padding:45px 20px 45px 45px;
    }
    .user-head img{
        width: 90px;
        height:90px;
        border-radius: 50%;
    }
    .username{
        color:rgba(64,64,64,0.8);
        font:13px/20px "微软雅黑";
        padding:25px 0 0 23px ;
    }
    .team-detail{
        float:left;
    }


    /*概览搜索按钮样式*/
    #searchForm .btns .btn{
        border: 1px solid #e5e5e5;
        box-shadow: none;
        color:#adadb5;
    }
    #searchForm .btns .btn-primary{
        text-shadow: none;
        color: #3385ff;
        border: 1px solid #3385ff;
        background-color: #ffffff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    }
    #searchForm .btns .btn-primary:hover,#searchForm .btns .btn-primary:active,#searchForm .btns .btn-primary:focus,#searchForm .btns .btn-default:active,#searchForm .btns .btn-default:hover,#searchForm .btns .btn-default:focus {
        color:#3385ff;
        background-color: #ffffff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    }
    .btn-default:active {
        color: white;
        background-color: #1190ff;
        outline: none;
    }
    #searchForm .search-btn .btn-primary{
        margin-left:15px;
        text-shadow: none;
        color: #ffffff;
        border: 1px solid #3385ff;
        background-color: #3385ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3385ff), to(#3385ff));
        background-image: -webkit-linear-gradient(top, #3385ff, #3385ff);
        background-image: -o-linear-gradient(top, #3385ff, #3385ff);
        background-image: linear-gradient(to bottom, #3385ff, #3385ff);
    }

    .realtime-tab{
        position: absolute;
        top:100px;
        right:40px;
        z-index: 100;
    }

    /*放大镜表单样式*/
    .controls .input-append{
        position: relative;
    }
    .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
        margin-bottom: 0;
        position: relative;
    }
    input, textarea, .uneditable-input {
        width: 270px;
    }
    .input-append .btn:last-child{
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        position: absolute;
        left: 253px;
        border: 0;
        background: #fafafa;
        padding: 3px 8px;
        margin-top: 3px;
        box-shadow: none;
    }
    a [class^="icon-"], a [class*=" icon-"] {
        display: inline;
        color:#8c8c8c;
        opacity:1;
    }
    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        font-family: 微软雅黑;
    }

    /*实时监控页面新加的两个按钮--全屏和居中*/
    .new-btns{
        position: absolute;
        top:154px;
        left:30px;
        z-index: 100;
    }
    .new-btns .btn{
        padding:0;
        display: block;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ccc;
    }
    .new-btns .btn img{
        width:26px;
        height:26px;
    }
    .new-btns .btn:active.new-btns .btn:focus{
        box-shadow: none;
        background-image: none;
    }

    /*时间选择切换自定义时间*/
    #searchForm .btn-info{
        margin:3px;
        text-shadow: none;
        color: #ffffff;
        border: 1px solid #3385ff;
        background-color: #3385ff;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(top,#3385ff,#3385ff);
        background-image: -o-linear-gradient(top,#3385ff,#3385ff);
        background-image: linear-gradient(to bottom,#3385ff,#3385ff);

    }
    .form-search .ul-button,.form-search .ul-type {
        margin: 0 0 0 15px;
        overflow: hidden;
        display: inline-block;
    }
    .form-search .ul-button li,.form-search .ul-type li {
        float: left;
        list-style: none;
        margin-top: 10px;
        height: 45px;
        line-height: 35px;
    }

    .row-fluid span{
        font:12px/30px "微软雅黑";
    }
    #assignButton{
        margin-left:20px;
    }
    #assignRole{
        width:780px;
        margin:0;
        padding:30px 0 0 20px;
    }
    #assignRole p{
        font:14px/14px "微软雅黑";
    }
    .jbox-bottom-text{
        font:14px/14px "微软雅黑";
        padding:10px 0 0 10px;
        color:rgba(0,0,0,0.65);
    }
}
@media screen and (min-width: 1440px) and (max-width: 1920px){
    .collapse {
        *display: none;
        _position: static;
    }

    .collapse.in {
        *display: block;
    }

    .close {
        opacity:1;
        filter: alpha(opacity=100);
    }

    .close:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    a.btn, button.btn {
        *padding: 4px 10px 4px;
        *border: 1px solid #cccccc;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6', GradientType=0);
    }

    a.btn-primary, a.btn-primary:hover, a.btn-warning, a.btn-warning:hover, a.btn-danger, a.btn-danger:hover, a.btn-success, a.btn-success:hover,
    a.btn-info, a.btn-info:hover, a.btn-inverse, a.btn-inverse:hover {
        *padding: 4px 10px 3px;
    }

    button.btn {
        *padding: 3px 10px 2px;
        *background-color: transparent;
        font-family: 微软雅黑;
    }

    .btn-group a.btn, .btn-group button.btn, .btn-group button.btn:hover {
        position: static;
    }

    .btn-group a.btn + a.btn, .btn-group button.btn + button.btn {
        margin-left: -2px;
    }

    /*
    input.btn {filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);*color:#555555}
    input.btn:hover {*color:#333333}
    */
    .nav, .breadcrumb {
        margin-bottom: 8px;
    }

    .nav-list li a {

    }

    .nav-list li a i {
        _margin-top: -1px;
    }

    .table {
        margin-bottom: 8px;
        background-color: #fdfdfd;
    }

    .table th, .table td {
        vertical-align: middle;
    }

    .table td i {
        margin: 0 2px;
    }

    .table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
        background-color: #F9F9FB;
    }
    .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
        background-color: #ffffff;
    }
    .table-nowrap td {
        width: 200px;
        max-width: 175px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sort-column {
        color: #0663A2;
        cursor: pointer;
    }

    .supcan {
        border: 1px #d3d3d3 solid;
        height: 300px;
    }

    .control-group {
        padding-bottom: 8px;
        margin-bottom: 0;
    }

    legend + .control-group {
        margin-top: 8px;
    }

    .controls .lbl {
        display: inline-block;
        padding-right: 5px;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .measure-input {
        background: url("../images/ruler.gif") repeat-x scroll 0 bottom transparent;
    }

    .input-min {
        width: 30px;
    }

    .input-mini {
        width: 90px;
    }

    .input-small {
        width: 120px;
    }

    .input-medium {
        width: 220px;
    }
    .input-time{
        width: 196px;
    }
    .input-xxlarge {
        width: 460px;
    }
    .input-select{
        width:294px;
    }
    .help-block, .help-inline {
        color: #aaaaaa;
    }

    .alert {
        margin-bottom: 10px;
    }

    .form-search label {
        margin-left: 10px;
        font-family: 微软雅黑;
    }

    .form-search span label {
        margin-left: 0;
    }

    .form-search .ul-form {
        margin: 0 0 0 15px;
        overflow: hidden;
        display: inline-block;
    }

    .form-search .ul-form li {
        float: left;
        list-style: none;
        margin-top: 10px;
        height: 45px;
        line-height: 35px;
    }

    .form-search .ul-form li label {
        width: auto;
        font-family: "微软雅黑";
        text-align: right;
    }

    .form-search .ul-form li span label {
        width: auto;
    }

    .form-search .ul-form li.clearfix {
        float: none;
    }

    .form-search .ul-form li.btns {
        padding-left: 10px;
    }

    .form-search .ul-form li.btns .btn {
        margin-right: 5px;
    }

    .form-horizontal {
        margin: 0;
        background-color: #ffffff;
        padding: 30px;
        border-radius:0 0 8px 8px;
    }

    .form-horizontal .control-group {
        margin-bottom: 8px;
        margin-left:0;
    }

    .form-horizontal .control-label {
        padding-top: 3px;
    }

    .form-horizontal .controls {
        text-align: left;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .form-horizontal .controls label.error {
        background-position: 0 2px;
    }

    .form-horizontal .table-form {
        width: 100%;
        border-color: #dddddd;
    }

    .form-horizontal .table-form, .form-horizontal .table-form td {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
        padding: 4px;
    }

    .form-horizontal .table-form td.tit {
        background: #fafafa;
        text-align: center;
        padding-right: 8px;
        white-space: nowrap;
    }

    .form-horizontal .form-actions {
        margin-bottom: 0;
    }

    .form-horizontal fieldset .row-fluid {
        margin-bottom: 10px;
    }

    .pagination {
        margin: 8px 0;
    }

    .pagination .controls a {
        border: 0;
    }

    .pagination .controls input {
        border: 0;
        color: #999;
        width: 30px;
        padding: 0;
        margin: -3px 0 0 0;
        text-align: center;
    }

    .modal-backdrop {
        background-color: #ffffff;
    }

    .modal-backdrop, .modal-backdrop.fade.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .modal.tree {
        width: 300px;
        margin: -250px 0 0 -180px;
        *margin: -200px 0 0 -150px;
    }

    .modal.tree .modal-body {
        height: 260px;
        padding: 20px 25px;
    }

    .accordion-heading {
        white-space: nowrap;
        background-color: #1e2c3f;
    }
    .table th{
        white-space: nowrap;
        background-color: #ffffff;
    }
    .accordion-heading {
        filter: none;
        float: inherit;
        width: 100%;

    }

    .accordion-heading a:hover, .dropdown a:hover {
        text-decoration: none;
        background:none;
    }
    .accordion-heading>a.active {
        color: #4472c4;
        font-weight: bold;
        text-shadow: none;
    }

    .accordion-heading .accordion-toggle {
        font-family: "微软雅黑";
        color:#aeb3ba;
        line-height: 24px;
        font-size: 14px;
        padding:18px 0 0px 25px;
    }

    .accordion-heading .accordion-toggle i {
        _margin-top: -1px;
        padding-right:5px;
        width:16px;
        height:auto;
        display: inline-block;
    }

    .accordion-inner {
        padding: 3px 8px 3px 8px;
    }

    .accordion-inner .nav-list {
        margin-bottom: 4px;
        padding:0;
    }
    .accordion-inner .nav-list li a {
        padding: 0 0 0 65px;
        color: #aeb3ba;
        line-height:40px;
        font-family: "微软雅黑";
    }

    .nav-list>li>a, .nav-list .nav-header {
        margin-right: -15px;
        margin-left: -15px;
        text-shadow: 0 1px 0 rgba(255,255,255,0);
    }
    .accordion-inner .nav-list li a:hover {
        color:#ffffff;
        background-color: rgba(0,0,0,0);
    }
    .accordion-inner .nav-list>.active>a,.accordion-inner .nav-list>.active>a:hover,.accordion-inner .nav-list>.active>a:focus {
        box-sizing: border-box;
        color: #ffffff;
        font-weight: bold;
        text-shadow:none;
        background-color: rgba(0,0,0,0);
        padding: 0 0 0 61px;
    }

    #left, #right, #openClose {
        float: left;
    }
    #right{
        position: relative;
    }

    #openClose {
        width: 30px;
        margin: 0;
        cursor: pointer;
        z-index: 20;
        position: absolute;
        left:0;

    }
    /*收起按钮*/

    #openClose, #openClose.close {
        background:url("../images/openclose.png") no-repeat -30px center;
    }

    #openClose.close {
        background-position: 0 center;
    }

    /*修改后css*/
    #main{
        background-color: #f9f9fb;
    }
    #left .accordion{
        padding-top:60px;
    }
    /*#header .brand {*/
    /*width:200px;*/
    /*background: url("../images/logo.png") no-repeat 10px 22px;*/
    /*padding-left: 0;*/
    /*}*/

    .navbar .brand {
        padding: 14px 20px 0;
        font-family: 'Telex',sans-serif;
        text-shadow: none;
    }
    .navbar .brand {
        display: block;
        float: left;
        padding: 0 20px 0;
        margin-left: 0;
        font-size: 20px;
        font-weight: 200;
        color: #fff;
        text-shadow: none;
    }
    .brand img{
        display: inline-block;
        max-width: 150px;
        width:auto;
        height:auto;
        overflow: hidden;

    }
    #left{
        background-color: #1e2c3f;
        box-shadow: 3px 0 10px -3px rgba(0,0,0,0.1);
    }
    #header .brand span {
        display: inline-block;
        font-family: "微软雅黑";
        font-size: 15px;
        font-weight: bold;
        padding-left: 10px;
        margin-top:8px;
    }

    .navbar-inner {
        min-height: 30px;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #2C353D;
        background-image: -moz-linear-gradient(left, #2a80ff, #009cff);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a80ff), to(#009cff));
        background-image: -webkit-linear-gradient(left, #2a80ff, #009cff);
        background-image: -o-linear-gradient(left, #2a80ff, #009cff);
        background-image: linear-gradient(to right, #2a80ff, #009cff);
        background-repeat: repeat-x;
        border: 1px solid #1990d5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff2fa4e7', GradientType=0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    }
    .navbar .nav>li>a {
        float: none;
        padding: 20px 25px ;
        color: rgba(255,255,255,1);
        text-decoration: none;
        text-shadow: 0;
        font-family: "微软雅黑";
    }
    .navbar .nav>li>a span {
        font:14px/26px "微软雅黑";
    }
    .nav>.active>a:hover, .navbar .nav>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0.1);
    }

    .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    }

    .collapse {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .35s ease;
        -moz-transition: height .35s ease;
        -o-transition: height .35s ease;
        transition: height .35s ease;
        background-color: #182534;
    }
    .accordion-inner {
        padding: 0;
        border-top: 0;
    }
    .accordion-inner .active{
        width: 100%;
        display: inline-block;
        border-left:4px solid #3385ff;
        box-sizing: border-box;
        -moz-box-sizing:border-box; /* Firefox */
        -webkit-box-sizing:border-box; /* Safari */
    }

    .accordion-group {
        margin-bottom:0;
        border: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    /*右侧tab样式*/
    .cropsTitle{
        margin-top: 80px;
        padding: 0 30px 0 30px;
    }
    .cropsList{
        width: 100%;
        height:auto;
        /*margin-left:30px;*/
        /*padding-top: 60px;*/
    }
    .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
        color: #414358;
        cursor: default;
        background-color: #fff;
        border: 0;
    }
    .nav-tabs {
        margin:25px 0 0 0;
        background-color: #f9f9fb;
        border-bottom: 0;
    }
    .nav-tabs>li>a {
        color:rgba(65,67,88,0.6);
        background-color: #fcfcfd;
        padding:8px 25px;
        line-height: 20px;
        border: 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }
    .nav-tabs>li>a, .nav-pills>li>a {
        margin-right: 3px;
    }

    .breadcrumb {
        width: 100%;
        height:auto;
        display: block;
        padding: 8px 0;
        list-style: none;
        background-color: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 8px;
        margin-top: -0px;
    }
    .nav>li>a:hover, .nav>li>a:focus {
        text-decoration: none;
        background-color: #fefefe;
    }

    .btn-primary {
        color: #fff;
        font-family: "微软雅黑";
        border-radius:5px;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #1190ff;
        background-image: -moz-linear-gradient(top,#4472c4,#4472c4);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#4472c4),to(#4472c4));
        background-image: -webkit-linear-gradient(top,#4472c4,#4472c4);
        background-image: -o-linear-gradient(top,#4472c4,#4472c4);
        background-image: linear-gradient(to bottom,#4472c4,#4472c4);
        background-repeat: repeat-x;
        border-color: #4472c4;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

    /*表格*/
    .table {
        background-color: #ffffff;
        margin-bottom:20px;
        padding:0 30px;
    }
    .table-bordered {
        border: 0;
        border-collapse: separate;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .table-condensed th, .table-condensed td {
        font-size:12px;
        padding: 12px 20px;
        color:#414358;
    }
    .table-condensed td a {
        color:#414358;
    }
    .table-condensed th{
        color:rgba(65,67,88,0.3);
        border-bottom: 2px solid #f9f9fb;
    }
    .table-bordered th, .table-bordered td {
        border-left: 0;
    }
    .table th, .table td {
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top:0;
        font-family:"微软雅黑";
    }
    .table-title{
        margin-top: 10px;
        padding: 0 30px 0 30px;
    }
    .table-content{
        width:100%;
        height:auto;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    #contentTable tbody tr:hover{
        background-color: #ffe5e5;
    }
    .pagination{
        width:630px;
        margin: 30px auto;
    }

    /*表单页*/
    .form-horizontal .control-label {
        float: left;
        width: auto;
        padding: 0;
        line-height: 26px;
        text-align: right;
        font-family:"微软雅黑";
    }
    .form-actions {
        padding: 19px 20px 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #ffffff;
        border-top: 0;
    }
    .form-horizontal .controls {
        margin-left: 100px;
        font-family: 微软雅黑;
        line-height: 26px;
    }
    .form-horizontal .form-actions {
        padding-left: 100px;
    }
    .form-search .input-append .btn {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }
    .controls label{
        width: auto;
        padding-top: 5px;
        text-align: right;
        font-family: "微软雅黑";
    }
    /*弹出框*/
    .jbox{
        border-radius: 8px;
    }
    div.jbox .jbox-container {
        background-color: #fff;
        border:1px solid #efeff1;
        border-radius: 8px;
        -webkit-border-radius:8px;
        -moz-border-radius: 8px;
        outline: 0;
        -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        -moz-box-shadow:1px 5px 10px rgba(0,0,0,0.1);
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    div.jbox .jbox-title-panel {
        background: #fff;
        border-bottom: 0;
        padding: 10px 15px 10px 20px;
        border-radius:8px 8px 0 0;
    }
    div.jbox .jbox-button-panel {
        border-top: 0;
        background-color: #fff;
        border-radius: 0 0 8px 8px;
    }
    div.jbox .jbox-button {
        width: 180px;
        font-size: 14px;
        padding: 8px 12px;
        letter-spacing: 3px;
        border: 1px solid rgba(255,255,255,0.5);
        height: 30px;
        color: #ffffff;
        font-family: "微软雅黑";
        border-radius: 4px;
        text-shadow: none;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(left,#3385ff,#3385ff);
        background-image: -o-linear-gradient(left,#3385ff,#3385ff);
        background-image: linear-gradient(to right,#3385ff,#3385ff);
        float: right;
        margin: 10px 60px 30px 60px;
        cursor: pointer;
    }
    div.jbox .jbox-title {
        font-weight: bold;
        color: rgba(0,0,0,0.65);
        font-size: 14px;
        line-height: 24px;
        padding-top: 0;
        font-family: "微软雅黑";
    }
    div.jbox .jbox-content {
        font-size: 14px;
        min-height: 24px;
        line-height: 32px;
        font-family: "微软雅黑";
        color: rgba(0,0,0,0.8);
        font-weight: lighter;
    }
    div.jbox .jbox-border {
        background: none repeat scroll 0 0 #fff;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
    .ztree li span {
        line-height: 16px;
        margin-right: 2px;
        font-family:"微软雅黑";
    }
    .hide .btn{
        position: absolute;
        left: 235px;
        top: 12px;
        border: 0;
        box-shadow: none;
        padding: 3px 12px;
        color:#8c8c8c;
    }
    #jbox-iframe html,#jbox-iframe body{

    }
    /*login页样式*/
    .login-all{
        width: 100%;
        min-height: 100%;
        background:url("../images/login/login-back.jpg") center;
    }
    .form-content{
        width: 370px;
        height:470px;
        margin:100px auto;
        background-color: #ffffff;
        border-radius:8px;
    }
    .logo-icon{
        width: 250px;
        height: 100px;
        padding: 60px 0 10px 0;
        overflow: hidden;
        margin:0 auto;
    }
    .logo-icon img{
        width:auto;
        height:auto;
        display: block;
        margin:0 auto;
    }
    .logo-title{
        font:18px/18px "微软雅黑";
        text-align: center;
        letter-spacing:2px;
        padding-bottom:20px;
    }
    .form-signin {
        width: 370px;
        height:auto;
        /*overflow: hidden;*/

    }

    .form-signin .checkbox {
        margin-bottom: 10px;
        color: #0663a2;
    }

    .form-signin .input-label {
        font-size: 16px;
        line-height: 23px;
        color: #999;
    }

    .form-signin .input-block-level {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        *width: 283px;
        *padding-bottom: 0;
        padding: 7px 7px 9px 7px;
    }

    .form-signin .btn.btn-large {
        font-size: 14px;
        border-radius: 8px;
    }

    .form-signin #themeSwitch {
        position: absolute;
        right: 15px;
        bottom: 10px;
    }

    .form-signin div.validateCode {
        padding-bottom: 15px;
    }

    .mid {
        vertical-align: middle;
    }

    .header {
        height: 40px;
        padding-top: 0;
    }

    .alert {
        position: relative;
        width: 300px;
        margin: 0 auto;
        *padding-bottom: 0;
    }

    label.error {
        background: none;
        width: 270px;
        font-weight: normal;
        color: inherit;
        margin: 0;
    }





    /*我的login样式*/
    .login-form{
        width: 900px;
        height:370px;
        margin: 200px auto 0 auto;
    }
    /*标题*/
    .title{
        width:370px;
        float: left;
        margin:150px 150px 0 0;
    }

    .form-content .form-group{
        width:250px;
        height:50px;
        border-bottom:1px solid #d3d3d3;
        margin: 0 60px;
        float: left;
    }
    .form-content.form-group:first-child{
        margin-top: 30px;
    }
    .form-content .icon{
        display: block;
        float: left;
        margin: 15px 15px 3px 0px;
    }
    #login-password{
        position: relative;
    }
    #login-password .form-control{
        width: 160px;
    }
    .forget-password{
        color: #919191;
        letter-spacing: 1px;
        display: block;
        position: absolute;
        right: 0;
        top:24px;
        font-family: "微软雅黑 Light";

    }
    #login-code {
        width: 123px;
        margin:0 12px 0 60px;
    }
    #login-code .form-control{
        width: 80px;
    }
    .code{
        width: 115px;
        height:40px;
        background-color: #7ab9ff;
        float: left;
        margin: 10px 0 0 0;
    }
    .code a{
        width: 115px;
        font:14px/14px "微软雅黑";
        padding:13px 0;
        text-align: center;
        color:#ffffff;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }
    .form-content .form-group{
        position: relative;
    }
    #phoneMsg,#passwordMsg{
        position:absolute;
        left: 260px;
        top: 25px;
        color:rgb(234, 59, 72);
        width: 250px;
        font: 14px/14px "微软雅黑";
    }
    #validateCodeMsg{
        position:absolute;
        left: 0;
        top: 65px;
        color:#5a5a5a;
        width: 250px;
        font: 12px/14px "微软雅黑";
    }
    #validateCodeMsg img{
        vertical-align: top;
    }
    /*表单*/
    .form-content .form-control{
        width: 200px;
        height:50px;
        background-color: rgba(0,0,0,0);
        border: 0px solid #ccc;
        border-radius: 0px;
        color:#d3d3d3;
        font-size:13px;
        font-family: "微软雅黑 Light";
        letter-spacing: 1px;
        float: left;
        /*padding:22px 0 8px 0;*/
        padding:0;
        outline: none;
        /*box-shadow: none;*/
    }
    .form-content  .form-control:focus {
        border-color: rgba(0,0,0,0);
        outline: none;
    }
    .form-content .form-control::-moz-placeholder {
        letter-spacing: 2px;
        color:#d3d3d3;
        opacity:1
    }
    .form-content .form-control:-ms-input-placeholder {
        color:#d3d3d3;
    }
    .form-content .form-control::-webkit-input-placeholder {
        color:#d3d3d3;
    }


    /*登录按钮*/

    .form-content .btn{
        width: 250px;
        margin: 50px 60px 15px 60px;
    }
    .form-content .btn{
        font-size: 16px;
        padding: 8px 12px;
        letter-spacing: 10px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 0px;
    }
    .form-content .btn-default {
        color: #ffffff;
        font-family: 微软雅黑;
        border-radius: 4px;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(left,#3385ff,#3385ff);
        background-image: -o-linear-gradient(left,#3385ff,#3385ff);
        background-image: linear-gradient(to right,#3385ff,#3385ff);
    }
    .form-content .btn-default:hover {
        color: #ffffff;
        background-color: #1190ff;
        outline: none;
    }
    .form-content .btn-default.focus,.form-content .btn-default:focus {
        color: #ffffff;
        background-color: #1190ff;
        outline: none;
    }

    .form-content .btn-default.active,.form-content .btn-default:active, .open>.dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border-color: rgba(255,255,255,1);
        outline: none;
    }
    .form-content .btn-default.active.focus,.form-content .btn-default.active:focus,.form-content .btn-default.active:hover,.form-content .btn-default:active.focus,.form-content .btn-default:active:focus,.form-content .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border-color: rgba(255,255,255,1);
        outline: none;
    }
    .form-content .btn-default.active,.form-content .btn-default:active, .open>.dropdown-toggle.btn-default {
        background-image: none;
        outline: none;
    }
    .form-content .btn-default.disabled,.form-content .btn-default.disabled.active,.form-content .btn-default.disabled.focus,.form-content .btn-default.disabled:active,.form-content .btn-default.disabled:focus,.login-form .btn-default.disabled:hover,.form-content .btn-default[disabled],.form-content .btn-default[disabled].active, .btn-default[disabled].focus,.form-content .btn-default[disabled]:active,.form-content .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border-color: rgba(255,255,255,1);
        outline: none;
    }
    .btn.focus, .btn:focus, .btn:hover {
        color:  #ccc;
        text-decoration: none;
        outline: none;
    }
    .btn-default:active{
        color:white;
        background-color: #1190ff;
        outline: none;
    }

    .form-content input[type="text"],.form-content input[type="text"]:focus, .form-content input[type="password"],.form-content input[type="password"]:focus,.form-content input[type="datetime"],.form-content input[type="datetime-local"],.form-content input[type="date"],.form-content input[type="month"],.form-content input[type="time"],.form-content input[type="week"],.form-content input[type="number"],.form-content input[type="email"],.form-content input[type="url"], input[type="search"], input[type="tel"], input[type="color"],.form-content .uneditable-input {
        border: 0;
        -webkit-box-shadow:  0 0 0 400px #ffffff inset;
        -moz-box-shadow:  0 0 0 400px #ffffff inset;
        box-shadow:  0 0 0 400px #ffffff inset;
        -webkit-transition: border linear .2s,box-shadow linear .2s;
        -moz-transition: border linear .2s,box-shadow linear .2s;
        -o-transition: border linear .2s,box-shadow linear .2s;
        transition: border linear .2s,box-shadow linear .2s;
    }
    .register{
        font: 13px/13px '微软雅黑 Light';
        display: block;
        margin: 0 0 50px 230px;
        letter-spacing: 1px;
        color: #333;
    }

    /*错误提示*/
    .prompt-tip{
        position:absolute;
        top:300px;
        left:1400px;
        color:white;
        font:11px/26px "微软雅黑";
        padding:0 20px;
        background-color: #ea3b48;
        border-radius: 3px;
    }


    /*版权*/
    .copyright{
        width: 100%;
        color: rgba(255,255,255,0.7);
        text-align: center;
        font:12px/24px "微软雅黑 Light";
        position: absolute;
        bottom: 50px;
    }


    /*注册页面*/
    .checkbox{
        clear: both;
        padding-top: 15px;
        margin:0;
    }
    .checkbox label{
        color:#d3d3d3;
    }
    .reg-btn{
        width:250px;
        height:40px;
        float:left;
        margin:60px 60px 40px 60px;
    }
    .reg-btn .btn{
        width:120px;
        margin:0;
        float:left;
    }
    .reg-btn .btn:first-child{
        margin-right:10px;
    }
    #register-btn,#register-cancel{
        width:120px;
        padding-left:23px;
        float: left;
        margin:25px 0 60px 40px;
    }
    #register-cancel{
        margin-left: 10px;
    }
    .radio{
        width: 250px;
        height:20px;
        float: left;
        margin: 20px 0 0 40px;
    }
    .radio label{
        font-size: 13px;
        color: #919191;
    }


    .remember{
        padding-left:45px;
        font-family: 微软雅黑;
    }
    .register-btn{
        float: right;
        padding:0 60px 35px 0;
    }
    .register-btn a{
        color:#000000;
        font-family: 微软雅黑;
        font-weight: lighter;
    }
    .footer{
        color:rgba(255,255,255,0.7);
        text-align: center;
        padding:80px 0 40px 0;
        font:12px/20px "微软雅黑";
    }

    /*统计页面样式*/
    .ui-jqgrid-bdiv{
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .search-module{
        width:95%;
        height:auto;
        margin:90px 0 20px 30px;
        background-color: #ffffff;
        border-radius: 8px;
        border:1px solid #efeff1;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    .statisticTop{
        width:95%;
        height:auto;
        margin:30px 0 20px 30px;
        background-color: #ffffff;
        border-radius: 8px;
        border:1px solid #efeff1;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    }
    .statisticTitle{
        color:#404040;
        padding:20px 0 0 30px;
        font:20px/20px "微软雅黑";
    }
    .statisticContent{
        padding:20px 0 0 30px;
    }
    .tableTitle{
        font:13px/13px "微软雅黑";
        color: #757575;
        padding:0 12px;
    }
    .tableValue{
        font:36px/36px "微软雅黑";
        color: #757575;
        padding:0 12px;
    }
    .statisticTable,.statisticForm{
        display: inline-block;
        margin:30px;
    }
    .statisticForm .btn-default {
        display: inline-block;
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #adadb5;
        text-align: center;
        text-shadow: none;
        vertical-align: middle;
        cursor: pointer;
        background-color: #ffffff;
        background-image: -moz-linear-gradient(top,#fff,#fff);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
        background-image: -webkit-linear-gradient(top,#fff,#fff);
        background-image: -o-linear-gradient(top,#fff,#fff);
        background-image: linear-gradient(to bottom,#fff,#fff);
        background-repeat: repeat-x;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,1),0 0 0 rgba(0,0,0,1);
        -moz-box-shadow: inset 0 0 0 rgba(255,255,255,1),0 0 0 rgba(0,0,0,1);
        box-shadow: inset 0 0 0 rgba(255,255,255,1),0 0 0 rgba(0,0,0,1);
    }
    .statisticForm .btn-default:active,.statisticForm .btn-default:hover,.statisticForm .btn-default:focus{
        color: #3385ff;
        border: 1px solid #3385ff;
    }
    .statisticTable table{
        float:left;
    }
    .search-form{
        display: inline-block;
    }
    .search-form select, .search-form textarea,.search-form input[type="text"] {
        display: inline-block;
        height: 20px;
        padding: 4px 6px;
        margin-bottom: 0;
        margin-left:40px;
    }
    .btn-primary {
        color: #fff;
        border-radius: 5px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #1190ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1190ff), to(#1190ff));
        background-image: -webkit-linear-gradient(top, #1190ff, #1190ff);
        background-image: -o-linear-gradient(top, #1190ff, #1190ff);
        background-image: linear-gradient(to bottom, #1190ff, #1190ff);
    }
    .btn-primary:hover,.btn-primary:active,.btn-primary:focus{
        color:#ffffff;
        border:1px solid #1190ff;
        background-color: #1190ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1190ff), to(#1190ff));
        background-image: -webkit-linear-gradient(top, #1190ff, #1190ff);
        background-image: -o-linear-gradient(top, #1190ff, #1190ff);
        background-image: linear-gradient(to bottom, #1190ff, #1190ff);
    }

    .btn{
        padding: 4px 15px;
        border: 1px solid #d9d9d9;
        /*border-bottom-color: #d9d9d9;*/
        font-family: 微软雅黑;
    }
    .form-actions .btn-primary{
        border: 1px solid #1190ff;
    }
    .form-content input:-webkit-autofill{
        -webkit-box-shadow: 0 0 0 400px #ffffff inset;
        -webkit-text-fill-color: #666666;//设置字体颜色
    }
    .statisticTable1{
        float:left;
    }
    .statisticTable1 td{
        font-size: 16px;
        color:#adadb5;
        font-family: "微软雅黑";
        padding-right: 15px;
    }
    .statisticTable1 tr td:last-child{
        font-size:30px;
    }

    /*地块管理样式*/
    .col{
        width: 50%;
        height: 400px;
        display: inline-block;
        float: left;
        max-width: 800px;
    }

    /*任务列表*/
    .task-list{
        width:375px;
        height:210px;
        margin:15px 0 20px 30px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
        float:left;
        position: relative;
    }
    .list-img{
        width: 180px;
        height:180px;
        overflow: hidden;
        display: inline-block;
        float:left;
        padding:15px 15px 0 10px;
    }
    .list-title{
        width: 138px;
        display: inline-block;
        font:14px/20px "微软雅黑";
        color:#757575;
        padding:15px 0 0 10px;
    }
    .task-list table{
        width:155px;
        height:auto;
    }
    .task-list table td{
        font-size:14px;
        color:#757575;
        padding:5px 10px;
        text-align: right;
        font-family: "微软雅黑";
    }
    .task-list table td:first-child{
        font-size:14px;
        color:rgba(117,117,117,0.5);
        padding:5px 10px;
        text-align: left;
    }
    .task-list .btn{
        border:0;
        float:right;
        margin:30px 10px 0 0;
        background-image: none;
    }
    .task-list .btn:hover,.task-list .btn:focus,.task-list .btn:active,.task-list .btn.active,.task-list .btn.disabled,.task-list .btn[disabled] {
        color: #333;
        background-color: #ffffff;
    }
    .setting-list{
        position:absolute;
        bottom:0;
        right:0;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
        border:1px solid rgba(0,0,0,0.1);
        display: none;
    }
    .setting-list ul{
        list-style: none;
        margin:0;
        padding:0;
    }
    .setting-list ul li{
        line-height:35px;
        text-align: center;
    }
    .setting-list ul li a{
        font:14px/14px "微软雅黑";
        color:#757575;
        padding:10px 20px;
        text-align: center;
    }
    .setting-list ul li a img{
        padding:0 8px;
    }
    .modal{
        display: none;
    }
    .user-self{
        float:right;
        padding-left:5px;
    }
    .user-self img{
        height:16px;
        width: auto;
    }
    /*woozoom端概览*/
    .map-content{
        width:95%;
        position:relative;
        background-color: #ffffff;
        border-radius: 8px;
        border:1px solid #efeff1;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        margin-left:30px;
    }
    .left-form{
        width: 280px;
        z-index: 10;
    }
    .right-form{
        width: 280px;
    }

    #areaTop5,#cropsTop5,#teamTop5,#companyTop5,.right-form div,.left-form div{
        background-color: rgba(255,255,255,1);
        border-radius: 8px;
        /*box-shadow: 2px 2px 5px rgba(0,0,0,0.1);*/
        padding:10px;
    }

    .msg-overview li{
        display: inline-block;
        border-radius: 6px;
        padding:0 20px;
        margin:20px 30px 30px 0;
    }
    .first-li{
        background-color: #1890ff;
    }
    .second-li{
        background-color: #2cc159;
    }
    .third-li{
        background-color: #ffb748;
    }
    .fourth-li{
        background-color: #f2637b;
    }
    .fifth-li{
        background-color: #36cbcb;
    }
    .sixth-li{
        background-color: #39d38c;
    }
    .seven-li{
        background-color: #6ac945;
    }
    .eight-li{
        background-color: #f7b551;
    }
    .nine-li{
        background-color: #f29149;
    }
    .msg-overview label{
        cursor: default;
    }
    .msg-overview{
        margin:15px 0 10px 25px;
    }
    .msg-overview li img{
        vertical-align: middle;
        padding:0 15px 12px 5px;
    }
    .msg-overview li span{
        font:36px/80px "微软雅黑";
        color:#ffffff;
    }
    .msg-overview li label{
        color:#ffffff;
        font-family: "微软雅黑";
    }


    .statisticTop .ul-form{
        list-style: none;
    }

    .ui-jqgrid-htable,.ui-jqgrid-htable th{
        border-bottom:2px solid #f9f9fb;
    }
    .ui-jqgrid-htable thead th{
        text-align: left;
        color:rgba(65,67,88,0.3);
    }
    .ui-jqgrid-htable thead th:first-child{
        padding-left:30px;
    }
    .state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 0;

    }
    /*.ui-jqgrid-hbox{*/
    /*padding:0 30px;*/
    /*}*/
    .ui-widget-content {
        width: 95%;
        height:auto;
        border: 0;
        background-color: #ffffff;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
        border-radius:8px;
    }
    .ui-jqgrid-sortable{
        text-align: left;
        padding:6px 0;
    }
    #dataGrid tbody{
        padding-left:5px;
    }
    #dataGrid tbody tr td{
        color:rgba(65,67,88,0.9);
        font:12px/36px "微软雅黑";
        padding:12px 0;
    }
    #dataGrid tbody tr:nth-child(odd){
        background-color: #f9f9fb;
    }
    #dataGrid tbody tr:first-child td{
        background-color: #ffffff;
        padding:0;
    }
    #dataGrid tbody tr:hover{
        background-color: #bae7ff;
    }
    #dataGrid tbody tr td:first-child{
        padding-left:30px;
    }

    /*任務編輯彈出框*/
    .modal {
        position: fixed;
        top: 10%;
        left: 50%;
        z-index: 1050;
        width: 560px;
        margin-left: -280px;
        border:1px solid #efeff1;
        border-radius: 8px;
        -webkit-border-radius:8px;
        -moz-border-radius: 8px;
        outline: 0;
        -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        -moz-box-shadow:1px 5px 10px rgba(0,0,0,0.1);
        box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #ffffff;
    }
    .modal-footer {
        padding: 14px 15px 15px;
        margin-bottom: 0;
        text-align: right;
        background-color: #ffffff;
        border-top: 0px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .modal-header {
        padding: 9px 15px;
        border-bottom: 0;
    }
    #initTaskForm{
        padding:0 0 0 30px;
    }
    #initTaskForm label{
        width: 75px;
        font:14px/30px "微软雅黑";
        color:rgba(0,0,0,0.7);
    }
    #initTaskForm span {
        font:14px/30px "微软雅黑";
        color:rgba(0,0,0,0.7);
        padding-right: 5px;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .modal-footer .btn {
        font-size: 16px;
        padding: 8px 12px;
        letter-spacing: 3px;
        border: 1px solid rgba(255,255,255,0.5);
    }
    .modal-footer .btn-warning {
        width: 150px;
        height: auto;
        color: #ffffff;
        text-shadow: none;
        font-family: "微软雅黑";
        display: inline-block;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#717171),to(#717171));
        background-image: -webkit-linear-gradient(left,#717171,#717171);
        background-image: -o-linear-gradient(left,#717171,#717171);
        background-image: linear-gradient(to right,#717171,#717171);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        float:left;
        margin:0 0 30px 30px;
    }
    .modal-footer .btn-default {
        width: 150px;
        color: #ffffff;
        font-family: 微软雅黑;
        border-radius: 8px;
        text-shadow: none;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(left,#3385ff,#3385ff);
        background-image: -o-linear-gradient(left,#3385ff,#3385ff);
        background-image: linear-gradient(to right,#3385ff,#3385ff);
        float:right;
        margin: 0 30px 30px 0;
    }
    /*人员统计*/
    .user-head{
        display: inline-block;
        float:left;
        padding:45px 20px 45px 45px;
    }
    .user-head img{
        width: 144px;
        height:144px;
        border-radius: 50%;
    }
    .username{
        color:rgba(64,64,64,0.8);
        font:20px/20px "微软雅黑";
        padding:25px 0 0 23px ;
    }
    .team-detail{
        float:left;
    }


    /*概览搜索按钮样式*/
    #searchForm .btns .btn{
        border: 1px solid #e5e5e5;
        box-shadow: none;
        color:#adadb5;
    }
    #searchForm .btns .btn-primary{
        text-shadow: none;
        color: #3385ff;
        border: 1px solid #3385ff;
        background-color: #ffffff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    }
    #searchForm .btns .btn-primary:hover,#searchForm .btns .btn-primary:active,#searchForm .btns .btn-primary:focus,#searchForm .btns .btn-default:active,#searchForm .btns .btn-default:hover,#searchForm .btns .btn-default:focus {
        color:#3385ff;
        background-color: #ffffff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    }
    .btn-default:active {
        color: white;
        background-color: #1190ff;
        outline: none;
    }
    #searchForm .search-btn .btn-primary{
        margin-left:15px;
        text-shadow: none;
        color: #ffffff;
        border: 1px solid #3385ff;
        background-color: #3385ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3385ff), to(#3385ff));
        background-image: -webkit-linear-gradient(top, #3385ff, #3385ff);
        background-image: -o-linear-gradient(top, #3385ff, #3385ff);
        background-image: linear-gradient(to bottom, #3385ff, #3385ff);
    }

    .realtime-tab{
        position: absolute;
        top:100px;
        right:40px;
        z-index: 100;
    }

    /*放大镜表单样式*/
    .controls .input-append{
        position: relative;
    }
    .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
        margin-bottom: 0;
        position: relative;
    }
    input, textarea, .uneditable-input {
        width: 270px;
    }
    .input-append .btn:last-child{
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        position: absolute;
        left: 253px;
        border: 0;
        background: #fafafa;
        padding: 3px 8px;
        margin-top: 3px;
        box-shadow: none;
    }
    a [class^="icon-"], a [class*=" icon-"] {
        display: inline;
        color:#8c8c8c;
        opacity:1;
    }
    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        font-family: 微软雅黑;
    }

    /*实时监控页面新加的两个按钮--全屏和居中*/
    .new-btns{
        position: absolute;
        top:154px;
        left:30px;
        z-index: 100;
    }
    .new-btns .btn{
        padding:0;
        display: block;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ccc;
    }
    .new-btns .btn img{
        width:26px;
        height:26px;
    }
    .new-btns .btn:active.new-btns .btn:focus{
        box-shadow: none;
        background-image: none;
    }

    /*时间选择切换自定义时间*/
    #searchForm .btn-info{
        margin:3px;
        text-shadow: none;
        color: #ffffff;
        border: 1px solid #3385ff;
        background-color: #3385ff;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#3385ff),to(#3385ff));
        background-image: -webkit-linear-gradient(top,#3385ff,#3385ff);
        background-image: -o-linear-gradient(top,#3385ff,#3385ff);
        background-image: linear-gradient(to bottom,#3385ff,#3385ff);

    }
    .form-search .ul-button,.form-search .ul-type {
        margin: 0 0 0 15px;
        overflow: hidden;
        display: inline-block;
    }
    .form-search .ul-button li,.form-search .ul-type li {
        float: left;
        list-style: none;
        margin-top: 10px;
        height: 45px;
        line-height: 35px;
    }

    .row-fluid span{
        font:14px/30px "微软雅黑";
    }
    #assignButton{
        margin-left:20px;
    }
    #assignRole{
        width:780px;
        margin:0;
        padding:30px 0 0 20px;
    }
    #assignRole p{
        font:14px/14px "微软雅黑";
    }
    .jbox-bottom-text{
        font:14px/14px "微软雅黑";
        padding:10px 0 0 10px;
        color:rgba(0,0,0,0.65);
    }
}

/*多选框样式*/
.checkbox {
    vertical-align: middle;
    margin-top:-10px;
    display: inline-block;
    min-height: 18px;
    padding:0;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -24px;
    padding-left: 3px;
    padding-top: 0;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline:none;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }


.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #4ec52b;
    border-color: #4ec52b; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #4ec52b;
    border-color: #4ec52b;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff; }

.checkbox span{
    padding-left:20px;
}
.checkbox span label{
    color:rgba(0,0,0,0.65);
    padding:0 8px 0 1px;
    line-height:18px;
}
.unableCheck label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #eeeeee;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }