.ks-content {
  padding-top: 20px;
  padding-bottom: 40px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  white-space: nowrap;
}

/* header */
.header-wrap {
    max-width: 600px;
    margin: 2em auto 0;
}

h2, h3 {
    text-align: center;
}

/* input box */
#userin {
    display: block;
    width: 80%;
    margin: 40px auto auto;
    padding: 5px 10px;
    border: 1px solid #CCC;
    font-size: 1.5em;
    color: #111;
}

#userin:focus {
    background-color: #CFF;
}

#userin.success {
    background-color: #CF9;
}

#userin.exactmatch {
    background-color: #F66;
    color: #FFF;
}

/* present box */
.present-wrap {
    min-width: 400px;
    max-width: 800px;
    margin: 3em auto 0;
    display: flex;
}

.present-box {
    margin: 0 10px;
    width: 100%;
    border: 1px solid #CCC;
    transition: width 0.1s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* found-list */
.found-list {
    margin: 0;
    padding: 0;
}

.found-list li {
    list-style: none;
    border-bottom: 1px solid #CCC;
    padding: 10px 20px;
    margin: 0;
}

.found-list li:last-of-type {
    margin-bottom: 20px;
}

.found-list li:hover {
    background-color: #EEE;
}

.found-list li.active {
    background-color: #FF9;
}

/* detail info */
.detail-box {
    border: 1px solid #CCC;
    margin: 0;
}

.detail-box p {
    margin: 0;
    padding: 10px 20px;
    line-height: 2em;
}

.detail-box table {
    margin: 0 20px;
    padding-bottom: 20px;
}

.label {
    background-color: #F66;
    color: #FFF;
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 7px;
    margin-right: 10px;
}

/* footer */

#footer {
   padding: 10px; 0;
}

.footer-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #373f48;
    width: 100%;
}

.footer-wrap p {
    margin: 0;
    color: #9d9d9d;
    padding: 2px 10px;
    float: left;
}

.footer-wrap p:last-of-type {
    float: right;
}

strong#guest-pass-msg {
    font-family: Menlo, Consolas, "Source Code Pro", Inconsolata, Monaco, "Courier New";
}

.flask-moment {
    display: none;
}

.body_cmdb {
    margin-left: 50px;
}

.sidebar {
    width: 52px;
    height: 100%;
    background: #2f2f2f;
    white-space: nowrap;
    transition: width 0.5s ;
    position: fixed;
    z-index: 9999;
}

.sidebar:hover {
    width: 200px;
}

.sidebar .item-menu {
    height:50px;
    overflow:hidden;
    color:#fff;
}

.link-active{
    color: red;
    border-bottom: 5px solid red;
}
