﻿body {
    font-family: "Microsoft YaHei";
}

span.site-title {
    font-size: 20px;
    vertical-align: central;
    margin-top: 14px;
    display: block;
    white-space: nowrap;
}

.dropdown-skin {
    width: 220px !important;
}

.setings-item {
    width: 200px;
}

.white-bgx {
    background: white;
}

.modalpage {
    background-color: white;
}

.modal-body-container {
    padding: 1px !important;
    height: 450px;
    overflow-y: scroll;
}

@media (min-width:768px) {
    .modal-body-container {
        padding: 1px !important;
        height: 550px;
        overflow-y: visible;
    }
}

.modal-body-iframe {
    height: 100%;
    width: 100%;
    border: 0;
    overflow-x: hidden;
    overflow-y: auto
}

#modalwindow {
    margin-top: 80px;
}

.wbj-brand {
    height: 80px;
    margin-bottom: 10px;
}

.green-nav-bar {
    background: #18bc9c;
}

    .green-nav-bar a {
        color: white !important;
    }

.navbar-header-nofloatsm .navbar-toggle {
    background: #18bc9c;
    border-color: transparent;
}

.footer {
    bottom: 0
}

@media (max-width: 768px) {
    .navbar-header-nofloatsm {
        float: none;
        display: block;
    }
}

td .i-checks {
    padding-top: 0 !important;
    min-height: 20px !important
}

ul.dropdown-withborder {
    border: 1px solid !important;
}

.panel-title:hover {
    cursor: pointer;
}

.jumbotron h1 {
    font-size: 30px !important;
}

.jumbotron h2 {
    font-size: 26px !important;
}

.jumbotron h3 {
    font-size: 22px !important;
}

.jumbotron h4 {
    font-size: 18px !important;
}

.jumbotron p {
    font-size: 16px !important;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.ch {
    min-height: 30px;
    background-color: #eee;
    display: flex;
    align-items: center;
}

.ct {
    min-height: 30px;
    display: flex;
    align-items: center;
}

#slider-controller .slider-handle {
    background: #18bc9c;
}

div.slider-tick.in-selection {
    background-image: linear-gradient(to bottom,#f9f9f9 0,#f9f9f9 100%);
}

div.slider {
    margin-left: 10px;
}

#slider-controller .slider-selection {
    background: #f7f7f7;
}

.tab-content > .tab-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.chart-container {
    padding: 1px !important;
}

.usage-container {
    padding: 2px !important;
    margin: 3px;
}

.form-line {
    height: 50px;
    min-height: 50px;
}

button#command, a.command {
    width: 120px;
}

.page-action .btn
{
    padding-top:0px;
    padding-bottom:0px;
    border-top:0px;
    border-bottom:0px;
    height:21px;
}