@import url("../static/css/bootstrap.min.css");

.wrapper,.panel-body {
    padding-bottom: 0;
}

.img-container {
    overflow-y: scroll;
    border:10px solid #4e5d6c;
    border-right: 0;
    background-color:#4e5d6c;
    position: absolute;
    bottom: 0;
    top: 120px;
    left: 0;
    right: 0;
}

.img-result {
    width: 100%;
    padding-right: 10px;
    margin: auto;
    display: block;
}

#btnSave {
    margin-top: -13px;
}

.x-title {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    margin-bottom:10px;
}
.x-title .x-link {
    cursor: pointer;
    color:#c00;
    text-decoration: underline;
    margin-left: 10px;
}
.x-title .x-link:hover {
    color: #f00;
}
.c-d {
    cursor: default;
    margin-top: 20px;
}
table {
    font-size : 14px;
}
.table>tbody>tr>td {
    word-break: break-all;
    vertical-align: middle !important;
}
th.x-index {
    width:50px;
}
th.x-tt {
    min-width: 260px;
}
th.x-op {
    width:212px;
}
.x-switch {
    font-size: 12px;
    font-weight: normal;
    color: #f00;
    position: relative;
    top: 5px;
}