﻿/***uimaker***/
.ibtn {
    height: 23px;
    line-height: 23px;
    display: block;
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

    .ibtn img {
        margin-top: 5px;
        float: left;
        padding-right: 7px;
    }

.scbtn {
    width: 62px;
    height: 28px;
    line-height: 28px;
    background: url(../images/btnbg.png) no-repeat center;
    font-size: 12px;
    font-weight: normal;
    font-weight: normal !important;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    behavior: url(js/pie.htc);
    border: 0px;
}
/***首页特有样式***/

html, body, html body, b, div, a, ul, li h1, h2, h3, h4 {
    font-family: 'Microsoft YaHei';
}

.nav-tabs {
    height: 35px;
}

.navbar-container {
    position: relative;
}

.sysTitle {
    color: #fff;
    font-size: 22px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    width: 94%;
}

#SysMainFrame {
    width: 100%;
    /*border: 1px solid #ccc;*/
    border: none;
    border-top: 0px;
    position: relative;
    top: 41px;
}

@media only screen and (max-width: 991px) {
    #SysMainFrame {
        top: 0;
    }
}

.inputWrap {
    width: 50%;
    position: relative;
}

.inputWrapModal {
    width: 75%;
    position: relative;
}

    .inputWrap .Validform_checktip, .inputWrapModal .Validform_checktip {
        position: absolute;
        left: 100%;
        top: 5px;
        line-height: 24px;
    }

.inputWrap .Validform_checktip {
    left: 100%;
}

.inputWrap .Validform_right {
    right: -88px;
}

.inputWrapModal .Validform_checktip {
    left: 100%;
}

.inputWrapModal .Validform_right {
    right: -88px;
    left: 100%;
}


#tmDetails {
    width: 98%;
    margin: 10px auto;
    background-color: #fff;
    border: 1px solid #e7ecf3;
    border-bottom: 1px solid rgba(0,0,0,0.17);
}

.td_label {
    font-weight: bold;
    text-align: right;
    width: 160px;
    background-color: #f5f5f5;
}

.smallImg {
    height: 150px;
    max-width: 600px;
    border: 1px solid #ccc;
    padding: 2px;
    cursor: pointer;
    margin-right: 6px;
    margin-left: 4px;
}

.table tr th:last-child {
    min-width: 180px;
}

.TMmodal .col-sm-6 {
    width: 75%;
}

.TMmodal .inputWrap {
    width: 75%;
}
/*****二级界面特有******/
.MainPage {
    background-color: #fff;
    /*border: 1px solid #e7ecf3;
    border-bottom: 1px solid rgba(0,0,0,0.17);*/
    padding: 12px;
    padding-bottom: 20px;
    min-height: 800px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 0px;
}

.table > thead > tr > th:last-child, .table > tbody > tr > td:last-child {
    border-right-color: #ddd;
}

.table > tbody > tr:last-child > td {
    border-bottom-color: #ddd;
}

.dataTables_wrapper .row:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.row {
    margin-left: 0;
    margin-right: 0px;
}

    .row .tool-padding {
        padding-left: 0;
        padding-right: 0;
    }

#searctTxt {
    padding: 0px;
    height: 27px;
    line-height: 27px;
    border-radius: 0px;
    /*border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    background: url(../images/inputbg.gif) repeat-x;*/
    text-indent: 10px;
    width: 260px;
    font-size: 12px;
}

th {
    text-align: center;
}

#NoResult {
    text-align: left;
}

#dynamic-table_wrapper .row:first-child {
    padding-top: 0px;
    /*margin:0;*/
    height: 0;
}

.dataTable > thead > tr > th.sorting_disabled {
    color: gray;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.dataTables_wrapper .row:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
}

.toolRow {
    margin-top: 0px;
    height: auto;
    overflow: hidden;
    /*background-color: #eff3f8;*/
    height: auto;
    padding-top: 14px;
    margin-bottom: 6px;
    padding-bottom: 0px;
}

    .toolRow .col-xs-9 {
        padding-left: 0px;
    }

    .toolRow .col-xs-3 {
        padding-right: 0px;
    }

.form-horizontal {
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 16px;
    height: 100%;
}

.panel_border {
    background-color: #fff;
    border: 1px solid #e7ecf3;
    border-bottom: 1px solid rgba(0,0,0,0.17);
}

#dynamic-table_paginate {
    margin-right: 0;
}

.dataTables_paginate .pagination {
    margin: 0;
    float: right;
}

.btn-purple {
    background-color: #9889c1;
}

.profile-user-info {
    width: 100%;
}

ol, ul, dd {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

button {
    border: 0px;
}

.tablelist tbody tr td:first-child label, .tablelist thead tr th:first-child label {
    display: block;
    margin: 0 auto 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
}

.tablelist thead tr th:first-child label {
    position: relative;
    top: -9px;
}

.tablelist tbody tr td:first-child label {
    position: relative;
    top: 5px;
}

    .tablelist tbody tr td:first-child label.selected, .tablelist thead tr th:first-child label.selected {
        background: url(/Content/theme/images/right_icon.png) no-repeat center center;
        background-size: 100%;
    }

    .tablelist tbody tr td:first-child label input, .tablelist thead tr th:first-child label input {
        margin: 0px auto;
        display: none;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #5f9ea0;
    border-color: #5f9ea0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px;
}

.label {
    font-size: 12px;
}

.tablelist thead tr th {
    padding: 0px;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: normal;
}
/*****按钮样式******/
.selectBtn {
    background: url("../images/choose.png") 16px center no-repeat;
    background-color: orange;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    right: 0px;
    line-height: 33px;
    padding-right: 14px;
    position: absolute;
    text-indent: 40px;
    top: 1px;
    width: auto;
}

    .selectBtn:hover {
        color: #fff;
        text-decoration: none;
    }

.btnBox {
    margin-top: 10px;
    margin-left: 172px;
    overflow: hidden;
    padding-bottom: 20px;
}

.tabs li a.tabs-inner {
    background: #fafafa;
}

.btnDilog {
    margin-left: 0px;
    position: relative;
    float: right;
    width: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

.btnBox .uibtn {
    margin-right: 6px;
}

.unit {
    display: inline-block;
    float: none;
    font-size: 12px;
    margin-left: 10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 3px;
    padding-right: 3px;
}

.input-group-addon {
    border-left: 0px;
}

#KnowledgeDesc, #AgricultureEventDesc {
    min-height: 450px;
}

.modal-open .modal {
    z-index: 2147483647;
}

.chosen-container > .chosen-single, [class*="chosen-container"] > .chosen-single {
    background: #fff;
    height: 34px;
    line-height: 32px;
    border-color: #d5d5d5;
}

.chosen-container-single .chosen-single div {
    right: 5px;
}

.footer {
    padding-top: 30px;
}

.modal-content {
    box-shadow: 0px 10px 15px #c5c5c5;
}

/*标签页*/
.TabsWrap {
    position: relative;
    top: 0px;
    width: 100%;
    overflow: hidden;
    height: 41px;
    line-height: 41px;
}

#breadcrumbs {
    height: 41px;
    padding-right: 0;
}

    #breadcrumbs .breadcrumb {
        margin: 0;
        width: 100%;
    }

#Tabs {
    width: 10000px;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 4px;
}

.TabsWrap .oper {
    /*background: #fff;*/
    height: 35px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    color: lightcoral;
    z-index: 10;
}

    .TabsWrap .oper i {
        cursor: pointer;
    }

.nav-tabs > li {
    width: auto;
    cursor: pointer;
}

    .nav-tabs > li.active {
        cursor: pointer;
    }

    .nav-tabs > li a {
        text-align: center;
        cursor: pointer;
    }

.closeTab {
    color: #576373;
}

.list_check_ul {
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.li_check {
    display: block;
    float: left;
    height: 26px;
    line-height: 18px;
    border: 1px solid #D6D6D6;
    color: #606060;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 3px;
    margin-top: 3px;
    text-align: left;
    background: url(/Content/theme/images/no_right.png) no-repeat 5px 5px;
    background-color: whitesmoke;
    background-size: 14px 14px;
    text-indent: 18px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    .li_check i {
        margin-right: 5px;
        display: block;
        float: left;
        position: relative;
        top: 3px;
        margin-left: 20px;
        margin-right: 0;
        display: none;
    }

.li_checked {
    /*border-color: #4ba900;
    color: #4ba900;*/
    background-image: url(/Content/theme/images/right.png);
}

.profile-user-info-striped {
    border: 0px;
}

    .profile-user-info-striped .profile-info-name {
        width: 160px;
        background-color: #fff;
        color: #666;
    }

    .profile-user-info-striped .profile-info-value {
        border-top: 1px solid #F7FBFF;
    }

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 4px;
}

.logo {
    height: 24px;
}

.navbar {
    /*background:url(../images/timg.png) repeat;  #3b83e1;*/
    background: #438eb9;
}

.nav-tabs {
    border: none;
}

.navbar-brand .syst {
    text-align: left;
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
}

.inputWrap .date_icon {
    display: block;
    float: right;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
}

    .inputWrap .date_icon i {
        position: relative;
        top: 2px;
    }

.tableTools-container .btn-group .dt-button {
    font-size: 12px;
    color: #666;
}

    .tableTools-container .btn-group .dt-button i {
        margin-right: 3px;
    }

.col-xs-8, .col-xs-4 {
    padding: 0px;
}

.tableTools-container {
    margin-bottom: 0px;
}

.plugin_top_bar {
    background-color: #f5f5f5;
    height: 33px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 33px;
    text-indent: 8px;
    color: black;
    font-size: 14px;
}

.plugin {
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
/***/


.table > thead > tr th {
    background-color: #f5f7f9;
    font-size: 12px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.table-striped > tbody > tr:hover {
    background-color: #e5ebee;
}

.table-bordered {
    border: 1px solid #cbcbcb;
}

input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], 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"], textarea {
    padding: 4px;
}

.inputWrap .date_icon {
    height: 27px;
    font-size: 12px;
}

    .inputWrap .date_icon i {
        top: 0px;
    }

.selectBtn {
    height: 30px;
    line-height: 28px;
    background-color: cadetblue;
}

/***************/
.tablelist {
    border-bottom: 0px;
    border-color: #e0e0e0;
}

    .tablelist tbody tr:nth-child(2n) {
        background-color: #f8f9fa;
    }

    .tablelist tbody tr:hover {
        background-color: #f2f2f2;
    }

body .tablelist > tbody tr td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding-top: 3px 8px 3px 8px;
    font-size: 12px;
    color: #666;
}

.tablelist td .ace-spinner {
    text-indent: 0px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.tablelist th {
    line-height: 33px;
    text-align: center;
    background: none;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.action-buttons a {
    margin: 0px;
}

    .action-buttons a:hover {
        transform: scale(1);
    }

.dataTables_info span {
    display: inline-block;
}

body {
    min-width: 100%;
}

.tableTools-container .ibtn {
    height: 26px;
    line-height: 26px;
    margin-right: 8px;
    border-radius: 0px;
    margin-bottom: 8px;
    color: #fff;
}

    .tableTools-container .ibtn i {
        margin-right: 3px;
    }

.profile-info-value input {
    height: 32px;
    /*border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    background: url(../images/inputbg.gif) repeat-x;*/
    text-indent: 3px;
}

    .profile-info-value input:focus {
        border-color: cornflowerblue;
    }

.profile-info-value .ace-spinner input {
    height: 35px;
}

.profile-info-value textarea {
    min-height: 90px;
    line-height: 18px;
    /*border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    background: url(../images/inputbg.gif) repeat-x;*/
    text-indent: 3px;
}

    .profile-info-value textarea:focus {
        border-color: cornflowerblue;
    }

.clearfix {
    position: relative;
    top: 2px;
}

.btnBox .uibtn {
    padding: 6px 12px;
    /*background: url(../images/btnbg.png) no-repeat;*/
    background: #249e92;
    border-radius: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    float: left;
}

.btnBox .back {
    background: #ffa31c;
}

.btnBox .uibtn .ace-icon {
    text-align: center;
    margin-right: 6px;
    position: relative;
}

.ztree li span {
    display: inline-block;
}

.tablelist td .tablelink {
    text-indent: 0px;
    padding-left: 12px;
    padding-right: 12px;
    z-index: 0;
    font-size: 12px;
    color: #3da2c0;
}

.form-inline .input-group {
    float: right;
}

.tablelink i {
    margin-right: 3px;
    margin-left: 0px;
}

.tablelist .pos-rel .lbl {
    text-indent: 0px;
}

.tableTools-container .ibtn i.green {
    color: #056dae !important;
    color: #056dae;
}

.max {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 40px;
    z-index: 100000;
    background: url(/Content/theme/images/max.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.left {
    width: 250px;
    overflow: hidden;
    float: left;
    /*min-height: 708px;*/
    margin-right: 4px;
    height: 98%;
    border: 1px solid #D7E4EA;
}

.LoginHeader .left {
    border: 0px;
}

.right {
    overflow: hidden;
    border: 1px solid #D7E4EA;
    height: 98%;
}

    .right iframe {
        border: 0px;
        width: 100%;
        margin: 0;
        padding: 0px;
    }

#startTime, #endTime {
    width: 120px;
}

.graph {
    height: 400px;
    width: 100%;
}

.graphWrap {
    padding: 0 1% 20px 1%;
}

.graphTile {
    height: auto;
    width: 98%;
    background-color: #f1ecec;
    margin: 0 auto;
}

    .graphTile .profile-info-name {
        width: 80px;
        padding-right: 0;
    }

    .graphTile .date-picker {
        width: 95px;
    }

.uibtn {
    height: 33px;
    background: url(/Content/theme/images/btnbg.png) no-repeat;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    border: 0px;
    background-size: 100% 100%;
}

.alarmParams {
    margin: 0px;
    padding: 0px;
}

    .alarmParams li {
        display: none;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .alarmParams li span {
            display: inline-block;
            margin-right: 12px;
        }

.graphTile {
    background-color: #e3f0f6;
}

.alarmParams li span i {
    display: inline-block;
    background-size: 100% 100% !important;
    height: 12px;
    width: 12px;
    position: relative;
    left: 3px;
    top: 2px;
}

img#imgPre {
    height: 115px;
    width: auto;
}

.chosen-container-single .chosen-single span {
    color: #858585;
}

.table_foot {
    background-color: #eff3f8;
    height: 52px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

    .table_foot .col-xs-4 {
        padding-left: 12px;
        padding-top: 4px;
    }

    .table_foot .col-xs-8 {
        padding-right: 12px;
    }

.layui-layer-title {
    background-color: steelblue;
}

.auth_buttons {
    margin: 10px;
}

    .auth_buttons td {
        height: auto;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .auth_buttons tr td:first-child {
        width: 200px;
    }

    .auth_buttons input[type=checkbox].ace:checked + .lbl::before, input[type=radio].ace:checked + .lbl::before {
        color: #5ca910;
    }

table.treetable {
    margin-bottom: 10px;
}

.no-skin #navbar .sidebar {
    background-color: #eff3f8;
}

.scbtn {
    background: #249e92;
    border-radius: 0;
    margin-left: 0px;
}

.tablelist th {
    text-indent: 0px;
    text-align: center;
}

#left_tree .nav {
    float: none;
    height: 32px;
    background-color: #249e92;
    line-height: 30px;
    padding-left: 14px;
    color: #fff;
    font-weight: bold;
}

body .ztree li span.button.roots_docu {
    background-position: -79px 0;
}

.commp_search .row:first-child {
    display: none;
}

.commp_search .dataTables_wrapper .row:last-child {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 3px !important;
    margin-top: 0px !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.commp_search #tm_table_processing {
    border: 0px;
    background-color: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    margin: 0px;
    top: 0px;
    line-height: 400px;
    left: 0px;
}

.commp_search .table tbody tr td:last-child {
    text-align: center;
}
