body {
    padding: 0 !important;
    margin: 0 !important;
}

body::-webkit-scrollbar {
    display: none;
}

.status-header {
    min-width: 205px !important;
}

em {
    background-color: yellow;
    font-style: normal;
}

em.highlight-dark {
    color: black;
}

.bold {
    font-weight: bold;
}

.float-right {
    float: right !important;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.ql-showHtml:after {
    content: "[source]";
}

.v-tabs__div {
    font-size: 16px;
}

th.checkbox {
    width: 10px;
}

.logo {
    height: 39px;
    margin: 10px 3px 5px 4px !important
}


.full-screen {
    background: white;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100vh;
}

.float-control-panel {
    position: absolute;
    top: 0;
    margin: 10px;
}

.v-dialog {
    max-height: 100% !important;
}

.full-height-card > .v-card__text {
    height: calc(100vh - 124px) !important;
    overflow-y: auto;
    background: linear-gradient(#ffffff, #ffffff),
    linear-gradient(#ffffff, #ffffff) 0 100%,
    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)),
    radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-attachment: local, local, scroll, scroll;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
}

.viewer-frame {
    height: 100%;
    width: 100%;
    border: none;
    padding: 0;
}

.bug_report {
    height: 100%;
    width: 100%;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.breadcrumb {
    color: black;
    font-size: 15px;
}

.breadcrumb .label:hover {
    text-decoration: underline;
}

.feature-popup {
    padding: 20px;
    background: white;
    color: black;
    border-radius: 5px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5) !important;
}

.comment-row {
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #959595;
    border-radius: 3px;
}

.comment-info {
    display: inline-block;
}

.comment-author {
    min-width: 230px;
    color: #353535;
}

.comment-author .v-avatar {
    margin-right: 10px;
    display: inline-block;
}

.v-list--dense .v-avatar {
    /*min-height: 25px;*/
    height: content-box !important;
    width: content-box !important;
}

.comment-body {
    padding: 10px 0;
    width: 100%;
}

.comment-date {
    color: gray;
    font-size: 12px;
}

.comment-author .v-avatar {
    vertical-align: top;
}

.v-avatar {
    overflow: visible !important;
}

.headline-row {
    font-size: 20px !important;
    padding: 10px 12px;
}

.simple-row-controls {
    text-align: right;
}

.simple-row-footer-controls {
    text-align: right;
    position: absolute;
    right: 10px;
    z-index: 1;
    width: max-content;
    bottom: 13px;
}

.simple-row-author, .simple-row-chips {
    padding: 7px 20px;
}

.simple-row-author {
    width: max-content;
}

.base-layers-menu {
    bottom: 5px;
    right: 5px;
}

.dataset-description {
    border-left: 1px solid #d6d6d6;
    min-height: 100vh;
    padding: 10px;
}

.widget {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.v-expansion-panel-header--active {
    min-height: 48px !important;
    height: 48px !important;
}

.doc-list-panel {
    position: fixed;
    top: 50px;
    max-width: 100%;
}

.doc-view-panel {
    padding-top: 50px;
}

.doc-frame {
    height: calc(100vh - 90px);
    overflow-y: auto;
    background: white;
}

.header-data-panel {
    width: calc(100% - 48px - 36px);
    position: fixed;
    height: 50px;
    background: #F5F5F5;
    padding: 5px 10px;
    border-bottom: 1px solid #cfcfd0;
    overflow: hidden !important;
}

.project-expanded .header-data-panel {
    width: calc(100% - 48px - 280px);
}

.navigation-panel {
    width: 280px;
    position: fixed;
    height: calc(100vh - 50px);
    overflow: auto;
    border-right: solid 1px #d6d2d2;
    background: rgb(248, 248, 248);
}

.view-data-page .v-item-group, .view-data-page .theme--light.v-list,
.page-full-screen .v-item-group, .view-data-page .theme--light.v-list {
    background: none !important;
}

@media only screen and (min-width: 960px) {

    .sticky-panel {
        position: sticky;
        width: 100%;
        position: -webkit-sticky;
        height: max-content;
        top: 72px !important;
        display: flex;
        align-items: center;
    }

}

.type-view-menu {
    background: white;
    box-shadow: 0 5px 5px rgba(117, 117, 117, 0.5);
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.ol-control {
    display: none
}

.map-controls {
    z-index: 200;
    position: absolute;
    right: 5px;
    bottom: 45%;
}

.map-widget-controls {
    z-index: 10002;
    display: none;
    right: 5px;
    bottom: 45%;
}


.relation-data-panel-header {
    text-align: left;
    font-size: 16px;
    color: black;
}

.c-text {
    color: #4c4c4c;
    font-size: 14px;
}

.small-checkbox .v-input__control {
    margin: 0 !important;
}

.small-checkbox .v-label {
    font-size: 14px;
    color: black !important;
}

.small-checkbox .v-messages {
    display: none;
}

.small-checkbox .v-input__slot {
    padding: 0 !important;
    margin-bottom: 8px !important;
}

#map-info-panel .v-speed-dial {
    position: absolute;
    z-index: 200;
}

#map-info-panel .v-btn--floating {
    position: relative;
    z-index: 1001;
}

#map-info-panel h3 {
    padding-top: 15px;
    padding-left: 24px;
}

.v-autocomplete__content {
    z-index: 2000 !important;
}

.v-expansion-panel .v-list {
    background: none !important;
}

.simple-data-row-body {
    max-height: 130px;
    overflow-y: hidden
}

.docx-wrapper {
    padding: 5px 30px;
    justify-content: center;
}

.doc-body img {
    max-width: 500px;
}

.doc-body {
    width: 100%;
    overflow: auto;
}

#doc table {
    border-collapse: collapse;
}

#doc th {
    background: #fc0;
    text-align: left;
}

#doc td {
    background: #fff;
    text-align: center;
}

#doc th, #doc td {
    border: 1px solid black;
    padding: 4px;
}

.html-fullscreen-editor #quill-container {
    height: calc(100vh - 100px);
    border: none;
}

.html-fullscreen-editor .ql-toolbar {
    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.doc-progress-loader {
    height: 7px;
    position: fixed !important;
    width: 100%;
    bottom: 0;
    z-index: 2000;
}

.custom-breadcrumbs {
    width: 100%;
    z-index: 2000 !important;
    background: #1465c0;
    padding: 10px;
}

#doc-nav-bar .v-tabs-slider-wrapper {
    display: none;
}

#doc-nav-bar .v-slide-group__prev {
    display: none;
}

#doc-nav-bar .v-tab {
    margin-left: 5px;
    width: 40px;
    min-width: 40px;
    height: 40px;
}

#doc-nav-bar .v-tab--active .v-icon, #doc-nav-bar .v-icon {
    color: #636363 !important;
}

#doc-nav-bar .active-class .v-icon {
    color: inherit !important;
}

.vdd-added {
    color: green;
}

.vdd-removed {
    color: red;
}

.highlight {
    background: red;
    color: white;
}

.item-description-block img {
    max-width: 90%;
}

.doc-details-panel .v-navigation-drawer__border {
    display: none;
}

.v-treeview-node__label {
    width: 100px;
    word-wrap: break-word;
}

.v-treeview-node__root {
    min-height: 34px !important;
    height: auto !important;
    padding: 5px 2px 5px 0;
}

.v-navigation-drawer__border {
    display: none;
}

.feature-popup {
    padding: 0 !important;
}

.view-data-page {
    min-height: 100%
}

.html-content img {
    max-width: 100%;
}

.v-list__tile {
    padding-left: 24px !important;
    font-size: 14px !important;
}

.search-result-row:hover {
    background: rgba(239, 239, 239, 0.23) !important;
}

.router-link {
    font-size: 15px;
    text-decoration: none;
}

.router-link:hover {
    text-decoration: underline;
}

.v-card__text {
    padding-top: 20px !important;
    color: black !important;
}

.v-list {
    padding: 0 !important;
}

.custom-sm-card {
    text-align: center;
    padding: 20px;
    transition: .2s;
}

.v-expansion-panel-content__wrap {
    padding: 0 !important;
}

.pointer {
    cursor: pointer;
}

.project-avatar {
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    text-align: center;
    vertical-align: center;
    color: white;
    transition: 0.1s;
}

.v-breadcrumbs {
    padding: 3px 0 3px 0 !important;
    display: inline !important;
}

.input-filter {
    height: 31px;
    display: inline-block !important;
    width: auto !important;
    white-space: nowrap;
    min-width: 175px !important;
    max-width: 280px !important;
    font-size: 14px !important;
}

.input-filter input {
    margin-left: 5px;
    width: 5px !important;
}

.input-filter label {
    font-size: 14px !important;
}

.input-filter > .v-input__control > .v-input__slot:before, .input-filter s {
    border: none !important;
}

.inline-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.data-list-table {
    background: none;
    height: calc(100vh - 86px);
    width: calc(100% - 36px) !important;
    overflow-y: auto;
    background: none !important;
}

.project-expanded .data-list-table {
    width: calc(100% - 280px) !important;
}

.input-header input {
    font-size: 25px !important;
}

.input-header > .v-input__control > .v-input__slot:before, .input-filter s,
.simple-input > .v-input__control > .v-input__slot:before, .input-filter s {
    border: none !important;
}

.v-application code {
    box-shadow: none !important;
    background: none !important;
}

.language-js::before {
    display: none;
}

.v-btn {
    text-transform: none !important;
}

.v-application code, .v-application kbd {
    font-size: 100% !important;
}

.v-list-item {
    padding: 0 12px !important;
}

.filepond--drop-label {
    min-height: 310px !important;
}

#map-viewer {
    width: 100%;
    height: 100%;
}

.page-full-screen {
    padding: 0 !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 48px;
}

.split-screen-mode .navigation-panel {
    height: 100%;
}

.split-screen-mode .doc-frame {
    height: calc(100vh - 40px);
}

.page-full-screen .navigation-panel,
.page-full-screen .doc-frame {
    height: 100vh;
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined):focus:before {
    opacity: 0 !important;
}

#project-data-bar {
    height: 100vh;
    width: 280px;
    position: fixed;
}

.second-color {
    color: #d6d6d6;
    background: #38393f !important;
}

#drive-header-panel {
    background: #38393f;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    color: white;
    height: 80px;
    width: 100%;
}

.filepond--drop-label {
    background: #f3f3f3;
    border-radius: 4px;
    border: 1px gray dashed;
}

.filepond--drop-label:hover {
    background: #e8e8e8;
}

.full-width {
    width: 100% !important;
}

.v-text-field.v-input--dense .v-input__append-inner .v-input__icon > .v-icon {
    margin: 0 !important;
}

.v-text-field.v-input--dense .v-input__prepend-inner .v-input__icon > .v-icon {
    margin: 0 !important;
}

.v-bottom-sheet > .v-card {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.codex-editor__redactor {
    padding: 0 !important;
}

.hide-input input {
    display: none !important;
}

.v-list-item--dense .v-list-item__avatar {
    width: max-content !important;
    padding: 1px;
    height: max-content !important;
    min-width: 5px !important;
}

.hide-text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.language-js {
    width: max-content !important;
    overflow: auto;
}

#login-card {
    padding: 20px;
}

.issue-view-container {
    width: 100%;
    padding-right: 58px;
    padding-left: 8px;
}

.issue-view-content {
    max-width: 650px;
    margin: 0 auto;
}

.minimized-panel {
    cursor: pointer;
    border-right: solid 1px #d6d2d2;
    min-height: calc(100vh - 80px);
}

.minimized-panel-label {
    transform: rotate(90deg);
}

@media only screen and (max-width: 600px) {
    .issue-view-container {
        width: 100%;
        padding: 0 5px;
    }

    .doc-list-panel > div {
        border: none !important;
    }

    .doc-frame {
        height: calc(100vh - 96px);
    }

    .page-full-screen .navigation-panel, .page-full-screen .doc-frame {
        height: calc(100vh - 56px);
    }

    .header-data-panel {
        width: 100% !important;
        border: none !important;
        background: #F5F5F5;
        color: white;
        overflow: visible;
    }

    .doc-view-panel {
        padding: 0 !important;
        height: calc(100vh - 56px);
    }

    .page-full-screen {
        left: 0;
    }

    .data-list-table {
        height: calc(100vh - 142px);
        overflow-y: auto;
        background: none !important;
    }

    .project-expanded .data-list-table {
        width: calc(100%) !important;
    }

    .doc-list-panel {
        width: 100% !important;
        padding: 0 !important;
        border: none !important;
        position: relative;
    }

    .router-view {
        padding: 0 !important;
        margin: 0 !important;
    }

    .container {
        padding: 8px !important;
    }

    #login-card {
        border: none;
        padding: 0;
    }

    .base-layers-menu {
        bottom: 65px !important;
        right: 5px;
        position: fixed !important;
    }

    .map-controls {
        bottom: 35%;
    }

    .map-setting-panel {
        width: 100%;
    }

    .simple-row-chips {
        overflow-x: auto;
        padding: 10px 5px;
    }

    .simple-row-author {
        padding: 10px 15px;
    }

    .simple-row-footer-controls {
        width: 100% !important;
        padding: 10px 0;
        background: none;
        position: relative !important;
    }

    .simple-row-controls {
        text-align: left;
        width: 100%;
        background: #f3f3f3;
    }

    .toggle-map-panel-mobil, .back-btn {
        z-index: 1002;
        width: calc(47% - 20px);
        position: absolute !important;
        bottom: 10px;
        border-radius: 19px !important;
    }

    .toggle-map-panel-mobil {
        right: 20px;
    }

    .back-btn {
        left: 20px;
    }

    .btn-list-panel {
        width: 30px;
    }

    .btn-list-panel .v-icon {
        width: 28px !important;
    }

    #project-data-bar {
        min-height: calc(100vh - 56px);
        height: max-content;
        width: 100%;
        position: relative;
    }

    .scroll-down-button {
        bottom: 116px !important;
    }
}

.scroll-down-button {
    position: fixed !important;
    right: 20px;
    bottom: 80px;
}

.simple-link {
    color: #424242 !important;
}

.simple-link:hover {
    color: #1465c0 !important;
}

.split-horizontal {
    position: relative;
}

.full-height {
    height: 100vh;
}

.chat-item-border-bottom {
    border-bottom: solid rgba(0, 0, 0, 0.12) 1px;
    height: 68px
}

.without-background {
    background: none !important;
}

.simple-input:hover {
    background: #f9f9f9;
    border-radius: 5px;
}

.group-input-left .v-input__slot {
    border-radius: 3px 0 0 3px !important;
}

.group-input-right .v-input__slot {
    border-radius: 0 3px 3px 0 !important;
}

.group-input-left {
    background: #f9f9f9
}

.group-input-right fieldset {
    border-left: none !important;
}

.ol-dragzoom {
    z-index: 10000;
    border: 3px solid red;
}

.accent-row {
    background: #F5F5F5;
}

.v-expansion-panel-header {
    min-height: 56px !important;
}