/*region General*/

.teo-mr-3 {
    margin-right: 0.75rem !important;
}

.teo-mr-4 {
    margin-right: 1rem !important;
}

.teo-mr-5 {
    margin-right: 1.25rem !important;
}

.teo-mr-6 {
    margin-right: 1.5rem !important;
}

.teo-mr-7 {
    margin-right: 1.75rem !important;
}

.teo-z-index-1200 {
    z-index: 1200 !important;
}

.teo-z-index-120000 {
    z-index: 120000 !important;
}

.teo-z-index-1100 {
    z-index: 1100 !important;
}

.teo-z-index-9 {
    z-index: 9 !important;
}

.teo-z-index-111 {
    z-index: 111 !important;
}

.teo-framework-map {
    z-index: 1;
}

.cesium-widget-credits {
    display: none !important;
}

.teo-rotate-180 {
    transform: rotate(180deg);
    transition: transform 1s !important;
}

.rotate-90 {
    transition: transform 150ms ease-in-out;
    transform: rotate(90deg);
}

.ck-editor__editable {
    min-height: 500px !important;
}

.teo-measure-button-header {
    width: 40px;
    height: 40px;
}

.teo-measure-button-header img {
    width: 18px;
    height: 18px;
}

.teo-graphic-view-button {
    height: 35px !important;
}

.teo-drawing-tool-button:hover .text-white-hover {
    color: white !important;
}

.bg-transparent {
    background-color: transparent;
}

.box-shadow-none {
    box-shadow: none !important;
}

.accordion-button:hover {
    background-color: #FFFFFF !important;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    text-align: right !important;
    margin-right: 1rem !important;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
    font-weight: bolder !important;
    color: var(--bs-primary) !important;
}

.bootstrap-table .page-jump-to .btn-icon {
    margin-left: 0.1rem !important;
    margin-right: 0 !important;

}

.bootstrap-table .page-jumpt-to .form-control {
    border-radius: .475rem !important
}

.bootstrap-table .fixed-table-loading {
    display: none !important;
}

.bootstrap-table .fixed-table-toolbar {
    margin-bottom: 0.20rem !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.h-0 {
    height: 0 !important;
}

.h-2 {
    height: 2% !important;
}

.h-5 {
    height: 5% !important;
}

.h-30 {
    height: 30% !important;
}

.h-35 {
    height: 35% !important;
}

.h-37 {
    height: 37% !important;
}

.h-40 {
    height: 40% !important;
}

.h-44 {
    height: 44% !important;
}

.h-45 {
    height: 45% !important;
}

.h-54 {
    height: 54% !important;
}

.h-60 {
    height: 60% !important;
}

.h-63 {
    height: 63% !important;
}

.h-65 {
    height: 65% !important;
}

.h-70 {
    height: 70% !important;
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.w-60 {
    width: 60% !important
}

.h-630px {
    height: 630px !important;
}

.top-20px {
    top: 20px !important;
}

.top-35px {
    top: 35px;
}

.top-40px {
    top: 40px;
}

.top-60px {
    top: 60px !important;
}

.top-75px {
    top: 75px !important;
}

.top-80px {
    top: 80px;
}

.top-90px {
    top: 90px;
}

.top-120px {
    top: 120px !important;
}

.top-140px {
    top: 140px !important;
}

.bottom-25px {
    bottom: 25px !important;
}

.bottom-55px {
    bottom: 55px !important;
}

.margin-right-10rem {
    margin-right: 10rem !important;
}

.left-50 {
    left: 50%
}

.left-90 {
    left: 90%
}

.text-area {
    height: 100px !important;
    resize: none;
}

.teo-custom-modal {
    /*Places modal center of the page*/
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 3rem;
    margin-top: 8rem;
    width: fit-content;
    height: fit-content;
    padding: 0 !important;
    z-index: 100;
    /* end */
}

.teo-custom-movable-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: fit-content;
    padding: 0 !important;
    z-index: 1055;
    pointer-events: none;
}

.teo-custom-movable-modal .modal-dialog {
    pointer-events: all;
}

.modal-dialog {
    margin: 0;
}

.ml-4 {
    margin-left: 4px !important;
}

.select2-container .select2-selection--single {
    min-height: 30px !important;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.no-pointer-events {
    pointer-events: none;
}

.form-check-clip .btn-check:checked + div {
    border: 3px solid var(--bs-primary) !important;
}

.form-floating.input-group label,
.form-floating .input-group label,
.input-group .form-floating label {
    z-index: 3;
}

.form-floating.input-group .btn,
.form-floating .input-group .btn,
.input-group .form-floating .btn {
    padding-top: 0;
    padding-bottom: 0;
}

.form-floating .select2-selection__choice {
    margin-top: 1.75rem !important;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis !important;
}

.teo-text-overflow {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-wrap: nowrap !important;
}

.teo-text-green {
    color: green;
}

.teo-text-red {
    color: red;
}

.teo-text-yellow {
    color: yellow;
}

.teo-disable {
    pointer-events: auto; /* parent hit‑test alır, children’a gitmez */
    cursor: auto; /* otomatik, bulunduğu elemana göre en uygun cursor */
}

.teo-disable * {
    pointer-events: none; /* tüm çocukları tıklamaya/hover’a kapat */
}

a {
    -webkit-user-drag: none;
    user-drag: none;
}

/*endregion*/

/*region Nav Bar */

@media (min-width: 992px) {
    .teo-navbar {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: fixed;
        height: 70px;
        z-index: 100;
        border-bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        padding: 0;
    }

    .teo-navbar-brand {
        justify-content: space-between;
        align-items: center;
    }

    .teo-navbar-brand-img {
        height: 48px;
        width: 48px;
    }

    .teo-navbar-brand-title {
        margin-left: .5rem;
        margin-bottom: 0;
    }

    .teo-navbar-toolbar {
    }
}

@media (max-width: 991.98px) {
    .teo-navbar {
        flex-direction: column
    }

    .teo-navbar-brand {
        padding: 0 15px;
        display: flex;
        align-items: center;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        height: 55px;
    }

    .teo-navbar-brand-img {
        height: 36px;
        width: 36px;
    }

    .teo-navbar-brand-title {
        margin-left: .5rem;
        margin-bottom: 0;
    }

    .teo-navbar-toolbar {
    }
}

.teo-navbar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
}

.teo-navbar-dropdown-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    border-radius: .475rem;
    width: 275px;
}

.teo-navbar-dropdown-menu-item {
    display: block;
    padding: 0
}

.teo-navbar-dropdown-menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    padding: .65rem 1rem;
    transition: none;
    outline: 0 !important;
    border-radius: .475rem;
    text-decoration: none !important;
}

.teo-navbar-dropdown-menu-content {
    padding: .65rem 1rem;
}

.teo-navbar-dropdown-menu-item-symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: .475rem;
}

.teo-navbar-dropdown-menu-item-symbol > img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 0.475rem;
}

.teo-navbar-dropdown-separator {
    display: block;
    height: 0;
}

.teo-navbar-dropdown-menu-item-badge {
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.teo-navbar-dropdown-menu-item-badge-text {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
}

/*endregion*/

/*region DRAWER */

@media (min-width: 480px) {
    .teo-drawer-close {
        transition: padding-left 0.3s ease;
        width: 100px !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .teo-drawer-close {
        transition: padding-left 0.3s ease;
        width: 50px !important;
    }
}

.teo-drawer-toggle-button {
    margin-right: 1.35rem !important;
    bottom: 0;
}

.teo-drawer-toggle-button-position {
    left: 100% !important
}

.teo-drawer-toggle-button-open-bottom-panel-position {
    left: 98% !important
}

.teo-drawer-small-dropdown-size {
    height: 500px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    scrollbar-width: thin;
    scrollbar-color: #27273a transparent !important;
}

.teo-drawer-medium-dropdown-size {
    height: 600px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    scrollbar-width: thin;
    scrollbar-color: #27273a transparent !important;
}

.teo-drawer-aside-nav {
    height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/*endregion*/

/*region Drawing */

.teo-mobile-map-buttons-div {
    position: absolute;
    margin: 2px;
    padding: 0;
    width: 100%;
    z-index: 9999;
    bottom: 4rem;
}

.teo-mobile-map-buttons-div img {
    width: 44px;
    height: 46px;

}

.teo-mobile-draw-cursor img {
    width: 85px;
    height: 85px;
}

.teo-mobile-draw-cursor {
    z-index: 9999;
    position: absolute;
    margin: 0;
    transform: translate(-50%, -50%);
}

.teo-drawing-tool-mouse-label {
    position: relative;
    background: rgb(34, 33, 64);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.9;
    white-space: nowrap;
    pointer-events: none;
    z-index: 999999999;
}

.teo-drawing-button {
    text-align: center;
}

.teo-drawing-button-group li:active div {
    background: #0093c7;
    border-radius: 0.25rem;
    opacity: 0.7;
}

.teo-drawing-button-group img {
    width: 20px;
    height: 20px;
}

#teo_drawing_button_group ul {
    padding-left: 5px;
}

.teo-drawing-button-group div {
    padding: 10px;
    border: solid 1px rgb(62 89 123);
    border-radius: 0.25rem;
}

.teo-drawing-button-group li.active div {
    border-radius: 0.25rem;
    background: #0093c7;
}

.teo-drawing-button-group li {
    margin: 5px 5px 5px 12px;
}

.teo-drawing-tool {
}

.teo-drawing-button-properties {
    padding: 1.1rem !important;
}


/*endregion*/

/*region Right Panel */

.teo-right-panel-open {
    transition: right .3s ease-in-out;
}

.teo-right-panel-tab-close-button {
    padding-bottom: 0.75rem !important;
    top: -1px !important;
    right: -3px !important;
}

.teo-right-panel-tab-button {
    padding-left: 12px !important;
}

/*endregion*/

/*region Detail */

.detail-icon {
    background-color: var(--bs-primary) !important;
    border-radius: .350rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(1em + 1rem + 1px);
    width: calc(1em + 1rem + 1px);
}


.detail-view .multi-sort {
    display: none !important;
}

.detail-view .fixed-table-toolbar {
    display: none !important;
}

.bootstrap-table table tbody tr td a i {
    font-size: 2rem !important;
    color: white;
}

.btn-green {
    color: #28a745;
}

.btn-orange {
    color: #ef4805;
}

.detail-view table th .search-input {
    display: none !important;
}


/*endregion*/

/*region Swipe Component*/

.teo-img-comp-slider {
    position: absolute;
    width: 27px;
    height: 100%;
    z-index: 999;
}

.teo-img-comp-slider-icon {
    position: absolute;
    z-index: 999;
    cursor: col-resize;
    width: 23px;
    height: 34px;
    left: 50%;
    transform: translate(-50%);
    background: url("../../resources/images/swipe/move.svg");
}

.teo-slider-exit-button {
    position: absolute;
    z-index: inherit;
    top: 10px;
    width: 27.188px;
    height: 27.188px;
    padding: 7px;
    outline: none;
    border: none;
    background: url("../../resources/images/swipe/close.svg");
}

.teo-slider-divider {
    position: absolute;
    border-left: 1px solid rgba(173, 173, 173, .5);
    border-right: 1px solid rgba(173, 173, 173, .5);
    width: 4px;
    height: 100%;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(36, 36, 36, 1);
}

/*endregion*/

/*region Workspace Item */

.teo-list-view-background.selected {
    background-color: var(--bs-primary) !important;
}

.teo-tree-view-background.selected {
    background-color: var(--bs-primary) !important;
}

.ck-editor__editable p {
    color: #090909 !important;
}

#teo_corporation_grid .card {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#teo_person_grid .card {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


.form-check-clip .btn-check:checked + div {
    border: 1px solid var(--bs-cyan);
    transition: all 0.2s ease-in-out;
}

.form-check-clip .form-check-wrapper {
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

.word-break-all {
    word-break: break-all;
}

.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list), .trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) {
    max-width: 200px;
    width: 200px;
    height: 500px;
    overflow: auto;
    background-color: var(--bs-secondary) !important;
}

/*endregion*/

/*region FloatPanel */

/*TODO: Animation will be added*/

.teo-float-panel-navigation {
    visibility: hidden !important;
}

.teo-float-panel-navigation.open {
    visibility: visible !important;
}

.teo-float-panel-overlay {
    background-color: rgba(103, 103, 103, 0.6);
}

.teo-float-panel-modal-body {
    padding: 0 !important;
}

/*endregion*/

/*region Select2 */

.select2-selection.select2-selection--single.form-control.form-select {
    padding-bottom: 0.625rem !important;
    height: calc(3.5rem + 2px) !important;
    line-height: 1.25 !important;
}

.select2-selection__rendered {
    width: 100%;
}

/*endregion*/

/*region TeoGrid */

.bootstrap-table {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bootstrap-table .fixed-table-container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    max-height: 100%;
    height: 0;
    overflow: auto;
    min-height: 100% !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body tr {
    height: 55px !important;
    line-height: 19px !important;;
    min-height: 0
}

.bootstrap-table .fixed-table-container .fixed-table-body thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.bootstrap-table .fixed-table-pagination .pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.bootstrap-table .fixed-table-pagination .pagination-detail {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 0.5rem;
}

.bootstrap-table .fixed-table-pagination .pagination-detail .page-list {
    display: inline-flex !important;
    align-items: center;
}

.bootstrap-table .card-views .card-view .card-view-value {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.teo-grid-row-bg-green {
    background-color: #10883b !important;
}

.teo-grid-row-bg-red {
    background-color: #b40f0f !important;
}

.teo-grid-row-bg-orange {
    background-color: #bd6320;
}

@media (max-width: 550px) {

    .fixed-table-toolbar {
        white-space: nowrap;
    }

    .bootstrap-table .fixed-table-toolbar .columns,
    .bootstrap-table .fixed-table-toolbar .search {
        display: inline-block;
        vertical-align: middle;
        float: none !important;
    }

    .fixed-table-toolbar .search .form-control {
        width: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .fixed-table-pagination .pagination .page-jump-to .form-control {
        padding: 0.5rem 0.5rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.4rem;
    }

    .fixed-table-pagination .pagination-detail .page-list {
        font-size: 0;
        display: inline-flex;
        align-items: center;
    }

    .fixed-table-pagination .pagination .page-item:not(:is(.active, .page-pre, .page-next)) {
        display: none !important;
    }

    .fixed-table-pagination .pagination .page-jump-to {
        display: block !important;
        width: auto !important;
    }

    .bootstrap-table .search input {
        padding: 0.5rem 0.5rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.4rem;
    }
}

/*endregion*/

/*region StreetView */

.teo-street-view-close-button {
    left: -50% !important;
}

.teo-street-view-close-button-container {
    left: 50% !important;
    top: 20px !important;
    z-index: 1100 !important;
}

.teo-street-view-close-button-container-mobile {
    left: 50% !important;
    top: 20px !important;
    z-index: 1 !important;
}

.teo-street-view-container {
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
}

.teo-street-view-container-mobile {
    height: 85% !important;
    width: 100% !important;
    position: absolute !important;
    bottom: 0;
    left: 0;
}

.teo-street-view-button-height {
    bottom: 225px !important;
}

.teo-street-view-button-height-without-interaction-buttons {
    bottom: 60px !important;
}

.teo-street-view-button-height-without-zoom-buttons {
    bottom: 100px !important;
}

.teo-street-view-button-height-with-interaction-buttons {
    bottom: 120px !important;
}

/*endregion*/

/*region Print */

.teo-print-template-text {
    text-shadow: grey 1px 0.1px 0.1px !important;
}

/*endregion*/

/*region Overlay */

.teo-overlay-item-text {
    vertical-align: sub !important;
}

/*endregion*/

/*region Change Password */

.teo-show-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/*endregion*/

/*region Toolbar */

.teo-toolbar-map-component {
    margin-right: 17.75rem !important;
}

.teo-toolbar-map-component-without-search-box {
    margin-right: 7.5rem !important;
}

.teo-toolbar-map-component-dropdown {
    width: 200px !important;
}

@media (max-width: 800px) {
    .teo-toolbar-dropdown-sub-item {
        left: 100% !important;
        top: auto;
        right: auto !important;
    }
}

.teo-toolbar-main-container {
    z-index: 108 !important;
}

.teo-toolbar-container {
    z-index: 109 !important;
}

.teo-toolbar-menu-dropdown > *:not(:last-child) {
    margin-bottom: 1rem;
}

@media (max-width: 1500px) {
    .teo-toolbar-container {
        z-index: 107 !important;
    }
}

.teo-toolbar-search.form-control.form-control:focus {
    border-color: var(--bs-border-color) !important;
    box-shadow: none !important;
}

/*endregion*/

/*region Image */

.teo-image-item {
    height: 150px !important;
}

/*endregion*/

/*region Coordinate */

.teo-map-coordinate-dropdown {
    width: 390px !important;
    font-size: 1.050rem !important;
}

/*endregion*/

/*region Migration */

.teo-migration-field-match textarea {
    height: 275px !important;
}

.teo-past-migration-log textarea {
    height: 300px !important;
}

.form-control.is-invalid ~ .teo-show-password {
    position: absolute;
    top: 35%;
    right: 30px;
    transform: translateY(-50%);
}

/*endregion*/

/*region Field Statistics */

.teo-field-statistic-chart-container .grid-stack-item-content {
    top: 0px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
}

/*endregion*/

/*region Query */

.teo-inventory-query-display-fields-text {
    max-width: calc(100% - 50px) !important;
}

/*endregion*/

/*region Panel Grid*/

.teo-panel-grid .form-control {
    min-height: calc(1.5em + 1.1rem + 2px);
    padding: .55rem .75rem;
    font-size: .925rem;
    border-radius: .325rem;
}

.teo-panel-grid .search-input {
    flex: 1;
    width: 100px !important;
}

.teo-panel-grid .columns-right .btn {
    height: calc(1.5em + 1.1rem + 2px);
    width: calc(1.5em + 1.1rem + 2px);
}

.teo-panel-grid .columns.right .btn {
    padding: .55rem 1.25rem;
    font-size: .925rem;
    border-radius: .325rem;
}

.teo-panel-grid .fixed-table-pagination {
    margin-top: 0.5rem !important;
}

.teo-panel-grid .card-view-title {
    padding: 0.25rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-wrap: nowrap !important;
}

.teo-panel-grid .card-view-value {
    padding: 0.25rem !important;
}

.teo-panel-grid .bootstrap-table .fixed-table-container .fixed-table-body {
    max-height: 100%;
    height: 0;
    overflow: auto;
    min-height: 100% !important;
}

/*endregion*/

/*region Cluster */

.teo-cluster-delete-button {
    margin-right: 0.06rem !important;
}

/*endregion*/

/*region JsTree */

.jstree-icon.jstree-ocl {
    background-image: none !important;
    background: none !important;
    width: 16px !important;
    height: 16px !important;
    align-items: center;
    justify-content: center;
}

.jstree-default-large .jstree-icon {
    background-image: none;
}

.jstree-default .jstree-icon {
    background-image: none;
}

.jstree-anchor {
    white-space: normal !important;
    height: auto !important;
    align-items: flex-start !important;
}

/*endregion*/

/*region User Authorization Area */

.teo-user-authorization-legend-position {
    top: 40px !important;
    right: 20px !important;
}

/*endregion*/

/*region Pagination List View */

.teo-pagination-list-view-previous-button-container {
    left: 0 !important;
}

.teo-pagination-list-view-next-button-container {
    right: 0 !important;
}

/*endregion*/

/*region Active User */

.teo-active-user-badge {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    background-color: green;
    transform: translate(-50%, 25%);
}

/*endregion*/

/*region Logo */

.teo-logo {
    width: 40px !important;
}

.teo-float-panel-logo {
    width: 60px !important;
}

.teo-website-logo {
    background-image: url(../../resources/images/logo/teosoft-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    opacity: 0.8
}

/*endregion*/

/*region Trumbowyg */

.trumbowyg-dropdown-addOpacity {
    height: 80px !important;
}

.trumbowyg-dropdown-opacitySliderMenu button {
    display: none !important;
}

/*endregion*/

/*region Template */

.teo-template-page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.teo-template-parameter {
    color: #000 !important;
}

.teo-template-map {
    border-color: #000 !important;
    resize: both !important;
    flex: 0 0 auto !important;
    overflow: auto !important;
    width: 99%;
    height: 30%;
    margin: 0 auto;
}

.teo-template-arrow {
    resize: both;
    overflow: hidden;
    border-color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 150px;
}

.teo-template-legend {
    border-color: #000 !important;
    resize: both !important;
    overflow: hidden !important;
    width: 150px;
    height: 200px;
}

.trumbowyg-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.trumbowyg-button-pane {
    flex: 0 0 auto;
}

.trumbowyg-editor {
    flex: 1 1 auto;
    overflow-y: auto;
}

.teo-template-editor-box {
    min-height: 0;
}

.teo-editor-button {
    flex: 1;
    margin: 0 6px;
}

/*endregion*/

/*region Analysis */

.teo-analysis-item {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

/*endregion*/

/*region TeoLoading */

#teo_loading_text {
    color: #0b0e18 !important;
}

/*endregion*/

/*region Legend */

.teo-legend-text-container {
    vertical-align: sub !important;
}

/*endregion*/

/*region Toc */

.teo-toc-wms-container {
    max-width: 100% !important;
}

/*endregion*/

/*region Drawing */

.teo-drawing-settings-view-container {
    min-height: 0 !important;
}

/*endregion*/

/*region Badge */

.teo-badge-muted {
    background-color: #9696ad !important;
    color: white !important;
}

/*endregion*/

/*region Symbol Canvas */

.teo-symbol-canvas-muted {
    background-color: #9696ad !important;
}

/*endregion*/

/*region Feature Grid */

@media (max-width: 550px) {

    .teo-feature-grid .fixed-table-toolbar {
        white-space: unset !important;
    }

    .teo-feature-grid .fixed-table-pagination {
        margin-top: 0.5rem !important;
    }

    .teo-feature-grid .fixed-table-toolbar .columns,
    .teo-feature-grid .fixed-table-toolbar .search {
        display: inline-block;
        vertical-align: middle !important;
        float: right !important;
    }
}

#teo_feature_grid_container_tab_content_container .bootstrap-table .fixed-table-toolbar .columns,
#teo_feature_grid_container_tab_content_container .bootstrap-table .fixed-table-toolbar .search {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}

#teo_feature_grid_container_tab_content_container .bootstrap-table .filter-control {
    margin: 0.25rem !important;
}

#teo_feature_grid_container_tab_content_container .bootstrap-table .dropdown-menu .menu-item .menu-link {
    padding-top: 0.4rem !important;
    padding-bottom: 0.25rem !important;
}

#teo_feature_grid_container_tab_content_container .bootstrap-table .dropdown-menu {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

#teo_feature_grid_container_tab_content_container .bootstrap-table .filter-control select {
    min-width: 150px;
    padding-right: 3em !important;
}

#teo_feature_grid_container_tab_content_container .bootstrap-table .filter-control input {
    min-width: 150px;
}

#teo_feature_grid_container_tab_content_container .bootstrap-table .fixed-table-container .table thead th .sortable {
    padding-right: 20px !important;
}

.teo-feature-grid-small-column-size {
    min-width: 75px !important;
}

.teo-feature-grid-medium-column-size {
    min-width: 150px !important;
}

.teo-feature-grid-large-column-size {
    min-width: 300px !important;
}

/*endregion*/

/*region Admin Dropdown */

.teo-language-dropdown-position {
    top: auto !important;
    bottom: 100% !important;
    right: 0;
}

/*endregion*/

/*region Taskbar */

.teo-taskbar-dropdown-left.dropdown-menu-end {
    right: 50px !important;
}

/*endregion*/

/*region Version */

.teo-version-detail-container {
    min-height: 0 !important;
}

/*endregion*/

/*region Bottom Panel */

.teo-bottom-panel-small {
    bottom: -275px !important;
    height: 275px !important;
}

.teo-bottom-panel-medium {
    bottom: -340px !important;
    height: 340px !important;
}

.teo-bottom-panel-large {
    bottom: -430px !important;
    height: 430px !important;
}

.teo-bottom-panel-size {
    position: absolute;
    right: 67px;
    top: 7px;
    padding: 7px;
    width: auto;
    z-index: 15;
}

/*endregion*/

/*region IO */

.teo-io-upload-excel-log textarea {
    height: 650px !important;
}

/*endregion*/

/*region Notification */

.teo-notification-close-button svg * {
    fill: #fff !important;
    stroke: #fff !important;
}

/*endregion*/

/*region Mdb */
.teo-mdb-upload-template{
    justify-items: center!important;
}
/*endregion*/
