body {
	background-color: #ecf0f5;
	font-weight: 400;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
.description {
	font-size: 18px;
}
.float-right {
    float: right;
}
.menu {
    width: 100%;
    height: 40px;
    background-color: #2c3e50;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 12px;
}

.menu a {
    color: #fff;
    text-decoration: none;
    padding: 0 12px;
    display: inline-block;
    cursor: pointer;
}

.menu a:hover {
    background-color: #34495e;
}

.menu a i {
    margin-right: 8px;
}

.menu-vertical {
    width: 100%;
    max-height: 60vh;
    float: left;
    background-color: #34495e;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    overflow-y: auto;
}

.menu-vertical a {
    color: #FFF;
    text-decoration: none;
    padding: 0 12px;
    display: block;
    cursor: pointer;
}

.menu-vertical a:hover {
    background-color: #2c3e50;
}

.menu-white {
    background-color: #fff;
    color: #000;
}

.menu-white a {
    color: #000;
}

.menu-white a:hover {
    background-color: #ecf0f5;
}

.vehicles-search {
    margin-bottom: 8px;
}

.vehicles-list .menu-vertical {
    margin-bottom: 12px;
}

.vehicles-list, .vehicles-list .menu-vertical {
    max-height: 40vh !important;
}

.vehicles-list-data a {
    cursor: pointer;
}

.server-info-table {
    margin-bottom: 8px !important;
}

.server-info-table tr td:first-child {
    font-weight: bold;
}

.server-info-update {
    display: block;
}

.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
    font-family: Consolas;
}

.CodeMirror-linenumber {
    font-family: Consolas;
}

.CodeMirror {
    height: 42vh;
}

/* use 99% of the screen */
/* .container {
    width: 99%;
} */

.editor-main {
    display: none;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0px;
    }
}

.vehicle-actions .btn {
    text-align: left;
}

.vehicle-actions .btn .large-name-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.page {
    display: none;
}

.page-active {
    display: block;
}

.swal2-popup {
    font-size: 16px !important;
}

.quick-edit-list {
    max-height: 48vh;
    overflow-y: auto;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border: 1px solid #bbb;
}

.unsaved-mark {
    color: red;
}

.force-link {
    cursor: pointer;
}

.full-width {
    width: 100%;
}

.path-browser .confirm-btn {
    width: 60%;
}

.path-list-container {
    max-height: 45vh;
    overflow: auto;
}

.file-list-container {
    max-height: 45vh;
    overflow: auto;
}

.install-result {
    height: 16vh;
    overflow: auto;
}

.no-padding {
    padding: 0px !important;
}

.file-action a {
    margin-right: 8px;
}