.nowrap {
    white-space: nowrap;
}

#logo {
    color: #333;
}

.page {
    width: 1210px;
    min-width: 1210px;
    /* width: 980px;*/
    margin: auto;
    background-color: #FFF;
    border-radius: 6px;
    margin-top: -70px;
    padding: 20px 0px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.page .header {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

#in-sub-nav .container, .page .row {
    /*min-width: 1200px;*/
}
#in-nav {
    min-width: 1210px;
    background-color: white;
    background-repeat: repeat;

    padding-top: 10px;
}

#in-nav ul {
    position: relative;
    top: 50px;
}

#in-nav ul li {
    list-style-type: none;
    display: inline;
}

#in-nav ul li a {
    padding: 10px;
}

#in-sub-nav {
    min-width: 1210px;
    background-color: #033975;
    -moz-box-shadow: inset 0px 0px 10px #033266;
    -webkit-box-shadow: inset 0px 0px 10px #033266;
    box-shadow: inset 0px 0px 10px #033266;
}

#in-sub-nav ul {
    text-align: center;
    margin-bottom: 80px;
}

#in-sub-nav li {
    list-style-type: none;
    display: inline-block;
}

#in-sub-nav li {
    *display: inline;
    *zoom: 1;
}

#in-sub-nav li a {
    display: block;
    border-radius: 6px;
    padding: 15px 10px 5px;
    min-height: 56px;
    min-width: 84px;
    margin: 20px 10px 10px;
    color: #FFF;
    font-weight: 100;
}

#in-sub-nav li a:hover, #in-sub-nav li a.active {
    background-color: #044790;
    text-decoration: none;
}

#in-sub-nav li span.label.pull-right {
    position: relative;
    top: 24px;
    right: 14px;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #999;
}

footer a {
    color: #999;
}

.modal-footer .note{
    text-align: left;
    color: red;
    padding-bottom: 5px;
}


.divide {
    border-top: 1px solid #EEE;
    margin-top: 40px;
    padding-top: 40px;
}

.small-divide {
    border-top: 1px solid #EEE;
    margin-top: 20px;
    padding-top: 20px;
}

.batch {
    background-image: url(/img/white-batch-32.png);
    display: inline-block;
    height: 32px;
    width: 32px;
}

.batch {
    *display: inline;
}

.home {
    background-position: -128px -96px;
}

.star {
    background-position: -192px -96px;
}

.forms {
    background-position: -96px -32px;
}

.stream {
    background-position: 0 -64px;
}

.tables {
    background-position: -32px -32px;
}

.lock {
    background-position: -192px -32px;
}

.file {
    background-position: -64px -96px;
}

.write {
    background-position: -32px -64px;
}

.settings {
    background-position: -288px -128px;
}

.quill {
    background-position: -288px 0px;
}

.users {
    background-position: 0 -96px;
}

.plane {
    background-position: -256px -96px;
}

.calendar {
    background-position: -160px -128px;
}

.batch-big {
    background-image: url(/img/white-batch-64.png);
    display: inline-block;
    height: 64px;
    width: 64px;
}

.b-wifi {
    background-position: -256px -64px;
}

.b-code {
    background-position: -64px 0px;
}

.b-comment {
    background-position: -192px -256px;
}

.b-flag {
    background-position: -384px -256px;
}

.b-database {
    background-position: -256px 0px;
}

.b-alarm {
    background-position: -384px 0px;
}

/* ============== messages ============== */
.message-sidebar {
    border-right: 1px solid #EEE;
    margin: -20px;
    margin-right: 0;
}

.message-sidebar a.message-preview {
    display: block;
    background-color: #F6F6F6;
    border-bottom: 1px solid #EEE;
    padding: 10px 20px;
}

.message-sidebar a.message-preview h4 {
    font-weight: 400;
    text-transform: none;
}

.message-sidebar a.message-preview p, .message-sidebar a.message-preview h5 {
    color: #999;
}

.message-sidebar a.new {
    background-color: #FFF;
}

.message-sidebar a.active {
    background-color: #008DCD;
    color: #FFF;
}

.message-sidebar a.active p, .message-sidebar a.active h5 {
    color: rgba(255, 255, 255, 0.8);
}

.message-sidebar a:hover {
    text-decoration: none;
    cursor: pointer;
}

.message-sidebar .load-more {
    text-align: center;
}

.message-sidebar .load-more a {
    padding: 20px;
    display: block;
}

/*@media (min-width: 768px) {
  .message-sidebar {
    overflow: auto;
    height: 700px; } }*/
.messages h4 {
    text-transform: none;
    font-weight: 400;
}

.messages .message {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
}

.messages .message h5 {
    font-weight: 300;
}

.messages .message-body {
    padding-left: 80px;
}

.messages .message-body textarea {
    height: 80px;
    margin-right: 20px;
    width: 96%;
}

/* ============== login ============== */
/*.login {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 80px; }*/

.login_body .input {
    padding-left: 5px;
    width: 110px;
    font-family: "微软雅黑", "宋体";
    height: 24px;
    font-size: 13px;
    padding-top: 0px;
    -moz-border-radius: 4px;
}

/* .input.captcha{
     width: 70px;;
 }*/
.login_body img.captcha {
    margin-top: 5px;
    margin-left: 50px;
    cursor: pointer;
    width: 110px;
    height: 36px;
}

.login_body .evaId {
    position: relative;
    left: 110px;
    top: 0px;
    color: #808080;
    font-size: 11pt;
    font-weight: bolder;
    float: left;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

/* ============== sidebar ============== */
.sidebar {
    border-top: 1px solid #EEE;
}

.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    list-style-type: none;
}

.sidebar ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #EEE;
    text-transform: uppercase;
}

.sidebar ul li a:hover {
    background-color: #EEE;
    /*        color: #FFF;*/
    text-decoration: none;
}

.sidebar ul li ul {
    background-color: #F6F6F6;
    box-shadow: inset 0 1px 10px #E0E0E0;
}

/* ============== stat lists ============== */
ul.stat-list {
    margin: 0;
}

ul.stat-list li {
    list-style-type: none;
}

ul.stat-list li label, ul.stat-list li h4, ul.stat-list li small, ul.stat-list li p {
    display: inline-block;
}

ul.stat-list li label {
    height: 32px;
    width: 32px;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

ul.stat-list li label i {
    margin-top: 8px;
}

ul.stat-list li h4 {
    font-weight: 600;
    margin-right: 10px;
    min-width: 30px;
}

ul.stat-list li h4.sub {
    color: #999;
    font-weight: 300;
}

.progress-small {
    height: 8px;
}

/* ============== widgets ============== */
.widget {
    background-color: #eeeeee;
    color: #555555;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.widget td.bar-label {
    width: 30%;
    text-align: right;
    padding-right: 20px;
    color: #999;
    font-weight: 300;
}

.widget td.bar-number, .widget td.bar-percent {
    width: 15%;
    font-weight: 600;
}

.widget td.bar-percent span {
    font-weight: 300;
}

.widget td .progress {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 8px;
    overflow: hidden;
}

/* ============== sparks ============== */
.spark {
    margin-bottom: 20px;
}

.spark h4 {
    font-weight: 500;
}

.spark h4.sub {
    color: #999;
    font-weight: 300;
}

.spark h4.sub span.minus {
    color: #ea494a;
    float: right;
}

.spark h4.sub span.plus {
    color: #4cb158;
    float: right;
}

.spark .sparklines {
    float: right;
}

/* ============== knobs ============== */
.knob {
    text-align: center;
}

/* ============== table-panel ============== */
.table-panel i {
    margin: 4px;
}

.table-panel table {
    border-top: 1px solid #EEE;
}

/* ============== peity ============== */
.peity {
    margin-bottom: 20px;
}

.peity canvas {
    margin-right: 10px;
}

.peity h4 {
    display: inline-block;
    font-weight: 600;
    min-width: 30px;
    margin: 0;
}

.peity h4.sub {
    font-weight: 300;
    color: #999;
}

/* ============== panels ============== */
.panel {
    width: 150px;
    background-color: #EEE;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}

.panel .top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #555555;
    padding-top: 20px;
}

.panel .top i {
    display: block;
    margin: 0px auto 20px;
}

.panel .top h6 {
    display: inline;
    background-color: #555555;
    position: relative;
    top: 5px;
    padding: 6px 12px;
    border-radius: 30px;
    color: #FFF;
    font-weight: 600;
    font-size: 0.7em;
}

.panel .bottom {
    padding-top: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    border-top: none;
}

.panel .bottom h2 {
    font-weight: 600;
    margin: 0;
}

.panel .bottom h6 {
    font-size: 0.7em;
    font-weight: 600;
    position: relative;
    bottom: 10px;
    color: #555555;
}

.panel .warning, .panel .warning h6 {
    background-color: #ffa93c;
    /*    box-shadow: inset 0 0 10px lighten($warning, 8%);
        border: 1px solid darken($warning, 20%)*/
}

.panel .success, .panel .success h6 {
    background-color: #4cb158;
    /*    box-shadow: inset 0 0 10px lighten($success, 8%);
        border: 1px solid darken($success, 20%)*/
}

.panel .danger, .panel .danger h6 {
    background-color: #ea494a;
    /*    box-shadow: inset 0 0 10px lighten($danger, 8%);
        border: 1px solid darken($danger, 20%)*/
}

.panel .info, .panel .info h6 {
    background-color: #14b8d4;
    /*    box-shadow: inset 0 0 10px lighten($info, 8%);
        border: 1px solid darken($info, 20%)*/
}

.panel .primary, .panel .primary h6 {
    background-color: #007ccd;
    /*    box-shadow: inset 0 0 10px lighten($primary, 8%);
        border: 1px solid darken($primary, 20%)*/
}

.panel .purple, .panel .purple h6 {
    background-color: #7932ea;
    /*    box-shadow: inset 0 0 10px lighten($purple, 8%);
        border: 1px solid darken($purple, 20%)*/
}

/* ============== profile ============== */
.stats {
    text-align: center;
}

.stats .stat {
    background-color: #eeeeee;
    color: #555555;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}

.stats .stat h2 {
    font-weight: 600;
}

.stats .stat h6 {
    margin-top: -10px;
}

.stats .warning {
    background-color: #ffa93c;
    color: #FFF;
}

.stats .success {
    background-color: #4cb158;
    color: #FFF;
}

.stats .danger {
    background-color: #ea494a;
    color: #FFF;
}

.stats .info {
    background-color: #14b8d4;
    color: #FFF;
}

.stats .primary {
    background-color: #007ccd;
    color: #FFF;
}

.stats .purple {
    background-color: #7932ea;
    color: #FFF;
}

.stats .inverse {
    background-color: #333;
    color: #FFF;
}

.rating-star, .no-star, .half-star {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url(/img/stars.png);
}

.no-star {
    background-position: 0 -16px;
}

.half-star {
    background-position: 0 -32px;
}

.profile-sidebar ul {
    margin: 0;
    margin-top: 20px;
}

.profile-sidebar ul li {
    list-style-type: none;
    border-top: 1px solid #EEE;
    padding: 10px 0px;
}

.profile-sidebar ul li i {
    margin-right: 5px;
}

/* ============== tables ============== */
.tables code {
    display: inline-block;
    margin: 2px;
}

/* ============== stream ============== */
.filters input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

.filters h5 {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
}

.filters span {
    color: #999;
}

.stream .item {
    border-bottom: 1px solid #EEE;
    padding: 10px 0px 30px 60px;
}

.stream .item .stream-icon {
    display: inline-block;
    background-color: #CCC;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-left: -40px;
    margin-bottom: -40px;
    position: relative;
    top: 15px;
    right: 20px;
    float: left;
}

.stream .item .stream-icon i {
    margin-top: 12px;
}

.stream .item .stream-success {
    background-color: #4cb158;
}

.stream .item .stream-danger {
    background-color: #ea494a;
}

.stream .item .stream-warning {
    background-color: #ffa93c;
}

.stream .item .stream-info {
    background-color: #14b8d4;
}

.stream .item .avatar {
    border-radius: 4px;
    margin-left: -40px;
    margin-bottom: -40px;
    height: 40px;
    position: relative;
    top: 15px;
    right: 20px;
    float: left;
}

.stream .item h4 {
    margin-bottom: 6px;
}

.stream .item p {
    color: #777;
}

.stream .item p.date {
    padding: 0;
    float: right;
    margin-top: 10px;
}

/* ============== faq ============== */
.qa {
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.qa h4 {
    text-transform: none;
    font-weight: 400;
}

/* ============== calendar ============== */
.event {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #EEE;
    padding-top: 10px;
}

.event p {
    color: #999;
}

.event h4 {
    text-transform: none !important;
    font-weight: 500;
    color: #008dcd;
    margin: 5px 0px;
}

.event .date {
    text-align: center;
    display: inline-block;
    border-left: 4px solid #EEE;
    padding-left: 16px;
    float: left;
    margin-right: 20px;
}

.event .date h1 {
    font-weight: 500;
    line-height: 0.8em;
}

.event .date h4 {
    line-height: 1em;
    color: #555555;
    font-weight: 300;
}

.event .success {
    border-color: #4cb158;
}

.event .danger {
    border-color: #ea494a;
}

.event .info {
    border-color: #14b8d4;
}

.event .primary {
    border-color: #007ccd;
}

.event .warning {
    border-color: #ffa93c;
}

.event .purple {
    border-color: #7932ea;
}

.event .inverse {
    border-color: #333;
}

#events .load-more {
    text-align: center;
}

/*@media (min-width: 768px) {
  #events {
    overflow: auto;
    height: 600px; } }*/
#calendar h2 {
    font-size: 17.5px;
}

#calendar th {
    background-color: #EEE;
}

#calendar th, #calendar td {
    border-color: #EEE;
}

#calendar .fc-event-skin {
    background-color: #007ccd;
    border: 1px solid #007ccd;
    border-radius: 4px;
    text-align: center;
}

/* ============== tags ============== */
.tag {
    display: inline-block;
    background-color: #EEE;
    padding: 3px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.tag:hover {
    background-color: #008dcd;
    color: #FFF;
    text-decoration: none;
}

/* ============== settings ============== */
.settings-group {
    margin-top: 40px;
}

/*============table================*/
.table > tbody > tr:hover > td, .table > tbody > tr:hover > th {
    background-color: #eadda9;
}

.table .bg-right {
    background-color: #f9f9f9 !important;
    text-align: right !important;
}

.table .bg-left {
    background-color: #fff !important;
    text-align: left !important;
}

.table .progress {
    margin-bottom: 0px;
}

.table .progress span {
    color: #000;
}

.table-actived tr.active td {
    background-color: #5094ce !important;
}

.table-actived tr.active > td {
    color: #fff;
}

.table-actived tr.active td > a, .table tr.active td > a:hover {
    color: #fff;
}

.table-actived tr.active > td input {
    color: #000;
}

.table-center > thead > tr > th,
.table-center > thead > tr > td,
.table-center > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}

/*=============form ===============*/
span.help-inline {
    padding-top: 10px;
    text-align: left;
}
span.error{
    color: red;
}
form .star {
    margin: 0 1px;
    color: red;
    font-size: larger;
    font-weight: bolder;
    _vertical-align: -5px;
    vertical-align: -5px;
}

.help-block {
    margin-bottom: 0;
}

/*==========uniform=============*/
div.uploader {
    width: auto;
}

/*======select2=*/
.select2-container .select2-selection--single {
    height: 32px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

/*===========bootstrap3=========*/
.modal-body {
    max-height: 650px;
    overflow-y: auto;
}

.modal .modal-header, .modal .modal-footer, .modal-footer.draggable {
    cursor: move;
    background-color: #eff3f8;
}

.modal .modal-body.overflow-visible{
    overflow: visible;
}

.modal .msg.title {
    font-size: 16pt;
    font-weight: bolder;
}

.modal .msg.info {
    margin: 30px;
    font-size: 16pt;
    font-weight: bolder;
    text-indent: 2em;
}

.page .container {
    margin-left: inherit;
    margin-right: inherit;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #d9edf7;
    font-weight: bolder;
}

.nowarp {
    white-space: nowrap;;
}

.nav {
    margin-bottom: 10px;
}

.modal-header h3 {
    margin: 0;
}

.modal-footer {
    text-align: center;
}

/* eva-page */
.optionTable .active {
    background-color: green !important;
    color: white !important;
    font-weight: bolder !important;
}

.optionTable td {
    text-align: center;
}

.evaTable > thead > tr > th {
    vertical-align: middle;
}

.evaTable > tbody > tr > td {
    vertical-align: inherit;
}

/*分页*/
.my_paginate_row {
    margin: 0 !important;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 6px;
    padding-bottom: 2px;
    background-color: #EFF3F8;
    height: 48px;
}

.my_paginate_row > div:first-child {
    padding-top: 10px;
}

.my_paginate_row .my_paginate {
    text-align: right;
}

.my_paginate_row .my_paginate .pagination {
    margin: 0 12px;
}

.my_paginate_row.row {
    min-width: inherit !important;
}

.my_paginate_row .static {
    float: left;
    margin-left: 10px;
}


/*=========global===========*/
.page {
    /*min-height: 700px;*/
}

.btn-xs [class^="icon-"], .btn-xs [class*=" icon-"] {
    margin-top: 1px;
}

.bootbox-body {
    min-width: 150px;
    font-size: x-large;
    margin: 10px;
}

/**年份**/
#in-nav h4 span {
    margin-top: 40px;
    margin-left: 790px;
    display: inline-block;
}

/*#in-nav .container{
  width:1170px;
}*/

ul.dynatree-container {
    border: none;
    overflow: inherit;
}

.placeholder {
    color: #aaa;
}

.form-control {
    display: inline; /*width:auto*/
}

.form-group .label-text {
    padding-top: 7px
}

.bootbox-confirm button[data-bb-handler="confirm"] {
    margin-left: 20px !important;
}


/*width*/
.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width400 {
    width: 400px;
}

.width450 {
    width: 450px;
}

.width500 {
    width: 500px;
}

.width500 {
    width: 550px;
}

.width600 {
    width: 600px;
}

.width650 {
    width: 650px;
}

.width700 {
    width: 700px;
}

.width720 {
    width: 720px;
}

.width750 {
    width: 750px;
}

.width800 {
    width: 800px;
}

.width850 {
    width: 850px;
}

.width900 {
    width: 900px;
}

.width950 {
    width: 950px;
}

.width1000 {
    width: 1000px;
}

.width1050 {
    width: 1050px;
}

.width1100 {
    width: 1100px;
}

.width1150 {
    width: 1150px;
}

.width1200 {
    width: 1200px;
}
span.delete, span.delete a, td.delete, li.delete label {
    text-decoration: line-through;
    color: darkred;
}

.pdf-page{
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-position:center;
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}

.form-inline span{
    padding-bottom: 5px;
}
.form-inline input, .form-inline button{
    margin-bottom: 5px;
}


/*jqgrid start*/

.table>tbody>tr>td.jqgrid-rownum,
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td{
    vertical-align: middle;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td.can-wrap{
    white-space: inherit!important;
    word-break: break-all!important;
}

.jq-column .btn-xs{
    padding: 0 5px;
}
.table > thead > tr > th:last-child {
    border-right-color: inherit !important; /*覆盖ace， jqgrid*/
}

.table > tbody > tr.active > td,
.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #f3ecdb;
}

td.dark-danger{
    background-color:#f28a8a!important;
}

/*@-moz-document url-prefix() {
    .table > thead:first-child > tr:first-child > th:last-child {
        border-right: 0;
    }
}*/
.table > thead:first-child > tr:first-child > th:last-child {
    border-right: 0;
}

/* 头部多行显示 */
.multi-row-head-table th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 0px;
}

.multi-row-head-table .ui-jqgrid-labels th {
    padding: 0px !important;
}

.multi-row-head-table #jqGrid_cb {
    padding: 10px !important;
    padding-right: 2px !important;
}

.multi-row-head-table #jqGrid2_cb {
    padding: 10px !important;
    padding-right: 2px !important;
}

.multi-row-head-table .frozen-bdiv.ui-jqgrid-bdiv {
    /*top: 48px !important;*/
}

.multi-row-head-table .table>thead:first-child>tr:first-child>th:first-child{
    padding: 20px 0!important;
}

.table.table-bordered>thead>tr>th{
    vertical-align: middle;
}

.ui-pg-table tbody tr:hover td {
    background-color: inherit;
}

.ui-jqgrid-pager {
    background-color: #EFF3F8
}

/*不显示全选按钮*/
.table-single-select .ui-jqgrid-labels input[type=checkbox] {
    display: none;
}

/*.ui-th-column:not(:first-child){
    text-align: center!important;
}*/
.ui-th-column {
    text-align: center;
}

/*header部分换行*/
/*th.ui-th-column div{
    white-space:normal !important;
    height:auto !important;
    padding:0px;
}*/
.rownumbers #jqGrid_cb {
    text-align: left !important;
}

.rownumbers #jqGrid2_cb {
    text-align: left !important;
}

.rownumbers #jqGrid3_cb {
    text-align: left !important;
}

.jqgrow td:first-child input[type=checkbox] {
    display: inherit !important;
}

/*.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td{
    white-space: inherit;
}*/
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td a:hover {
    color: inherit;
}

.ui-jqgrid .avatar {
    width: 16px;
    cursor: pointer;
}

.ui-jqgrid input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0 5px 0 0;
}
.ui-jqgrid input[type="text"] {
    height: 20px;
}

.ui-jqgrid .loading {
    left: 45%;
    top: 45%;
    background: url(/img/loading.gif);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    border: none;
}

.ui-common-table button {
    /*margin: 0!important;*/
    /* padding: 0!important;*/
    border: none !important;
    vertical-align: inherit !important;
}

.ui-common-table .label {
    display: inline !important;
}

/*.table-bordered > thead > tr > th,
 .table-bordered{
    border-right: none!important;
}*/
/* 鼠标悬浮背景色对齐校正*/
.frozen-bdiv.ui-jqgrid-bdiv {
    /*top: 39px !important;*/
}

/*modal弹出框显示*/
.popup-jqgrid.multi-row-head-table .frozen-bdiv.ui-jqgrid-bdiv {
    top: 48px !important;
}

.popup-jqgrid .frozen-bdiv.ui-jqgrid-bdiv {
    top: 39px !important;
}

.popup-jqgrid .frozen-div.ui-jqgrid-hdiv {
    height: auto !important;
}
.table>thead>tr{color:#707070;font-weight:400;background:repeat-x #F2F2F2;background-image:-webkit-linear-gradient(top,#f8f8f8 0,#ececec 100%);background-image:-o-linear-gradient(top,#f8f8f8 0,#ececec 100%);background-image:linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0)}

/*排序*/
.order-step {
    width: 25px;
    padding: 0px !important;
    margin: 0px;
}

/*jqgrid ====end*/

pre.normal {
    display: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    background-color: inherit !important;
    border: none !important;
    border-radius: inherit !important;
    font-family: inherit !important;
    text-align: left;
}

.badge {
    padding: 1px 5px;
    line-height: 15px;
    opacity: .75;
    vertical-align: initial;
}