﻿html, body, button, fieldset, input, label, legend, option, select, textarea {
    color: #333;
    font-size: 12px;
    font-family: 'Microsoft YaHei',Arial,Tahoma,Verdana,Sans-serif;
}

.non-flow-body {
    min-width: 980px;
}

.col-md-2 {
    display: inline-block;
    min-width: 150px;
}

.col-md-10 {
    display: inline-block;
    min-width: 200px;
}

form {
    padding-bottom: 40px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .container {
        width: 100%;
    }
}

@media (min-width:992px) {
    .container {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .container {
        width: 100%;
    }
}

.row {
    padding-right: 15px;
    padding-left: 15px;
}

.form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
}

.form-control { /*padding:3px 6px;height:30px;*/
    max-width: 280px;
}

.col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input[type=checkbox], input[type=radio] {
    margin: unset;
    vertical-align: middle;
    opacity: 0.8;
}

li {
    list-style: none;
}

label {
    font-weight: 400;
}

.label {
    font-weight: 400;
}

.control-label {
    padding-top: 5px;
    min-width: 80px;
    color: #777;
}

.fixed-label {
    width: 150px;
}

.value-label {
    display: block;
    min-height: 25px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-align: left !important;
}

.control-checkbox {
    margin-top: 5px !important;
    width: 16px;
    height: 16px;
}

.btn-default { /*padding:3px 6px;height:30px;*/
    min-width: 70px;
}

.btn-primary { /*padding:3px 6px;height:30px;*/
    min-width: 70px;
}

.title {
    font-size: 14px;
}

.navbar-title {
    margin-bottom: 2px;
    height: 30px;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    line-height: 30px;
}

.nav-menu-item {
    height: 30px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    vertical-align: middle;
    line-height: 30px;
}

.nav-menu-item a {
    display: inline-block;
    width: 100%;
}

.nav-menu-item a .badge {
    margin-top: 6px;
    background-color: #ddd;
}

.menu-horizontal {
    padding-left: 0px;
}

.menu-horizontal li {
    float: left;
}

.menu-item {
    display: inline-block;
    padding-left: 10px;
    height: 50px;
    min-width: 50px;
    color: #eee;
    line-height: 50px;
}

.selected a .badge {
    background-color: #7cb4e4;
}

.querybar {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ddd;
}

.search-label {
    margin-left: 4px;
    color: #555;
}

.search-box {
    padding: 4px 4px;
    width: 130px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    color: #555;
    line-height: 30px;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.toolbar {
    padding-top: 2px;
    padding-bottom: 10px;
}

.table {
    font-size: 12px;
}

.table th {
    border-top: 1px solid #eee !important;
    font-weight: 700;
}

.table tr {
    border-bottom: 1px solid #eee;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
    border-top: 1px solid #eee;
    vertical-align: middle;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table-bordered th {
    text-align: center;
}

.table-bordered td {
    text-align: center;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #87ceeb !important;
}

.page-container {
    text-align: left;
}

.header {
    height: 50px;
    background-color: #409eff;
}

.page-control #PageSize {
    width: 60px;
}

.page-control #PageIndex {
    width: 60px;
}

.account-dropdown-menu {
    min-width: 100px;
    background-color: #409eff;
}

.account-dropdown-menu > li > a {
    color: #eee;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
}

.logo-banner {
    display: inline-block;
    padding: 0px;
    width: 200px;
    height: 50px;
    max-height: none;
    background: transparent url('../images/logo_banner.png') center no-repeat;
}

.logo-banner2 {
    padding: 4px;
    width: 412px;
    height: 76px;
    border: 1px solid #87ceeb;
    border-radius: 10px;
    background: transparent url('../Images/Logo_Bg.png') center no-repeat;
    color: red;
    font-weight: 700;
    font-size: 28px;
}

.account-panel {
    float: right;
    padding-right: 40px;
    height: 50px;
    line-height: 50px;
}

.account-panel a {
    color: #eee;
    text-decoration: none;
}

.error {
    color: red;
}

.alert {
    margin-bottom: 10px;
    padding: 5px;
}

.textarea-default {
    width: 100%;
    height: 100px !important;
    max-width: none;
}

.message-box {
    margin-bottom: 10px;
    padding-left: 4px;
    border-radius: 4px;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.date-input {
    width: 240px !important;
}

.date-sign {
    top: 0;
    width: 40px;
    height: 34px;
}

.input-icon-group {
    position: relative;
}

.input-icon-group {
    position: relative;
}

.input-icon-group .icon {
    position: absolute;
    left: 4px;
    z-index: 10;
    color: #aaa;
    font-size: 16px;
    line-height: 34px;
}

.input-icon-group .input {
    padding-left: 24px;
}

.Wdate {
    padding: 6px 12px;
    width: 180px;
    height: 30px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    color: #555;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.pagination {
    display: block;
    margin: 0 0;
    height: 26px;
    line-height: 26px;
}

.pagination input {
    height: 26px;
}

.pagination span {
    display: inline-block;
    height: 26px;
    text-align: center;
    line-height: 26px;
}

.pagination a {
    display: inline-block;
    height: 26px;
    text-decoration: none;
    line-height: 26px;
}

.pagination > li > a, .pagination > li > span {
    line-height: 1em;
}

.pagination a[disabled] {
    border-color: #ddd;
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

.pagination span.active {
    z-index: 2;
    border-color: #58a9ef;
    background-color: #58a9ef;
    color: #fff;
    cursor: default;
}

.device-item-icon {
    margin-left: 4px;
    width: auto;
    height: 32px;
}

.device-item-data {
    display: inline-block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
}

.device-item-data .data-label {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 12px;
    word-break: break-all;
}

.status-red {
    background: transparent url('../images/redcircle.png') center no-repeat;
    background-size: 32px 32px;
}

.status-green {
    background: transparent url('../images/greencircle.png') center no-repeat;
    background-size: 32px 32px;
}

.status-blue {
    background: url('../images/bluecircle.png') center no-repeat;
    background-size: 32px 32px;
}

.status-yellow {
    background: transparent url('../images/yellowcircle.png') center no-repeat;
    background-size: 32px 32px;
    color: #000;
}

.status-purple {
    background: transparent url('../images/purplecircle.png') center no-repeat;
    background-size: 32px 32px;
}

.status-standby {
    background: transparent url('../images/shutdown.png') center no-repeat;
    background-size: 32px 32px;
    border-radius: unset;
}

.color-block {
    height: 120px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 120px;
}

.button-block {
    display: inline-block;
    margin-left: 10px;
    padding: 4px;
    height: 60px;
    border-radius: 6px;
    color: #333;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.button-block:hover {
    background-color: #e6e6e6;
    color: #333;
}

.button-block img {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
}

.label-block {
    display: inline-block;
    padding-top: 36px;
    height: 60px;
    color: #333;
    font-weight: 700;
}

.bar {
    clear: both;
}

.bar-body {
    float: left;
    clear: both;
    padding-left: 6px;
    height: 40px;
    min-width: 800px;
    border-top: 1px solid #87ceeb;
    border-left: 1px solid #87ceeb;
    line-height: 40px;
}

.bar-radius {
    float: left;
    width: 20px;
    height: 40px;
    background: transparent url('../images/barradius.png') left no-repeat;
}
