* {
    color: #adbac7;
    font-size: 12px;
}

main > .container {
    padding: 5px 15px 20px;
}

.footer {
    background-color: #2d333b;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

body {
    /* background-color: #fffee2;*/
    background-color: #22272e;
}

.search_input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #54381e;
    background-color: #2d333b;
}

.search_input:focus {
    border: 1px solid #644c30 !important;
}

.container {
    margin: 0 !important;
    max-width: 100% !important;
}

.row {
    margin-right: 0 !important;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

.ke-container {
    border: 1px solid #b59f68 !important;
    background-color: #ffffff !important;
    width: 100% !important;
}

.ke-toolbar, .ke-statusbar {
    background-color: #ffffff !important;
}

#tree {
    color: #628890 !important
}

.hide {
    display: none !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #628890 !important;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #7d5d3b !important;
}

pre {
    margin: 0 !important;
}

.pre-code {
    border: 1px solid #37404c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.pre-menu {
    background-color: #37404c;
    padding: 2px;
    height: 24px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pre-menu-name {
    float: left;
    color: #22272e;
    font-weight: bold;
    font-size: 8px;
    margin: 4px;
    text-transform: uppercase;

}

.hljs-ln-numbers {
    text-align: right;
    border-right: 1px solid #37404c;
    color: #22272e;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 10px;
    padding: 0 5px !important;
}

.hljs-ln-code {
    padding-left: 8px !important;
}

.hljs-ln {
    width: 100%;
}

.hljs-buttons {
    float: right;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
    background-color: #7d5d3b;
    border-radius: 3px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #f2e6b9;
    font-size: 10px;
    padding: 1px 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
}

.hljs-buttons:hover {
    background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
    background-color: #634b30;
    color: #fff;
    text-decoration: none;
}

.hljs-buttons:active {
    position: relative;
    top: 1px;
}

.btn_editor {
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
    background-color: #7d5d3b;
    border-radius: 3px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #f2e6b9;
    font-size: 16px;
    padding: 2px 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
}

.btn_editor:hover {
    background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
    background-color: #634b30;
    color: #fff;
    text-decoration: none;
}

.btn_editor:active {
    position: relative;
    top: 1px;
}

.ta-r {
    text-align: right;
}

.ke-edit-iframe pre {
    background-color: #4d3534 !important;
}

.hljs {
    background-color: #2d333b !important;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.bg-dark {
    background-color: #2d333b !important;
}

#content_data {
    border-top: solid 1px #2d333b;
    padding-top: 20px;
}

table {
    border-collapse: collapse;
    border: 1px solid #2d333b;
}

td {
    border-color: #2d333b;
    padding: 2px 4px;
}

h1 {
    border-bottom: 3px solid #2d333b;
    margin-bottom: 15px;
}

h2 {
    border-bottom: 2px solid #2d333b;
    margin-bottom: 10px;
}

h3 {
    border-bottom: 1px solid #2d333b;
    margin-bottom: 5px;
}

.span-password {
    cursor: grab;
}

#content_data img {
    border: solid 2px #2d333b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
}