﻿@import url('style.css');
@import url('style.css');

root {
}

body {
    margin: 0;
    font-family: Helvetica;
    color: black;
    height: 100%;
    width: 100%;
    padding: 0;
}

#SOMS_APP {
    position: relative;
}

.navbar {
    z-index: 1030 !important;
}

.modal-fullscreen .modal-body {
    width: 100%;
}

.max-w-form {
    max-width: 280px !important;
}

/* Estilo para el spinner */
.loader_n {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.font_white {
    color: white !important;
}



/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    body {
        /*background-image: url('Images/bg7.jpg');*/
    }

    .col-12 {
        padding-right: 0px;
        padding-left: 0px
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px
    }

    .row {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .toast {
        position: inherit;
    }

    a.badge.badge-warning.text_no_shadow {
        color: black;
    }

    .weather_detail {
        font-size: x-small
    }
}

/*/ / Small devices (landscape phones, 576px and up)*/
@media (min-width: 100px) and (max-width: 767.98px) {
    .toast {
        position: inherit;
        right: 2px
    }

    a.badge.badge-warning.text_no_shadow {
        color: black;
    }

    .col-12 {
        padding-right: 0px;
        padding-left: 0px
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px
    }

    .row {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .weather_detail {
        font-size: x-small
    }

    #navbar {
        background-color: black !important;
    }

    .space_mobile::after {
        content: ' ';
        display: block;
    }

    .space_mobile_br::after {
        content: '.';
        color: transparent;
        display: block;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .toast {
        position: inherit;
        right: 2px;
        z-index: 999999999;
    }

    a.badge.badge-warning.text_no_shadow {
        color: white;
    }

    .weather_detail {
        font-size: x-small;
        font: normal;
    }

    #navbar {
        background-color: black !important;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .toast {
        position: inherit;
        right: 2px;
        z-index: 999999999;
    }

    a.badge.badge-warning.text_no_shadow {
        color: white;
    }

    .weather_detail {
        font-size: small
    }

    #navbar {
        background-color: black !important;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .toast {
        position: inherit;
        right: 2px;
        z-index: 999999999;
    }

    a.badge.badge-warning.text_no_shadow {
        color: black;
    }

    .weather_detail {
        font-size: small
    }

    #navbar {
        background-color: black !important;
    }
}


.scroll_panel {
    overflow: scroll;
}


.text_no_shadow {
    text-shadow: 0px 0px;
}

.text_black {
    color: black;
}

.box_size400 {
    height: 400px;
    width: 100%;
}

.box_padding {
    margin: 5px,5px,5px,5px;
    box-sizing: border-box;
    position: center;
}

.box_background {
    /*background: rgba(0,0,0,0.5);*/
    border-color: #8bc34a;
    border: solid;
    border-radius: 10px;
    color: #ccc !important;
}

.card_r {
    margin-left: 5px;
    margin-right: 5px;
    font-family: Helvetica;
}

.swith_map {
    height: 20px !important;
    width: 40px !important;
}

.font_swith_map {
    color: white;
    font-size: medium !important;
    margin-left: 10px !important;
    margin-top: 4px !important;
}

#legend, #legend_cut {
    background-color: rgba(0, 0, 0, 0.5) !important; /* Translucent black background */
    left: 0px !important;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    color: white;
}

.options-container {
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5) !important; /* Translucent black background */
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    z-index: 1001;
}

@media (max-width: 768px) {
    .legend-container {
        display: none; /* Hide on mobile devices */
    }
}

#legend h3 {
    margin-top: 0;
    font-size: small;
    color: white;
}

#legend img {
    vertical-align: middle;
}


#map_production_title {
    text-align: center;
}

.title_text_map {
    margin-top: 10px;
    color: white;
    font-family: Arial, sans-serif;
    background: rgba(0,0,0,0);
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.text_map {
    color: white;
    font-family: Arial, sans-serif;
    background: rgba(0,0,0,0);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.u-fullScreen {
    width: 100%;
    min-height: 100vh;
}

#navbar {
    transition: top 0.3s;
}



    #navbar a:hover {
        color: white;
    }

.mobile-margin {
    margin-top: 50px;
}

.popover-title {
    background: #ffff99;
    color: black;
}

.popover-header {
    background: #198754;
    color: white;
}

.popover-content {
    background: #ffff99;
    color: white;
}

.loading_SOMS {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 999999999;
}

.modal-dialog {
    min-width: 300px;
    min-height: 300px;
}


.modal-backdrop {
    z-index: -1 !important;
    min-width: 300px;
    min-height: 300px;
}



#ReportViewer1 {
    width: 100%;
    height: 500px;
}

.k-widget.k-window.trv-send-email {
    overflow-x: auto;
    overflow-y: auto;
    height: 80%
}

.toast-body {
    color: #000000;
    background-color: #FFFFFF;
}

.toast-header {
    background-color: cornflowerblue;
    color: #FFFFFF;
}

.trv-parameters-area-content {
    border-width: thin;
    border-style: solid;
    border-color: cornflowerblue;
}


.pac-container {
    background-color: #FFF;
    z-index: 99999;
    position: fixed;
    display: inline-block;
    float: left;
}

.mr_button {
    margin-top: 10px;
}

.box_margin {
    margin-bottom: 20px;
}

/*.list-group {
    color: white;
    text-shadow: 0px 0px;
}

.list-group-item {
    padding-top: 0rem;
    padding-right: 0.25rem;
    padding-bottom: 0.15rem;
    padding-left: 0rem;
    background: rgba(0,0,0,0.5);
    color: white;
    margin-left: 0px;
    margin-top: 1px;
}

    .list-group-item:hover {
        padding-top: 0rem;
        padding-right: 0.25rem;
        padding-bottom: 0.15rem;
        padding-left: 0rem;
        background: rgba(0,0,0,0.5);
        color: white;
        margin-left: 0px;
        margin-top: 1px;
    }
*/

.list_map {
    background: transparent !important;
    padding-top: 0rem;
    padding-right: 0.25rem;
    padding-bottom: 0.15rem;
    padding-left: 0rem;
    margin-left: 0px;
    margin-top: 1px;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.Link_Button {
    color: white;
    text-decoration: underline;
}

.Min_Grid_Mobile {
    min-width: 400px;
}


/*Style rotator*/
.top {
    width: 452px;
    height: 35px;
}
/* upper scrolling text  */
.marqueeTopBg {
    width: 100%;
    height: 38px;
    padding-left: 5px;
    padding-right: 5px;
}

.marqueeTop_Text {
    padding-top: 5px;
    font: normal 12px Arial, Verdana, Helvetica, Sans-Serif;
}
/* lower scrolling text  */
.marqueeBottomBg {
    width: 100%;
    height: 35px;
    background-image: url(images/marqueeBottomBg.gif);
    background-repeat: no-repeat;
}

.marqueeBottom_Text {
    padding-top: 2px;
    font: normal 12px Arial, Verdana, Helvetica, Sans-Serif;
}

.bottom {
    width: 100%;
    height: 108px;
}

.top, .marqueeTopBg, .marqueeBottomBg, .bottom {
    margin: 0 auto;
}

.Rotator {
    background-color: black;
    cursor: default;
}

.itemTemplate {
    height: 15px;
}

.Symbol {
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 12pt;
    color: #64afff;
    /*cursor: default;
    float: left;*/
    margin-left: 4px;
}


.Quote {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #00ff00;
    margin-top: 3px;
    float: left;
}

.Change {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: white;
    margin-top: 4px;
    float: left;
}

.ChangeVar {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: black;
    float: left;
    margin-top: 4px;
    align-items: center;
}

.Link {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #3E7DBC;
}

tr td {
    padding: 2px !important;
    /*margin: 0 !important;*/
}


/*end Style rotator*/

.bg_black_titles {
    /*background-color:black;*/
}

.image_45 {
    transform: rotate(45deg);
}

.image_90 {
    transform: rotate(90deg);
}

.grid_title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.image_Shadow {
    box-shadow: 10px 10px 5px #ccc;
    border-radius: 25px;
}

.title_section {
    height: 50px;
    /*background-color: #282828;*/
    color: black;
    text-align: center;
    border-top: solid;
    border-bottom: solid;
    border-color: black;
    border-width: 1px;
    padding-top: 6px;
    font-size: 15px;
    /* margin-right: -15px !important;
    margin-left: -15px !important;*/
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 8px;
}

.title_section_large {
    height: 150px;
    color: black;
    text-align: center;
    border-top: solid;
    border-bottom: solid;
    border-color: black;
    border-width: 1px;
    padding-top: 6px;
    font-size: x-large;
    margin-left: -15px !important;
    /* text-transform: uppercase;*/
    margin-top: 8px;
    margin-bottom: 8px;
}

.title_master {
    height: 65px;
    color: black;
    text-align: center;
    border-top: solid;
    border-bottom: solid;
    border-color: white;
    border-width: 1px;
    padding-top: 6px;
    font-size: 17px;
    /* margin-right: -15px !important;
    margin-left: -15px !important;*/
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropdown-item:hover {
    /*    background-color: midnightblue;*/
    background-color: var(--warning) !important;
    color: black !important;
}

.weather_main {
    /* background: rgba(0,0,0,0.5);
    padding-top: 15px;
    padding-bottom: 0px;*/
}

.weather_tab {
    margin-left: 5px;
    margin-right: 5px;
}



.trv-send-email-editor > div > table > tbody > tr > td > ul > li:nth-child(7),
.trv-send-email-editor > div > table > tbody > tr > td > ul > li:nth-child(6),
.trv-send-email-editor > div > table > tbody > tr > td > ul > li:nth-child(5) {
    display: none
}

.trv-send-email-editor > div > table > tbody > tr > td {
}

.title_menu_master {
    color: black !important;
    margin-left: 5px;
}

.menu_master {
    /*background-color: #343a40 !important;*/
}

.menu_item {
    color: black !important;
}

footer p {
    text-align: center;
}

label {
    margin-bottom: 0px !important;
}

.icon_text_240 {
    width: 220px !important;
}

.icon_text_120 {
    width: 110px !important;
}

.RadInput_Disabled_Bootstrap {
    background-color: #e3e7e85c !important;
}

.edit_radgrid_panel {
    background-color: white;
}

.checked-field {
    display: none;
}

/*.grid_detail_change_ok .checked-field {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 20px;
    color: #30dd30;
}*/




.RadInput_Bootstrap .riTextBox.riEmpty {
    border-bottom-color: orangered !important;
    border-bottom-style: double !important;
}

.RadInput_Bootstrap .riTextBox {
    border-bottom-color: none !important;
    border-bottom-style: none !important;
}

.RadGrid_Bootstrap .rgInput {
}

.hidden_object {
    display: none !important;
}

.RadCalendarMonthView_Bootstrap .rcSelected a {
    color: white !important;
}


.rgEditForm {
    height: 300px !important;
    overflow: auto !important;
}

.RadPicker_Bootstrap .rcCalPopup, .RadPicker_Bootstrap .rcTimePopup {
    border: 2px solid var(--green) !important;
    border-radius: 6px !important;
}

.RadGrid {
    border-radius: 10px;
    /*    overflow: hidden;*/
}

.RadToolBar .rtbText {
    vertical-align: inherit !important;
}


/*#region loader*/



.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Optional: Add a semi-transparent background */
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it is above other elements */
}

.loader {
    --size: 32px;
    --duration: 800ms;
    width: 96px;
    height: 64px;
    margin: 50px auto;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
    position: relative;
}


    .loader .box {
        width: 32px;
        height: 32px;
        transform-style: preserve-3d;
        position: absolute;
        top: 0;
        left: 0;
    }

        .loader .box:nth-child(1) {
            transform: translate(100%, 0);
            animation: box1 800ms linear infinite;
        }

        .loader .box:nth-child(2) {
            transform: translate(0, 100%);
            animation: box2 800ms linear infinite;
        }

        .loader .box:nth-child(3) {
            transform: translate(100%, 100%);
            animation: box3 800ms linear infinite;
        }

        .loader .box:nth-child(4) {
            transform: translate(200%, 0);
            animation: box4 800ms linear infinite;
        }

        .loader .box > div {
            --translateZ: calc(var(--size) / 2);
            --rotateY: 0deg;
            --rotateX: 0deg;
            background: #5c8df6;
            width: 100%;
            height: 100%;
            transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
            position: absolute;
            top: auto;
            right: auto;
            bottom: auto;
            left: auto;
        }

            .loader .box > div:nth-child(1) {
                top: 0;
                left: 0;
            }

            .loader .box > div:nth-child(2) {
                background: #145af2;
                right: 0;
                --rotateY: 90deg;
            }

            .loader .box > div:nth-child(3) {
                background: #447cf5;
                --rotateX: -90deg;
            }

            .loader .box > div:nth-child(4) {
                background: #dbe3f4;
                top: 0;
                left: 0;
                --translateZ: calc(var(--size) * 3 * -1);
            }

@keyframes box1 {
    0%, 50% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

@keyframes box2 {
    0% {
        transform: translate(0, 100%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@keyframes box3 {
    0%, 50% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(0, 100%);
    }
}

@keyframes box4 {
    0% {
        transform: translate(200%, 0);
    }

    50% {
        transform: translate(200%, 100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}



.demo-container {
    height: 250px
}

    .demo-container .left-pane {
        float: left;
        overflow: visible;
        position: relative;
    }

        .demo-container .left-pane .button {
            float: left;
        }

        .demo-container .left-pane .sliding-pane {
            float: left;
            visibility: hidden;
        }


    .demo-container .right-pane {
        float: right;
        overflow: visible;
        position: relative;
    }

        .demo-container .right-pane .button {
            float: right;
        }

        .demo-container .right-pane .sliding-pane {
            float: right;
            visibility: hidden;
        }
/*#endregion loader*/

/*#region Background_State*/

.background_master {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-image: url('Images/bg7.jpg');
    background-attachment: fixed;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;*/
    background-color: white;
}





/*#endregion Background_State*/

.button_bar {
    border-color: #dee2e6 !important;
    font-size: smaller !important;
    height: 45px;
    background-color: white !important;
}

.button_bar_image {
    cursor: pointer !important;
    padding: 0px !important;
    border-width: 0px !important;
}

.alignment_right {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.alignment_center {
    display: flex;
    justify-content: center;
}

.alignment_mid {
    align-self: center !important;
}

.margin_n15 {
    margin-top: -15px !important;
}

.border_tab {
}

.margin_left_10 {
    margin-left: 10px;
}

.margin_right_10 {
    margin-right: 10px;
}

.font_14 {
    font-size: 14px !important;
    color: black !important;
    margin-bottom: 0px !important;
}

.font_18_rigth {
    font-size: 18px !important;
    color: black !important;
    margin-top: 15px;
}

.rnTitleBar {
    padding: 5px !important;
}

.rnTitleBarTitle {
    font-size: medium !important;
    margin-top: -2px !important;
}

.itemTemplate {
    width: 100px;
    height: 100px;
}


/*#region Tab-Home*/


.moreBtn {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 23px;
}




.tab-forestmoreBtn {
    background: #475292;
}

.tab-havestmoreBtn {
    background: #3b9fac;
}

.tab-tasksmoreBtn {
    background: #c35b4d;
}

.tab-gallerymoreBtn {
    background: #c3a83c;
}





.t-container {
    max-width: none;
    font-weight: 100;
}

.tab-forest {
    background: cornflowerblue;
}

.tab-havest {
    background: seagreen;
}

.tab-tasks {
    background: darkorange;
}

.tab-gallery {
    background: cadetblue;
}


.footer {
    margin: 0 -15px;
    padding: 25px 0;
}


/*.tab-forest-footer {
    background: #5360ac;
}

.tab-havest-footer {
    background: #45bbca;
}

.tab-tasks-footer {
    background: #e56b5b;
}

.tab-gallery-footer {
    background: #e5c647;
}*/

.tab-h3 {
    margin: 15px 0 30px;
    color: inherit;
    font-weight: 100;
    font-size: 28px;
    text-transform: uppercase;
}

.tab-home {
    min-width: 320px;
    color: #fff;
    font: 16px "Segoe UI", "Arial", sans-serif;
    padding-top: 30px;
    text-align: center;
}

.tab-home-header {
    font-weight: 100;
    font-size: 24px;
    /*padding: 18px 40px;*/
    text-transform: uppercase;
    white-space: nowrap;
}

.tab-home-t-col {
    padding-top: 30px;
    text-align: center;
}


.tab-desription {
    min-height: 140px;
    margin: 25px 0 0;
}

.tab-footer {
    margin: 0 -15px;
    padding: 25px 0;
}


@media only screen and (max-width : 959px) {


    .tab-desription {
        min-height: 165px;
        margin: 25px 0 0;
    }
}

@media only screen and (max-width : 768px) {

    .tab-home {
        text-align: left;
    }

    .tab-header {
        font-size: 18px;
        padding: 18px 20px;
    }

    .tab-home-t-col {
        padding: 20px;
        text-align: left;
        position: relative;
    }

    .tab-desription {
        display: none;
    }

    .tab-img {
        vertical-align: middle;
    }

    .tab-h3 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3%;
    }

    .tab-footer {
        width: 20%;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .moreBtn {
        width: 100%;
        height: 100%;
        padding: 0;
        background: url("images/IconMore.png") no-repeat center center;
        text-indent: -99999px;
    }
}




/*#endregion Tab-Home*/


/*#region Maps*/

.imapsCircle {
    paint-order: stroke;
    stroke-opacity: 1;
    stroke: #dd9933; /* change with the stroke color you want */
    animation: pulse-me 1s linear infinite;
}

/* or target by colour */
.imapsCircle-group[fill="#1e73be"] .imapsCircle {
    paint-order: stroke;
    stroke-opacity: 1;
    stroke: #dd9933; /* change with the stroke color you want */
    animation: pulse-me 1s linear infinite;
}

@keyframes pulse-me {
    0% {
        stroke-opacity: 0.9;
        stroke-width: 0px;
    }

    100% {
        stroke-opacity: 0;
        stroke-width: 25px;
    }
}




@keyframes drop {
    0% {
        transform: translateY(-200px) scaleY(0.9);
        opacity: 0;
    }

    5% {
        opacity: 0.7;
    }

    50% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }

    65% {
        transform: translateY(-17px) scaleY(0.9);
        opacity: 1;
    }

    75% {
        transform: translateY(-22px) scaleY(0.9);
        opacity: 1;
    }

    100% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }
}

.drop {
    animation: drop 0.3s linear forwards var(--delay-time);
}



/*telerik chart autosize*/
.chart-container {
    width: 100%;
    height: auto;
    position: relative;
}


.input-group-prepend {
    margin-right: 10px !important;
    align-content: center !important;
}

.RadGrid_Material .rgEditForm td > [type="text"] {
    border-color: white !important;
}

.nav-tabs .nav-link {
    color: #3b9d2a !important
}

.nav-link.disabled, .nav-link:disabled {
    color: gray !important;
}

nav-link.active, .nav-link:active {
    color: #ffffff !important;
    background: #3b9d2a !important;
}

.button-container {
    display: flex;
    gap: 10px; /* Adjust the gap between buttons as needed */
}

#map_production_detail {
    position: relative; /* Ensure the container is positioned relative */
}

#loading_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it is above other elements */
    pointer-events: none; /* Disable interactions */
}

#Map_C {
    width: 100%;
    height: 350px;
    position: relative; /* Ensure the map container is positioned relative */
}

#Map_Cut {
    width: 100%;
    height: 350px;
    position: relative; /* Ensure the map container is positioned relative */
}

/*Style form tab disable telerik tabs*/
.disabled-tab {
    pointer-events: none;
    opacity: 0.5;
}




/*#endregion Maps*/

.full-width-menu {
    width: 100% !important;
}

.RadMenu_Black.full-width-menu {
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
}

    .RadMenu_Black.full-width-menu .rmRootGroup {
        width: 100% !important;
    }

.Label_Status {
    color: white !important;
    font-size: small !important;
    margin-left: 10px !important;
    width: 100px !important;
    text-decoration: none !important;
}

    .Label_Status:hover {
        color: lawngreen !important; /* Change text color on hover */
    }

.floating-menu-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}

.floating-menu {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}

.export-label {
    margin-left: 8px; /* Adjust the spacing as needed */
    font-size: 14px; /* Adjust the font size as needed */
    color: #000; /* Adjust the text color as needed */
}

.grid-column-spacing {
    padding-right: 10px;
}

#Map_Tasks, #photoContainer {
    height: 400px;
    width: 100%;
    margin: 20px 0;
    border: 2px solid #ccc;
    background-color: black; /* Add black background */
    position: relative; /* Add relative positioning for the close icon */
}

.zoomable {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s;
}

    .zoomable:hover {
        transform: scale(1.5);
    }

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    background-color: black;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.legend-container {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.legend-item {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.legend-color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
}

/*.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}*/

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 1000px; /* Adjust the max-width as needed */
    height: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .modal-content img {
        max-width: 100%;
        max-height: 100%;
        min-width:32px;
    }

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.right-align {
    text-align: right !important;
}

.left-align {
    text-align: left !important;
}




.loader2 {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.detailTable {
    border-color: #8bc34a !important;
    border-style: solid !important;
    border-width: medium !important;
}

.detailToolbar {
    background-color: lightsteelblue !important;
}
