html body {
    /*height: 100%;*/
    /*min-width: 1280px;*/
    /*overflow-x: auto;*/
}

.fixed .wrapper {
    overflow: initial;
}

.report_water_saver {
    overflow-x: auto;
    min-width: 1600px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*.grid-view td {*/
/*    white-space: nowrap;*/
/*}*/

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}


/* 计划选择每周，每月频率时的select2样式 */
.select2_month_monthday .select2-results__options {
    width: 420px;
}

.select2_month_monthday .select2-results__option {
    width: 60px;
    float: left;
    text-align: center;
}


.select2_month_weekday .select2-results__options {
    width: 560px;
}

.select2_month_weekday .select2-results__option {
    width: 75px;
    float: left;
    text-align: center;
}


.img-list1 {
    max-width: 200px;
    margin: 5px;
    word-break: break-all;
}

/*.entry-box{
    position: absolute;
    right: 160px;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    width: 300px;
    margin: 0;
}*/
.login-page {
    background-image: url(../img/background1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh !important;
}

.login-page.site-electric {
    background-image: url(../img/background-electric.jpg);
    backdrop-filter: blur(10px);
}

.login-page.site-water {
    background-image: url(../img/background-water.jpg);
    backdrop-filter: blur(10px);
}

.login-logo {
    font-size: 24px;
}

.login-logo a {
    color: #fff;
}


.box-info1 {
    text-align: center;
    background: #fff;
    border: 1px solid #d2d6de;
}

.box-info1 h1 {
    font-size: 2.4rem;
}


.box-info1 h2 {
    font-size: 2.4rem;
}

.text1 {
    max-width: 200px
}

.grid-view .row {
    margin-right: 0;
    margin-left: 0;
}

.main-header .logo {
    font-size: 14px;
    padding: 0 5px;
}

.dataTable.table > tbody > tr > td {
    vertical-align: middle;
}

.required > label:after {
    content: "*";
    color: red;
    padding: 0 5px;
}

.full-iframe {
    border: none;
    width: 100%;
    height: 100%;
    position: fixed;
}


/* ajaxbox 相关 */
.box.box-none {
    border-top: none;
    margin-bottom: 0;
    box-shadow: none;
    background: none;
}

.box.box-none > .box-header {
    display: none;
}

.box.box-none > .box-body {
    padding: 0;
}

.box-block {
    min-height: 320px;
}

.chart-container {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
    background: #fff;
}

.chart-container-column {
    /*min-width: 300px;*/
    margin-bottom: 0;
}

.part-water-saver-data-center table th {
    white-space: pre;
}

/*左侧菜单固定*/
/*.logo {*/
/*    position: fixed;*/
/*}*/

.main-sidebar {
    position: fixed;
    /*padding-top: 0;*/
    /*margin-top: 50px;*/
    /*overflow: scroll;*/
    height: 100%;
}

.sidebar {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}


.table-bordered-dark1 {
    border: 1px solid #999;
}

.table-bordered-dark1 > thead > tr > th, .table-bordered-dark1 > tbody > tr > th, .table-bordered-dark1 > tfoot > tr > th, .table-bordered-dark1 > thead > tr > td, .table-bordered-dark1 > tbody > tr > td, .table-bordered-dark1 > tfoot > tr > td {
    border: 1px solid #999;
}

.table-bordered-dark1 > thead > tr > th.border-bottom-show {
    border-bottom: 1px solid #999;
}

.table-bordered-dark1 > tbody + tbody {
    border-top: 2px solid #999;
}

.table-bordered-dark1 .kv-table-caption {
    border: 1px solid #999;
    border-bottom: none;
}

.table-th-blue th {
    /*background-color: #00c0ef69;*/
    background-color: #96E5F8;
}

.table-th-blue .filters td {
    background-color: #fff;
}

.table-th-blue {
    table-layout: fixed;
}

.table-th-blue th, .table-th-blue td {
    white-space: normal;
}

.table-th-blue .kv-table-header {
    background: none;
}

.table-th-blue > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.table-th-blue th {
    text-align: center;
}

.kv-grid-container {
    padding-bottom: 1px;
}


.margin-top-0 {
    margin-top: 0;
}


.box-loading-chart {
    height: 685px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
}

.flex-col {
    display: flex;
}

.flex-box {
    display: flex;
    flex-direction: column;
}

.flex-box .box-body {
    flex: 1;
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}


.dynamicform_wrapper .help-block {
    height: 1.5em;
    line-height: 1.5;
}

.kv-panel-before {
    position: sticky;
    background-color: #fff;
    z-index: 1;
}

.kv-panel-pager {
    text-align: right;
    height: auto;
}

.panel .table {
    margin-bottom: 0;
}

.pagination {
    vertical-align: middle;
}

/*table > tbody > tr > td.action-content{*/
/*    font-size: 0;*/
/*    padding: 4px;*/
/*}*/
/*table > tbody > tr > td.action-content > *{*/
/*    margin: 4px;*/
/*}*/

.sidebar-menu {
    white-space: normal;
}

.stickyBottom {
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.kv-drp-dropdown .left-ind, .kv-drp-dropdown .right-ind {
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv-drp-dropdown .range-value {
    padding-left: 3.5rem;
}

.kv-drp-dropdown .kv-clear {
    right: 2.2rem;
    font-size: 2.2rem;
    height: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

/*选择语言下拉菜单*/
.open > .dropdown-menu-flex {
    display: flex;
    flex-direction: column;
}

.dropdown-menu-flex > li {
    display: flex;
}

.dropdown-menu-flex > li > a {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.dropdown-menu-flex > li > * {
    flex: 1;
}

.dropdown-menu-flex > li.divider {
    margin: 5px 0;
}

.table-row.table > thead > tr > th,
.table-row.table > tbody > tr > td {
    padding: 0;
    vertical-align: middle;
}

.table-row .row {
    /*border-left: 1px solid #999;*/
}

.table-row .row > div {
    border-left: 1px solid #999;
    padding: 8px;
}

.table-row .row > div:nth-child(1) {
    border-left: none;
}
.table-row .box-block{
    min-height: 336px;
}

.box-flex {
    display: flex;
    flex-direction: column;
    min-height: 336px;
}

.box-flex .box-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.box-flex .box-body .row {
    display: flex;
    flex: 1;
}

.box-flex .box-body .row > div {
    /*min-height: 336px;*/
    justify-content: center;
    align-items: center;
    display: flex;
}

.box-flex-0{
    min-height: auto;
}

.row-flex-cus{
    display: flex;
    flex-direction: row;
}

.col-flex-cus{
    display: flex;
    align-items: center;
    justify-content: center;
}