﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



.viewDivoiltank {
    height: 60vh;
    width: 100%;
    padding-right: 0px;
    padding-left: 1px;
    padding-top: 0px;
    /*background-color: transparent !important;*/
    /*position: page !important;*/
}

.viewDivalltanks {
    height: 85vh;
    width: 100%;
    /*background-color: transparent !important;*/
    /*position: page !important;*/
}


a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #28343C;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
            height: 100%;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-color: #303133;
    background-image: url("../images/Hugin_sidebar.png");
    /*background-image: url('file:///C:\Users\la.FPD-PRE5550\Source\Repos\muninhub\MuninFenceControl\wwwroot\images\Hugin_sidebar.gif');*/
}

    .sidebar .top-row {
        background-color: #28343C;
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }


.bottombar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-image: url("../images/Hugin_sidebar.png");
    /*background-image: url('file:///C:\Users\la.FPD-PRE5550\Source\Repos\muninhub\MuninFenceControl\wwwroot\images\Hugin_sidebar.gif');*/
}

    .bottombar .top-row {
        background-color: #28343C;
    }

    .bottombar .navbar-brand {
        font-size: 1.1rem;
    }

    .bottombar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .bottombar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .bottombar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .bottombar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }


.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


@media (max-width: 767.98px) {


    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    #viewDivfarm {
        height: 700px;
        width: 100%;
    }

    .viewDivfesti {
        /*height: 700px;*/
        width: 100%;
    }

    #viewDiv {
        height: 700px !important;
        width: 100%;
    }
    .details-text {
        display: none;
    }

    .details-icon {
        display: inline;
    }

    #task-comments {
        display: none;
    }

        #task-comments.show {
            display: initial;
        }
        #labelTextfeatures {
            display: none;
        }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    #viewDivfarm {
        height: 95%;
        width: 100%;
    }

    #viewDivfesti {
        /*height: 95%;*/
        width: 100%;
    }


    #viewDiv {
        flex: 2 !important;
        width: 100%;
    }
    .details-icon {
        display: none;
    }
}

.imageThumbnail {
    height: 30px;
    width: auto;
}


.TLS_attachment {
    height: 100px;
    width: auto;
}

.imageThumbnailcontant {
    height: auto;
    width: 180px;
}

.imageThumbnailProduct_logo {
    height: auto;
    width: 90px;
}

.imageThumbnailWelcome {
    height: auto;
    width: 200px;
}

.imageThumbnailcard {
    height: 130px;
    width: 150px;
}

.imageThumbnailtank {
    height: auto;
    width: 340px;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid red;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

.spinner_wait {
    border: 14px solid #303133;
    border-top: 14px solid #36a7df;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 900ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

    table.table-fit thead th, table.table-fit tfoot th {
        width: auto !important;
    }

    table.table-fit tbody td, table.table-fit tfoot td {
        width: auto !important;
    }

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.dataTables_filter {
    display: none;
}

.card-header .bi {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .bi {
    transform: rotate(90deg);
}

input:invalid {
    box-shadow: 0 0 5px 1px red;
}

input:focus:invalid {
    box-shadow: none;
}

select:invalid {
    box-shadow: 0 0 5px 1px red;
}

select:focus:invalid {
    box-shadow: none;
}

InputSelect:invalid {
    box-shadow: 0 0 5px 1px red;
}

InputSelect:focus:invalid {
    box-shadow: none;
}

.error {
    width: 100%;
    padding: 0;
    font-size: 80%;
    color: white;
    background-color: #900;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}

    .error.active {
        padding: 0.3em;
    }


.btn-circle {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: white;
    border: 0px none #fff
}

    .btn-circle.active {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        background-color: white;
        border-color: white;
        border: 10px none #fff;
    }

.btn-circle-sm {
    width: 50%;
    height: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 100%;
    outline: double
}


.process {
    display: table;
    width: 100%;
    position: relative;
}


.process-row {
    display: table-row
}

.process-step button[disabled] {
    opacity: 0 !important;
    /*filter: alpha(opacity=100) !important*/
}


.process-step {
    display: table-cell;
    text-align: center;
    position: center
}

    .process-step p {
        margin-top: 4px
    }

* {
    box-sizing: border-box;
}

body {
    font: 16px Arial;
}


/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
}

input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    font-size: 16px;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
}

select {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    font-size: 10px;
    margin-top: 5px;
}

labelTank {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Verdana';
    color: #303133;
    font-weight: bold;
    font-size: small;
}

input[type=text] {
    background-color: white;
    width: 100%;
}

input[type=radio] {
    background-color: white;
    font-size: 16px;
    margin-top: 0px;
}

input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
}

.autocomplete-items {
    position: initial;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    /*height: 10px;*/
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}



div.dataTables_wrapper {
    margin-bottom: 3em;
}


h3 {
    text-align: center;
}

.tooltip-wrapper {
    position: absolute;
    display: inline-block;
    cursor: help;
    z-index: 0;
}

#spanText {
    visibility: hidden;
    position: absolute;
    width: 200px;
    bottom: 120%;
    left: 50%;
    margin-left: -100px;
    background-color: #303133;
    color: #fff;
    text-align: center;
    font-size: smaller;
    font-family: Verdana;
    font-weight: lighter;
    padding: 5px 5px;
    border-radius: 6px;
    z-index: 1;
}

    #spanText::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover #spanText {
    visibility: visible;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#top, #bottom, #left, #right {
    background: #36A7DF;
    position: fixed;
    z-index: 10;
}

#left, #right {
    top: 0;
    bottom: 0;
    width: 10px;
    z-index: 10;
}

#left {
    left: 0;
    z-index: 10;
}

#right {
    right: 0;
    margin-left: 70px;
    z-index: 10;
}

#top, #bottom {
    left: 0;
    right: 0;
    height: 10px;
    z-index: 10;
}

#top {
    top: 0;
}

#bottom {
    bottom: 0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: gray;
    font-family: Tahoma;
    font-weight: lighter;
    font-size: 12px;
    text-align: center;
}

.small-otr {
    font-family: 'Verdana';
    color: #303133;
    font-size: x-small;
    font-weight: bold;
}

.small-otr-ticket {
    font-family: 'Verdana';
    color: #303133;
    font-size: small;
    font-weight: bold;
}

.regular-otr {
    font-family: 'Verdana';
    color: #777777;
}

.regular-otr-small {
    font-family: 'Verdana';
    color: #777777;
    font-size: small;
}

.regular-otr-small-pro {
    font-family: 'Verdana';
    color: black;
    font-size: small;
}

.title-otr {
    font-family: 'Verdana';
    color: #303133;
    font-weight: bold;
}

.title-otr-scanner {
  
    color: #303133;
    font-weight: normal;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.label-otr {
    font-family: 'Verdana';
    color: #303133;
    font-weight: bold;
    font-size: small;
}

.label-otr-red {
    font-family: 'Verdana';
    color: orangered;
    font-weight: bold;
    font-size: small;
}

.label-otr-footer {
    font-family: 'Verdana';
    color: white;
    font-weight: bold;
    font-size: xx-small;
}

.Header-otr {
    font-family: 'Verdana';
    color: #303133;
    font-weight: bold;
    font-size: large;
}
.Header-otr-small {
    font-family: 'Verdana';
    color: #303133;
    font-weight: bold;
    font-size: medium;
}

.button-otr {
    font-family: 'Verdana';
    font-size: small;
    color: #fff;
    background-color: #36A7DF;
    border-color: #36A7DF;
    font-weight: bold;
}


.button-prev-otr {
    font-family: 'Verdana';
    font-size: small;
    font-weight: bold;
}



#legendDiv {
    position: absolute;
    right: 55px;
    bottom: 200px;
    width: 150px;
    min-height: 100px;
    padding-bottom: 10px;
    background-color: white;
    border: #333 1px solid;
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #legendDiv .title {
        text-align: left;
        padding: 10px 0 0 5px;
        font-weight: bold;
        font-family: Verdana;
        font-size: 13px
    }

.legendItem {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.legendGroup {
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 10px;
}


.legendItem .symbol {
    margin: 0 0px 0px 5px;
    /*min-width: 24px;*/
    /*border: 1px solid #000;*/
}

.legendsymbol {
    height: 30px;
    width: 30px;
}

.legendItem .label {
    font-size: 10px;
    font-weight: bold;
    color: black;
    margin: 0 1px 2px;
    padding: 10px;
}




.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #36A7DF;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.button-otr-pop {
    font-family: 'Verdana';
    font-size: small;
    color: #fff;
    background-color: #36A7DF;
    border-color: black;
    font-weight: bold;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.b {
    list-style-position: inside;
}

#gridDiv {
    padding: 20px;
    max-width: 300px;
    background-color: rgb(255,255,255,0.7);
    border-radius: 10px;
}

#gridDivlegend {
    padding: 10px;
    max-width: 500px;
    background-color: rgb(255,255,255,0.9);
    border-radius: 10px;
}

#queryDiv {
    padding: 10px;
    max-width: 450px;
    background-color: rgb(255,255,255,1);
    border-radius: 10px;
    text-align: center;
}

#showboutDiv {
    /* padding:9px;*/
    border: none;
    background: url(./images/pin.png) no-repeat;
    background-color: rgb(255,255,255);
    border-radius: 0px;
    /* text-align: center;*/
}

.widget {
    /*padding: 9px;*/
    border: none;
    background-color: rgb(255,255,255);
    border-radius: 0px;
    /* text-align: center;*/
}

#clearButton {
    display: none;
    margin-top: 15px;
    font-size: 15px !important;
    background-color: #36A7DF;
    font-weight: bolder !important;
    border: hidden;
    border-radius: 4px;
}

#addcomnetButton {
    display: none;
    margin-top: 15px;
    font-size: 15px !important;
    background-color: #36A7DF;
    font-weight: bolder !important;
    border: hidden;
    border-radius: 4px;
}

.dgrid {
    height: auto !important;
    padding: 18px !important;
    padding-bottom: 25px !important;
    padding-top: 10px !important;
    padding-left: 15px !important;
    text-align: center;
    text-align: center;
}

    .dgrid .dgrid-scroller {
        position: relative;
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
        /*overflow: hidden;*/
        top: 16px;
        /*margin-top: 43px;*/
    }
.dgrid-content {
width:395px !important;
}
.dgrid-scrollbar-width {
    width: 0px !important;
}

.dgrid-header-row {
    align-items: center;
    margin-left: 15px;
    background-color: #36A7DF;
}

.Vertical {
    padding-left: 20px;
    border-left: 2px solid green;
    height: 30px;
}





.esri-grid .esri-grid__content {
    width: 100%;
    height: 100% !important;
    background-color: inherit
}

.esri-grid .esri-grid__grid {
    height: 222px !important;
    width: 100%
}

    .esri-grid .esri-grid__grid a {
        color: #6e6e6e
    }

        .esri-grid .esri-grid__grid a:hover, .esri-grid .esri-grid__grid a:focus {
            color: #2e2e2e
        }



.esri-feature-table {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    width: 100%
}

    .esri-feature-table .esri-feature-table__content {
        flex: 1 1 0;
        flex-grow: 1;
        min-height: 0;
        margin: 0;
        padding: 0
    }

    .esri-feature-table .esri-grid--no-column-menu .esri-column__menu-container {
        display: none
    }

    .esri-feature-table .esri-grid__grid * {
        height: 100% !important;
        width: 100%
    }

    .esri-feature-table .esri-grid__grid .esri-column__menu-container.esri-button-menu {
        height: 28px;
        width: 28px;
        position: inherit
    }

        .esri-feature-table .esri-grid__grid .esri-column__menu-container.esri-button-menu .esri-button-menu__button {
            height: 26px;
            width: 16px
        }


canvas {
    /*background: #cdcdcd;*/
    width: 300px;
    height: 150px;
    background-color: rgb(255,255,255,0.9);
    border-radius: 10px;
    padding-bottom: 10px;
}


/* CSS */
.button-Control {
    background: #36A7DF;
    border-radius: 999px;
    box-shadow: #36A7DF 0 5px 10px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 4px 9px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

.button-Control-scanner {
    background: #426277;
    border-radius: 999px;
    box-shadow: #36A7DF 0 5px 10px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 4px 9px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}
/* CSS */
.button-Control-del {
    background: #FF4742;
    border-radius: 999px;
    box-shadow: #FF4742 0 5px 10px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 4px 9px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

.button-Control-del-attach {
    padding-bottom: 2px;
    background: #FF4742;
    border-radius: 999px;
    /*box-shadow: #FF4742 0 5px 10px -5px;*/
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    /*font-size: 10;*/
    font-weight: 400;
    /*line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 4px 9px;*/
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.card-title {
    color: #36A7DF;
}

.star {
    visibility: hidden;
    font-family: "Font Awesome 6 Free";
    font-size: 30px;
    cursor: pointer;
    color: #36A7DF;
    margin-left: 95%;
}

    .star:before {
        content: "\f02e";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        visibility: visible;
        font-weight: 400; /* For outline style */
    }

    .star:checked:before {
        content: "\f02e";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        font-weight: 900; /* For solid style */
    }

#button {
    display: none;
}

    #button + label:before {
        content: "\f0c9"; /* Bars */
    }

    #button:checked + label:before {
        content: "\f0aa";
    }



.text-header {
    color: #36A7DF;
    text-align: center;
    top: 30px;
    /*width: 110px;*/
    left: 35%;
    /*position: absolute;*/
    /*background: green;*/
}

.x-icon {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
}

.bsk-container {
    margin-top: 15px;
}

.bsk-btn-default {
    color: #333;
    background-color: #eee;
    border-color: #eee;
}

    .bsk-btn-default:hover {
        color: white;
        background-color: #36A7DF;
        border-color: #36A7DF;
    }

.bsk-btn {
    display: inline-block;
    padding: 7px 7px;
    font-family: 'Verdana';
    color: #28343C;
    font-size: 13px;
    font-weight: bolder;
    margin-bottom: 0;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
}

.counter-btn-minus {
    width: 27px; /* Adjust the width and height as needed to make it circular */
    height: 27px;
    display: inline-block;
    font-family: 'Verdana';
    color: white;
    font-size: 18px;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #7EB1CD;
    border: 1px solid transparent;
    border-radius: 25px;
    text-align: center;
    line-height: 20px;
}

.counter-btn-plus {
    width: 27px; /* Adjust the width and height as needed to make it circular */
    height: 27px;
    display: inline-block;
    font-family: 'Verdana';
    color: white;
    font-size: 18px;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #7EB1CD;
    border: 1px solid transparent;
    border-radius: 25px;


    text-align: center;
    line-height: 22px;
    padding:1px;
}

.tooltip-main {
    width: 15px;
    height: 80px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 260px !important;
    /*height: 240px;*/
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 10px 20px;
    color: rgba(255, 255, 255, .9);
    border: 1px solid #737373;
    text-align: left;
}



/*.esri-view-height-medium .esri-expand .esri-widget--panel, .esri-view-height-medium .esri-expand .esri-widget--panel-height-only, .esri-view-height-medium .esri-ui-corner .esri-component.esri-widget--panel, .esri-view-height-medium .esri-ui-corner .esri-component.esri-widget--panel-height-only {
    max-height: 700px;
}*/

.esri-feature-form__date-format-hint {
    display: none;
}


.button_plus {
    position: relative;
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    border: 2px solid #095776;
    /* Mittig */
    top: 60%;
    left: 95%;
}

    .button_plus:after {
        content: '';
        position: absolute;
        transform: translate(-50%, -50%);
        height: 4px;
        width: 50%;
        background: #095776;
        top: 50%;
        left: 50%;
    }

    .button_plus:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #095776;
        height: 50%;
        width: 4px;
    }

    .button_plus:hover:before,
    .button_plus:hover:after {
        background: #fff;
        transition: 0.2s;
    }

    .button_plus:hover {
        background-color: #095776;
        transition: 0.2s;
    }


.imessage {
    background-color: #fff;
    /*border: 1px solid #e5e5ea;
    border-radius: 0.25rem;*/
    display: flex;
    flex-direction: column;
    font-family: "Verdana";
    font-size: 0.9rem;
    /*margin: 0 auto 1rem;*/
    max-width: 100%;
    /*padding: 0.4rem 0.5rem;*/
}

    .imessage p {
        border-radius: 0.6rem;
        line-height: 1.25;
        max-width: 100%;
        padding: 0.5rem .875rem;
        position: relative;
        word-wrap: break-word;
    }

        .imessage p::before,
        .imessage p::after {
            bottom: -0.1rem;
            content: "";
            height: 1rem;
            position: absolute;
        }

p.from-me {
    align-self: flex-start;
    background-color: lightsteelblue;
    color: #fff;
}

/*p.from-me::before {
        border-bottom-left-radius: 0.8rem 0.7rem;
        border-right: 1rem solid #248bf5;
        right: -0.35rem;
        transform: translate(0, -0.1rem);
    }

    p.from-me::after {
        background-color: #fff;
        border-bottom-left-radius: 0.5rem;
        right: -40px;
        transform: translate(-30px, -2px);
        width: 10px;
    }*/

p.from-them {
    align-items: flex-start;
    background-color: #e5e5ea;
    color: #000;
}

/* p.from-them:before {
        border-bottom-right-radius: 0.8rem 0.7rem;
        border-left: 1rem solid #e5e5ea;
        left: -0.35rem;
        transform: translate(0, -0.1rem);
    }

    p.from-them::after {
        background-color: #fff;
        border-bottom-right-radius: 0.5rem;
        left: 20px;
        transform: translate(-30px, -2px);
        width: 10px;
    }*/


.bubble {
    position: relative;
    background: rgba(126,177,205, .9);
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 15px;
    width: 100%;
    height: 60%;
    border-radius: 23px;
    padding: 0px;
}

    .bubble:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: transparent #000000;
        border-width: 8px 26px 8px 0;
        top: 48%;
        left: -26px;
        margin-top: -8px;
    }

.form-check-label {
    padding-top: 4px;
}


.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
    width: 200px;
}


.input-group-text-create-task {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text-task-details {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
    .input-group-text-task-details:disabled {
        background-color: #eaecef;
    }

    .button-otr-attachment {
        font-family: 'Verdana';
        font-size: small;
        color: white;
        background-color: white;
        border-color: white;
        font-weight: bold;
        width: fit-content;
        transition-duration: 60s;
        padding: 0.2rem 0rem;
    }

.Drag_box {
    border: 1px solid #737373;
    background-color: #ddd;
    border-radius: .5em;
    padding: 5px;
    cursor: move;
    font-family: Verdana;
    font-weight: bold;
    font-size: small;
    color: black;
}

.col-form-label {
font-weight:bold;
}


.mention {
    background-color: yellow !important;
    font-weight: bold !important;
}

.suggestions {
    position: static;
    background-color: white;
    border: 1px hidden #ccc;
    max-height: 100px;
    overflow-y: auto;
    z-index: 100;
}


/*.esri-feature {
    width: 68%;
}*/

container-fluid-ticket{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.1rem);
    margin-right: auto;
    margin-left: auto;
}

.imageThumbnailFooter {
    height: 15px;
    width: auto;
}

.title-otr-tabs {
    font-family: 'Verdana';
    color: #303133;
    font-weight: bold;
    font-size:larger;
}


/* Hide columns based on their position in the grid */


@media (max-width: 576px) {
    .rz-grid-table-fixed {
        table-layout: auto !important;
        width: 100% !important;
    }

        .rz-grid-table-fixed .rz-cell {
            white-space: normal !important;
        }
    .responsive-grid th:nth-child(6), /* Start Date */
    .responsive-grid td:nth-child(6),
    .responsive-grid th:nth-child(5), /* Create Date */
    .responsive-grid td:nth-child(5) {
        display: none;
    }
    .responsive-grid th:nth-child(2),  /* Status */
    .responsive-grid td:nth-child(2) {
        display: none;
    }
}

.column-file {
    max-width: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .column-file {
        max-width: 150px;
    }
}
.rz-grid-table thead th .rz-column-title {

    justify-content: center;

}

.button-otr {
    font-family: 'Verdana';
    font-size: small;
    color: #fff;
    background-color: #36A7DF;
    border-color: #36A7DF;
    font-weight: bold;
}

.button-otr-secondary {
    font-family: 'Verdana';
    font-size: small;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    font-weight: bold;
}

.popup-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: white;
    border: 1px solid #444;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    max-width: 300px;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    border: 1px solid #444;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    resize: both;
    overflow: auto;
    width: 300px;
    min-width: 200px;
    min-height: 150px;
    z-index: 1000;
}

.dialog-header {
    background: #444;
    color: white;
    padding: 0.5rem;
    cursor: move;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.dialog-body {
    padding: 1rem;
}

.close-button {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}
