html, body {
    height: 100%
}

body {
    color: #797979;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    background: #f1f2f7;
    font-family: 'Open Sans', sans-serif;
}

a {
    cursor: pointer;
}

p, td, span {
    word-wrap: break-word;
    word-break: break-all;
}

.logo {
    width: 150px;
    height: 50px;
    background: url('../img/logo.png') no-repeat
}

.i-20 {
    height: 20px;
    width: 20px;
}

.i-25-20 {
    height: 20px;
    width: 25px;
}

.i-15 {
    height: 15px;
    width: 15px;
}

.apollo-container {
    min-height: 90%;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
}

.footer {
    width: 100%;
    height: 75px;
    padding-top: 25px;
}

/*panel*/
.panel {
    border: 1px solid #ddd;
}

table th {
    text-align: center;
}

/*首页*/
.site-notice {
    padding: 5px 0;
    text-align: center;
    background-color: #208d4e;
}

.site-notice {
    color: #eee;
}

.site-notice a {
    color: #ffffff;
}

.site-notice a:hover {
    text-underline: none;
}

.site-notice .selected {
    color: #000000;
}

.site-header {
    position: relative;
    text-align: center;
    background-color: #27AE60;
    color: #fff;
    margin-bottom: 0;
}

.site-header .search {
    border: 2px solid #27AE60;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 0;
    height: auto;
    text-align: center;
}

.site-header h1 {
    font-size: 56px;
    text-shadow: -5px 5px 0 rgba(0, 0, 0, 0.1);
}

.site-header span {
    font-size: 14px;
}

.list-group {
    margin-top: 20px;
}

.node-treeview {
    color: #797979;
}

.apps .apps-description {
    color: gray;
    font-family: "Apple Color Emoji";
    font-size: 16px;
}

.app {
    padding-bottom: 75px;
    overflow: hidden;
}

.app td, th {
    display: table-cell;
    vertical-align: inherit;
}

.project-info {
    width: 100%;
}

.panel-heading {
    border-color: #eff2f7;
    font-size: 16px;
    font-weight: 300;
}

.project-info th {
    text-align: right;
    padding: 4px 6px;
    white-space: nowrap;
}

.project-info td {
    border-bottom: 1px dotted gray;
    padding: 4px 6px;
}

#config-info {
    min-height: 500px;
}

#config-info .nav {
    background-color: #f5f5f5;
}

#config-edit {
    border: 1px solid #ddd;
    border-radius: 3px;
}

#config-edit .panel-heading {
    border-bottom: 1px solid #ddd;
}

.tocify-header {
    font-size: 14px;
}

.tocify-subheader {
    font-size: 13px;
}

.config-item-container {
    padding-top: 19px;
}

.config-item-container .panel {
    border-radius: 0px;
}

.config-item-container .panel-heading b {
    font-size: 18px;
}

.config-item-container .panel-heading .badge {
    padding: 1px 4px;
    background: #ffffff;
    color: #0f0f0f;
}

.config-item-container .form-control[disabled] {
    background: #ffffff;
    border: 0px;
}

.config-item-container .config-items {
    height: 500px;
    overflow: scroll;
}

.namespace-view-table {

}

.namespace-view-table table {
    table-layout: inherit;
}

.namespace-view-table td {
    word-wrap: break-word;
}

.namespace-view-table .glyphicon {
    cursor: pointer;
}

.history-view {
    padding: 50px 20px;

}

.history-view .commit {
    padding: 5px 15px;
    border: 1px solid #ddd;
}

.history-view img {
    position: absolute;
    left: -28px;
}

.history-view .media .row {
    padding-left: 35px;
}

.history-view .list {
    position: relative;
    border-left: 3px solid #ddd;
}

.line {
    width: 20px;
    border: 1px solid #ddd;
}

.editable-table > tbody > tr > td {
    padding: 4px
}

.editable-text {
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}

.editable-table tbody > tr > td > .controls {
/ / width: 100 %
}

.editable-input {
    padding-left: 3px;
}

.editable-input.input-sm {
    height: 30px;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.list-group-item .btn-title {
    color: gray;
    font-family: "Apple Color Emoji";
    font-size: 16px;
}

/*搜索框*/
::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb:vertical {
    background: rgba(255, 255, 255, 0);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: rgba(255, 255, 255, 0);
}

.app-list {
    width: 350px;
    height: 200px;
    position: absolute;
    margin-left: 0px;
    background: #ffffff;
    border: 1px solid #ddd;
    overflow-y: scroll;
    z-index: 1000;
}

.app-list .app-item {
    font-size: medium;
    padding: 5px 10px;

}

.app-list .app-item:hover {
    color: #ffffff;
    background: #C3C3C3;
}

.app-list .app-selected {
    color: #ffffff;
    background: #c3c3c3;
}